gst/mpegdemux/gstmpegdemux.c: Prevent a division by zero if last mux rate was zero.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_send_data),
4         (gst_flups_demux_parse_pack_start):
5         Prevent a division by zero if last mux rate was zero.
6
7         If we're going to send a NEWSEGMENT event but the segment start
8         and the current buffer timestamp differ by more than a second we
9         will start the NEWSEGMENT at the buffer timestamp.
10
11         This fixes playback of the tv2-1_25.mpg file, which has 0 as first SCR
12         but the first PTS are around 1 hour and 40 minutes.
13
14         Fixes bug #553755.
15
16 2008-10-07  Jan Schmidt  <jan.schmidt@sun.com>
17
18         * ext/resindvd/resindvdsrc.c:
19         Fix next/prev chapter seeking at the beginning or end.
20         Use 64-bit scaling utility functions for converting MPEG
21         timestamps.
22
23 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
24
25         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
26
27         * gst/rtpmanager/gstrtpbin-marshal.list:
28         Add marshaller for new action signal.
29
30         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_internal_session),
31         (gst_rtp_bin_class_init):
32         * gst/rtpmanager/gstrtpbin.h:
33         Add action signal to retrieve the internal RTPSession object.
34
35         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
36         (gst_rtp_session_get_property), (gst_rtp_session_release_pad):
37         Add property to access the internal RTPSession object.
38
39         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
40         (check_collision):
41         * gst/rtpmanager/rtpsession.h:
42         Add action signal to retrieve an RTPSource object by SSRC. 
43         See #555396.
44
45 2008-10-07  Stefan Kost  <ensonic@users.sf.net>
46
47         * gst/selector/gstoutputselector.c:
48           Choose right pad for sending events. Fixes #555244
49
50 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
51
52         * gst/rtpmanager/gstrtpbin.c: (find_session_by_pad),
53         (free_session), (gst_rtp_bin_dispose), (remove_recv_rtp),
54         (remove_recv_rtcp), (remove_send_rtp), (remove_rtcp),
55         (gst_rtp_bin_release_pad):
56         Release pads of the session manager.
57         Start implementing releasing pads of gstrtpbin.
58
59         * gst/rtpmanager/gstrtpsession.c: (remove_recv_rtp_sink),
60         (remove_recv_rtcp_sink), (remove_send_rtp_sink),
61         (remove_send_rtcp_src), (gst_rtp_session_release_pad):
62         Implement releasing pads in gstrtpsession.
63
64 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
65
66         * gst/rtpmanager/gstrtpjitterbuffer.c:
67         (gst_jitter_buffer_sink_parse_caps):
68         Only update the seqnum-base when it was not already configured for the
69         streams.
70
71 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
72
73         * configure.ac
74         * ext/metadata/README:
75         * ext/metadata/metadataexif.c:
76         * ext/metadata/metadatatags.c:
77         * ext/metadata/metadatatags.h:
78           Start using core geo tags (bump req). Fix handling of location
79           references.
80
81         * tests/check/Makefile.am:
82           Sort blacklisted elements and remove moved ones. Add new test.
83
84         * tests/check/pipelines/metadata.c:
85           Add first tests for metadata element.
86
87         * tests/icles/metadata_editor.c:
88           Move free to correct place.
89
90 2008-10-06  Stefan Kost  <ensonic@users.sf.net>
91
92         * tests/check/generic/states.c:
93           Stop test on state-change error. Should be applied on other modules if
94           we agree that it makes sense.
95
96 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
97
98         * gst/mpegtsparse/mpegtsparse.c:
99         Actually copy the structure passed in when assigning it because
100         it gets freed straight after the function call.
101         Re: pat_info and pmt_info GstStructures.
102
103 2008-10-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
104
105         Patch by: Josep Torra
106
107         * gst/mpegdemux/gstmpegtsdemux.c:
108         Fix wrong firing of critical introduced by previous optimisation.
109
110 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
111
112         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
113         Warn and clamp to max bitrate for samplerate.
114         Fixes #550486.
115
116 2008-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
117
118         * gst/mpegtsparse/mpegtsparse.c:
119         Fix possible crash where pat is pointing to a freed structure.
120
121 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
122
123         * ext/metadata/README:
124         * ext/metadata/metadataexif.c:
125         * ext/metadata/metadatatags.c:
126         * ext/metadata/metadatatags.h:
127           Use core gps tags.
128
129 2008-10-03  Stefan Kost  <ensonic@users.sf.net>
130
131         * ext/metadata/metadata_mapping.htm:
132         * ext/metadata/metadataxmp.c:
133         * ext/metadata/Makefile.am:
134           Add mapping of format and mime type to xmp.
135
136 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
137
138         * ext/metadata/README:
139         * ext/metadata/metadataexif.c:
140         * ext/metadata/metadatatags.c:
141         * ext/metadata/metadatatags.h:
142           Reverting. Will need to wait for core 0.10.21 release.
143
144 2008-10-02  Stefan Kost  <ensonic@users.sf.net>
145
146         * ext/metadata/README:
147         * ext/metadata/metadataexif.c:
148         * ext/metadata/metadatatags.c:
149         * ext/metadata/metadatatags.h:
150           Use core gps tags.
151
152 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
153
154         * gst/flacparse/gstbaseparse.c: (gst_base_parse_finalize),
155         (gst_base_parse_class_init), (gst_base_parse_push_buffer),
156         (gst_base_parse_change_state), (gst_base_parse_set_index),
157         (gst_base_parse_get_index):
158         Add support for GstIndex.
159
160 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
161
162         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
163         (gst_base_parse_push_buffer),
164         (gst_base_parse_update_upstream_durations),
165         (gst_base_parse_convert), (gst_base_parse_frame_in_segment):
166         * gst/flacparse/gstbaseparse.h:
167         Provide a vfunc for the subclass to decide whether a frame is inside
168         the segment or not and add a default implementation.
169
170         Fix approximate bitrate calculations.
171
172 2008-09-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
173
174         * gst/flacparse/gstbaseparse.c: (gst_base_parse_class_init),
175         (gst_base_parse_init), (gst_base_parse_push_buffer),
176         (gst_base_parse_update_upstream_durations), (gst_base_parse_chain),
177         (gst_base_parse_loop), (gst_base_parse_activate),
178         (gst_base_parse_convert), (gst_base_parse_query):
179         Approximate the average bitrate, duration and size if possible
180         and add a default conversion function which uses this for
181         time<->byte conversions.
182
183         * gst/flacparse/gstflacparse.c: (gst_flac_parse_get_frame_size):
184         Fix parsing if upstream gives -1 as duration.
185
186 2008-09-30  Wim Taymans  <wim.taymans@collabora.co.uk>
187
188         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
189         (on_ssrc_validated), (on_ssrc_active), (on_ssrc_sdes),
190         (on_bye_ssrc), (on_bye_timeout), (on_timeout), (on_sender_timeout):
191         Ref the rtpsource object before we release the session lock when we emit
192         the signals.
193
194 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
195
196         * sys/Makefile.am:
197         * sys/wasapi/Makefile.am:
198         * sys/wasapi/gstwasapi.c:
199         * sys/wasapi/gstwasapisink.c:
200         * sys/wasapi/gstwasapisink.h:
201         * sys/wasapi/gstwasapisrc.c:
202         * sys/wasapi/gstwasapisrc.h:
203         * sys/wasapi/gstwasapiutil.c:
204         * sys/wasapi/gstwasapiutil.h:
205         New plugin for audio capture and playback using Windows Audio Session
206         API (WASAPI) available with Vista and newer (#520901).
207
208         Comes with hardcoded caps and obviously needs lots of love. Haven't
209         had time to work on this code since it was written, was initially just
210         a quick experiment to play around with this new API.
211
212 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
213
214         * sys/dshowdecwrapper/gstdshowaudiodec.cpp
215           (AudioFakeSink.DoRenderSample):
216         Fix a couple of signed/unsigned comparison warnings.
217
218 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
219
220         * sys/dshowdecwrapper/gstdshowaudiodec.h (AudioFakeSink.AudioFakeSink):
221         * sys/dshowdecwrapper/gstdshowvideodec.h (VideoFakeSink.VideoFakeSink):
222         Use the _T() macro to support both Unicode and MBCS.
223
224 2008-09-30  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
225
226         * ext/libmms/gstmms.c (plugin_init):
227         Fix return type of the GstURIHandler::get_type() implementation.
228
229 2008-09-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
230
231         * configure.ac:
232         * gst/flacparse/Makefile.am:
233         * gst/flacparse/gstbaseparse.c: (gst_base_parse_get_type),
234         (gst_base_parse_base_init), (gst_base_parse_base_finalize),
235         (gst_base_parse_finalize), (gst_base_parse_class_init),
236         (gst_base_parse_init), (gst_base_parse_check_frame),
237         (gst_base_parse_parse_frame), (gst_base_parse_bytepos_to_time),
238         (gst_base_parse_sink_event), (gst_base_parse_sink_eventfunc),
239         (gst_base_parse_src_event), (gst_base_parse_src_eventfunc),
240         (gst_base_parse_is_seekable), (gst_base_parse_push_buffer),
241         (gst_base_parse_handle_and_push_buffer), (gst_base_parse_drain),
242         (gst_base_parse_chain), (gst_base_parse_pull_range),
243         (gst_base_parse_loop), (gst_base_parse_sink_activate),
244         (gst_base_parse_activate), (gst_base_parse_sink_activate_push),
245         (gst_base_parse_sink_activate_pull), (gst_base_parse_set_duration),
246         (gst_base_parse_set_min_frame_size),
247         (gst_base_parse_get_querytypes), (gst_base_parse_query),
248         (gst_base_parse_handle_seek), (gst_base_parse_sink_setcaps):
249         * gst/flacparse/gstbaseparse.h:
250         * gst/flacparse/gstbitreader.c: (gst_bit_reader_new),
251         (gst_bit_reader_new_from_buffer), (gst_bit_reader_free),
252         (gst_bit_reader_init), (gst_bit_reader_init_from_buffer),
253         (gst_bit_reader_set_pos), (gst_bit_reader_get_pos),
254         (gst_bit_reader_get_remaining), (gst_bit_reader_skip),
255         (gst_bit_reader_skip_to_byte):
256         * gst/flacparse/gstbitreader.h:
257         * gst/flacparse/gstbytereader.c: (GDOUBLE_SWAP_LE_BE),
258         (GFLOAT_SWAP_LE_BE), (gst_byte_reader_new),
259         (gst_byte_reader_new_from_buffer), (gst_byte_reader_free),
260         (gst_byte_reader_init), (gst_byte_reader_init_from_buffer),
261         (gst_byte_reader_set_pos), (gst_byte_reader_get_pos),
262         (gst_byte_reader_get_remaining), (gst_byte_reader_skip),
263         (gst_byte_reader_get_uint8), (gst_byte_reader_get_int8),
264         (gst_byte_reader_peek_uint8), (gst_byte_reader_peek_int8),
265         (gst_byte_reader_get_uint24_le), (gst_byte_reader_get_uint24_be),
266         (gst_byte_reader_get_int24_le), (gst_byte_reader_get_int24_be),
267         (gst_byte_reader_peek_uint24_le), (gst_byte_reader_peek_uint24_be),
268         (gst_byte_reader_peek_int24_le), (gst_byte_reader_peek_int24_be):
269         * gst/flacparse/gstbytereader.h:
270         * gst/flacparse/gstflac.c: (plugin_init):
271         * gst/flacparse/gstflacparse.c: (gst_flac_parse_base_init),
272         (gst_flac_parse_class_init), (gst_flac_parse_init),
273         (gst_flac_parse_finalize), (gst_flac_parse_start),
274         (gst_flac_parse_stop), (gst_flac_parse_get_frame_size),
275         (gst_flac_parse_check_valid_frame),
276         (gst_flac_parse_handle_streaminfo),
277         (gst_flac_parse_handle_vorbiscomment),
278         (gst_flac_parse_handle_picture), (_value_array_append_buffer),
279         (gst_flac_parse_handle_headers), (gst_flac_parse_generate_headers),
280         (gst_flac_parse_parse_frame):
281         * gst/flacparse/gstflacparse.h:
282         Add FLAC parser, based on GstBaseParse. Also add the bit and byte reader
283         that will be added to libgstbase later.
284
285         The FLAC parser is currently not 100% bug free and fails to get the
286         correct frame size for some frames in some streams.
287
288 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
289
290         * ext/resindvd/gstmpegdemux.c:
291         * ext/resindvd/gstmpegdemux.h:
292         * ext/resindvd/resindvdbin.c:
293         * ext/resindvd/resindvdsrc.c:
294         * ext/resindvd/rsnstreamselector.c:
295         Add in Title/Chapter seeking, and simple but buggy audio
296         and subtitle stream selection.
297
298 2008-09-24  Michael Smith <msmith@songbirdnest.com>
299
300         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
301         * sys/dshowdecwrapper/gstdshowaudiodec.h:
302         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
303         * sys/dshowdecwrapper/gstdshowutil.cpp:
304         * sys/dshowdecwrapper/gstdshowutil.h:
305         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
306         * sys/dshowdecwrapper/gstdshowvideodec.h:
307           Prefer known-good filters, create directly by GUID if possible,
308           fall back to creating highest-merit filter otherwise.
309           Fixes playback with random dshow filters installed in some
310           cases.
311
312 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
313
314         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_insert),
315         (rtp_jitter_buffer_get_sync):
316         * gst/rtpmanager/rtpsession.c: (on_sender_timeout),
317         (session_cleanup):
318         * gst/rtpmanager/rtpsource.c:
319         Fix some docs.
320
321 2008-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
322
323         Patch from: Josep Torra
324
325         * gst/mpegdemux/gstmpegtsdemux.c:
326         * gst/mpegdemux/gstmpegtsdemux.h:
327         Use a preallocated buffer per stream for PES packets sent on src pads.
328         Adaptively adjust buffer size appropriately.
329
330 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
331
332         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start),
333           (gst_neonhttp_src_send_request_and_redirect):
334           Clean up the debug logging code and #ifdef mess a bit: whether or not
335           gstreamer debug messages should be output should not depend on an
336           element property; also, GST_ELEMENT_ERROR will leave a line in the log
337           already, so merge the more useful debug log messages with the less useful
338           error debug strings.
339
340 2008-09-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
341
342         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
343           Don't post LIBRARY_INIT errors where we should be posting
344           RESOURCE OPEN_READ errors. Fixes #552506.
345
346 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
347
348         * ext/jack/gstjackaudiosink.c: (jack_process_cb):
349         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
350         Fix compiler warnings on OS/X
351
352 2008-09-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
353
354         patch by: Michael Krufky
355
356         * sys/dvb/gstdvbsrc.c:
357         Add adapter_name for bus message in ATSC case. Fixes #552536.
358
359 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
360
361         * ext/celt/gstceltenc.h:
362           Help gtk-doc to parse this correctly.
363
364         * gst/pcapparse/gstpcapparse.c:
365           Add missing include.
366
367 2008-09-15  Stefan Kost  <ensonic@users.sf.net>
368
369         * examples/Makefile.am:
370           Only built scaletempo example if we have gtk.
371
372 2008-09-13  Wim Taymans  <wim.taymans@collabora.co.uk>
373
374         * gst/rtpmanager/gstrtpbin.c: (create_session),
375         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain):
376         Do not try to adjust the offset of streams for which we have not yet
377         seen an SR packet. Avoids large ts-offsets in some cases.
378
379 2008-09-10  Michael Smith <msmith@songbirdnest.com>
380
381         * sys/dshowdecwrapper/Makefile.am:
382         * sys/dshowdecwrapper/gstdshowaudiodec.c:
383         * sys/dshowdecwrapper/gstdshowaudiodec.cpp:
384         * sys/dshowdecwrapper/gstdshowaudiodec.h:
385         * sys/dshowdecwrapper/gstdshowdecwrapper.c:
386         * sys/dshowdecwrapper/gstdshowdecwrapper.cpp:
387         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
388         * sys/dshowdecwrapper/gstdshowfakesrc.cpp:
389         * sys/dshowdecwrapper/gstdshowfakesrc.h:
390         * sys/dshowdecwrapper/gstdshowutil.cpp:
391         * sys/dshowdecwrapper/gstdshowutil.h:
392         * sys/dshowdecwrapper/gstdshowvideodec.c:
393         * sys/dshowdecwrapper/gstdshowvideodec.cpp:
394         * sys/dshowdecwrapper/gstdshowvideodec.h:
395           Major rewrite of dshowdecwrapper. Converts code to
396           C++, moves to direct use of DirectShow base classes,
397           make a lot of code clearer, simplify, etc.
398           Fix decode of MP3 on Vista by working around an apparent
399           bug in the decoder.
400
401 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
402
403         * sys/winks/gstksclock.c (gst_ks_clock_worker_thread_func,
404           gst_ks_clock_start):
405           Synchronize KS clock as a single-shot operation for now, there's not
406           much point in doing it periodically until we're actually using the
407           KS timestamps for anything else than just discarding old frames.
408         * sys/winks/gstksvideosrc.c (gst_ks_video_src_open_device):
409           Provide the GstClock when opening the device if we already have one.
410
411 2008-09-10  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
412
413         * sys/winks/gstksvideodevice.c (GST_DEBUG_IS_ENABLED, last_timestamp,
414           gst_ks_video_device_prepare_buffers, gst_ks_video_device_create_pin,
415           gst_ks_video_device_set_state, gst_ks_video_device_request_frame,
416           gst_ks_video_device_read_frame):
417           Guard against capturing old frames by keeping track of the last
418           timestamp and also zero-fill the buffers before each capture.
419           Only assign a master clock if the pin hasn't already got one.
420           Actually free buffers on the way down to avoid a huge memory leak,
421           as this was previously done when changing state to ACQUIRE downwards
422           and we now skip that state on the way down.
423           Add some debug.
424         * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,
425           DEFAULT_DEVICE_INDEX, KS_WORKER_LOCK, KS_WORKER_UNLOCK,
426           KS_WORKER_WAIT, KS_WORKER_NOTIFY, KS_WORKER_WAIT_FOR_RESULT,
427           KS_WORKER_NOTIFY_RESULT, KS_WORKER_STATE_STARTING,
428           KS_WORKER_STATE_READY, KS_WORKER_STATE_STOPPING,
429           KS_WORKER_STATE_ERROR, KsWorkerState, device_path, device_name,
430           device_index, running, worker_thread, worker_lock,
431           worker_notify_cond, worker_result_cond, worker_state,
432           worker_pending_caps, worker_setcaps_result, worker_pending_run,
433           worker_run_result, gst_ks_video_src_reset,
434           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_open_device,
435           gst_ks_video_src_close_device, gst_ks_video_src_worker_func,
436           gst_ks_video_src_start_worker, gst_ks_video_src_stop_worker,
437           gst_ks_video_src_change_state, gst_ks_video_src_set_clock,
438           gst_ks_video_src_set_caps, gst_ks_video_src_timestamp_buffer,
439           gst_ks_video_src_create):
440           Remove ENABLE_CLOCK_DEBUG define, it's GST_LEVEL_DEBUG after all.
441           Get rid of PROP_ENSLAVE_KSCLOCK and always slave the ks clock to the
442           GStreamer clock, it doesn't seem to hurt and matches DirectShow's
443           behavior. As an added bonus we usually get PresentationTime set for
444           each frame, so we can expand on this later for smarter latency
445           reporting (by looking at the diff between the timestamp from the
446           driver and the time according to the GStreamer clock).
447           Use an internal worker thread for opening the device, setting caps,
448           changing its state and closing it. This way we're a lot more
449           compatible with drivers that rely on hacks to do video-effects
450           between the low-level NT API and the application. Ick.
451           Start the ks clock and set the pin to KSSTATE_RUN on the first
452           create() so that we'll hopefully get hold of the GStreamer clock
453           from the very beginning. This way there's no chance that the
454           timestamps will make a sudden jump in the beginning of the stream
455           when we're running with a clock.
456         * sys/winks/kshelpers.c (CHECK_OPTIONS_FLAG,
457           ks_options_flags_to_string):
458           Reorder the flags to match the headerfile order, and make the string
459           a bit more compact.
460         * sys/winks/ksvideohelpers.c (ks_video_probe_filter_for_caps):
461           Avoid leaking KSPROPERTY_PIN_DATARANGES.
462
463 2008-09-09  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
464
465         * configure.ac:
466         * ext/Makefile.am:
467         * ext/jp2k/Makefile.am:
468         * ext/jp2k/gstjasperdec.c: (gst_jasper_dec_base_init),
469         (gst_jasper_dec_class_init), (gst_jasper_dec_init),
470         (gst_jasper_dec_reset), (gst_jasper_dec_sink_setcaps),
471         (gst_jasper_dec_negotiate), (gst_jasper_dec_get_picture),
472         (gst_jasper_dec_chain), (gst_jasper_dec_set_property),
473         (gst_jasper_dec_get_property), (gst_jasper_dec_change_state),
474         (plugin_init):
475         * ext/jp2k/gstjasperdec.h:
476         Add jp2k plugin.  Fixes #550657.
477
478 2008-09-09  Edward Hervey  <edward.hervey@collabora.co.uk>
479
480         * gst/mpegdemux/flumpegdemux.c: (plugin_init):
481         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type),
482         (gst_flups_demux_get_type), (gst_flups_demux_plugin_init):
483         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type),
484         (gst_fluts_demux_plugin_init):
485         Fix conflicting public names in new mpeg demuxers.
486         Fixes #550468
487
488 2008-09-08  Michael Smith <msmith@songbirdnest.com>
489
490         * gst/aiffparse/aiffparse.c:
491           Support chunks in AIFF in any order in pull mode, and any order so
492           long as we get COMM before the actual data (SSND) in push mode.
493           Fixes playback of AIFC files.
494
495 2008-09-08  Wim Taymans  <wim.taymans@collabora.co.uk>
496
497         * gst/selector/gstinputselector.c: (gst_selector_pad_reset),
498         (gst_input_selector_reset), (gst_input_selector_change_state):
499         Reset the selector state when going to READY.
500
501 2008-09-05  Wim Taymans  <wim.taymans@collabora.co.uk>
502
503         * gst/rtpmanager/gstrtpbin.c: (on_sender_timeout),
504         (create_session), (gst_rtp_bin_associate),
505         (gst_rtp_bin_sync_chain), (gst_rtp_bin_class_init),
506         (gst_rtp_bin_request_new_pad):
507         * gst/rtpmanager/gstrtpbin.h:
508         Add signal to notify listeners when a sender becomes a receiver.
509         Tweak lip-sync code, don't store our own copy of the ts-offset of the
510         jitterbuffer, don't adjust sync if the change is less than 4msec.
511         Get the RTP timestamp <-> GStreamer timestamp relation directly from
512         the jitterbuffer instead of our inaccurate version from the source.
513
514         * gst/rtpmanager/gstrtpjitterbuffer.c:
515         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
516         (gst_rtp_jitter_buffer_get_sync):
517         * gst/rtpmanager/gstrtpjitterbuffer.h:
518         Add G_LIKELY macros, use global defines for max packet reorder and
519         dropouts.
520         Reset the jitterbuffer clock skew detection when packets seqnums are
521         changed unexpectedly.
522
523         * gst/rtpmanager/gstrtpsession.c: (on_sender_timeout),
524         (gst_rtp_session_class_init), (gst_rtp_session_init):
525         * gst/rtpmanager/gstrtpsession.h:
526         Add sender timeout signal.
527
528         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
529         (calculate_skew), (rtp_jitter_buffer_insert),
530         (rtp_jitter_buffer_get_sync):
531         * gst/rtpmanager/rtpjitterbuffer.h:
532         Add some G_LIKELY macros.
533         Keep track of the extended RTP timestamp so that we can report the RTP
534         timestamp <-> GStreamer timestamp relation for lip-sync.
535         Remove server timestamp gap detection code, the server can sometimes
536         make a huge gap in timestamps (talk spurts,...) see #549774.
537         Detect timetamp weirdness instead by observing the sender/receiver
538         timestamp relation and resync if it changes more than 1 second.
539         Add method to report about the current rtp <-> gst timestamp relation
540         which is needed for lip-sync.
541
542         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
543         (on_sender_timeout), (check_collision), (rtp_session_process_sr),
544         (session_cleanup):
545         * gst/rtpmanager/rtpsession.h:
546         Add sender timeout signal.
547         Remove inaccurate rtp <-> gst timestamp relation code, the
548         jitterbuffer can now do an accurate reporting about this.
549
550         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
551         (rtp_source_update_caps), (calculate_jitter),
552         (rtp_source_process_rtp):
553         * gst/rtpmanager/rtpsource.h:
554         Remove inaccurate rtp <-> gst timestamp relation code.
555
556         * gst/rtpmanager/rtpstats.h:
557         Define global max-reorder and max-dropout constants for use in various
558         subsystems.
559
560 2008-09-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
561
562         patch by: Sebastian Pölsterl
563
564         * sys/dvb/gstdvbsrc.c:
565         Add DVB Adapter name to structure sent over bus.
566
567 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
568
569         * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_parse_pack_start):
570         * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_data_cb):
571         Fix build on macosx.
572
573 2008-09-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
574
575         * configure.ac:
576         * gst/mpegdemux/Makefile.am:
577         * gst/mpegdemux/flumpegdemux.c:
578         * gst/mpegdemux/flutspatinfo.c:
579         * gst/mpegdemux/flutspatinfo.h:
580         * gst/mpegdemux/flutspmtinfo.c:
581         * gst/mpegdemux/flutspmtinfo.h:
582         * gst/mpegdemux/flutspmtstreaminfo.c:
583         * gst/mpegdemux/flutspmtstreaminfo.h:
584         * gst/mpegdemux/gstmpegdefs.h:
585         * gst/mpegdemux/gstmpegdemux.c:
586         * gst/mpegdemux/gstmpegdemux.h:
587         * gst/mpegdemux/gstmpegdesc.c:
588         * gst/mpegdemux/gstmpegdesc.h:
589         * gst/mpegdemux/gstmpegtsdemux.c:
590         * gst/mpegdemux/gstmpegtsdemux.h:
591         * gst/mpegdemux/gstpesfilter.c:
592         * gst/mpegdemux/gstpesfilter.h:
593         * gst/mpegdemux/gstsectionfilter.c:
594         * gst/mpegdemux/gstsectionfilter.h:
595         Add Fluendo MPEG PS and TS demuxers to gst-plugins-bad. This
596         is now dual licensed MPL and LGPL.
597
598 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
599
600         * gst/mpegtsmux/mpegtsmux.c: (new_packet_cb):
601         Set caps on outgoing buffers.
602
603 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
604
605         * ext/resindvd/plugin.c: (plugin_init):
606         * ext/resindvd/resindvdsrc.c:
607         * ext/twolame/gsttwolame.c: (plugin_init):
608         * gst/aiffparse/aiffparse.c: (plugin_init):
609           Enable/fix up translations for these plugins.
610
611         * po/LINGUAS:
612           Add 'ca' to LINGUAS.
613
614         * po/POTFILES.in:
615         * po/POTFILES.skip:
616           Add more files for translation and more files which tools
617           should skip.
618
619 2008-09-02  Edward Hervey  <edward.hervey@collabora.co.uk>
620
621         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
622         Fix build on macosx.
623
624 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
625
626         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
627         Allocate a fixed size buffer on the stack instead of using malloc().
628
629         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_free),
630         (tsmux_program_new), (tsmux_program_free):
631         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
632         (tsmux_stream_free), (tsmux_stream_consume),
633         (tsmux_stream_add_data):
634         Use GSlice.
635
636 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
637
638         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_create_stream):
639         Add support for muxing MPEG4 video.
640
641 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
642
643         * gst/mpegtsmux/tsmux/tsmux.h:
644         * gst/mpegtsmux/tsmux/tsmuxstream.h:
645         Fix build of mpegtsmux.
646         
647 2008-09-01  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
648
649         * configure.ac:
650         * gst/mpegtsmux/Makefile.am:
651         * gst/mpegtsmux/mpegtsmux.c: (mpegtsmux_base_init),
652         (mpegtsmux_class_init), (mpegtsmux_init), (mpegtsmux_dispose),
653         (gst_mpegtsmux_set_property), (gst_mpegtsmux_get_property),
654         (release_buffer_cb), (mpegtsmux_create_stream),
655         (mpegtsmux_create_streams), (mpegtsmux_choose_best_stream),
656         (mpegtsmux_collected), (mpegtsmux_request_new_pad),
657         (mpegtsmux_release_pad), (new_packet_cb),
658         (mpegtsdemux_prepare_srcpad), (mpegtsmux_change_state),
659         (plugin_init):
660         * gst/mpegtsmux/mpegtsmux.h:
661         * gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):
662         * gst/mpegtsmux/mpegtsmux_aac.h:
663         * gst/mpegtsmux/mpegtsmux_h264.c: (mpegtsmux_prepare_h264):
664         * gst/mpegtsmux/mpegtsmux_h264.h:
665         * gst/mpegtsmux/tsmux/Makefile.am:
666         * gst/mpegtsmux/tsmux/crc.h:
667         * gst/mpegtsmux/tsmux/tsmux.c: (tsmux_new), (tsmux_set_write_func),
668         (tsmux_set_pat_frequency), (tsmux_get_pat_frequency), (tsmux_free),
669         (tsmux_program_new), (tsmux_set_pmt_frequency),
670         (tsmux_get_pmt_frequency), (tsmux_program_add_stream),
671         (tsmux_program_set_pcr_stream), (tsmux_get_new_pid),
672         (tsmux_create_stream), (tsmux_find_stream), (tsmux_packet_out),
673         (tsmux_write_adaptation_field), (tsmux_write_ts_header),
674         (tsmux_write_stream_packet), (tsmux_program_free),
675         (tsmux_write_section), (tsmux_write_section_hdr),
676         (tsmux_write_pat), (tsmux_write_pmt):
677         * gst/mpegtsmux/tsmux/tsmux.h:
678         * gst/mpegtsmux/tsmux/tsmuxcommon.h:
679         * gst/mpegtsmux/tsmux/tsmuxstream.c: (tsmux_stream_new),
680         (tsmux_stream_get_pid), (tsmux_stream_free),
681         (tsmux_stream_set_buffer_release_func), (tsmux_stream_consume),
682         (tsmux_stream_at_pes_start), (tsmux_stream_bytes_avail),
683         (tsmux_stream_bytes_in_buffer), (tsmux_stream_get_data),
684         (tsmux_stream_pes_header_length),
685         (tsmux_stream_find_pts_dts_within),
686         (tsmux_stream_write_pes_header), (tsmux_stream_add_data),
687         (tsmux_stream_get_es_descrs), (tsmux_stream_pcr_ref),
688         (tsmux_stream_pcr_unref), (tsmux_stream_is_pcr),
689         (tsmux_stream_get_pts):
690         * gst/mpegtsmux/tsmux/tsmuxstream.h:
691         Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This
692         is renamed to mpegtsmux to prevent conflicts. Also all relevant
693         informations about copyright and license are added to the top of
694         every file but apart from that no changes compared to the latest
695         SVN versions happened.
696
697 2008-09-01  Wim Taymans  <wim.taymans@collabora.co.uk>
698
699         * gst/selector/gstinputselector.c: (gst_input_selector_init),
700         (gst_input_selector_event), (gst_input_selector_query):
701         Reuse the get_linked_pads for both source and sinkpads because they are
702         the same.
703         Implement a custum event handler and get the internally linked pad
704         directly instead of relying on the default (slower) implementation.
705
706 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
707
708         * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):
709         Correctly take the granulepos from upstream if possible and
710         correctly handle the granulepos in various calculations: the
711         granulepos is the sample number of the _last_ sample in a frame, not
712         the first. 
713
714         * ext/celt/gstceltenc.c: (gst_celt_enc_sinkevent),
715         (gst_celt_enc_encode), (gst_celt_enc_chain),
716         (gst_celt_enc_change_state):
717         * ext/celt/gstceltenc.h:
718         Handle non-zero start timestamps in the encoder and detect/handle
719         stream discontinuities. Fixes bug #547075.
720
721 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
722
723         Patch by: Rov Juvano <rovjuvano at users dot sourceforge dot net>
724
725         * configure.ac:
726         * docs/plugins/Makefile.am:
727         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
728         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
729         * docs/plugins/inspect/plugin-scaletempo.xml:
730         * examples/scaletempo/Makefile.am:
731         * examples/scaletempo/demo-gui.c: (pop_status_bar),
732         (status_bar_printf), (demo_gui_seek_bar_format), (update_position),
733         (demo_gui_seek_bar_change), (demo_gui_do_change_rate),
734         (demo_gui_do_set_rate), (demo_gui_do_rate_entered),
735         (demo_gui_do_toggle_advanced), (demo_gui_do_toggle_disabled),
736         (demo_gui_do_seek), (demo_gui_do_play), (demo_gui_do_pause),
737         (demo_gui_do_play_pause), (demo_gui_do_open_file),
738         (demo_gui_do_playlist_prev), (demo_gui_do_playlist_next),
739         (demo_gui_do_about_dialog), (demo_gui_do_quit),
740         (demo_gui_request_set_stride), (demo_gui_request_set_overlap),
741         (demo_gui_request_set_search), (demo_gui_rate_changed),
742         (demo_gui_playing_started), (demo_gui_playing_paused),
743         (demo_gui_playing_ended), (demo_gui_player_errored),
744         (demo_gui_stride_changed), (demo_gui_overlap_changed),
745         (demo_gui_search_changed), (demo_gui_set_player_func),
746         (demo_gui_set_playlist_func), (build_gvalue_array),
747         (create_action), (demo_gui_show_func), (demo_gui_set_player),
748         (demo_gui_set_playlist), (demo_gui_show), (demo_gui_get_property),
749         (demo_gui_set_property), (demo_gui_init), (demo_gui_class_init),
750         (demo_gui_get_type):
751         * examples/scaletempo/demo-gui.h:
752         * examples/scaletempo/demo-main.c: (handle_error_message),
753         (handle_quit), (main):
754         * examples/scaletempo/demo-player.c: (no_pipeline),
755         (demo_player_event_listener), (demo_player_state_changed_cb),
756         (demo_player_eos_cb), (demo_player_build_pipeline), (_set_rate),
757         (demo_player_scale_rate_func), (demo_player_set_rate_func),
758         (_set_state_and_wait), (demo_player_load_uri_func),
759         (demo_player_play_func), (demo_player_pause_func), (_seek_to),
760         (demo_player_seek_by_func), (demo_player_seek_to_func),
761         (demo_player_get_position_func), (demo_player_get_duration_func),
762         (demo_player_scale_rate), (demo_player_set_rate),
763         (demo_player_load_uri), (demo_player_play), (demo_player_pause),
764         (demo_player_seek_by), (demo_player_seek_to),
765         (demo_player_get_position), (demo_player_get_duration),
766         (demo_player_get_property), (demo_player_set_property),
767         (demo_player_init), (demo_player_class_init),
768         (demo_player_get_type):
769         * examples/scaletempo/demo-player.h:
770         * gst/scaletempo/Makefile.am:
771         * gst/scaletempo/gstscaletempo.c: (best_overlap_offset_float),
772         (best_overlap_offset_s16), (output_overlap_float),
773         (output_overlap_s16), (fill_queue), (reinit_buffers),
774         (gst_scaletempo_transform), (gst_scaletempo_transform_size),
775         (gst_scaletempo_sink_event), (gst_scaletempo_set_caps),
776         (gst_scaletempo_get_property), (gst_scaletempo_set_property),
777         (gst_scaletempo_base_init), (gst_scaletempo_class_init),
778         (gst_scaletempo_init):
779         * gst/scaletempo/gstscaletempo.h:
780         * gst/scaletempo/gstscaletempoplugin.c: (plugin_init):
781         Add scaletempo plugin, which allows to scale the speed of audio without
782         changing the pitch by handling seeks with a rate!=1.0.
783         Integrate it into the docs and add the example application for it.
784         Fixes bug #537700.
785
786 2008-08-30  David Schleef  <ds@schleef.org>
787
788         * ext/dirac/gstdiracenc.cc: Fix some memleaks.
789
790 2008-08-29  David Schleef  <ds@schleef.org>
791
792         * ext/dirac/gstdiracenc.cc: Fix EOS handling.  Clean up at
793           object disposal.  Handle 4:2:2 and 4:4:4 video.
794
795 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
796
797         * ext/resindvd/resindvdbin.c:
798         Fix compiler warning on Forte.
799
800 2008-08-29  Jan Schmidt  <Jan.Schmidt@sun.com>
801
802         * configure.ac:
803         Commit FIONREAD check, needed for the dccp src.
804
805 2008-08-29  Edward Hervey  <edward.hervey@collabora.co.uk>
806
807         * ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
808         (gst_faac_chain), (gst_faac_change_state):
809         * ext/faac/gstfaac.h:
810         Add code for calculating proper timestamp/duration for the trailing
811         encoded buffers that faac will output when receiving EOS.
812
813 2008-08-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
814
815         * configure.ac:
816         Fix CFLAGS and LIBS for the apexsink.
817
818 2008-08-28  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
819
820         * sys/winks/ksvideohelpers.c (ks_video_media_type_free):
821           Avoid leaking the KSDATARANGE member of each KsVideoMediaType.
822
823 2008-08-28  Jan Schmidt  <Jan.Schmidt@sun.com>
824
825         * gst/dccp/gstdccp.c:
826         * gst/dccp/gstdccpclientsrc.c:
827         Fix compilation on Solaris by including filio.h as needed.
828
829         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
830         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
831         Fix compilation with Forte - apparently it hates concatenating a
832         macro argument that starts with an underscore??
833
834 2008-08-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
835
836         Patch by: Jérémie Bernard <gremimail at gmail dot com>
837
838         * configure.ac:
839         * ext/apexsink/LGPL-3.0.txt:
840         * ext/apexsink/Makefile.am:
841         * ext/apexsink/gstapexplugin.c: (plugin_init):
842         * ext/apexsink/gstapexraop.c: (g_strdel), (gst_apexraop_send),
843         (gst_apexraop_recv), (gst_apexraop_new), (gst_apexraop_free),
844         (gst_apexraop_set_host), (gst_apexraop_get_host),
845         (gst_apexraop_set_port), (gst_apexraop_get_port),
846         (gst_apexraop_set_useragent), (gst_apexraop_get_useragent),
847         (gst_apexraop_connect), (gst_apexraop_get_jacktype),
848         (gst_apexraop_get_jackstatus), (gst_apexraop_close),
849         (gst_apexraop_set_volume), (gst_apexraop_write_bits),
850         (gst_apexraop_write), (gst_apexraop_flush):
851         * ext/apexsink/gstapexraop.h:
852         * ext/apexsink/gstapexsink.c: (gst_apexsink_jackstatus_get_type),
853         (gst_apexsink_jacktype_get_type), (gst_apexsink_interfaces_init),
854         (gst_apexsink_implements_interface_init),
855         (gst_apexsink_mixer_interface_init),
856         (gst_apexsink_interface_supported),
857         (gst_apexsink_mixer_list_tracks), (gst_apexsink_mixer_set_volume),
858         (gst_apexsink_mixer_get_volume), (gst_apexsink_base_init),
859         (gst_apexsink_class_init), (gst_apexsink_init),
860         (gst_apexsink_set_property), (gst_apexsink_get_property),
861         (gst_apexsink_finalise), (gst_apexsink_open),
862         (gst_apexsink_prepare), (gst_apexsink_write),
863         (gst_apexsink_unprepare), (gst_apexsink_delay),
864         (gst_apexsink_reset), (gst_apexsink_close):
865         * ext/apexsink/gstapexsink.h:
866         Add apexsink for audio output to Apple AirPort Express Wireless
867         devices. Fixes bug #542510.
868
869 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
870
871         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp),
872         (gst_rtp_session_event_send_rtp_sink):
873         Send EOS when the session object instructs us to.
874
875         * gst/rtpmanager/rtpsession.c: (rtp_session_on_timeout):
876         * gst/rtpmanager/rtpsession.h:
877         Make it possible for the session manager to instruct us to send EOS. We
878         currently will EOS when the session is a sender and when the sender part
879         goes EOS. This is not entirely correct behaviour because the session
880         could still participate as a receiver.
881         Fixes #549409.
882
883 2008-08-27  Michael Smith <msmith@songbirdnest.com>
884
885         * gst/aiffparse/aiffparse.c:
886           Read size of chunks preceeding the audio data with the
887           correct endianness. Fixes playback of some files.
888           Fixes #538500
889
890 2008-08-27  Michael Smith <msmith@songbirdnest.com>
891
892         * configure.ac:
893         * gst/aiffparse/Makefile.am:
894         * gst/aiffparse/aiffparse.c:
895         * gst/aiffparse/aiffparse.h:
896           Add an AIFF parsing element, heavily based on wavparse.
897
898 2008-08-27  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
899
900         * sys/winks/gstksvideodevice.c (gst_ks_video_device_class_init,
901           gst_ks_video_device_set_state):
902           Don't set the pin state to KSSTATE_RUN from the streaming thread.
903           Skip KSSTATE_ACQUIRE when changing pin state downwards.
904           Be nice and specify G_PARAM_STATIC_STRINGS.
905           Remove unused finalize method.
906
907         * sys/winks/gstksvideosrc.c (DEFAULT_ENABLE_QUIRKS, PROP_ENABLE_QUIRKS,
908           enable_quirks, gst_ks_video_src_class_init, gst_ks_video_src_init,
909           gst_ks_video_src_finalize, gst_ks_video_src_get_property,
910           gst_ks_video_src_set_property, gst_ks_video_src_reset,
911           gst_ks_video_src_apply_driver_quirks, gst_ks_video_src_change_state,
912           gst_ks_video_src_set_caps):
913           First driver quirk: work around Logitech's hostile driver software to
914           improve stability and performance. See comments for details.
915           Provide a property to disable driver quirks (enabled by default).
916           Be nice and specify G_PARAM_STATIC_STRINGS.
917           Remove unused dispose method.
918           Tweak include order.
919
920 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
921
922         * gst/selector/gstinputselector.c: (gst_input_selector_init),
923         (gst_input_selector_query):
924         Implement the LATENCY query in a better way by taking the latency of all
925         sinkpads and taking the min/max instead of just taking a random pad.
926
927 2008-08-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
928
929         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
930         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
931         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
932         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
933         Unroll the loop to handle two bytes at once. This should give
934         a small speedup and makes it possible to handle chroma and luma
935         different which is needed later.
936
937 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
938
939         * gst/dccp/gstdccpserversink.c:
940         * gst/dccp/gstdccpserversink.h:
941         Don't put globals only used by one '.c' file in a header !
942         Declare it as static, fixes build on macosx.
943
944 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
945
946         * gst/dccp/gstdccp.c: (gst_dccp_send_buffer):
947         Whoops, that was one fix too much :)
948
949 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
950
951         * gst/dccp/gstdccp.c: (gst_dccp_read_buffer),
952         (gst_dccp_send_buffer), (gst_dccp_set_sock_windowsize):
953         size_t's size varies by platform/architecture. Use glib convenience
954         macro instead. Fixes build on macosx.
955         Remove ending '\n' in debug statements.
956
957 2008-08-26  Edward Hervey  <edward.hervey@collabora.co.uk>
958
959         * gst/pcapparse/gstpcapparse.c: (gst_pcap_parse_class_init):
960         Remove unused code and fix includes.
961
962 2008-08-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
963
964         * gst/deinterlace2/gstdeinterlace2.c:
965         (gst_deinterlace_method_class_init):
966         * gst/deinterlace2/gstdeinterlace2.h:
967         * gst/deinterlace2/tvtime/tomsmocomp.c:
968         (gst_deinterlace_method_tomsmocomp_class_init):
969         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
970         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
971         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
972         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
973         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
974         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
975         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
976         First part of the C implementation of the tomsmocomp deinterlacing
977         algorithm. This only supports search-effort=0 currently, is painfully
978         slow and needs some cleanup later when all search-effort settings
979         are implemented in C.
980
981 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
982
983         * configure.ac:
984         * sys/Makefile.am:
985         * sys/winks/Makefile.am:
986         * sys/winks/gstksclock.c:
987         * sys/winks/gstksclock.h:
988         * sys/winks/gstksvideodevice.c:
989         * sys/winks/gstksvideodevice.h:
990         * sys/winks/gstksvideosrc.c:
991         * sys/winks/gstksvideosrc.h:
992         * sys/winks/kshelpers.c:
993         * sys/winks/kshelpers.h:
994         * sys/winks/ksvideohelpers.c:
995         * sys/winks/ksvideohelpers.h:
996           New plugin for low-latency video capture on Windows (#519935).
997
998           Uses Kernel Streaming, the lowest level API for doing video capture
999           on Windows (more or less just raw ioctls).
1000
1001 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1002
1003         * gst/pcapparse/gstpcapparse.c:
1004         * sys/winscreencap/gstdx9screencapsrc.c:
1005         * sys/winscreencap/gstgdiscreencapsrc.c:
1006           Added documentation blobs. Thanks to Stefan for noticing!
1007
1008 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1009
1010         * configure.ac:
1011         * gst/pcapparse/Makefile.am:
1012         * gst/pcapparse/gstpcapparse.c:
1013         * gst/pcapparse/gstpcapparse.h:
1014           New plugin: pcapparse (#520899).
1015
1016 2008-08-24  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1017
1018         patch by: Haakon Sporsheim <hakon.sporsheim@tandberg.com>
1019
1020         * configure.ac:
1021         * sys/Makefile.am:
1022         * sys/winscreencap/Makefile.am:
1023         * sys/winscreencap/gstdx9screencapsrc.c:
1024         * sys/winscreencap/gstdx9screencapsrc.h:
1025         * sys/winscreencap/gstgdiscreencapsrc.c:
1026         * sys/winscreencap/gstgdiscreencapsrc.h:
1027         * sys/winscreencap/gstwinscreencap.c:
1028         * sys/winscreencap/gstwinscreencap.h:
1029           New plugin: winscreencap (#463941).
1030
1031 2008-08-22  Michael Smith <msmith@songbirdnest.com>
1032
1033         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1034           Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
1035           is correctly, instead of backwards. No functional changes, since this
1036           mistake was completely self-consistent.
1037
1038 2008-08-22  Stefan Kost  <ensonic@users.sf.net>
1039
1040         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1041           Add, but commented out xml/element-dc1394.xml. Its documented, but
1042           I can't get it to be build.
1043
1044         * ext/celt/gstceltdec.c:
1045         * ext/celt/gstceltenc.c:
1046           Fix doc warnings and reformat the doc block.
1047
1048 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1049
1050         patch by: Leandro Melo de Sales <leandroal@gmail.com>
1051
1052         * configure.ac:
1053         * docs/plugins/Makefile.am:
1054         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1055         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1056         * docs/plugins/gst-plugins-bad-plugins.args:
1057         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1058         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1059         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1060         * docs/plugins/gst-plugins-bad-plugins.signals:
1061         * docs/plugins/inspect/plugin-dccp.xml:
1062         * gst/dccp/Makefile.am:
1063         * gst/dccp/gstdccp.c:
1064         * gst/dccp/gstdccp.h:
1065         * gst/dccp/gstdccpclientsink.c:
1066         * gst/dccp/gstdccpclientsink.h:
1067         * gst/dccp/gstdccpclientsrc.c:
1068         * gst/dccp/gstdccpclientsrc.h:
1069         * gst/dccp/gstdccpplugin.c:
1070         * gst/dccp/gstdccpserversink.c:
1071         * gst/dccp/gstdccpserversink.h:
1072         * gst/dccp/gstdccpserversrc.c:
1073         * gst/dccp/gstdccpserversrc.h:
1074         * tests/icles/dccp/README:
1075         * tests/icles/dccp/call/README:
1076         * tests/icles/dccp/call/DCCPClient.c:
1077         * tests/icles/dccp/call/DCCPServer.c:
1078         * tests/icles/dccp/file/DCCPClientSaveFile.c:
1079         * tests/icles/dccp/file/DCCPServerSendFile.c:
1080         * tests/icles/dccp/mic/DCCPClientPlayMic.c:
1081         * tests/icles/dccp/mic/DCCPServerMic.c:
1082         * tests/icles/dccp/mp3/DCCPClientPlayMP3.c:
1083         * tests/icles/dccp/mp3/DCCPServerSendMP3.c:
1084         * tests/icles/dccp/mp3Speex/DCCPClientPlaySpeexMP3.c:
1085         * tests/icles/dccp/mp3Speex/DCCPServerSendSpeexMP3.c:
1086         * tests/icles/dccp/mp3Stream/DCCPClientPlayMP3Stream.c:
1087         * tests/icles/dccp/mp3Stream/DCCPServerSendMP3Stream.c:
1088           Add dccp plugin. Fixes #542390.
1089
1090 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1091
1092         * configure.ac:
1093           Remove bits that presumably weren't supposed to be committed.
1094
1095 2008-08-20  Michael Smith <msmith@songbirdnest.com>
1096
1097         * configure.ac:
1098         * sys/Makefile.am:
1099         * sys/acmenc/Makefile.am:
1100         * sys/acmenc/acmenc.c:
1101           Add new windows ACM encoder wrapper.
1102
1103 2008-08-18  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1104
1105         patch by: Michael Krufky
1106
1107         * sys/dvb/gstdvbsrc.c:
1108         * sys/dvb/parsechannels.c:
1109         Add ATSC tunning and channels.conf parsing support.
1110         Fixes #537455
1111
1112 2008-08-13  Michael Smith <msmith@songbirdnest.com>
1113
1114         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1115         * sys/dshowdecwrapper/gstdshowaudiodec.h:
1116         * sys/dshowdecwrapper/gstdshowvideodec.c:
1117         * sys/dshowdecwrapper/gstdshowvideodec.h:
1118         * sys/dshowvideosink/dshowvideosink.cpp:
1119         * sys/dshowvideosink/dshowvideosink.h:
1120           Initialise COM with default flags.
1121           Only deinitialise if the initialisation was successful.
1122
1123 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1124
1125         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
1126         (gst_rtp_bin_sync_chain), (new_ssrc_pad_found):
1127         Reset rtp timestamp interpollation when we detect a gap when the
1128         clock_base changed.
1129         Don't try to adjust the ts-offset when it's too big (> 3seconds)
1130
1131         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_set_ssrc):
1132         * gst/rtpmanager/gstrtpsession.h:
1133         Add method to set session SSRC.
1134
1135         * gst/rtpmanager/rtpsession.c: (check_collision),
1136         (rtp_session_set_internal_ssrc), (rtp_session_get_internal_ssrc),
1137         (rtp_session_on_timeout):
1138         * gst/rtpmanager/rtpsession.h:
1139         Added debugging for the collision checks.
1140         Add method to change the internal SSRC of the session.
1141
1142         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
1143         Reset the clock base when we detect large jumps in the seqnums.
1144
1145 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1146
1147         * ext/x264/gstx264enc.c: (gst_x264_enc_reset),
1148         (gst_x264_enc_chain), (gst_x264_enc_encode_frame):
1149         * ext/x264/gstx264enc.h:
1150         Do not deal with duplicated input (timestamps).  If needed,
1151         a generic element can do so.
1152         Do not manipulate input timestamps on the way out,
1153         since that shifts the timeline and A/V sync.
1154
1155 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1156
1157         * docs/plugins/gst-plugins-bad-plugins.args:
1158         Integrate new properties into documentation.
1159         * ext/x264/gstx264enc.c: (gst_x264_enc_class_init),
1160         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1161         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1162         Fix up API prior to eventual plugin move.
1163         API: GstX264Enc:pass (provides more options, and changed to enum)
1164
1165 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1166
1167         * docs/plugins/Makefile.am:
1168         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1169         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1170         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1171         * docs/plugins/inspect/plugin-mplex.xml:
1172         * ext/mplex/gstmplex.cc:
1173         Update and add documentation for mplex.
1174         * ext/mpeg2enc/gstmpeg2enc.cc:
1175         Documentation update.
1176
1177 2008-08-12  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
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         * ext/x264/gstx264enc.c:
1183         * tests/check/Makefile.am:
1184         * tests/check/elements/x264enc.c: (setup_x264enc),
1185         (cleanup_x264enc), (GST_START_TEST), (x264enc_suite), (main):
1186         Add documentation and unit test for x264enc.
1187
1188 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1189
1190         * ext/x264/gstx264enc.c: (gst_x264_enc_init),
1191         (gst_x264_enc_header_buf), (gst_x264_enc_encode_frame):
1192         Allocate some buffers in more adaptive and economical fashion.
1193
1194 2008-08-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1195
1196         * configure.ac:
1197         Check for sufficiently up-to-date x264 API.
1198         * ext/x264/gstx264enc.c: (gst_x264_enc_pass_get_type),
1199         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
1200         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1201         (gst_x264_enc_set_property), (gst_x264_enc_get_property):
1202         * ext/x264/gstx264enc.h:
1203         Expose some more parameters of the x264 encoder as properties.
1204
1205 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1206
1207         * gst/rtpmanager/gstrtpbin.c:
1208           Print the pad-name in debug log.
1209
1210         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
1211         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
1212           Use "-" instead of "_" in property names. Can we call them just
1213           "device" like everywhere else?
1214
1215 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1216
1217         * ext/x264/gstx264enc.c: (gst_x264_enc_log_callback),
1218         (gst_x264_enc_finalize), (gst_x264_enc_header_buf),
1219         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
1220         (gst_x264_enc_flush_frames):
1221         Coding style and layout; re-order some functions in more
1222         typical and natural flow.
1223
1224 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1225
1226         * ext/x264/Makefile.am:
1227         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps),
1228         (gst_x264_enc_sink_set_caps), (gst_x264_enc_init),
1229         (gst_x264_enc_reset), (gst_x264_enc_finalize),
1230         (gst_x264_enc_flush_frames), (gst_x264_enc_sink_event),
1231         (gst_x264_enc_chain), (gst_x264_enc_encode_frame),
1232         (gst_x264_enc_change_state), (gst_x264_enc_set_property):
1233         * ext/x264/gstx264enc.h:
1234         Use GQueue in stead of custom queue code.
1235         Factorize flushing out encoder delayed frames.
1236         Factorize initialization and state change reset.
1237
1238 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1239
1240         * ext/x264/gstx264enc.h:
1241         * sys/fbdev/gstfbdevsink.c:
1242         Use configure-generated _stdint.h.
1243
1244 2008-08-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1245
1246         * ext/x264/Makefile.am:
1247         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
1248         (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init),
1249         (gst_x264_enc_class_init), (gst_x264_enc_log_callback),
1250         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
1251         (gst_x264_enc_finalize), (gst_x264_enc_chain),
1252         (gst_x264_enc_encode_frame), (plugin_init):
1253         * ext/x264/gstx264enc.h:
1254         Use video format library and GST_WRITE_*_BE macros where applicable.
1255         Use finalize in stead of dispose.
1256         Set up debug category and log callback.
1257
1258 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1259
1260         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1261
1262         * ext/sndfile/gstsf.c: (plugin_init):
1263         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_plugin_init):
1264         * sys/oss4/oss4-audio.c: (plugin_init):
1265         Make sure gettext returns translations in UTF-8 encoding rather
1266         than in the current locale encoding (#546822).
1267
1268 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1269
1270         * ext/twolame/gsttwolame.c: (gst_two_lame_sink_setcaps),
1271         (gst_two_lame_chain):
1272         * ext/twolame/gsttwolame.h:
1273         Allow raw float samples as input for encoding.
1274
1275 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1276
1277         * ext/jack/gstjackaudiosrc.c:
1278           Try committing this once again. Now properly renamed.
1279
1280 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1281
1282         * docs/plugins/Makefile.am:
1283         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1284         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1285         * docs/plugins/gst-plugins-bad-plugins.args:
1286         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1287         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1288         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1289         * docs/plugins/inspect/plugin-jack.xml
1290           Add new element to docs.
1291
1292         * ext/jack/gstjack.h
1293           Add missing file.
1294
1295         * ext/jack/gstjackaudiosrc.c:
1296         * ext/jack/gstjackaudiosrc.h:
1297           Rename jackaudiosrc to jack_audio_src.
1298
1299 2008-08-07  Stefan Kost  <ensonic@users.sf.net>
1300
1301         patch by: Tristan Matthews <tristan@sat.qc.ca>
1302
1303         * ext/jack/Makefile.am:
1304         * ext/jack/gstjack.c:
1305         * ext/jack/gstjackaudioclient.c:
1306         * ext/jack/gstjackaudiosink.c:
1307         * ext/jack/gstjackaudiosink.h:
1308         * ext/jack/gstjackaudiosrc.c:
1309         * ext/jack/gstjackaudiosrc.h:
1310         * ext/jack/gstjackringbuffer.h:
1311           Add a jackaudiosrc. Refactor sink slightly for better code reuse.
1312           Fixes #545197.
1313
1314 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1315
1316         * docs/plugins/Makefile.am:
1317         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1318         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1319         * docs/plugins/gst-plugins-bad-plugins.args:
1320         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1321         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1322         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1323         * docs/plugins/inspect/plugin-celt.xml:
1324         * docs/plugins/inspect/plugin-twolame.xml:
1325         Add twolame and celt plugins to the docs.
1326
1327 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1328
1329         Based on patch by: Olivier Crete <tester at tester dot ca>
1330
1331         * gst/rtpmanager/gstrtpjitterbuffer.c:
1332         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
1333         Make the buffer metadata writable before inserting it in the
1334         jitterbuffer because the jitterbuffer will modify the timestamps.
1335
1336         * gst/rtpmanager/rtpjitterbuffer.c:
1337         Update method comment about requiring writable metadata on buffers.
1338
1339         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
1340         (rtp_session_process_rtcp):
1341         Make the RTCP buffer metadata writable because we want to modify the
1342         metadata.
1343         Fixes #546312.
1344
1345 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1346
1347         * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
1348         (gst_selector_pad_chain), (gst_input_selector_getcaps),
1349         (gst_input_selector_activate_sinkpad):
1350         Move the select-all logic into the activation of the currently selected
1351         pad. We want to remember the last pad with activity in select-all mode.
1352         Fix the getcaps function, we can produce the union of the upstream caps
1353         in select-all mode, not the intersection like proxy_getcaps() does.
1354
1355 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1356
1357         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1358
1359         * gst/rtpmanager/gstrtpjitterbuffer.c:
1360         (gst_rtp_jitter_buffer_chain):
1361         Fix debug by logging the right seqnum.
1362
1363 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
1364
1365         Patch by: Olivier Crete <tester at tester dot ca>
1366
1367         * gst/rtpmanager/gstrtpbin.c: (get_pt_map):
1368         Release lock before emitting the request-pt-map signal.
1369         Fixes #543480.
1370
1371 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1372
1373         * gst/deinterlace2/gstdeinterlace2.c:
1374         (gst_deinterlace_simple_method_interpolate_scanline),
1375         (gst_deinterlace_simple_method_copy_scanline),
1376         (gst_deinterlace_simple_method_deinterlace_frame):
1377         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
1378         * gst/deinterlace2/tvtime/greedyh.c:
1379         (deinterlace_frame_di_greedyh):
1380         * gst/deinterlace2/tvtime/scalerbob.c:
1381         (deinterlace_scanline_scaler_bob):
1382         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
1383         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1384         (copy_scanline):
1385         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1386         (copy_scanline):
1387         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1388         (copy_scanline):
1389         Use oil_memcpy() instead of memcpy() as it's faster for the sizes that
1390         are usually used here.
1391
1392 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1393
1394         * gst/deinterlace2/Makefile.am:
1395         * gst/deinterlace2/gstdeinterlace2.c:
1396         (gst_deinterlace_simple_method_deinterlace_frame),
1397         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method):
1398         * gst/deinterlace2/gstdeinterlace2.h:
1399         * gst/deinterlace2/tvtime/linear.c:
1400         (deinterlace_scanline_linear_c), (deinterlace_scanline_linear_mmx),
1401         (deinterlace_scanline_linear_mmxext),
1402         (gst_deinterlace_method_linear_class_init),
1403         (gst_deinterlace_method_linear_init):
1404         * gst/deinterlace2/tvtime/linearblend.c:
1405         (deinterlace_scanline_linear_blend_c),
1406         (deinterlace_scanline_linear_blend2_c),
1407         (deinterlace_scanline_linear_blend_mmx),
1408         (deinterlace_scanline_linear_blend2_mmx),
1409         (gst_deinterlace_method_linear_blend_class_init),
1410         (gst_deinterlace_method_linear_blend_init):
1411         * gst/deinterlace2/tvtime/plugins.h:
1412         * gst/deinterlace2/tvtime/scalerbob.c:
1413         (deinterlace_scanline_scaler_bob),
1414         (gst_deinterlace_method_scaler_bob_class_init),
1415         (gst_deinterlace_method_scaler_bob_init):
1416         * gst/deinterlace2/tvtime/weave.c: (deinterlace_scanline_weave),
1417         (copy_scanline), (gst_deinterlace_method_weave_class_init),
1418         (gst_deinterlace_method_weave_init):
1419         * gst/deinterlace2/tvtime/weavebff.c: (deinterlace_scanline_weave),
1420         (copy_scanline), (gst_deinterlace_method_weave_bff_class_init),
1421         (gst_deinterlace_method_weave_bff_init):
1422         * gst/deinterlace2/tvtime/weavetff.c: (deinterlace_scanline_weave),
1423         (copy_scanline), (gst_deinterlace_method_weave_tff_class_init),
1424         (gst_deinterlace_method_weave_tff_init):
1425         Add the remaining tvtime deinterlacing methods and fix the
1426         deinterlace_frame() implementation of GstDeinterlaceSimpleMethod.
1427
1428 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1429
1430         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
1431         (deinterlace_line_mmx), (gst_deinterlace_method_vfir_class_init):
1432         Implement the VFIR deinterlacing method as simple method.
1433
1434 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1435
1436         * gst/deinterlace2/gstdeinterlace2.c:
1437         (gst_deinterlace_simple_method_interpolate_scanline),
1438         (gst_deinterlace_simple_method_copy_scanline),
1439         (gst_deinterlace_simple_method_deinterlace_frame),
1440         (gst_deinterlace_simple_method_class_init),
1441         (gst_deinterlace_simple_method_init):
1442         * gst/deinterlace2/gstdeinterlace2.h:
1443         Add a GstDeinterlaceSimpleMethod subclass of GstDeinterlaceMethod that
1444         can be used by simple deinterlacing methods. They only have to provide
1445         a function for interpolating a scanline or copying a scanline.
1446
1447 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1448
1449         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_chain):
1450         Respect the latency of the deinterlacing algorithm for the timestamps
1451         of every buffer.
1452
1453 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1454
1455         * gst/deinterlace2/tvtime/greedyh.asm:
1456         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
1457         Add the MMX registers to the clobbered registers only if __MMX__ is
1458         defined.
1459
1460 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1461
1462         * gst/deinterlace2/Makefile.am:
1463         * gst/deinterlace2/gstdeinterlace2.c:
1464         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1465         (gst_deinterlace2_class_init):
1466         Enable tomsmocomp again as the C port will be ready for the next
1467         release.
1468
1469 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1470
1471         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init),
1472         (gst_greatest_common_divisor), (gst_fraction_double),
1473         (gst_deinterlace2_getcaps), (gst_deinterlace2_setcaps):
1474         Don't use proxy_getcaps() but implement our own getcaps() function
1475         that doubles/halfs the framerate if all fields should be sent out.
1476
1477 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1478
1479         * configure.ac:
1480         * ext/Makefile.am:
1481         * ext/twolame/Makefile.am:
1482         * ext/twolame/gsttwolame.c: (gst_two_lame_mode_get_type),
1483         (gst_two_lame_padding_get_type), (gst_two_lame_emphasis_get_type),
1484         (gst_two_lame_release_memory), (gst_two_lame_finalize),
1485         (gst_two_lame_base_init), (gst_two_lame_class_init),
1486         (gst_two_lame_src_setcaps), (gst_two_lame_sink_setcaps),
1487         (gst_two_lame_init), (gst_two_lame_set_property),
1488         (gst_two_lame_get_property), (gst_two_lame_sink_event),
1489         (gst_two_lame_chain), (gst_two_lame_setup),
1490         (gst_two_lame_change_state), (gst_two_lame_get_default_settings),
1491         (plugin_init):
1492         * ext/twolame/gsttwolame.h:
1493         Add TwoLAME MP2 encoding element, based on the LAME element.
1494
1495 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1496
1497         * configure.ac:
1498         * ext/Makefile.am:
1499         * ext/celt/Makefile.am:
1500         * ext/celt/gstcelt.c: (plugin_init):
1501         * ext/celt/gstceltdec.c: (gst_celt_dec_base_init),
1502         (gst_celt_dec_class_init), (gst_celt_dec_reset),
1503         (gst_celt_dec_init), (celt_dec_convert),
1504         (celt_get_sink_query_types), (celt_dec_sink_query),
1505         (celt_get_src_query_types), (celt_dec_src_query),
1506         (celt_dec_src_event), (celt_dec_sink_event),
1507         (celt_dec_chain_parse_header), (celt_dec_chain_parse_comments),
1508         (celt_dec_chain_parse_data), (celt_dec_chain),
1509         (celt_dec_change_state):
1510         * ext/celt/gstceltdec.h:
1511         * ext/celt/gstceltenc.c: (gst_celt_enc_setup_interfaces),
1512         (gst_celt_enc_base_init), (gst_celt_enc_class_init),
1513         (gst_celt_enc_finalize), (gst_celt_enc_sink_setcaps),
1514         (gst_celt_enc_sink_getcaps), (gst_celt_enc_convert_src),
1515         (gst_celt_enc_convert_sink), (gst_celt_enc_get_latency),
1516         (gst_celt_enc_get_query_types), (gst_celt_enc_src_query),
1517         (gst_celt_enc_sink_query), (gst_celt_enc_init),
1518         (gst_celt_enc_create_metadata_buffer), (gst_celt_enc_setup),
1519         (gst_celt_enc_buffer_from_data), (gst_celt_enc_push_buffer),
1520         (gst_celt_enc_set_header_on_caps), (gst_celt_enc_sinkevent),
1521         (gst_celt_enc_chain), (gst_celt_enc_get_property),
1522         (gst_celt_enc_set_property), (gst_celt_enc_change_state):
1523         * ext/celt/gstceltenc.h:
1524         Add CELT encoder and decoder elements based on the Speex elements.
1525
1526 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1527
1528         Patch by: Tal Shalif <tshalif at nargila dot org>
1529
1530         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_initsdl):
1531         Use g_setenv() and g_unsetenv() instead of setenv() to fix compilation
1532         with mingw. Fixes bug #545247.
1533
1534 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
1535
1536         * configure.ac:
1537         Back to development -> 0.10.8.1
1538
1539 === release 0.10.8 ===
1540
1541 2008-07-28  Jan Schmidt <jan.schmidt@sun.com>
1542
1543         * configure.ac:
1544           releasing 0.10.8, "Vapour Trails"
1545
1546 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
1547
1548         * configure.ac:
1549         0.10.7.3 pre-release
1550
1551         * po/LINGUAS:
1552         * po/id.po:
1553         Add Indonesian translation.
1554
1555 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1556
1557         * gst/festival/gstfestival.c:
1558           Guard unistd.h with HAVE_UNISTD_H
1559         * gst/modplug/libmodplug/load_it.cpp:
1560         * gst/modplug/libmodplug/sndfile.cpp:
1561         * gst/modplug/libmodplug/sndfile.h:
1562         * gst/modplug/libmodplug/stdafx.h:
1563           Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
1564           of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
1565           of a variable in load_it.cpp to MSVC's scoping rules.
1566         * gst/sdp/gstsdpdemux.c:
1567           Guard unistd.h with HAVE_UNISTD_H
1568           Fixes #544457.
1569
1570 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
1571
1572         * ext/timidity/gsttimidity.c:
1573           Fix compiler warning. Fixes #544050.
1574
1575 2008-07-21  Jan Schmidt  <jan.schmidt@sun.com>
1576
1577         * configure.ac:
1578         Don't check for nav_print.h any more - it should be included in
1579         the libdvdnav development package if libdvdnav headers depend on it.
1580         Fixes: #543846
1581
1582 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1583
1584         * configure.ac:
1585         * ext/ladspa/Makefile.am:
1586         Link the ladspa plugin with -ldl. It's needed for dlopen() and friends
1587         for loading the ladspa plugins and previously was linked in by
1588         gmodule. Fixes bug #543848.
1589
1590 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1591
1592         * gst/modplug/libmodplug/Makefile.am:
1593         Use GST_CXXFLAGS instead of GST_CFLAGS for CXXFLAGS. GST_CFLAGS
1594         can contain compiler parameters that are invalid for C++.
1595         Fixes bug #543860.
1596
1597 2008-07-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1598
1599         * ext/resindvd/Makefile.am:
1600         Dist missing header files. Fixes bug #543861.
1601
1602 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1603
1604         * configure.ac:
1605         0.10.7.2 pre-release
1606
1607 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1608
1609         * ext/Makefile.am:
1610         Dist and recurse into resindvd subdir
1611
1612 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1613
1614         * configure.ac:
1615         Remove interleave and replaygain configure.ac pieces too
1616
1617 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1618
1619         * po/LINGUAS:
1620         * po/lt.po:
1621         Add new lithunian translation, and add french to the LINGUAS
1622         file.
1623
1624 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
1625
1626         * docs/plugins/Makefile.am:
1627         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1628         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1629         * docs/plugins/gst-plugins-bad-plugins.args:
1630         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1631         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1632         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1633         * docs/plugins/inspect/plugin-interleave.xml:
1634         * docs/plugins/inspect/plugin-replaygain.xml:
1635         * gst/interleave/Makefile.am:
1636         * gst/interleave/deinterleave.c:
1637         * gst/interleave/deinterleave.h:
1638         * gst/interleave/interleave.c:
1639         * gst/interleave/interleave.h:
1640         * gst/interleave/plugin.c:
1641         * gst/interleave/plugin.h:
1642         * gst/replaygain/Makefile.am:
1643         * gst/replaygain/gstrganalysis.c:
1644         * gst/replaygain/gstrganalysis.h:
1645         * gst/replaygain/gstrglimiter.c:
1646         * gst/replaygain/gstrglimiter.h:
1647         * gst/replaygain/gstrgvolume.c:
1648         * gst/replaygain/gstrgvolume.h:
1649         * gst/replaygain/replaygain.c:
1650         * gst/replaygain/replaygain.h:
1651         * gst/replaygain/rganalysis.c:
1652         * gst/replaygain/rganalysis.h:
1653         * tests/check/Makefile.am:
1654         * tests/check/elements/deinterleave.c:
1655         * tests/check/elements/interleave.c:
1656         * tests/check/elements/rganalysis.c:
1657         * tests/check/elements/rglimiter.c:
1658         * tests/check/elements/rgvolume.c:
1659         Remove interleave and replaygain plugins that have moved to -good
1660
1661 2008-07-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1662
1663         * configure.ac:
1664         * gst/deinterlace2/Makefile.am:
1665         * gst/deinterlace2/gstdeinterlace2.c:
1666         (gst_deinterlace2_methods_get_type), (gst_deinterlace2_set_method),
1667         (gst_deinterlace2_class_init), (gst_deinterlace2_init):
1668         * gst/deinterlace2/gstdeinterlace2.h:
1669         * gst/deinterlace2/tvtime/greedy.c:
1670         (gst_deinterlace_method_greedy_l_class_init):
1671         * gst/deinterlace2/tvtime/greedyh.c:
1672         (gst_deinterlace_method_greedy_h_class_init):
1673         * gst/deinterlace2/tvtime/vfir.c:
1674         (gst_deinterlace_method_vfir_class_init):
1675         Disable the tomsmocomp algorithm for this release as it's buggy
1676         and has no C implementation yet.
1677
1678         Build the deinterlace2 plugin on all architectures but still mark it
1679         as experimental.
1680         
1681         Build the x86 inline assembly only if GCC inline assembly is supported
1682         and only on x86 or amd64. Fixes bug #543286.
1683
1684 2008-07-16  Jan Schmidt  <Jan.Schmidt@sun.com>
1685
1686         * gst/real/gstrealvideodec.c: (open_library):
1687         Add some casts to fix the build on Forte
1688
1689 2008-07-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1690
1691         * gst/deinterlace2/tvtime/greedy.c:
1692         (gst_deinterlace_method_greedy_l_class_init):
1693         * gst/deinterlace2/tvtime/greedyh.c:
1694         (gst_deinterlace_method_greedy_h_class_init):
1695         * gst/deinterlace2/tvtime/vfir.c:
1696         (gst_deinterlace_method_vfir_class_init):
1697         Fix build on x86_64
1698
1699 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1700
1701         * ext/resindvd/gstmpegdemux.c:
1702         Remove whitespace line.
1703
1704         * ext/resindvd/resindvdbin.c:
1705         * ext/resindvd/resindvdbin.h:
1706         Make it so that audio/video pads aren't added to the bin
1707         until after data flow starts.
1708
1709         * ext/resindvd/resin-play:
1710         Move video buffer queue outside resindvdbin
1711
1712         * ext/resindvd/resindvdsrc.c:
1713         Check that the nav_clock_id didn't already get unscheduled.
1714
1715         * gst/dvdspu/gstdvdspu.c:
1716         Remove assert that sometimes triggers erroneously.
1717
1718 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1719
1720         * gst/deinterlace2/tvtime/greedyh.asm:
1721         Always use the C implementation if width is not a multiple of 4. The
1722         assembly optimized version only handle this and calling the C
1723         implementation for the remaining part doesn't work because it needs
1724         previous calculations.
1725
1726 2008-07-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1727
1728         * gst/deinterlace2/tvtime/greedyh.asm:
1729         * gst/deinterlace2/tvtime/greedyh.c:
1730         * gst/deinterlace2/tvtime/greedyhmacros.h:
1731         Some cleanup, use 3DNOW instead of TDNOW in macros.
1732
1733         * gst/deinterlace2/tvtime/tomsmocomp.c:
1734         (gst_deinterlace_method_tomsmocomp_class_init):
1735         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1736         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
1737         The SSE method in fact only needs MMXEXT, declare it as such.
1738
1739 2008-07-11  Jan Schmidt  <thaytan@noraisin.net>
1740
1741         * docs/plugins/.cvsignore:
1742         Ignore *-undeclared.txt
1743
1744         * ext/resindvd/rsnaudiomunge.c:
1745         Turn g_print's into debug statements.
1746
1747         * ext/resindvd/resin-play:
1748         * ext/resindvd/Makefile.am:
1749         * ext/resindvd/resindvdbin.c:
1750         * ext/resindvd/resindvdbin.h:
1751         * ext/resindvd/rsnparsetter.c:
1752         * ext/resindvd/rsnparsetter.h:
1753         * ext/resindvd/rsnwrappedbuffer.c:
1754         * ext/resindvd/rsnwrappedbuffer.h:
1755         Add a bloated implementation of a really simple idea: Replace the
1756         pixel-aspect-ratio in the output video with a prescribed one when
1757         necessary. There must be an easier way.
1758
1759         Split the dvdspu out of the resindvdbin and put out the subpicture
1760         stream on the subpicture pad.
1761
1762         * ext/resindvd/gstmpegdemux.c:
1763         Send video-aspect events down the pipe from the demuxer.
1764
1765         * ext/resindvd/resindvdsrc.c:
1766         * ext/resindvd/resindvdsrc.h:
1767         Handle timed-stills somewhat using g_cond_timed_wait, with a FIXME
1768         to make it use clock-waiting later.
1769
1770         * ext/resindvd/rsnbasesrc.c:
1771         Don't overwrite the last_stop in the basesrc segment after a seamless
1772         seek.
1773
1774 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1775
1776         * gst/mpegtsparse/mpegtspacketizer.c:
1777         Convert extended event text to UTF-8.
1778
1779 2008-07-10  Stefan Kost  <ensonic@users.sf.net>
1780
1781         * docs/plugins/Makefile.am:
1782         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
1783         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
1784         * docs/plugins/gst-plugins-bad-plugins.args:
1785         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
1786         * docs/plugins/gst-plugins-bad-plugins.interfaces:
1787         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
1788         * docs/plugins/gst-plugins-bad-plugins.signals:
1789         * docs/plugins/inspect/plugin-stereo.xml:
1790         * gst/stereo/gststereo.c:
1791           Document one more.
1792
1793 2008-07-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1794
1795         * gst/mpegtsparse/gstmpegdesc.h:
1796         Fix extended event descriptor parsing, out by 1 in position of
1797         text length.
1798
1799 2008-07-09  Stefan Kost  <ensonic@users.sf.net>
1800
1801         * gst/festival/gstfestival.c:
1802           Add a note to the docs, that festival need to be running. Also log an
1803           error it it is not. Fixes #541327
1804
1805 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1806
1807         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1808
1809         * gst/librfb/gstrfbsrc.c:
1810         * gst/librfb/gstrfbsrc.h:
1811         Add view-only property to ignore the navigation events
1812
1813 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1814
1815         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1816           Revert previous patch apart from typo fixes; the patch was not
1817           independently useful.
1818
1819 2008-07-08  Michael Smith <msmith@songbirdnest.com>
1820
1821         Based on patch by: Alessandro Decina <alessandro@nnva.org>
1822         * sys/dshowdecwrapper/gstdshowaudiodec.c:
1823         * sys/dshowdecwrapper/gstdshowdecwrapper.h:
1824         * sys/dshowdecwrapper/gstdshowvideodec.c:
1825           Add AAC, AC3 to handled codecs.
1826           Fix handling of flush events.
1827           Improve debug/error output.
1828           Fix a number of typos in comments and variable names.
1829
1830 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1831
1832         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1833
1834         * gst/librfb/rfbdecoder.c:
1835         Implement ServerCutText message
1836
1837 2008-07-08  Thijs Vermeir  <thijsvermeir@gmail.com>
1838
1839         patch by: Ilja Pavkovic <illsen@gumblfarz.de>
1840
1841         * gst/librfb/gstrfbsrc.c:
1842         * gst/librfb/rfbdecoder.c:
1843         Add property for shared desktop
1844
1845 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1846
1847         * configure.ac:
1848         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
1849         flags that are invalid for C++.
1850
1851 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1852
1853         * ext/spc/gstspc.c: (spc_setup):
1854         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
1855         Don't use declarations after statements in the remaining code.
1856
1857 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1858
1859         Patch by:
1860           Jonathan Rosser <jonathan dot rosser at rd dot bbc dot co dot uk>
1861
1862         * ext/metadata/metadataexif.c: (metadataparse_handle_unit_tags):
1863         * ext/metadata/metadataxmp.c:
1864         (metadataparse_xmp_iter_add_to_tag_list):
1865         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start):
1866         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
1867         Don't use declarations after statements.
1868
1869 2008-07-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1870
1871         patch by: Alessandro Decina
1872
1873         * gst/mpegtsparse/mpegtsparse.c:
1874         Fix memory leak by unreffing structures when not needed.
1875         Fixes #539292.
1876
1877 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
1878
1879         * gst/sdp/gstsdpdemux.c:
1880           Use floating point math for latencies < 0 sec in log output.
1881
1882 2008-07-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1883
1884         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
1885         Mark internal processing functions as static inline for quite some
1886         speedup as they're used only once and need to get many local variables
1887         passed as parameter.
1888
1889 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1890
1891         * gst/deinterlace2/gstdeinterlace2.c:
1892         (gst_deinterlace_method_deinterlace_frame),
1893         (gst_deinterlace2_set_method), (gst_deinterlace2_init),
1894         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
1895         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
1896         (gst_deinterlace2_pop_history), (gst_deinterlace2_head_history),
1897         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
1898         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
1899         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
1900         (gst_deinterlace2_src_query):
1901         * gst/deinterlace2/gstdeinterlace2.h:
1902         Call the current instance "self" instead of "object".
1903
1904 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1905
1906         * gst/deinterlace2/gstdeinterlace2.c:
1907         (gst_deinterlace_method_get_latency),
1908         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
1909         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
1910         (gst_deinterlace2_setcaps), (gst_deinterlace2_src_query):
1911         * gst/deinterlace2/gstdeinterlace2.h:
1912         Include latency of the method in the returned latency.
1913
1914         Fix outputting of all fields, i.e. doubling of the framerate.
1915
1916 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1917
1918         * gst/deinterlace2/Makefile.am:
1919         * gst/deinterlace2/gstdeinterlace2.c:
1920         (gst_deinterlace_method_class_init), (gst_deinterlace_method_init),
1921         (gst_deinterlace_method_deinterlace_frame),
1922         (gst_deinterlace_method_get_fields_required),
1923         (gst_deinterlace2_methods_get_type), (_do_init),
1924         (gst_deinterlace2_set_method), (gst_deinterlace2_class_init),
1925         (gst_deinterlace2_child_proxy_get_child_by_index),
1926         (gst_deinterlace2_child_proxy_get_children_count),
1927         (gst_deinterlace2_child_proxy_interface_init),
1928         (gst_deinterlace2_init), (gst_deinterlace2_finalize),
1929         (gst_deinterlace2_chain), (gst_deinterlace2_src_query):
1930         * gst/deinterlace2/gstdeinterlace2.h:
1931         * gst/deinterlace2/tvtime/greedy.c:
1932         (deinterlace_greedy_packed422_scanline_c),
1933         (deinterlace_greedy_packed422_scanline_mmx),
1934         (deinterlace_greedy_packed422_scanline_mmxext),
1935         (deinterlace_frame_di_greedy),
1936         (gst_deinterlace_method_greedy_l_set_property),
1937         (gst_deinterlace_method_greedy_l_get_property),
1938         (gst_deinterlace_method_greedy_l_class_init),
1939         (gst_deinterlace_method_greedy_l_init):
1940         * gst/deinterlace2/tvtime/greedyh.asm:
1941         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
1942         (deinterlace_frame_di_greedyh),
1943         (gst_deinterlace_method_greedy_h_set_property),
1944         (gst_deinterlace_method_greedy_h_get_property),
1945         (gst_deinterlace_method_greedy_h_class_init),
1946         (gst_deinterlace_method_greedy_h_init):
1947         * gst/deinterlace2/tvtime/greedyh.h:
1948         * gst/deinterlace2/tvtime/plugins.h:
1949         * gst/deinterlace2/tvtime/tomsmocomp.c:
1950         (gst_deinterlace_method_tomsmocomp_set_property),
1951         (gst_deinterlace_method_tomsmocomp_get_property),
1952         (gst_deinterlace_method_tomsmocomp_class_init),
1953         (gst_deinterlace_method_tomsmocomp_init):
1954         * gst/deinterlace2/tvtime/tomsmocomp.h:
1955         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
1956         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir),
1957         (gst_deinterlace_method_vfir_class_init),
1958         (gst_deinterlace_method_vfir_init):
1959         Use a GstObject subtype for the deinterlacing methods and export
1960         the different settings for each deinterlacing method via GObject
1961         properties.
1962
1963         Implement GstChildProxy interface to allow access to the used
1964         deinterlacing method and to allow adjusting the different settings.
1965
1966         Move global variables of the tomsmocomp deinterlacing method into
1967         function local variables to make it possible to use this deinterlacing
1968         method from different instances.
1969
1970 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1971
1972         * gst/deinterlace2/tvtime/greedyh.asm:
1973         Support widths that are not a multiply of 4 when using the assembly
1974         optimized greedyh implementations.
1975
1976 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1977
1978         * gst/deinterlace2/tvtime/greedyh.c:
1979         (deinterlace_frame_di_greedyh):
1980         Only build the assembly optimized implementations on x86.
1981
1982 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1983
1984         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1985
1986         * configure.ac:
1987         Fix checking of headers for the OSS4 plugin to fail if a single
1988         header doesn't exist already. AC_CHECK_HEADERS only fails if none
1989         of the headers is found. Fixes bug #541543.
1990
1991 2008-07-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1992
1993         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1994
1995         * configure.ac:
1996         * gst/festival/Makefile.am:
1997         * gst/festival/gstfestival.c:
1998         Fix built of the festival plugin with mingw32 by linking to ws2_32.dll
1999         and including winsock headers. Fixes bug #541522.
2000
2001 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2002
2003         * ChangeLog:
2004         * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop):
2005         * gst/rtpmanager/rtpsource.c: (rtp_source_get_new_sr):
2006         Corrected a typo (interpollate -> interpolate).
2007
2008 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2009
2010         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
2011         (gst_rtp_session_send_rtp), (gst_rtp_session_send_rtcp),
2012         (gst_rtp_session_sync_rtcp), (gst_rtp_session_chain_recv_rtp),
2013         (gst_rtp_session_chain_recv_rtcp), (gst_rtp_session_chain_send_rtp):
2014         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
2015         (rtp_session_send_rtp):
2016         * gst/rtpmanager/rtpsource.c: (push_packet), (calculate_jitter),
2017         (rtp_source_process_rtp), (rtp_source_send_rtp):
2018         Changed some GST_DEBUG() to GST_LOG() to reduce the spam when a
2019         pipeline is running normally.
2020
2021 2008-07-03  Peter Kjellerstedt  <pkj@axis.com>
2022
2023         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
2024         (gst_rtp_session_finalize), (rtcp_thread),
2025         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_recv_rtcp),
2026         (gst_rtp_session_event_send_rtp_sink),
2027         (gst_rtp_session_chain_send_rtp):
2028         * gst/rtpmanager/rtpsession.c: (check_collision),
2029         (update_arrival_stats), (rtp_session_process_rtp),
2030         (rtp_session_process_rtcp), (rtp_session_send_rtp),
2031         (rtp_session_send_bye_locked), (rtp_session_send_bye),
2032         (rtp_session_next_timeout), (session_report_blocks), (session_cleanup),
2033         (is_rtcp_time), (rtp_session_on_timeout):
2034         * gst/rtpmanager/rtpsession.h:
2035         Do not mix the use of g_get_current_time() with gst_clock_get_time().
2036
2037 2008-07-01  Jan Schmidt  <jan.schmidt@sun.com>
2038
2039         * gst/mpegvideoparse/mpegvideoparse.c:
2040         * gst/mpegvideoparse/mpegvideoparse.h:
2041         Queue new-segment events and send them after caps have been
2042         determined and set, so that the decoder will have been auto-plugged.
2043
2044 2008-07-01  Edward Hervey  <edward.hervey@collabora.co.uk>
2045
2046         Patch by : Michael Smith <msmith @ xiph dot org>
2047         
2048         * sys/qtwrapper/audiodecoders.c: (qtwrapper_audio_decoder_init),
2049         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
2050         (fill_indesc_aac), (make_samr_magic_cookie), (write_len),
2051         (make_aac_magic_cookie), (open_decoder), (process_buffer_cb),
2052         (qtwrapper_audio_decoder_chain),
2053         (qtwrapper_audio_decoder_sink_event),
2054         (qtwrapper_audio_decoder_base_init),
2055         (qtwrapper_audio_decoder_class_init),
2056         (qtwrapper_audio_decoders_register):
2057         * sys/qtwrapper/codecmapping.h:
2058         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
2059         (image_description_for_mp4v), (image_description_from_stsd_buffer):
2060         * sys/qtwrapper/imagedescription.h:
2061         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
2062         (dump_avcc_atom), (dump_image_description),
2063         (AllocateAudioBufferList):
2064         * sys/qtwrapper/qtutils.h:
2065         * sys/qtwrapper/qtwrapper.c: (plugin_init):
2066         * sys/qtwrapper/qtwrapper.h:
2067         * sys/qtwrapper/videodecoders.c:
2068         (qtwrapper_video_decoder_base_init), (open_decoder),
2069         (decompressCb), (qtwrapper_video_decoder_chain),
2070         (qtwrapper_video_decoders_register):
2071         Make qtwrapper compile/work on win32.
2072         Lots of fixes
2073         Fixes #531840
2074
2075 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2076
2077         * gst/rawparse/gstvideoparse.c:
2078         Fix size calculation for RGB buffers -> bpp is in bits, so divide by 8
2079
2080 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2081
2082         * gst/deinterlace2/Makefile.am:
2083         * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init),
2084         (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow),
2085         (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp):
2086         * gst/deinterlace2/tvtime/tomsmocomp.h:
2087         Remove useless file and mark everything possible as static.
2088
2089         * gst/deinterlace2/tvtime/greedy.c:
2090         * gst/deinterlace2/tvtime/greedyh.c:
2091         Use "_stdint.h" instead of <stdint.h>.
2092
2093 2008-06-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2094
2095         * gst/deinterlace2/Makefile.am:
2096         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_init):
2097         * gst/deinterlace2/tvtime/greedy.c: (deinterlace_frame_di_greedy):
2098         * gst/deinterlace2/tvtime/greedyh.c:
2099         (deinterlace_frame_di_greedyh):
2100         * gst/deinterlace2/tvtime/speedtools.h:
2101         * gst/deinterlace2/tvtime/speedy.c:
2102         * gst/deinterlace2/tvtime/speedy.h:
2103         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy):
2104         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2105         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2106         Get rid of speedy.[ch] as we don't use most of it's code anyway
2107         and it doesn't seem to be relicensed to LGPL. Use memcpy() instead
2108         of the speedy memcpy everywhere instead.
2109         
2110         * gst/deinterlace2/gstdeinterlace2.h:
2111         Remove many unused declarations.
2112
2113 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2114
2115         * ext/mpeg2enc/gstmpeg2encoptions.cc:
2116         * ext/mpeg2enc/gstmpeg2encoptions.hh:
2117         Expose the additional MPEG HDTV format profiles available in latest
2118         mjpegtools version.
2119
2120 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2121
2122         * gst/deinterlace2/gstdeinterlace2.c: (gst_deinterlace2_src_query):
2123         Divide latency be 2 to convert from fields to frames.
2124
2125 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2126
2127         * gst/deinterlace2/tvtime/greedy.c:
2128         (deinterlace_greedy_packed422_scanline_c),
2129         (deinterlace_greedy_packed422_scanline_mmx),
2130         (deinterlace_greedy_packed422_scanline_mmxext),
2131         (deinterlace_frame_di_greedy):
2132         Don't use scanlines function from gstdeinterlace2 as it's
2133         not appropiate for this method. Instead implement deinterlace_frame
2134         function by taking the one from greedyh.
2135         
2136         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C):
2137         Small fix for the C implementation.
2138
2139         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_frame_vfir):
2140         Don't use the scanlines function from gstdeinterlace2 as it's only
2141         used for this method and will be removed. Instead implement
2142         deinterlace_frame function and make it a bit more efficient.
2143
2144         * gst/deinterlace2/gstdeinterlace2.c:
2145         (gst_deinterlace2_class_init), (gst_deinterlace2_set_method),
2146         (gst_deinterlace2_push_history), (gst_deinterlace2_chain),
2147         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2148         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2149         (gst_deinterlace2_src_query):
2150         Fix coding style and remove scanlines function as it's unused now.
2151
2152 2008-06-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2153
2154         * gst/deinterlace2/tvtime/greedyh.asm:
2155         * gst/deinterlace2/tvtime/greedyh.c: (greedyDScaler_C),
2156         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method):
2157         * gst/deinterlace2/tvtime/greedyhmacros.h:
2158         Add a C implementation for the greedyh deinterlacing method, clean
2159         up the code a bit and mark the SSE version as MMXEXT as it doesn't
2160         require any SSE instructions.
2161
2162 2008-06-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2163
2164         * gst/deinterlace2/gstdeinterlace2.c:
2165         (gst_deinterlace2_set_property), (gst_deinterlace2_chain),
2166         (gst_deinterlace2_setcaps):
2167         If we're outputting all fields the framerate has to be doubled.
2168
2169         Set duration on the outgoing buffers.
2170
2171 2008-06-26  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2172
2173         * docs/plugins/Makefile.am:
2174         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2175         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2176         * gst/y4m/gsty4mencode.c:
2177         Add documentation for YUV4MPEG2 encoder element.
2178
2179 2008-06-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2180
2181         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2182         Remove unneeded macros that break build on macosx.
2183
2184 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
2185
2186         * configure.ac:
2187           Depend on released versions of core and -base.
2188
2189 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2190
2191         * gst/deinterlace2/tvtime/greedy.c:
2192         (deinterlace_greedy_packed422_scanline_mmx),
2193         (deinterlace_greedy_packed422_scanline_mmxext):
2194         Optimize MMX/MMXEXT implementations a bit by requiring two less
2195         memory accesses and fix the workaround for the missing right shift
2196         on bytes to unset the highest bit of every byte.
2197
2198 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2199
2200         * gst/deinterlace2/tvtime/greedy.c:
2201         (deinterlace_greedy_packed422_scanline_mmxext):
2202         Remove sfence instruction as it's not needed and actually is an SSE
2203         instruction.
2204
2205 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2206
2207         * gst/deinterlace2/tvtime/greedy.c:
2208         (deinterlace_greedy_packed422_scanline_mmx),
2209         (deinterlace_greedy_packed422_scanline):
2210         Add plain MMX implementation for the greedyl method.
2211
2212 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2213
2214         * gst/deinterlace2/Makefile.am:
2215         Move the assembly includes to noinst_HEADERS where they belong.
2216
2217         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2218         (deinterlace_line_mmx):
2219         Fix C and MMX implementations a bit more.
2220
2221 2008-06-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2222
2223         * gst/deinterlace2/tvtime/greedy.c:
2224         (deinterlace_greedy_packed422_scanline_c),
2225         (deinterlace_greedy_packed422_scanline_mmxext),
2226         (deinterlace_greedy_packed422_scanline):
2227         Fix the C implementation to produce correct results and optimize the
2228         MMXEXT implementation.
2229
2230         Handle odd widths and don't read over array boundaries in the MMXEXT
2231         implementation.
2232
2233         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_c),
2234         (deinterlace_line_mmx), (deinterlace_scanline_vfir):
2235         Fix a small rounding bug in the MMX implementation, the MMX
2236         implementation doesn't actually need MMXEXT instructions so don't mark
2237         it as such.
2238
2239         Handle odd widths in both implementations.
2240
2241 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2242
2243         * ext/resindvd/rsnbasesrc.c:
2244           Use the right i18n header.
2245
2246 2008-06-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2247
2248         * gst/deinterlace2/tvtime/greedy.c:
2249         (deinterlace_greedy_packed422_scanline_sse),
2250         (deinterlace_greedy_packed422_scanline_c),
2251         (deinterlace_greedy_packed422_scanline):
2252         Implement a C version of the greedy low motion algorithm and mark the
2253         assembly optimized version as SSE as it uses SSE instructions
2254         additional to MMX instructions.
2255
2256 2008-06-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2257
2258         Patch by: Sebastian Pölsterl
2259
2260         * gst/mpegtsparse/mpegtspacketizer.c:
2261         Fix problem when empty string is provided.
2262
2263 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2264
2265         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line_mmxext),
2266         (deinterlace_line_c), (deinterlace_scanline_vfir):
2267         Make it possible to use the vfir method on X86 CPUs without MMXEXT too
2268         but use the MMXEXT optimized code whenever possible.
2269
2270 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2271
2272         * gst/deinterlace2/gstdeinterlace2.c:
2273         (gst_deinterlace2_class_init), (gst_deinterlace2_init),
2274         (gst_deinterlace2_reset_history), (gst_deinterlace2_reset),
2275         (gst_deinterlace2_finalize), (gst_deinterlace2_chain),
2276         (gst_deinterlace2_sink_event), (gst_deinterlace2_change_state),
2277         (gst_deinterlace2_src_query):
2278         * gst/deinterlace2/gstdeinterlace2.h:
2279         Reset element state on PAUSED->READY properly, don't leak any buffers
2280         when finalizing, allocate buffers with gst_pad_alloc_buffer() and
2281         properly return flow returns from gst_pad_push() instead of ignoring them.
2282
2283 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2284
2285         * gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h:
2286         Add missing header.
2287
2288 2008-06-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2289
2290         * configure.ac:
2291         * gst/deinterlace2/Makefile.am:
2292         * gst/deinterlace2/tvtime/greedyh.asm:
2293         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2294         Fix compilation on generic x86/amd64 and include deinterlace2 in the
2295         build system. Because of several bugs it's still enabled only
2296         by --enable-experimental.
2297
2298 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2299
2300         * ext/resindvd/resindvdsrc.c:
2301         * ext/resindvd/resindvdsrc.h:
2302         Schedule NAV packets and activate them with an async clock callback
2303         at the right moment. This makes delayed menu highlights appear
2304         at the correct time and fixes Back To The Future.
2305
2306         When outputting new segment in do_seek(), calculate our position
2307         value properly, so we report the right time when popping in and
2308         out of the menus.
2309
2310         * ext/resindvd/rsnbasesrc.c:
2311         When handling a non-flushing seek, accumulate the segment,
2312         rather than having every seek start from 0 and messing with sync
2313
2314 2008-06-19  Stefan Kost  <ensonic@users.sf.net>
2315
2316         * gst/selector/gstoutputselector.c:
2317         * tests/icles/output-selector-test.c:
2318           Use BOILERPLATE macro and update test to the latest api changes.
2319
2320 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
2321
2322         * examples/app/appsink-src.c: (on_new_buffer_from_source):
2323         Don't use a buffer after unreffing it.
2324
2325 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2326
2327         * ext/metadata/metadataexif.c:
2328           Add description tag mapping.
2329
2330 2008-06-18  Stefan Kost  <ensonic@users.sf.net>
2331
2332         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2333         * examples/app/appsrc-ra.c:
2334         * examples/app/appsrc-seekable.c:
2335         * examples/app/appsrc-stream.c:
2336         * examples/app/appsrc-stream2.c:
2337         * ext/directfb/dfbvideosink.h:
2338         * ext/metadata/gstbasemetadata.c:
2339         * ext/metadata/gstbasemetadata.h:
2340         * ext/metadata/metadata.c:
2341         * ext/metadata/metadataexif.c:
2342         * ext/theora/theoradec.h:
2343         * gst/deinterlace2/gstdeinterlace2.h:
2344         * gst/deinterlace2/tvtime/speedy.c:
2345         * gst/deinterlace2/tvtime/speedy.h:
2346         * gst/deinterlace2/tvtime/vfir.c:
2347          Fix gtk-doc warnings. Also don't misuse api-doc comments for normal
2348          comments.
2349
2350 2008-06-17  Jan Schmidt  <jan.schmidt@sun.com>
2351
2352         * ext/resindvd/resindvdbin.c:
2353         Parse the URI argument into the device name so dvd:///path/to/image
2354         works.
2355
2356         * ext/resindvd/resindvdsrc.c:
2357         Implement a trivial duration query reporting the current PGC length.
2358
2359         * gst/dvdspu/gstdvdspu.c:
2360         Rename typo in the function name.
2361
2362 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2363
2364         * configure.ac:
2365         Disable deinterlace2 plugin again which was accidently enabled
2366         with last commit.
2367
2368 2008-06-17  Sebastian Dröge  <slomo@circular-chaos.org>
2369
2370         * configure.ac:
2371         * ext/resindvd/resindvdsrc.h:
2372         Make resindvd work with libdvdnav >= 4.0.0.
2373
2374 2008-06-17  Jan Schmidt  <thaytan@noraisin.net>
2375
2376         * configure.ac:
2377         Check for libdvdnav to build resindvd.
2378
2379         * ext/Makefile.am:
2380         * ext/resindvd/Makefile.am:
2381         * ext/resindvd/gstmpegdefs.h:
2382         * ext/resindvd/gstmpegdemux.c:
2383         * ext/resindvd/gstmpegdemux.h:
2384         * ext/resindvd/gstmpegdesc.c:
2385         * ext/resindvd/gstmpegdesc.h:
2386         * ext/resindvd/gstpesfilter.c:
2387         * ext/resindvd/gstpesfilter.h:
2388         * ext/resindvd/plugin.c:
2389         * ext/resindvd/resin-play:
2390         * ext/resindvd/resindvdbin.c:
2391         * ext/resindvd/resindvdbin.h:
2392         * ext/resindvd/resindvdsrc.c:
2393         * ext/resindvd/resindvdsrc.h:
2394         * ext/resindvd/rsnaudiomunge.c:
2395         * ext/resindvd/rsnaudiomunge.h:
2396         * ext/resindvd/rsnbasesrc.c:
2397         * ext/resindvd/rsnbasesrc.h:
2398         * ext/resindvd/rsnpushsrc.c:
2399         * ext/resindvd/rsnpushsrc.h:
2400         * ext/resindvd/rsnstreamselector.c:
2401         * ext/resindvd/rsnstreamselector.h:
2402
2403         First commit of DVD-Video playback component 'rsndvdbin'
2404         and helper elements.
2405
2406         Use --enable-experimental for now, but feel free to give it a
2407         try using the resin-play script.
2408
2409         * gst/dvdspu/gstdvdspu.c:
2410         Add some extra guards for malformed events.
2411
2412 2008-06-16  David Schleef  <ds@schleef.org>
2413
2414         * configure.ac:
2415         Bump dirac requirement to 0.10 due to api changes.
2416
2417 2008-06-16  Andy Wingo  <wingo@pobox.com>
2418
2419         * gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)
2420         (gst_app_src_get_max_bytes, gst_app_src_push_buffer): Use
2421         G_GUINT64_FORMAT. Avoid overflow in get_max_bytes().
2422
2423 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2424
2425         * sys/dvb/gstdvbsrc.c:
2426           Move docblob upwards. Balance tags and restore blank line.
2427
2428 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2429
2430         * sys/dvb/gstdvbsrc.c:
2431         Fix out of date docs.
2432
2433 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2434
2435         Patch from: Vincent Genieux
2436
2437         * gst/mpegtsparse/mpegtsparse.c:
2438         Fix refcount issues, fixes #538560.
2439
2440 2008-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2441
2442         * gst/mpegtsparse/gstmpegdesc.h:
2443         * gst/mpegtsparse/mpegtspacketizer.c:
2444         Parse the extended event descriptor.
2445
2446 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2447
2448         * gst/rtpmanager/gstrtpjitterbuffer.c:
2449         * gst/speed/gstspeed.c:
2450         * gst/speexresample/gstspeexresample.c:
2451         * gst/videosignal/gstvideoanalyse.c:
2452         * gst/videosignal/gstvideodetect.c:
2453         * gst/videosignal/gstvideomark.c:
2454         * sys/dvb/gstdvbsrc.c:
2455         * sys/oss4/oss4-mixer.c:
2456         * sys/oss4/oss4-sink.c:
2457         * sys/oss4/oss4-source.c:
2458         * sys/wininet/gstwininetsrc.c:
2459           Final round of doc updates.
2460
2461 2008-06-16  Stefan Kost  <ensonic@users.sf.net>
2462
2463         * gst/deinterlace/gstdeinterlace.c:
2464         * gst/rtpmanager/gstrtpbin.c:
2465         * gst/rtpmanager/gstrtpclient.c:
2466         * gst/rtpmanager/gstrtpjitterbuffer.c:
2467         * gst/rtpmanager/gstrtpptdemux.c:
2468         * gst/rtpmanager/gstrtpsession.c:
2469         * gst/rtpmanager/gstrtpssrcdemux.c:
2470         * gst/sdp/gstsdpdemux.c:
2471           More doc updates. More xrefs.
2472
2473 2008-06-14  Julien Moutte  <julien@fluendo.com>
2474
2475         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
2476         (gst_flv_demux_dispose):
2477         * gst/flv/gstflvdemux.h:
2478         * gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
2479         (gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
2480         (gst_flv_parse_tag_video): Introduce demuxing support for AAC and
2481         H.264/AVC inside FLV.
2482         * sys/dshowdecwrapper/gstdshowaudiodec.c: (gst_dshowaudiodec_init),
2483         (gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
2484         (gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
2485         * sys/dshowdecwrapper/gstdshowaudiodec.h:
2486         * sys/dshowdecwrapper/gstdshowvideodec.c: (gst_dshowvideodec_init),
2487         (gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
2488         (gst_dshowvideodec_push_buffer), (gst_dshowvideodec_src_getcaps):
2489         * sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes 
2490         to improve stability (ref counting, safety checks...)
2491
2492 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2493
2494         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_probe_modules):
2495         Disable sipro on 64bits, it crashes.
2496
2497 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2498
2499         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
2500         (close_library), (open_library),
2501         (gst_real_audio_dec_probe_modules), (gst_real_audio_dec_getcaps),
2502         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
2503         (gst_real_audio_dec_change_state), (gst_real_audio_dec_finalize):
2504         Add raversions we can support on the caps.
2505         Refactor the loading of the real codecs like realvideo so that we can
2506         implement probing.
2507         Probe all supported formats by trying to load the .so files, only report
2508         the versions on the caps that we can actually load.
2509
2510         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
2511         (gst_real_video_dec_getcaps), (gst_real_video_dec_setcaps),
2512         (open_library), (close_library),
2513         (gst_real_video_dec_probe_modules),
2514         (gst_real_video_dec_change_state), (gst_real_video_dec_init),
2515         (gst_real_video_dec_finalize), (gst_real_video_dec_class_init):
2516         * gst/real/gstrealvideodec.h:
2517         Change the loading of the library like the audio decoder.
2518         Probe the supported formats by trying to load the .so files and only
2519         report the versions on the caps that we can actually load.
2520
2521 2008-06-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2522
2523         patch by: Sebastian Pölsterl
2524
2525         * gst/mpegtsparse/mpegtspacketizer.c:
2526         Handle character sets in strings coming from DVB SI according
2527         to the DVB SI spec.
2528
2529 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2530
2531         * gst/replaygain/gstrganalysis.c:
2532         * gst/replaygain/gstrglimiter.c:
2533         * gst/replaygain/gstrgvolume.c:
2534           More doc updates.
2535
2536 2008-06-13  Stefan Kost  <ensonic@users.sf.net>
2537
2538         * docs/plugins/Makefile.am:
2539         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
2540         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
2541         * docs/plugins/gst-plugins-bad-plugins.args:
2542         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
2543         * docs/plugins/gst-plugins-bad-plugins.interfaces:
2544         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
2545         * docs/plugins/gst-plugins-bad-plugins.signals:
2546         * docs/plugins/inspect/plugin-alsaspdif.xml:
2547         * docs/plugins/inspect/plugin-amrwb.xml:
2548         * docs/plugins/inspect/plugin-app.xml:
2549         * docs/plugins/inspect/plugin-bayer.xml:
2550         * docs/plugins/inspect/plugin-bz2.xml:
2551         * docs/plugins/inspect/plugin-cdaudio.xml:
2552         * docs/plugins/inspect/plugin-cdxaparse.xml:
2553         * docs/plugins/inspect/plugin-dtsdec.xml:
2554         * docs/plugins/inspect/plugin-dvb.xml:
2555         * docs/plugins/inspect/plugin-dvdspu.xml:
2556         * docs/plugins/inspect/plugin-faac.xml:
2557         * docs/plugins/inspect/plugin-faad.xml:
2558         * docs/plugins/inspect/plugin-fbdevsink.xml:
2559         * docs/plugins/inspect/plugin-festival.xml:
2560         * docs/plugins/inspect/plugin-filter.xml:
2561         * docs/plugins/inspect/plugin-flvdemux.xml:
2562         * docs/plugins/inspect/plugin-freeze.xml:
2563         * docs/plugins/inspect/plugin-gsm.xml:
2564         * docs/plugins/inspect/plugin-gstinterlace.xml:
2565         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
2566         * docs/plugins/inspect/plugin-h264parse.xml:
2567         * docs/plugins/inspect/plugin-interleave.xml:
2568         * docs/plugins/inspect/plugin-jack.xml:
2569         * docs/plugins/inspect/plugin-ladspa.xml:
2570         * docs/plugins/inspect/plugin-metadata.xml:
2571         * docs/plugins/inspect/plugin-mms.xml:
2572         * docs/plugins/inspect/plugin-modplug.xml:
2573         * docs/plugins/inspect/plugin-mpeg2enc.xml:
2574         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
2575         * docs/plugins/inspect/plugin-mpegtsparse.xml:
2576         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
2577         * docs/plugins/inspect/plugin-musepack.xml:
2578         * docs/plugins/inspect/plugin-musicbrainz.xml:
2579         * docs/plugins/inspect/plugin-mve.xml:
2580         * docs/plugins/inspect/plugin-mythtv.xml
2581         * docs/plugins/inspect/plugin-nas.xml:
2582         * docs/plugins/inspect/plugin-neon.xml:
2583         * docs/plugins/inspect/plugin-nsfdec.xml:
2584         * docs/plugins/inspect/plugin-nuvdemux.xml:
2585         * docs/plugins/inspect/plugin-oss4.xml
2586         * docs/plugins/inspect/plugin-rawparse.xml:
2587         * docs/plugins/inspect/plugin-real.xml:
2588         * docs/plugins/inspect/plugin-replaygain.xml:
2589         * docs/plugins/inspect/plugin-rfbsrc.xml:
2590         * docs/plugins/inspect/plugin-sdl.xml:
2591         * docs/plugins/inspect/plugin-sdp.xml:
2592         * docs/plugins/inspect/plugin-selector.xml:
2593         * docs/plugins/inspect/plugin-sndfile.xml:
2594         * docs/plugins/inspect/plugin-soundtouch.xml:
2595         * docs/plugins/inspect/plugin-spcdec.xml:
2596         * docs/plugins/inspect/plugin-speed.xml:
2597         * docs/plugins/inspect/plugin-speexresample.xml:
2598         * docs/plugins/inspect/plugin-stereo.xml:
2599         * docs/plugins/inspect/plugin-subenc.xml
2600         * docs/plugins/inspect/plugin-timidity.xml:
2601         * docs/plugins/inspect/plugin-tta.xml:
2602         * docs/plugins/inspect/plugin-vcdsrc.xml:
2603         * docs/plugins/inspect/plugin-videosignal.xml:
2604         * docs/plugins/inspect/plugin-vmnc.xml:
2605         * docs/plugins/inspect/plugin-wildmidi.xml:
2606         * docs/plugins/inspect/plugin-x264.xml:
2607         * docs/plugins/inspect/plugin-xvid.xml:
2608         * docs/plugins/inspect/plugin-y4menc.xml:
2609         * ext/amrwb/gstamrwbdec.c:
2610         * ext/amrwb/gstamrwbenc.c:
2611         * ext/amrwb/gstamrwbparse.c:
2612         * ext/dc1394/gstdc1394.c:
2613         * ext/directfb/dfbvideosink.c:
2614         * ext/ivorbis/vorbisdec.c:
2615         * ext/jack/gstjackaudiosink.c:
2616         * ext/mpeg2enc/gstmpeg2enc.cc:
2617         * ext/mplex/gstmplex.cc:
2618         * ext/musicbrainz/gsttrm.c:
2619         * ext/mythtv/gstmythtvsrc.c:
2620         * ext/theora/theoradec.c:
2621         * ext/timidity/gsttimidity.c:
2622         * ext/timidity/gstwildmidi.c:
2623         * gst-libs/gst/app/gstappsink.c:
2624         * gst/deinterlace/gstdeinterlace.c:
2625         * gst/dvdspu/gstdvdspu.c:
2626         * gst/festival/gstfestival.c:
2627         * gst/freeze/gstfreeze.c:
2628         * gst/interleave/deinterleave.c:
2629         * gst/interleave/interleave.c:
2630         * gst/modplug/gstmodplug.cc:
2631         * gst/nuvdemux/gstnuvdemux.c:
2632           Add missing elements to docs. Fix doc-markup: use convinience syntax
2633           for examples (produces valid docbook), add several refsec2 when we
2634           have several titles. Fix some types.
2635
2636 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2637
2638         * examples/app/.cvsignore:
2639         * examples/app/Makefile.am:
2640         * examples/app/appsink-src.c: (on_new_buffer_from_source),
2641         (on_source_message), (on_sink_message), (main):
2642         Add beefed up example app from bug #413418. It now also uses appsink
2643         instead of fakesink for more ultimate coolness.
2644
2645         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2646         (gst_app_src_init), (gst_app_src_set_property),
2647         (gst_app_src_get_property), (gst_app_src_unlock),
2648         (gst_app_src_unlock_stop), (gst_app_src_create),
2649         (gst_app_src_set_max_bytes), (gst_app_src_push_buffer),
2650         (gst_app_src_end_of_stream):
2651         * gst-libs/gst/app/gstappsrc.h:
2652         Add block property to allow push based implementation to block when we
2653         fill up the appsrc queues.
2654         Emit the enough-data signal while releasing our lock.
2655
2656 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2657
2658         * examples/app/.cvsignore:
2659           Ignore more.
2660
2661 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2662
2663         * ext/dc1394/gstdc1394.c:
2664         * ext/ivorbis/vorbisdec.c:
2665         * ext/jack/gstjackaudiosink.c:
2666         * ext/metadata/gstmetadatademux.c:
2667         * ext/mythtv/gstmythtvsrc.c:
2668         * ext/theora/theoradec.c:
2669         * gst-libs/gst/app/gstappsink.c:
2670         * gst/bayer/gstbayer2rgb.c:
2671         * gst/deinterlace/gstdeinterlace.c:
2672         * gst/rawparse/gstaudioparse.c:
2673         * gst/rawparse/gstvideoparse.c:
2674         * gst/rtpmanager/gstrtpbin.c:
2675         * gst/rtpmanager/gstrtpclient.c:
2676         * gst/rtpmanager/gstrtpjitterbuffer.c:
2677         * gst/rtpmanager/gstrtpptdemux.c:
2678         * gst/rtpmanager/gstrtpsession.c:
2679         * gst/rtpmanager/gstrtpssrcdemux.c:
2680         * gst/selector/gstinputselector.c:
2681         * gst/selector/gstoutputselector.c:
2682         * gst/videosignal/gstvideoanalyse.c:
2683         * gst/videosignal/gstvideodetect.c:
2684         * gst/videosignal/gstvideomark.c:
2685         * sys/oss4/oss4-mixer.c:
2686         * sys/oss4/oss4-sink.c:
2687         * sys/oss4/oss4-source.c:
2688           Do not use short_description in section docs for elements. We extract
2689           them from element details and there will be warnings if they differ.
2690           Also fixing up the ChangeLog order.
2691
2692 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2693
2694         Patch by: Sebastien Merle <sylane at gmail dot com>
2695
2696         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_chain):
2697         Fix the sign of the data we pass to the decoder so that the decoder
2698         compiles with newer reference code as well. Fixes #528618.
2699
2700 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
2701
2702         * tests/icles/test-oss4.c:
2703           Include stdlib.h.
2704
2705 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2706
2707         Based on a patch by: Martin Eikermann <meiker at upb dot de>
2708
2709         * gst/deinterlace2/Makefile.am:
2710         * gst/deinterlace2/gstdeinterlace2.c:
2711         (gst_deinterlace2_method_get_type),
2712         (gst_deinterlace2_fields_get_type),
2713         (gst_deinterlace2_field_layout_get_type),
2714         (gst_deinterlace2_base_init), (gst_deinterlace2_class_init),
2715         (gst_deinterlace2_init), (gst_deinterlace2_set_method),
2716         (gst_deinterlace2_set_property), (gst_deinterlace2_get_property),
2717         (gst_deinterlace2_finalize), (gst_deinterlace2_pop_history),
2718         (gst_deinterlace2_head_history), (gst_deinterlace2_push_history),
2719         (gst_deinterlace2_deinterlace_scanlines), (gst_deinterlace2_chain),
2720         (gst_deinterlace2_setcaps), (gst_deinterlace2_sink_event),
2721         (gst_deinterlace2_change_state), (gst_deinterlace2_src_event),
2722         (gst_deinterlace2_src_query), (gst_deinterlace2_src_query_types),
2723         (plugin_init):
2724         * gst/deinterlace2/gstdeinterlace2.h:
2725         * gst/deinterlace2/tvtime/greedy.c: (copy_scanline),
2726         (deinterlace_greedy_packed422_scanline_mmxext),
2727         (dscaler_greedyl_get_method):
2728         * gst/deinterlace2/tvtime/greedyh.asm:
2729         * gst/deinterlace2/tvtime/greedyh.c:
2730         (deinterlace_frame_di_greedyh), (dscaler_greedyh_get_method),
2731         (greedyh_init), (greedyh_filter_mmx), (greedyh_filter_3dnow),
2732         (greedyh_filter_sse):
2733         * gst/deinterlace2/tvtime/greedyh.h:
2734         * gst/deinterlace2/tvtime/greedyhmacros.h:
2735         * gst/deinterlace2/tvtime/mmx.h:
2736         * gst/deinterlace2/tvtime/plugins.h:
2737         * gst/deinterlace2/tvtime/speedtools.h:
2738         * gst/deinterlace2/tvtime/speedy.c: (multiply_alpha), (clip255),
2739         (comb_factor_packed422_scanline_mmx),
2740         (diff_factor_packed422_scanline_c),
2741         (diff_factor_packed422_scanline_mmx),
2742         (diff_packed422_block8x8_mmx), (diff_packed422_block8x8_c),
2743         (packed444_to_packed422_scanline_c),
2744         (packed422_to_packed444_scanline_c),
2745         (packed422_to_packed444_rec601_scanline_c),
2746         (vfilter_chroma_121_packed422_scanline_mmx),
2747         (vfilter_chroma_121_packed422_scanline_c),
2748         (vfilter_chroma_332_packed422_scanline_mmx),
2749         (vfilter_chroma_332_packed422_scanline_c),
2750         (kill_chroma_packed422_inplace_scanline_mmx),
2751         (kill_chroma_packed422_inplace_scanline_c),
2752         (invert_colour_packed422_inplace_scanline_mmx),
2753         (invert_colour_packed422_inplace_scanline_c),
2754         (mirror_packed422_inplace_scanline_c),
2755         (interpolate_packed422_scanline_c),
2756         (convert_uyvy_to_yuyv_scanline_mmx),
2757         (convert_uyvy_to_yuyv_scanline_c),
2758         (interpolate_packed422_scanline_mmx),
2759         (interpolate_packed422_scanline_mmxext),
2760         (blit_colour_packed422_scanline_c),
2761         (blit_colour_packed422_scanline_mmx),
2762         (blit_colour_packed422_scanline_mmxext),
2763         (blit_colour_packed4444_scanline_c),
2764         (blit_colour_packed4444_scanline_mmx),
2765         (blit_colour_packed4444_scanline_mmxext), (small_memcpy),
2766         (speedy_memcpy_c), (speedy_memcpy_mmx), (speedy_memcpy_mmxext),
2767         (blit_packed422_scanline_c), (blit_packed422_scanline_mmx),
2768         (blit_packed422_scanline_mmxext),
2769         (composite_colour4444_alpha_to_packed422_scanline_c),
2770         (composite_colour4444_alpha_to_packed422_scanline_mmxext),
2771         (composite_packed4444_alpha_to_packed422_scanline_c),
2772         (composite_packed4444_alpha_to_packed422_scanline_mmxext),
2773         (composite_packed4444_to_packed422_scanline_c),
2774         (composite_packed4444_to_packed422_scanline_mmxext),
2775         (composite_alphamask_to_packed4444_scanline_c),
2776         (composite_alphamask_to_packed4444_scanline_mmxext),
2777         (composite_alphamask_alpha_to_packed4444_scanline_c),
2778         (premultiply_packed4444_scanline_c),
2779         (premultiply_packed4444_scanline_mmxext),
2780         (blend_packed422_scanline_c), (blend_packed422_scanline_mmxext),
2781         (quarter_blit_vertical_packed422_scanline_mmxext),
2782         (quarter_blit_vertical_packed422_scanline_c),
2783         (subpix_blit_vertical_packed422_scanline_c),
2784         (a8_subpix_blit_scanline_c), (myround), (init_RGB_to_YCbCr_tables),
2785         (init_YCbCr_to_RGB_tables), (rgb24_to_packed444_rec601_scanline_c),
2786         (rgba32_to_packed4444_rec601_scanline_c),
2787         (packed444_to_rgb24_rec601_scanline_c),
2788         (packed444_to_nonpremultiplied_packed4444_scanline_c),
2789         (aspect_adjust_packed4444_scanline_c), (setup_speedy_calls),
2790         (speedy_get_accel):
2791         * gst/deinterlace2/tvtime/speedy.h:
2792         * gst/deinterlace2/tvtime/sse.h:
2793         * gst/deinterlace2/tvtime/tomsmocomp.c: (Fieldcopy),
2794         (deinterlace_frame_di_tomsmocomp), (dscaler_tomsmocomp_get_method),
2795         (tomsmocomp_init), (tomsmocomp_filter_mmx),
2796         (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse):
2797         * gst/deinterlace2/tvtime/tomsmocomp.h:
2798         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc:
2799         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc:
2800         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc:
2801         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc:
2802         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc:
2803         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc:
2804         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc:
2805         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc:
2806         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc:
2807         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc:
2808         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc:
2809         * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc:
2810         * gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc:
2811         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc:
2812         * gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc:
2813         * gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc:
2814         * gst/deinterlace2/tvtime/vfir.c: (deinterlace_line),
2815         (deinterlace_scanline_vfir), (copy_scanline),
2816         (dscaler_vfir_get_method):
2817         * gst/deinterlace2/tvtime/x86-64_macros.inc:
2818         Add a deinterlacer plugin based on the tvtime/DScaler deinterlacer,
2819         which was relicensed to LGPL for GStreamer and in theory provides
2820         better and faster results than the simple deinterlace element.
2821         Fixes bug #163578.
2822
2823         Ported to GStreamer 0.10 but still not enabled or included in the
2824         build system by default because of bad artefacts caused by a bug
2825         somewhere and as it can be only build on x86/amd64 ATM and requires
2826         special CFLAGS. Will be fixed soon.
2827
2828 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2829
2830         Based on a patch by: Ryan Houdek <Sonicadvance1 at GMAIL dot COM>
2831
2832         * ext/timidity/gstwildmidi.c: (gst_wildmidi_init),
2833         (gst_wildmidi_change_state), (plugin_init):
2834         * ext/timidity/gstwildmidi.h:
2835         Initialize wildmidi only once in the plugin init function instead
2836         of once for every instance. The second and following calls to the
2837         wildmidi initialization function will fail. Fixes bug #525613.
2838
2839         Also don't register the element at all if wildmidi initialization
2840         fails.
2841
2842 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
2843
2844         * ext/soundtouch/gstpitch.cc:
2845         Call gst_element_no_more_pads() after all pads are added.
2846
2847 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2848
2849         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
2850         (gst_raw_parse_loop), (gst_raw_parse_handle_seek_push),
2851         (gst_raw_parse_handle_seek_pull):
2852         Add simple reverse playback.
2853
2854 2008-06-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2855
2856         * gst/rawparse/gstrawparse.c: (gst_raw_parse_reset),
2857         (gst_raw_parse_push_buffer), (gst_raw_parse_chain),
2858         (gst_raw_parse_loop), (gst_raw_parse_sink_activatepull),
2859         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
2860         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
2861         (gst_raw_parse_src_query), (gst_raw_parse_get_fps):
2862         * gst/rawparse/gstrawparse.h:
2863         Fix seeking, timestamps, duration and some more. Fixes #536309.
2864
2865 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2866
2867         * examples/app/Makefile.am:
2868         * examples/app/appsrc-ra.c: (feed_data), (seek_data),
2869         (found_source), (bus_message), (main):
2870         * examples/app/appsrc-seekable.c: (feed_data), (seek_data),
2871         (found_source), (bus_message), (main):
2872         * examples/app/appsrc-stream2.c: (feed_data), (found_source),
2873         (bus_message), (main):
2874         Added 3 more example application for using appsrc in random-access mode,
2875         pull-mode streaming and pull mode seekable.
2876
2877         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
2878         (gst_app_src_start), (gst_app_src_do_get_size),
2879         (gst_app_src_create):
2880         * gst-libs/gst/app/gstappsrc.h:
2881         Make stream-type property writable.
2882         Unset flushing when starting so that we reuse appsrc.
2883         Inform basesrc about the configured size.
2884         Emit seek-data signal when we are going to a different offset in
2885         random-access mode.
2886
2887 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2888
2889         * examples/app/appsrc-stream.c: (found_source), (main):
2890         Use deep-notify until we can depend on a playbin2 with support for the
2891         source property.
2892
2893 2008-06-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2894
2895         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_init),
2896         (gst_rtp_bin_finalize), (gst_rtp_bin_change_state):
2897         Fix deadlock when shutting down, use a new lock instead to properly
2898         shutdown.
2899
2900 2008-06-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2901
2902         * examples/app/.cvsignore:
2903         * examples/app/Makefile.am:
2904         * examples/app/appsrc-stream.c: (read_data), (start_feed),
2905         (stop_feed), (found_source), (bus_message), (main):
2906         Added an example on how to use appsrc in playbin in streaming mode from
2907         an mmapped file.
2908
2909         * examples/app/appsrc_ex.c: (main):
2910         Set pipeline to NULL to free queued buffers.
2911
2912         * gst-libs/gst/app/gstapp-marshal.list:
2913         * gst-libs/gst/app/gstappsrc.c: (stream_type_get_type), (_do_init),
2914         (gst_app_src_class_init), (gst_app_src_init),
2915         (gst_app_src_flush_queued), (gst_app_src_dispose),
2916         (gst_app_src_set_property), (gst_app_src_get_property),
2917         (gst_app_src_unlock), (gst_app_src_unlock_stop),
2918         (gst_app_src_start), (gst_app_src_stop), (gst_app_src_is_seekable),
2919         (gst_app_src_check_get_range), (gst_app_src_do_seek),
2920         (gst_app_src_create), (gst_app_src_set_stream_type),
2921         (gst_app_src_get_stream_type), (gst_app_src_set_max_bytes),
2922         (gst_app_src_get_max_bytes), (gst_app_src_push_buffer),
2923         (gst_app_src_end_of_stream), (gst_app_src_uri_get_type),
2924         (gst_app_src_uri_get_protocols), (gst_app_src_uri_get_uri),
2925         (gst_app_src_uri_set_uri), (gst_app_src_uri_handler_init):
2926         * gst-libs/gst/app/gstappsrc.h:
2927         Measure max queue size in bytes instead.
2928         Add support for 3 modes of operation, streaming, seekable and
2929         random-access, making basesrc handle the scheduling modes for each.
2930         Add appsrc:// uri handler so that automatic plugging can be done from
2931         playbin2 or uridecodebin, for example.
2932         Added support for custom segment formats.
2933         Add support for push and pull based operations from the application.
2934         Expand the methods so that errors can be detected.
2935         Flush the queued buffers on seeks and when shutting down.
2936         Add signals to inform the app that a seek must happen.
2937
2938 2008-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
2939
2940         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
2941         (gst_deinterleave_src_query):
2942         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
2943         (gst_interleave_src_query):
2944         Properly implement duration and position queries in bytes format. We
2945         have to take the upstream reply and divide/multiply it by the number
2946         of channels to get the correct result.
2947
2948 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2949
2950         * sys/dshowvideosink/dshowvideofakesrc.cpp:
2951         * sys/dshowvideosink/dshowvideofakesrc.h:
2952         * sys/dshowvideosink/dshowvideosink.cpp:
2953         * sys/dshowvideosink/dshowvideosink.h:
2954           Fix up copyright notice on new plugin.
2955
2956 2008-06-04  David Schleef  <ds@schleef.org>
2957
2958         * ext/dirac/gstdiracenc.cc: Update properties for recent
2959           dirac changes.  Patch from Jonathan Rosser.
2960
2961 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2962
2963         * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
2964           (gst_x264_enc_sink_event), (gst_x264_enc_chain),
2965           (gst_x264_enc_encode_frame):
2966           Try harder not to crash when we get an EOS event but haven't set
2967           up the encoder yet (as may happen when upstream errors out with
2968           not-negotiated, for example). Also, always push the EOS event
2969           downstream.
2970
2971 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2972
2973         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
2974         (gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
2975         (gst_interleave_request_new_pad), (gst_interleave_release_pad):
2976         * gst/interleave/interleave.h:
2977         Use an always increasing integer for the number in the name of the
2978         requested sink pads to guarantuee a unique name. Add a "channel"
2979         property to GstInterleavePad to make it possible for applications
2980         to retrieve the channel number in the output for every pad.
2981
2982         Use g_type_register_static_simple() instead of
2983         g_type_register_static() to save some relocations.
2984
2985 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2986
2987         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
2988         (gst_interleave_change_state):
2989         Stop GstCollectPads before calling the parent's state change function
2990         when going from PAUSED to READY as we otherwise deadlock.
2991         Fixes bug #536258.
2992
2993 2008-06-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2994
2995         * gst/h264parse/gsth264parse.c: (gst_nal_bs_init),
2996         (gst_h264_parse_sink_setcaps), (gst_h264_parse_chain_forward),
2997         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse),
2998         (gst_h264_parse_chain):
2999         * gst/h264parse/gsth264parse.h:
3000         Parse codec_data and use the nalu_size_length field to get the NALU
3001         length in packetized h264.
3002         When queueing a packetized buffer in reverse mode, don't unref the
3003         buffer twice.
3004         Avoid accessing the buffer TIMESTAMP field after we pushed it on
3005         the adaptor.
3006
3007 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3008
3009         * gst/interleave/interleave.c:
3010         (gst_interleave_check_channel_positions),
3011         (gst_interleave_set_channel_positions),
3012         (gst_interleave_class_init):
3013         Use new gst_audio_check_channel_positions() function and register
3014         the GstInterleavePad type from a threadsafe context.
3015
3016 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3017
3018         * configure.ac:
3019           Revert accidental addition in configure.ac. Sorry.
3020
3021 2008-06-02  Michael Smith <msmith@songbirdnest.com>
3022
3023         * configure.ac:
3024         * sys/Makefile.am:
3025         * sys/dshowvideosink/Makefile.am:
3026         * sys/dshowvideosink/README:
3027         * sys/dshowvideosink/dshowvideofakesrc.cpp:
3028         * sys/dshowvideosink/dshowvideofakesrc.h:
3029         * sys/dshowvideosink/dshowvideosink.cpp:
3030         * sys/dshowvideosink/dshowvideosink.h:
3031         Add a new win32 videosink. Uses the DirectShow renderers for
3032         high-performance video rendering on win32.
3033         Currently only supports some YUV formats.
3034         Rank PRIMARY, since it's much more useful for the common cases that the
3035         directdraw sink (which only does RGB).
3036
3037 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
3038
3039         * ext/spc/Makefile.am:
3040           Dist tag.h
3041
3042 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3043
3044         * ext/faad/gstfaad.c: (gst_faad_sink_event):
3045         Always drain before activating the new segment.
3046
3047 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3048
3049         * gst/interleave/interleave.c: (gst_interleave_pad_get_type),
3050         (gst_interleave_finalize), (gst_audio_check_channel_positions),
3051         (gst_interleave_set_channel_positions),
3052         (gst_interleave_class_init), (gst_interleave_init),
3053         (gst_interleave_set_property), (gst_interleave_get_property),
3054         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3055         (gst_interleave_sink_setcaps), (gst_interleave_src_query_duration),
3056         (gst_interleave_src_query_latency), (gst_interleave_collected):
3057         * gst/interleave/interleave.h:
3058         Allow setting channel positions via a property and allow using the
3059         channel positions on the input as the channel positions of the output.
3060
3061         Fix some broken logic and memory leaks.
3062
3063         * tests/check/Makefile.am:
3064         * tests/check/elements/interleave.c: (src_handoff_float32),
3065         (sink_handoff_float32), (GST_START_TEST), (interleave_suite):
3066         Add unit tests for checking correct handling of channel positions.
3067
3068 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3069
3070         * ext/faad/gstfaad.c: (gst_faad_dispose), (clear_queued),
3071         (flush_queued), (gst_faad_drain), (gst_faad_do_raw_seek),
3072         (gst_faad_src_event), (gst_faad_sink_event), (gst_faad_chain),
3073         (gst_faad_change_state):
3074         * ext/faad/gstfaad.h:
3075         Add basic reverse playback support.
3076         Clear decoder state after disconts.
3077         Remove some unused code.
3078         Mark output buffers with a discont after a decoding error.
3079
3080 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3081
3082         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3083
3084         * gst/mpeg4videoparse/mpeg4videoparse.c:
3085         (gst_mpeg4vparse_handle_vos):
3086         Fix mpeg4videoparse on big endian architectures. Fixes bug #536042.
3087
3088 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3089
3090         * tests/check/elements/mplex.c: (setup_src_pad),
3091         (teardown_src_pad):
3092         Don't use the deprecated gst_element_get_pad().
3093
3094 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
3095
3096         * examples/directfb/gstdfb.c: (main):
3097         Don't use the deprecated gst_element_get_pad().
3098
3099 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3100
3101         Based on patch by: <onkarshinde at gmail dot com>
3102
3103         * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri),
3104         (gst_vcdsrc_uri_set_uri):
3105         Allow the track to be set by using the uri. Fixes #535043.
3106
3107 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
3108
3109         * gst/interleave/interleave.c: (gst_interleave_src_query_duration),
3110         (gst_interleave_src_query_latency), (gst_interleave_src_query):
3111         Implement latency query.
3112
3113 2008-05-27  Thijs Vermeir  <thijsvermeir@gmail.com>
3114
3115         * gst/mpegvideoparse/mpegvideoparse.c:
3116         Add GST_BUFFER_FLAG_DELTA_UNIT to not I frame buffers
3117
3118 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3119
3120         * gst/rtpmanager/gstrtpbin.c:
3121         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3122         (gst_rtp_bin_change_state), (new_payload_found),
3123         (new_ssrc_pad_found):
3124         Break out of callbacks when we are shutting down.
3125         Make sure no state changes can happen when we reconfigure.
3126
3127 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3128
3129         * configure.ac:
3130         Require CVS core and base for new audio clock reset method.
3131
3132         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_change_state):
3133         Reset the audio clock. See #521761.
3134
3135 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3136
3137         * ext/jack/gstjackaudiosink.c:
3138         (gst_jack_audio_sink_allocate_channels):
3139         Include the element name in the port name to avoid duplicate port names.
3140
3141 2008-05-26  Sebastian Dröge  <slomo@circular-chaos.org>
3142
3143         * gst/interleave/deinterleave.c:
3144         Add another example launch line.
3145
3146         * gst/interleave/interleave.c: (interleave_24),
3147         (gst_interleave_finalize), (gst_interleave_base_init),
3148         (gst_interleave_class_init), (gst_interleave_init),
3149         (gst_interleave_request_new_pad), (gst_interleave_release_pad),
3150         (gst_interleave_change_state), (__remove_channels),
3151         (__set_channels), (gst_interleave_sink_getcaps),
3152         (gst_interleave_set_process_function),
3153         (gst_interleave_sink_setcaps), (gst_interleave_sink_event),
3154         (gst_interleave_src_query_duration), (gst_interleave_src_query),
3155         (forward_event_func), (forward_event), (gst_interleave_src_event),
3156         (gst_interleave_collected):
3157         * gst/interleave/interleave.h:
3158         Major rewrite of interleave using GstCollectpads. This new version
3159         also supports almost all raw audio formats and has better caps
3160         negotiation. Fixes bug #506594.
3161
3162         Also update docs and add some more examples.
3163
3164         * tests/check/elements/interleave.c: (interleave_chain_func),
3165         (GST_START_TEST), (src_handoff_float32), (sink_handoff_float32),
3166         (interleave_suite):
3167         Add some more extensive unit tests for interleave.
3168
3169 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3170
3171         * gst/rtpmanager/gstrtpjitterbuffer.c:
3172         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
3173         When checking the seqnum, reset the jitterbuffer if the gap is too big,
3174         we need to do this so that we can better handle a restarted source.
3175         Fix some comments.
3176
3177         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
3178         (rtp_jitter_buffer_insert):
3179         Tweak the skew resync diff.
3180         Use our working seqnum compare function in -base.
3181         Rework the jitterbuffer insert code to make it clearer and more
3182         performant by only retrieving the seqnum of the input buffer once and by
3183         adding some G_LIKELY compiler hints.
3184         Improve debugging for duplicate packets.
3185
3186         * gst/rtpmanager/rtpsource.c: (rtp_source_process_rtp):
3187         Fix a comment, we don't do skew correction here..
3188
3189 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3190
3191         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
3192
3193         * gst/rtpmanager/gstrtpbin.c:
3194         (gst_rtp_bin_propagate_property_to_jitterbuffer),
3195         (gst_rtp_bin_set_property):
3196         Propagate the do-lost and latency properties to the jitterbuffers when
3197         they are changed on rtpbin.
3198
3199 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3200
3201         * examples/switch/switcher.c: (switch_timer):
3202         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_init):
3203         * gst/rtpmanager/gstrtpclient.c: (create_stream):
3204         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_stream_configure_udp),
3205         (gst_sdp_demux_stream_configure_udp_sink):
3206         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3207         (pad_added_setup_data_check_float32_8ch_cb):
3208         * tests/check/elements/rganalysis.c: (send_eos_event),
3209         (send_tag_event):
3210         Don't use _gst_pad().
3211
3212 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3213
3214         * docs/plugins/Makefile.am:
3215         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3216         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3217         * docs/plugins/gst-plugins-bad-plugins.args:
3218         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
3219         * docs/plugins/gst-plugins-bad-plugins.interfaces:
3220         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
3221         * docs/plugins/gst-plugins-bad-plugins.signals:
3222         * docs/plugins/inspect/plugin-alsaspdif.xml:
3223         * docs/plugins/inspect/plugin-amrwb.xml:
3224         * docs/plugins/inspect/plugin-app.xml:
3225         * docs/plugins/inspect/plugin-bayer.xml:
3226         * docs/plugins/inspect/plugin-bz2.xml:
3227         * docs/plugins/inspect/plugin-cdaudio.xml:
3228         * docs/plugins/inspect/plugin-cdxaparse.xml:
3229         * docs/plugins/inspect/plugin-dfbvideosink.xml:
3230         * docs/plugins/inspect/plugin-dtsdec.xml:
3231         * docs/plugins/inspect/plugin-dvb.xml:
3232         * docs/plugins/inspect/plugin-dvdspu.xml:
3233         * docs/plugins/inspect/plugin-faac.xml:
3234         * docs/plugins/inspect/plugin-faad.xml:
3235         * docs/plugins/inspect/plugin-fbdevsink.xml:
3236         * docs/plugins/inspect/plugin-festival.xml:
3237         * docs/plugins/inspect/plugin-filter.xml:
3238         * docs/plugins/inspect/plugin-flvdemux.xml:
3239         * docs/plugins/inspect/plugin-freeze.xml:
3240         * docs/plugins/inspect/plugin-gsm.xml:
3241         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
3242         * docs/plugins/inspect/plugin-h264parse.xml:
3243         * docs/plugins/inspect/plugin-interleave.xml:
3244         * docs/plugins/inspect/plugin-jack.xml:
3245         * docs/plugins/inspect/plugin-ladspa.xml:
3246         * docs/plugins/inspect/plugin-metadata.xml:
3247         * docs/plugins/inspect/plugin-mms.xml:
3248         * docs/plugins/inspect/plugin-modplug.xml:
3249         * docs/plugins/inspect/plugin-mpeg2enc.xml:
3250         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
3251         * docs/plugins/inspect/plugin-mpegtsparse.xml:
3252         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
3253         * docs/plugins/inspect/plugin-musepack.xml:
3254         * docs/plugins/inspect/plugin-musicbrainz.xml:
3255         * docs/plugins/inspect/plugin-mve.xml:
3256         * docs/plugins/inspect/plugin-nas.xml:
3257         * docs/plugins/inspect/plugin-neon.xml:
3258         * docs/plugins/inspect/plugin-nsfdec.xml:
3259         * docs/plugins/inspect/plugin-nuvdemux.xml:
3260         * docs/plugins/inspect/plugin-rawparse.xml:
3261         * docs/plugins/inspect/plugin-real.xml:
3262         * docs/plugins/inspect/plugin-replaygain.xml:
3263         * docs/plugins/inspect/plugin-rfbsrc.xml:
3264         * docs/plugins/inspect/plugin-sdl.xml:
3265         * docs/plugins/inspect/plugin-sdp.xml:
3266         * docs/plugins/inspect/plugin-selector.xml:
3267         * docs/plugins/inspect/plugin-sndfile.xml:
3268         * docs/plugins/inspect/plugin-soundtouch.xml:
3269         * docs/plugins/inspect/plugin-spcdec.xml:
3270         * docs/plugins/inspect/plugin-speed.xml:
3271         * docs/plugins/inspect/plugin-speexresample.xml:
3272         * docs/plugins/inspect/plugin-stereo.xml:
3273         * docs/plugins/inspect/plugin-tta.xml:
3274         * docs/plugins/inspect/plugin-vcdsrc.xml:
3275         * docs/plugins/inspect/plugin-videosignal.xml:
3276         * docs/plugins/inspect/plugin-vmnc.xml:
3277         * docs/plugins/inspect/plugin-wildmidi.xml:
3278         * docs/plugins/inspect/plugin-x264.xml:
3279         * docs/plugins/inspect/plugin-xvid.xml:
3280         * docs/plugins/inspect/plugin-y4menc.xml:
3281         Add interleave/deinterleave to the docs and while at that
3282         run make update in docs/plugins.
3283
3284         * gst/interleave/deinterleave.c:
3285         Add a parapraph about using a queue and audioconvert after the source
3286         pads to the docs.
3287
3288 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
3289
3290         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3291         (gst_deinterleave_class_init), (gst_deinterleave_init),
3292         (gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
3293         * gst/interleave/deinterleave.h:
3294         Don't set a getcaps() function on the src pads as it's not required
3295         and the default getcaps() function returns the correct results for
3296         our src pads.
3297
3298         Complete documentation and add myself to the authors of the element.
3299
3300 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3301
3302         * tests/icles/.cvsignore:
3303         * tests/icles/Makefile.am:
3304         * tests/icles/test-oss4.c: (opt_show_mixer_messages), (WAIT_TIME),
3305           (show_mixer_messages), (probe_mixer_tracks), (probe_pad),
3306           (probe_details), (probe_element), (main):
3307           Small oss4 test that probes for available devices and retrieves
3308           their caps and mixer tracks and all that. Also allows testing of
3309           mixer change messages on the bus.
3310
3311 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
3312
3313         * sys/oss4/oss4-mixer.c: (gst_oss4_mixer_open):
3314         * sys/oss4/oss4-property-probe.c:
3315           (gst_oss4_property_probe_find_device_name),
3316           (gst_oss4_property_probe_find_device_name_nofd):
3317         * sys/oss4/oss4-property-probe.h:
3318         * sys/oss4/oss4-sink.c: (gst_oss4_sink_get_property):
3319         * sys/oss4/oss4-source.c: (gst_oss4_source_get_property):
3320           Make device-name probing in NULL state work better (e.g. for the
3321           gnome-control-center sound capplet).
3322
3323 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3324
3325         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3326
3327         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_push),
3328         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
3329         (gst_mpeg4vparse_change_state):
3330         Move some code around to integrate the startcode searching with the
3331         other bits of parsing, avoid a whole bunch of peeks.
3332         Get rid of invalid data that should not happen according to the specs.
3333         Fixes #533559.
3334
3335 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3336
3337         Patch by: Bastien Nocera <hadess at hadess dot net>
3338
3339         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
3340         (gst_mythtv_src_init), (gst_mythtv_src_clear),
3341         (do_read_request_response), (gst_mythtv_src_create),
3342         (gst_mythtv_src_start):
3343         Correctly set duration to get a more correct seek bar in totem.
3344
3345         Disable query and event functions as they don't work and do some
3346         smaller cleanup.
3347
3348         Fixes bug #533736.
3349
3350 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3351
3352         Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
3353
3354         * ext/spc/Makefile.am:
3355         * ext/spc/gstspc.c: (gst_spc_dec_class_init),
3356         (gst_spc_dec_src_query_type), (gst_spc_dec_init),
3357         (gst_spc_dec_dispose), (gst_spc_dec_sink_event),
3358         (gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
3359         (gst_spc_dec_src_query), (spc_play), (spc_setup):
3360         * ext/spc/gstspc.h:
3361         * ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
3362         (spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
3363         (spc_tag_get_info), (spc_tag_free):
3364         * ext/spc/tag.h:
3365         Add support for some essential features like seeking, reading song
3366         duration and extended tags. Fixes bug #454151.
3367
3368 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3369
3370         * tests/check/elements/deinterleave.c: (GST_START_TEST):
3371         Set keep-positions property to TRUE for the 8 channel test to ensure
3372         that the original channel position is set on the output.
3373
3374 2008-05-19  Sebastian Dröge  <slomo@circular-chaos.org>
3375
3376         * gst/interleave/deinterleave.c: (gst_deinterleave_class_init),
3377         (gst_deinterleave_init), (gst_deinterleave_add_new_pads),
3378         (gst_deinterleave_set_pads_caps), (gst_deinterleave_set_property),
3379         (gst_deinterleave_get_property):
3380         * gst/interleave/deinterleave.h:
3381         Add a property to select whether channel positions should be kept on
3382         the mono output buffers or should be dropped.
3383
3384 2008-05-18  Jan Schmidt  <jan.schmidt@sun.com>
3385
3386         * docs/Makefile.am:
3387         Oops - fix the spelling of the variable I added.
3388
3389 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3390
3391         * gst/interleave/deinterleave.c: (gst_deinterleave_finalize),
3392         (gst_deinterleave_init), (gst_deinterleave_sink_event),
3393         (gst_deinterleave_process), (gst_deinterleave_sink_activate_push):
3394         * gst/interleave/deinterleave.h:
3395         Queue events until src pads were added and they can be sent. Otherwise
3396         downstream will never get the first newsegment event.
3397
3398 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
3399
3400         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps),
3401         (gst_deinterleave_getcaps):
3402         Always set the channel positions when gst_audio_get_channel_positions()
3403         returns something, even if they're not set in the caps. This makes
3404         sure that the output channels can be interleaved again correctly
3405         in the mono/stereo cases too.
3406
3407         Don't ask for the peercaps of the current pad in getcaps() as this
3408         might call getcaps() again and deadlock.
3409
3410 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3411
3412         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
3413         Check some more common locations for a valid configuration file.
3414         Fixes bug #533435. Packagers should still #define WILDMIDI_CFG
3415         to the distributions default location.
3416
3417 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3418
3419         * gst/interleave/Makefile.am:
3420         * gst/interleave/deinterleave.c: (deinterleave_24),
3421         (gst_deinterleave_finalize), (gst_deinterleave_base_init),
3422         (gst_deinterleave_class_init), (gst_deinterleave_init),
3423         (gst_deinterleave_add_new_pads), (gst_deinterleave_set_pads_caps),
3424         (gst_deinterleave_set_process_function),
3425         (gst_deinterleave_sink_setcaps), (__remove_channels),
3426         (__set_channels), (gst_deinterleave_getcaps),
3427         (gst_deinterleave_process), (gst_deinterleave_chain),
3428         (gst_deinterleave_sink_activate_push):
3429         * gst/interleave/deinterleave.h:
3430         Add support for all raw audio formats and provide better negotiation
3431         if the caps are changing.
3432
3433         Don't allow changes of the channel positions and set the position of
3434         the corresponding channel on the src pad caps.
3435
3436         General cleanup and smaller bugfixes.
3437
3438         * tests/check/elements/deinterleave.c: (float_buffer_check_probe):
3439         Check the channel positions on the output buffer caps.
3440
3441 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3442
3443         * docs/Makefile.am:
3444         Don't attempt to build plugin docs when they're disabled.
3445
3446         * gst/bayer/Makefile.am:
3447         Add libgstvideo to the link.
3448
3449         * gst/rtpmanager/Makefile.am:
3450         Fix link order, and move LIBS things to _LIBS
3451
3452 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
3453
3454         * docs/plugins/gst-plugins-bad-plugins.types:
3455         Remove bogus attempt to pull 'metadata' plugin's base
3456         class into the docs.
3457
3458 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3459
3460         * gst/rtpmanager/gstrtpjitterbuffer.c:
3461         (gst_rtp_jitter_buffer_chain):
3462         Simply drop bad RTP packets with a warning instead of just posting an
3463         error and stopping. This is a perfectly recoverable event and we don't
3464         force people to use an rtpbin to filter out bad packets first.
3465
3466 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3467
3468         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_init):
3469         Set fixed caps on the srcpad after we created the pad...
3470
3471 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3472
3473         * tests/check/Makefile.am:
3474           Remove deinterleave test from VALGRIND_TO_FIX again now that
3475           there are suppressions in gst.supp which make this work for me.
3476
3477 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3478
3479         * tests/check/Makefile.am:
3480           Add deinterleave unit test to VALGRIND_TO_FIX, since it causes
3481           weird invalid free errors in valgrind/libc after _exit for some
3482           reason.
3483
3484         * tests/check/elements/deinterleave.c: (pads_created),
3485           (set_channel_positions), (src_handoff_float32_8ch),
3486           (float_buffer_check_probe),
3487           (pad_added_setup_data_check_float32_8ch_cb),
3488           (make_fake_src_8chans_float32), (GST_START_TEST),
3489           (deinterleave_suite):
3490           Add some more deinterleave unit test bits I had locally.
3491
3492 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3493
3494         * gst/interleave/Makefile.am:
3495         * gst/interleave/deinterleave.h:
3496         * gst/interleave/interleave.h:
3497         * gst/interleave/plugin.h:
3498         Split definitions into separate header files for better documentation
3499         generation.
3500         
3501         * gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
3502         (gst_deinterleave_class_init), (gst_deinterleave_sink_setcaps),
3503         (gst_deinterleave_process):
3504         Don't use alloca, allow caps changes as long as the number of channels
3505         does not change, don't use g_warning, return NOT_NEGOTIATED as early
3506         as possible and some other cleanup.
3507
3508         * gst/interleave/interleave.c: (gst_interleave_base_init),
3509         (gst_interleave_class_init):
3510         Do some random cleanup.
3511
3512         * tests/check/Makefile.am:
3513         * tests/check/elements/deinterleave.c: (GST_START_TEST),
3514         (deinterleave_chain_func), (deinterleave_pad_added),
3515         (deinterleave_suite):
3516         Add unit tests for the deinterleave element.
3517
3518 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3519
3520         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3521
3522         * gst/mpeg4videoparse/mpeg4videoparse.c:
3523         (gst_mpeg4vparse_set_new_caps), (gst_mpeg4vparse_align),
3524         (get_bits), (next_start_code), (gst_mpeg4vparse_handle_vos),
3525         (gst_mpeg4vparse_push), (gst_mpeg4vparse_drain),
3526         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
3527         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_src_query),
3528         (gst_mpeg4vparse_set_property), (gst_mpeg4vparse_get_property),
3529         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init):
3530         * gst/mpeg4videoparse/mpeg4videoparse.h:
3531         Parse the config data (either outbound or in the stream) to set   
3532         width/height, apect ration, framerate in the caps if applicable.
3533         Mark frames as GST_BUFFER_FLAG_DELTA_UNIT when they are not
3534         intra frames
3535         Set the timestamps of outgoing buffers to the buffer in
3536         which the VOP header was found.
3537         Drop incoming data untill configuration is found (by default,
3538         configurable using a property).
3539         Report a 1 frame latency. Fixes #532723.
3540
3541 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3542
3543         * gst/real/gstrealvideodec.c: (open_library):
3544         Add some debug for where we are searching for libraries.
3545
3546 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3547
3548         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
3549         Actually add the do-lost property to the object.
3550
3551 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3552
3553         * gst/rtpmanager/gstrtpjitterbuffer.c:
3554         (gst_rtp_jitter_buffer_loop):
3555         Avoid waiting for a negative (huge) duration when the last packet has a
3556         lower timestamp than the current packet.
3557
3558 2008-05-12  Peter Kjellerstedt  <pkj@axis.com>
3559
3560         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_query_send_rtcp_src):
3561         Make sure to unref the rtpsession returned by gst_pad_get_parent() to
3562         prevent a memory leak.
3563
3564
3565 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3566
3567         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3568         Quieten some docs output
3569
3570 2008-05-12  Jan Schmidt  <Jan.Schmidt@sun.com>
3571
3572         * gst/rtpmanager/gstrtpjitterbuffer.c:
3573         (gst_rtp_jitter_buffer_loop):
3574         Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning.
3575
3576 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
3577
3578         * docs/plugins/Makefile.am:
3579         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3580         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3581         * docs/plugins/inspect/plugin-gstinterlace.xml:
3582         * gst/deinterlace/gstdeinterlace.c:
3583         * gst/deinterlace/gstdeinterlace.h:
3584         Random doc of the day: the deinterlace element.
3585
3586 2008-05-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3587
3588         * gst/mpegtsparse/mpegtspacketizer.c:
3589         * gst/mpegtsparse/mpegtsparse.c:
3590         Make sure all schedule EIT and non-actual transport stream
3591         EITs are parsed. Also add present-following flag and
3592         actual-transport-stream flag to eit bus message.
3593
3594 2008-05-09  Peter Kjellerstedt  <pkj@axis.com>
3595
3596         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
3597         Make sure to unref the caps used by RTPSource to prevent a memory leak.
3598
3599 2008-05-08  Tim-Philipp Müller  <tim.muller at collabora co uk>
3600
3601         Based on patch by: Clive Wright <clive_wright ntlworld com>
3602
3603         * sys/oss4/oss4-mixer-slider.c: (gst_oss4_mixer_slider_unpack_volume):
3604           Apparently mono sliders have the mono value repeated in the upper bits,
3605           so mask those out when reading them. Probably makes the mixer applet
3606           work properly in some more cases.
3607
3608 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3609
3610         Patch by: Olivier Crete <tester at tester dot ca>
3611
3612         * gst/rtpmanager/rtpsession.c: (source_clock_rate),
3613         (rtp_session_process_bye), (rtp_session_send_bye_locked):
3614         Unlock the session lock when calling one of our callbacks. 
3615         Fixes #532011.
3616
3617 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3618
3619         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3620
3621         * gst/rtpmanager/gstrtpsession.c:
3622         (gst_rtp_session_event_send_rtp_sink):
3623         Send RTP BYE command on EOS. Fixes bug #531955.
3624
3625 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3626
3627         * win32/common/config.h.in:
3628           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3629           use the real thing than having "???" unconditionally.
3630
3631 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3632
3633         * gst-libs/gst/app/.cvsignore:
3634         * gst-libs/gst/app/Makefile.am:
3635         * gst-libs/gst/app/gstapp-marshal.list:
3636         Add marshal.list, make it compile and add to cvsignore.
3637
3638         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose),
3639         (gst_app_sink_stop):
3640         Small cleanups.
3641
3642         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
3643         (gst_app_src_init), (gst_app_src_set_property),
3644         (gst_app_src_get_property), (gst_app_src_unlock),
3645         (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
3646         (gst_app_src_create), (gst_app_src_set_caps),
3647         (gst_app_src_get_caps), (gst_app_src_set_size),
3648         (gst_app_src_get_size), (gst_app_src_set_seekable),
3649         (gst_app_src_get_seekable), (gst_app_src_set_max_buffers),
3650         (gst_app_src_get_max_buffers), (gst_app_src_push_buffer),
3651         (gst_app_src_end_of_stream):
3652         * gst-libs/gst/app/gstappsrc.h:
3653         Beat appsrc in shape, add signals and actions.
3654         Add some docs.
3655         Add properties for caps, size, seekability and max-buffers.
3656         Fix unlock/stop code.
3657
3658 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3659
3660         * configure.ac:
3661           Error out if we don't have the required versions of core/base.
3662
3663 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
3664
3665         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3666         (gst_app_sink_init), (gst_app_sink_set_property),
3667         (gst_app_sink_get_property), (gst_app_sink_unlock_start),
3668         (gst_app_sink_unlock_stop), (gst_app_sink_flush_unlocked),
3669         (gst_app_sink_start), (gst_app_sink_stop), (gst_app_sink_event),
3670         (gst_app_sink_preroll), (gst_app_sink_render),
3671         (gst_app_sink_set_caps), (gst_app_sink_set_drop),
3672         (gst_app_sink_get_drop):
3673         * gst-libs/gst/app/gstappsink.h:
3674         Start some docs.
3675         Add property to drop buffers when the queue is filled
3676         Fix unlocking and flushing when the queues are filled.
3677
3678 2008-04-29  Sebastian Dröge  <slomo@circular-chaos.org>
3679
3680         Patch by: Jens Granseuer <jensgr at gmx dot net>
3681
3682         * gst/subenc/gstsrtenc.c: (gst_srt_enc_timestamp_to_string):
3683         Declare variables at the beginning of blocks. Fixes compilation with
3684         gcc 2.x and other compilers. Fixes bug #530611.
3685
3686 2008-04-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3687
3688         * gst/mpegtsparse/mpegtspacketizer.c:
3689         * gst/mpegtsparse/mpegtspacketizer.h:
3690         * gst/mpegtsparse/mpegtsparse.c:
3691         Detect SI pids (NIT, SDT, EIT etc.) based on table id and not
3692         by pid number. This allows for example the EPG data from UK's
3693         freesat to be picked up.
3694
3695 2008-04-26  Sebastian Dröge  <slomo@circular-chaos.org>
3696
3697         * ext/mpeg2enc/gstmpeg2enc.cc:
3698         * ext/soundtouch/gstbpmdetect.cc:
3699         Cast NULL sentinels to void * as NULL is defined as an integer
3700         constant in most environments when using C++ and it's size might
3701         be different from a pointer.
3702
3703 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3704
3705         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init),
3706         (gst_app_sink_init), (gst_app_sink_set_property),
3707         (gst_app_sink_get_property), (gst_app_sink_event),
3708         (gst_app_sink_preroll), (gst_app_sink_render),
3709         (gst_app_sink_set_emit_signals), (gst_app_sink_get_emit_signals),
3710         (gst_app_sink_set_max_buffers), (gst_app_sink_get_max_buffers),
3711         (gst_app_sink_pull_buffer):
3712         * gst-libs/gst/app/gstappsink.h:
3713         Add more docs.
3714         Add signals for when preroll and render buffers are available.
3715         Add property to control signal emission.
3716         Add property to control the max queue size.
3717
3718 2008-04-25  Michael Smith <msmith@songbirdnest.com>
3719
3720         * gst-libs/gst/dshow/Makefile.am:
3721           Use CXXFLAGS rather than CFLAGS; these are C++ files.
3722           Define required constants appropriately.
3723         * sys/dshowdecwrapper/Makefile.am:
3724           Add required include dir, libraries.
3725           Define required constants appropriately.
3726
3727 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3728
3729         * gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),
3730         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
3731         * gst/rtpmanager/gstrtpbin.h:
3732         Expose new jitterbuffer property in rtpbin too.
3733
3734 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3735
3736         * gst/rtpmanager/gstrtpjitterbuffer.c:
3737         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
3738         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property),
3739         (gst_rtp_jitter_buffer_get_property):
3740         Disable sending out rtp packet lost events by default and make a
3741         property to enabe it. We will likely enable it by default when the base
3742         depayloaders have a default handler for them so that we don't send these
3743         events all through the pipeline for now.
3744
3745 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3746
3747         * gst/rtpmanager/gstrtpjitterbuffer.c:
3748         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_flush_stop),
3749         (gst_rtp_jitter_buffer_src_event), (gst_rtp_jitter_buffer_chain),
3750         (gst_rtp_jitter_buffer_loop):
3751         Remove private version of a function that is in -base now.
3752         Add src event handler.
3753         Rework the jitterbuffer pushing loop so that it can quickly react to
3754         lost packets and instruct the depayloader of them. This can then be used
3755         to implement error concealment data.
3756
3757 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3758
3759         * gst/rtpmanager/gstrtpsession.c:
3760         (gst_rtp_session_query_send_rtcp_src), (create_recv_rtcp_sink),
3761         (create_send_rtcp_src):
3762         Set up some internal links functions for the RTCP and sync pads because
3763         the defaults are really not correct.
3764         Implement a query handler for the RTCP src pad, mostly to correctly
3765         report about the latency.
3766
3767 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3768
3769         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
3770         (gst_rtp_bin_sync_chain):
3771         * gst/rtpmanager/rtpsession.c: (update_arrival_stats),
3772         (rtp_session_process_sr), (rtp_session_on_timeout):
3773         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
3774         (calculate_jitter):
3775         * gst/rtpmanager/rtpsource.h:
3776         * gst/rtpmanager/rtpstats.h:
3777         Also keep track of the first buffer timestamp together with the first
3778         RTP timestamp as they both are needed to construct the timing of
3779         outgoing packets in the jitterbuffer and are therefore also needed to
3780         manage lip-sync. This fixes lip-sync if the first RTP packets arrive
3781         with a wildly different gap.
3782
3783 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3784
3785         * gst/flv/gstflvdemux.c: (gst_flv_demux_query):
3786         Forward unknown queries upstream instead of returning FALSE on them.
3787
3788 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
3789
3790         * configure.ac:
3791         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
3792         (gst_musepackdec_init), (gst_musepackdec_dispose),
3793         (gst_musepackdec_handle_seek_event), (gst_musepack_stream_init),
3794         (gst_musepackdec_loop), (plugin_init):
3795         * ext/musepack/gstmusepackdec.h:
3796         * ext/musepack/gstmusepackreader.c:
3797         * ext/musepack/gstmusepackreader.h:
3798         Add support for the new libmpcdec API which magically gets us support
3799         for SV8 files. Also do some random cleanup. Fixes bug #526905.
3800
3801 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
3802
3803         * configure.ac:
3804         Back to development -> 0.10.7.1
3805
3806 === release 0.10.7 ===
3807
3808 2008-04-24  Jan Schmidt <jan.schmidt@sun.com>
3809
3810         * configure.ac:
3811           releasing 0.10.7, "House of Cards"
3812
3813 2008-04-22  Stefan Kost  <ensonic@users.sf.net>
3814
3815         * ext/faad/gstfaad.c:
3816           Don't leak GstAudioChannelPosition. Fixes #529378.
3817
3818 2008-04-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3819
3820         * gst/sdp/gstsdpdemux.c: (request_pt_map):
3821         Ref caps, see #528245.
3822
3823 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
3824
3825         * configure.ac:
3826         0.10.6.4 pre-release
3827
3828 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
3829
3830         * tests/check/elements/rganalysis.c: (GST_START_TEST):
3831         Don't leak a tag list. Fixes bug #529285.
3832
3833 2008-04-21  Sebastian Dröge  <slomo@circular-chaos.org>
3834
3835         * tests/check/elements/ofa.c: (bus_handler):
3836         Don't leak the tags string and tag list. Fixes bug #529283.
3837
3838 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3839
3840         Patch by: Olivier Crete <tester at tester dot ca>
3841
3842         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
3843         (new_ssrc_pad_found):
3844         Ref caps when inserting into the cache.
3845         Don't leak pads.
3846
3847         * gst/rtpmanager/gstrtpjitterbuffer.c:
3848         (gst_rtp_jitter_buffer_get_clock_rate),
3849         (gst_rtp_jitter_buffer_query):
3850         Avoid a caps leak.
3851         Don't leak refcount in query.
3852
3853         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
3854         (gst_rtp_pt_demux_chain):
3855         Avoid caps leaks.
3856
3857         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
3858         (gst_rtp_session_init), (return_true),
3859         (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
3860         (gst_rtp_session_clock_rate):
3861         Ref caps when inserting into the cache.
3862         Fix some more caps leaks. Fixes #528245.
3863
3864 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         * tests/icles/metadata_editor.c:
3867           Add cast to placate gcc 4.1.2.
3868
3869 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
3870
3871         * configure.ac:
3872         0.10.6.3 pre-release
3873
3874 2008-04-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3875
3876         * sys/dvb/gstdvbsrc.c:
3877         Revert patch that added a loop timeout.
3878         Fixes #528614.
3879
3880 2008-04-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3881
3882         * gst/rtpmanager/gstrtpbin.c: (get_pt_map), (free_client),
3883         (gst_rtp_bin_associate), (gst_rtp_bin_get_free_pad_name):
3884         * gst/rtpmanager/gstrtpjitterbuffer.c:
3885         (gst_rtp_jitter_buffer_get_clock_rate):
3886         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps):
3887         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
3888         Unset GValues after g_signal_emitv so that we avoid a refcount leak.
3889         Don't leak a padname.
3890         Don't leak client streams list.
3891         Lock rtpbin when associating streams. Fixes #528245.
3892
3893 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3894
3895         * tests/check/Makefile.am:
3896         Don't inlcude dc1394src in the generic/states test as it requires
3897         special hardware. Fixes bug #528011.
3898
3899 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3900
3901         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
3902         Only check if the generated fingerprints are valid Base64. The
3903         fingerprints are different when running on different architectures
3904         which is a) no problem because the fingerprints are tolerant enough
3905         and b) is caused by libofa. Fixes bug #528266.
3906
3907 2008-04-16  Sebastian Dröge  <slomo@circular-chaos.org>
3908
3909         * ext/timidity/Makefile.am:
3910         Dist all source files, no matter if only timidity or wildmidi or
3911         nothing is found by configure. Fixes bug #528000.
3912
3913 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3914
3915         * gst-plugins-bad.spec.in:
3916           Remove souphttpsrc plugin from spec files, it's moved to -good.
3917
3918 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
3919
3920         * tests/check/Makefile.am:
3921         Remove soup test certificates from the dist.
3922
3923 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3924
3925         * ext/dirac/gstdiracenc.cc:
3926         Fix compilation by casting string constants.
3927
3928         * sys/Makefile.am:
3929         Fix WININET_DIR variable reference.
3930
3931 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
3932
3933         * configure.ac:
3934         * docs/plugins/Makefile.am:
3935         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
3936         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
3937         * docs/plugins/gst-plugins-bad-plugins.args:
3938         * docs/plugins/inspect/plugin-soup.xml:
3939         * ext/Makefile.am:
3940         * ext/soup/Makefile.am:
3941         * ext/soup/gstsouphttpsrc.c:
3942         * ext/soup/gstsouphttpsrc.h:
3943         * tests/check/Makefile.am:
3944         * tests/check/elements/souphttpsrc.c:
3945         * tests/check/test-cert.pem:
3946         * tests/check/test-key.pem:
3947
3948         Remove soup plugin that's moved to -good (#523124)
3949
3950 2008-04-12  Tim-Philipp Müller  <tim at centricular dot net>
3951
3952         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
3953           (gst_flv_parse_tag_script):
3954           Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
3955           crash caused by a strlen on a NULL string (#527622).
3956
3957 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3958
3959         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3960
3961         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
3962           (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
3963           (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
3964           (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
3965           (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
3966         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
3967           Don't increase latency by queuing buffers in an async queue when
3968           the streaming thread can't keep up or isn't scheduled often
3969           enough for some other reason, but just drop the previous buffer
3970           in that case. Also implement GstBaseSrc::unlock for faster
3971           unlocking when shutting down. (#520892).
3972
3973 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3974
3975         * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
3976           (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
3977           (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
3978           (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
3979           (me_gst_setup_view_pipeline), (process_file):
3980         * tests/icles/metadata_editor.glade:
3981           Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
3982           drawing/scaling logic to make this compile and work on all platforms.
3983           Fixes #518227.
3984
3985 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3986
3987         * configure.ac:
3988           Bump core/base requirements to released versions to avoid
3989           confusion.
3990
3991         * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
3992           (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
3993           (gst_deinterlace_set_caps), (plugin_init):
3994           Add debug category, use _set_element_details_simple and
3995           remove special code path for Y42B to calculate offsets and
3996           strides; libgstvideo knows how to handle this format now.
3997
3998 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         * gst/cdxaparse/Makefile.am:
4001         * gst/cdxaparse/gstcdxaparse.c:
4002         * gst/cdxaparse/gstcdxastrip.c:
4003         * gst/cdxaparse/gstcdxastrip.h:
4004         * gst/cdxaparse/gstvcdparse.c:
4005         * gst/cdxaparse/gstvcdparse.h:
4006           Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
4007           anything the 0.8 version didn't do though.
4008
4009 2008-04-11  Julien Moutte  <julien@fluendo.com>
4010
4011         * sys/oss4/oss4-mixer-enum.c:
4012         (gst_oss4_mixer_enum_get_values_locked):
4013         * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
4014         format in debug statements.
4015
4016 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4017
4018         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4019
4020         * configure.ac:
4021         * sys/Makefile.am:
4022         * sys/wininet/Makefile.am:
4023         * sys/wininet/gstwininetsrc.c:
4024         * sys/wininet/gstwininetsrc.h:
4025           Add wininetsrc for basic http/ftp support on windows (#520897).
4026
4027 2008-04-10  Tim-Philipp Müller  <tim at centricular dot net>
4028
4029         * gst/nsf/nsf.h:
4030           Change prototype of process function here too to avoid
4031           'incompatible assignment' warnings.
4032
4033 2008-04-10  Sebastian Dröge  <slomo@circular-chaos.org>
4034
4035         * tests/check/elements/souphttpsrc.c: (got_buffer),
4036         (souphttpsrc_suite):
4037         Increase the timeout for the internet tests to 250 seconds
4038         and check for NULL caps instead of just crashing.
4039         The real fix would be to implement an shoutcast server for the unit test
4040         instead of relying on a working internet connection.
4041         Fixes bug #521749.
4042
4043 2008-04-10  Peter Kjellerstedt  <pkj@axis.com>
4044
4045         * gst/rtpmanager/gstrtpbin.c: (free_session):
4046         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize):
4047         Avoid leaking pads in the RTP manager.
4048
4049 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
4050
4051         * gst/nsf/nes_apu.c: (apu_process):
4052         * gst/nsf/nes_apu.h:
4053         Don't do void pointer arithmetic - it's a gcc extension.
4054
4055 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
4056
4057         * ext/jack/gstjackaudiosink.c: (gst_jack_audio_sink_class_init):
4058           Work around missing bits of thread-safety on older GLibs some
4059           more to avoid assertions when starting up multiple playbin
4060           objects concurrently (see #512382).
4061
4062 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4063
4064         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4065
4066         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_response_cb):
4067         Only ignore actual redirects not all responses when in state
4068         GST_SOUP_HTTP_SRC_SESSION_IO_STATUS_RUNNING. Fixes bug #526337.
4069
4070 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
4071
4072         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
4073
4074         * configure.ac:
4075         Actually build dlls when cross-compiling with mingw32.
4076         Fixes bug #526247.
4077
4078 2008-04-05  Sebastian Dröge  <slomo@circular-chaos.org>
4079
4080         * tests/check/elements/ofa.c: (GST_START_TEST):
4081         Also check that we have processed at least 135 seconds of audio
4082         until we stop and calculated a fingerprint.
4083
4084 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         * gst/subenc/gstsrtenc.c:
4087         * gst/subenc/gstsrtenc.h:
4088           GstSrtenc => GstSrtEnc and gst_srtenc_ => gst_srt_enc_.
4089
4090 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
4091
4092         * tests/check/Makefile.am:
4093         * tests/check/elements/.cvsignore:
4094         * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST),
4095         (ofa_suite), (main):
4096         Add simple unit tests for the OFA plugin.
4097
4098 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * configure.ac:
4101         * sys/Makefile.am:
4102         * sys/oss4/Makefile.am:
4103         * sys/oss4/oss4-audio.c:
4104         * sys/oss4/oss4-audio.h:
4105         * sys/oss4/oss4-mixer-enum.c:
4106         * sys/oss4/oss4-mixer-enum.h:
4107         * sys/oss4/oss4-mixer-slider.c:
4108         * sys/oss4/oss4-mixer-slider.h:
4109         * sys/oss4/oss4-mixer-switch.c:
4110         * sys/oss4/oss4-mixer-switch.h:
4111         * sys/oss4/oss4-mixer.c:
4112         * sys/oss4/oss4-mixer.h:
4113         * sys/oss4/oss4-property-probe.c:
4114         * sys/oss4/oss4-property-probe.h:
4115         * sys/oss4/oss4-sink.c:
4116         * sys/oss4/oss4-sink.h:
4117         * sys/oss4/oss4-soundcard.h:
4118         * sys/oss4/oss4-source.c:
4119         * sys/oss4/oss4-source.h:
4120           Add initial support for OSSv4. Mixer still needs a bit more love,
4121           but even magic has its limits.
4122
4123 2008-04-01  Tim-Philipp Müller  <tim at centricular dot net>
4124
4125         * configure.ac:
4126         * gst-plugins-bad.spec.in:
4127         * gst/srtenc/Makefile.am:
4128         * gst/srtenc/gstsrtenc.c:
4129         * gst/srtenc/gstsrtenc.h:
4130         * gst/subenc/Makefile.am:
4131         * gst/subenc/gstsrtenc.c: (plugin_init):
4132           Rename new srtenc plugin to subenc.
4133
4134 2008-04-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4135
4136         * gst/mpegtsparse/mpegtspacketizer.c:
4137         Cable delivery subsystem descriptors' frequency's bcd
4138         is measured in 100Hz units so adjust multiplier accordingly.
4139
4140 2008-04-01  Thijs Vermeir  <thijsvermeir@gmail.com>
4141
4142         * configure.ac:
4143         * gst/srtenc/Makefile.am:
4144         * gst/srtenc/gstsrtenc.c:
4145         * gst/srtenc/gstsrtenc.h:
4146         Add srt subtitle encoder
4147
4148 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4149
4150         Patch by: Kapil Agrawal <kapil at fluendo dot com>
4151
4152         * ext/gsm/gstgsmdec.c: (gst_gsmdec_sink_setcaps),
4153         (gst_gsmdec_chain):
4154         * ext/gsm/gstgsmdec.h:
4155         Increase the allowed samplerates for the ms-gsm format.
4156         Fixes #481354.
4157
4158 2008-03-30  Tim-Philipp Müller  <tim at centricular dot net>
4159
4160         Patch by: Jan de Groot <jan at jgc homeip net>
4161
4162         * configure.ac:
4163           Fix build with --disable-external (#525100).
4164
4165 2008-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4166
4167         * sys/dvb/gstdvbsrc.c:
4168         Repeat diseqc call to allow for some diseqc switches.
4169
4170 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4171
4172         * ext/Makefile.am:
4173         Dist ofa correctly! Fixes non-uninstalled build.
4174
4175 2008-03-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4176
4177         * sys/dvb/gstdvbsrc.c:
4178         Make diseqc work more reliably.
4179
4180 2008-03-26  Sebastian Dröge  <slomo@circular-chaos.org>
4181
4182         * gst/nsf/Makefile.am:
4183         * gst/nsf/fds_snd.c:
4184         * gst/nsf/mmc5_snd.c:
4185         * gst/nsf/nsf.c:
4186         * gst/nsf/types.h:
4187         * gst/nsf/vrc7_snd.c:
4188         * gst/nsf/vrcvisnd.c:
4189         * gst/nsf/memguard.c:
4190         * gst/nsf/memguard.h:
4191         Remove memguard again and apply hopefully all previously dropped
4192         local patches. Should be really better than the old version now.
4193
4194 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4195
4196         * gst/nsf/memguard.c: (_my_free):
4197         * gst/nsf/types.h:
4198         Unbreak compilation by disabling memguard and doing some dirty hack
4199         fixes to make it compile on 64bits.
4200
4201 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4202
4203         Patch by: Andreas Henriksson <andreas at fatal dot set>
4204
4205         * gst/nsf/Makefile.am:
4206         * gst/nsf/dis6502.h:
4207         * gst/nsf/fds_snd.c:
4208         * gst/nsf/fds_snd.h:
4209         * gst/nsf/fmopl.c:
4210         * gst/nsf/fmopl.h:
4211         * gst/nsf/gstnsf.c:
4212         * gst/nsf/log.c:
4213         * gst/nsf/log.h:
4214         * gst/nsf/memguard.c:
4215         * gst/nsf/memguard.h:
4216         * gst/nsf/mmc5_snd.c:
4217         * gst/nsf/mmc5_snd.h:
4218         * gst/nsf/nes6502.c:
4219         * gst/nsf/nes6502.h:
4220         * gst/nsf/nes_apu.c:
4221         * gst/nsf/nes_apu.h:
4222         * gst/nsf/nsf.c:
4223         * gst/nsf/nsf.h:
4224         * gst/nsf/osd.h:
4225         * gst/nsf/types.h:
4226         * gst/nsf/vrc7_snd.c:
4227         * gst/nsf/vrc7_snd.h:
4228         * gst/nsf/vrcvisnd.c:
4229         * gst/nsf/vrcvisnd.h:
4230         Update our internal nosefart to nosefart-2.7-mls to fix segfaults
4231         on some files. Fixes bug #498237.
4232
4233         Remove some // comments, fix some compiler warnings and use pow()
4234         instead of a slow, selfmade implementation.
4235
4236 2008-03-25  Sebastian Dröge  <slomo@circular-chaos.org>
4237
4238         Patch by: Ed Catmur <ed at catmur dot co dot uk>
4239
4240         * configure.ac:
4241         Add support for neon 0.28, which didn't change API. Fixes bug #524035.
4242
4243 2008-03-24  Rene Stadler  <mail@renestadler.de>
4244
4245         * gst/replaygain/gstrganalysis.c (gst_rg_analysis_init),
4246           (gst_rg_analysis_transform_ip):
4247         * gst/replaygain/gstrglimiter.c (gst_rg_limiter_init),
4248           (gst_rg_limiter_transform_ip):
4249         Make rganalysis and rglimiter elements GAP-flag aware.
4250
4251         * tests/check/elements/rganalysis.c: (test_gap_buffers),
4252           (rganalysis_suite):
4253         * tests/check/elements/rglimiter.c (test_gap), (rglimiter_suite):
4254         Add tests to verify gap-awareness.
4255
4256 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4257
4258         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb),
4259         (gst_soup_http_src_chunk_allocator),
4260         (gst_soup_http_src_got_chunk_cb),
4261         (gst_soup_http_src_uri_get_protocols):
4262         Don't autoplug souphttpsrc for dav/davs. This is better handled by
4263         GIO and GnomeVFS as they provide authentication.
4264
4265         Don't leak the icy caps if we already set them and get a new
4266         icy-metaint header.
4267
4268         Try harder to set the icy caps on the output buffer to have correct
4269         caps for the first buffer already.
4270
4271         * tests/check/elements/souphttpsrc.c: (got_buffer),
4272         (GST_START_TEST):
4273         Check that we get a buffer with application/x-icy caps if iradio-mode
4274         is enabled and we have an icecast URL.
4275
4276 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4277
4278         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_chunk_allocator):
4279         Actually set the icy caps on our src pad if we have icecast data.
4280         Fixes bug #523854.
4281
4282 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4283
4284         * configure.ac:
4285         Check if the compiler supports do { } while (0) macros. This fixes
4286         a warning when compiling with g++ 4.3, resulting in a build failure
4287         because of -Werror.
4288
4289         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4290         * ext/mplex/gstmplex.cc:
4291         Include <string.h> for memcpy and friends to fix the build with
4292         gcc 4.3.
4293
4294         * tests/check/Makefile.am:
4295         Remove trailing backslash.
4296
4297 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4298
4299         * gst/selector/gstinputselector.c:
4300         (gst_input_selector_set_active_pad), (gst_input_selector_switch):
4301         Do g_object_notify() only when not holding the lock to get the property
4302         because otherwise we run into a deadlock with the deep-notify handlers
4303         that are possibly installed.
4304
4305 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4306
4307         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4308         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4309         (gst_selector_pad_chain), (gst_input_selector_set_active_pad):
4310         Release the selector lock when pad alloc happens on a non selected pad.
4311
4312 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4313
4314         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4315         (gst_selector_pad_init), (gst_selector_pad_set_property),
4316         (gst_selector_pad_get_property), (gst_selector_pad_event),
4317         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4318         (gst_input_selector_set_active_pad):
4319         Add pad property to configure behaviour of the unselected pad, it can
4320         return OK or NOT_LINKED, based on the use case.
4321
4322 2008-03-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4323
4324         * gst/selector/gstinputselector.c:
4325         (gst_selector_pad_get_running_time), (gst_selector_pad_reset),
4326         (gst_selector_pad_event), (gst_selector_pad_bufferalloc),
4327         (gst_input_selector_wait), (gst_selector_pad_chain),
4328         (gst_input_selector_class_init), (gst_input_selector_init),
4329         (gst_input_selector_dispose), (gst_segment_set_start),
4330         (gst_input_selector_set_active_pad),
4331         (gst_input_selector_set_property),
4332         (gst_input_selector_get_property),
4333         (gst_input_selector_get_linked_pad),
4334         (gst_input_selector_is_active_sinkpad),
4335         (gst_input_selector_activate_sinkpad),
4336         (gst_input_selector_request_new_pad),
4337         (gst_input_selector_release_pad),
4338         (gst_input_selector_change_state), (gst_input_selector_block),
4339         (gst_input_selector_switch):
4340         * gst/selector/gstinputselector.h:
4341         Figure out the locking a bit more.
4342         Mark buffers with discont after switching.
4343         Fix initial segment forwarding, make sure to only forward one segment
4344         regardless of what the sequence of buffers/segments is. See #522203.
4345         Improve flushing when blocked.
4346         Return NOT_LINKED when a stream is not selected.
4347         Not API change for the switch signal in the docs.
4348         Fix start/time/accum values of the new segment.
4349         Correctly unlock and flush a blocking selector when going to READY.
4350
4351 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4352
4353         * ext/ladspa/gstladspa.c:
4354         * ext/ladspa/gstsignalprocessor.c:
4355           Add some thoughts and FIXME's.
4356
4357 2008-03-20  Stefan Kost  <ensonic@users.sf.net>
4358
4359         * gst/bayer/gstbayer2rgb.c:
4360           Include stdlib.h for abs.
4361
4362 2008-03-19  Stefan Kost  <ensonic@users.sf.net>
4363
4364         * gst/freeze/FAQ:
4365         * gst/freeze/Makefile.am:
4366         * gst/freeze/gstfreeze.c:
4367           Add example to source code documentation blob and remove the 3 line
4368           FAQ.
4369
4370         * gst/interleave/interleave.c:
4371           Add a source code documentation blob.
4372
4373 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4374
4375         * ext/ofa/gstofa.c: (create_fingerprint), (gst_ofa_event),
4376         (gst_ofa_transform_ip), (plugin_init):
4377         Improve debugging, clean up a bit and really generate the fingerprint
4378         after 135 seconds.
4379
4380 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4381
4382         * ext/ofa/gstofa.c:
4383         Use GPL as license, the plugin itself is LGPL but libofa is GPL.
4384
4385 2008-03-19  Sebastian Dröge  <slomo@circular-chaos.org>
4386
4387         Based on a patch by: Eric Buehl <eric dot buehl at gmail dot com>
4388
4389         * configure.ac:
4390         * ext/ofa/Makefile.am:
4391         * ext/ofa/gstofa.c: (gst_ofa_base_init), (gst_ofa_finalize),
4392         (gst_ofa_class_init), (create_fingerprint), (gst_ofa_event),
4393         (gst_ofa_init), (gst_ofa_transform_ip), (gst_ofa_get_property),
4394         (plugin_init):
4395         * ext/ofa/gstofa.h:
4396         Add an OFA element, the successor of MusicBrainz TRM fingerprinting.
4397         Fixes bug #351309.
4398
4399 2008-03-18  Andy Wingo  <wingo@pobox.com>
4400
4401         * ext/faad/gstfaad.c (gst_faad_chain): Fix a bad format argument,
4402         and a potential int overflow.
4403
4404         * ext/faad/gstfaad.h: Include <neaacdec.h> if faad is neaac.
4405         Avoids a #warning about an ignored #pragma.
4406
4407 2008-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4408
4409         * examples/switch/switcher.c:
4410         Update switch example to use input selector.
4411
4412 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4413
4414         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
4415         (gst_neonhttp_src_send_request_and_redirect):
4416         Handle HTTP status code 303 (See Other) the same way
4417         as 302 (Found). Not sure what to do about all the other 3xx
4418         redirect status codes. Fixes bug #522884.
4419
4420 2008-03-14  Edward Hervey  <edward.hervey@collabora.co.uk>
4421
4422         * gst-libs/gst/dshow/Makefile.am:
4423         Make sure the dshow helper library headers get distributed in the next
4424         release.
4425
4426 2008-03-14  David Schleef  <ds@schleef.org>
4427
4428         Patch by: William M. Brack
4429
4430         * gst/bayer/gstbayer2rgb.c: Significant improvements.  Fixes #521392.
4431
4432 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4433
4434         * gst/selector/gstinputselector.c: (gst_selector_pad_event),
4435         (gst_selector_pad_bufferalloc), (gst_selector_pad_chain),
4436         (gst_input_selector_class_init),
4437         (gst_input_selector_set_active_pad),
4438         (gst_input_selector_set_property),
4439         (gst_input_selector_push_pending_stop):
4440         Add lots of debugging. 
4441         Fix time member in the newsegment event.
4442
4443 2008-03-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4444
4445         * gst/selector/gstinputselector.c: (gst_selector_pad_class_init),
4446         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4447         (gst_selector_pad_event), (gst_input_selector_class_init),
4448         (gst_input_selector_init), (gst_input_selector_set_active_pad),
4449         (gst_input_selector_set_property),
4450         (gst_input_selector_get_property),
4451         (gst_input_selector_request_new_pad),
4452         (gst_input_selector_release_pad),
4453         (gst_input_selector_push_pending_stop),
4454         (gst_input_selector_switch):
4455         * gst/selector/gstinputselector.h:
4456         Various cleanups.
4457         Added tags to the pads.
4458         Select active pad based on the pad object instead of its name.
4459         Fix refcount in set_active_pad.
4460         Add property to get the number of pads.
4461
4462         * gst/selector/gstoutputselector.c:
4463         (gst_output_selector_class_init),
4464         (gst_output_selector_set_property),
4465         (gst_output_selector_get_property):
4466         Various cleanups.
4467         Select the active pad based on the pad object instead of its name.
4468         Fix locking when setting the active pad.
4469
4470         * gst/selector/gstselector-marshal.list:
4471         * tests/check/elements/selector.c: (cleanup_pad),
4472         (selector_set_active_pad), (run_input_selector_buffer_count):
4473         Fixes for pad instead of padname for pad selection.
4474
4475 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4476
4477         * ext/alsaspdif/alsaspdifsink.c:
4478         * ext/gsm/gstgsm.c:
4479         * ext/jack/gstjack.c:
4480         * ext/libmms/gstmms.c:
4481         * ext/neon/gstneonhttpsrc.c:
4482         * ext/shout/gstshout.c:
4483         * ext/timidity/gsttimidity.c:
4484         * ext/timidity/gstwildmidi.c:
4485         * gst/nuvdemux/gstnuvdemux.c:
4486         * gst/tta/gsttta.c:
4487         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
4488         of hardcoding values where possible. Fixes bug #522212.
4489
4490 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
4491
4492         Patch by: Wouter Cloetens <wouter at mind dot be>
4493
4494         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_init),
4495         (gst_soup_http_src_finished_cb), (gst_soup_http_src_response_cb),
4496         (gst_soup_http_src_build_message), (gst_soup_http_src_create):
4497         * ext/soup/gstsouphttpsrc.h:
4498         Try to resume on server disconnect. Fixes bug #522134.
4499
4500 2008-03-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4501
4502         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
4503         Set correct pixel aspect ratio for the encoder.
4504
4505 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4506
4507         Patch by: Olivier Crete <tester at tester dot ca>
4508
4509         * gst/rtpmanager/rtpsession.c: (find_add_conflicting_addresses),
4510         (check_collision), (obtain_source), (rtp_session_create_new_ssrc),
4511         (rtp_session_create_source), (rtp_session_process_rtp),
4512         (rtp_session_process_sr), (rtp_session_process_rr),
4513         (rtp_session_process_sdes), (rtp_session_process_bye),
4514         (rtp_session_send_bye_locked), (rtp_session_send_bye),
4515         (rtp_session_on_timeout):
4516         * gst/rtpmanager/rtpsession.h:
4517         Implement collision and loop detection in rtpmanager.
4518         Fixes #520626.
4519
4520         * gst/rtpmanager/rtpsource.c: (rtp_source_reset),
4521         (rtp_source_init):
4522         * gst/rtpmanager/rtpsource.h:
4523         Add method to reset stats.
4524
4525 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4526
4527         Based on patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4528
4529         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_init),
4530         (rtcp_thread), (start_rtcp_thread), (stop_rtcp_thread),
4531         (join_rtcp_thread), (gst_rtp_session_change_state):
4532         Avoid a deadlock when joining the RTCP thread in PAUSED because it might
4533         be blocked downstream. Also avoid spawning multiple rtcp threads.
4534         Fixes #520894.
4535
4536 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
4537
4538         Patch by: Stefan Kost <ensonic@users.sf.net>
4539
4540         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
4541         Don't try to reset the clock skew when we have no timestamps.
4542         Fixes #519005.
4543
4544 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
4545
4546         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4547
4548         * ext/faad/gstfaad.c: (looks_like_valid_header):
4549         Improve the header checking to look for what faad2 looks
4550         for too. Fixes playback of same apple trailers.
4551         Fixes bug #469979.
4552
4553 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
4554
4555         * configure.ac:
4556         Really check for libdc1394 >= 2.0.0, pkg-config thinks that
4557         2.0.0-rcX is newer than 2.0.0 so we check for this too.
4558
4559 2008-03-05  David Schleef  <ds@schleef.org>
4560
4561         * ext/dirac/gstdiracenc.cc: Add a bunch of properties cribbed
4562           from the encoder program in dirac.
4563
4564 2008-03-05  David Schleef  <ds@schleef.org>
4565
4566         * configure.ac:
4567         * ext/Makefile.am:
4568         * ext/dirac/Makefile.am:
4569         * ext/dirac/gstdirac.cc:
4570         * ext/dirac/gstdiracenc.cc:
4571           Rewrite Dirac encoder plugin based on Schroedinger gstreamer
4572           elements.
4573
4574 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4575
4576         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4577
4578         * configure.ac:
4579         * ext/Makefile.am:
4580         * ext/mplex/Makefile.am:
4581         * ext/mplex/gstmplex.cc:
4582         * ext/mplex/gstmplex.hh:
4583         * ext/mplex/gstmplexibitstream.cc:
4584         * ext/mplex/gstmplexibitstream.hh:
4585         * ext/mplex/gstmplexjob.cc:
4586         * ext/mplex/gstmplexjob.hh:
4587         * ext/mplex/gstmplexoutputstream.cc:
4588         * ext/mplex/gstmplexoutputstream.hh:
4589         Port mplex element to 0.10. Fixes bug #520329.
4590
4591         * tests/check/Makefile.am:
4592         * tests/check/elements/mplex.c: (test_sink_event), (setup_src_pad),
4593         (teardown_src_pad), (setup_mplex), (cleanup_mplex),
4594         (GST_START_TEST), (mplex_suite), (main):
4595         Add unit test for the mplex element.
4596
4597 2008-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
4598
4599         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4600
4601         * configure.ac:
4602         Clean up detection of different mjpegtoolsAPI versions.
4603
4604         * ext/mpeg2enc/gstmpeg2enc.cc:
4605         * ext/mpeg2enc/gstmpeg2enc.hh:
4606         * ext/mpeg2enc/gstmpeg2encoder.cc:
4607         * ext/mpeg2enc/gstmpeg2encoptions.cc:
4608         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
4609         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
4610         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
4611         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
4612         Streamline conditional code for evolving mjpegtools API,
4613         optimize and fix/prevent crash in log handling, use
4614         names/nicks for enums in the usual way andm inor updates
4615         in code and properties/settings. Partially fixes bug #520329.
4616
4617 2008-03-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4618
4619         * gst/mpegtsparse/gstmpegdesc.h:
4620         * gst/mpegtsparse/mpegtspacketizer.c:
4621         Add parsing of cable delivery system descriptor.
4622
4623 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4624
4625         * configure.ac:
4626         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4627         plug-ins are included/excluded. (#498222)
4628
4629 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4630
4631         Patch by: Jens Granseuer <jensgr at gmx dot net>
4632
4633         * gst/mve/gstmvedemux.c: (gst_mve_audio_data),
4634         (gst_mve_demux_get_type):
4635         Fix audio discontinuity that happens when silent chunks are
4636         followed by real data again. Fixes bug #519905.
4637
4638 2008-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4639
4640         * sys/dvb/gstdvbsrc.c:
4641         * sys/dvb/parsechannels.c:
4642         Add DVB-C support. Special thanks to Christian Schaller
4643         for a testing ground.
4644
4645 2008-02-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4646
4647         * gst/mpegtsparse/mpegtsparse.c:
4648         Only send PMTs to program pads that the PMT is for even if
4649         on same pid.
4650         As a by-product, we now no longer hardcode any psi pid numbers.
4651         Also remove pcr stream from old pmt when we apply a new pmt.
4652
4653 2008-02-28  Edgard Lima  <edgard.lima@indt.org.br>
4654
4655         * ext/metadata/TODO:
4656         * ext/metadata/metadata_mapping.htm:
4657         * ext/metadata/metadataexif.c:
4658         * ext/metadata/metadatatags.c:
4659         * ext/metadata/metadatatags.h:
4660         * tests/icles/metadata_editor.c:
4661         Map Date-Time and GPS tags and Convert from EXIF to XMP Datatime as
4662         local time (those changes has been done in previous comit but had to
4663         be revert in 2008-02-10 due to frozen)
4664
4665 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4666
4667         * sys/dvb/camutils.c:
4668         Remove the G_VALUE_HOLDS_BOXED checks. They were
4669         only added to help debug the data corruption.
4670
4671 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4672
4673         * sys/dvb/camutils.c:
4674         Don't free the program descriptors, this structure
4675         containing them is still stored after.
4676         Fixes data corruption.
4677
4678 2008-02-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4679
4680         * sys/dvb/camutils.c:
4681         Extra checks to prevent data corruption/segfaults.
4682
4683 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4684
4685         * ext/nas/nassink.c:
4686           Fix build warning by using portable API.
4687
4688 2008-02-26  Stefan Kost  <ensonic@users.sf.net>
4689
4690         * gst/selector/gstoutputselector.c:
4691           Fix changing to same pad twice before a chain call.     
4692
4693 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4694
4695         Patch by: Daniel Fischer <dan at f3c dot com>
4696
4697         * configure.ac:
4698         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_state),
4699         (gst_dc1394_get_cam_caps), (gst_dc1394_open_cam_with_best_caps):
4700         * ext/dc1394/gstdc1394.h:
4701         Add support for libdc1394 2.0.0 and above and require this version
4702         now. Fixes bug #514964.
4703
4704 2008-02-26  Sebastian Dröge  <slomo@circular-chaos.org>
4705
4706         Patch by: Wouter Cloetens <wouter at mind dot be>
4707
4708         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
4709         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
4710         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
4711         (gst_soup_http_src_create):
4712         * ext/soup/gstsouphttpsrc.h:
4713         * tests/check/elements/souphttpsrc.c: (run_test), (GST_START_TEST),
4714         (souphttpsrc_suite):
4715         Add support for specifying a list of cookies to be passed in
4716         the HTTP request. Fixes bug #518722.
4717
4718 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
4719
4720         * gst/selector/gstinputselector.c:
4721         * gst/selector/gstinputselector.h:
4722           Added "select-all" property to make it work like aggregator in 0.8.
4723
4724         * gst/selector/gstoutputselector.c:
4725           Fix resend-latest behavoiur.
4726           
4727         * tests/check/Makefile.am:
4728         * tests/check/elements/.cvsignore:
4729         * tests/check/elements/selector.c:
4730           Add unit tests for selector.
4731
4732 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4733
4734         * configure.ac:
4735         * ext/timidity/gsttimidity.c: (plugin_init):
4736         * ext/timidity/gstwildmidi.c: (plugin_init):
4737         Remove midi typefinders and require base CVS as they moved there.
4738
4739 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4740
4741         * ext/Makefile.am:
4742         Only disable the ext/timidity directory if both, wildmidi
4743         _and_ timidity are not available.
4744
4745 2008-02-24  Sebastian Dröge  <slomo@circular-chaos.org>
4746
4747         Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>
4748
4749         * ext/Makefile.am:
4750         Build the wildmidi plugin if it's enabled and not only when
4751         both, the timidity and wildmidi plugin, are enabled.
4752
4753 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4754
4755         * configure.ac:
4756         * ext/mpeg2enc/Makefile.am:
4757         * ext/soundtouch/Makefile.am:
4758         * gst/modplug/Makefile.am:
4759           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
4760           when building C++ code.
4761
4762 2008-02-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4763
4764         * sys/dvb/gstdvbsrc.c:
4765         Add initial support for multiproto driver (not yet merged into
4766         v4l-dvb mainline yet).
4767         Only works for DVB-S not DVB-S2, DVB-T, DVB-C or other.
4768
4769 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4770
4771         * docs/plugins/inspect/plugin-alsaspdif.xml:
4772         * docs/plugins/inspect/plugin-app.xml:
4773         * docs/plugins/inspect/plugin-bayer.xml:
4774         * docs/plugins/inspect/plugin-bz2.xml:
4775         * docs/plugins/inspect/plugin-cdaudio.xml:
4776         * docs/plugins/inspect/plugin-cdxaparse.xml:
4777         * docs/plugins/inspect/plugin-dfbvideosink.xml:
4778         * docs/plugins/inspect/plugin-dtsdec.xml:
4779         * docs/plugins/inspect/plugin-dvb.xml:
4780         * docs/plugins/inspect/plugin-dvdspu.xml:
4781         * docs/plugins/inspect/plugin-faac.xml:
4782         * docs/plugins/inspect/plugin-faad.xml:
4783         * docs/plugins/inspect/plugin-fbdevsink.xml:
4784         * docs/plugins/inspect/plugin-festival.xml:
4785         * docs/plugins/inspect/plugin-filter.xml:
4786         * docs/plugins/inspect/plugin-flvdemux.xml:
4787         * docs/plugins/inspect/plugin-freeze.xml:
4788         * docs/plugins/inspect/plugin-gsm.xml:
4789         * docs/plugins/inspect/plugin-gstinterlace.xml:
4790         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
4791         * docs/plugins/inspect/plugin-h264parse.xml:
4792         * docs/plugins/inspect/plugin-interleave.xml:
4793         * docs/plugins/inspect/plugin-jack.xml:
4794         * docs/plugins/inspect/plugin-ladspa.xml:
4795         * docs/plugins/inspect/plugin-metadata.xml:
4796         * docs/plugins/inspect/plugin-mms.xml:
4797         * docs/plugins/inspect/plugin-modplug.xml:
4798         * docs/plugins/inspect/plugin-mpeg2enc.xml:
4799         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
4800         * docs/plugins/inspect/plugin-mpegtsparse.xml:
4801         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
4802         * docs/plugins/inspect/plugin-musepack.xml:
4803         * docs/plugins/inspect/plugin-musicbrainz.xml:
4804         * docs/plugins/inspect/plugin-mve.xml:
4805         * docs/plugins/inspect/plugin-neon.xml:
4806         * docs/plugins/inspect/plugin-nsfdec.xml:
4807         * docs/plugins/inspect/plugin-nuvdemux.xml:
4808         * docs/plugins/inspect/plugin-rawparse.xml:
4809         * docs/plugins/inspect/plugin-real.xml:
4810         * docs/plugins/inspect/plugin-replaygain.xml:
4811         * docs/plugins/inspect/plugin-rfbsrc.xml:
4812         * docs/plugins/inspect/plugin-sdl.xml:
4813         * docs/plugins/inspect/plugin-sdp.xml:
4814         * docs/plugins/inspect/plugin-selector.xml:
4815         * docs/plugins/inspect/plugin-sndfile.xml:
4816         * docs/plugins/inspect/plugin-soundtouch.xml:
4817         * docs/plugins/inspect/plugin-spcdec.xml:
4818         * docs/plugins/inspect/plugin-speed.xml:
4819         * docs/plugins/inspect/plugin-speexresample.xml:
4820         * docs/plugins/inspect/plugin-stereo.xml:
4821         * docs/plugins/inspect/plugin-tremor.xml:
4822         * docs/plugins/inspect/plugin-tta.xml:
4823         * docs/plugins/inspect/plugin-vcdsrc.xml:
4824         * docs/plugins/inspect/plugin-videosignal.xml:
4825         * docs/plugins/inspect/plugin-vmnc.xml:
4826         * docs/plugins/inspect/plugin-x264.xml:
4827         * docs/plugins/inspect/plugin-xvid.xml:
4828         * docs/plugins/inspect/plugin-y4menc.xml:
4829           Update to version 0.10.6.1.
4830
4831 2008-02-22  Tim-Philipp Müller  <tim at centricular dot net>
4832
4833         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
4834         * docs/plugins/inspect/plugin-gdp.xml:
4835         * docs/plugins/inspect/plugin-quicktime.xml:
4836         * docs/plugins/inspect/plugin-switch.xml:
4837         * docs/plugins/inspect/plugin-videocrop.xml:
4838           Remove docs for elements that have moved to other modules
4839           or been renamed.
4840
4841 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4842
4843         Patch by: Wouter Cloetens <wouter at mind dot be>
4844
4845         * configure.ac:
4846         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_cancel_message),
4847         (gst_soup_http_src_finished_cb), (gst_soup_http_src_chunk_free),
4848         (gst_soup_http_src_chunk_allocator),
4849         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_create),
4850         (gst_soup_http_src_start), (gst_soup_http_src_set_proxy):
4851         * ext/soup/gstsouphttpsrc.h:
4852         Implement zero-copy and make the buffer size configurable.
4853         Prefix proxy URIs with "http://" if they don't start with it
4854         already and catch errors earlier, fixes hanging in some situations.
4855         Fixes bug #514948.
4856
4857 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4858
4859         * tests/check/gst-plugins-bad.supp:
4860         Add suppressions for SoundTouch valgrind warnings and
4861         a valgrind warning caused by the LADSPA sine plugin and
4862         happening on every exit().
4863         Remove GIO suppressions as it's now in -base.
4864
4865 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4866
4867         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
4868         Don't allocate and copy the data to a new place but instead
4869         put the data from gmyth (which we own) into the buffers that
4870         are passed downstream.
4871
4872 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4873
4874         * ext/timidity/gstwildmidi.c:
4875         If WILDMIDI_CFG is not defined, define it to the default
4876         timidity configure file.
4877
4878 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4879
4880         Based on a patch by:
4881           Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
4882
4883         * configure.ac:
4884         * ext/mpeg2enc/gstmpeg2enc.cc:
4885         Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
4886         use mjpeg_loglev_t() for getting the log levels. Check for this
4887         function in configure.ac as the pkg-config file doesn't tell us
4888         which release candidate we have. Fixes bug #517896.
4889
4890 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4891
4892         * configure.ac:
4893         Check for X for the nas plugin to make it possible to build it
4894         again. Fixes bug #517895.
4895
4896 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4897
4898         * tests/check/Makefile.am:
4899         Ignore some more elements for the states unit test, like
4900         dfbvideosink which produces a segfault. Fixes bug #517854.
4901
4902 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4903
4904         Patch by: Jens Granseuer <jensgr at gmx dot net>
4905
4906         * gst/librfb/gstrfbsrc.c: (gst_rfb_property_set_version):
4907         * gst/librfb/rfbdecoder.c: (rfb_decoder_message_set_encodings),
4908         (rfb_decoder_state_set_encodings):
4909         * gst/mpegtsparse/mpegtspacketizer.c:
4910         (mpegts_packetizer_parse_nit), (mpegts_packetizer_parse_sdt),
4911         (mpegts_packetizer_parse_eit):
4912         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_getcaps),
4913         (gst_fbdevsink_setcaps), (gst_fbdevsink_render):
4914         Some C89 fixes, moving variable declarations to the beginning
4915         of a block. Fixes bug #517937.
4916
4917 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
4918
4919         * configure.ac:
4920         Back to development...
4921
4922 === release 0.10.6 ===
4923
4924 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
4925
4926         * configure.ac:
4927           releasing 0.10.6, "A Big Deep Breath"
4928
4929 2008-02-20  Bastien Nocera  <hadess@hadess.net>
4930
4931         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
4932         (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
4933         and fail seek properly on anything but _BYTES format
4934         Fixes bug #517684
4935
4936 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4937
4938         Patch by: Olivier Crete <tester at tester dot ca>
4939
4940         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
4941         Fix small memory leak, leaking caps. Fixes bug #517571.
4942
4943 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4944
4945         * gst/tta/Makefile.am:
4946         Link tta plugin with libm. Fixes bug #517391.
4947
4948 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4949
4950         * sys/dvb/camutils.c:
4951         Do not assume "descriptors" property in the pmt structure
4952         is present.
4953         Fixes #516499.
4954
4955 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4956
4957         Patch by: Olivier Crete <tester@tester.ca>
4958
4959         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate):
4960         Ignore streams that did not receive an SR packet when doing
4961         synchronisation. Fixes #516160.
4962
4963 2008-02-14  Sebastian Dröge  <slomo@circular-chaos.org>
4964
4965         * gst/dvdspu/gstdvdspu.c: (gst_dvd_spu_handle_new_spu_buf):
4966         Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. Patch based
4967         on an idea by Jan Schmidt, fixes bug #516436.
4968
4969 2008-02-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4970
4971         * gst/mpegtsparse/gstmpegdesc.c:
4972         * gst/mpegtsparse/gstmpegdesc.h:
4973         * gst/mpegtsparse/mpegtsparse.c:
4974         Make sure the gstmpegdesc debug lines do not critical
4975         when GST_DEBUG is enabled and also actually output.
4976         Thanks to Alessandro Decina for spotting.
4977         Fixes #516448
4978
4979 2008-02-13  Jan Schmidt  <jan.schmidt@sun.com>
4980
4981         * gst-libs/gst/Makefile.am:
4982         * sys/Makefile.am:
4983         Also add dshow pieces to the disted subdirs to fix distcheck.
4984
4985 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4986
4987         Patch by: Josep Torra Valles <josep@fluendo.com>
4988
4989         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
4990         Fix potential buffer leak in reverse mode. Re-Fixes #516061.
4991
4992 2008-02-13  Sebastian Dröge  <slomo@circular-chaos.org>
4993
4994         * configure.ac:
4995         Allow gmyth versions from 0.4 up to 0.7.99, the API didn't change
4996         until 0.7 fortunately.
4997
4998 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
4999
5000         * configure.ac:
5001         Generate the directshow Makefiles so that the directories
5002         get disted. Still needs some configure time detection to enable
5003         building them under MingW.
5004
5005 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5006
5007         * ext/metadata/Makefile.am:
5008         Don't install a header file. We will have to merge these
5009         tags into libgsttag after the release and use them from there.
5010         Fixes: #515860
5011
5012 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5013
5014         * gst-libs/gst/dshow/Makefile.am:
5015         * sys/dshowdecwrapper/Makefile.am:
5016         * sys/dshowsrcwrapper/Makefile.am:
5017         Add Makefiles to win32 plugins and lib.
5018         They will need to be tested and probably fixed by developers
5019         working with mingw. This is a first step to include source files 
5020         with releases.
5021         
5022 2008-02-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5023
5024         * sys/dvb/dvbbasebin.c:
5025         Fix leak of location string returned from gst_uri_get_location.
5026         Fixes bug #516114
5027
5028 2008-02-12  David Schleef  <ds@schleef.org>
5029
5030         * configure.ac:
5031         * docs/plugins/Makefile.am:
5032         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5033         * docs/plugins/inspect/plugin-glimagesink.xml:
5034         * sys/Makefile.am:
5035         * sys/glsink/BUGS:
5036         * sys/glsink/Makefile.am:
5037         * sys/glsink/color_matrix.c:
5038         * sys/glsink/glextensions.c:
5039         * sys/glsink/glextensions.h:
5040         * sys/glsink/glimagesink.c:
5041         * sys/glsink/glimagesink.h:
5042         * sys/glsink/gltestsrc.c:
5043         * sys/glsink/gltestsrc.h:
5044         * sys/glsink/gstglbuffer.c:
5045         * sys/glsink/gstglbuffer.h:
5046         * sys/glsink/gstglconvert.c:
5047         * sys/glsink/gstgldisplay.c:
5048         * sys/glsink/gstgldisplay.h:
5049         * sys/glsink/gstgldownload.c:
5050         * sys/glsink/gstglfilter.c:
5051         * sys/glsink/gstglfilter.h:
5052         * sys/glsink/gstglfilterexample.c:
5053         * sys/glsink/gstgltestsrc.c:
5054         * sys/glsink/gstgltestsrc.h:
5055         * sys/glsink/gstglupload.c:
5056         * sys/glsink/gstopengl.c:
5057           Remove glimagesink, as it's been moved to gst-plugins-gl.
5058           Fixes #516094.
5059
5060 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5061
5062         Patch by: Josep Torra Valles <josep@fluendo.com>
5063
5064         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_reverse):
5065         Fix potential buffer leak in reverse mode. Fixes #516061.
5066
5067 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5068
5069         * sys/dshowdecwrapper/gstdshowaudiodec.c:
5070         (gst_dshowaudiodec_dispose):
5071         * sys/dshowdecwrapper/gstdshowvideodec.c:
5072         (gst_dshowvideodec_dispose):
5073         Chain up dispose methods properly. Fixes bug #515970.
5074
5075 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5076
5077         * gst/mpegvideoparse/mpegvideoparse.c:
5078         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail),
5079         (gst_mpegvideoparse_change_state):
5080         Fix leaking caps.
5081         Fix potential buffer leak in forward mode.
5082         Cleanup queues when going to READY. Fixes #515815.
5083
5084 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5085
5086         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5087         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5088         * docs/plugins/inspect/plugin-gio.xml:
5089         Remove documentation for the GIO plugin as it was moved to
5090         gst-plugins-base. Fixes bug #515964.
5091
5092 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5093
5094         * ext/xvid/gstxvidenc.c:
5095         * gst/vmnc/vmncdec.c:
5096         * sys/glsink/glimagesink.c:
5097         * sys/glsink/gstgldisplay.c:
5098         Fix some finalize leaks by chaining up to the parent method.
5099         Fixes: #515919
5100
5101 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5102
5103         * tests/check/elements/souphttpsrc.c:
5104         Include glib/gprintf.h for g_vasprintf(). Fixes bug #515564.
5105
5106 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5107
5108         * gst/librfb/gstrfbsrc.c: (gst_rfb_src_dispose):
5109         Free the rfb decoder on finalize. Fixes bug #515721.
5110
5111 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5112
5113         * sys/fbdev/gstfbdevsink.c: (gst_fbdevsink_class_init),
5114         (gst_fbdevsink_finalize):
5115         Free the device string in finalize. Fixes bug #515722.
5116
5117 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5118
5119         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
5120         Unset GValues after using them. Fixes bug #515720.
5121
5122 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5123
5124         * tests/check/Makefile.am:
5125         Disable the dvb plugin for the states test. Fixes bug #515567.
5126
5127 2008-02-10  Edgard Lima,,,,  <edgard.lima@indt.org.br>
5128
5129         * ext/metadata/TODO:
5130         * ext/metadata/metadata_mapping.htm:
5131         * ext/metadata/metadataexif.c:
5132         * ext/metadata/metadatatags.c:
5133         * ext/metadata/metadatatags.h:
5134         * tests/icles/metadata_editor.c:
5135           Revert changes to 2008-02-09 due to frozen.
5136
5137 2008-02-10  Jan Schmidt  <jan.schmidt@sun.com>
5138
5139         * ext/ivorbis/vorbisfile.c:
5140         Trivial fix for build warning.
5141         Patch by: Josep Torra Valles <josep@fluendo.com>
5142         Fixes: #515588
5143
5144 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5145
5146         * ext/metadata/TODO:
5147         * ext/metadata/metadataexif.c:
5148           Convert from EXIF to XMP DataTime as local time.
5149
5150 2008-02-10  Edgard Lima  <edgard.lima@indt.org.br>
5151
5152         * ext/metadata/TODO:
5153         * ext/metadata/metadata_mapping.htm:
5154         * ext/metadata/metadataexif.c:
5155         * ext/metadata/metadatatags.c:
5156         * ext/metadata/metadatatags.h:
5157         * tests/icles/metadata_editor.c:
5158           Map Date-Time and GPS tags.
5159           
5160
5161 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5162
5163         * gst/selector/Makefile.am:
5164
5165         Listing the marshal.h in the nodist_HEADERS breaks distcheck, so
5166         let's not do that
5167
5168         * tests/check/Makefile.am:
5169         Disable the crashing cdaudio plugin from the states test so I can make
5170         pre-releases.
5171
5172 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5173
5174         * win32/vs6/libgstdshowdecwrapper.dsp:
5175         * win32/vs6/libgstflv.dsp:
5176         Convert to DOS line endings, and set -kb
5177
5178 2008-02-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5179
5180         * sys/dvb/Makefile.am:
5181         * sys/dvb/dvbbasebin.c:
5182         Add URI Handler for dvb.
5183         Re-order pad templates to workaround a bug in playbasebin.
5184         * sys/dvb/parsechannels.c:
5185         * sys/dvb/parsechannels.h:
5186         Add code to parse channels from zap-style channels.conf files.
5187
5188 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5189
5190         * configure.ac:
5191         * docs/plugins/Makefile.am:
5192         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5193         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5194         * docs/plugins/gst-plugins-bad-plugins.args:
5195         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5196         * docs/plugins/inspect/plugin-multifile.xml:
5197         * gst/multifile/Makefile.am:
5198         * gst/multifile/gstmultifile.c:
5199         * gst/multifile/gstmultifilesink.c:
5200         * gst/multifile/gstmultifilesink.h:
5201         * gst/multifile/gstmultifilesrc.c:
5202         * gst/multifile/gstmultifilesrc.h:
5203         * gst/multifile/multifile.vproj:
5204         * tests/check/Makefile.am:
5205         * tests/check/elements/multifile.c:
5206
5207         Remove multifile plugin, which has moved to -good
5208
5209 2008-02-07  David Schleef  <ds@schleef.org>
5210
5211         * gst/multifile/gstmultifilesink.c:
5212         * gst/multifile/gstmultifilesrc.c:
5213           Use g_file_[sg]et_contents() instead of using stdio functions.
5214           Should be less error prone.
5215         * tests/check/elements/multifile.c:
5216           Create a temporary directory using standard functions instead of
5217           creating a directory in the current dir.
5218
5219 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5220
5221         * configure.ac:
5222         * docs/plugins/Makefile.am:
5223         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5224         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5225         * docs/plugins/gst-plugins-bad-plugins.args:
5226         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5227         * docs/plugins/inspect/plugin-spectrum.xml:
5228         * gst/spectrum/.cvsignore:
5229         * gst/spectrum/Makefile.am:
5230         * gst/spectrum/README:
5231         * gst/spectrum/demo-audiotest.c:
5232         * gst/spectrum/demo-osssrc.c:
5233         * gst/spectrum/gstspectrum.c:
5234         * gst/spectrum/gstspectrum.h:
5235         * gst/spectrum/spectrum.vcproj:
5236         * tests/check/Makefile.am:
5237         * tests/check/elements/spectrum.c:
5238
5239         Remove spectrum plugin, which has moved to -good
5240
5241 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5242
5243         * docs/plugins/gst-plugins-bad-plugins.args:
5244         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5245         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5246         Remove equalizer plugin docs
5247
5248         * tests/check/Makefile.am:
5249         Add GST_OPTION_CFLAGS, to get -Werror -Wall into the tests as for
5250         other modules.
5251
5252         * tests/check/elements/multifile.c:
5253         * tests/check/elements/rganalysis.c:
5254         * tests/check/elements/rglimiter.c:
5255
5256         Fix compiler warnings from -Wall -Werror
5257
5258 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5259
5260         * configure.ac:
5261         * docs/plugins/Makefile.am:
5262         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5263         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5264         * docs/plugins/inspect/plugin-equalizer.xml:
5265         * gst/equalizer/.cvsignore:
5266         * gst/equalizer/Makefile.am:
5267         * gst/equalizer/demo.c:
5268         * gst/equalizer/gstiirequalizer.c:
5269         * gst/equalizer/gstiirequalizer.h:
5270         * gst/equalizer/gstiirequalizer10bands.c:
5271         * gst/equalizer/gstiirequalizer10bands.h:
5272         * gst/equalizer/gstiirequalizer3bands.c:
5273         * gst/equalizer/gstiirequalizer3bands.h:
5274         * gst/equalizer/gstiirequalizernbands.c:
5275         * gst/equalizer/gstiirequalizernbands.h:
5276         * tests/check/Makefile.am:
5277         * tests/check/elements/.cvsignore:
5278         * tests/check/elements/equalizer.c:
5279
5280         Remove the equalizer plugin, which has moved to -good
5281
5282 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5283
5284         * configure.ac:
5285         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5286         pre-releases or releases.
5287
5288 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5289
5290         * docs/plugins/Makefile.am:
5291         Don't scan deleted xingmux header.
5292
5293 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5294
5295         * configure.ac:
5296         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5297         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5298         * docs/plugins/inspect/plugin-xingheader.xml:
5299         * gst/xingheader/Makefile.am:
5300         * gst/xingheader/gstxingmux.c:
5301         * gst/xingheader/gstxingmux.h:
5302         * tests/check/Makefile.am:
5303         * tests/check/elements/.cvsignore:
5304         * tests/check/elements/xingmux.c:
5305         * tests/check/elements/xingmux_testdata.h:
5306         Remove the xingmux plugin, as the element has moved into
5307         mpegaudioparse in -ugly.
5308
5309 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5310
5311         * docs/plugins/Makefile.am:
5312         Remove mention of non-existent headers to fix the build.
5313
5314 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5315
5316         * configure.ac:
5317         * ext/Makefile.am:
5318         * ext/gio/Makefile.am:
5319         * ext/gio/gstgio.c:
5320         * ext/gio/gstgio.h:
5321         * ext/gio/gstgiobasesink.c:
5322         * ext/gio/gstgiobasesink.h:
5323         * ext/gio/gstgiobasesrc.c:
5324         * ext/gio/gstgiobasesrc.h:
5325         * ext/gio/gstgiosink.c:
5326         * ext/gio/gstgiosink.h:
5327         * ext/gio/gstgiosrc.c:
5328         * ext/gio/gstgiosrc.h:
5329         * ext/gio/gstgiostreamsink.c:
5330         * ext/gio/gstgiostreamsink.h:
5331         * ext/gio/gstgiostreamsrc.c:
5332         * ext/gio/gstgiostreamsrc.h:
5333         * tests/check/Makefile.am:
5334         * tests/check/pipelines/.cvsignore:
5335         * tests/check/pipelines/gio.c:
5336
5337         Remove GIO plugin which has now moved to -base.
5338
5339 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5340
5341         * docs/plugins/Makefile.am:
5342         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5343         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5344         * docs/plugins/gst-plugins-bad-plugins.args:
5345         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5346         * gst/filter/Makefile.am:
5347         * gst/filter/filter.vcproj:
5348         * gst/filter/gstbpwsinc.c:
5349         * gst/filter/gstbpwsinc.h:
5350         * gst/filter/gstfilter.c:
5351         * gst/filter/gstfilter.h:
5352         * gst/filter/gstlpwsinc.c:
5353         * gst/filter/gstlpwsinc.h:
5354         * tests/check/Makefile.am:
5355         * tests/check/elements/bpwsinc.c:
5356         * tests/check/elements/lpwsinc.c:
5357
5358         Remove lpwsinc and bpwsinc elements - they've become
5359         audiowsinclimit and audiowsincband respectively, in the
5360         gst-plugins-good audiofx plugin.
5361
5362 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
5363
5364         * ext\neon\gstneonhttpsrc.c:
5365         Include unistd.h only if _HAVE_UNISTD_H is defined
5366         * gst\mpegvideoparse\mpegvideoparse.c:
5367         Use G_GUINT64_CONSTANT GLIB macro for constant
5368         * sys\dshowsrcwrapper\gstdshowaudiosrc.c:
5369         * sys\dshowsrcwrapper\gstdshowvideosrc.c:
5370         * sys\dshowdecwrapper\gstdshowaudiodec.c:
5371         * sys\dshowdecwrapper\gstdshowaudiodec.h:
5372         * sys\dshowdecwrapper\gstdshowdecwrapper.c:
5373         * sys\dshowdecwrapper\gstdshowdecwrapper.h:
5374         * sys\dshowdecwrapper\gstdshowvideodec.c
5375         * sys\dshowdecwrapper\gstdshowvideodec.h:
5376         Add a DirectShow decoder wrapper.
5377         * win32\MANIFEST:
5378         Add new win32 files to MANIFEST
5379         * win32\vs6\gst_plugins_bad.dsw:
5380         * win32\vs6\libgstdshow.dsp:
5381         * win32\vs6\libgstdshowdecwrapper.dsp:
5382         * win32\vs6\libgstflv.dsp:
5383         Add new projects to bad workspace
5384
5385 2008-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5386
5387         * gst/mpegtsparse/mpegtspacketizer.c:
5388         Parse component descriptor.
5389         * gst/mpegtsparse/mpegtsparse.c:
5390         Add SI pids to every program (but hardcoded currently).
5391
5392 2008-02-07  Edgard Lima  <edgard.lima@indt.org.br>
5393
5394         * ext/metadata/metadata_mapping.htm:
5395         * ext/metadata/metadataexif.c:
5396         * ext/metadata/metadatatags.c:
5397         * ext/metadata/metadatatags.h:
5398         * tests/icles/metadata_editor.c:
5399         * tests/icles/metadata_editor.glade:
5400           Add more tags. Improve test app.
5401
5402 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5403
5404         * gst/multifile/gstmultifilesink.c:
5405           Add a fixme comment.
5406
5407         * gst/selector/gstoutputselector.c:
5408           Fix same leak as in input-selector.
5409
5410         * tests/icles/output-selector-test.c:
5411           Improve the test.
5412
5413 2008-02-07  Stefan Kost  <ensonic@users.sf.net>
5414
5415         * gst/spectrum/gstspectrum.c:
5416           Improve the docs.
5417
5418 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         * configure.ac:
5421           The dc1394 plugin seems to use API that was removed or changed
5422           before the final 2.0.0 release, so only build it if 2.0.0-rc5
5423           is available. Someone needs to port it to the final API.
5424
5425         * ext/dc1394/gstdc1394.c: (gst_dc1394_change_camera_transmission):
5426           Include string.h for memcpy and use g_usleep instead of usleep.
5427
5428 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
5429
5430         * gst/filter/gstlpwsinc.c:
5431         Fix typo in the long description of the element.
5432
5433 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5434
5435         * gst/xingheader/Makefile.am:
5436         Put CFLAGS and LIBS in the right order
5437
5438 2008-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         * configure.ac:
5441           ximagesrc has moved to -good, so no need to check for
5442           the required X libs here any more.
5443
5444 2008-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
5445
5446         Patch by: Wouter Cloetens <wouter at mind dot be>
5447
5448         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_chunk_cb),
5449         (gst_soup_http_src_create):
5450         Fix memory leak and improve debugging a bit.
5451
5452 2008-02-05  Edgard Lima  <edgard.lima@indt.org.br>
5453
5454         * ext/metadata/metadata_mapping.htm:
5455         * ext/metadata/metadataexif.c:
5456         * ext/metadata/metadatatags.c:
5457         * ext/metadata/metadatatags.h:
5458           Add more tags mapping.
5459
5460 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5461
5462         * gst/mpegtsparse/mpegtsparse.c:
5463         Handle latency queries in src pads.
5464
5465 2008-02-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5466
5467         * gst/mpegtsparse/mpegtspacketizer.c:
5468         Add flag to both sdt and nit structures to say
5469         whether the table is for the actual network/ts
5470         or not.
5471
5472 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5473
5474         Patch by: Josep Torra Valles <josep@fluendo.com>
5475
5476         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
5477         Flush packetizer too.
5478
5479 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5480
5481         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
5482         (gst_ladspa_class_init), (ladspa_describe_plugin), (plugin_init):
5483         Don't use GST_BOILERPLATE as the stuff generated from it is not used
5484         anyway and can't be used.
5485         Store the class struct of the correct type in parent_class.
5486         Pass the LADSPA_Descriptor as class_data to the class_init function
5487         as preparation for the time, when we can add pad templates and friends
5488         in class_init and add a FIXME for that.
5489         Don't use a custom hash table for passing the LADSPA_Descriptors to
5490         base_init but use g_type_set_qdata and g_type_get_qdata.
5491
5492 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
5493
5494         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5495         Really fix the build.
5496         TODO : Apply spankOmatic2000 on thaytan's rear end.
5497
5498 2008-02-04  Tim-Philipp Müller  <tim at centricular dot net>
5499
5500         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5501           (GstMpeg2EncPictureReader.StreamPictureParams):
5502           Fix compilation with libmjpegtools 1.8.x.
5503
5504 2008-02-04  Sebastian Dröge  <slomo@circular-chaos.org>
5505
5506         * ext/ladspa/gstsignalprocessor.c:
5507         (gst_signal_processor_class_add_pad_template):
5508         Don't unref the pad template after adding it.
5509         gst_element_class_add_pad_template takes ownership of it.
5510
5511 2008-02-03  Jan Schmidt  <jan.schmidt@sun.com>
5512
5513         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5514         Use the incoming pixel-aspect-ratio if provided to infer a 
5515         default aspect ratio, which can be overridden using the 'aspect'
5516         property.
5517
5518         Fixes: #499008
5519
5520 2008-02-03  Sebastian Dröge  <slomo@circular-chaos.org>
5521
5522         Patch by: Andrzej Mendel <andrzej dot mendel at gmail dot com>
5523
5524         * configure.ac:
5525         Fix variable naming to make it possible to build the glimagesink
5526         plugin. Fixes bug #514093.
5527
5528 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5529
5530         * ext/metadata/gstmetadatademux.c:
5531           Demote metadatademux to GST_RANK_NONE for the release, it's not
5532           ready to be autoplugged yet.
5533
5534         * tests/icles/metadata_editor.c:
5535           Fix printf format warning for GType on ppc32 by removing it,
5536           since it doesn't make sense to print the GType value anyway.
5537
5538 2008-02-02  Edgard Lima  <edgard.lima@indt.org.br>
5539
5540         * ext/metadata/TODO:
5541         * ext/metadata/gstmetadatamux.c:
5542         * ext/metadata/metadata_mapping.htm:
5543         * ext/metadata/metadataexif.c:
5544         * ext/metadata/metadatatags.c:
5545         * ext/metadata/metadatatags.h:
5546           Map more Exif tags.
5547
5548 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5549
5550         * gst/selector/gstinputselector.c: (gst_selector_pad_event):
5551         Don't leak event on pads that are not linked. Fixes #512826.
5552
5553 2008-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5554
5555         * configure.ac:
5556           Bump core/base requirements to released versions, to avoid confusion.
5557
5558         * gst/deinterlace/Makefile.am:
5559         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_set_caps):
5560           Use the new GstVideoFormat API to get strides, plane offsets etc..
5561           For Y42B we still need to calculate these ourselves, since the lib
5562           in -base doesn't know about this format yet and we can't bump the
5563           requirement to CVS right now. Fix the Y42B stride, offset and size
5564           calculations for odd widths and heights while we're at it though
5565           (to match those in videotestsrc).
5566
5567 2008-01-31  Edgard Lima  <edgard.lima@indt.org.br>
5568
5569         * ext/metadata/metadata_mapping.htm:
5570         * ext/metadata/metadataexif.c:
5571         * ext/metadata/metadataiptc.c:
5572         * ext/metadata/metadatatags.c:
5573         * ext/metadata/metadatatags.h:
5574         * ext/metadata/metadataxmp.c:
5575           Add documentation.
5576
5577 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5578
5579         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5580         Fix compilation.
5581
5582 2008-01-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5583
5584         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_dispose):
5585         Really clean up the queue instead of just unreffing all buffers
5586         in it.
5587
5588         * gst-libs/gst/app/gstappsrc.c: (gst_app_src_base_init),
5589         (gst_app_src_class_init), (gst_app_src_init),
5590         (gst_app_src_dispose), (gst_app_src_finalize):
5591         Fix dispose/finalize.
5592
5593 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
5594
5595         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst):
5596         Fix compiler warning by making the function signature match what
5597         everyone is passing in...
5598
5599         * tests/icles/Makefile.am:
5600         Fix the build on Solaris by removing GNU ld specific flags that
5601         look unnecessary.
5602
5603 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5604
5605         * ext/metadata/Makefile.am:
5606         Add some relevant variables to CFLAGS and LIBADD, for example our
5607         compiler warnings paramters.
5608
5609         * ext/metadata/gstbasemetadata.c:
5610         (gst_base_metadata_strip_push_buffer),
5611         (gst_base_metadata_calculate_offsets),
5612         (gst_base_metadata_src_event), (gst_base_metadata_sink_activate):
5613         * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init),
5614         (gst_metadata_demux_set_property), (gst_metadata_demux_dispose):
5615         * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init),
5616         (gst_metadata_mux_set_property), (gst_metadata_mux_get_property),
5617         (gst_metadata_mux_dispose),
5618         (gst_metadata_mux_create_chunks_from_tags):
5619         * ext/metadata/metadata.c: (metadata_dispose):
5620         * ext/metadata/metadataexif.c:
5621         (metadataparse_exif_content_foreach_entry_func),
5622         (metadatamux_exif_for_each_tag_in_list):
5623         * ext/metadata/metadataiptc.c:
5624         (metadatamux_iptc_for_each_tag_in_list):
5625         * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update),
5626         (metadatamux_jpeg_reading):
5627         * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading):
5628         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading):
5629         * ext/metadata/metadataparsepng.c:
5630         * ext/metadata/metadataparseutil.h:
5631         * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add),
5632         (metadatamux_xmp_create_chunk_from_tag_list):
5633         Fix a million warnings that showed up after the above change.
5634
5635 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5636
5637         * ext/soup/gstsouphttpsrc.c: (_do_init),
5638         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5639         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5640         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5641         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5642         (gst_soup_http_src_queue_message),
5643         (gst_soup_http_src_add_range_header),
5644         (gst_soup_http_src_session_unpause_message),
5645         (gst_soup_http_src_session_pause_message),
5646         (gst_soup_http_src_session_close),
5647         (gst_soup_http_src_got_headers_cb),
5648         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5649         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5650         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5651         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5652         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5653         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5654         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5655         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5656         (gst_soup_http_src_uri_get_protocols),
5657         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5658         (gst_soup_http_src_uri_handler_init), (plugin_init):
5659         Add changes to gstsouphttpsrc.c that were missing from last commit.
5660
5661 2008-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
5662
5663         Patch by: Wouter Cloetens <wouter at mind dot be>
5664
5665         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5666         * docs/plugins/gst-plugins-bad-plugins.args:
5667         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5668         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5669         * docs/plugins/inspect/plugin-soup.xml:
5670         (gst_soup_http_src_base_init), (gst_soup_http_src_class_init),
5671         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
5672         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
5673         (gst_soup_http_src_unicodify), (gst_soup_http_src_cancel_message),
5674         (gst_soup_http_src_queue_message),
5675         (gst_soup_http_src_add_range_header),
5676         (gst_soup_http_src_session_unpause_message),
5677         (gst_soup_http_src_session_pause_message),
5678         (gst_soup_http_src_session_close),
5679         (gst_soup_http_src_got_headers_cb),
5680         (gst_soup_http_src_got_body_cb), (gst_soup_http_src_finished_cb),
5681         (gst_soup_http_src_got_chunk_cb), (gst_soup_http_src_response_cb),
5682         (gst_soup_http_src_parse_status), (gst_soup_http_src_create),
5683         (gst_soup_http_src_start), (gst_soup_http_src_stop),
5684         (gst_soup_http_src_unlock), (gst_soup_http_src_unlock_stop),
5685         (gst_soup_http_src_get_size), (gst_soup_http_src_is_seekable),
5686         (gst_soup_http_src_do_seek), (gst_soup_http_src_set_location),
5687         (gst_soup_http_src_set_proxy), (gst_soup_http_src_uri_get_type),
5688         (gst_soup_http_src_uri_get_protocols),
5689         (gst_soup_http_src_uri_get_uri), (gst_soup_http_src_uri_set_uri),
5690         (gst_soup_http_src_uri_handler_init), (plugin_init):
5691         * ext/soup/gstsouphttpsrc.h:
5692         Make coding style more consistent, including class renaming.
5693
5694 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5695
5696         * configure.ac:
5697         Fix configure check for soundtouch to not produce syntax errors.
5698
5699 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5700
5701         * configure.ac:
5702         * ext/metadata/metadataxmp.c:
5703         (metadatamux_xmp_for_each_tag_in_list):
5704         Fix build with exempi >= 1.99.5 and fix the include
5705         path for exempi.
5706
5707 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5708
5709         * ext/metadata/TODO:
5710           Just uptade the ToDo list.
5711
5712 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5713
5714         * ext/metadata/gstbasemetadata.c:
5715         * ext/metadata/metadatamuxjpeg.c:
5716         * ext/metadata/metadatamuxpng.c:
5717         * ext/metadata/metadataparsejpeg.c:
5718         * ext/metadata/metadatatypes.c:
5719         * ext/metadata/metadatatypes.h:
5720         * ext/metadata/metadataxmp.c:
5721           Add documentation. Speed up a bit png muxer. Fix xmp muxer.
5722
5723 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5724
5725         Patch by: Wouter Cloetens <wouter at mind dot be>
5726
5727         * ext/soup/gstsouphttpsrc.c:
5728         Update documentation a bit.
5729
5730         * docs/plugins/gst-plugins-bad-plugins.args:
5731         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5732         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5733         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
5734         * docs/plugins/inspect/plugin-alsaspdif.xml:
5735         * docs/plugins/inspect/plugin-dvb.xml:
5736         * docs/plugins/inspect/plugin-filter.xml:
5737         * docs/plugins/inspect/plugin-glimagesink.xml:
5738         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
5739         * docs/plugins/inspect/plugin-quicktime.xml:
5740         * docs/plugins/inspect/plugin-rawparse.xml:
5741         * docs/plugins/inspect/plugin-replaygain.xml:
5742         * docs/plugins/inspect/plugin-sdl.xml:
5743         * docs/plugins/inspect/plugin-soundtouch.xml:
5744         * docs/plugins/inspect/plugin-soup.xml:
5745         * docs/plugins/inspect/plugin-spcdec.xml:
5746         * docs/plugins/inspect/plugin-spectrum.xml:
5747         * docs/plugins/inspect/plugin-speed.xml:
5748         * docs/plugins/inspect/plugin-speexresample.xml:
5749         * docs/plugins/inspect/plugin-switch.xml:
5750         * docs/plugins/inspect/plugin-videocrop.xml:
5751         Regenerate everything for the documentation changes we had.
5752
5753 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5754
5755         * ext/gio/gstgiobasesink.c: (close_stream_cb),
5756         (gst_gio_base_sink_stop), (gst_gio_base_sink_event),
5757         (gst_gio_base_sink_render), (gst_gio_base_sink_set_stream):
5758         * ext/gio/gstgiobasesrc.c: (close_stream_cb),
5759         (gst_gio_base_src_stop), (gst_gio_base_src_create),
5760         (gst_gio_base_src_set_stream):
5761         Use async variants of the close stream functions to prevent blocking
5762         for a long time there and add some more sanity checks for a correct
5763         stream.
5764
5765 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5766
5767         * tests/icles/Makefile.am:
5768         Move -Wl parameter from _LDADD to _LDFLAGS to fix autogen.sh.
5769
5770 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5771
5772         Patch by: Wouter Cloetens <wouter at mind dot be>
5773
5774         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_init):
5775         Let the proxy property default to the content of the $http_proxy
5776         environment variable.
5777
5778 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5779
5780         Patch by: Wouter Cloetens <wouter at mind dot be>
5781
5782         * tests/check/test-cert.pem:
5783         * tests/check/test-key.pem:
5784         Add missing files for the unit test.
5785
5786 2008-01-30  Sebastian Dröge  <slomo@circular-chaos.org>
5787
5788         Patch by: Wouter Cloetens <wouter at mind dot be>
5789
5790         * docs/plugins/Makefile.am:
5791         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5792         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5793         Add souphttpsrc to the docs.
5794
5795         * configure.ac:
5796         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
5797         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
5798         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
5799         (gst_souphttp_src_cancel_message),
5800         (gst_souphttp_src_queue_message),
5801         (gst_souphttp_src_add_range_header),
5802         (gst_souphttp_src_session_unpause_message),
5803         (gst_souphttp_src_session_pause_message),
5804         (gst_souphttp_src_session_close),
5805         (gst_souphttp_src_got_headers_cb), (gst_souphttp_src_got_body_cb),
5806         (gst_souphttp_src_finished_cb), (gst_souphttp_src_got_chunk_cb),
5807         (gst_souphttp_src_response_cb), (gst_souphttp_src_parse_status),
5808         (gst_souphttp_src_create), (gst_souphttp_src_start),
5809         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
5810         (gst_souphttp_src_unlock_stop), (gst_souphttp_src_get_size),
5811         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
5812         (gst_souphttp_src_set_location), (gst_souphttp_src_set_proxy),
5813         (plugin_init):
5814         * ext/soup/gstsouphttpsrc.h:
5815         Add support for libsoup2.4 and require it. Also implement redirection
5816         and manual proxy specification. Fixes bug #510708.
5817
5818         * tests/check/Makefile.am:
5819         * tests/check/elements/.cvsignore:
5820         * tests/check/elements/souphttpsrc.c:
5821         Add unit test for souphttpsrc.
5822
5823 2008-01-30  Edgard Lima  <edgard.lima@indt.org.br>
5824
5825         * ext/Makefile.am:
5826         * ext/metadata/TODO:
5827         * ext/metadata/gstbasemetadata.c:
5828         * ext/metadata/gstbasemetadata.h:
5829         * ext/metadata/metadatamuxjpeg.c:
5830         * ext/metadata/metadatamuxjpeg.h:
5831         * ext/metadata/metadatamuxpng.c:
5832         * ext/metadata/metadatamuxpng.h:
5833         * ext/metadata/metadataparsejpeg.c:
5834         * ext/metadata/metadataparsepng.c:
5835         * tests/icles/Makefile.am:
5836           Add documentation. Fix test app compilation. Fix pull mode.
5837
5838 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5839
5840         Patch by: Thijs Vermeir  <thijsvermeir at gmail dot com>
5841
5842         * gst/rtpmanager/gstrtpjitterbuffer.c:
5843         (gst_rtp_jitter_buffer_chain):
5844         Try to get the new clock-rate from the buffer caps when we receive a new
5845         payload type instead of always firing the signal. Fixes #512774.
5846
5847 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5848
5849         * ext/mpeg2enc/gstmpeg2enc.cc:
5850         Define LOG_NONE and friends if they're not defined yet. mjpegtools
5851         1.9.0rc3 removed their definitions but without it doesn't make much
5852         sense to write a log handler.
5853
5854 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5855
5856         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5857         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5858         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5859         * docs/plugins/gst-plugins-bad-plugins.types:
5860           Add base classes for metadata and equalizer (no introspection yet).
5861
5862 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5863
5864         * ext/metadata/README:
5865           Formatting.
5866         * tests/icles/metadata_editor.c:
5867           Include stdlib.h.
5868
5869 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
5870
5871         * configure.ac:
5872         * docs/plugins/Makefile.am:
5873         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
5874         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
5875         * docs/plugins/gst-plugins-bad-plugins.args:
5876         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
5877         * docs/plugins/gst-plugins-bad-plugins.interfaces:
5878         * docs/plugins/gst-plugins-bad-plugins.signals:
5879         * docs/plugins/inspect/plugin-metadata.xml:
5880         * docs/plugins/inspect/plugin-selector.xml:
5881         * docs/plugins/inspect/plugin-soundtouch.xml:
5882         * docs/plugins/inspect/plugin-switch.xml:
5883         * gst/selector/.cvsignore:
5884         * gst/selector/Makefile.am:
5885         * gst/selector/gstinputselector.c:
5886         * gst/selector/gstinputselector.h:
5887         * gst/selector/gstoutputselector.c:
5888         * gst/selector/gstoutputselector.h:
5889         * gst/selector/gstselector-marshal.list:
5890         * gst/selector/gstselector.c:
5891         * gst/selector/selector.vcproj:
5892         * gst/switch/.cvsignore:
5893         * gst/switch/Makefile.am:
5894         * gst/switch/gstswitch-marshal.list:
5895         * gst/switch/gstswitch.c:
5896         * gst/switch/gstswitch.h:
5897         * gst/switch/switch.vcproj:
5898         * tests/icles/.cvsignore:
5899         * tests/icles/Makefile.am:
5900         * tests/icles/output-selector-test.c:
5901           Replace the switch plugin with the selector plugin. Add output-
5902           selector as the opposite of input-selectoo (was switch). Add a test
5903           for output-selector. Add docs for the elements. The vcproj needs
5904           update. Fixes #500142.
5905
5906 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5907
5908         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
5909           Try to avoid 'unused variable' compiler warning if debugging is
5910           disabled (not bullet proof, but seems to do for now). (#512654)
5911
5912 2008-01-28  Sebastian Dröge  <slomo@circular-chaos.org>
5913
5914         * ext/soundtouch/gstbpmdetect.cc:
5915         Clean up a bit and only allocate a temporary buffer for the data
5916         if processing stereo data as BPMDetect downmixes from stereo to
5917         mono and stores the result in the input data. Thanks to
5918         Stefan Kost for the suggestions.
5919
5920 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5921
5922         * ext/soundtouch/gstpitch.cc:
5923         Cast a double to a GstClockTimeDiff to fix a compiler warning.
5924
5925 2008-01-27  Stefan Kost  <ensonic@users.sf.net>
5926
5927         * tests/icles/metadata_editor.c:
5928           Printf format fix.
5929
5930 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5931
5932         * ext/soundtouch/gstpitch.cc:
5933         Don't send a LATENCY event for now until we get the usage right.
5934
5935 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5936
5937         * ext/soundtouch/gstpitch.cc:
5938         * ext/soundtouch/gstpitch.hh:
5939         Implement LATENCY query and notify about latency changes.
5940         Unfortunately we don't have a fixed latency but it changes
5941         a bit with each buffer so we only send an LATENCY event with
5942         the maximum latency if it changes.
5943
5944         Always calculate the timestamp, duration, etc from the sample
5945         rate instead of using a pre-calculated duration for one sample
5946         to prevent large rounding errors.
5947
5948 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5949
5950         Based on a patch by:
5951             Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
5952
5953         * configure.ac:
5954         * ext/mpeg2enc/gstmpeg2encoder.cc:
5955         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5956         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
5957         Add support for building against mjpegtools 1.9 while keeping
5958         compatiblity with older versions.
5959
5960 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5961
5962         * ext/soundtouch/gstbpmdetect.cc:
5963         Only consider a BPM value above 1.0 as valid.
5964
5965 2008-01-27  Sebastian Dröge  <slomo@circular-chaos.org>
5966
5967         * ext/soundtouch/Makefile.am:
5968         * ext/soundtouch/gstbpmdetect.cc:
5969         * ext/soundtouch/gstbpmdetect.hh:
5970         * ext/soundtouch/plugin.c: (plugin_init):
5971         Add BPM detection plugin based on SoundTouch's libBPM.
5972
5973         * ext/soundtouch/gstpitch.cc:
5974         Allow sample rates until MAX instead of only 48kHz and remove the
5975         buffer-frames field from that caps.
5976         Clear the remaining samples completely when necessary to get into
5977         a clean state again.
5978
5979 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5980
5981         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
5982         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
5983         Don't implement get_unit_size() ourselves, the GstAudioFilter base
5984         class already does this for us.
5985
5986 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
5987
5988         * ext/soundtouch/gstpitch.cc:
5989         Allow seeking only in TIME and DEFAULT format, other formats will
5990         not work as expected. Also handle a stop position of -1 correctly
5991         for seeks, newsegment events and the queries. This fixes playback
5992         with the pitch element if upstream doesn't know the duration or has
5993         -1 as stop position in NEWSEGMENT events for other reasons. Before
5994         simply nothing was played as the segment was going from 0 to 0.
5995
5996         Send a GST_MESSAGE_DURATION whenever the rate or tempo is changed
5997         so applications can update their cached duration. Fixes bug #503308.
5998
5999         Some random cleanup and memory leak closing.
6000
6001 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6002
6003         * ext/musepack/gstmusepackdec.h:
6004         * ext/musepack/gstmusepackreader.c:
6005         First include the libmpcdec headers before everything else as they
6006         #define TRUE and FALSE unconditionally and we otherwise get conflicts
6007         with the ones that GLib defines.
6008
6009 2008-01-26  Sebastian Dröge  <slomo@circular-chaos.org>
6010
6011         * configure.ac:
6012         * ext/soundtouch/gstpitch.cc:
6013         Add support for libsoundtouch 1.3.1 and add an ugly workaround for
6014         the header definined PACKAGE and other variables for which we need
6015         our own values from config.h.
6016
6017 2008-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6018
6019         * configure.ac:
6020           Check for libglade-2.0, for the metadata-editor example.
6021
6022         * tests/icles/Makefile.am:
6023           Only try to build the metadata-editor example if we have gtk and
6024           glade (otherwise the build would just fail ...); fix build in
6025           uninstalled setup.
6026
6027         * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns):
6028           Fix compiler warnings (use GLib macros to cast pointer <-> int).
6029
6030 2008-01-25  Edgard Lima  <edgard.lima@indt.org.br>
6031
6032         * ext/metadata/TODO:
6033         * ext/metadata/gstbasemetadata.c:
6034         * ext/metadata/metadata.c:
6035         * ext/metadata/metadata.h:
6036         * ext/metadata/metadataexif.c:
6037         * ext/metadata/metadataexif.h:
6038         * ext/metadata/metadataiptc.c:
6039         * ext/metadata/metadataiptc.h:
6040         * ext/metadata/metadataparsejpeg.c:
6041         * ext/metadata/metadataparsejpeg.h:
6042         * ext/metadata/metadataparsepng.c:
6043         * ext/metadata/metadataparsepng.h:
6044         * ext/metadata/metadataparseutil.c:
6045         * ext/metadata/metadataparseutil.h:
6046         * ext/metadata/metadatatags.c:
6047         * ext/metadata/metadatatags.h:
6048         * ext/metadata/metadatatypes.c:
6049         * ext/metadata/metadatatypes.h:
6050         * ext/metadata/metadataxmp.c:
6051         * ext/metadata/metadataxmp.h:
6052         * ext/metadata/test/Makefile:
6053         * ext/metadata/test/MetadataEditorMain.glade:
6054         * ext/metadata/test/metadata_editor.c:
6055         * tests/icles/Makefile.am:
6056         * tests/icles/metadata_editor.c:
6057         * tests/icles/metadata_editor.glade:
6058           Add lot of documentation.
6059
6060 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6061
6062         * sys/dvb/gstdvbsrc.c:
6063         Open frontend in NULL->READY so caps about dvb adapter can be
6064         seen by the app.
6065
6066 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6067
6068         Patch by: Olivier Crete <tester@tester.ca>
6069
6070         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_associate),
6071         (create_stream), (payload_type_change), (new_ssrc_pad_found):
6072         Also handle lip-sync when the clock-rate is not provided with caps but
6073         with a signal.
6074
6075 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6076
6077         Patch by: Olivier Crete <tester@tester.ca>
6078
6079         * gst/rtpmanager/gstrtpjitterbuffer.c:
6080         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain):
6081         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew),
6082         (rtp_jitter_buffer_insert):
6083         * gst/rtpmanager/rtpjitterbuffer.h:
6084         Remove the fixed clock-rate from the jitterbuffer and extend it so that
6085         a clock-rate can be provided with each buffer instead. Fixes #511686.
6086
6087 2008-01-25  Wim Taymans  <wim.taymans@collabora.co.uk>
6088
6089         Patch by: Olivier Crete <tester@tester.ca>
6090
6091         * gst/rtpmanager/gstrtpjitterbuffer.c:
6092         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_change_state),
6093         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
6094         Remove old unused variable.
6095         Track pt on input buffers and get the clock-rate when it changes.
6096         Ignore packets with unknown clock-rate. Fixes #511146.
6097
6098 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6099
6100         * sys/dvb/gstdvbsrc.c:
6101         Post bus message about adapter type and it's capabilities,
6102         when opening the frontend.
6103         After failing to read from the dvr, post a bus message to
6104         inform the app.
6105
6106 2008-01-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6107
6108         * gst/mpegtsparse/mpegtspacketizer.c:
6109         The logic for the guard interval calculation was totally wrong.
6110         Fixed.
6111
6112 2008-01-24  David Schleef  <ds@schleef.org>
6113
6114         Patch by: Olivier Crete <tester@tester.ca>
6115
6116         * gst/rtpmanager/rtpsource.c: Fix unref of buffer using the
6117           wrong function.  Fixes #511920
6118
6119 2008-01-24  Stefan Kost  <ensonic@users.sf.net>
6120
6121         * docs/plugins/Makefile.am:
6122         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6123         * docs/plugins/gst-plugins-bad-plugins.args:
6124         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
6125         * docs/plugins/gst-plugins-bad-plugins.interfaces:
6126         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
6127         * docs/plugins/gst-plugins-bad-plugins.signals:
6128           Now we have full hierarchy.
6129
6130         * docs/plugins/inspect/plugin-metadata.xml:
6131           Regenerate.
6132
6133         * ext/amrwb/gstamrwbdec.h:
6134           Add doc blob for object instance.
6135
6136 2008-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6137
6138         * docs/plugins/gst-plugins-bad-plugins.args:
6139         * docs/plugins/inspect/plugin-metadata.xml:
6140           Update this too, hopefully fixes the docs build (does at least
6141           for me, after make clean in docs/plugins).
6142
6143 2008-01-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6144
6145         * gst/mpegtsparse/gstmpegdesc.h:
6146         * gst/mpegtsparse/mpegtspacketizer.c:
6147         Fix network name descriptor, the length is actually the
6148         descriptor length not stored in the byte after.
6149         Fix bounds checking to be more correct.
6150
6151 2008-01-23  Edgard Lima  <edgard.lima@indt.org.br>
6152
6153         * docs/plugins/Makefile.am:
6154         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6155         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6156         * ext/metadata/TODO:
6157         * ext/metadata/gstbasemetadata.c:
6158         * ext/metadata/gstbasemetadata.h:
6159         * ext/metadata/gstmetadatademux.c:
6160         * ext/metadata/gstmetadatademux.h:
6161         * ext/metadata/gstmetadatamux.c:
6162         * ext/metadata/gstmetadatamux.h:
6163         * ext/metadata/metadatatags.c:
6164           Add some documentation.
6165
6166 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6167
6168         * configure.ac:
6169         * ext/dts/gstdtsdec.c:
6170         Add support for building against libdca (with the libdts compat
6171         header). Fixes bug #511530.
6172
6173         Should probably be ported to libdca as some points as it's the
6174         successor of libdts.
6175
6176 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6177
6178         * sys/dvb/gstdvbsrc.c:
6179         Do not go on forever if problem with reading from dvr, rather
6180         return NULL.
6181         Handle some cleanup issues of closing filedescriptors when
6182         failing to tune or similar.
6183
6184 2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
6185
6186         * gst/rawparse/Makefile.am: Add missing header files to noinst_headers
6187         * gst-plugins-bad.spec: update for latest changes
6188
6189 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6190
6191         * docs/plugins/Makefile.am:
6192         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6193         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6194         * gst/xingheader/gstxingmux.c:
6195         * gst/xingheader/gstxingmux.h:
6196         Add documentation for the xingheader plugin.
6197
6198         * tests/check/elements/xingmux.c: (GST_START_TEST):
6199         Set element state to PLAYING before doing something else.
6200
6201 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6202
6203         * tests/check/Makefile.am:
6204         * tests/check/elements/.cvsignore:
6205         * tests/check/elements/xingmux.c: (setup_xingmux),
6206         (cleanup_xingmux), (GST_START_TEST), (xingmux_suite), (main):
6207         * tests/check/elements/xingmux_testdata.h:
6208         Add simple unit test for the xingmux element.
6209
6210         * gst/xingheader/gstxingmux.c: (generate_xing_header),
6211         (gst_xing_mux_finalize), (xing_reset):
6212         Fix a memleak and invalid seek tables with less than 100 MP3 frames.
6213
6214 2008-01-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6215
6216         * gst/mpegtsparse/gstmpegdesc.h:
6217         * gst/mpegtsparse/mpegtspacketizer.c:
6218         Parsed the satellite delivery system descriptor and
6219         added into nit's transport structure for delivery
6220         over the bus.
6221
6222 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6223
6224         * gst/mpegtsparse/mpegtspacketizer.c:
6225         Parsed and added network name to the nit structure sent
6226         in the bus message.
6227
6228 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6229
6230         * gst/mpegtsparse/mpegtspacketizer.c:
6231         Remove leaks introduced by not freeing g_strndup'd strings.
6232         Fix start_time and duration parsing in EIT.
6233
6234 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6235
6236         * gst/mpegtsparse/mpegtspacketizer.c:
6237         Add event name and description to the eit structure
6238         sent in the bus message.
6239
6240 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6241
6242         * gst/mpegtsparse/mpegtsparse.c:
6243         Revert const removal from previous commit.
6244
6245 2008-01-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6246
6247         * gst/mpegtsparse/Makefile.am:
6248         * gst/mpegtsparse/gstmpegdesc.c:
6249         * gst/mpegtsparse/gstmpegdesc.h:
6250         * gst/mpegtsparse/mpegtspacketizer.c:
6251         * gst/mpegtsparse/mpegtsparse.c:
6252         Added descriptor searching infrastructure from Fluendo TS demuxer.
6253         Add channel name and provider to the sdt structure sent in the
6254         bus message.
6255
6256 2008-01-22  Julien Moutte  <julien@fluendo.com>
6257
6258         * gst/h264parse/gsth264parse.c: (gst_h264_parse_chain_forward):
6259         Parse NAL units in forward mode to mark delta units flags.
6260
6261 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6262
6263         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6264         * docs/plugins/gst-plugins-bad-plugins.args:
6265         * docs/plugins/inspect/plugin-mpeg2enc.xml:
6266         * docs/plugins/inspect/plugin-musepack.xml:
6267           Regenerate.
6268   
6269         * docs/plugins/inspect/plugin-tremor.xml:
6270           Add vorbisidec aka trmor.
6271
6272         * ext/dc1394/gstdc1394.c:
6273           Add short description.
6274
6275 2008-01-22  Stefan Kost  <ensonic@users.sf.net>
6276
6277         * docs/plugins/Makefile.am:
6278           Add missing eol \
6279
6280         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6281           Place object names to standard sectionas plugin dont document those.
6282
6283         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6284         * docs/plugins/gst-plugins-bad-plugins.args:
6285         * docs/plugins/gst-plugins-bad-plugins.signals:
6286         * docs/plugins/inspect/plugin-dvb.xml:
6287         * docs/plugins/inspect/plugin-nuvdemux.xml:
6288           regenerate.
6289           
6290         * ext/ivorbis/vorbisdec.c:
6291         * ext/ivorbis/vorbisdec.h:
6292           Mark private vars and add short desc.
6293
6294         * ext/mythtv/gstmythtvsrc.c:
6295         * ext/theora/theoradec.c:
6296           Add short desc.
6297
6298 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6299
6300         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6301         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6302         * gst/nuvdemux/gstnuvdemux.c:
6303           One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what
6304           it actually is.
6305
6306 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6307
6308         * docs/plugins/Makefile.am:
6309         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6310         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6311           Update lists again. Those whole can build ivorbisdec, mythtvsrc,
6312           nvudemux and theoradecexp, please commit the inspect/plugin-xxx.xml.
6313
6314         * docs/plugins/inspect/plugin-gstinterlace.xml:
6315         * docs/plugins/inspect/plugin-rawparse.xml
6316         * docs/plugins/inspect/plugin-videoparse.xml:
6317           Replace videoparse with rawparse.
6318
6319         * gst/dvdspu/gstdvdspu.h:
6320           Help gtk-doc to recognize the object struct.
6321
6322 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6323
6324         * gst/librfb/rfbdecoder.c:
6325         * gst/librfb/rfbdecoder.h:
6326           Don't use gtk-doc comment style for non gtk-doc comments.
6327           Make one static function static.
6328
6329 2008-01-21  Wim Taymans  <wim.taymans@collabora.co.uk>
6330
6331         Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org>
6332
6333         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init),
6334         (gst_deinterlace_init), (gst_deinterlace_set_caps),
6335         (gst_deinterlace_transform_ip), (gst_deinterlace_set_property),
6336         (gst_deinterlace_get_property):
6337         * gst/deinterlace/gstdeinterlace.h:
6338         Provide 4:2:2 support
6339         Also deinterlace chroma planes
6340         Allow to turn on/off deinterlacing
6341         Change of default thresholds, in order to provide acceptable results
6342         with default params. Fixes #511001.
6343
6344 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6345
6346         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6347           Update docs file too.
6348
6349 2008-01-21  Tim-Philipp Müller  <tim at centricular dot net>
6350
6351         * gst/dvdspu/gstdvdspu-render.c: (gst_dvd_spu_render_spu):
6352         * gst/dvdspu/gstdvdspu.c: (dvdspu_debug), (GST_CAT_DEFAULT),
6353           (subpic_sink_factory), (gst_dvd_spu_base_init),
6354           (gst_dvd_spu_class_init), (gst_dvd_spu_init), (gst_dvd_spu_clear),
6355           (gst_dvd_spu_dispose), (gst_dvd_spu_finalize),
6356           (gst_dvd_spu_flush_spu_info), (gst_dvd_spu_buffer_alloc),
6357           (gst_dvd_spu_src_event), (gst_dvd_spu_video_set_caps),
6358           (gst_dvd_spu_video_proxy_getcaps), (gst_dvd_spu_video_event),
6359           (gst_dvd_spu_video_chain), (dvspu_handle_vid_buffer),
6360           (gst_dvd_spu_redraw_still), (gst_dvd_spu_parse_chg_colcon),
6361           (gst_dvd_spu_exec_cmd_blk), (gst_dvd_spu_finish_spu_buf),
6362           (gst_dvd_spu_setup_cmd_blk), (gst_dvd_spu_handle_new_spu_buf),
6363           (gst_dvd_spu_handle_dvd_event), (gst_dvd_spu_advance_spu),
6364           (gst_dvd_spu_check_still_updates), (gst_dvd_spu_subpic_chain),
6365           (gst_dvd_spu_subpic_event), (gst_dvd_spu_change_state),
6366           (gst_dvd_spu_plugin_init):
6367         * gst/dvdspu/gstdvdspu.h: (GST_TYPE_DVD_SPU):
6368           Fix up dvdspu element again after previous namespace mangling:
6369           rename debug category variable to old name, matching that in
6370           dvdspu-render.c, to avoid undefined symbol error when loading
6371           the module; same for the _render function in dvdspu-render.c:
6372           we must use the same name in both .c files; change functions
6373           now called gstgst_* back to gst_* again; and while we're at it,
6374           we may as well canonicalise the namespace properly, namely to
6375           gst_dvd_spu_*.
6376
6377 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6378
6379         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6380         * ext/theora/theoradec.c:
6381         * ext/theora/theoradec.h:
6382           Coherent namespace usage and adding symbold from unused to sections.
6383
6384 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6385
6386         * docs/plugins/Makefile.am:
6387         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
6388           Add symbols from -unused.txt to the right place.
6389
6390         * gst/dvdspu/gstdvdspu.c:
6391         * gst/dvdspu/gstdvdspu.h:
6392           Coherent namespace usage.
6393
6394         * gst/spectrum/gstspectrum.c:
6395           Fix broken XML fragment in doc snippet even more.
6396
6397 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6398
6399         * docs/plugins/Makefile.am:
6400           Update include list.
6401
6402         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
6403           Update xml includes.
6404
6405         * docs/plugins/inspect/plugin-alsaspdif.xml:
6406         * docs/plugins/inspect/plugin-amrwb.xml:
6407         * docs/plugins/inspect/plugin-bayer.xml:
6408         * docs/plugins/inspect/plugin-bz2.xml:
6409         * docs/plugins/inspect/plugin-cdxaparse.xml:
6410         * docs/plugins/inspect/plugin-dtsdec.xml:
6411         * docs/plugins/inspect/plugin-dvbsrc.xml:
6412         * docs/plugins/inspect/plugin-dvdspu.xml:
6413         * docs/plugins/inspect/plugin-equalizer.xml:
6414         * docs/plugins/inspect/plugin-faac.xml:
6415         * docs/plugins/inspect/plugin-faad.xml:
6416         * docs/plugins/inspect/plugin-fbdevsink.xml:
6417         * docs/plugins/inspect/plugin-festival.xml:
6418         * docs/plugins/inspect/plugin-filter.xml:
6419         * docs/plugins/inspect/plugin-flvdemux.xml:
6420         * docs/plugins/inspect/plugin-freeze.xml:
6421         * docs/plugins/inspect/plugin-gsm.xml:
6422         * docs/plugins/inspect/plugin-gstinterlace.xml:
6423         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
6424         * docs/plugins/inspect/plugin-h264parse.xml:
6425         * docs/plugins/inspect/plugin-interleave.xml:
6426         * docs/plugins/inspect/plugin-ladspa.xml:
6427         * docs/plugins/inspect/plugin-metadata.xml:
6428         * docs/plugins/inspect/plugin-modplug.xml:
6429         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
6430         * docs/plugins/inspect/plugin-mpegtsparse.xml:
6431         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
6432         * docs/plugins/inspect/plugin-musicbrainz.xml:
6433         * docs/plugins/inspect/plugin-mve.xml:
6434         * docs/plugins/inspect/plugin-nsfdec.xml:
6435         * docs/plugins/inspect/plugin-nuvdemux.xml:
6436         * docs/plugins/inspect/plugin-qtdemux.xml:
6437         * docs/plugins/inspect/plugin-quicktime.xml:
6438         * docs/plugins/inspect/plugin-real.xml:
6439         * docs/plugins/inspect/plugin-replaygain.xml:
6440         * docs/plugins/inspect/plugin-sdl.xml:
6441         * docs/plugins/inspect/plugin-sdp.xml:
6442         * docs/plugins/inspect/plugin-spectrum.xml:
6443         * docs/plugins/inspect/plugin-speed.xml:
6444         * docs/plugins/inspect/plugin-speexresample.xml:
6445         * docs/plugins/inspect/plugin-stereo.xml:
6446         * docs/plugins/inspect/plugin-switch.xml:
6447         * docs/plugins/inspect/plugin-timidity.xml:
6448         * docs/plugins/inspect/plugin-tta.xml:
6449         * docs/plugins/inspect/plugin-videocrop.xml:
6450         * docs/plugins/inspect/plugin-videoparse.xml:
6451         * docs/plugins/inspect/plugin-videosignal.xml:
6452         * docs/plugins/inspect/plugin-vmnc.xml:
6453         * docs/plugins/inspect/plugin-wildmidi.xml:
6454         * docs/plugins/inspect/plugin-x264.xml:
6455         * docs/plugins/inspect/plugin-xingheader.xml:
6456         * docs/plugins/inspect/plugin-xvid.xml:
6457         * docs/plugins/inspect/plugin-y4menc.xml:
6458           Regenerate files.
6459
6460         * gst/spectrum/gstspectrum.c:
6461           Fix broken XML fragment in doc snippet.
6462
6463         * tests/check/elements/.cvsignore:
6464           Add test binary to ignores.
6465
6466 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6467
6468         * gst/h264parse/gsth264parse.c:
6469           Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
6470
6471 2008-01-20  Sebastian Dröge  <slomo@circular-chaos.org>
6472
6473         Patch by: Wouter Cloetens <wouter at mind dot be>
6474
6475         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6476         Report the size of the stream as the total size instead of
6477         the remaining Content-Length, which is wrong after a seek.
6478
6479 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6480
6481         * gst/rawparse/gstrawparse.c: (gst_raw_parse_push_buffer),
6482         (gst_raw_parse_loop):
6483         Handle framesizes > 4096 with multiple frames per buffer correctly
6484         in pull mode and handle short reads better.
6485         Also put offset and offset_end on outgoing buffers.
6486
6487 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6488
6489         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop):
6490         Improve handling of unknown or too small upstream sizes in
6491         pull mode.
6492
6493 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6494
6495         * gst/rawparse/gstrawparse.c: (gst_raw_parse_loop),
6496         (gst_raw_parse_handle_seek_push):
6497         Improve debugging a bit and for handling multiple frames per buffer
6498         in pull mode choose the next smallest multiply of framesize below
6499         4096 instead of always handling 1024 frames.
6500
6501 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6502
6503         Patch by: Wouter Cloetens <wouter at mind dot be>
6504
6505         * ext/soup/gstsouphttpsrc.c: (soup_got_headers):
6506         Correctly set duration on the GstBaseSrc segment when we know it
6507         to fix failing the duration query.
6508
6509 2008-01-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6510
6511         * gst/h264parse/gsth264parse.c: (gst_h264_parse_flush_decode),
6512         (gst_h264_parse_queue_buffer), (gst_h264_parse_chain_reverse):
6513         Set timestamps more correctly.
6514
6515 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6516
6517         * gst/rawparse/gstrawparse.c: (gst_raw_parse_class_init),
6518         (gst_raw_parse_init), (gst_raw_parse_reset),
6519         (gst_raw_parse_set_src_caps), (gst_raw_parse_push_buffer),
6520         (gst_raw_parse_chain), (gst_raw_parse_loop),
6521         (gst_raw_parse_sink_activate), (gst_raw_parse_sink_activatepull),
6522         (gst_raw_parse_change_state), (gst_raw_parse_sink_event),
6523         (gst_raw_parse_handle_seek_push), (gst_raw_parse_handle_seek_pull),
6524         (gst_raw_parse_src_event), (gst_raw_parse_src_query):
6525         * gst/rawparse/gstrawparse.h:
6526         Implement pull mode.
6527
6528 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6529
6530         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6531         Fix memory leak spotted by the unit test.
6532
6533 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6534
6535         * tests/check/Makefile.am:
6536         Enable spectrum test again.
6537
6538         * tests/check/gst-plugins-bad.supp:
6539         Add suppressions for a singleton in GIO that can't be freed.
6540
6541 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6542
6543         * tests/check/Makefile.am:
6544         * tests/check/elements/.cvsignore:
6545         * tests/check/elements/equalizer.c: (setup_equalizer),
6546         (cleanup_equalizer), (GST_START_TEST), (equalizer_suite), (main):
6547         Add some minimal tests for the equalizer plugin.
6548
6549 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6550
6551         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_finalize):
6552         Unparent all bands from the equalizer when finalizing to stop
6553         leaking them.
6554
6555 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6556
6557         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols):
6558         Add support for WebDAV.
6559
6560 2008-01-18  Sebastian Dröge  <slomo@circular-chaos.org>
6561
6562         Patch by: Wouter Cloetens <wouter at mind dot be>
6563
6564         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
6565         (gst_souphttp_src_init), (gst_souphttp_src_create),
6566         (gst_souphttp_src_is_seekable), (gst_souphttp_src_do_seek),
6567         (soup_add_range_header), (soup_got_headers), (soup_got_chunk):
6568         * ext/soup/gstsouphttpsrc.h:
6569         Add support for seeking to souphttpsrc. Fixes bug #502335.
6570
6571 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6572
6573         * gst/h264parse/gsth264parse.c: (gst_h264_parse_clear_queues),
6574         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6575         (gst_h264_parse_find_start_reverse),
6576         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain):
6577         * gst/h264parse/gsth264parse.h:
6578         Improve debugging.
6579         Fix buffer splitting at sync codes and leftover buffer after
6580         scanning.
6581
6582 2008-01-17  Edgard Lima  <edgard.lima@indt.org.br>
6583
6584         * ext/metadata/TODO:
6585         * ext/metadata/metadataexif.c:
6586         * ext/metadata/metadataxmp.c:
6587           Fixed adding EXIF tags to correct IFD. Mapped some XMP tags.
6588
6589 2008-01-16  Wim Taymans  <wim.taymans@collabora.co.uk>
6590
6591         * gst/h264parse/gsth264parse.c: (gst_nal_list_new),
6592         (gst_nal_list_prepend_link), (gst_nal_list_delete_head),
6593         (gst_nal_bs_init), (gst_nal_bs_read), (gst_nal_bs_eos),
6594         (gst_nal_bs_read_ue), (gst_h264_parse_class_init),
6595         (gst_h264_parse_init), (gst_h264_parse_set_property),
6596         (gst_h264_parse_get_property), (gst_h264_parse_sink_setcaps),
6597         (gst_h264_parse_clear_queues), (gst_h264_parse_chain_forward),
6598         (gst_h264_parse_flush_decode), (gst_h264_parse_queue_buffer),
6599         (gst_h264_parse_find_start_reverse),
6600         (gst_h264_parse_chain_reverse), (gst_h264_parse_chain),
6601         (gst_h264_parse_sink_event), (gst_h264_parse_change_state):
6602         * gst/h264parse/gsth264parse.h:
6603         Add reverse playback support for containers that don't know how to
6604         properly send data between I-frames.
6605
6606 2008-01-16  Sebastian Dröge  <slomo@circular-chaos.org>
6607
6608         * configure.ac:
6609         * tests/check/pipelines/gio.c: (GST_START_TEST):
6610         Update for API changes in GIO and require GIO 2.15.2 for this.
6611
6612 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6613
6614         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6615         Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
6616         of 0xfe.
6617
6618 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6619
6620         * gst/xingheader/gstxingmux.c: (generate_xing_header):
6621         Remove accidentially leftover debug printf.
6622
6623 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
6624
6625         * gst/xingheader/gstxingmux.c: (has_xing_header),
6626         (generate_xing_header), (gst_xing_mux_chain),
6627         (gst_xing_mux_sink_event):
6628         Choose smallest possible frame size for the Xing header, properly
6629         set the timestamp, duration and offset on the outgoing buffers,
6630         only send NEWSEGMENT events in BYTE format downstream and also
6631         drop VBRI headers if already existing.
6632
6633 2008-01-12  Sebastian Dröge  <slomo@circular-chaos.org>
6634
6635         * gst/xingheader/Makefile.am:
6636         * gst/xingheader/gstxingmux.c: (parse_header), (get_xing_offset),
6637         (has_xing_header), (generate_xing_header),
6638         (gst_xing_mux_base_init), (gst_xing_mux_finalize), (xing_reset),
6639         (gst_xing_mux_init), (gst_xing_mux_chain),
6640         (gst_xing_mux_sink_event), (gst_xing_mux_change_state):
6641         * gst/xingheader/gstxingmux.h:
6642         Major cleanup and rewrite of xingmux with less bugs and new features:
6643         - Handles other layers as 3
6644         - Write TOC
6645
6646 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6647
6648         * tests/check/elements/rganalysis.c: (test_buffer_const_float_mono),
6649           (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
6650           (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
6651           (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
6652           (test_buffer_square_int16_stereo):
6653         * tests/check/elements/rglimiter.c: (create_test_buffer):
6654         * tests/check/elements/rgvolume.c: (test_buffer_new):
6655           It's "endianness", not "endianess". Fixes unit tests.
6656
6657 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6658
6659         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6660         If we find the caps in the cache, use it to parse the clock-rate instead
6661         of returning an error. Fixes a TODO as found by Youness Alaoui.
6662
6663 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6664
6665         Patch by: Youness Alaoui <youness dot alaoui at collabora dot co dot uk>
6666
6667         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_clock_rate):
6668         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
6669         (rtp_session_set_process_rtp_callback),
6670         (rtp_session_set_send_rtp_callback),
6671         (rtp_session_set_send_rtcp_callback),
6672         (rtp_session_set_sync_rtcp_callback),
6673         (rtp_session_set_clock_rate_callback),
6674         (rtp_session_set_reconsider_callback), (source_push_rtp),
6675         (source_clock_rate), (rtp_session_process_bye),
6676         (rtp_session_process_rtcp), (rtp_session_send_bye),
6677         (rtp_session_on_timeout):
6678         * gst/rtpmanager/rtpsession.h:
6679         Make it possible to use different user_data for each of the callbacks.
6680         Fixes #508587.
6681
6682 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6683
6684         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code):
6685         Small meaningless cleanup.
6686
6687         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush),
6688         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain_forward),
6689         (scan_keyframe), (gst_mpegvideoparse_flush_decode),
6690         (gst_mpegvideoparse_chain_reverse), (gst_mpegvideoparse_chain),
6691         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state):
6692         * gst/mpegvideoparse/mpegvideoparse.h:
6693         Track segment events.
6694         Do the first part of reverse playback by sending data between two
6695         I-frames to the decoder.
6696
6697 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6698
6699         * gst/rtpmanager/gstrtpbin.c:
6700         Fix documentation for latest patch
6701
6702 2008-01-10  Thijs Vermeir  <thijsvermeir@gmail.com>
6703
6704         * gst/rtpmanager/gstrtpbin.c:
6705         Allow request_new_pad with name NULL (bug #508515)
6706
6707 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6708
6709         * autogen.sh:
6710           Add -Wno-portability to the automake parameters to stop warnings
6711           about GNU make extensions being used. We require GNU make in almost
6712           every Makefile anyway.
6713           
6714         * configure.ac:
6715           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6716           at the same time is required for per target flags.
6717
6718 2008-01-09  Wim Taymans  <wim.taymans@collabora.co.uk>
6719
6720         * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink):
6721         Don't set fixed caps, we can basically do everything the upsteam peer
6722         pad can renegotiate to. Fixes #507940.
6723
6724 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6725
6726         * Makefile.am:
6727           Include lcov.mak to allow building coverage reports. Add top-level
6728           check targets similar to other gst packages.
6729
6730 2008-01-06  David Schleef  <ds@schleef.org>
6731
6732         * ext/directfb/Makefile.am:
6733           Add GST_CFLAGS.  Otherwise we don't get -Wall -Werror.
6734         * ext/directfb/dfbvideosink.c:
6735           Getting tired of directfb's chatter.  Quiet it.
6736
6737 2008-01-06  David Schleef  <ds@schleef.org>
6738
6739         Patch by: Sean D'Epagnier <sean@depagnier.com>
6740
6741         * configure.ac:
6742         * sys/Makefile.am:
6743         * sys/fbdev/Makefile.am:
6744         * sys/fbdev/gstfbdevsink.c:
6745         * sys/fbdev/gstfbdevsink.h:
6746           Add fbdev-based video sink.  Linux-only.  See bug #506549.
6747
6748 2008-01-06  Sebastian Dröge  <slomo@circular-chaos.org>
6749
6750         * configure.ac:
6751         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6752         * tests/check/pipelines/gio.c: (free_input), (GST_START_TEST):
6753         Update to GMemoryInputStream API changes in GLib SVN and require
6754         gio-2.0 >= 2.15.1 for this. Fixes bug #507584.
6755         We can also report the duration for every GSeekable, not only
6756         GFileInputStream and GMemoryInputStream.
6757
6758 2008-01-05  David Schleef  <ds@schleef.org>
6759
6760         * sys/glsink/glimagesink.c:
6761         * sys/glsink/glimagesink.h:
6762         * sys/glsink/gstglbuffer.h:
6763         * sys/glsink/gstgldisplay.c:
6764         * sys/glsink/gstgldisplay.h:
6765         * sys/glsink/gstglupload.c:
6766           Handle xoverlay exposes correctly.  This means glimagesink works
6767           correctly most of the time in totem (fullscreening being an
6768           execption).  Doesn't handle expose events directly to the GL
6769           window.
6770
6771 2008-01-05  David Schleef  <ds@schleef.org>
6772
6773         * sys/glsink/glextensions.c:
6774         * sys/glsink/glextensions.h:
6775         * sys/glsink/glimagesink.c:
6776         * sys/glsink/glimagesink.h:
6777         * sys/glsink/gstgldisplay.c:
6778         * sys/glsink/gstgldisplay.h:
6779         * sys/glsink/gstopengl.c:
6780           Reenable video/x-raw-rgb and x-raw-yuv for glimagesink.  Enable
6781           vblank synchronization.  Remove unused code.
6782
6783 2008-01-04  Wim Taymans  <wim.taymans@collabora.co.uk>
6784
6785         * gst/rtpmanager/gstrtpjitterbuffer.c:
6786         (gst_rtp_jitter_buffer_loop):
6787         Don't unref the popped buffer when we don't have ownership.
6788         Fixes #507020.
6789
6790 2008-01-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6791
6792         * gst/mpegtsparse/Makefile.am:
6793         * gst/mpegtsparse/flutspatinfo.c:
6794         * gst/mpegtsparse/flutspatinfo.h:
6795         * gst/mpegtsparse/flutspmtinfo.c:
6796         * gst/mpegtsparse/flutspmtinfo.h:
6797         * gst/mpegtsparse/flutspmtstreaminfo.c:
6798         * gst/mpegtsparse/flutspmtstreaminfo.h:
6799         Remove no longer needed files.
6800
6801 2008-01-02  David Schleef  <ds@schleef.org>
6802
6803         * tests/check/Makefile.am:
6804           Disable vcdsrc in states test because it takes too much time
6805           to get to PLAYING if it can find a device.
6806
6807 2007-12-31  David Schleef  <ds@schleef.org>
6808
6809         * ext/musicbrainz/gsttrm.c:
6810           Don't emit signiture when going to READY, because it might
6811           not be ready.
6812         * ext/nas/nassink.c:
6813           Remove useless call that sleeps for 5 seconds.  Yup, it calls
6814           sleep(1) 5 times.  Go NAS.
6815         * gst/librfb/gstrfbsrc.c:
6816         * gst/librfb/rfbdecoder.c:
6817           Initialize our debug categories properly.
6818         * gst/rawparse/gstrawparse.c:
6819           Don't register element details for a non-element.  Be much more
6820           rude when subclass doesn't set a pad template (assert!).  Don't
6821           unref the pad template; we don't own it.
6822         * gst/videosignal/gstvideoanalyse.c:
6823           Initialize debug category.
6824         * tests/check/Makefile.am:
6825           Ignore nassink element in tests because it has unavoidable
6826           long timeouts.
6827
6828 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6829
6830         * gst/rtpmanager/gstrtpssrcdemux.c:
6831         (gst_rtp_ssrc_demux_change_state):
6832         Don't clean up pads when going to PAUSED.
6833
6834 2007-12-30  David Schleef  <ds@schleef.org>
6835
6836         * configure.ac:
6837         * sys/glsink/Makefile.am:
6838           Switch to using pkgconfig to detect libGL.  Since we use
6839           recent features added to Mesa, there's no point in adding
6840           a check for pre-pkgconfig versions.
6841
6842 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6843
6844         * ext/ladspa/gstladspa.c: (gst_ladspa_get_property):
6845         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_show_frame):
6846         * gst/mve/gstmvemux.c: (gst_mve_mux_request_new_pad):
6847         * sys/dvb/dvbbasebin.c: (dvb_base_bin_class_init):
6848         Fix 'xyz may be used uninitialized' compiler warnings caused
6849         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6850         abort() in any case but properly report the error.
6851
6852 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6853
6854         * configure.ac:
6855         * ext/gio/gstgio.c:
6856         * ext/gio/gstgio.h:
6857         * ext/gio/gstgiobasesink.h:
6858         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
6859         * ext/gio/gstgiobasesrc.h:
6860         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
6861         * ext/gio/gstgiosink.h:
6862         * ext/gio/gstgiosrc.h:
6863         * ext/gio/gstgiostreamsink.h:
6864         * ext/gio/gstgiostreamsrc.h:
6865         * tests/check/pipelines/gio.c:
6866         Update to latest API changes in GLib/GIO and require at least
6867         gio-2.0 2.15.0 for this.
6868         
6869         * ext/gio/Makefile.am:
6870         Add GST_PLUGIN_LDFLAGS to LDFLAGS.
6871
6872 2007-12-28  David Schleef  <ds@schleef.org>
6873
6874         * configure.ac:
6875         * sys/glsink/glextensions.c:
6876         * sys/glsink/glextensions.h:
6877         * sys/glsink/glimagesink.c:
6878         * sys/glsink/glimagesink.h:
6879         * sys/glsink/gstglbuffer.c:
6880         * sys/glsink/gstglbuffer.h:
6881         * sys/glsink/gstglconvert.c:
6882         * sys/glsink/gstgldisplay.c:
6883         * sys/glsink/gstgldisplay.h:
6884         * sys/glsink/gstgldownload.c:
6885         * sys/glsink/gstglfilter.c:
6886         * sys/glsink/gstglfilter.h:
6887         * sys/glsink/gstglfilterexample.c:
6888         * sys/glsink/gstgltestsrc.c:
6889         * sys/glsink/gstglupload.c:
6890           Major cleanup of code.  Convert glupload to BaseTransform.
6891           Handle caps negotiation mostly correctly.  Reenable in build.
6892
6893 2007-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6894
6895         * ext/soup/Makefile.am:
6896         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_get_property),
6897           (gst_souphttp_src_unicodify), (soup_got_headers):
6898           Use gst_tag_freeform_string_to_utf8() and post radio station
6899           info as tags on the bus.
6900
6901 2007-12-26  David Schleef  <ds@schleef.org>
6902
6903         * sys/glsink/glimagesink.c:
6904         * sys/glsink/gstglupload.c:
6905           Change glimagesink over to using GL buffers.  This breaks
6906           glimagesink for normal operation, but should be fixed soon.
6907
6908 2007-12-26  David Schleef  <ds@schleef.org>
6909
6910         * sys/glsink/gltestsrc.c:
6911         * sys/glsink/gstglbuffer.c:
6912         * sys/glsink/gstglbuffer.h:
6913         * sys/glsink/gstgldownload.c:
6914         * sys/glsink/gstglfilter.c:
6915         * sys/glsink/gstglfilterexample.c:
6916         * sys/glsink/gstgltestsrc.c:
6917         * sys/glsink/gstglupload.c:
6918           Convert gldownload to BaseTransform.  Make glfilterexample
6919           visually interesting.  Add support for various formats to
6920           downloading.  Fix a few places where we leak GL state to
6921           other elements (bad, but hard to prevent).
6922
6923 2007-12-26  David Schleef  <ds@schleef.org>
6924
6925         * sys/glsink/BUGS:
6926         * sys/glsink/Makefile.am:
6927         * sys/glsink/gstglbuffer.c:
6928         * sys/glsink/gstglbuffer.h:
6929         * sys/glsink/gstglconvert.c:
6930         * sys/glsink/gstgldisplay.c:
6931         * sys/glsink/gstglfilter.c:
6932         * sys/glsink/gstglfilter.h:
6933         * sys/glsink/gstglfilterexample.c:
6934         * sys/glsink/gstgltestsrc.c:
6935         * sys/glsink/gstglupload.c:
6936         * sys/glsink/gstopengl.c:
6937           Remove code that handles non-texture buffers.  Add a
6938           GstGLBufferFormat type that corresponds to how to use the
6939           texture, not the original video format.  Convert gstflfilter.c
6940           into a base class, add glfilterexample and glconvert elements.
6941         * sys/glsink/color_matrix.c:
6942           Minor ramblings about color conversion matrices.
6943
6944 2007-12-24  David Schleef  <ds@schleef.org>
6945
6946         * sys/glsink/Makefile.am:
6947         * sys/glsink/gltestsrc.c:
6948         * sys/glsink/gltestsrc.h:
6949         * sys/glsink/gstgldisplay.c:
6950         * sys/glsink/gstgldownload.c:
6951         * sys/glsink/gstglfilter.c:
6952         * sys/glsink/gstgltestsrc.c:
6953         * sys/glsink/gstgltestsrc.h:
6954         * sys/glsink/gstglupload.c:
6955         * sys/glsink/gstopengl.c:
6956           Add gltestsrc element, a duplicate of videotestsrc that uses
6957           GL rendering to create images.  More cleanup.
6958
6959 2007-12-24  David Schleef  <ds@schleef.org>
6960
6961         * sys/glsink/gstglbuffer.c:
6962         * sys/glsink/gstgldownload.c:
6963         * sys/glsink/gstglfilter.c:
6964           Clean up code.  Fix a few leaks.
6965
6966 2007-12-24  David Schleef  <ds@schleef.org>
6967
6968         * sys/glsink/Makefile.am:
6969         * sys/glsink/glimagesink.h:
6970         * sys/glsink/glvideo.c:
6971         * sys/glsink/glvideo.h:
6972         * sys/glsink/gstglbuffer.c:
6973         * sys/glsink/gstglbuffer.h:
6974         * sys/glsink/gstgldisplay.c:
6975         * sys/glsink/gstgldisplay.h:
6976           Rename glvideo.[ch] to gstgldisplay.[ch].
6977
6978 2007-12-24  David Schleef  <ds@schleef.org>
6979
6980         * sys/glsink/glimagesink.c:
6981         * sys/glsink/glimagesink.h:
6982         * sys/glsink/glvideo.c:
6983         * sys/glsink/glvideo.h:
6984         * sys/glsink/gstglbuffer.c:
6985         * sys/glsink/gstglbuffer.h:
6986         * sys/glsink/gstgldownload.c:
6987         * sys/glsink/gstglfilter.c:
6988         * sys/glsink/gstglupload.c:
6989           Rewrite a bunch of code to use textures as the intermediate
6990           instead of renderbuffers.  upload, download, filtering all
6991           work.
6992
6993 2007-12-23  David Schleef  <ds@schleef.org>
6994
6995         * gst/videoparse/Makefile.am:
6996         * gst/videoparse/README:
6997         * gst/videoparse/gstvideoparse.c:
6998           Remove videoparse element, because it was moved to gst/rawparse/
6999
7000 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7001
7002         * gst/rawparse/gstrawparse.c: (gst_raw_parse_src_event):
7003         Always seek on frame boundaries, will produce nothing useful
7004         otherwise.
7005
7006 2007-12-23  Sebastian Dröge  <slomo@circular-chaos.org>
7007
7008         * configure.ac:
7009         * gst/rawparse/Makefile.am:
7010         * gst/rawparse/README:
7011         * gst/rawparse/gstaudioparse.c: (gst_audio_parse_format_get_type),
7012         (gst_audio_parse_endianness_get_type), (gst_audio_parse_base_init),
7013         (gst_audio_parse_class_init), (gst_audio_parse_init),
7014         (gst_audio_parse_set_property), (gst_audio_parse_get_property),
7015         (gst_audio_parse_update_frame_size), (gst_audio_parse_get_caps):
7016         * gst/rawparse/gstaudioparse.h:
7017         * gst/rawparse/gstrawparse.c: (gst_raw_parse_base_init),
7018         (gst_raw_parse_class_init), (gst_raw_parse_init),
7019         (gst_raw_parse_dispose),
7020         (gst_raw_parse_class_set_src_pad_template),
7021         (gst_raw_parse_class_set_multiple_frames_per_buffer),
7022         (gst_raw_parse_reset), (gst_raw_parse_chain),
7023         (gst_raw_parse_convert), (gst_raw_parse_sink_event),
7024         (gst_raw_parse_src_event), (gst_raw_parse_src_query_type),
7025         (gst_raw_parse_src_query), (gst_raw_parse_set_framesize),
7026         (gst_raw_parse_set_fps), (gst_raw_parse_get_fps),
7027         (gst_raw_parse_is_negotiated):
7028         * gst/rawparse/gstrawparse.h:
7029         * gst/rawparse/gstvideoparse.c: (gst_video_parse_format_get_type),
7030         (gst_video_parse_endianness_get_type), (gst_video_parse_base_init),
7031         (gst_video_parse_class_init), (gst_video_parse_init),
7032         (gst_video_parse_set_property), (gst_video_parse_get_property),
7033         (gst_video_parse_format_to_fourcc),
7034         (gst_video_parse_update_frame_size), (gst_video_parse_get_caps):
7035         * gst/rawparse/gstvideoparse.h:
7036         * gst/rawparse/plugin.c: (plugin_init):
7037         Add new plugin rawparse that contains a base class for raw data
7038         parsers and the two elements audioparse and videoparse that can
7039         be used to parse raw audio and video. These are inspired by the
7040         old videoparse element which the new rawparse plugin deprecates.
7041
7042 2007-12-21  David Schleef  <ds@schleef.org>
7043
7044         * sys/glsink/glextensions.c:
7045         * sys/glsink/glextensions.h:
7046         * sys/glsink/glvideo.c:
7047         * sys/glsink/glvideo.h:
7048         * sys/glsink/gstglbuffer.c:
7049         * sys/glsink/gstgldownload.c:
7050         * sys/glsink/gstglupload.c:
7051           A careful read of the documentation reveals that I can't use
7052           renderbuffers as textures.  Duh.  Checkpoint because I'm about
7053           to rewrite a bunch of code.
7054
7055 2007-12-21  Edgard Lima,,,,  <edgard.lima@indt.org.br>
7056
7057         * ext/metadata/TODO:
7058         * ext/metadata/gstbasemetadata.c:
7059         * ext/metadata/gstbasemetadata.h:
7060         * ext/metadata/metadata.h:
7061         * ext/metadata/metadataiptc.c:
7062         * ext/metadata/metadatamuxjpeg.c:
7063         * ext/metadata/metadataparsejpeg.c:
7064         * ext/metadata/metadataparseutil.c:
7065           Some IPTC tags mapped.
7066
7067 2007-12-21  Edgard Lima  <edgard.lima@indt.org.br>
7068
7069         * ext/metadata/Makefile.am:
7070         * ext/metadata/TODO:
7071         * ext/metadata/gstbasemetadata.c:
7072         * ext/metadata/gstbasemetadata.h:
7073         * ext/metadata/gstmetadatacommon.c:
7074         * ext/metadata/gstmetadatacommon.h:
7075         * ext/metadata/metadata.c:
7076         * ext/metadata/metadata.h:
7077           Removed gstmetadatacommon.
7078
7079 2007-12-20  David Schleef  <ds@schleef.org>
7080
7081         * sys/glsink/Makefile.am:
7082         * sys/glsink/glextensions.c:
7083         * sys/glsink/glextensions.h:
7084         * sys/glsink/glimagesink.c:
7085         * sys/glsink/glimagesink.h:
7086         * sys/glsink/glvideo.c:
7087         * sys/glsink/glvideo.h:
7088         * sys/glsink/gstglbuffer.c:
7089         * sys/glsink/gstglbuffer.h:
7090         * sys/glsink/gstgldownload.c:
7091         * sys/glsink/gstglfilter.c:
7092         * sys/glsink/gstglupload.c:
7093         * sys/glsink/gstopengl.c:
7094           Switch to using framebuffer_objects instead of GLXPixmaps,
7095           because that's what my driver supports.  Remove GLDrawable,
7096           since GstGLDisplay now has a default drawable and context.
7097
7098 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
7099
7100         * gst/equalizer/.cvsignore:
7101         * gst/switch/.cvsignore:
7102           Ignore more.
7103
7104 2007-12-19  Edgard Lima  <edgard.lima@indt.org.br>
7105
7106         * ext/metadata/Makefile.am:
7107         * ext/metadata/TODO:
7108         * ext/metadata/gstbasemetadata.c:
7109         * ext/metadata/gstbasemetadata.h:
7110         * ext/metadata/gstmetadatacommon.c:
7111         * ext/metadata/gstmetadatacommon.h:
7112         * ext/metadata/gstmetadatademux.c:
7113         * ext/metadata/gstmetadatademux.h:
7114         * ext/metadata/gstmetadatamux.c:
7115         * ext/metadata/gstmetadatamux.h:
7116         * ext/metadata/metadata.c:
7117         * ext/metadata/metadata.h:
7118         * ext/metadata/metadataexif.c:
7119         * ext/metadata/metadataparsejpeg.c:
7120         * ext/metadata/metadataparsepng.c:
7121         * ext/metadata/metadatatags.c:
7122         * ext/metadata/metadatatags.h:
7123         * ext/metadata/test/metadata_editor.c:
7124           New base class for metadata elements.
7125
7126 2007-12-18  Andy Wingo  <wingo@pobox.com>
7127
7128         * gst/switch/gstswitch-marshal.list:
7129         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7130         * gst/switch/gstswitch.c (enum, gst_selector_pad_class_init)
7131         (gst_selector_pad_get_property)
7132         (gst_selector_pad_get_running_time)
7133         (gst_stream_selector_class_init, gst_segment_get_timestamp)
7134         (gst_segment_set_stop, gst_segment_set_start)
7135         (gst_stream_selector_set_active_pad, gst_stream_selector_block)
7136         (gst_stream_selector_push_pending_stop)
7137         (gst_stream_selector_switch): Change so that the signals and
7138         properties deal in running time, not buffer time. Document the
7139         signals more. Change uint64 in API to int64, to reflect what's in
7140         GstSegment.
7141
7142 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7143
7144         * Makefile.am:
7145           Include common/win32.mak for CRLF check of win32 project
7146           files (see #393626).
7147
7148         * configure.ac:
7149           Bump requirements to -base CVS for libgstvideo additions in
7150           glimagesink. Disable glimagesink until the missing files get
7151           checked in.
7152
7153 2007-12-17  David Schleef  <ds@schleef.org>
7154
7155         * sys/glsink/Makefile.am:
7156         * sys/glsink/glimagesink.c:
7157         * sys/glsink/glimagesink.h:
7158         * sys/glsink/glvideo.c:
7159         * sys/glsink/glvideo.h:
7160         * sys/glsink/gstopengl.c:
7161         * sys/glsink/gstglupload.c:
7162           Use new GstVideoFormat checked into -base.  Add new glupload
7163           element to upload raw video into a GLXPixbuf.  Untested.  Will
7164           likely crash your motorcycle if you try it.
7165         * sys/glsink/gstvideo-common.c:
7166         * sys/glsink/gstvideo-common.h:
7167           Remove.
7168
7169 2007-12-17  David Schleef  <ds@schleef.org>
7170
7171         * gst/multifile/gstmultifilesrc.c:
7172         * gst/multifile/gstmultifilesrc.h:
7173           When subsequent files are read, if the file doesn't exist, send
7174           an EOS instead of causing an error.
7175
7176 2007-12-17  Andy Wingo  <wingo@pobox.com>
7177
7178         * gst/switch/gstswitch.c (gst_selector_pad_chain): Return OK when
7179         a buffer is ignored, not NOT_LINKED. No sense in making a source
7180         element error out; at least fdsrc considers NOT_LINKED to be a
7181         fatal error. Patch 11/12. There is no patch 12/12. Foo.
7182
7183         * gst/switch/gstswitch-marshal.list:
7184         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7185         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7186         (gst_stream_selector_block): Make the block() signal return the
7187         last stop time of the active pad. Patch 10/12.
7188
7189         * gst/switch/gstswitch.c (gst_selector_pad_get_property)
7190         (gst_selector_pad_class_init, gst_stream_selector_class_init)
7191         (gst_stream_selector_get_property): Expose 'last-stop-time' as a
7192         pad property, not an element property.
7193         (gst_selector_pad_chain): Mark the last_stop time as timestamp +
7194         duration, not timestamp. Patch 9/12.
7195
7196         * gst/switch/gstswitch.c (gst_stream_selector_change_state)
7197         (gst_stream_selector_block, gst_stream_selector_switch): Use the
7198         cond mechanism instead of blocked pads. Patch 8/12.
7199
7200         * gst/switch/gstswitch.h (struct _GstStreamSelector): 
7201
7202         * gst/switch/gstswitch.c (gst_stream_selector_wait)
7203         (gst_selector_pad_chain, gst_stream_selector_init)
7204         (gst_stream_selector_dispose): Add infrastructure for new blocking
7205         mechanism that does not use gst_pad_set_blocked, which does not
7206         work on sink pads. Patch 7/12.
7207
7208         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7209         (gst_stream_selector_get_property): Add last-stop-time readable
7210         property. Patch 6/12.
7211
7212         * gst/switch/gstswitch.h (struct _GstStreamSelector): Add some
7213         state variables.
7214
7215         * gst/switch/gstswitch.c (gst_stream_selector_push_pending_stop)
7216         (gst_selector_pad_chain): Push any pending stop event.
7217         (gst_stream_selector_set_active_pad)
7218         (gst_stream_selector_set_property): Factor out setting the active
7219         pad to a function. Close the segment of the previous active pad if
7220         told to do so via a stop_time != GST_CLOCK_TIME_NONE.
7221         (gst_stream_selector_switch): Implement switch vmethod. Patch 5/12.
7222
7223         * gst/switch/gstswitch.c (gst_stream_selector_block): Implement
7224         the block() signal. This implementation will be replaced in future
7225         patches, however. Patch 4/12.
7226
7227         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): Fix
7228         vmethod prototypes.
7229
7230         * gst/switch/gstswitch.c (gst_stream_selector_class_init)
7231         (gst_stream_selector_block, gst_stream_selector_switch): Add empty
7232         vmethod definitions. Patch 3/12.
7233
7234         * gst/switch/gstswitch.h (struct _GstStreamSelectorClass): 
7235         * gst/switch/gstswitch.c (gst_stream_selector_class_init): Add
7236         `block' and `switch' signals.
7237
7238         * gst/switch/Makefile.am: 
7239         * gst/switch/gstswitch-marshal.list: Add foo to generate a
7240         marshaller for the `switch' signal. Patch 2/12.
7241
7242         * gst/switch/gstswitch.h: 
7243         * gst/switch/gstswitch.c: Replace with files from
7244         gststreamselector.[ch], registered as the "switch" plugin, with
7245         "GstSwitch" types. Patch 1/12.
7246
7247 2007-12-17  Edgard Lima  <edgard.lima@indt.org.br>
7248
7249         * ext/metadata/TODO:
7250         * ext/metadata/gstmetadatademux.c:
7251         * ext/metadata/metadata.c:
7252         * ext/metadata/metadata.h:
7253         * ext/metadata/metadataparsejpeg.c:
7254         * ext/metadata/metadataparsejpeg.h:
7255         * ext/metadata/metadataparsepng.c:
7256         * ext/metadata/metadataparsepng.h:
7257         * ext/metadata/test/MetadataEditorMain.glade:
7258         * ext/metadata/test/metadata_editor.c:
7259           Added "parse-only" property to metadatademux.
7260
7261 2007-12-16  David Schleef  <ds@schleef.org>
7262
7263         * sys/glsink/glimagesink.c:
7264         * sys/glsink/glimagesink.h:
7265         * sys/glsink/glvideo.c:
7266         * sys/glsink/glvideo.h:
7267           Rename GLVideo* to GstGL*.
7268
7269 2007-12-15  David Schleef  <ds@schleef.org>
7270
7271         * sys/glsink/Makefile.am:
7272         * sys/glsink/glextensions.c:
7273         * sys/glsink/glextensions.h:
7274         * sys/glsink/glvideo.c:
7275           Add vblank synchronization.  Isn't really working on my
7276           driver. :(
7277
7278 2007-12-15  David Schleef  <ds@schleef.org>
7279
7280         * sys/glsink/Makefile.am:
7281         * sys/glsink/glimagesink.c:
7282         * sys/glsink/glvideo.c:
7283         * sys/glsink/glvideo.h:
7284         * sys/glsink/gstvideo-common.c:
7285         * sys/glsink/gstvideo-common.h:
7286           Add support for xRGB, xBGR, and AYUV.  Re-add support for
7287           power-of-2 textures.
7288
7289 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7290
7291         * gst/videoparse/gstvideoparse.c: (gst_video_parse_dispose),
7292         (gst_video_parse_sink_event):
7293         Free the adapter on dispose and correctly reset on newsegment events.
7294
7295 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7296
7297         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event),
7298         (gst_video_parse_src_event), (gst_video_parse_src_query):
7299         Improve duration query by first asking upstream and if it can't handle
7300         the query try to get the duration in bytes from upstream and convert.
7301         For seeks, try if upstream handles this already first and do our
7302         conversion to byte format only if it doesn't and if we get a
7303         newsegment event in time format keep it and only do our conversions
7304         if the event has another format.
7305
7306 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7307
7308         * gst/videoparse/gstvideoparse.c:
7309         (gst_video_parse_format_get_type),
7310         (gst_video_parse_endianness_get_type),
7311         (gst_video_parse_class_init), (gst_video_parse_init),
7312         (gst_video_parse_set_property), (gst_video_parse_get_property),
7313         (gst_video_parse_format_to_fourcc),
7314         (gst_video_parse_update_block_size), (gst_video_parse_chain),
7315         (gst_video_parse_sink_event):
7316         Add support for video/x-raw-rgb and video/x-raw-gray. Also send
7317         downstream elements downstream, not upstream.
7318
7319 2007-12-14  David Schleef  <ds@schleef.org>
7320
7321         * sys/glsink/gstvideo-common.c:
7322         * sys/glsink/gstvideo-common.h:
7323           Pull together some common raw video functions into one location.
7324           This should eventually move to -base.
7325         * sys/glsink/Makefile.am:
7326         * sys/glsink/glimagesink.c:
7327         * sys/glsink/glimagesink.h:
7328         * sys/glsink/glvideo.c:
7329         * sys/glsink/glvideo.h:
7330         * sys/glsink/gstopengl.c:
7331           Use the new video-common.h stuff.  Readd support for RGB video.
7332
7333 2007-12-14  Edgard Lima  <edgard.lima@indt.org.br>
7334
7335         * ext/metadata/Makefile.am:
7336         * ext/metadata/TODO:
7337         * ext/metadata/gstmetadata.c:
7338         * ext/metadata/gstmetadatacommon.c:
7339         * ext/metadata/gstmetadatacommon.h:
7340         * ext/metadata/gstmetadatademux.c:
7341         * ext/metadata/gstmetadatademux.h:
7342         * ext/metadata/gstmetadatamux.c:
7343         * ext/metadata/gstmetadatamux.h:
7344         * ext/metadata/gstmetadataparse.c:
7345         * ext/metadata/gstmetadataparse.h:
7346         * ext/metadata/metadataexif.c:
7347         * ext/metadata/metadatatags.c:
7348         * ext/metadata/test/metadata_editor.c:
7349           Added new module for common functions. Using GST_TYPE_FRACTION for
7350           Exif (S)Rational types.
7351
7352 2007-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7353
7354         * gst/mpegtsparse/mpegtspacketizer.c:
7355         * gst/mpegtsparse/mpegtspacketizer.h:
7356         Hash streams by pid again. Add a linked list inside each
7357         stream with a list of sub_tables. Fix multiple sections
7358         as it was borked with my last commit.
7359
7360 2007-12-14  Christian Schaller <christian.schaller@collabora.co.uk>
7361
7362         * sys/glsink/Makefile.am: add glvideo.h
7363         * gst/speexresample/Makefile.am: add speex_resampler_wrapper.h
7364         * gst-plugins-bad.spec.in: add latest plugins
7365
7366 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7367
7368         * ext/metadata/TODO:
7369         * ext/metadata/gstmetadatamux.c:
7370         * ext/metadata/gstmetadataparse.c:
7371         * ext/metadata/metadata.c:
7372         * ext/metadata/metadata.h:
7373         * ext/metadata/metadataiptc.c:
7374         * ext/metadata/metadatamuxjpeg.c:
7375         * ext/metadata/metadatamuxjpeg.h:
7376         * ext/metadata/metadatamuxpng.c:
7377         * ext/metadata/metadatamuxpng.h:
7378         * ext/metadata/metadataparsejpeg.c:
7379         * ext/metadata/metadataparsejpeg.h:
7380         * ext/metadata/metadataparsepng.c:
7381         * ext/metadata/metadataparsepng.h:
7382         * ext/metadata/metadataparseutil.c:
7383         * ext/metadata/metadataparseutil.h:
7384         * ext/metadata/metadatatypes.h:
7385         * ext/metadata/metadataxmp.c:
7386           Code documentation.
7387
7388 2007-12-13  Edgard Lima  <edgard.lima@indt.org.br>
7389
7390         * configure.ac:
7391         * ext/metadata/Makefile.am:
7392         * ext/metadata/gstmetadatamux.c:
7393         * ext/metadata/gstmetadataparse.c:
7394         * ext/metadata/metadataexif.c:
7395         * ext/metadata/metadatatags.c:
7396         * ext/metadata/test/Makefile:
7397         * ext/metadata/test/MetadataEditorMain.glade:
7398         * ext/metadata/test/metadata_editor.c:
7399           Added a test application. Added some EXIF tags. Fixed a muxer bug.
7400
7401 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7402
7403         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7404           (gst_video_parse_src_event), (gst_video_parse_src_query_type):
7405           Implement a query type function for the src pad, implement seeking
7406           and use ANY caps for the sink pad as the element doesn't care what
7407           caps the input has and everything is handled via properties.
7408
7409 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7410
7411         * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
7412           (gst_video_parse_sink_event):
7413           Handle -1 values for the CONVERT query too.
7414
7415 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7416
7417         * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
7418           Add YV12 to the pad templates as it is supported too and allow
7419           -1 as stop position for NEWSEGMENT events.
7420
7421 2007-12-13  Sebastian Dröge  <slomo@circular-chaos.org>
7422
7423         * gst/videoparse/Makefile.am:
7424           Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.
7425
7426         * gst/videoparse/gstvideoparse.c: (gst_video_parse_init),
7427           (gst_video_parse_set_property), (gst_video_parse_get_property):
7428           Use g_value_[sg]et_enum() for enum properties, g_value_[sg]et_int()
7429           gives a g_critical().
7430
7431 2007-12-12  David Schleef  <ds@schleef.org>
7432
7433         * gst/videoparse/README:
7434         * gst/videoparse/gstvideoparse.c:
7435           Add a bunch of features: handle format specification, handle
7436           queries and conversion.  Works much like a normal parser now.
7437
7438 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7439
7440         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_finalize),
7441         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
7442         (gst_rtp_pt_demux_change_state):
7443         * gst/rtpmanager/gstrtpssrcdemux.c: (gst_rtp_ssrc_demux_reset),
7444         (gst_rtp_ssrc_demux_dispose), (gst_rtp_ssrc_demux_src_query),
7445         (gst_rtp_ssrc_demux_change_state):
7446         Clean up the dynamic pads when going to READY.
7447
7448 2007-12-12  Wim Taymans  <wim.taymans@collabora.co.uk>
7449
7450         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_finalize),
7451         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7452         (gst_rtp_bin_handle_message):
7453         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize),
7454         (rtp_session_send_bye):
7455         * gst/rtpmanager/rtpsource.c: (rtp_source_finalize):
7456         Fix some leaks.
7457
7458 2007-12-12  Sebastian Dröge  <slomo@circular-chaos.org>
7459
7460         * ext/dts/gstdtsdec.c: (gst_dtsdec_init),
7461           (gst_dtsdec_sink_setcaps), (gst_dtsdec_chain_raw),
7462           (gst_dtsdec_chain):
7463         * ext/dts/gstdtsdec.h:
7464           Add support for "audio/x-private1-dts" as used by flupsparse. Most
7465           changes adapted from a52dec.
7466
7467 2007-12-11  David Schleef  <ds@schleef.org>
7468
7469         * sys/glsink/Makefile.am:
7470         * sys/glsink/glimagesink.c:
7471         * sys/glsink/glvideo.c:
7472         * sys/glsink/glvideo.h:
7473           Split out gl-related code into a separate file with a
7474           sensible API.  Major cleanup.  Still crashes occasionally
7475           due to different threads touching bits at the same time.
7476
7477 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7478
7479         Patch by: Wouter Cloetens <wouter at mind dot be>
7480
7481         * ext/soup/gstsouphttpsrc.c: (_do_init),
7482         (gst_souphttp_src_class_init), (gst_souphttp_src_init),
7483         (gst_souphttp_src_dispose), (gst_souphttp_src_set_property),
7484         (gst_souphttp_src_get_property), (unicodify),
7485         (gst_souphttp_src_unicodify), (gst_souphttp_src_create),
7486         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7487         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7488         (gst_souphttp_src_get_size), (gst_souphttp_src_is_seekable),
7489         (soup_got_headers), (soup_got_body), (soup_finished),
7490         (soup_got_chunk), (soup_response), (soup_parse_status),
7491         (gst_souphttp_src_uri_get_type),
7492         (gst_souphttp_src_uri_get_protocols),
7493         (gst_souphttp_src_uri_get_uri), (gst_souphttp_src_uri_set_uri),
7494         (gst_souphttp_src_uri_handler_init):
7495         * ext/soup/gstsouphttpsrc.h:
7496         Do not try to unpause I/O in the "queued" state.
7497         Reorganise a bunch of things and cleanups.
7498         Uses G_GUINT64_FORMAT instead of hard-coding %llu.
7499         See #502335.
7500
7501 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7502
7503         * ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
7504         Fix caps memleak.
7505
7506 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7507
7508         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7509           (gst_flv_parse_tag_video):
7510           Don't strdup (and thus leak) codec name strings when passing
7511           them to gst_tag_list_add().
7512
7513 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7514
7515         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
7516         (gst_rtp_bin_handle_message):
7517         * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
7518         (on_ssrc_sdes):
7519         Post a message when the SDES infor changes for a source.
7520
7521         * gst/rtpmanager/rtpsession.c:
7522         * gst/rtpmanager/rtpsource.c:
7523         Update some comments.
7524
7525 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7526
7527         Based on patch by: <mutex at runbox dot com>
7528
7529         * gst/videoparse/gstvideoparse.c: (gst_video_parse_src_query):
7530         Forward the query upstream, the default element event handler does
7531         something different. Fixes #502879.
7532
7533 2007-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
7534
7535         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_sdes), (create_session),
7536         (gst_rtp_bin_class_init):
7537         * gst/rtpmanager/gstrtpbin.h:
7538         * gst/rtpmanager/gstrtpclient.c:
7539         * gst/rtpmanager/gstrtpclient.h:
7540         * gst/rtpmanager/gstrtpjitterbuffer.h:
7541         * gst/rtpmanager/gstrtpmanager.c:
7542         * gst/rtpmanager/gstrtpptdemux.c:
7543         * gst/rtpmanager/gstrtpptdemux.h:
7544         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_sdes),
7545         (gst_rtp_session_class_init), (gst_rtp_session_init):
7546         * gst/rtpmanager/gstrtpsession.h:
7547         * gst/rtpmanager/gstrtpssrcdemux.c:
7548         * gst/rtpmanager/gstrtpssrcdemux.h:
7549         * gst/rtpmanager/rtpjitterbuffer.c:
7550         * gst/rtpmanager/rtpjitterbuffer.h:
7551         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7552         (on_ssrc_sdes), (rtp_session_process_sdes):
7553         * gst/rtpmanager/rtpsession.h:
7554         * gst/rtpmanager/rtpsource.c:
7555         * gst/rtpmanager/rtpsource.h:
7556         * gst/rtpmanager/rtpstats.c:
7557         * gst/rtpmanager/rtpstats.h:
7558         Add signal to notify of an SDES change.
7559         Fix object type in the signal callbacks.
7560
7561 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7562
7563         * gst/rtpmanager/gstrtpbin.c: (create_session),
7564         (gst_rtp_bin_class_init), (gst_rtp_bin_init), (sdes_type_to_name),
7565         (gst_rtp_bin_set_sdes_string), (gst_rtp_bin_get_sdes_string),
7566         (gst_rtp_bin_set_property), (gst_rtp_bin_get_property):
7567         * gst/rtpmanager/gstrtpbin.h:
7568         Expose SDES items as properties and configure the session managers with
7569         them.
7570
7571         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7572         (rtp_source_set_property):
7573         Fix SSRC property.
7574
7575 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
7576
7577         * gst/rtpmanager/gstrtpbin.c: (create_session):
7578         * gst/rtpmanager/rtpjitterbuffer.c:
7579         Update comment.
7580
7581         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
7582         (gst_rtp_session_set_property), (gst_rtp_session_get_property):
7583         Define some GObject properties to set SDES and other configuration.
7584
7585         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
7586         (rtp_session_init), (rtp_session_finalize),
7587         (rtp_session_set_property), (rtp_session_get_property),
7588         (on_ssrc_sdes), (rtp_session_set_bandwidth),
7589         (rtp_session_get_bandwidth), (rtp_session_set_rtcp_fraction),
7590         (rtp_session_get_rtcp_fraction), (rtp_session_set_sdes_string),
7591         (rtp_session_get_sdes_string), (obtain_source),
7592         (rtp_session_get_internal_source), (rtp_session_process_sdes),
7593         (rtp_session_send_rtp), (rtp_session_next_timeout), (session_sdes),
7594         (is_rtcp_time):
7595         * gst/rtpmanager/rtpsession.h:
7596         Add signal when new SDES infor has been found for a source.
7597         Create properties for SDES and other info.
7598         Simplify the SDES API.
7599         Add method for getting the internal source object of the session.
7600
7601         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
7602         (rtp_source_finalize), (rtp_source_set_property),
7603         (rtp_source_get_property), (rtp_source_set_callbacks),
7604         (rtp_source_get_ssrc), (rtp_source_set_as_csrc),
7605         (rtp_source_is_as_csrc), (rtp_source_is_active),
7606         (rtp_source_is_validated), (rtp_source_is_sender),
7607         (rtp_source_received_bye), (rtp_source_get_bye_reason),
7608         (rtp_source_set_sdes), (rtp_source_set_sdes_string),
7609         (rtp_source_get_sdes), (rtp_source_get_sdes_string),
7610         (rtp_source_get_new_sr), (rtp_source_get_new_rb):
7611         * gst/rtpmanager/rtpsource.h:
7612         Add GObject properties for various things.
7613         Don't leak the bye reason.
7614
7615 2007-12-09  Edward Hervey  <edward@collabora.co.uk>
7616
7617         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7618         (gst_flv_parse_tag_video):
7619         Fix list of supported and known codecs.
7620         Emit tag with the codec name so it gets properly reported in totem and
7621         other applications.
7622
7623 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7624
7625         * configure.ac:
7626         Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7627
7628 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7629
7630         * gst/equalizer/gstiirequalizer.c:
7631         (gst_iir_equalizer_transform_ip):
7632         Fix compilation.
7633
7634 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7635
7636         * gst/equalizer/gstiirequalizer.c:
7637         (gst_iir_equalizer_transform_ip):
7638         Don't process buffers in passthrough mode.
7639
7640 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7641
7642         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7643         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7644         The transform() methods are not called in passthrough mode so
7645         there's no need for checking if the element is in passthrough mode.
7646
7647 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7648
7649         * gst/filter/gstbpwsinc.c: (bpwsinc_transform):
7650         * gst/filter/gstlpwsinc.c: (lpwsinc_transform):
7651         Sync the GObject properties with the controller even in passthrough
7652         mode to get consistent property values.
7653
7654 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7655
7656         * gst/mpegtsparse/mpegtsparse.c: (crc_tab):
7657           Mark crc values table as constant.
7658
7659 2007-12-05  Edgard Lima  <edgard.lima@indt.org.br>
7660
7661         * ext/metadata/metadataexif.c:
7662         * ext/metadata/metadataiptc.c:
7663         * ext/metadata/metadatatags.c:
7664         * ext/metadata/metadatatags.h:
7665         * ext/metadata/metadataxmp.c:
7666           Added some tags to exif parser.
7667
7668 2007-12-05  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7669
7670         * gst/mpegtsparse/mpegtspacketizer.c:
7671         * gst/mpegtsparse/mpegtsparse.c:
7672         A sub table is identified by the pair table_id and 
7673         sub_table_identifier, not by pid. So hash with that.
7674         * sys/dvb/dvbbasebin.c:
7675         Make sure initial pids are added properly to filter,
7676
7677 2007-12-05  Andy Wingo  <wingo@pobox.com>
7678
7679         * gst/switch/gstswitch.c (gst_switch_set_property): Don't push
7680         buffers from app thread when unsetting `queue-buffers', it's
7681         dangerous and the chain function will do it for us anyway.
7682
7683 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7684
7685         * ext/metadata/metadatamuxjpeg.c: (metadatamux_wrap_chunk),
7686         (metadatamux_jpeg_lazy_update):
7687         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_parse),
7688         (metadataparse_jpeg_reading):
7689           Now compiles even when libiptc is missing.
7690
7691 2007-12-04  Edgard Lima  <edgard.lima@indt.org.br>
7692
7693         * ext/metadata/gstmetadatamux.c:
7694         * ext/metadata/gstmetadatamux.h:
7695         * ext/metadata/gstmetadataparse.c:
7696         * ext/metadata/gstmetadataparse.h:
7697         * ext/metadata/metadata.c:
7698         * ext/metadata/metadata.h:
7699         * ext/metadata/metadatamuxjpeg.c:
7700         * ext/metadata/metadatamuxjpeg.h:
7701         * ext/metadata/metadatamuxpng.c:
7702         * ext/metadata/metadatamuxpng.h:
7703           Fixed element properties and now muxer writes to png also.
7704
7705 2007-12-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7706
7707         * gst/mpegtsparse/Makefile.am:
7708         * gst/mpegtsparse/mpegtspacketizer.c:
7709         * gst/mpegtsparse/mpegtsparse.c:
7710         Remove signals for pat, pmt, nit, eit, sdt. Replace with bus
7711         messages.
7712         * sys/dvb/dvbbasebin.c:
7713         Instead of attaching to signals, use the bus messages.
7714         Also fix up so the dvbsrc starts only outputting the info tables
7715         like PAT, CAT, NIT, SDT, EIT instead of the whole ts.
7716
7717 2007-12-03  Edgard Lima  <edgard.lima@indt.org.br>
7718
7719         * ext/metadata/gstmetadatamux.c:
7720         * ext/metadata/gstmetadatamux.h:
7721         * ext/metadata/metadataexif.c:
7722         * ext/metadata/metadataexif.h:
7723         * ext/metadata/metadataiptc.c:
7724         * ext/metadata/metadataiptc.h:
7725         * ext/metadata/metadatamuxjpeg.c:
7726         * ext/metadata/metadataxmp.c:
7727         * ext/metadata/metadataxmp.h:
7728           Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer
7729           implemets GstTagSetter interface.
7730
7731 2007-12-03  Thijs Vermeir  <thijsvermeir@gmail.com>
7732
7733         * gst/librfb/rfbdecoder.c:
7734                 Should fix the 64-bit build
7735
7736 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7737
7738         * ext/metadata/gstmetadatamux.c:
7739         * ext/metadata/gstmetadatamux.h:
7740         * ext/metadata/gstmetadataparse.c:
7741         * ext/metadata/gstmetadataparse.h:
7742         * ext/metadata/metadataexif.c:
7743         * ext/metadata/metadataexif.h:
7744         * ext/metadata/metadataiptc.c:
7745         * ext/metadata/metadataiptc.h:
7746         * ext/metadata/metadatamuxjpeg.c:
7747         * ext/metadata/metadatamuxpng.c:
7748         * ext/metadata/metadataparsejpeg.c:
7749         * ext/metadata/metadataparsepng.c:
7750         * ext/metadata/metadataxmp.c:
7751         * ext/metadata/metadataxmp.h:
7752           Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
7753
7754 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7755
7756         * gst/librfb/rfbdecoder.c:
7757         * gst/librfb/rfbdecoder.h:
7758                 Add CoRRE encoding
7759
7760 2007-11-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7761
7762         * gst/mpegtsparse/mpegtsparse.c:
7763         CRC check the psi pids. CRC checking code relicenced from MPL.
7764         Thanks Fluendo.
7765
7766 2007-11-30  Edgard Lima  <edgard.lima@indt.org.br>
7767
7768         * ext/metadata/Makefile.am:
7769         * ext/metadata/gstmetadatamux.c:
7770         * ext/metadata/gstmetadatamux.h:
7771         * ext/metadata/gstmetadataparse.c:
7772         * ext/metadata/metadata.c:
7773         * ext/metadata/metadata.h:
7774         * ext/metadata/metadatamuxjpeg.c:
7775         * ext/metadata/metadatamuxjpeg.h:
7776         * ext/metadata/metadatamuxpng.c:
7777         * ext/metadata/metadatamuxpng.h:
7778         * ext/metadata/metadataparsejpeg.c:
7779         * ext/metadata/metadataparsejpeg.h:
7780         * ext/metadata/metadataparsepng.c:
7781         * ext/metadata/metadataparsepng.h:
7782         * ext/metadata/metadatatypes.c:
7783         * ext/metadata/metadatatypes.h:
7784           Fixed get_range bug when injecting and stripping. And mux is almost
7785           done now.
7786
7787 2007-11-30  Thijs Vermeir  <thijsvermeir@gmail.com>
7788
7789         * gst/librfb/rfbdecoder.c:
7790                 Use glib macro for swapping
7791
7792 2007-11-29  Thijs Vermeir  <thijsvermeir@gmail.com>
7793
7794         * gst/librfb/gstrfbsrc.c:
7795         * gst/librfb/rfbdecoder.c:
7796         * gst/librfb/rfbdecoder.h:
7797                 Disable CopyRect encoding by default
7798                 Add RRE encoding
7799
7800 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7801
7802         Patch by: Wouter Cloetens <wouter at mind dot be>
7803
7804         * configure.ac:
7805         Bump libsoup requirement as libsoup does not support async client
7806         operation prior to version 2.2.104 and it has some leaks.
7807
7808         * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_class_init),
7809         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
7810         (gst_souphttp_src_set_property), (gst_souphttp_src_create),
7811         (gst_souphttp_src_start), (gst_souphttp_src_stop),
7812         (gst_souphttp_src_unlock), (gst_souphttp_src_unlock_stop),
7813         (gst_souphttp_src_get_size), (soup_got_headers), (soup_got_body),
7814         (soup_finished), (soup_got_chunk), (soup_response),
7815         (soup_session_close):
7816         * ext/soup/gstsouphttpsrc.h:
7817         Implement unlock().
7818         Picks up the size from the Content-Length header and emit a duration
7819         message.
7820         Don't leak the GMainContext object.
7821         Fixes #500099.
7822
7823 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7824
7825         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
7826         (alsaspdifsink_get_time), (alsaspdifsink_set_params),
7827         (alsaspdifsink_find_pcm_device):
7828         Don't free uninitialized data when we are in error.
7829
7830 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
7831
7832         * ext/metadata/gstmetadatamux.c:
7833         * ext/metadata/gstmetadataparse.c:
7834         * ext/metadata/metadataexif.c:
7835         * ext/metadata/metadataexif.h:
7836         * ext/metadata/metadataiptc.c:
7837         * ext/metadata/metadataiptc.h:
7838         * ext/metadata/metadatatags.c:
7839         * ext/metadata/metadatatags.h:
7840         * ext/metadata/metadataxmp.c:
7841         * ext/metadata/metadataxmp.h:
7842           Sending make and model individual tags and muxer now links fine.
7843
7844 2007-11-28  Edgard Lima  <edgard.lima@indt.org.br>
7845
7846         * ext/metadata/Makefile.am:
7847         * ext/metadata/gstmetadata.c:
7848         * ext/metadata/gstmetadatamux.c:
7849         * ext/metadata/gstmetadatamux.h:
7850         * ext/metadata/gstmetadataparse.c:
7851         * ext/metadata/gstmetadataparse.h:
7852         * ext/metadata/metadata.c:
7853         * ext/metadata/metadata.h:
7854         * ext/metadata/metadataexif.c:
7855         * ext/metadata/metadataexif.h:
7856         * ext/metadata/metadataiptc.c:
7857         * ext/metadata/metadataiptc.h:
7858         * ext/metadata/metadataparse.c:
7859         * ext/metadata/metadataparse.h:
7860         * ext/metadata/metadataparseexif.c:
7861         * ext/metadata/metadataparseexif.h:
7862         * ext/metadata/metadataparseiptc.c:
7863         * ext/metadata/metadataparseiptc.h:
7864         * ext/metadata/metadataparsexmp.c:
7865         * ext/metadata/metadataparsexmp.h:
7866         * ext/metadata/metadatatags.c:
7867         * ext/metadata/metadatatags.h:
7868         * ext/metadata/metadataxmp.c:
7869         * ext/metadata/metadataxmp.h:
7870           Small fixes in get_range and better structure for generic muxer and
7871           demuxer.
7872
7873 2007-11-26  Julien Moutte  <julien@fluendo.com>
7874
7875         * configure.ac: Add QuickTime Wrapper plug-in.
7876         * gst/speexresample/gstspeexresample.c:
7877         (gst_speex_resample_push_drain), (gst_speex_resample_process): Fix
7878         build on Mac OS X Leopard. Incorrect printf format arguments.
7879         * sys/Makefile.am:
7880         * sys/qtwrapper/Makefile.am:
7881         * sys/qtwrapper/audiodecoders.c:
7882         (qtwrapper_audio_decoder_base_init),
7883         (qtwrapper_audio_decoder_class_init),
7884         (qtwrapper_audio_decoder_init),
7885         (clear_AudioStreamBasicDescription), (fill_indesc_mp3),
7886         (fill_indesc_aac), (fill_indesc_samr), (fill_indesc_generic),
7887         (make_samr_magic_cookie), (open_decoder),
7888         (qtwrapper_audio_decoder_sink_setcaps), (process_buffer_cb),
7889         (qtwrapper_audio_decoder_chain),
7890         (qtwrapper_audio_decoder_sink_event),
7891         (qtwrapper_audio_decoders_register):
7892         * sys/qtwrapper/codecmapping.c: (audio_caps_from_string),
7893         (fourcc_to_caps):
7894         * sys/qtwrapper/codecmapping.h:
7895         * sys/qtwrapper/imagedescription.c: (image_description_for_avc1),
7896         (image_description_for_mp4v), (image_description_from_stsd_buffer),
7897         (image_description_from_codec_data):
7898         * sys/qtwrapper/imagedescription.h:
7899         * sys/qtwrapper/qtutils.c: (get_name_info_from_component),
7900         (get_output_info_from_component), (dump_avcc_atom),
7901         (dump_image_description), (dump_codec_decompress_params),
7902         (addSInt32ToDictionary), (dump_cvpixel_buffer),
7903         (DestroyAudioBufferList), (AllocateAudioBufferList):
7904         * sys/qtwrapper/qtutils.h:
7905         * sys/qtwrapper/qtwrapper.c: (plugin_init):
7906         * sys/qtwrapper/qtwrapper.h:
7907         * sys/qtwrapper/videodecoders.c:
7908         (qtwrapper_video_decoder_base_init),
7909         (qtwrapper_video_decoder_class_init),
7910         (qtwrapper_video_decoder_init), (qtwrapper_video_decoder_finalize),
7911         (fill_image_description), (new_image_description), (close_decoder),
7912         (open_decoder), (qtwrapper_video_decoder_sink_setcaps),
7913         (decompressCb), (qtwrapper_video_decoder_chain),
7914         (qtwrapper_video_decoder_sink_event),
7915         (qtwrapper_video_decoders_register): Initial import of QuickTime
7916         wrapper jointly developped by Songbird authors (Pioneers of the
7917         Inevitable) and Fluendo.
7918
7919 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7920
7921         * gst/spectrum/gstspectrum.c:
7922           Use dispose and finalize. Dispose can be called multiple times.
7923
7924 2007-11-26  Edgard Lima  <edgard.lima@indt.org.br>
7925
7926         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
7927         (gst_metadata_parse_chain), (gst_metadata_parse_checkgetrange):
7928           Now works when get_range is not available upstream.
7929
7930 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7931
7932         * gst/speexresample/README:
7933         * gst/speexresample/arch.h:
7934         * gst/speexresample/resample.c: (resampler_basic_direct_single),
7935         (resampler_basic_direct_double),
7936         (resampler_basic_interpolate_single),
7937         (resampler_basic_interpolate_double),
7938         (speex_resampler_process_native), (speex_resampler_process_float),
7939         (speex_resampler_process_int),
7940         (speex_resampler_process_interleaved_float),
7941         (speex_resampler_process_interleaved_int),
7942         (speex_resampler_get_input_latency),
7943         (speex_resampler_get_output_latency):
7944         * gst/speexresample/speex_resampler.h:
7945         Update speex resampler to latest SVN. We're now down to only the
7946         changes noted in README again.
7947
7948         * gst/speexresample/speex_resampler_wrapper.h:
7949         * gst/speexresample/gstspeexresample.c:
7950         (gst_speex_resample_push_drain), (gst_speex_resample_query):
7951         Adjust to API changes.
7952
7953 2007-11-25  Edward Hervey  <bilboed@bilboed.com>
7954
7955         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
7956         (gst_flv_parse_tag_video):
7957         Output segment with proper 'stop' value, makes flvdemux 100% compatible
7958         with gnonlin.
7959
7960 2007-11-25  Stefan Kost  <ensonic@users.sf.net>
7961
7962         * ext/dc1394/gstdc1394.c:
7963           Set initial structure name to fix assertion, due to recent caps name
7964           constraints.
7965
7966 2007-11-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7967
7968         patch by: Alessandro Decina
7969
7970         * gst/mpegtsparse/mpegtspacketizer.c:
7971         * gst/mpegtsparse/mpegtspacketizer.h:
7972         * gst/mpegtsparse/mpegtsparse.c:
7973         * gst/mpegtsparse/mpegtsparse.h:
7974         pat-info is now a signal not a GObject property that
7975         gets notified.
7976         pat-info, pmt-info now instead of passing a GObject as
7977         a parameter, pass a GstStructure.
7978         New signals: nit-info, sdt-info, eit-info for DVB SI information
7979         * sys/dvb/camconditionalaccess.c:
7980         * sys/dvb/camconditionalaccess.h:
7981         * sys/dvb/camdevice.c:
7982         * sys/dvb/camdevice.h:
7983         * sys/dvb/camswclient.c:
7984         * sys/dvb/camswclient.h:
7985         * sys/dvb/camutils.c:
7986         * sys/dvb/camutils.h:
7987         Cam code now uses the pmt GstStructure passed from mpegtsparse
7988         signals rather than the GObject.
7989         * sys/dvb/dvbbasebin.c:
7990         Use new signals in mpegtsparse and use GstStructures as per
7991         mpegtsparse's modified API.
7992         
7993 2007-11-23  Edgard Lima  <edgard.lima@indt.org.br>
7994
7995         * ext/metadata/Makefile.am:
7996         * ext/metadata/gstmetadata.c:
7997         * ext/metadata/gstmetadatamux.c:
7998         * ext/metadata/gstmetadatamux.h:
7999         * ext/metadata/gstmetadataparse.c:
8000         * ext/metadata/gstmetadataparse.h:
8001         * ext/metadata/metadataparse.c:
8002         * ext/metadata/metadataparse.h:
8003         * ext/metadata/metadataparsejpeg.c:
8004         * ext/metadata/metadataparsejpeg.h:
8005         * ext/metadata/metadataparsepng.c:
8006         * ext/metadata/metadataparsepng.h:
8007         * ext/metadata/metadataparsetypes.h:
8008         * ext/metadata/metadatatypes.c:
8009         * ext/metadata/metadatatypes.h:
8010           Now parser is generic (just add/remove a list of chunks). And a
8011           template of muxer has been created.
8012
8013 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8014
8015         * gst/speexresample/gstspeexresample.c:
8016         (gst_speex_resample_update_state):
8017         Only post the latency message if we have a resampler state already.
8018
8019 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8020
8021         * gst/speexresample/gstspeexresample.c:
8022         (gst_speex_resample_update_state):
8023         Also post GST_MESSAGE_LATENCY if the latency changes.
8024
8025 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
8026
8027         * gst/speexresample/resample.c: (speex_resampler_get_latency),
8028         (speex_resampler_drain_float), (speex_resampler_drain_int),
8029         (speex_resampler_drain_interleaved_float),
8030         (speex_resampler_drain_interleaved_int):
8031         * gst/speexresample/speex_resampler.h:
8032         * gst/speexresample/speex_resampler_wrapper.h:
8033         Add functions to push the remaining samples and to get the latency
8034         of the resampler. These will get added to Speex SVN in this or a
8035         slightly changed form at some point too and should get merged then
8036         again.
8037
8038         * gst/speexresample/gstspeexresample.c: (gst_speex_resample_init),
8039         (gst_speex_resample_init_state),
8040         (gst_speex_resample_transform_size),
8041         (gst_speex_resample_push_drain), (gst_speex_resample_event),
8042         (gst_speex_fix_output_buffer), (gst_speex_resample_process),
8043         (gst_speex_resample_query), (gst_speex_resample_query_type):
8044         Drop the prepending zeroes and output the remaining samples on EOS.
8045         Also properly implement the latency query for this. speexresample
8046         should be completely ready for production use now.
8047
8048 2007-11-22  Wim Taymans  <wim.taymans@gmail.com>
8049
8050         * gst/rtpmanager/gstrtpjitterbuffer.c:
8051         (gst_rtp_jitter_buffer_query):
8052         jitterbuffer can buffer an unlimited amount of time and thus has no
8053         max_latency requirements.
8054
8055 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8056
8057         * gst/speexresample/README:
8058         Add README explaining where the resampling code was taken from
8059         and which changes were done.
8060
8061         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8062         (speex_free):
8063         Use g_malloc() and friends instead of malloc() to achieve higher
8064         portability and define the functions inline.
8065
8066         * gst/speexresample/speex_resampler.h:
8067         Add back some useless preprocessor stuff to keep the diff between
8068         our version and the one from the Speex SVN repository lower.
8069
8070 2007-11-21  Sebastian Dröge  <slomo@circular-chaos.org>
8071
8072         * gst/filter/gstbpwsinc.c: (bpwsinc_set_property):
8073         * gst/filter/gstlpwsinc.c: (lpwsinc_set_property):
8074         Post a GST_MESSAGE_LATENCY if the latency changes.
8075
8076 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
8077
8078         * ext/faac/gstfaac.c: (gst_faac_sink_event):
8079         Don't try to flush the decoder on EOS when it was not initialized.
8080         Fixes #498667
8081
8082 2007-11-21  Julien Moutte  <julien@fluendo.com>
8083
8084         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_write): Fix build
8085         on Mac OS X. (missing format parameter)
8086
8087 2007-11-21  Stefan Kost  <ensonic@users.sf.net>
8088
8089         * gst/equalizer/gstiirequalizer10bands.c:
8090         * gst/equalizer/gstiirequalizer3bands.c:
8091           Remove preset iface again. We'll re-add this after its been released
8092           in -good.
8093
8094 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8095
8096         * gst/speexresample/gstspeexresample.c:
8097         (gst_speex_fix_output_buffer), (gst_speex_resample_transform):
8098         Some small cleanup and addition of a TODO item.
8099
8100 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8101
8102         * gst/speexresample/Makefile.am:
8103         Add missing file.
8104
8105 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8106
8107         * docs/plugins/inspect/plugin-app.xml:
8108         * docs/plugins/inspect/plugin-bayer.xml:
8109         * docs/plugins/inspect/plugin-cdaudio.xml:
8110         * docs/plugins/inspect/plugin-dvb.xml:
8111         * docs/plugins/inspect/plugin-dvbsrc.xml:
8112         * docs/plugins/inspect/plugin-dvdspu.xml:
8113         * docs/plugins/inspect/plugin-festival.xml:
8114         * docs/plugins/inspect/plugin-flvdemux.xml:
8115         * docs/plugins/inspect/plugin-gstinterlace.xml:
8116         * docs/plugins/inspect/plugin-interleave.xml:
8117         * docs/plugins/inspect/plugin-ladspa.xml:
8118         * docs/plugins/inspect/plugin-mpeg4videoparse.xml:
8119         * docs/plugins/inspect/plugin-mpegtsparse.xml:
8120         * docs/plugins/inspect/plugin-mpegvideoparse.xml:
8121         * docs/plugins/inspect/plugin-mve.xml:
8122         * docs/plugins/inspect/plugin-nas.xml:
8123         * docs/plugins/inspect/plugin-nuvdemux.xml:
8124         * docs/plugins/inspect/plugin-quicktime.xml:
8125         * docs/plugins/inspect/plugin-real.xml:
8126         * docs/plugins/inspect/plugin-rfbsrc.xml:
8127         * docs/plugins/inspect/plugin-sdp.xml:
8128         * docs/plugins/inspect/plugin-sndfile.xml:
8129         * docs/plugins/inspect/plugin-soup.xml:
8130         * docs/plugins/inspect/plugin-speexresample.xml:
8131         * docs/plugins/inspect/plugin-stereo.xml:
8132         * docs/plugins/inspect/plugin-switch.xml:
8133         * docs/plugins/inspect/plugin-vcdsrc.xml:
8134         * docs/plugins/inspect/plugin-videocrop.xml:
8135         * docs/plugins/inspect/plugin-videoparse.xml:
8136         * docs/plugins/inspect/plugin-vmnc.xml:
8137         * docs/plugins/inspect/plugin-x264.xml:
8138         * docs/plugins/inspect/plugin-y4menc.xml:
8139         Add missing inspection files to CVS.
8140
8141 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8142
8143         * docs/plugins/Makefile.am:
8144         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
8145         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
8146         * docs/plugins/gst-plugins-bad-plugins.args:
8147         * docs/plugins/gst-plugins-bad-plugins.signals:
8148         * docs/plugins/inspect/plugin-bz2.xml:
8149         * docs/plugins/inspect/plugin-cdxaparse.xml:
8150         * docs/plugins/inspect/plugin-dtsdec.xml:
8151         * docs/plugins/inspect/plugin-equalizer.xml:
8152         * docs/plugins/inspect/plugin-faac.xml:
8153         * docs/plugins/inspect/plugin-faad.xml:
8154         * docs/plugins/inspect/plugin-filter.xml:
8155         * docs/plugins/inspect/plugin-freeze.xml:
8156         * docs/plugins/inspect/plugin-gio.xml:
8157         * docs/plugins/inspect/plugin-gsm.xml:
8158         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
8159         * docs/plugins/inspect/plugin-h264parse.xml:
8160         * docs/plugins/inspect/plugin-modplug.xml:
8161         * docs/plugins/inspect/plugin-mpeg2enc.xml:
8162         * docs/plugins/inspect/plugin-musepack.xml:
8163         * docs/plugins/inspect/plugin-musicbrainz.xml:
8164         * docs/plugins/inspect/plugin-nsfdec.xml:
8165         * docs/plugins/inspect/plugin-replaygain.xml:
8166         * docs/plugins/inspect/plugin-soundtouch.xml:
8167         * docs/plugins/inspect/plugin-spcdec.xml:
8168         * docs/plugins/inspect/plugin-spectrum.xml:
8169         * docs/plugins/inspect/plugin-speed.xml:
8170         * docs/plugins/inspect/plugin-tta.xml:
8171         * docs/plugins/inspect/plugin-videosignal.xml:
8172         * docs/plugins/inspect/plugin-xingheader.xml:
8173         * docs/plugins/inspect/plugin-xvid.xml:
8174         * gst/speexresample/gstspeexresample.h:
8175         Add speexresample to the docs and while at that do a make update.
8176
8177 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8178
8179         * gst/speexresample/gstspeexresample.c:
8180         (gst_speex_fix_output_buffer), (gst_speex_resample_process):
8181         If the resampler gives less output samples than expected
8182         adjust the output buffer and print a warning.
8183
8184 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
8185
8186         * configure.ac:
8187         * gst/speexresample/arch.h:
8188         * gst/speexresample/fixed_generic.h:
8189         * gst/speexresample/gstspeexresample.c:
8190         (gst_speex_resample_base_init), (gst_speex_resample_class_init),
8191         (gst_speex_resample_init), (gst_speex_resample_start),
8192         (gst_speex_resample_stop), (gst_speex_resample_get_unit_size),
8193         (gst_speex_resample_transform_caps),
8194         (gst_speex_resample_init_state), (gst_speex_resample_update_state),
8195         (gst_speex_resample_reset_state), (gst_speex_resample_parse_caps),
8196         (gst_speex_resample_transform_size), (gst_speex_resample_set_caps),
8197         (gst_speex_resample_event), (gst_speex_resample_check_discont),
8198         (gst_speex_resample_process), (gst_speex_resample_transform),
8199         (gst_speex_resample_set_property),
8200         (gst_speex_resample_get_property), (plugin_init):
8201         * gst/speexresample/gstspeexresample.h:
8202         * gst/speexresample/resample.c: (speex_alloc), (speex_realloc),
8203         (speex_free), (compute_func), (main), (sinc), (cubic_coef),
8204         (resampler_basic_direct_single), (resampler_basic_direct_double),
8205         (resampler_basic_interpolate_single),
8206         (resampler_basic_interpolate_double), (update_filter),
8207         (speex_resampler_init), (speex_resampler_init_frac),
8208         (speex_resampler_destroy), (speex_resampler_process_native),
8209         (speex_resampler_process_float), (speex_resampler_process_int),
8210         (speex_resampler_process_interleaved_float),
8211         (speex_resampler_process_interleaved_int),
8212         (speex_resampler_set_rate), (speex_resampler_get_rate),
8213         (speex_resampler_set_rate_frac), (speex_resampler_get_ratio),
8214         (speex_resampler_set_quality), (speex_resampler_get_quality),
8215         (speex_resampler_set_input_stride),
8216         (speex_resampler_get_input_stride),
8217         (speex_resampler_set_output_stride),
8218         (speex_resampler_get_output_stride), (speex_resampler_skip_zeros),
8219         (speex_resampler_reset_mem), (speex_resampler_strerror):
8220         * gst/speexresample/speex_resampler.h:
8221         * gst/speexresample/speex_resampler_float.c:
8222         * gst/speexresample/speex_resampler_int.c:
8223         * gst/speexresample/speex_resampler_wrapper.h:
8224         Add resample element based on the Speex resampling algorithm.
8225
8226 2007-11-20  Edgard Lima  <edgard.lima@indt.org.br>
8227
8228         * ext/metadata/gstmetadataparse.c:
8229         * ext/metadata/gstmetadataparse.h:
8230           Fixed buffer strip (safer wil pull and after seek).
8231
8232 2007-11-19  Stefan Kost  <ensonic@users.sf.net>
8233
8234         * gst/equalizer/gstiirequalizer10bands.c:
8235         * gst/equalizer/gstiirequalizer3bands.c:
8236           Activate preset iface and upload two presets here.
8237
8238 2007-11-19  Edgard Lima  <edgard.lima@indt.org.br>
8239
8240         * ext/metadata/gstmetadataparse.c:
8241         * ext/metadata/gstmetadataparse.h:
8242           Strip out in pull mode also. Seek and Query functions added.
8243
8244 2007-11-18  Edgard Lima  <edgard.lima@indt.org.br>
8245
8246         * ext/metadata/gstmetadataparse.c:
8247         * ext/metadata/gstmetadataparse.h:
8248         * ext/metadata/metadataparse.c:
8249         * ext/metadata/metadataparse.h:
8250         * ext/metadata/metadataparsejpeg.c:
8251         * ext/metadata/metadataparsejpeg.h:
8252         * ext/metadata/metadataparsepng.c:
8253         * ext/metadata/metadataparsepng.h:
8254         * ext/metadata/metadataparsetypes.h:
8255           Strip out metadata chunks.
8256
8257 2007-11-16  Stefan Kost  <ensonic@users.sf.net>
8258
8259         * configure.ac:
8260           Als use AG_GST_PLUGIN_DOCS (see #344039).
8261
8262 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8263
8264         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
8265
8266         * gst/mpegtsparse/mpegtspacketizer.c: (foreach_stream_clear),
8267         (remove_all), (mpegts_packetizer_clear):
8268         Ensure that the plugin does not crash when the property pat-info is
8269         queried before a PAT is available. It also ensures that the PAT info is
8270         cleared when the changing from PLAYING to READY.
8271         Fixes #487892.
8272
8273 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8274
8275         Patch by: Wouter Paesen <wouter at blue-gate dot be>
8276
8277         * ext/soundtouch/gstpitch.cc:
8278         Handle seeking correctly. Fixes #461068.
8279
8280 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8281
8282         Patch by: Michael Kötter <m dot koetter at oraise dot de>
8283
8284         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_set_caps),
8285         (alsaspdifsink_get_time), (alsaspdifsink_open),
8286         (alsaspdifsink_set_params), (alsaspdifsink_delay), (plugin_init):
8287         Fix sample rate and clocking.
8288         Remove buffer_time and period_time as this seems to break on some
8289         hardware. Fixes #485462.
8290
8291 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
8292
8293         Patch by: Wouter Cloetens <wouter at mind dot be>
8294
8295         * configure.ac:
8296         * ext/Makefile.am:
8297         * ext/soup/Makefile.am:
8298         * ext/soup/gstsouphttpsrc.c: (_do_init),
8299         (gst_souphttp_src_base_init), (gst_souphttp_src_class_init),
8300         (gst_souphttp_src_init), (gst_souphttp_src_dispose),
8301         (gst_souphttp_src_set_property), (gst_souphttp_src_get_property),
8302         (gst_souphttp_src_create), (gst_souphttp_src_start),
8303         (gst_souphttp_src_stop), (gst_souphttp_src_unlock),
8304         (gst_souphttp_src_set_location), (soup_got_chunk), (soup_response),
8305         (soup_session_close), (plugin_init):
8306         * ext/soup/gstsouphttpsrc.h:
8307         Added HTTP source based on libsoup. Fixes #497020.
8308
8309 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8310
8311         * gst/librfb/gstrfbsrc.c:
8312         don't forget to handle the offset's
8313         * gst/librfb/rfbdecoder.c:
8314         * gst/librfb/rfbdecoder.h:
8315         precalculate some many used values
8316
8317 2007-11-15  Thijs Vermeir  <thijsvermeir@gmail.com>
8318
8319         patch by: Armando Taffarel Neto <taffarel@solis.coop.br>
8320         * gst/librfb/gstrfbsrc.c:
8321         Set the timestamp for the output buffers
8322
8323 2007-11-14  Sebastian Dröge  <slomo@circular-chaos.org>
8324
8325         * tests/check/elements/spectrum.c: (GST_START_TEST):
8326         Fix spectrum unit test for the latest spectrum changes.
8327
8328 2007-11-12  Sebastian Dröge  <slomo@circular-chaos.org>
8329
8330         Patch by: René Stadler <mail at renestadler dot de>
8331
8332         * gst/replaygain/rganalysis.c: (yule_filter):
8333         Avoid slowdown from denormals when processing near-silence input data.
8334         Spotted by Gabriel Bouvigne. Fixes #494499.
8335
8336 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
8337
8338         * gst/flv/gstflvparse.c:
8339         Add mapping for Nellymoser ASAO audio codec.
8340         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Make sure we
8341         actually have data to read at the end of the tag. This avoids trying
8342         to allocate negative buffers.
8343
8344 2007-11-12  Edgard Lima  <edgard.lima@indt.org.br>
8345
8346         * ext/metadata/README:
8347           Added a design proposal from metadata parse and mux.
8348
8349 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8350
8351         * gst/equalizer/demo.c: (draw_spectrum):
8352         * gst/spectrum/demo-audiotest.c: (draw_spectrum):
8353         * gst/spectrum/demo-osssrc.c: (draw_spectrum):
8354         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
8355         Change the meaning of the magnitude values given in the
8356         GstMessages by spectrum to decibel instead of
8357         decibel+threshold.
8358
8359 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8360
8361         * gst/equalizer/gstiirequalizer10bands.c:
8362         * gst/equalizer/gstiirequalizer3bands.c:
8363         * gst/equalizer/gstiirequalizernbands.c:
8364         And continue to update docs. Also include some sample code
8365         for the n-band equalizer in the docs.
8366
8367 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
8368
8369         * gst/equalizer/gstiirequalizer10bands.c:
8370         (gst_iir_equalizer_10bands_class_init):
8371         * gst/equalizer/gstiirequalizer3bands.c:
8372         (gst_iir_equalizer_3bands_class_init):
8373         * gst/equalizer/gstiirequalizernbands.c:
8374         Update docs and property ranges to the real values.
8375
8376 2007-11-09  Sebastian Dröge  <slomo@circular-chaos.org>
8377
8378         * gst/spectrum/gstspectrum.c:
8379         Now do the scaling right for real. Also initialize a previously
8380         uninitialized variable.
8381
8382 2007-11-09  Edgard Lima  <edgard.lima@indt.org.br>
8383
8384         * ext/metadata/metadataparsexmp.c:
8385         (metadataparse_xmp_tag_list_add),
8386         (metadataparse_xmp_iter_simple_qual),
8387         (metadataparse_xmp_iter_simple), (metadataparse_xmp_iter_array),
8388         (metadataparse_xmp_iter):
8389           Extracting more detailed info from XMP.
8390
8391 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
8392
8393         * gst/equalizer/demo.c:
8394           Make default volume a bit less. Improve layout by giving more space to
8395           the slider with big-numbers and enable fill.
8396
8397 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8398
8399         * configure.ac:
8400         * tests/check/pipelines/gio.c: (GST_START_TEST):
8401         Require GIO >= 0.1.2 and adjust unit test for an API change.
8402
8403 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8404
8405         * tests/icles/equalizer-test.c: (do_slider_fiddling):
8406         Fix gain ranges for the latest equalizer changes.
8407
8408 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8409
8410         * ext/gio/gstgio.h:
8411         Add macro to check if a stream supports seeking.
8412
8413         * ext/gio/Makefile.am:
8414         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_base_init),
8415         (gst_gio_base_sink_class_init), (gst_gio_base_sink_init),
8416         (gst_gio_base_sink_finalize), (gst_gio_base_sink_start),
8417         (gst_gio_base_sink_stop), (gst_gio_base_sink_unlock),
8418         (gst_gio_base_sink_unlock_stop), (gst_gio_base_sink_event),
8419         (gst_gio_base_sink_render), (gst_gio_base_sink_query),
8420         (gst_gio_base_sink_set_stream):
8421         * ext/gio/gstgiobasesink.h:
8422         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_base_init),
8423         (gst_gio_base_src_class_init), (gst_gio_base_src_init),
8424         (gst_gio_base_src_finalize), (gst_gio_base_src_start),
8425         (gst_gio_base_src_stop), (gst_gio_base_src_get_size),
8426         (gst_gio_base_src_is_seekable), (gst_gio_base_src_unlock),
8427         (gst_gio_base_src_unlock_stop), (gst_gio_base_src_check_get_range),
8428         (gst_gio_base_src_create), (gst_gio_base_src_set_stream):
8429         * ext/gio/gstgiobasesrc.h:
8430         Refactor common GIO functions to GstGioBaseSink and GstGioBaseSrc
8431         base classes that only require a GInputStream or GOutputStream to
8432         work.
8433
8434         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
8435         (gst_gio_sink_class_init), (gst_gio_sink_init),
8436         (gst_gio_sink_finalize), (gst_gio_sink_start):
8437         * ext/gio/gstgiosink.h:
8438         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
8439         (gst_gio_src_class_init), (gst_gio_src_init),
8440         (gst_gio_src_finalize), (gst_gio_src_start):
8441         * ext/gio/gstgiosrc.h:
8442         Use the newly created base classes here.
8443
8444         * ext/gio/gstgio.c: (plugin_init):
8445         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_base_init),
8446         (gst_gio_stream_sink_class_init), (gst_gio_stream_sink_init),
8447         (gst_gio_stream_sink_finalize), (gst_gio_stream_sink_set_property),
8448         (gst_gio_stream_sink_get_property):
8449         * ext/gio/gstgiostreamsink.h:
8450         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_base_init),
8451         (gst_gio_stream_src_class_init), (gst_gio_stream_src_init),
8452         (gst_gio_stream_src_finalize), (gst_gio_stream_src_set_property),
8453         (gst_gio_stream_src_get_property):
8454         * ext/gio/gstgiostreamsrc.h:
8455         Implement GstGioStreamSink and GstGioStreamSrc that have a property
8456         to set the GInputStream/GOutputStream that should be used.
8457
8458         * tests/check/Makefile.am:
8459         * tests/check/pipelines/.cvsignore:
8460         * tests/check/pipelines/gio.c: (message_handler), (GST_START_TEST),
8461         (gio_testsuite), (main):
8462         Add unit test for giostreamsrc and giostreamsink.
8463
8464 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
8465
8466         * ext/gio/gstgio.c: (plugin_init):
8467         Remove nowadays unnecessary workaround for a crash.
8468         
8469         * ext/gio/gstgiosink.c: (gst_gio_sink_finalize),
8470         (gst_gio_sink_start), (gst_gio_sink_stop),
8471         (gst_gio_sink_unlock_stop):
8472         * ext/gio/gstgiosink.h:
8473         * ext/gio/gstgiosrc.c: (gst_gio_src_finalize), (gst_gio_src_start),
8474         (gst_gio_src_stop), (gst_gio_src_unlock_stop):
8475         * ext/gio/gstgiosrc.h:
8476         Make the finalize function safer, clean up everything that could stay
8477         around.
8478
8479         Reset the cancellable instead of creating a new one after cancelling
8480         some operation.
8481
8482         Don't store the GFile in the element, it's only necessary for creating
8483         the streams.
8484
8485 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
8486
8487         * gst/spectrum/demo-audiotest.c: (main):
8488         Use autoaudiosink instead of alsasink and use a sine wave.
8489
8490         * gst/spectrum/gstspectrum.c:
8491         Fix the magnitude calculation.
8492
8493 2007-11-04  Tim-Philipp Müller  <tim at centricular dot net>
8494
8495         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8496
8497         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
8498           (CDshowFakeSink.CDshowFakeSink):
8499         * gst-libs/gst/dshow/gstdshowfakesink.h: (CDshowFakeSink.m_hres):
8500           Fix crasher in constructor due to the base class's constructor
8501           not necessarily being NULL-safe (depends on the SDK version used
8502           apparently; #492406).
8503
8504         * sys/dshowsrcwrapper/gstdshowaudiosrc.c: (gst_dshowaudiosrc_prepare):
8505         * sys/dshowsrcwrapper/gstdshowvideosrc.c: (gst_dshowvideosrc_set_caps):
8506           Fix a couple of MSVC compiler warnings (#492406).
8507
8508 2007-11-03  Sebastian Dröge  <slomo@circular-chaos.org>
8509
8510         * gst/equalizer/demo.c: (main):
8511         * gst/equalizer/gstiirequalizer.c:
8512         (gst_iir_equalizer_band_class_init), (setup_filter):
8513         Allow setting 0 as bandwidth and handle this correctly.
8514         Also handle a bandwidth of rate/2 properly.
8515
8516         * gst/equalizer/gstiirequalizernbands.c:
8517         (gst_iir_equalizer_nbands_class_init):
8518         Make it possible to generate a N-band equalizer with 1 bands. The
8519         previous limit of 2 was caused by a nowadays replaced calculation
8520         doing a division by zero if number of bands was 1.
8521
8522 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
8523
8524         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
8525
8526         * gst/rtpmanager/gstrtpsession.c:
8527           Fix bad function signatures (#492798).
8528
8529 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8530
8531         * ext/metadata/Makefile.am:
8532         * ext/metadata/gstmetadataparse.c:
8533         * ext/metadata/gstmetadataparse.h:
8534         * ext/metadata/metadataparse.c:
8535         * ext/metadata/metadataparse.h:
8536         * ext/metadata/metadataparseexif.c:
8537         * ext/metadata/metadataparseexif.h:
8538         * ext/metadata/metadataparseiptc.c:
8539         * ext/metadata/metadataparseiptc.h:
8540         * ext/metadata/metadataparsejpeg.c:
8541         * ext/metadata/metadataparsejpeg.h:
8542         * ext/metadata/metadataparsepng.c:
8543         * ext/metadata/metadataparsepng.h:
8544         * ext/metadata/metadataparseutil.c:
8545         * ext/metadata/metadataparseutil.h:
8546         * ext/metadata/metadataparsexmp.c:
8547         * ext/metadata/metadataparsexmp.h:
8548           Added support for PNG/XMP. Indentation. And fixed pull mode to parse
8549           the file. 
8550
8551 2007-11-02  Edgard Lima  <edgard.lima@indt.org.br>
8552
8553         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_init),
8554         (gst_metadata_parse_activate), (gst_metadata_parse_get_range),
8555         (gst_metadata_parse_element_activate_src_pull):
8556           Now metadataparse works in push or pull mode.
8557
8558 2007-11-01  Edgard Lima  <edgard.lima@indt.org.br>
8559
8560         * configure.ac:
8561         * ext/metadata/Makefile.am:
8562         * ext/metadata/metadataparseexif.c:
8563         (metadataparse_exif_tags_register),
8564         (metadataparse_exif_tag_list_add):
8565         * ext/metadata/metadataparseiptc.c:
8566         * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_init),
8567         (metadataparse_jpeg_dispose), (metadataparse_jpeg_parse),
8568         (metadataparse_jpeg_reading), (metadataparse_jpeg_xmp):
8569         * ext/metadata/metadataparseutil.c:
8570         (metadataparse_tag_list_add_chunk):
8571         * ext/metadata/metadataparseutil.h:
8572         * ext/metadata/metadataparsexmp.c:
8573         (metadataparse_xmp_tags_register),
8574         (metadataparse_xmp_tag_list_add), (metadataparse_xmp_init),
8575         (metadataparse_xmp_dispose):
8576         * ext/metadata/metadataparsexmp.h:
8577           Some XMP stuff added.
8578
8579 2007-10-31  Edgard Lima  <edgard.lima@indt.org.br>
8580
8581         * ext/metadata/gstmetadataparse.c:
8582         (gst_metadata_parse_dispose_members),
8583         (gst_metadata_parse_init_members), (gst_metadata_parse_send_tags),
8584         (gst_metadata_parse_chain), (gst_metadata_parse_get_range),
8585         (gst_metadata_parse_change_state),
8586         (gst_metadata_parse_plugin_init):
8587         * ext/metadata/gstmetadataparse.h:
8588         * ext/metadata/metadataparseexif.c:
8589         (metadataparse_exif_tags_register),
8590         (metadataparse_exif_tag_list_add),
8591         (exif_data_foreach_content_func),
8592         (exif_content_foreach_entry_func):
8593         * ext/metadata/metadataparseexif.h:
8594         * ext/metadata/metadataparseiptc.c:
8595         (metadataparse_iptc_tags_register),
8596         (metadataparse_tag_list_add_chunk),
8597         (metadataparse_iptc_tag_list_add),
8598         (iptc_data_foreach_dataset_func):
8599         * ext/metadata/metadataparseiptc.h:
8600         * ext/metadata/metadataparsexmp.c:
8601         (metadataparse_xmp_tags_register),
8602         (metadataparse_xmp_tag_list_add):
8603         * ext/metadata/metadataparsexmp.h:
8604           Now sending iptc tag in whole chunk. Ready to also send exif and xmp
8605           in the same way (look at bug #486659).
8606
8607 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8608
8609         * gst/librfb/rfbdecoder.c:
8610                 Some refactoring in RAW encoding
8611
8612 2007-10-31  Thijs Vermeir  <thijsvermeir@gmail.com>
8613
8614         * gst/librfb/d3des.h:
8615         * gst/librfb/gstrfbsrc.c:
8616         * gst/librfb/gstrfbsrc.h:
8617         * gst/librfb/rfbbuffer.h:
8618         * gst/librfb/rfbcontext.h:
8619         * gst/librfb/rfbdecoder.c:
8620         * gst/librfb/rfbdecoder.h:
8621         * gst/librfb/rfbutil.h:
8622         * gst/librfb/vncauth.h:
8623                 Added copyrect encoding
8624
8625 2007-10-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8626
8627         * sys/dvb/camswclient.c:
8628         Warn on failed write.
8629
8630 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8631
8632         * gst/equalizer/Makefile.am:
8633         * gst/equalizer/demo.c: (on_window_destroy), (on_configure_event),
8634         (on_gain_changed), (on_bandwidth_changed), (on_freq_changed),
8635         (draw_spectrum), (message_handler), (main):
8636         Add small demo application based on the spectrum demo applications
8637         that gets white noise as input, pushes it through an equalizer and
8638         paints the spectrum. For every equalizer band it's possible to set
8639         gain, bandwidth and frequency.
8640         * gst/equalizer/gstiirequalizer.c: (setup_filter):
8641         Add some guarding against too large or too small frequencies and
8642         bandwidths. Also improve debugging a bit.
8643
8644 2007-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
8645
8646         * gst/equalizer/gstiirequalizer.c:
8647         (gst_iir_equalizer_band_set_property),
8648         (gst_iir_equalizer_band_get_property),
8649         (gst_iir_equalizer_band_class_init), (arg_to_scale),
8650         (setup_filter), (gst_iir_equalizer_compute_frequencies):
8651         Replace filters with a bit better filters for which we can actually
8652         find documentation, which don't change anything on zero gain, etc.
8653         
8654         Make the frequency property of the bands writable, rename the
8655         band-width property to bandwidth and change the meaning to the
8656         frequency difference between bandedges, change the meaning of the
8657         gain property to dB instead of a weird scale between -1 and 1 that
8658         has no real meaning.
8659
8660 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
8661
8662         * sys/dvb/dvbbasebin.c:
8663           Fix the build.
8664
8665 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8666
8667         * ext/metadata/.cvsignore:
8668         * ext/metadata/gstmetadataparse.c: (gst_metadata_parse_base_init),
8669         (gst_metadata_parse_init), (gst_metadata_parse_get_caps),
8670         (gst_metadata_parse_configure_srccaps),
8671         (gst_metadata_parse_set_caps), (gst_metadata_parse_activate),
8672         (gst_metadata_parse_plugin_init):
8673         * ext/metadata/metadataparse.c: (metadataparse_parse):
8674         * ext/metadata/metadataparse.h:
8675           Changed kclass to "Parser/Extracter/Metadata", changed caps to
8676           "image/jpeg, tags-extract=true/false" and changed priority to
8677           GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until
8678           fixed to also work in pull mode.
8679
8680 2007-10-30  Edgard Lima  <edgard.lima@indt.org.br>
8681
8682         * configure.ac:
8683         * ext/Makefile.am:
8684         * ext/metadata/:
8685         * ext/metadata/Makefile.am:
8686         * ext/metadata/gstmetadata.c:
8687         * ext/metadata/gstmetadataparse.c:
8688         * ext/metadata/gstmetadataparse.h:
8689         * ext/metadata/metadataparse.c:
8690         * ext/metadata/metadataparse.h:
8691         * ext/metadata/metadataparseexif.c:
8692         * ext/metadata/metadataparseexif.h:
8693         * ext/metadata/metadataparseiptc.c:
8694         * ext/metadata/metadataparseiptc.h:
8695         * ext/metadata/metadataparsejpeg.c:
8696         * ext/metadata/metadataparsejpeg.h:
8697         * ext/metadata/metadataparsexmp.c:
8698         * ext/metadata/metadataparsexmp.h:
8699           Created new plugin ('medadata') and element ('metadataparse') that
8700           extract metadata from images (look at bug #486659).
8701
8702 2007-10-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8703
8704         * sys/dvb/dvbbasebin.c:
8705         Uncomment the line that sets the pid filter. Wrong way to 
8706         work-around driver issues.
8707
8708 2007-10-28  Tim-Philipp Müller  <tim at centricular dot net>
8709
8710         * ext/faac/gstfaac.c: (gst_faac_profile_get_type),
8711           (gst_faac_class_init), (gst_faac_init):
8712           Fix bitrate ranges and change enum nick for low complexity
8713           profile from LOW to LC for consistency (#490060).
8714
8715 2007-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8716
8717         * gst/interleave/interleave.c: (gst_interleave_request_new_pad):
8718           Let's not call every request pad we create "sink%d", that'll
8719           create problems if there's to be more than one pad. Fixes #490682.
8720
8721         * tests/check/Makefile.am:
8722         * tests/check/elements/.cvsignore:
8723         * tests/check/elements/interleave.c:
8724           Add unit test for the above.
8725
8726 2007-10-27  Julien MOUTTE  <julien@moutte.net>
8727
8728         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_align),
8729         (gst_mpeg4vparse_drain), (gst_mpeg4vparse_chain),
8730         (gst_mpeg4vparse_sink_setcaps), (gst_mpeg4vparse_sink_event),
8731         (gst_mpeg4vparse_cleanup), (gst_mpeg4vparse_change_state),
8732         (gst_mpeg4vparse_dispose), (gst_mpeg4vparse_base_init),
8733         (gst_mpeg4vparse_class_init), (gst_mpeg4vparse_init),
8734         (plugin_init):
8735         * gst/mpeg4videoparse/mpeg4videoparse.h: Improved version not
8736         damaging headers using a simple state machine.
8737
8738 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8739
8740         * ext/x264/gstx264enc.c:
8741           Fix build against the libx264 version that ships with debian stable.
8742
8743 2007-10-26  Julien MOUTTE  <julien@moutte.net>
8744
8745         * configure.ac:
8746         * gst/mpeg4videoparse/Makefile.am:
8747         * gst/mpeg4videoparse/mpeg4videoparse.c: (gst_mpeg4vparse_drain),
8748         (gst_mpeg4vparse_chain), (gst_mpeg4vparse_sink_setcaps),
8749         (gst_mpeg4vparse_sink_event), (gst_mpeg4vparse_cleanup),
8750         (gst_mpeg4vparse_change_state), (gst_mpeg4vparse_dispose),
8751         (gst_mpeg4vparse_base_init), (gst_mpeg4vparse_class_init),
8752         (gst_mpeg4vparse_init), (plugin_init):
8753         * gst/mpeg4videoparse/mpeg4videoparse.h: Add a simple MPEG4 ES
8754         parser.
8755
8756 2007-10-25  David Schleef  <ds@schleef.org>
8757
8758         * gst/multifile/Makefile.am:
8759         * gst/multifile/gstmultifilesink.c:
8760         * gst/multifile/gstmultifilesrc.c:
8761         * tests/check/Makefile.am:
8762         * tests/check/elements/multifile.c:
8763           Improve documentation, write some tests for multifilesrc/sink
8764           for upcoming ->good review.
8765
8766 2007-10-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8767
8768         * sys/dvb/gstdvbsrc.c:
8769         Actually use the code-rate-hp parameter for DVB-S.
8770         It turns out setting to AUTO does not always work (
8771         especially in diseq situations). Set by default to 
8772         FEC_AUTO.
8773
8774 2007-10-22  Julien MOUTTE  <julien@moutte.net>
8775
8776         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
8777         (gst_flv_parse_tag_video), (gst_flv_parse_tag_type): Don't
8778         emit no-more-pads for single pad scenarios as the header
8779         is definitely not reliable. We emit them for 2 pads scenarios
8780         though to speed up media discovery.
8781
8782 2007-10-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8783
8784         * sys/dvb/dvbbasebin.c:
8785         Added proxy property of diseqc-source
8786
8787 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8788
8789         * gst/equalizer/gstiirequalizer.c:
8790         (gst_iir_equalizer_band_set_property):
8791         Add a missing break.
8792
8793 2007-10-18  Sebastian Dröge  <slomo@circular-chaos.org>
8794
8795         * gst/equalizer/gstiirequalizer.c:
8796         (gst_iir_equalizer_band_set_property),
8797         (gst_iir_equalizer_band_get_property),
8798         (gst_iir_equalizer_band_class_init), (gst_iir_equalizer_band_init),
8799         (gst_iir_equalizer_band_get_type), (gst_iir_equalizer_class_init),
8800         (setup_filter), (gst_iir_equalizer_setup):
8801         * gst/equalizer/gstiirequalizer.h:
8802         Move bandwidth property to the separate bands and add float64 support.
8803
8804 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8805
8806         * ext/cdaudio/Makefile.am:
8807           Add another missing GST_LIBS.
8808
8809 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8810
8811         Patch by: Richard Hult <richard imendio com>
8812
8813         * gst/dvdspu/Makefile.am:
8814           Fix LIBS - we need to link against libgstreamer (fixes #487496).
8815
8816 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
8817
8818         * sys/dvb/camapplication.c:
8819         * sys/dvb/camresourcemanager.c:
8820           Fix some warnings.
8821
8822 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8823
8824         * gst/librfb/rfbdecoder.c:
8825           Add the set encodings client message
8826
8827 2007-10-16  Thijs Vermeir  <thijsvermeir@gmail.com>
8828
8829         * gst/librfb/Makefile.am:
8830         * gst/librfb/rfb.h:
8831         * gst/librfb/rfbbytestream.c:
8832         * gst/librfb/rfbbytestream.h:
8833         * gst/librfb/rfbdecoder.c:
8834         * gst/librfb/rfbdecoder.h:
8835           Remove the rfbbytestream dead code
8836
8837 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8838
8839         patch by: Alessandro Decina
8840
8841         * sys/dvb/Makefile.am:
8842         * sys/dvb/cam.c:
8843         * sys/dvb/cam.h:
8844         * sys/dvb/camapplication.c:
8845         * sys/dvb/camapplication.h:
8846         * sys/dvb/camapplicationinfo.c:
8847         * sys/dvb/camapplicationinfo.h:
8848         * sys/dvb/camconditionalaccess.c:
8849         * sys/dvb/camconditionalaccess.h:
8850         * sys/dvb/camdevice.c:
8851         * sys/dvb/camdevice.h:
8852         * sys/dvb/camresourcemanager.c:
8853         * sys/dvb/camresourcemanager.h:
8854         * sys/dvb/camsession.c:
8855         * sys/dvb/camsession.h:
8856         * sys/dvb/camswclient.c:
8857         * sys/dvb/camswclient.h:
8858         * sys/dvb/camtransport.c:
8859         * sys/dvb/camtransport.h:
8860         * sys/dvb/camutils.c:
8861         * sys/dvb/camutils.h:
8862         * sys/dvb/dvbbasebin.c:
8863         * sys/dvb/dvbbasebin.h:
8864         * sys/dvb/gstdvb.c:
8865         * sys/dvb/gstdvbsrc.c:
8866         * sys/dvb/gstdvbsrc.h:
8867         Integrate SoC work done by Alessandro for the Freevo project.
8868         Adds cam support to the dvb stack in GStreamer and a new
8869         element (actually a bin) called dvbbasebin that integrates
8870         dvbsrc and mpegtsparse to a) handle decryption and b) allow 
8871         acquiring multiple channels on same transponder without 
8872         knowing pid numbers.
8873
8874 2007-10-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8875
8876         patch by: Alessandro Decina
8877
8878         * gst/mpegtsparse/mpegtspacketizer.c:
8879         * gst/mpegtsparse/mpegtsparse.c:
8880         * gst/mpegtsparse/mpegtsparse.h:
8881         Add request pad for getting the full transport stream coming in.
8882
8883 2007-10-14  Sebastian Dröge  <slomo@circular-chaos.org>
8884
8885         * configure.ac:
8886           Update the highest allowed neon version from 0.26.99 to 0.27.99.
8887           No code changes are required to work with the newest neon version.
8888
8889 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
8890
8891         * configure.ac:
8892           Require core CVS.  This is implicit in the -base CVS
8893           requirement already, so we might just well spell it
8894           out.  Also, we do need at least 0.10.14 for
8895           gst_element_class_set_details_simple().  Make check
8896           for gmyth a bit more restrictive so things don't break
8897           if the next version changes API.
8898
8899         * ext/alsaspdif/alsaspdifsink.c:
8900           Work around alsa alloca macros triggering 'always evaluates to
8901           true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
8902           Also don't leak the device string.
8903
8904         * ext/mpeg2enc/gstmpeg2enc.cc:
8905         * ext/soundtouch/gstpitch.cc:
8906         * gst/modplug/gstmodplug.cc:
8907           Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
8908           define fix from core CVS). Fixes #462737.
8909
8910 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
8911
8912         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
8913
8914         * gst/rtpmanager/gstrtpbin.c: (create_stream),
8915         (gst_rtp_bin_class_init):
8916         Fix memleak. Fixes #484990.
8917
8918 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
8919
8920         * gst/librfb/rfbbuffer.c: (rfb_buffer_new_and_alloc):
8921         * gst/librfb/rfbbuffer.h:
8922         * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer):
8923         * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_chain):
8924         * gst/nsf/nes6502.c: (nes6502_execute):
8925         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
8926         * gst/real/gstrealvideodec.c: (open_library):
8927         * gst/real/gstrealvideodec.h:
8928         * gst/rtpmanager/gstrtpsession.c: (create_recv_rtp_sink),
8929         (create_recv_rtcp_sink), (create_send_rtp_sink):
8930         Fix compiler warnings shown by Forte.
8931
8932 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
8933
8934         * gst/rtpmanager/gstrtpbin.c: (get_pt_map),
8935         (gst_rtp_bin_clear_pt_map), (gst_rtp_bin_class_init):
8936         Fix caps refcounting for payload maps.
8937         When clearing payload maps, also clear sessions and streams payload
8938         maps.
8939
8940         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
8941         (gst_rtp_pt_demux_clear_pt_map), (gst_rtp_pt_demux_chain),
8942         (find_pad_for_pt):
8943         Implement clearing the payload map.
8944
8945         * gst/rtpmanager/gstrtpsession.c:
8946         (gst_rtp_session_event_send_rtp_sink):
8947         Forward flush events instead of leaking them.
8948
8949         * gst/rtpmanager/gstrtpssrcdemux.c:
8950         (gst_rtp_ssrc_demux_rtcp_sink_event):
8951         Correctly refcount events before pushing them.
8952
8953 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
8954
8955         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
8956         Use GIO function to get a list of supported URI schemes instead of
8957         hard coding something.
8958
8959 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
8960
8961         * gst/rtpmanager/rtpsession.c: (rtp_session_next_timeout),
8962         When reconsidering RTCP timeouts, set the next timeout against the last
8963         report time instead of the current clock time so that we don't end up
8964         reconsidering forever.
8965
8966 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
8967
8968         * gst/rtpmanager/gstrtpjitterbuffer.c:
8969         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
8970         Only peek at the tail element instead of popping it off, which allows
8971         us to greatly simplify things when the tail element changes.
8972
8973         * gst/rtpmanager/gstrtpsession.c:
8974         (gst_rtp_session_event_recv_rtp_sink):
8975         * gst/rtpmanager/gstrtpssrcdemux.c:
8976         (gst_rtp_ssrc_demux_sink_event):
8977         Forward FLUSH events instead of leaking them.
8978
8979         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_reset_skew),
8980         (calculate_skew), (rtp_jitter_buffer_insert):
8981         * gst/rtpmanager/rtpjitterbuffer.h:
8982         Remove the tail-changed callback in favour of a simple boolean when we
8983         insert a buffer in the queue.
8984         Add method to peek the tail of the buffer.
8985
8986 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
8987
8988         Patch by: Gautier Portet <kassoulet at gmail dot com>
8989
8990         * gst/xingheader/gstxingmux.c:
8991         The size of the Xing header is actually 417 as it's rounded to the
8992         next smaller integer. Fixes #397759.
8993
8994         * gst/xingheader/gstxingmux.c: (xing_generate_header),
8995         (xing_push_header):
8996         Some random cleanup, add FIXMEs and TODOs and check if the newsegment
8997         event to the beginning was successful before pushing the header again.
8998
8999 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
9000
9001         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
9002
9003         * gst/mpegtsparse/mpegtspacketizer.c:
9004         (mpegts_packetizer_stream_new):
9005         Don't skip PAT with version number 0. Fixes #483400.
9006         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_apply_pat):
9007         Make all values above 0 mark a referenced program as they can be
9008         incremented and only 1 had marked a referenced program before, causing
9009         actually referenced programs to be unreferenced.
9010
9011 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9012
9013         * gst/sdp/gstsdpdemux.h:
9014         Change signature of pt to fix compilation on some platforms.
9015
9016 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9017
9018         * gst/rtpmanager/gstrtpjitterbuffer.c:
9019         (gst_rtp_jitter_buffer_flush_start),
9020         (gst_rtp_jitter_buffer_flush_stop),
9021         (gst_rtp_jitter_buffer_change_state), (apply_offset),
9022         (gst_rtp_jitter_buffer_loop):
9023         Remove some old unused variables.
9024         Don't add the latency to the skew corrected timestamp, latency is only
9025         used to sync against the clock.
9026         Improve debugging.
9027
9028         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9029         (rtp_jitter_buffer_reset_skew), (calculate_skew):
9030         * gst/rtpmanager/rtpjitterbuffer.h:
9031         Handle case where server timestamp goes backwards or wildly jumps by
9032         temporarily pausing the skew correction.
9033         Improve debugging.
9034
9035 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
9036
9037         * gst/sdp/Makefile.am:
9038         Forgot to commit makefile.
9039
9040 2007-10-02  Sebastian Dröge  <slomo@circular-chaos.org>
9041
9042         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
9043         Update to API changes in GIO.
9044
9045 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9046
9047         * gst/sdp/gstsdpdemux.c: (gst_sdp_demux_media_to_caps):
9048         Use new function in -base to get the default clock-rate.
9049
9050 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
9051
9052         * configure.ac:
9053         * gst/sdp/gstsdpdemux.c: (_do_init), (gst_sdp_demux_base_init),
9054         (gst_sdp_demux_class_init), (gst_sdp_demux_init),
9055         (gst_sdp_demux_finalize), (gst_sdp_demux_set_property),
9056         (gst_sdp_demux_get_property), (find_stream_by_id),
9057         (find_stream_by_pt), (find_stream_by_udpsrc), (find_stream),
9058         (gst_sdp_demux_stream_free), (gst_sdp_demux_create_stream),
9059         (gst_sdp_demux_cleanup), (get_default_rate_for_pt),
9060         (gst_sdp_demux_parse_rtpmap), (gst_sdp_demux_media_to_caps),
9061         (new_session_pad), (request_pt_map), (gst_sdp_demux_do_stream_eos),
9062         (on_bye_ssrc), (on_timeout), (gst_sdp_demux_configure_manager),
9063         (gst_sdp_demux_stream_configure_udp),
9064         (gst_sdp_demux_stream_configure_udp_sink),
9065         (gst_sdp_demux_combine_flows), (gst_sdp_demux_stream_push_event),
9066         (gst_sdp_demux_handle_message), (gst_sdp_demux_start),
9067         (gst_sdp_demux_sink_event), (gst_sdp_demux_sink_chain),
9068         (gst_sdp_demux_change_state):
9069         * gst/sdp/gstsdpdemux.h:
9070         * gst/sdp/gstsdpelem.c: (plugin_init):
9071         Added SDP demuxer element. Fixes #426657.
9072
9073 2007-10-01  Sebastian Dröge  <slomo@circular-chaos.org>
9074
9075         Patch by: mutex at runbox dot com
9076
9077         * gst/mpegtsparse/mpegtspacketizer.c:
9078         (mpegts_packetizer_parse_adaptation_field_control):
9079         * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init),
9080         (mpegts_parse_init), (mpegts_parse_push):
9081         * gst/mpegtsparse/mpegtsparse.h:
9082         Remove useless src pad that only results in not linked errors,
9083         fix a broken pointer dereference and make MAX_CONTINUITY constant
9084         conform to the standard to stop outputting corrupted data.
9085         Fixes #481276, #481279.
9086
9087 2007-09-29  Tim-Philipp Müller  <tim at centricular dot net>
9088
9089         * ext/mythtv/gstmythtvsrc.c:
9090           Re-apply docs patch from #468039; fix tab.
9091
9092         * gst/mpegtsparse/.cvsignore:
9093           Ignore marshaller files generated at build time.
9094
9095 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9096
9097         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9098         (gst_gio_sink_set_property), (gst_gio_sink_render):
9099         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9100         (gst_gio_src_set_property):
9101         Some minor cleanup and allow setting the location only when the
9102         element is not playing or paused.
9103
9104 2007-09-29  Sebastian Dröge  <slomo@circular-chaos.org>
9105
9106         * configure.ac:
9107         Update gio's pkg-config file name as currently in SVN.
9108
9109         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_location):
9110         Remove special casing for a NULL query string. g_strjoin won't add
9111         the separator if there's only one string.
9112
9113 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9114
9115         * gst/rtpmanager/gstrtpbin.c: (free_client):
9116         Fix crasher in dispose.
9117
9118         * gst/rtpmanager/rtpjitterbuffer.c: (calculate_skew):
9119         Handle cases where input buffers have no timestamps so that no clock
9120         skew can be calculated, in this case interpolate timestamps based on
9121         rtp timestamp and assume a 0 clock skew.
9122
9123 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9124
9125         * gst/rtpmanager/gstrtpjitterbuffer.c: (apply_latency),
9126         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query):
9127         Remove jitter correction code, it's now in the lower level object.
9128         Use new -core method for doing a peer query.
9129
9130         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9131         (calculate_skew), (rtp_jitter_buffer_insert):
9132         * gst/rtpmanager/rtpjitterbuffer.h:
9133         Move jitter correction to the lowlevel jitterbuffer.
9134         Increase the max window size.
9135         When filling the window, already start estimating the skew using a
9136         parabolic weighting factor so that we have a much better startup
9137         behaviour that gets more accurate with the more samples we have.
9138         Increase the default weighting factor for the steady state to get
9139         smoother timestamps.
9140
9141 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9142
9143         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_set_proxy),
9144         (gst_neonhttp_src_send_request_and_redirect):
9145         Now that we require libneon >= 0.26 remove the neon 0.25 backward
9146         compatibility stuff. Also fix the default location.
9147
9148 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
9149
9150         * configure.ac:
9151         We require libneon >= 26 now for the query field in ne_uri.
9152
9153 2007-09-28  Sebastian Dröge  <slomo@circular-chaos.org>
9154
9155         Patch by: Wouter Cloetens <wouter@mind.be>
9156
9157         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_dispose),
9158         (gst_neonhttp_src_set_location),
9159         (gst_neonhttp_src_send_request_and_redirect):
9160         * ext/neon/gstneonhttpsrc.h:
9161         Don't discard GET parameters from URL if existing.
9162         Fixes #481200.
9163
9164 2007-09-27  Thijs Vermeir  <thijsvermeir@gmail.com>
9165
9166         * gst/librfb/gstrfbsrc.c:
9167         * gst/librfb/gstrfbsrc.h:
9168                 Added a property for incremental screen updates
9169
9170 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
9171
9172         * ext/xvid/gstxvidenc.c:
9173         * ext/xvid/gstxvidenc.h:
9174           Remove superfluous 'frame-encoded' signal (people can
9175           use an upstream identity's 'handoff' signal or a pad
9176           probe for this if they must know).
9177
9178 2007-09-27  Julien MOUTTE  <julien@moutte.net>
9179
9180         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9181         (gst_flv_parse_tag_video): I got it wrong again, audio rate 
9182         was not detected correctly in all cases.
9183
9184 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
9185
9186         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_dispose),
9187         (gst_rtp_bin_finalize):
9188         Fix cleanup crasher.
9189
9190         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9191         (calculate_skew):
9192         * gst/rtpmanager/rtpjitterbuffer.h:
9193         Dynamically adjust the skew calculation window so that we calculate it
9194         over a period of around 2 seconds.
9195
9196 2007-09-26  Thijs Vermeir  <thijsvermeir@gmail.com>
9197
9198         * gst/librfb/gstrfbsrc.c:
9199                 fix bug from generic/states.gdb
9200
9201 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9202
9203         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9204         (gst_flv_parse_tag_video): codec_data is needed for every tag
9205         not just the first one. (Fix a stupid bug i introduced without
9206         testing)
9207
9208 2007-09-26  Julien MOUTTE  <julien@moutte.net>
9209
9210         * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
9211         (gst_flv_parse_tag_video): Fix bit masks operations to be
9212         sure we detect the codec_tags and sample rates correctly.
9213         Fix raw audio caps generation.
9214
9215 2007-09-24  Stefan Kost  <ensonic@users.sf.net>
9216
9217         * ext/audioresample/gstaudioresample.c:
9218         * ext/x264/gstx264enc.c:
9219         * gst/dvdspu/gstdvdspu.c:
9220         * gst/dvdspu/gstdvdspu.h:
9221         * gst/festival/gstfestival.c:
9222         * gst/h264parse/gsth264parse.c:
9223         * gst/mpegtsparse/mpegtspacketizer.c:
9224         * gst/mpegtsparse/mpegtsparse.c:
9225         * gst/multifile/gstmultifilesink.c:
9226         * gst/multifile/gstmultifilesrc.c:
9227         * gst/nuvdemux/gstnuvdemux.c:
9228         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
9229         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
9230         * sys/vcd/vcdsrc.c:
9231           Massive leak fixing, plus code cleanups.
9232
9233 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9234
9235         * po/LINGUAS:
9236           Added translations.
9237
9238 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9239
9240         translated by: Jakub Bogusz <qboosh@pld-linux.org>
9241
9242         * po/pl.po:
9243           Added Polish translation.
9244
9245 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9246
9247         translated by: Ilkka Tuohela <hile@iki.fi>
9248
9249         * po/fi.po:
9250           Added Finnish translation.
9251
9252 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9253
9254         translated by: Jorge González González <aloriel@gmail.com>
9255
9256         * po/es.po:
9257           Added Spanish translation.
9258
9259 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9260
9261         translated by: Alexander Shopov <ash@contact.bg>
9262
9263         * po/bg.po:
9264           Added Bulgarian translation.
9265
9266 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9267
9268         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
9269         Update hierarchy.
9270         * ext/gio/gstgiosink.h:
9271         * ext/gio/gstgiosrc.h:
9272         Mark private fields of the instance structs private.
9273
9274 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9275
9276         * docs/plugins/Makefile.am:
9277         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
9278         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
9279         * docs/plugins/gst-plugins-bad-plugins.args:
9280         * docs/plugins/gst-plugins-bad-plugins.signals:
9281         * docs/plugins/inspect/plugin-bz2.xml:
9282         * docs/plugins/inspect/plugin-cdxaparse.xml:
9283         * docs/plugins/inspect/plugin-dfbvideosink.xml:
9284         * docs/plugins/inspect/plugin-dtsdec.xml:
9285         * docs/plugins/inspect/plugin-equalizer.xml:
9286         * docs/plugins/inspect/plugin-faac.xml:
9287         * docs/plugins/inspect/plugin-faad.xml:
9288         * docs/plugins/inspect/plugin-filter.xml:
9289         * docs/plugins/inspect/plugin-freeze.xml:
9290         * docs/plugins/inspect/plugin-gio.xml:
9291         * docs/plugins/inspect/plugin-gsm.xml:
9292         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
9293         * docs/plugins/inspect/plugin-h264parse.xml:
9294         * docs/plugins/inspect/plugin-modplug.xml:
9295         * docs/plugins/inspect/plugin-mpeg2enc.xml:
9296         * docs/plugins/inspect/plugin-musepack.xml:
9297         * docs/plugins/inspect/plugin-musicbrainz.xml:
9298         * docs/plugins/inspect/plugin-nsfdec.xml:
9299         * docs/plugins/inspect/plugin-replaygain.xml:
9300         * docs/plugins/inspect/plugin-soundtouch.xml:
9301         * docs/plugins/inspect/plugin-spcdec.xml:
9302         * docs/plugins/inspect/plugin-spectrum.xml:
9303         * docs/plugins/inspect/plugin-speed.xml:
9304         * docs/plugins/inspect/plugin-tta.xml:
9305         * docs/plugins/inspect/plugin-videosignal.xml:
9306         * docs/plugins/inspect/plugin-xingheader.xml:
9307         * docs/plugins/inspect/plugin-xvid.xml:
9308         Add the GIO plugin to the docs and do a make update
9309         while doing that.
9310
9311         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
9312         Fix a small memleak.
9313
9314 2007-09-21  Sebastian Dröge  <slomo@circular-chaos.org>
9315
9316         Patch by: René Stadler <mail at renestadler dot de>
9317
9318         * configure.ac:
9319         * ext/Makefile.am:
9320         * ext/gio/Makefile.am:
9321         * ext/gio/gstgio.c: (gst_gio_error), (gst_gio_seek),
9322         (gst_gio_get_supported_protocols),
9323         (gst_gio_uri_handler_get_type_sink),
9324         (gst_gio_uri_handler_get_type_src),
9325         (gst_gio_uri_handler_get_protocols), (gst_gio_uri_handler_get_uri),
9326         (gst_gio_uri_handler_set_uri), (gst_gio_uri_handler_init),
9327         (gst_gio_uri_handler_do_init), (plugin_init):
9328         * ext/gio/gstgio.h:
9329         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
9330         (gst_gio_sink_class_init), (gst_gio_sink_init),
9331         (gst_gio_sink_finalize), (gst_gio_sink_set_property),
9332         (gst_gio_sink_get_property), (gst_gio_sink_start),
9333         (gst_gio_sink_stop), (gst_gio_sink_unlock),
9334         (gst_gio_sink_unlock_stop), (gst_gio_sink_event),
9335         (gst_gio_sink_render), (gst_gio_sink_query):
9336         * ext/gio/gstgiosink.h:
9337         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
9338         (gst_gio_src_class_init), (gst_gio_src_init),
9339         (gst_gio_src_finalize), (gst_gio_src_set_property),
9340         (gst_gio_src_get_property), (gst_gio_src_start),
9341         (gst_gio_src_stop), (gst_gio_src_get_size),
9342         (gst_gio_src_is_seekable), (gst_gio_src_unlock),
9343         (gst_gio_src_unlock_stop), (gst_gio_src_check_get_range),
9344         (gst_gio_src_create):
9345         * ext/gio/gstgiosrc.h:
9346         Add a GIO/GVFS plugin with source and sink elements. This will
9347         only be enabled when --enable-experimental is given to configure
9348         for now as the GIO API is not stable yet. Fixes #476916.
9349
9350 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9351
9352         * gst/librfb/gstrfbsrc.c:
9353         * gst/librfb/rfbdecoder.c:
9354         * gst/librfb/rfbdecoder.h:
9355                 Added offset-x, offset-y, width and height property
9356                 for selecting a region from the screen
9357
9358 2007-09-21  Thijs Vermeir  <thijsvermeir@gmail.com>
9359
9360         * gst/librfb/gstrfbsrc.c:
9361                 Minimum raw encoding is working now
9362         * gst/librfb/rfbdecoder.c:
9363                 fix address while reading from stream
9364
9365 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9366
9367         * gst/librfb/gstrfbsrc.c:
9368                 raw encoding is working, but it looks like the 
9369                 ffmpegcolorspace plugin can't handle high resolutions
9370
9371 2007-09-20  Thijs Vermeir  <thijsvermeir@gmail.com>
9372
9373         * gst/librfb/gstrfbsrc.c:
9374                 bpp, depth and endianness are now set from the
9375                 stream.
9376
9377 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9378
9379         * examples/app/appsrc_ex.c: (main):
9380         Fix compilation after changing the name of a method.
9381
9382 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
9383
9384         * ext/alsaspdif/alsaspdifsink.c:
9385         * ext/timidity/gsttimidity.c:
9386         * ext/timidity/gstwildmidi.c:
9387         * gst/mpegvideoparse/mpegvideoparse.c:
9388           Fix memory leaks. More to come.
9389
9390         * tests/check/Makefile.am:
9391         * tests/check/generic/states.c:
9392           Improved state change unit test.        
9393
9394 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9395
9396         * gst/rtpmanager/gstrtpbin.c: (on_ssrc_active), (create_session),
9397         (gst_rtp_bin_class_init):
9398         * gst/rtpmanager/gstrtpbin.h:
9399         * gst/rtpmanager/gstrtpsession.c: (on_ssrc_active),
9400         (gst_rtp_session_class_init), (gst_rtp_session_init),
9401         (gst_rtp_session_event_send_rtp_sink):
9402         * gst/rtpmanager/gstrtpsession.h:
9403         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
9404         (on_ssrc_active), (rtp_session_process_rb):
9405         * gst/rtpmanager/rtpsession.h:
9406         Add notification of active SSRCs to various RTP elements. Fixes #478566.
9407
9408 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
9409
9410         * gst-libs/gst/app/gstappsink.c: (gst_app_marshal_OBJECT__VOID),
9411         (gst_app_sink_class_init), (gst_app_sink_init),
9412         (gst_app_sink_dispose), (gst_app_sink_finalize),
9413         (gst_app_sink_set_property), (gst_app_sink_get_property),
9414         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
9415         (gst_app_sink_event), (gst_app_sink_getcaps),
9416         (gst_app_sink_set_caps), (gst_app_sink_get_caps),
9417         (gst_app_sink_is_eos), (gst_app_sink_pull_preroll),
9418         (gst_app_sink_pull_buffer):
9419         * gst-libs/gst/app/gstappsink.h:
9420         Add properties, signals and actions to access the element even without
9421         linking to the library.
9422         Fix some method names and signatures.
9423
9424 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9425
9426         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
9427
9428         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
9429         (gst_faad_srcgetcaps), (gst_faad_update_caps):
9430         Don't set channel positions on regular mono and stereo cases.
9431         Fixes #476370.
9432
9433 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9434
9435         * gst/librfb/gstrfbsrc.c:
9436         * gst/librfb/rfbdecoder.c:
9437         * gst/librfb/rfbdecoder.h:
9438                 It is now possible to connect to a vncserver.
9439                 there are still some issues with the ouput of 
9440                 the screen. Looks like some lines are confused
9441
9442 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
9443
9444         * docs/plugins/.cvsignore:
9445         * tests/check/.cvsignore:
9446           Ignore registries in any format.
9447
9448 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
9449
9450         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9451         (open_library), (gst_real_video_dec_init),
9452         (gst_real_video_dec_set_property),
9453         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
9454         * gst/real/gstrealvideodec.h:
9455         Don't generate an error for occasional decoding errors.
9456         Add max-errors property.
9457         Error out when we receive max-errors in a row. Fixes #478159.
9458
9459 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9460
9461         * gst/librfb/gstrfbsrc.c: 
9462                 Add password property (write only)
9463         * gst/librfb/rfbdecoder.c: 
9464                 Read the reason on failure
9465                 Use the password property for authentication
9466         * gst/librfb/rfbdecoder.h:
9467                 Add defines for version checking
9468
9469 2007-09-19  Sebastian Dröge  <slomo@circular-chaos.org>
9470
9471         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
9472         (gst_dfbsurface_class_init):
9473         When finalizing GstDfbSurface, a subclass of GstBuffer, correctly
9474         chain up to the parent class to free everything, including caps.
9475
9476 2007-09-19  Thijs Vermeir  <thijsvermeir@gmail.com>
9477
9478         * gst/librfb/Makefile.am:
9479         * gst/librfb/d3des.c:
9480         * gst/librfb/d3des.h:
9481         * gst/librfb/rfbdecoder.c:
9482         * gst/librfb/vncauth.c:
9483         * gst/librfb/vncauth.h:
9484         VNC Authentication should be working now
9485         temperaly with fake password 'testtest'
9486
9487 2007-09-18  Thijs Vermeir  <thijsvermeir@gmail.com>
9488
9489         * gst/librfb/rfbdecoder.c:
9490         * gst/librfb/rfbdecoder.h:
9491         Added some documentation about security handling
9492         start implementing security handling for rfb 3.3
9493
9494 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9495
9496         * gst/spectrum/demo-audiotest.c:
9497         * gst/spectrum/demo-osssrc.c:
9498           Handling window resize.
9499
9500 2007-09-18  Stefan Kost  <ensonic@users.sf.net>
9501
9502         * ChangeLog:
9503           Add missing newline.
9504
9505         * gst/librfb/rfbdecoder.c:
9506           Fix the build (missing stdlib.h).
9507
9508         * gst/spectrum/gstspectrum.c:
9509         * gst/spectrum/gstspectrum.h:
9510           Use basetransform segment so that it is correctly managed on flushes
9511           and start/stop. Report message timestamp as stream time, which is what
9512           an application can understand. (Yes these are adapted from wim recent
9513           level element changes)
9514
9515 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9516
9517         * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
9518         Link to the right pads regardless of which one was created first in the
9519         ssrc demuxer.
9520
9521         * gst/rtpmanager/gstrtpjitterbuffer.c:
9522         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
9523         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
9524         (gst_rtp_session_chain_recv_rtp), (gst_rtp_session_chain_send_rtp):
9525         * gst/rtpmanager/rtpsource.c: (calculate_jitter):
9526         Improve debugging.
9527
9528         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9529         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_finalize),
9530         (gst_rtp_ssrc_demux_sink_event),
9531         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9532         (gst_rtp_ssrc_demux_rtcp_chain),
9533         (gst_rtp_ssrc_demux_internal_links):
9534         * gst/rtpmanager/gstrtpssrcdemux.h:
9535         Fix race in creating the RTP and RTCP pads when a new SSRC is detected.
9536
9537 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9538
9539         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_set_property),
9540         (gst_rtp_bin_get_property):
9541         Use lock to protect variable.
9542
9543         * gst/rtpmanager/gstrtpjitterbuffer.c:
9544         (gst_rtp_jitter_buffer_class_init),
9545         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_chain),
9546         (convert_rtptime_to_gsttime), (gst_rtp_jitter_buffer_loop):
9547         Reconstruct GST timestamp from RTP timestamps based on measured clock
9548         skew and sync offset.
9549
9550         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_init),
9551         (rtp_jitter_buffer_set_tail_changed),
9552         (rtp_jitter_buffer_set_clock_rate),
9553         (rtp_jitter_buffer_get_clock_rate), (calculate_skew),
9554         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_peek):
9555         * gst/rtpmanager/rtpjitterbuffer.h:
9556         Measure clock skew.
9557         Add callback to be notfied when a new packet was inserted at the tail.
9558
9559         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9560         (calculate_jitter), (rtp_source_send_rtp):
9561         * gst/rtpmanager/rtpsource.h:
9562         Remove clock skew detection, it's move to the jitterbuffer now.
9563
9564 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
9565
9566         Patch by: Daniel Charles <dcharles at ti dot com>
9567
9568         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_bandmode_get_type),
9569         (gst_amrwbenc_set_property), (gst_amrwbenc_get_property),
9570         (gst_amrwbenc_class_init), (gst_amrwbenc_chain):
9571         * ext/amrwb/gstamrwbenc.h:
9572         Add property to control bandmode. Fixes #477306.
9573
9574 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
9575
9576         * gst/rtpmanager/gstrtpbin.c: (create_session):
9577         Also set NTP base time on new sessions.
9578
9579         * gst/rtpmanager/gstrtpjitterbuffer.c:
9580         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_query),
9581         (gst_rtp_jitter_buffer_set_property),
9582         (gst_rtp_jitter_buffer_get_property):
9583         Use the right lock to protect our variables.
9584         Fix some comment.
9585
9586         * gst/rtpmanager/gstrtpsession.c:
9587         (gst_rtp_session_getcaps_send_rtp),
9588         (gst_rtp_session_chain_send_rtp), (create_send_rtp_sink):
9589         Implement getcaps on the sender sinkpad so that payloaders can negotiate
9590         the right SSRC.
9591
9592 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9593
9594         * gst/rtpmanager/gstrtpbin.c: (create_session), (free_session),
9595         (get_client), (free_client), (gst_rtp_bin_associate),
9596         (free_stream), (gst_rtp_bin_class_init), (gst_rtp_bin_dispose),
9597         (gst_rtp_bin_finalize):
9598         * gst/rtpmanager/gstrtpjitterbuffer.c:
9599         (gst_rtp_jitter_buffer_class_init),
9600         (gst_rtp_jitter_buffer_finalize):
9601         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_release):
9602         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_finalize),
9603         (gst_rtp_session_set_property), (gst_rtp_session_chain_recv_rtp),
9604         (gst_rtp_session_chain_send_rtp):
9605         * gst/rtpmanager/gstrtpssrcdemux.c:
9606         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_dispose):
9607         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
9608         * gst/rtpmanager/rtpsession.h:
9609         Various leak fixes.
9610
9611 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
9612
9613         * gst/rtpmanager/gstrtpbin.c: (calc_ntp_ns_base),
9614         (gst_rtp_bin_change_state), (new_payload_found), (create_send_rtp):
9615         Calculate and configure the NTP base time so that we can generate better
9616         NTP times in SR packets.
9617         Set caps on new ghostpad.
9618
9619         * gst/rtpmanager/gstrtpjitterbuffer.c:
9620         (gst_rtp_jitter_buffer_loop):
9621         Clean debug statement.
9622
9623         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9624         (gst_rtp_session_init), (gst_rtp_session_set_property),
9625         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9626         (rtcp_thread), (gst_rtp_session_event_recv_rtp_sink),
9627         (gst_rtp_session_internal_links), (gst_rtp_session_chain_recv_rtp),
9628         (gst_rtp_session_event_send_rtp_sink),
9629         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9630         (create_send_rtp_sink):
9631         * gst/rtpmanager/gstrtpsession.h:
9632         Add ntp-ns-base property to convert running_time to NTP time.
9633         Handle NEWSEGMENT events on send and recv RTP pads so that we can
9634         calculate the running time and thus NTP time of the packets.
9635         Simplify getting the current NTP time using the pipeline clock.
9636         Implement internal links functions.
9637         Use the buffer timestamp to calculate the NTP time instead of the clock.
9638
9639         * gst/rtpmanager/gstrtpssrcdemux.c: (create_demux_pad_for_ssrc),
9640         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9641         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_rtcp_chain),
9642         (gst_rtp_ssrc_demux_internal_links),
9643         (gst_rtp_ssrc_demux_src_query):
9644         * gst/rtpmanager/gstrtpssrcdemux.h:
9645         Implement internal links function.
9646         Calculate the diff between different streams, this might be used later
9647         to get the inter stream latency.
9648
9649         * gst/rtpmanager/rtpsession.c: (rtp_session_send_rtp):
9650         Simple cleanup.
9651
9652         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9653         (calculate_jitter), (rtp_source_send_rtp), (rtp_source_get_new_sr):
9654         Make the clock skew window a little bigger.
9655         Apply the clock skew to all buffers, not just one with a new timestamp.
9656         Calculate and debug sender clock drift.
9657         Use extended last timestamp to interpolate for SR reports.
9658
9659 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
9660
9661         Patch by: Peter Kjellerstedt  <pkj at axis com>
9662
9663         * gst-libs/gst/app/gstappsink.c:
9664         * gst/flv/gstflvdemux.c:
9665         * gst/flv/gstflvparse.c:
9666         * gst/interleave/deinterleave.c:
9667         * gst/switch/gstswitch.c:
9668           Printf format fixes (#476128).
9669
9670 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9671
9672         Patch by: Thomas Green  <tom78999 gmail com>
9673
9674         * ext/neon/gstneonhttpsrc.c:
9675           With libneon 2.6, we need to set the NE_SESSFLAG_ICYPROTO
9676           flag if we want ICY streams to be handled too, otherwise
9677           libneon will error out with a 'can't parse reponse' error.
9678           Fixes #474696.
9679
9680         * tests/check/elements/neonhttpsrc.c:
9681           Unit test for the above by Yours Truly.
9682
9683 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
9684
9685         * configure.ac:
9686           Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
9687           xvid configure checks, so they still work when cross-compiling.
9688           Fixes #452009.
9689
9690 2007-09-07  Sebastian Dröge  <slomo@circular-chaos.org>
9691
9692         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
9693         (gst_spectrum_transform_ip):
9694         Use the correct parameter order for the memset calls.
9695         Thanks to Christian Schaller for noticing.
9696
9697 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
9698
9699         * gst/mpegtsparse/mpegtsparse.c:
9700           Fix the build (missing stdlib.h).
9701
9702 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9703
9704         * gst/spectrum/fix_fft.c:
9705         Remove fixed point FFT as it's not used anymore.
9706
9707 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
9708
9709         * configure.ac:
9710         * gst/spectrum/Makefile.am:
9711         * gst/spectrum/demo-audiotest.c: (draw_spectrum),
9712         (message_handler), (main):
9713         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (message_handler):
9714         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
9715         (gst_spectrum_class_init), (gst_spectrum_init),
9716         (gst_spectrum_dispose), (gst_spectrum_set_property),
9717         (gst_spectrum_get_property), (gst_spectrum_start),
9718         (gst_spectrum_setup), (gst_spectrum_message_new),
9719         (gst_spectrum_transform_ip):
9720         * gst/spectrum/gstspectrum.h:
9721         Port GstSpectrum to GstAudioFilter and libgstfft, add support
9722         for int32, float and double, use floats for the message contents,
9723         average all FFTs done in one interval for better results, use
9724         a better windowing function, allow posting the phase in the message
9725         and actually do an FFT with the requested number of bands instead
9726         of interpolating.
9727
9728         * tests/check/elements/spectrum.c: (GST_START_TEST),
9729         (spectrum_suite):
9730         Improve the units tests by checking for a 11025Hz sine wave
9731         and add unit tests for all 4 supported sample types.
9732
9733 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
9734
9735         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
9736         (gst_real_video_dec_setcaps):
9737         Add some more debugging.
9738         Don't set LONG for width/height in caps.
9739         Set correct output buffer size when caps changed.
9740         The custom message sent to the decoder should not include the format and
9741         subformat. Fixes #471554.
9742
9743 2007-09-04  Tim-Philipp Müller  <tim at centricular dot net>
9744
9745         * gst/rtpmanager/gstrtpsession.c:
9746           Make compiler happy: fix compilation with -Wall -Werror
9747           (#473562).
9748
9749 2007-09-03  Johan Dahlin  <johan@gnome.org>
9750
9751         * gst/nsf/gstnsf.c: (gst_nsfdec_finalize), (start_play_tune):
9752         * gst/nsf/gstnsf.h:
9753         Add support for (very) basic tagging.
9754         
9755 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
9756
9757         * gst/rtpmanager/gstrtpbin-marshal.list:
9758         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_get_client),
9759         (gst_rtp_bin_associate), (gst_rtp_bin_sync_chain), (create_stream),
9760         (gst_rtp_bin_init), (caps_changed), (new_ssrc_pad_found),
9761         (create_recv_rtp), (create_recv_rtcp), (create_send_rtp):
9762         * gst/rtpmanager/gstrtpbin.h:
9763         Updated example pipelines in docs.
9764         Handle sync_rtcp buffers from the SSRC demuxer to perform lip-sync.
9765         Set the default latency correctly.
9766         Add some more points where we can get caps.
9767
9768         * gst/rtpmanager/gstrtpjitterbuffer.c:
9769         (gst_rtp_jitter_buffer_class_init),
9770         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
9771         (gst_rtp_jitter_buffer_query),
9772         (gst_rtp_jitter_buffer_set_property),
9773         (gst_rtp_jitter_buffer_get_property):
9774         Add ts-offset property to control timestamping.
9775
9776         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
9777         (gst_rtp_session_init), (gst_rtp_session_set_property),
9778         (gst_rtp_session_get_property), (get_current_ntp_ns_time),
9779         (rtcp_thread), (stop_rtcp_thread), (gst_rtp_session_change_state),
9780         (gst_rtp_session_send_rtcp), (gst_rtp_session_sync_rtcp),
9781         (gst_rtp_session_cache_caps), (gst_rtp_session_clock_rate),
9782         (gst_rtp_session_sink_setcaps), (gst_rtp_session_chain_recv_rtp),
9783         (gst_rtp_session_event_send_rtp_sink),
9784         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
9785         (create_recv_rtcp_sink), (create_send_rtp_sink),
9786         (create_send_rtcp_src):
9787         Various cleanups.
9788         Feed rtpsession manager with NTP time based on pipeline clock when
9789         handling RTP packets and RTCP timeouts.
9790         Perform all RTCP with the system clock.
9791         Set caps on RTCP outgoing buffers.
9792
9793         * gst/rtpmanager/gstrtpssrcdemux.c: (find_demux_pad_for_ssrc),
9794         (create_demux_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
9795         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_sink_event),
9796         (gst_rtp_ssrc_demux_rtcp_sink_event), (gst_rtp_ssrc_demux_chain),
9797         (gst_rtp_ssrc_demux_rtcp_chain):
9798         * gst/rtpmanager/gstrtpssrcdemux.h:
9799         Also demux RTCP messages.
9800
9801         * gst/rtpmanager/rtpsession.c: (rtp_session_set_callbacks),
9802         (update_arrival_stats), (rtp_session_process_rtp),
9803         (rtp_session_process_rb), (rtp_session_process_sr),
9804         (rtp_session_process_rr), (rtp_session_process_rtcp),
9805         (rtp_session_send_rtp), (rtp_session_send_bye),
9806         (session_start_rtcp), (session_report_blocks), (session_cleanup),
9807         (rtp_session_on_timeout):
9808         * gst/rtpmanager/rtpsession.h:
9809         Remove the get_time callback, the GStreamer part will feed us with
9810         enough timing information.
9811         Split sync timing and RTCP timing information.
9812         Factor out common RB handling for SR and RR.
9813         Send out SR RTCP packets for lip-sync.
9814         Move SR and RR packet info generation to the source.
9815
9816         * gst/rtpmanager/rtpsource.c: (rtp_source_init),
9817         (rtp_source_update_caps), (get_clock_rate), (calculate_jitter),
9818         (rtp_source_process_rtp), (rtp_source_send_rtp),
9819         (rtp_source_process_sr), (rtp_source_process_rb),
9820         (rtp_source_get_new_sr), (rtp_source_get_new_rb),
9821         (rtp_source_get_last_sr):
9822         * gst/rtpmanager/rtpsource.h:
9823         * gst/rtpmanager/rtpstats.h:
9824         Use caps on incomming buffers to get timing information when they are
9825         there.
9826         Calculate clock scew of the receiver compared to the sender and adjust
9827         the rtp timestamps.
9828         Calculate the round trip in sources.
9829         Do SR and RR calculations in the source.
9830
9831 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
9832
9833         * configure.ac:
9834         updated gmyth version
9835
9836         * ext/mythtv/gstmythtvsrc.c:
9837         * ext/mythtv/gstmythtvsrc.h:
9838         Code rewrite
9839
9840 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
9841
9842         * gst/rtpmanager/gstrtpjitterbuffer.c:
9843         (gst_rtp_jitter_buffer_flush_stop),
9844         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop):
9845         Use extended timestamp to release buffers from the jitterbuffer so that
9846         we can handle the rtp wraparound correctly.
9847
9848 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
9849
9850         * gst/rtpmanager/gstrtpjitterbuffer.c:
9851         (gst_rtp_jitter_buffer_loop):
9852         Improve Comments.
9853
9854         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
9855         (gst_rtp_session_change_state), (gst_rtp_session_parse_caps),
9856         (gst_rtp_session_clock_rate), (gst_rtp_session_sink_setcaps),
9857         (gst_rtp_session_event_send_rtp_sink), (create_recv_rtp_sink),
9858         (create_send_rtp_sink):
9859         Also parse the sink caps for clock-rate instead of only relying on the
9860         result of the signal.
9861
9862         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
9863         Make sure we fetch the clock rate for payloads we are sending out so
9864         that we can use it for SR reports.
9865
9866 2007-08-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9867
9868         * gst/switch/gstswitch.c (gst_switch_chain, gst_switch_set_property):
9869         If all information is known at time of setting start-time
9870         property, send new segments then.
9871
9872 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
9873
9874         * gst/rtpmanager/gstrtpsession.c: (stop_rtcp_thread),
9875         (gst_rtp_session_change_state),
9876         (gst_rtp_session_event_send_rtp_sink):
9877         * gst/rtpmanager/gstrtpsession.h:
9878         Distribute synchronisation parameters to the session manager so that it
9879         can generate correct SR packets for lip-sync.
9880
9881         * gst/rtpmanager/rtpsession.c: (rtp_session_set_base_time),
9882         (rtp_session_set_timestamp_sync), (session_start_rtcp):
9883         * gst/rtpmanager/rtpsession.h:
9884         Add methods for setting sync parameters.
9885         Set correct RTP time in SR packets using the sync params.
9886
9887         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
9888         * gst/rtpmanager/rtpsource.h:
9889         Record last RTP <-> GST timestamp so that we can use them to convert NTP
9890         to RTP timestamps in SR packets.
9891
9892 2007-08-28  Wim Taymans  <wim.taymans@gmail.com>
9893
9894         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map):
9895         Add some more advanced example pipelines.
9896
9897         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
9898         (stop_rtcp_thread), (gst_rtp_session_send_rtcp):
9899         Add some debug and FIXME.
9900         Release LOCK when performing session cleanup.
9901
9902         * gst/rtpmanager/rtpsession.c: (session_report_blocks):
9903         Add some debug.
9904
9905         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
9906         (rtp_source_send_rtp):
9907         Make sure we always send RTP packets with the session SSRC.
9908
9909 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
9910
9911         * gst/dvdspu/gstdvdspu.c:
9912           Don't need this include (fixes compilation in uninstalled setup).
9913
9914 2007-08-27  Wim Taymans  <wim.taymans@gmail.com>
9915
9916         * gst/rtpmanager/gstrtpjitterbuffer.c:
9917         (gst_rtp_jitter_buffer_change_state), (gst_rtp_jitter_buffer_loop),
9918         (gst_rtp_jitter_buffer_query):
9919         When synchronizing buffers, take peer latency into account.
9920         Don't try to add our latency to invalid peer max latency values.
9921
9922 2007-08-27  Julien MOUTTE  <julien@moutte.net>
9923
9924         * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
9925         Make sure we initialize the seek result.
9926
9927 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
9928
9929         * gst/dvdspu/Makefile.am:
9930         Commit the makefile too.
9931
9932 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
9933
9934         * configure.ac:
9935         * gst/dvdspu/.cvsignore:
9936         * gst/dvdspu/Notes.txt:
9937         * gst/dvdspu/gstdvdspu-render.c: (dvdspu_recalc_palette),
9938         (dvdspu_update_palettes), (dvdspu_clear_comp_buffers),
9939         (dvdspu_get_nibble), (dvdspu_get_rle_code), (dvdspu_draw_rle_run),
9940         (rle_end_x), (dvdspu_render_line), (dvdspu_update_chgcol),
9941         (dvdspu_render_line_with_chgcol), (dvdspu_blend_comp_buffers),
9942         (gstdvdspu_render_spu):
9943         * gst/dvdspu/gstdvdspu.c: (dvdspu_base_init), (dvdspu_class_init),
9944         (dvdspu_init), (dvdspu_clear), (dvdspu_dispose), (dvdspu_finalize),
9945         (dvdspu_flush_spu_info), (dvdspu_buffer_alloc), (dvdspu_src_event),
9946         (dvdspu_video_set_caps), (dvdspu_video_proxy_getcaps),
9947         (dvdspu_video_event), (dvdspu_video_chain),
9948         (dvspu_handle_vid_buffer), (dvdspu_redraw_still),
9949         (gstdvdspu_parse_chg_colcon), (dvdspu_exec_cmd_blk),
9950         (dvdspu_finish_spu_buf), (dvdspu_setup_cmd_blk),
9951         (dvdspu_handle_new_spu_buf), (dvdspu_handle_dvd_event),
9952         (dvdspu_dump_dcsq), (dvdspu_advance_spu),
9953         (dvdspu_check_still_updates), (dvdspu_subpic_chain),
9954         (dvdspu_subpic_event), (dvdspu_change_state),
9955         (gstdvdspu_plugin_init):
9956         * gst/dvdspu/gstdvdspu.h:
9957
9958         dvdspu element donated by Fluendo. It implements a DVD Sub-Picture 
9959         Unit, decoding and overlaying DVD subtitles and menu graphics.
9960
9961         * gst/mpeg2sub/.cvsignore:
9962         * gst/mpeg2sub/Makefile.am:
9963         * gst/mpeg2sub/Notes.txt:
9964         * gst/mpeg2sub/gstmpeg2subt.c:
9965         * gst/mpeg2sub/gstmpeg2subt.h:
9966         * gst/mpeg2sub/mpeg2subt.vcproj:
9967         Delete old and broken mpeg2subt element that was never ported from 0.8
9968
9969 2007-08-24  Julien MOUTTE  <julien@moutte.net>
9970
9971         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
9972         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
9973         (gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
9974         (gst_flv_demux_handle_seek_pull), (gst_flv_demux_sink_event),
9975         (gst_flv_demux_src_event): Remove some useless ifdef.
9976
9977 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9978
9979         * examples/switch/switcher.c (main):
9980         * gst/switch/gstswitch.c (gst_switch_chain):
9981         Make switch more reliable and also not lock up when
9982         sink pad caps change.
9983
9984 2007-08-24  Julien MOUTTE  <julien@moutte.net>
9985
9986         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
9987         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
9988         (gst_flv_demux_pull_tag), (gst_flv_demux_find_offset),
9989         (gst_flv_demux_handle_seek_push), (gst_flv_demux_handle_seek_pull),
9990         (gst_flv_demux_sink_event), (gst_flv_demux_src_event): Implement
9991         seeking in push mode.
9992         * gst/flv/gstflvdemux.h:
9993
9994 2007-08-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9995
9996         * gst/mpegtsparse/flutspatinfo.c:
9997         * gst/mpegtsparse/flutspatinfo.h:
9998         * gst/mpegtsparse/flutspmtinfo.c:
9999         * gst/mpegtsparse/flutspmtinfo.h:
10000         Update licences to reflect LGPL-ness of these files also.
10001
10002 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10005         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
10006         * docs/plugins/gst-plugins-bad-plugins.interfaces:
10007         * docs/plugins/gst-plugins-bad-plugins.signals:
10008         * gst/rtpmanager/gstrtpbin.c:
10009         * gst/rtpmanager/gstrtpbin.h:
10010         * gst/rtpmanager/gstrtpclient.c:
10011         * gst/rtpmanager/gstrtpclient.h:
10012         * gst/rtpmanager/gstrtpjitterbuffer.c:
10013         * gst/rtpmanager/gstrtpjitterbuffer.h:
10014         * gst/rtpmanager/gstrtpptdemux.c:
10015         * gst/rtpmanager/gstrtpptdemux.h:
10016         * gst/rtpmanager/gstrtpsession.c:
10017         * gst/rtpmanager/gstrtpsession.h:
10018         * gst/rtpmanager/gstrtpssrcdemux.c:
10019         * gst/rtpmanager/gstrtpssrcdemux.h:
10020           Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE
10021           registers a GType that's different than the GstRTPFoo types that
10022           farsight registers (luckily GType names are case sensitive). Should
10023           finally fix #430664.
10024
10025 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * configure.ac:
10028         * win32/common/config.h:
10029         * win32/common/config.h.in:
10030           Automatically generate win32/common/config.h via configure (this
10031           ensures the win32 version of config.h is up-to-date when a release
10032           is made, #433373). config.h.in file might need some more work.
10033
10034 2007-08-22  Tim-Philipp Müller  <tim at centricular dot net>
10035
10036         Patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
10037
10038         * configure.ac:
10039         * gst/festival/Makefile.am:
10040         * gst/festival/gstfestival.c:
10041           Port festival plugin to GStreamer-0.10 (#461377).
10042
10043 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10044
10045         * ext/faad/gstfaad.c: (gst_faad_chain):
10046         Don't unref the buffer when it was clipped.
10047
10048 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
10049
10050         * ext/faad/gstfaad.c: (gst_faad_chain):
10051         Don't unref the buffer when it was clipped.
10052
10053 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10054
10055         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10056         (gst_flv_demux_pull_tag):
10057         * gst/flv/gstflvdemux.h:
10058         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10059         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10060         (gst_flv_parse_tag_video): Handle pixel aspect ratio through
10061         metadata tags like ASF does. Fluendo muxer supports this and 
10062         Flash players can support it as well this way.
10063
10064 2007-08-22  Julien MOUTTE  <julien@moutte.net>
10065
10066         * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag):
10067         * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
10068         (gst_flv_parse_tag_script), (gst_flv_parse_tag_audio),
10069         (gst_flv_parse_tag_video): Make sure we don't try filling up the
10070         index if no times object was parsed. Fix the way we decide to push
10071         tags and emit no-more-pads. Fix some printf typing in debugging.
10072
10073 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10074
10075         * gst/rtpmanager/gstrtpjitterbuffer.c:
10076         (gst_rtp_jitter_buffer_chain),
10077         (gst_rtp_jitter_buffer_set_property):
10078         When drop-on-latency is set but we have no latency configured, just push
10079         the buffer as fast as possible.
10080         Fix typo in comment.
10081
10082 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10083
10084         * gst/rtpmanager/rtpjitterbuffer.c:
10085         (rtp_jitter_buffer_get_ts_diff):
10086         * gst/rtpmanager/rtpjitterbuffer.h:
10087         Fix undefined overflow prone ts_diff handling.
10088
10089 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
10090
10091         * gst/modplug/gstmodplug.cc:
10092         Fix compiler warning.
10093
10094 2007-08-21  Stefan Kost  <ensonic@users.sf.net>
10095
10096         * gst/modplug/gstmodplug.cc:
10097           Don't use NULL caps for srcpad is not yet connected.
10098
10099 2007-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10100
10101         * configure.ac:
10102         * gst/mpegtsparse/Makefile.am:
10103         * gst/mpegtsparse/flutspatinfo.c:
10104         * gst/mpegtsparse/flutspatinfo.h:
10105         * gst/mpegtsparse/flutspmtinfo.c:
10106         * gst/mpegtsparse/flutspmtinfo.h:
10107         * gst/mpegtsparse/flutspmtstreaminfo.c:
10108         * gst/mpegtsparse/flutspmtstreaminfo.h:
10109         * gst/mpegtsparse/mpegtspacketizer.c:
10110         * gst/mpegtsparse/mpegtspacketizer.h:
10111         * gst/mpegtsparse/mpegtsparse.c:
10112         * gst/mpegtsparse/mpegtsparse.h:
10113         * gst/mpegtsparse/mpegtsparsemarshal.list:
10114         Add mpeg transport stream parser written by:
10115         Alessandro Decina. Includes a couple of files from the
10116         Fluendo transport stream demuxer that Fluendo have 
10117         kindly allowed to be licenced under LGPL also.
10118
10119 2007-08-20  Tim-Philipp Müller  <tim at centricular dot net>
10120
10121         Patch by: Bastien Nocera  <hadess at hadess net>
10122
10123         * ext/mythtv/gstmythtvsrc.c:
10124           Add examples for live mythtv:// URIs to docs (#468039).
10125           Also convert some tabs into spaces.
10126
10127 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10128
10129         * gst/filter/gstbpwsinc.c:
10130         * gst/filter/gstlpwsinc.c:
10131         Add small comparision with the chebyshev filters in the docs.
10132
10133 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
10134
10135         * tests/check/elements/bpwsinc.c: (GST_START_TEST),
10136         (bpwsinc_suite):
10137         * tests/check/elements/lpwsinc.c: (GST_START_TEST),
10138         (lpwsinc_suite):
10139         Also test everything in 32 bit float mode.
10140
10141 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
10142
10143         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10144         (bpwsinc_set_property), (bpwsinc_get_property):
10145         * gst/filter/gstbpwsinc.h:
10146         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10147         (gst_lpwsinc_init), (lpwsinc_build_kernel), (lpwsinc_set_property),
10148         (lpwsinc_get_property):
10149         * gst/filter/gstlpwsinc.h:
10150         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10151         Use generator macros for the process functions for the different
10152         sample types, add lower upper boundaries for the GObject properties
10153         so automatically generated UIs can use sliders and change frequency
10154         properties to floats to save a bit of memory, even ints would in
10155         theory be enough. Also rename frequency to cutoff for consistency
10156         reasons.
10157         * docs/plugins/gst-plugins-bad-plugins.args:
10158         * docs/plugins/gst-plugins-bad-plugins.signals:
10159         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10160         Regenerated for the above changes.
10161
10162 2007-08-17  Stefan Kost  <ensonic@users.sf.net>
10163
10164         * ext/amrwb/gstamrwbparse.c:
10165           Don't leak the adapter.
10166
10167 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10168
10169         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10170         (gst_bpwsinc_init), (process_32), (process_64),
10171         (bpwsinc_build_kernel), (bpwsinc_push_residue),
10172         (bpwsinc_transform), (bpwsinc_start), (bpwsinc_query),
10173         (bpwsinc_query_type), (bpwsinc_event), (bpwsinc_set_property):
10174         * gst/filter/gstbpwsinc.h:
10175         Implement latency query and only forward those samples downstream
10176         that actually contain the data we want, i.e. drop kernel_length/2
10177         in the beginning and append kernel_length/2 (created by convolving
10178         the filter kernel with zeroes) to the end.
10179
10180         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10181         Adjust the unit test for this slightly changed behaviour.
10182
10183         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10184         Reset residue length only when actually creating a residue.
10185
10186 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10187
10188         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_class_init):
10189         Override the preroll vmethod instead of overriding the render method
10190         twice.
10191
10192 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10193
10194         * gst/rtpmanager/gstrtpjitterbuffer.c:
10195         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10196         (gst_rtp_jitter_buffer_loop):
10197         Fix EOS handling.
10198         Convert some DEBUG into WARNINGs.
10199         Pause task when flushing.
10200
10201         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
10202         (rtcp_thread), (gst_rtp_session_event_recv_rtcp_sink):
10203         Use system clock for RTCP session management timeouts.
10204
10205         * gst/rtpmanager/rtpsession.c: (on_new_ssrc), (on_ssrc_collision),
10206         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout):
10207         Release the session lock when emiting signals.
10208
10209 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
10210
10211         * ext/faad/gstfaad.c: (gst_faad_setcaps),
10212         (gst_faad_chanpos_to_gst):
10213         Add some debug info.
10214
10215 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
10216
10217         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10218         (gst_lpwsinc_init), (process_32), (process_64),
10219         (lpwsinc_build_kernel), (lpwsinc_push_residue),
10220         (lpwsinc_transform), (lpwsinc_start), (lpwsinc_query),
10221         (lpwsinc_query_type), (lpwsinc_event), (lpwsinc_set_property):
10222         * gst/filter/gstlpwsinc.h:
10223         Implement latency query and only forward those samples downstream
10224         that actually contain the data we want, i.e. drop kernel_length/2
10225         in the beginning and append kernel_length/2 (created by convolving
10226         the filter kernel with zeroes) to the end.
10227         * tests/check/elements/lpwsinc.c: (GST_START_TEST):
10228         Adjust the unit test for this slightly changed behaviour.
10229
10230 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10231
10232         * ext/ladspa/gstladspa.c:
10233           Don't leak like hell.
10234
10235 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
10236
10237         * tests/check/Makefile.am:
10238         * tests/check/generic/.cvsignore:
10239         * tests/check/generic/states.c:
10240           Add generic state-change test suite to help to fi leaks.
10241
10242 2007-08-15  Stefan Kost  <ensonic@users.sf.net>
10243
10244         * ext/timidity/gstwildmidi.c:
10245         * ext/timidity/gstwildmidi.h:
10246           Look harder for a config. Based on patch by Hans de Goede.
10247           Fixes #456912
10248
10249 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10250
10251         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_flush_unlocked):
10252         Don't use new API.
10253
10254 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10255
10256         * gst-libs/gst/app/gstappsink.c: (gst_app_sink_base_init),
10257         (gst_app_sink_class_init), (gst_app_sink_dispose),
10258         (gst_app_sink_flush_unlocked), (gst_app_sink_start),
10259         (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
10260         (gst_app_sink_render), (gst_app_sink_get_caps),
10261         (gst_app_sink_set_caps), (gst_app_sink_end_of_stream),
10262         (gst_app_sink_pull_preroll), (gst_app_sink_pull_buffer):
10263         * gst-libs/gst/app/gstappsink.h:
10264         Make love to appsink.
10265         Make it support pulling of the preroll buffer.
10266         Add docs and debug statements.
10267         Fix some races wrt to EOS handling and stopping.
10268         Implement getcaps.
10269         Implement FLUSHING.
10270         API: gst_app_sink_pull_preroll()
10271
10272 2007-08-14  Wim Taymans  <wim.taymans@gmail.com>
10273
10274         * gst/flv/gstflvdemux.c: (gst_flv_demux_set_index),
10275         (gst_flv_demux_get_index):
10276         Fix locking and refcounting on the index.
10277
10278 2007-08-14  Julien MOUTTE  <julien@moutte.net>
10279
10280         * gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
10281         (gst_flv_demux_adapter_flush), (gst_flv_demux_chain),
10282         (gst_flv_demux_pull_tag), (gst_flv_demux_do_seek),
10283         (gst_flv_demux_handle_seek), (gst_flv_demux_sink_event),
10284         (gst_flv_demux_src_event), (gst_flv_demux_query),
10285         (gst_flv_demux_change_state), (gst_flv_demux_set_index),
10286         (gst_flv_demux_get_index), (gst_flv_demux_dispose),
10287         (gst_flv_demux_class_init): First method for seeking in pull
10288         mode using the index built step by step or coming from metadata.
10289         * gst/flv/gstflvdemux.h:
10290         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10291         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10292         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video): Parse
10293         more metadata types and keyframes index.
10294
10295 2007-08-13  Sebastian Dröge  <slomo@circular-chaos.org>
10296
10297         * docs/plugins/Makefile.am:
10298         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10299         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10300         * docs/plugins/gst-plugins-bad-plugins.args:
10301         * docs/plugins/gst-plugins-bad-plugins.signals:
10302         * docs/plugins/inspect/plugin-bz2.xml:
10303         * docs/plugins/inspect/plugin-cdxaparse.xml:
10304         * docs/plugins/inspect/plugin-dtsdec.xml:
10305         * docs/plugins/inspect/plugin-faac.xml:
10306         * docs/plugins/inspect/plugin-faad.xml:
10307         * docs/plugins/inspect/plugin-filter.xml:
10308         * docs/plugins/inspect/plugin-freeze.xml:
10309         * docs/plugins/inspect/plugin-gsm.xml:
10310         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10311         * docs/plugins/inspect/plugin-h264parse.xml:
10312         * docs/plugins/inspect/plugin-modplug.xml:
10313         * docs/plugins/inspect/plugin-mpeg2enc.xml:
10314         * docs/plugins/inspect/plugin-musepack.xml:
10315         * docs/plugins/inspect/plugin-musicbrainz.xml:
10316         * docs/plugins/inspect/plugin-nsfdec.xml:
10317         * docs/plugins/inspect/plugin-replaygain.xml:
10318         * docs/plugins/inspect/plugin-soundtouch.xml:
10319         * docs/plugins/inspect/plugin-spcdec.xml:
10320         * docs/plugins/inspect/plugin-spectrum.xml:
10321         * docs/plugins/inspect/plugin-speed.xml:
10322         * docs/plugins/inspect/plugin-tta.xml:
10323         * docs/plugins/inspect/plugin-videosignal.xml:
10324         * docs/plugins/inspect/plugin-xingheader.xml:
10325         * docs/plugins/inspect/plugin-xvid.xml:
10326         * gst/filter/gstbpwsinc.c:
10327         * gst/filter/gstbpwsinc.h:
10328         * gst/filter/gstlpwsinc.c:
10329         * gst/filter/gstlpwsinc.h:
10330         Add docs for lpwsinc and bpwsinc and integrate them
10331         into the build system. While doing that also update
10332         all other docs via make update in docs/plugins.
10333
10334 2007-08-13  Stefan Kost  <ensonic@users.sf.net>
10335
10336         * gst/rtpmanager/rtpjitterbuffer.c:
10337           Include stdlib.
10338
10339 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10340
10341         * tests/check/elements/bpwsinc.c: (GST_START_TEST):
10342         Make one test constraint a bit stricter.
10343
10344 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10345
10346         * tests/check/Makefile.am:
10347         * tests/check/elements/.cvsignore:
10348         * tests/check/elements/bpwsinc.c: (setup_bpwsinc),
10349         (cleanup_bpwsinc), (GST_START_TEST), (bpwsinc_suite), (main):
10350         Add unit tests for bpwsinc, testing fundamental functionality again.
10351
10352 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10353
10354         * tests/check/Makefile.am:
10355         * tests/check/elements/.cvsignore:
10356         * tests/check/elements/lpwsinc.c: (setup_lpwsinc),
10357         (cleanup_lpwsinc), (GST_START_TEST), (lpwsinc_suite), (main):
10358         Add unit tests for lpwsinc, testing fundamental functionality.
10359
10360 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10361
10362         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10363         * gst/filter/gstlpwsinc.c: (lpwsinc_build_kernel):
10364         Improve debugging a bit.
10365
10366 2007-08-12  Sebastian Dröge  <slomo@circular-chaos.org>
10367
10368         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10369         (bpwsinc_start):
10370         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10371         (lpwsinc_start):
10372         Reset the residue in BaseTransform::start to get a clean residue
10373         on stream changes.
10374
10375 2007-08-11  Sebastian Dröge  <slomo@circular-chaos.org>
10376
10377         * gst/filter/gstbpwsinc.c: (process_32), (process_64):
10378         * gst/filter/gstlpwsinc.c: (process_32), (process_64):
10379         Fix processing with buffer sizes that are smaller than the filter
10380         kernel size.
10381
10382 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
10383
10384         * gst/rtpmanager/Makefile.am:
10385         * gst/rtpmanager/async_jitter_queue.c:
10386         * gst/rtpmanager/async_jitter_queue.h:
10387         * gst/rtpmanager/rtpjitterbuffer.c: (rtp_jitter_buffer_class_init),
10388         (rtp_jitter_buffer_init), (rtp_jitter_buffer_finalize),
10389         (rtp_jitter_buffer_new), (compare_seqnum),
10390         (rtp_jitter_buffer_insert), (rtp_jitter_buffer_pop),
10391         (rtp_jitter_buffer_flush), (rtp_jitter_buffer_num_packets),
10392         (rtp_jitter_buffer_get_ts_diff):
10393         * gst/rtpmanager/rtpjitterbuffer.h:
10394         Remove complicated async queue and replace with more simple jitterbuffer
10395         code while also fixing some bugs.
10396
10397         * gst/rtpmanager/gstrtpbin-marshal.list:
10398         * gst/rtpmanager/gstrtpbin.c: (on_new_ssrc), (on_ssrc_collision),
10399         (on_ssrc_validated), (on_bye_ssrc), (on_bye_timeout), (on_timeout),
10400         (create_session), (gst_rtp_bin_class_init), (create_recv_rtp),
10401         (create_send_rtp):
10402         * gst/rtpmanager/gstrtpbin.h:
10403         * gst/rtpmanager/gstrtpjitterbuffer.c:
10404         (gst_rtp_jitter_buffer_init), (gst_rtp_jitter_buffer_dispose),
10405         (gst_jitter_buffer_sink_parse_caps),
10406         (gst_rtp_jitter_buffer_flush_start),
10407         (gst_rtp_jitter_buffer_flush_stop),
10408         (gst_rtp_jitter_buffer_change_state),
10409         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_chain),
10410         (gst_rtp_jitter_buffer_loop), (gst_rtp_jitter_buffer_set_property):
10411         * gst/rtpmanager/gstrtpsession.c: (on_new_ssrc),
10412         (on_ssrc_collision), (on_ssrc_validated), (on_bye_ssrc),
10413         (on_bye_timeout), (on_timeout), (gst_rtp_session_class_init),
10414         (gst_rtp_session_init):
10415         * gst/rtpmanager/gstrtpsession.h:
10416         * gst/rtpmanager/rtpsession.c: (on_bye_ssrc), (session_cleanup):
10417         Use new jitterbuffer code.
10418         Expose some new signals in preparation for handling EOS.
10419
10420 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10421
10422         * gst/filter/gstbpwsinc.c: (bpwsinc_build_kernel):
10423         Fix a segfault with more than one channel and don't rebuild
10424         the kernel & residue with every buffer.
10425
10426 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10427
10428         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_mode_get_type),
10429         (gst_bpwsinc_window_get_type), (gst_bpwsinc_class_init),
10430         (gst_bpwsinc_init), (bpwsinc_build_kernel), (bpwsinc_set_property),
10431         (bpwsinc_get_property):
10432         * gst/filter/gstbpwsinc.h:
10433         Add support for a bandreject mode and allow specifying the window
10434         function that should be used.
10435         * gst/filter/gstlpwsinc.c:
10436         And another small formatting fix.
10437
10438 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10439
10440         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init),
10441         (gst_bpwsinc_init), (process_32), (process_64),
10442         (bpwsinc_build_kernel), (bpwsinc_setup), (bpwsinc_get_unit_size),
10443         (bpwsinc_transform), (bpwsinc_set_property),
10444         (bpwsinc_get_property):
10445         * gst/filter/gstbpwsinc.h:
10446         Apply the same changes to the bandpass filter:
10447          - Support double input
10448          - Fix processing for input with >1 channels
10449          - Specify frequency in Hz
10450          - Specify actual filter kernel length
10451          - Use transform instead of transform_ip as we're working
10452            out of place anyway
10453          - Factor out filter kernel generation and update the filter
10454            kernel when the properties are set
10455         Fix bandpass filter kernel generation to actually generate
10456         a bandpass filter by creating a highpass instead of a second
10457         lowpass.
10458         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
10459         Small formatting fix.
10460
10461 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10462
10463         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init),
10464         (gst_lpwsinc_init), (process_32), (process_64),
10465         (lpwsinc_build_kernel), (lpwsinc_set_property),
10466         (lpwsinc_get_property):
10467         * gst/filter/gstlpwsinc.h:
10468         Specify the actual filter length instead of a weird
10469         2N+1. Setting the property will round to the next odd number.
10470         Also remove now obsolete FIXMEs.
10471
10472 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10473
10474         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_window_get_type),
10475         (gst_lpwsinc_class_init), (gst_lpwsinc_init),
10476         (lpwsinc_build_kernel), (lpwsinc_set_property),
10477         (lpwsinc_get_property):
10478         * gst/filter/gstlpwsinc.h:
10479         Allow choosing between hamming and blackman window. The blackman
10480         window provides a better stopband attenuation but a bit slower
10481         rolloff.
10482
10483 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10484
10485         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_mode_get_type),
10486         (gst_lpwsinc_class_init), (process_32), (process_64),
10487         (lpwsinc_build_kernel), (lpwsinc_set_property),
10488         (lpwsinc_get_property):
10489         * gst/filter/gstlpwsinc.h:
10490         Add a highpass mode.
10491
10492 2007-08-10  Sebastian Dröge  <slomo@circular-chaos.org>
10493
10494         * gst/filter/gstlpwsinc.c: (process_32), (process_64),
10495         (lpwsinc_build_kernel):
10496         Fix processing if the input has more than one channel.
10497
10498 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10499
10500         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10501         (gst_bpwsinc_init), (bpwsinc_setup), (bpwsinc_transform_ip),
10502         (bpwsinc_set_property), (bpwsinc_get_property):
10503         "this" is a C++ keyword, use "self" instead.
10504         Add TODOs and FIXMEs and remove two wrong FIXMEs.
10505         * gst/filter/gstlpwsinc.c:
10506         Add FIXMEs and a new TODO.
10507
10508 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10509
10510         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10511         (gst_lpwsinc_class_init), (gst_lpwsinc_init), (process_32),
10512         (process_64), (lpwsinc_build_kernel), (lpwsinc_setup),
10513         (lpwsinc_get_unit_size), (lpwsinc_transform),
10514         (lpwsinc_set_property), (lpwsinc_get_property):
10515         * gst/filter/gstlpwsinc.h:
10516         Add double support, replace "this" with "self" as the former
10517         is a C++ keyword.
10518         Implement the frequency property in Hz instead of fraction
10519         of sampling frequency.
10520         Remove some unecessary FIXMEs and add some TODOs, add some
10521         required locking and refactor the kernel generation into a
10522         separate function that is also called when the properties
10523         change now.
10524         And use BaseTransform::transform instead of transform_ip
10525         as the convolution is done out of place anyway. Should
10526         be done in place later.
10527
10528 2007-08-09  Sebastian Dröge  <slomo@circular-chaos.org>
10529
10530         * configure.ac:
10531         * gst/stereo/Makefile.am:
10532         * gst/stereo/gststereo.c: (gst_stereo_base_init),
10533         (gst_stereo_class_init), (gst_stereo_init),
10534         (gst_stereo_transform_ip), (gst_stereo_set_property),
10535         (gst_stereo_get_property):
10536         * gst/stereo/gststereo.h:
10537         Port the stereo element to GStreamer 0.10.
10538
10539 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10540
10541         submitted by: Raphael Higino <phhigino@gmail.com>
10542
10543         * po/LINGUAS:
10544         * po/pt_BR.po:
10545           Added Portuguese (Brazilian) translation.
10546
10547 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10548
10549         * po/uk.po:
10550         * po/vi.po:
10551           Updated translations.
10552
10553 2007-08-08  Sebastian Dröge  <slomo@circular-chaos.org>
10554
10555         * gst/filter/Makefile.am:
10556         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
10557         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
10558         (gst_bpwsinc_init), (bpwsinc_setup):
10559         * gst/filter/gstbpwsinc.h:
10560         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
10561         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
10562         (gst_lpwsinc_init), (lpwsinc_setup):
10563         * gst/filter/gstlpwsinc.h:
10564         Use GstAudioFilter as base class and don't leak the memory
10565         of the filter kernel and residue.
10566
10567 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
10568
10569         Patch by: Josep Torra Valles <josep@fluendo.com>
10570
10571         * docs/plugins/gst-plugins-bad-plugins.args:
10572         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_init),
10573         (gst_mms_start), (gst_mms_set_property), (gst_mms_get_property):
10574         * ext/libmms/gstmms.h:
10575         Add connection speed property to libmms. Fixes #464678.
10576
10577 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10578
10579         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10580         (gst_real_video_dec_activate_push), (open_library),
10581         (gst_real_video_dec_init), (gst_real_video_dec_finalize):
10582         * gst/real/gstrealvideodec.h:
10583         Remove some old unused vars.
10584
10585 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
10586
10587         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10588         Small cleanups.
10589
10590         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain),
10591         (open_library):
10592         Remove fragment and timestamp correction code from the decoder to make
10593         the caps and buffer contents compatible with matroska/ffdec_rvx0/...
10594
10595 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10596
10597         * po/POTFILES.skip:
10598           Add POTFILES.skip with list of source files that aren't disted at the
10599           moment but contain translatable strings. Should hopefully pacify
10600           broken tools and make it clearer that these files are left out
10601           intentionally (#461601 and others).
10602
10603 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
10604
10605         Patch by: Ian Munro  <imunro at netspace net au>
10606
10607         * gst/bayer/gstbayer2rgb.c:
10608           Include our own "_stdint.h" instead of <stdint.h> (which may not
10609           be available).
10610
10611         * gst/speed/gstspeed.h:
10612           Native HP-UX compiler dosn't seem to like enum typedefs before the
10613           actual enum was defined.
10614
10615         * gst/vmnc/vmncdec.c:
10616           Fix wrong usage of GST_ELEMENT_ERROR macro (#461373).
10617
10618 2007-07-26  Edward Hervey  <bilboed@bilboed.com>
10619
10620         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
10621         Use the proper context variable when setting the password !
10622         LOG => WARNING for errors.
10623         Give proper path when opening the codec (needs a '/' at the end).
10624
10625 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10626
10627         * gst/real/Makefile.am:
10628           And dist the new header file too.
10629
10630 2007-07-25  Tim-Philipp Müller  <tim at centricular dot net>
10631
10632         * gst/real/gstreal.h:
10633         Add missing header file.
10634
10635 2007-07-25  Julien MOUTTE  <julien@moutte.net>
10636
10637         (gst_flv_demux_chain), (gst_flv_demux_pull_tag),
10638         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10639         (gst_flv_demux_init):
10640         * gst/flv/gstflvdemux.h:
10641         * gst/flv/gstflvparse.c: (FLV_GET_STRING),
10642         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10643         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10644         (gst_flv_parse_header):
10645         * gst/flv/gstflvparse.h: Handle not linked pads, try to make it
10646         reusable, more safety checks.
10647
10648 2007-07-25  Stefan Kost  <ensonic@users.sf.net>
10649
10650         * ext/timidity/gsttimidity.c: (gst_timidity_init),
10651         (gst_timidity_change_state), (plugin_init):
10652         * ext/timidity/gsttimidity.h:
10653           Don't initialize timidity in plugin_init for similar reason as below.
10654
10655 2007-07-24  Stefan Kost  <ensonic@users.sf.net>
10656
10657         * ext/timidity/gstwildmidi.c: (wildmidi_open_config),
10658         (gst_wildmidi_init), (gst_wildmidi_change_state), (plugin_init):
10659         * ext/timidity/gstwildmidi.h:
10660           Don't initialize wildmidi in plugin_init as it also setups audio
10661           filters which is slow.
10662
10663 2007-07-24  Hans de Goede  <j.w.r.degoede@hhs.nl>
10664
10665         reviewed by: Edward Hervey  <bilboed@bilboed.com>
10666
10667         * gst/real/gstreal.c: (plugin_init):
10668         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
10669         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
10670         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
10671         * gst/real/gstrealvideodec.c: (open_library),
10672         (gst_real_video_dec_finalize), (gst_real_video_dec_set_property),
10673         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
10674         * gst/real/gstrealvideodec.h:
10675         Improved search algorithm for location of real .so files.
10676         Fixes #393461
10677
10678 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
10679
10680         * configure.ac:
10681         * ext/faad/gstfaad.c: (gst_faad_chain), (gst_faad_change_state):
10682         Use the new buffer clipping function from gstaudio here and
10683         require gst-plugins-base CVS.
10684
10685 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
10686
10687         * configure.ac:
10688           Sync liboil check with plugins-base.
10689
10690 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10691
10692         * gst/equalizer/gstiirequalizer.c:
10693         (gst_iir_equalizer_band_set_property),
10694         (gst_iir_equalizer_child_proxy_get_child_by_index),
10695         (gst_iir_equalizer_child_proxy_get_children_count),
10696         (gst_iir_equalizer_child_proxy_interface_init),
10697         (gst_iir_equalizer_class_init), (arg_to_scale), (setup_filter),
10698         (gst_iir_equalizer_compute_frequencies):
10699         * gst/equalizer/gstiirequalizer10bands.c:
10700         (gst_iir_equalizer_10bands_class_init):
10701         * gst/equalizer/gstiirequalizer3bands.c:
10702         (gst_iir_equalizer_3bands_class_init):
10703         * gst/equalizer/gstiirequalizernbands.c:
10704           Better algorith for the center frequencies. Subtract band filters from
10705           input for negative gains. Rework the gain mapping.
10706
10707 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
10708
10709         * ext/dirac/Makefile.am:
10710           Also include stdlib here.
10711
10712 2007-07-19  Jan Schmidt  <thaytan@noraisin.net>
10713
10714         * tests/check/elements/.cvsignore:
10715         Fix the buildbot with the cvsignore it wants.
10716
10717 2007-07-19  Julien MOUTTE  <julien@moutte.net>
10718
10719         * configure.ac:
10720         * gst/flv/Makefile.am:
10721         * gst/flv/gstflvdemux.c: (gst_flv_demux_flush),
10722         (gst_flv_demux_cleanup), (gst_flv_demux_chain),
10723         (gst_flv_demux_pull_tag), (gst_flv_demux_pull_header),
10724         (gst_flv_demux_seek_to_prev_keyframe), (gst_flv_demux_loop),
10725         (gst_flv_demux_sink_activate), (gst_flv_demux_sink_activate_push),
10726         (gst_flv_demux_sink_activate_pull), (gst_flv_demux_sink_event),
10727         (gst_flv_demux_change_state), (gst_flv_demux_dispose),
10728         (gst_flv_demux_base_init), (gst_flv_demux_class_init),
10729         (gst_flv_demux_init), (plugin_init):
10730         * gst/flv/gstflvdemux.h:
10731         * gst/flv/gstflvparse.c: (FLV_GET_BEUI24), (FLV_GET_STRING),
10732         (gst_flv_demux_query_types), (gst_flv_demux_query),
10733         (gst_flv_parse_metadata_item), (gst_flv_parse_tag_script),
10734         (gst_flv_parse_tag_audio), (gst_flv_parse_tag_video),
10735         (gst_flv_parse_tag_type), (gst_flv_parse_header):
10736         * gst/flv/gstflvparse.h: Adds a first draft of an FLV demuxer.
10737         It does not do seeking yet, it supports pull and push mode so YES
10738         you can use it to play youtube videos directly from an HTTP uri.
10739         Not so much testing done yet but it parses metadata, reply to 
10740         duration queries, etc...
10741
10742 2007-07-19  Stefan Kost  <ensonic@users.sf.net>
10743
10744         * tests/check/Makefile.am:
10745         * tests/check/elements/timidity.c (GST_START_TEST, timidity_suite,
10746           main):
10747           Add typefind test for midi.
10748
10749 2007-07-18  Michael Smith  <msmith@fluendo.com>
10750
10751         * ext/soundtouch/gstpitch.cc:
10752           If we receive a new segment event, don't try to push buffers out
10753           in response (without first sending it on!).
10754           Instead, flush internal buffers on receiving flush events.
10755           Fixes playback after seeking.
10756
10757 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10758
10759         * gst/bayer/gstbayer2rgb.c: (gst_bayer2rgb_set_caps),
10760         (gst_bayer2rgb_reset):
10761           Add basic docs. Use glibs mem routines.
10762
10763 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10764
10765         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
10766           Add example to the docs. Fix buffer-offset-end and add some debug.
10767
10768 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10769
10770         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
10771         (gst_jack_ring_buffer_acquire):
10772           Add stdlib include here too.
10773
10774 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
10775
10776         * examples/app/appsrc_ex.c:
10777         * examples/switch/switcher.c:
10778         * ext/neon/gstneonhttpsrc.c:
10779         * ext/timidity/gstwildmidi.c:
10780         * ext/x264/gstx264enc.c:
10781         * gst/mve/mveaudioenc.c: (mve_compress_audio):
10782         * gst/rtpmanager/gstrtpclient.c:
10783         * gst/rtpmanager/gstrtpjitterbuffer.c:
10784         * gst/spectrum/demo-audiotest.c:
10785         * gst/spectrum/demo-osssrc.c:
10786         * sys/dvb/gstdvbsrc.c:
10787           Add stdlib include (free, atoi, exit).
10788
10789 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
10790
10791         * ext/faad/gstfaad.c: (clip_outgoing_buffer):
10792         Fix buffer clipping to correctly clip to the segment stop.
10793
10794 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
10795
10796         Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>
10797
10798         * gst/modplug/gstmodplug.cc:
10799         add several missing supported mime-types to the modplug plugin.
10800         Fixes #456901.
10801
10802 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
10803
10804         * configure.ac:
10805         * tests/Makefile.am:
10806         Remove bogus check for libcheck, since we check for
10807         gstreamer-check and it pulls in the required info from there, and we
10808         weren't actually _using_ the information for libcheck ourselves
10809         anyway.
10810
10811 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
10812
10813         * configure.ac:
10814           Use pkg-config to locate check.
10815
10816 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
10817
10818         * gst/interleave/deinterleave.c: (gst_deinterleave_process):
10819         * gst/vmnc/vmncdec.c: (vmnc_make_buffer):
10820           Fix build against core CVS.
10821
10822 2007-07-09  Stefan Kost  <ensonic@users.sf.net>
10823
10824         * REQUIREMENTS:
10825           Sync with changes in -ugly.
10826
10827 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         * REQUIREMENTS:
10830           Add download location of libamrwb.
10831
10832 2007-07-06  Tim-Philipp Müller  <tim at centricular dot net>
10833
10834         * docs/plugins/inspect/plugin-amrwb.xml:
10835         * docs/plugins/inspect/plugin-equalizer.xml:
10836         * docs/plugins/inspect/plugin-multifile.xml:
10837         * docs/plugins/inspect/plugin-timidity.xml:
10838         * docs/plugins/inspect/plugin-wildmidi.xml:
10839           Add missing inspect files. Fixes build (#454313).
10840
10841         * ext/timidity/gstwildmidi.c: (wildmidi_open_config):
10842           Scream a bit louder when initialisation fails.
10843
10844         * gst-libs/README:
10845         * gst-libs/ext/.cvsignore:
10846           Remove some cruft.
10847
10848 2007-07-05  Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         * ext/ivorbis/Makefile.am:
10851           Dist header files. Fixes #454078.
10852
10853 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
10854
10855         * docs/plugins/Makefile.am:
10856           Simplify --extra-dir as gtkdoc scans recursively.
10857
10858         * ext/amrwb/gstamrwbenc.c:
10859           Fix comment start.
10860
10861 2007-07-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10862
10863         * sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER,
10864           ARG_DVBSRC_FRONTEND, ARG_DVBSRC_DISEQC_SRC, ARG_DVBSRC_FREQUENCY,
10865           ARG_DVBSRC_POLARITY, gst_dvbsrc_class_init, gst_dvbsrc_init,
10866           gst_dvbsrc_set_property, gst_dvbsrc_get_property,
10867           gst_dvbsrc_open_frontend, gst_dvbsrc_open_dvr, read_device,
10868           gst_dvbsrc_create, gst_dvbsrc_set_pes_filters):
10869         * sys/dvb/gstdvbsrc.h (adapter_number, frontend_number):
10870         Removed property "device". Added properties "adapter" and "frontend".
10871         Fixes #453636.
10872         Rename freq property to frequency.
10873
10874 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
10875
10876         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
10877         Fix property descriptions.
10878
10879 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10880
10881         * docs/plugins/Makefile.am:
10882         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10883         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10884         * ext/amrwb/gstamrwbdec.c:
10885         * ext/amrwb/gstamrwbenc.c:
10886         * ext/amrwb/gstamrwbparse.c:
10887           Also document AMR-WB elements.
10888
10889 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10890
10891         * docs/plugins/Makefile.am:
10892         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
10893         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
10894         * docs/plugins/gst-plugins-bad-plugins.args:
10895           Cleanup the section file so that -unused is empty again (and useful to
10896           spot new docs). Add not yet added docs to sgml file. Add more header
10897           to Makefile.am to make them introspectable.
10898
10899         * docs/plugins/inspect/plugin-bz2.xml:
10900         * docs/plugins/inspect/plugin-cdxaparse.xml:
10901         * docs/plugins/inspect/plugin-dtsdec.xml:
10902         * docs/plugins/inspect/plugin-faac.xml:
10903         * docs/plugins/inspect/plugin-faad.xml:
10904         * docs/plugins/inspect/plugin-filter.xml:
10905         * docs/plugins/inspect/plugin-freeze.xml:
10906         * docs/plugins/inspect/plugin-gdp.xml:
10907         * docs/plugins/inspect/plugin-gsm.xml:
10908         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
10909         * docs/plugins/inspect/plugin-h264parse.xml:
10910         * docs/plugins/inspect/plugin-modplug.xml:
10911         * docs/plugins/inspect/plugin-musicbrainz.xml:
10912         * docs/plugins/inspect/plugin-nsfdec.xml:
10913         * docs/plugins/inspect/plugin-replaygain.xml:
10914         * docs/plugins/inspect/plugin-spectrum.xml:
10915         * docs/plugins/inspect/plugin-speed.xml:
10916         * docs/plugins/inspect/plugin-tta.xml:
10917         * docs/plugins/inspect/plugin-videosignal.xml:
10918         * docs/plugins/inspect/plugin-xingheader.xml:
10919         * docs/plugins/inspect/plugin-xvid.xml:
10920           Update the doc blobs.
10921
10922 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10923
10924         * gst/multifile/Makefile.am:
10925         * gst/multifile/gstmultifile.c:
10926         * gst/multifile/gstmultifilesink.c:
10927         * gst/multifile/gstmultifilesink.h:
10928         * gst/multifile/gstmultifilesrc.c:
10929         * gst/multifile/gstmultifilesrc.h:
10930           Add .h files to be able to add it to the docs.
10931
10932 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10933
10934         * gst/modplug/gstmodplug.cc:
10935           Activate doc section.
10936
10937 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10938
10939         * ext/timidity/gsttimidity.c:
10940         * ext/timidity/gstwildmidi.c:
10941         * ext/timidity/gstwildmidi.h:
10942           Fix licence (both are GPL). Add element docs.
10943
10944 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10945
10946         * ext/musicbrainz/gsttrm.h:
10947           Fix _get_type signature.
10948
10949 2007-07-03  Stefan Kost  <ensonic@users.sf.net>
10950
10951         * gst/replaygain/gstrgvolume.h:
10952           Fix GObject macros.
10953
10954 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10955
10956         * ext/dc1394/gstdc1394.c: (gst_dc1394_src_fixate),
10957         (gst_dc1394_create), (gst_dc1394_caps_set_format_vmode_caps),
10958         (gst_dc1394_set_caps_framesize_range),
10959         (gst_dc1394_caps_set_framerate_list), (gst_dc1394_get_cam_caps),
10960         (gst_dc1394_framerate_frac_to_const),
10961         (gst_dc1394_open_cam_with_best_caps):
10962         Make a bunch of functions static, and move variable declarations
10963         to the start of blocks to avoid problems on older gcc.
10964
10965         Make sure to unset value types.
10966
10967 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10968
10969         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
10970
10971         The correct fourcc for the 4:1:1 packed format is 'IYU1'.
10972         With CVS of ffmpegcolorspace from plugins-base, I can now
10973         get 30 fps from the iSight.
10974
10975 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10976
10977         * ext/dc1394/gstdc1394.c: (gst_dc1394_set_caps_color):
10978         Change a g_print to a GST_DEBUG message.
10979
10980 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
10981
10982         * configure.ac:
10983         * ext/Makefile.am:
10984         * ext/dc1394/Makefile.am:
10985         * ext/dc1394/gstdc1394.c: (gst_dc1394_base_init),
10986         (gst_dc1394_class_init), (gst_dc1394_init),
10987         (gst_dc1394_src_fixate), (gst_dc1394_set_property),
10988         (gst_dc1394_get_property), (gst_dc1394_getcaps),
10989         (gst_dc1394_setcaps), (gst_dc1394_get_times), (gst_dc1394_create),
10990         (gst_dc1394_parse_caps), (gst_dc1394_change_state),
10991         (gst_dc1394_caps_set_format_vmode_caps),
10992         (gst_dc1394_set_caps_color), (gst_dc1394_set_caps_framesize),
10993         (gst_dc1394_set_caps_framesize_range),
10994         (gst_dc1394_caps_set_framerate_list),
10995         (gst_dc1394_framerate_const_to_frac),
10996         (gst_dc1394_get_all_dc1394_caps), (gst_dc1394_get_cam_caps),
10997         (gst_dc1394_framerate_frac_to_const),
10998         (gst_dc1394_open_cam_with_best_caps),
10999         (gst_dc1394_change_camera_transmission), (plugin_init):
11000         * ext/dc1394/gstdc1394.h:
11001         Commit new dc1394src element.
11002         Patch By: Antoine Tremblay < hexa00 at gmail dot com >
11003         Patch By: Eric Jonas < jonas at mit dot edu >
11004         Close: #387251
11005
11006 2007-06-28  Wim Taymans  <wim@fluendo.com>
11007
11008         * gst/videosignal/gstvideodetect.c: (gst_video_detect_class_init):
11009         Register new property as well.
11010
11011 2007-06-28  Wim Taymans  <wim@fluendo.com>
11012
11013         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11014         (gst_video_detect_set_property), (gst_video_detect_get_property):
11015         * gst/videosignal/gstvideodetect.h:
11016         Add property to adjust the center, sensitivity is now the distance from
11017         this center.
11018
11019 2007-06-27  Wim Taymans  <wim@fluendo.com>
11020
11021         * gst/videosignal/gstvideodetect.c: (gst_video_detect_420),
11022         (gst_video_detect_set_property), (gst_video_detect_get_property),
11023         (gst_video_detect_class_init):
11024         * gst/videosignal/gstvideodetect.h:
11025         * gst/videosignal/gstvideomark.c: (gst_video_mark_draw_box),
11026         (gst_video_mark_420), (gst_video_mark_set_property),
11027         (gst_video_mark_get_property), (gst_video_mark_class_init):
11028         * gst/videosignal/gstvideomark.h:
11029         Add left and bottom offset properties to control the position of the
11030         pattern.
11031
11032 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
11033
11034         * docs/plugins/gst-plugins-bad-plugins.args:
11035         * docs/plugins/inspect/plugin-alsaspdif.xml:
11036         * docs/plugins/inspect/plugin-bz2.xml:
11037         * docs/plugins/inspect/plugin-cdxaparse.xml:
11038         * docs/plugins/inspect/plugin-dtsdec.xml:
11039         * docs/plugins/inspect/plugin-faac.xml:
11040         * docs/plugins/inspect/plugin-faad.xml:
11041         * docs/plugins/inspect/plugin-filter.xml:
11042         * docs/plugins/inspect/plugin-freeze.xml:
11043         * docs/plugins/inspect/plugin-gdp.xml:
11044         * docs/plugins/inspect/plugin-glimagesink.xml:
11045         * docs/plugins/inspect/plugin-gsm.xml:
11046         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11047         * docs/plugins/inspect/plugin-h264parse.xml:
11048         * docs/plugins/inspect/plugin-jack.xml:
11049         * docs/plugins/inspect/plugin-mms.xml:
11050         * docs/plugins/inspect/plugin-modplug.xml:
11051         * docs/plugins/inspect/plugin-musicbrainz.xml:
11052         * docs/plugins/inspect/plugin-neon.xml:
11053         * docs/plugins/inspect/plugin-nsfdec.xml:
11054         * docs/plugins/inspect/plugin-replaygain.xml:
11055         * docs/plugins/inspect/plugin-sdl.xml:
11056         * docs/plugins/inspect/plugin-spectrum.xml:
11057         * docs/plugins/inspect/plugin-speed.xml:
11058         * docs/plugins/inspect/plugin-tta.xml:
11059         * docs/plugins/inspect/plugin-videosignal.xml:
11060         * docs/plugins/inspect/plugin-xingheader.xml:
11061         * docs/plugins/inspect/plugin-xvid.xml:
11062           Update docs with caps info.
11063
11064 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
11065
11066         * gconf/.cvsignore:
11067         * gconf/Makefile.am:
11068         * gconf/gstreamer.schemas.in:
11069           Remove dysfunctional directory (this stuff is in -good).
11070
11071         * ext/sndfile/gstsf.c: (plugin_init):
11072         * sys/dvb/gstdvbsrc.c: (plugin_init):
11073           Add i18n bindtextdomain stuff.
11074
11075         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init),
11076         (plugin_init):
11077           Post an error message when returning GST_FLOW_ERROR; minor cleanups.
11078
11079         * po/POTFILES.in:
11080           Add more source files with translatable strings (fixes #450605).
11081
11082 2007-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11083
11084         Contributed by: Wenzheng Hu <db_lobster@163.com>
11085
11086         * po/LINGUAS:
11087         * po/zh_CN.po:
11088           Added Chinese (simplified) translation.
11089
11090 2007-06-22  Tim-Philipp Müller  <tim at centricular dot net>
11091
11092         Patch by: Jens Granseuer  <jensgr at gmx net>
11093
11094         * gst/equalizer/gstiirequalizer.c:
11095         * gst/equalizer/gstiirequalizer10bands.c:
11096         * gst/equalizer/gstiirequalizer3bands.c:
11097         * gst/equalizer/gstiirequalizernbands.c:
11098         * gst/rtpmanager/async_jitter_queue.c:
11099         (async_jitter_queue_push_sorted):
11100         * gst/rtpmanager/gstrtpjitterbuffer.c:
11101         (gst_rtp_jitter_buffer_chain):
11102         * gst/switch/gstswitch.c: (gst_switch_chain):
11103           Build fixes for gcc-2.9x (no mid-block variable declarations etc.).
11104           Fixes #450185.
11105
11106 2007-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11107
11108         * examples/switch/switcher.c (my_bus_callback, switch_timer,
11109           last_message_received, main):
11110         * gst/switch/gstswitch.c (gst_switch_release_pad,
11111           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11112           gst_switch_set_property, gst_switch_get_property,
11113           gst_switch_get_linked_pad, gst_switch_getcaps,
11114           gst_switch_bufferalloc, gst_switch_dispose, gst_switch_init):
11115         * gst/switch/gstswitch.h (switch_mutex, GST_SWITCH_LOCK,
11116           GST_SWITCH_UNLOCK):
11117         Add an extra lock to protect against certain variables instead of
11118         using the object lock. Fix case where caps are different in the
11119         sink pads causes deadlock. Update example to use different caps
11120         on each sink pad.
11121
11122 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
11123
11124         * MAINTAINERS:
11125         Updating all the maintainers files
11126
11127 2007-06-22  Edward Hervey  <edward@fluendo.com>
11128
11129         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_init):
11130         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_init):
11131         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_init):
11132         * ext/audioresample/gstaudioresample.c:
11133         * ext/bz2/gstbz2dec.c: (gst_bz2dec_init):
11134         * ext/bz2/gstbz2enc.c: (gst_bz2enc_init):
11135         * ext/divx/gstdivxdec.c: (gst_divxdec_init):
11136         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11137         * ext/faac/gstfaac.c: (gst_faac_init):
11138         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init):
11139         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
11140         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_init):
11141         * ext/lcs/gstcolorspace.c: (gst_colorspace_init):
11142         * ext/libfame/gstlibfame.c: (gst_fameenc_init):
11143         * ext/snapshot/gstsnapshot.c: (gst_snapshot_init):
11144         * ext/spc/gstspc.c: (gst_spc_dec_init):
11145         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
11146         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init):
11147         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_init):
11148         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
11149         * gst/chart/gstchart.c: (gst_chart_init):
11150         * gst/colorspace/gstcolorspace.c: (gst_colorspace_init):
11151         * gst/festival/gstfestival.c: (gst_festival_init):
11152         * gst/freeze/gstfreeze.c: (gst_freeze_init):
11153         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_request_new_pad):
11154         * gst/mpeg1sys/gstmpeg1systemencode.c: (gst_system_encode_init):
11155         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11156         * gst/nsf/gstnsf.c: (gst_nsfdec_init):
11157         * gst/overlay/gstoverlay.c: (gst_overlay_init):
11158         * gst/passthrough/gstpassthrough.c: (passthrough_init):
11159         * gst/playondemand/gstplayondemand.c: (play_on_demand_init):
11160         * gst/smooth/gstsmooth.c: (gst_smooth_init):
11161         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
11162         * gst/speed/gstspeed.c: (speed_init):
11163         * gst/vbidec/gstvbidec.c: (gst_vbidec_init):
11164         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
11165         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11166         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11167         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_init):
11168         Fix leaks.
11169
11170 2007-06-21  Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         * RELEASE:
11173         * sys/Makefile.am:
11174           Re-enable VCD source and fix up release notes.
11175
11176 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11177
11178         * gst/equalizer/gstiirequalizer.c:
11179           Document parameter mapping.
11180
11181 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11182
11183         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
11184         (gst_spectrum_transform_ip):
11185           Fix leaking buffers.
11186           
11187         * tests/check/Makefile.am:
11188         * tests/check/elements/spectrum.c: (setup_spectrum),
11189         (cleanup_spectrum), (GST_START_TEST), (spectrum_suite), (main):
11190           Add simple test for spectrum element.
11191
11192 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
11193
11194         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
11195         (gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
11196         (gst_amrwbdec_event), (gst_amrwbdec_chain),
11197         (gst_amrwbdec_state_change):
11198         * ext/amrwb/gstamrwbdec.h:
11199         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
11200         (gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
11201           Add newsegment and discont handling. Some code cleanups. Don't leak
11202           the adapter, unref it in a new finalize method instead. Sync the
11203           parser with the amr-nb changes.
11204
11205 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11206
11207         * configure.ac:
11208         Back to CVS.
11209
11210         * gst-plugins-bad.doap:
11211         Add 0.10.5 to the doap file.
11212
11213 === release 0.10.5 ===
11214
11215 2007-06-19  Jan Schmidt <thaytan@mad.scientist.com>
11216
11217         * configure.ac:
11218           releasing 0.10.5, "Expedition to Lake Pahoe"
11219
11220 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
11221
11222         * win32/vs6/gst_plugins_bad.dsw:
11223         * win32/vs6/libdshowsrcwrapper.dsp:
11224         * win32/vs6/libgstdshow.dsp:
11225         * win32/vs6/libgstmpegvideoparse.dsp:
11226         * win32/vs6/libgstneon.dsp:
11227         Convert line endings to CRLF and mark as binary files.
11228
11229 2007-06-13  Wim Taymans  <wim@fluendo.com>
11230
11231         * sys/Makefile.am:
11232         Disable VCD build because we're frozen..
11233
11234 2007-06-13  Wim Taymans  <wim@fluendo.com>
11235
11236         * configure.ac:
11237         * sys/Makefile.am:
11238         * sys/vcd/Makefile.am:
11239         * sys/vcd/vcdsrc.c: (gst_vcdsrc_setup_interfaces),
11240         (gst_vcdsrc_base_init), (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11241         (gst_vcdsrc_msf), (gst_vcdsrc_recalculate),
11242         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11243         (gst_vcdsrc_create), (gst_vcdsrc_start), (gst_vcdsrc_stop),
11244         (gst_vcdsrc_uri_set_uri):
11245         * sys/vcd/vcdsrc.h:
11246         Port VCD element.
11247
11248 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
11249
11250         * win32/MANIFEST:
11251         Add megvideoparse, libdshow and dshowsrcwrapper to win32
11252         MANIFEST.
11253         * win32/vs6/gst_plugins_bad.dsw:
11254         Remove qtdemux, directdraw, directsound and waveform project files
11255         from the workspace as they have been moved to -good.
11256
11257 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11258
11259         * po/POTFILES.in:
11260         Remove qtdemux from the translation list.
11261
11262 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11263
11264         * configure.ac:
11265         * docs/plugins/Makefile.am:
11266         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11267         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11268         * docs/plugins/inspect/plugin-osxvideo.xml:
11269         * docs/plugins/inspect/plugin-videocrop.xml:
11270         * gst-plugins-bad.spec.in:
11271         * gst/videocrop/Makefile.am:
11272         * gst/videocrop/gstvideocrop.c:
11273         * gst/videocrop/gstvideocrop.h:
11274         * gst/videocrop/videocrop.vcproj:
11275         * sys/Makefile.am:
11276         * sys/osxvideo/Makefile.am:
11277         * sys/osxvideo/cocoawindow.h:
11278         * sys/osxvideo/cocoawindow.m:
11279         * sys/osxvideo/osxvideosink.h:
11280         * sys/osxvideo/osxvideosink.m:
11281         * tests/check/Makefile.am:
11282         * tests/check/elements/videocrop.c:
11283         * tests/icles/Makefile.am:
11284         * tests/icles/videocrop-test.c:
11285         Move videocrop and osxvideo to -good.
11286
11287 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11288
11289         * configure.ac:
11290         * docs/plugins/Makefile.am:
11291         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11292         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11293         * gst/qtdemux/Makefile.am:
11294         * gst/qtdemux/gstrtpxqtdepay.c:
11295         * gst/qtdemux/gstrtpxqtdepay.h:
11296         * gst/qtdemux/qtdemux.c:
11297         * gst/qtdemux/qtdemux.h:
11298         * gst/qtdemux/qtdemux.vcproj:
11299         * gst/qtdemux/qtdemux_dump.c:
11300         * gst/qtdemux/qtdemux_dump.h:
11301         * gst/qtdemux/qtdemux_fourcc.h:
11302         * gst/qtdemux/qtdemux_types.c:
11303         * gst/qtdemux/qtdemux_types.h:
11304         * gst/qtdemux/qtpalette.h:
11305         * gst/qtdemux/quicktime.c:
11306         * win32/MANIFEST:
11307         * win32/vs6/libgstqtdemux.dsp:
11308         Move qtdemux to -good.
11309
11310         * gst-plugins-bad.spec.in:
11311         Update spec file to reflect wavpack & qtdemux moving to -good.
11312
11313 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
11314
11315         * docs/plugins/Makefile.am:
11316         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11317         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11318         * docs/plugins/inspect/plugin-waveform.xml:
11319         * sys/waveform/gstwaveformplugin.c:
11320         * sys/waveform/gstwaveformsink.c:
11321         * sys/waveform/gstwaveformsink.h:
11322         * win32/MANIFEST:
11323         * win32/vs6/libgstwaveform.dsp:
11324         Remove the waveform plugin now that it is in -good.
11325
11326 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11327
11328         * configure.ac:
11329         * docs/plugins/Makefile.am:
11330         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11331         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11332         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11333         * docs/plugins/inspect/plugin-wavpack.xml:
11334         * ext/Makefile.am:
11335         * ext/wavpack/Makefile.am:
11336         * ext/wavpack/gstwavpack.c:
11337         * ext/wavpack/gstwavpackcommon.c:
11338         * ext/wavpack/gstwavpackcommon.h:
11339         * ext/wavpack/gstwavpackdec.c:
11340         * ext/wavpack/gstwavpackdec.h:
11341         * ext/wavpack/gstwavpackenc.c:
11342         * ext/wavpack/gstwavpackenc.h:
11343         * ext/wavpack/gstwavpackparse.c:
11344         * ext/wavpack/gstwavpackparse.h:
11345         * ext/wavpack/gstwavpackstreamreader.c:
11346         * ext/wavpack/gstwavpackstreamreader.h:
11347         * ext/wavpack/md5.c:
11348         * ext/wavpack/md5.h:
11349         * tests/check/Makefile.am:
11350         * tests/check/elements/wavpackdec.c:
11351         * tests/check/elements/wavpackenc.c:
11352         * tests/check/elements/wavpackparse.c:
11353           Move wavpack to good.
11354
11355 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11356
11357         * configure.ac:
11358         * docs/plugins/Makefile.am:
11359         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11360         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11361         * docs/plugins/gst-plugins-bad-plugins.args:
11362         * docs/plugins/inspect/plugin-directdraw.xml:
11363         * docs/plugins/inspect/plugin-directsound.xml:
11364         * sys/Makefile.am:
11365         * sys/directdraw/Makefile.am:
11366         * sys/directdraw/gstdirectdrawplugin.c:
11367         * sys/directdraw/gstdirectdrawsink.c:
11368         * sys/directdraw/gstdirectdrawsink.h:
11369         * sys/directsound/Makefile.am:
11370         * sys/directsound/gstdirectsoundplugin.c:
11371         * sys/directsound/gstdirectsoundsink.c:
11372         * sys/directsound/gstdirectsoundsink.h:
11373         * win32/MANIFEST:
11374         * win32/gst.sln:
11375         * win32/vs6/libgstdirectdraw.dsp:
11376         * win32/vs6/libgstdirectsound.dsp:
11377         * win32/vs7/libgstdirectdraw.vcproj:
11378         * win32/vs7/libgstdirectsound.vcproj:
11379         * win32/vs8/libgstdirectdraw.vcproj:
11380         * win32/vs8/libgstdirectsound.vcproj:
11381         Remove DirectDraw & DirectSound plugins, as they've moved to Good
11382
11383 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11384
11385         * ext/timidity/gsttimidity.c: (gst_timidity_loop):
11386         * ext/timidity/gstwildmidi.c: (gst_wildmidi_loop):
11387         * gst/tta/gstttaparse.c: (gst_tta_parse_loop):
11388           When driving the pipeline, also post an error when we get a
11389           not-linked flow return from downstream.
11390
11391 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
11392
11393         * docs/plugins/gst-plugins-bad-plugins.args:
11394         * sys/directdraw/gstdirectdrawsink.c:
11395         (gst_directdraw_sink_class_init):
11396         Rename the keep-aspect-ratio property to force-aspect-ratio to make
11397         it consistent with xvimagesink and ximagesink.
11398
11399 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
11400
11401         * tests/icles/videocrop-test.c: (main):
11402           Default to xvimagesink instead of autovideosink while
11403           autovideosink/ghostpads/whatever don't handle the way we use it in
11404           the way we expect it to.
11405
11406 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11407
11408         * configure.ac:
11409           Bump requirements to released versions of core and -base, and remove
11410           special-casing for equalizer and rtpmanager as it's not needed any
11411           longer.
11412
11413 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11414
11415         * sys/glsink/glimagesink.c: (gst_glimage_sink_stop),
11416         (gst_glimage_sink_create_window), (gst_glimage_sink_init_display):
11417         Sprinkle in some XSync calls to avoid raciness with broken
11418         drivers (ATI) when re-using a single glimagesink.
11419
11420 2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>
11421
11422         * gst/mpegvideoparse/mpegpacketiser.c:
11423         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
11424         (mpeg_util_parse_picture_hdr):
11425         * gst/mpegvideoparse/mpegvideoparse.c:
11426         (mpegvideoparse_handle_sequence), (mpegvideoparse_drain_avail):
11427         Fix some silly bugs with calculating the guard sizes.
11428         Properly compare the old sequence header structure with the new one.
11429         Don't error out on an invalid sequence - just ignore it.
11430
11431 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11432
11433         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode):
11434           Printf fix in debug statement; also print the right number there.
11435
11436 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * ext/sdl/Makefile.am:
11439         * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events):
11440           Add GST_CFLAGS, which apparently somehow fixes the build somewhere
11441           (#444499); initialise variable to avoid false compiler warning.
11442
11443 2007-06-01  Wim Taymans  <wim@fluendo.com>
11444
11445         * docs/plugins/Makefile.am:
11446         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11447         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11448         * docs/plugins/inspect/plugin-videosignal.xml:
11449         * gst/videosignal/Makefile.am:
11450         * gst/videosignal/gstvideomark.c: (gst_video_mark_set_caps),
11451         (gst_video_mark_draw_box), (gst_video_mark_420),
11452         (gst_video_mark_transform_ip), (gst_video_mark_set_property),
11453         (gst_video_mark_get_property), (gst_video_mark_base_init),
11454         (gst_video_mark_class_init), (gst_video_mark_init),
11455         (gst_video_mark_get_type):
11456         * gst/videosignal/gstvideomark.h:
11457         * gst/videosignal/gstvideosignal.c: (plugin_init):
11458         Add plugin to generate a pattern detectable by videodetect.
11459
11460 2007-06-01  Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create):
11463           Don't leak buffer when returning an error.
11464
11465 2007-06-01  Wim Taymans  <wim@fluendo.com>
11466
11467         Patch by René Stadler <mail at renestadler dot de>:
11468
11469         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
11470         (gst_neonhttp_src_init), (gst_neonhttp_src_dispose),
11471         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
11472         (gst_neonhttp_src_start), (gst_neonhttp_src_do_seek),
11473         (gst_neonhttp_src_set_location),
11474         (gst_neonhttp_src_send_request_and_redirect),
11475         (gst_neonhttp_src_uri_get_uri), (gst_neonhttp_src_uri_set_uri):
11476         * ext/neon/gstneonhttpsrc.h:
11477         Deprecated "uri" property.  Clean up property descriptions.
11478         Change default User-Agent to the slightly more descriptive
11479         "GStreamer neonhttpsrc".
11480         Various other small cleanups, mostly property related.
11481
11482 2007-05-31  Tim-Philipp Müller  <tim at centricular dot net>
11483
11484         * ext/libmms/gstmms.h:
11485           No reason to use gpointers instead of typed pointes here as far as I
11486           can see.
11487
11488         * ext/mythtv/gstmythtvsrc.c:
11489         * ext/neon/gstneonhttpsrc.c:
11490         * gst/switch/gstswitch.c:
11491           Don't use gtk-doc magic markers for things that aren't meant to be
11492           parsed by gtk-doc. Makes gtk-doc complain a bit less.
11493
11494 2007-05-30  Wim Taymans  <wim@fluendo.com>
11495
11496         * configure.ac:
11497         * docs/plugins/Makefile.am:
11498         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11499         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11500         * docs/plugins/inspect/plugin-videosignal.xml:
11501         * gst/videosignal/Makefile.am:
11502         * gst/videosignal/gstvideoanalyse.c: (gst_video_analyse_set_caps),
11503         (gst_video_analyse_post_message), (gst_video_analyse_420),
11504         (gst_video_analyse_transform_ip), (gst_video_analyse_set_property),
11505         (gst_video_analyse_get_property), (gst_video_analyse_base_init),
11506         (gst_video_analyse_class_init), (gst_video_analyse_init),
11507         (gst_video_analyse_get_type):
11508         * gst/videosignal/gstvideoanalyse.h:
11509         * gst/videosignal/gstvideodetect.c: (gst_video_detect_set_caps),
11510         (gst_video_detect_post_message),
11511         (gst_video_detect_calc_brightness), (gst_video_detect_420),
11512         (gst_video_detect_transform_ip), (gst_video_detect_set_property),
11513         (gst_video_detect_get_property), (gst_video_detect_base_init),
11514         (gst_video_detect_class_init), (gst_video_detect_init),
11515         (gst_video_detect_get_type):
11516         * gst/videosignal/gstvideodetect.h:
11517         * gst/videosignal/gstvideosignal.c: (plugin_init):
11518         * gst/videosignal/gstvideosignal.h:
11519         Added videosignal plugin with two plugins to analyse video frames.
11520         Added videoanalyse to report about brightness and variance in video
11521         frames.
11522         Added videodetect to detect predefined patterns in a video signal.
11523
11524 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11525
11526         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11527         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11528         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
11529         * docs/plugins/gst-plugins-bad-plugins.signals:
11530           More updates.
11531
11532 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
11533
11534         * docs/plugins/gst-plugins-bad-plugins.args:
11535         * docs/plugins/gst-plugins-bad-plugins.signals:
11536         * docs/plugins/inspect/plugin-dtsdec.xml:
11537         * docs/plugins/inspect/plugin-gstrtpmanager.xml:
11538         * docs/plugins/inspect/plugin-musepack.xml:
11539         * docs/plugins/inspect/plugin-rtpmanager.xml:
11540         * docs/plugins/inspect/plugin-sdl.xml:
11541         * docs/plugins/inspect/plugin-spcdec.xml:
11542         * docs/plugins/inspect/plugin-swfdec.xml:
11543           Updates; update inspect info for rtpmanager => gstrtpmanager rename,
11544           hopefully that makes the build bots happy again.
11545
11546 2007-05-28  Wim Taymans  <wim@fluendo.com>
11547
11548         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11549         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11550         * gst/rtpmanager/gstrtpbin.c: (create_session), (create_stream),
11551         (gst_rtp_bin_class_init), (create_recv_rtp), (create_recv_rtcp),
11552         (create_send_rtp), (create_rtcp), (gst_rtp_bin_request_new_pad):
11553         * gst/rtpmanager/gstrtpclient.c: (create_stream),
11554         (gst_rtp_client_request_new_pad):
11555         * gst/rtpmanager/gstrtpjitterbuffer.c:
11556         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11557         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
11558         * gst/rtpmanager/gstrtpptdemux.c:
11559         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11560         (gst_rtp_session_request_new_pad):
11561         * gst/rtpmanager/gstrtpssrcdemux.c:
11562         Rename elements to avoid conflict with farsight elements with the same
11563         name. Fixes #430664.
11564
11565 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
11566
11567         Patch by: Vincent Torri  <vtorri at univ-evry fr>
11568
11569         * sys/directdraw/gstdirectdrawsink.c:
11570         (gst_directdraw_sink_buffer_alloc),
11571         (gst_directdraw_sink_show_frame),
11572         (gst_directdraw_sink_check_primary_surface),
11573         (gst_directdraw_sink_check_offscreen_surface),
11574         (EnumModesCallback2), (gst_directdraw_sink_get_ddrawcaps),
11575         (gst_directdraw_sink_surface_create):
11576         * sys/directdraw/gstdirectdrawsink.h:
11577           Fix more warnings when compiling with MingW (#439914).
11578
11579 2007-05-24  Sebastian Moutte  <sebastien@moutte.net>
11580
11581         * docs/plugins/gst-plugins-bad-plugins.args:
11582         Remove directsoundsink property doc as this sink use the mixer
11583         interface now.
11584         * docs/plugins/gst-plugins-bad-plugins.interfaces:
11585         Add interfaces implemented by Windows sinks.
11586         * sys/directsound/gstdirectsoundsink.c:
11587         * sys/directsound/gstdirectsoundsink.h:
11588         Remove directsoundsink property  and implement the mixer interface.
11589         * win32/vs6/gst_plugins_bad.dsw:
11590         * win32/vs6/libgstdirectsound.dsp:
11591         Update project files.
11592         * gst-libs/gst/dshow/gstdshow.cpp:
11593         * gst-libs/gst/dshow/gstdshow.h:
11594         * gst-libs/gst/dshow/gstdshowfakesink.cpp:
11595         * gst-libs/gst/dshow/gstdshowfakesink.h:
11596         * gst-libs/gst/dshow/gstdshowfakesrc.cpp:
11597         * gst-libs/gst/dshow/gstdshowfakesrc.h:
11598         * gst-libs/gst/dshow/gstdshowinterface.cpp:
11599         * gst-libs/gst/dshow/gstdshowinterface.h:
11600         * win32/common/libgstdshow.def:
11601         * win32/vs6/libgstdshow.dsp:
11602         Add a new gst library which allow to create internal Direct Show
11603         graph (pipelines) to wrap Windows sources, decoders or encoders.
11604         It includes a DirectShow fake source and sink and utility functions.    
11605         * sys/dshowsrcwrapper/gstdshowaudiosrc.c:
11606         * sys/dshowsrcwrapper/gstdshowaudiosrc.h:
11607         * sys/dshowsrcwrapper/gstdshowsrcwrapper.c:
11608         * sys/dshowsrcwrapper/gstdshowsrcwrapper.h:
11609         * sys/dshowsrcwrapper/gstdshowvideosrc.c:
11610         * sys/dshowsrcwrapper/gstdshowvideosrc.h:
11611         * win32/vs6/libdshowsrcwrapper.dsp:
11612         Add a new plugin to wrap DirectShow sources on Windows.
11613         It gets data from any webcam, dv cam, micro. We could add 
11614         tv tunner card later.
11615         
11616 2007-05-23  Sebastian Dröge  <slomo@circular-chaos.org>
11617
11618         Patch by René Stadler <mail at renestadler dot de>:
11619
11620         * ext/sdl/sdlvideosink.c:
11621         Separate the authors by newlines instead of nothing. Fixes #440774.
11622
11623 2007-05-23  Wim Taymans  <wim@fluendo.com>
11624
11625         * docs/plugins/inspect/plugin-rtpmanager.xml:
11626         Add doc xml file.
11627
11628 2007-05-23  Wim Taymans  <wim@fluendo.com>
11629
11630         * docs/plugins/Makefile.am:
11631         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11632         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11633         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
11634         * gst/rtpmanager/gstrtpbin.h:
11635         * gst/rtpmanager/gstrtpclient.c:
11636         * gst/rtpmanager/gstrtpjitterbuffer.c:
11637         (gst_rtp_jitter_buffer_class_init),
11638         (gst_rtp_jitter_buffer_clear_pt_map), (gst_rtp_jitter_buffer_loop):
11639         * gst/rtpmanager/gstrtpjitterbuffer.h:
11640         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
11641         (gst_rtp_pt_demux_clear_pt_map):
11642         * gst/rtpmanager/gstrtpptdemux.h:
11643         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
11644         (rtcp_thread), (gst_rtp_session_clear_pt_map):
11645         * gst/rtpmanager/gstrtpsession.h:
11646         * gst/rtpmanager/gstrtpssrcdemux.c:
11647         (gst_rtp_ssrc_demux_class_init):
11648         Document stuff.
11649         Add clear-pt-map action signal where needed.
11650
11651 2007-05-22  Stefan Kost  <ensonic@users.sf.net>
11652
11653         * configure.ac:
11654           Depend on gstreamer-0.10.12.1.
11655         
11656         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11657           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11658           parent_class, gst_iir_equalizer_band_set_property,
11659           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11660           gst_iir_equalizer_child_proxy_get_child_by_index,
11661           gst_iir_equalizer_child_proxy_get_children_count,
11662           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11663           gst_iir_equalizer_compute_frequencies,
11664           gst_iir_equalizer_set_property, gst_iir_equalizer_get_property,
11665           plugin_init):
11666         * gst/equalizer/gstiirequalizer.h (audiofilter):
11667         * gst/equalizer/gstiirequalizernbands.c (ARG_NUM_BANDS,
11668           gst_iir_equalizer_nbands_base_init, gst_iir_equalizer_nbands_init,
11669           gst_iir_equalizer_nbands_set_property):
11670           Use new locking macros.
11671
11672         * gst/filter/gstbpwsinc.c (bpwsinc_set_caps):
11673           Add fixme.
11674
11675         * gst/spectrum/gstspectrum.c (SPECTRUM_WINDOW_BASE,
11676           SPECTRUM_WINDOW_LEN, gst_spectrum_init, gst_spectrum_set_property,
11677           gst_spectrum_event, gst_spectrum_transform_ip):
11678           Use new locking macros. Turn two fixed values into #defines.
11679
11680 2007-05-22  Edward Hervey  <edward@fluendo.com>
11681
11682         * docs/plugins/Makefile.am:
11683         Also look for .m (objectivec) files.
11684         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11685         * docs/plugins/gst-plugins-bad-plugins.args:
11686         * sys/osxvideo/osxvideosink.m:
11687         Add documentation for element and properties.
11688
11689 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11690
11691         * ChangeLog:
11692           ChangeLog surgery.
11693         * gst/equalizer/gstiirequalizer.c (ARG_BAND_WIDTH, _do_init, ARG_GAIN,
11694           _GstIirEqualizerBand, object, _GstIirEqualizerBandClass,
11695           parent_class, gst_iir_equalizer_band_set_property,
11696           gst_iir_equalizer_band_class_init, gst_iir_equalizer_band_get_type,
11697           gst_iir_equalizer_child_proxy_get_child_by_index,
11698           gst_iir_equalizer_child_proxy_get_children_count,
11699           gst_iir_equalizer_child_proxy_interface_init, setup_filter,
11700           gst_iir_equalizer_compute_frequencies, plugin_init):
11701         * tests/icles/equalizer-test.c:
11702           Add fixme and comment for example.
11703
11704 2007-05-21  Stefan Kost  <ensonic@users.sf.net>
11705
11706         * gst/spectrum/gstspectrum.c (gst_spectrum_set_property,
11707           gst_spectrum_event, gst_spectrum_transform_ip):
11708           Use lock to protect from concurrent access.
11709
11710 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11711
11712         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11713         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11714         Specify and use properties as unsigned int that are an unsigned int.
11715
11716 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
11717
11718         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
11719         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
11720         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
11721         * ext/wavpack/gstwavpackenc.h:
11722         Fixup docs, make the bitrate property an int as it should be and
11723         allow to set the different extra processing modes instead of only
11724         allowing none and the default one.
11725
11726 2007-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
11727
11728         * ext/wavpack/gstwavpackenc.c:
11729         Add missing audioconverts in the example pipelines of wavpackenc. As
11730         the wavpack stuff now needs input with 32 bit width (and random depth)
11731         this is needed now. The example pipelines for the parser and decoder
11732         are still fine.
11733
11734 2007-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11735
11736         * docs/plugins/Makefile.am:
11737         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
11738           Fix docs build and hierarchy.
11739
11740 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11741
11742         * sys/directdraw/gstdirectdrawsink.c: (gst_ddrawsurface_finalize),
11743         (gst_directdraw_sink_buffer_alloc),
11744         (gst_directdraw_sink_get_ddrawcaps),
11745         (gst_directdraw_sink_surface_create):
11746           Bunch of small fixes: remove static function that doesn't exist;
11747           declare another one that does; printf format fix; use right macro
11748           when specifying debug category; remove a bunch of unused variables;
11749           #if 0 out an unused chunk of code (partially fixes #439914).
11750
11751 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
11752
11753         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample):
11754         * gst/switch/gstswitch.c: (gst_switch_chain):
11755           Printf format fixes (#439910, #439911).
11756
11757 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11758
11759         * tests/check/Makefile.am:
11760           Remove bits for deinterleave check which isn't in CVS yet.
11761
11762 2007-05-19  Tim-Philipp Müller  <tim at centricular dot net>
11763
11764         Patch by: René Stadler <mail at renestadler de>
11765
11766         * docs/plugins/Makefile.am:
11767         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
11768         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
11769         * docs/plugins/inspect/plugin-replaygain.xml:
11770         * gst/replaygain/Makefile.am:
11771         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_class_init),
11772         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
11773         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
11774         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
11775         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
11776         (gst_rg_analysis_album_result):
11777         * gst/replaygain/gstrganalysis.h:
11778         * gst/replaygain/gstrglimiter.c: (gst_rg_limiter_base_init),
11779         (gst_rg_limiter_class_init), (gst_rg_limiter_init),
11780         (gst_rg_limiter_set_property), (gst_rg_limiter_get_property),
11781         (gst_rg_limiter_transform_ip):
11782         * gst/replaygain/gstrglimiter.h:
11783         * gst/replaygain/gstrgvolume.c: (gst_rg_volume_base_init),
11784         (gst_rg_volume_class_init), (gst_rg_volume_init),
11785         (gst_rg_volume_set_property), (gst_rg_volume_get_property),
11786         (gst_rg_volume_dispose), (gst_rg_volume_change_state),
11787         (gst_rg_volume_sink_event), (gst_rg_volume_tag_event),
11788         (gst_rg_volume_reset), (gst_rg_volume_update_gain),
11789         (gst_rg_volume_determine_gain):
11790         * gst/replaygain/gstrgvolume.h:
11791         * gst/replaygain/replaygain.c: (plugin_init):
11792         * gst/replaygain/replaygain.h:
11793         * gst/replaygain/rganalysis.h:
11794         * tests/check/Makefile.am:
11795         * tests/check/elements/.cvsignore:
11796         * tests/check/elements/rganalysis.c: (send_eos_event),
11797         (GST_START_TEST):
11798         * tests/check/elements/rglimiter.c: (setup_rglimiter),
11799         (cleanup_rglimiter), (set_playing_state), (create_test_buffer),
11800         (verify_test_buffer), (GST_START_TEST), (rglimiter_suite), (main):
11801         * tests/check/elements/rgvolume.c: (event_func), (setup_rgvolume),
11802         (cleanup_rgvolume), (set_playing_state), (set_null_state),
11803         (send_eos_event), (send_tag_event), (test_buffer_new),
11804         (fail_unless_target_gain), (fail_unless_result_gain),
11805         (fail_unless_gain), (GST_START_TEST), (rgvolume_suite), (main):
11806           Add replaygain playback elements (#412710).
11807
11808 2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>
11809
11810         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
11811         Update the cached caps after opening the display so that we report
11812         only the supported caps formats, not just the template caps.
11813         Fixes: #439405
11814
11815 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
11816
11817         * ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT,
11818           _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_init):
11819         * ext/amrwb/gstamrwbenc.c (gst_amrwbenc_debug, GST_CAT_DEFAULT,
11820           _do_init, gst_amrwbenc_base_init, gst_amrwbenc_class_init):
11821         * ext/amrwb/gstamrwbparse.c (gst_amrwbparse_debug, GST_CAT_DEFAULT,
11822           _do_init, gst_amrwbparse_base_init, gst_amrwbparse_class_init):
11823           First round of cleanups, that use GST_BOILERPLATE, GST_ELEMENT_DETAILS,
11824           GST_DEBUG_FUNCPTR and add log-category.
11825
11826 2007-05-17  Edward Hervey  <edward@fluendo.com>
11827
11828         * sys/osxvideo/osxvideosink.h:
11829         * sys/osxvideo/osxvideosink.m:
11830         Remove the event-loop-in-separate-thread modifications, because MacOSX
11831         is $#@(*%$# ! For those wondering, the event handling needs to be done
11832         in the main thread after all..
11833
11834 2007-05-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11835
11836         * gst/switch/gstswitch.c (ARG_0, ARG_NB_SOURCES, ARG_ACTIVE_SOURCE,
11837           ARG_START_VALUE, ARG_STOP_VALUE, ARG_LAST_TS, ARG_QUEUE_BUFFERS,
11838           parent_class, gst_switch_release_pad, gst_switch_request_new_pad,
11839           gst_switch_chain, gst_switch_event, gst_switch_set_property,
11840           gst_switch_get_property, gst_switch_getcaps, gst_switch_dispose,
11841           unref_buffer, unref_buffers_and_destroy_list, gst_switch_init,
11842           gst_switch_base_init, gst_switch_class_init):
11843         * gst/switch/gstswitch.h (need_to_send_newsegment, queue_buffers,
11844           stop_value, start_value, current_start, last_ts, stored_buffers):
11845         Add handling of application provided stop and start values, allowing
11846         A/V sync across 2 switch elements.
11847
11848 2007-05-17  Edward Hervey  <edward@fluendo.com>
11849
11850         * sys/osxvideo/osxvideosink.h:
11851         * sys/osxvideo/osxvideosink.m:
11852         Fix a stupid #if vs #ifdef bug. Should use the proper colorspace now.
11853         Use a separate thread/task for the cocoa event_loop, else it wouldn't
11854         stop.
11855
11856 2007-05-16  Tim-Philipp Müller  <tim at centricular dot net>
11857
11858         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
11859         (gst_real_audio_dec_setcaps):
11860         * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
11861           Don't crash when we get a buffer and our input caps haven't been set
11862           yet; also, don't leak all the input buffers (realaudiodec only).
11863
11864 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
11865
11866         patch by: Stanislav Brabec <sbrabec@suse.cz>
11867
11868         * configure.ac:
11869         * ext/amrwb/Makefile.am:
11870         * ext/amrwb/amrwb-code/Makefile.am:
11871         * ext/amrwb/amrwb-code/amrwb/Makefile.am:
11872         * ext/amrwb/amrwb-code/amrwb/README:
11873         * ext/amrwb/gstamrwbdec.c:
11874         * ext/amrwb/gstamrwbdec.h (__GST_AMRWBDEC_H__):
11875         * ext/amrwb/gstamrwbenc.h (__GST_AMRWBENC_H__):
11876         * ext/amrwb/gstamrwbparse.c:
11877         * ext/amrwb/gstamrwbparse.h (__GST_AMRWBPARSE_H__):
11878         * gst-libs/Makefile.am:
11879         * gst-libs/ext/Makefile.am:
11880         * gst-libs/ext/amrwb/Makefile.am:
11881         * gst-libs/ext/amrwb/README:
11882           Use external shared libamrwb. Fixes #423741 (with lots of cleanup).
11883
11884 2007-05-16  Stefan Kost  <ensonic@users.sf.net>
11885
11886         * ext/x264/gstx264enc.c (gst_x264_enc_init_encoder):
11887           This needs a version check.
11888
11889         * gst/bayer/Makefile.am:
11890           Fix the build.
11891
11892 2007-05-15  Tim-Philipp Müller  <tim at centricular dot net>
11893
11894         * configure.ac:
11895         * sys/directdraw/Makefile.am:
11896         * sys/directsound/Makefile.am:
11897           Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
11898           and restore the various flags in the directdraw/directsound
11899           detection section. Apparently improves cross-compiling for win32
11900           with mingw32 under some circumstances (#437539).
11901
11902 2007-05-15  Wim Taymans  <wim@fluendo.com>
11903
11904         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
11905         We always use fixed caps.
11906
11907 2007-05-14  David Schleef  <ds@schleef.org>
11908
11909         * gst/rtpmanager/gstrtpbin.c:
11910           g_hash_table_remove_all() only exists in 2.12.  Work around.
11911
11912 2007-05-14  David Schleef  <ds@schleef.org>
11913
11914         * configure.ac:
11915         * gst/bayer/Makefile.am:
11916         * gst/bayer/gstbayer.c:
11917         * gst/bayer/gstbayer2rgb.c:
11918           Add a Bayer-to-RGB converter.  You know you want one, uh-huh.
11919           Partial fix for #314160.
11920
11921 2007-05-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11922
11923         * gst/switch/gstswitch.c (ARG_ACTIVE_SOURCE, ARG_STOP_VALUE,
11924           ARG_LAST_TS, parent_class, gst_switch_release_pad,
11925           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
11926           gst_switch_set_property, gst_switch_get_property, gst_switch_getcaps,
11927           gst_switch_dispose, gst_switch_init, gst_switch_class_init):
11928         * gst/switch/gstswitch.h (previous_sinkpad, nb_sinkpads, stop_value,
11929           current_start, last_ts):
11930         Allow application to provide a stop timestamp, so a new segment
11931         update can be sent before switching.
11932
11933 2007-05-14  Wim Taymans  <wim@fluendo.com>
11934
11935         * gst/rtpmanager/async_jitter_queue.c:
11936         (async_jitter_queue_set_flushing_unlocked):
11937         Fix leak when flushing.
11938
11939         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_clear_pt_map),
11940         (gst_rtp_bin_class_init):
11941         * gst/rtpmanager/gstrtpbin.h:
11942         Add clear-pt-map signal.
11943
11944         * gst/rtpmanager/gstrtpjitterbuffer.c:
11945         (gst_rtp_jitter_buffer_flush_stop),
11946         (gst_rtp_jitter_buffer_sink_event), (gst_rtp_jitter_buffer_loop):
11947         Init clock-rate to -1 to mark unknow clock rate.
11948         Fix flushing.
11949
11950 2007-05-13  David Schleef  <ds@schleef.org>
11951
11952         * gst/replaygain/rganalysis.c:
11953           Fix wrong ifdef for visual C++.  Fixes: #437403.
11954           By Ali Sabil <ali.sabil@gmail.com>.
11955
11956 2007-05-12  David Schleef  <ds@schleef.org>
11957
11958         * ext/neon/gstneonhttpsrc.c:
11959           Make redirection the default behavior.  Fixes #413818.
11960
11961 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11962
11963         * gst/qtdemux/qtdemux.c (gst_qtdemux_move_stream,
11964           gst_qtdemux_loop_state_header, gst_qtdemux_activate_segment,
11965           gst_qtdemux_prepare_current_sample, gst_qtdemux_combine_flows,
11966           gst_qtdemux_loop_state_movie, gst_qtdemux_loop,
11967           qtdemux_parse_segments, qtdemux_parse_trak):
11968         * gst/rtpmanager/rtpsession.c (rtp_session_get_bandwidth,
11969           rtp_session_get_rtcp_bandwidth, rtp_session_get_cname,
11970           rtp_session_get_name, rtp_session_get_email, rtp_session_get_phone,
11971           rtp_session_get_location, rtp_session_get_tool,
11972           rtp_session_process_bye, session_report_blocks):
11973         * gst/rtpmanager/rtpsource.c (rtp_source_process_rtp,
11974           rtp_source_send_rtp, rtp_source_process_sr, rtp_source_process_rb):
11975           More format arg fixing (spotted by Ali Sabil <ali.sabil@gmail.com>).
11976
11977         * gst/switch/Makefile.am:
11978           Add require libraries(spotted by Ali Sabil <ali.sabil@gmail.com>).
11979
11980 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11981
11982         * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
11983           async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
11984           async_jitter_queue_set_low_threshold,
11985           async_jitter_queue_length_ts_units_unlocked,
11986           async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
11987           async_jitter_queue_lock, async_jitter_queue_push,
11988           async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
11989           async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
11990           async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
11991           async_jitter_queue_set_flushing_unlocked,
11992           async_jitter_queue_unset_flushing_unlocked):
11993           Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>).
11994
11995 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
11996
11997         * common/m4/gst-x11.m4:
11998           Restore CFLAGS and LIBS.
11999
12000         * configure.ac:
12001           Revert previous patch.
12002
12003 2007-05-10  Stefan Kost  <ensonic@users.sf.net>
12004
12005         Patch by: Ali Sabil <ali.sabil@gmail.com>
12006
12007         * configure.ac:
12008           Save and restore CFLAGS for OpenGL check. Fixes #437260.
12009         
12010
12011 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
12012
12013         * docs/plugins/gst-plugins-bad-plugins.args:
12014         Add directraw and directsound sinks properties.
12015
12016 2007-05-09  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * configure.ac:
12019           Fix --disable-external (hopefully).
12020
12021 2007-05-09  Wim Taymans  <wim@fluendo.com>
12022
12023         * gst/rtpmanager/gstrtpjitterbuffer.c:
12024         (gst_rtp_jitter_buffer_query):
12025         Pass queries upstream.
12026
12027 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>
12028
12029         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
12030         (gst_real_audio_dec_finalize):
12031         * gst/real/gstrealaudiodec.h:
12032         * gst/real/gstrealvideodec.c: (open_library), (close_library):
12033         * gst/real/gstrealvideodec.h:
12034           Use GModule instead of using dlsym() directly. Fixes #430598.
12035
12036 2007-05-04  Sebastien Moutte <sebastien@moutte.net>
12037
12038         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12039         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12040         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12041           Add docs for Windows sinks.
12042
12043 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         * gst/speed/gstspeed.c: (speed_src_event), (speed_sink_event),
12046         (speed_chain), (speed_change_state):
12047           Fix event handling a bit by replacing completely dubious code
12048           written by someone else with completely dubious code written
12049           by me. Should at least fix #412077 though.
12050
12051 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
12052
12053         * gst/speed/gstspeed.c: (speed_src_query), (speed_chain),
12054         (plugin_init):
12055           Add debug category; use gst_pad_query_peer_*() utility functions;
12056           use gst_util_scale*(); add gtk-doc blurb.
12057
12058 2007-05-04  Wim Taymans  <wim@fluendo.com>
12059
12060         * gst/rtpmanager/gstrtpjitterbuffer.c:
12061         (gst_rtp_jitter_buffer_query):
12062         Add some debug info.
12063
12064         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12065         (rtp_session_send_rtp):
12066         Store real user name in the session.
12067
12068 2007-05-03  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
12069
12070         * configure.ac:
12071         * examples/Makefile.am:
12072         * examples/switch/switcher.c (loop, my_bus_callback, switch_timer,
12073           last_message_received, main):
12074         * gst/switch/gstswitch.c (GST_CAT_DEFAULT, gst_switch_details,
12075           gst_switch_src_factory, parent_class, gst_switch_release_pad,
12076           gst_switch_request_new_pad, gst_switch_chain, gst_switch_event,
12077           gst_switch_set_property, gst_switch_get_property,
12078           gst_switch_get_linked_pad, gst_switch_getcaps,
12079           gst_switch_bufferalloc, gst_switch_get_linked_pads,
12080           gst_switch_dispose, gst_switch_init, gst_switch_base_init,
12081           gst_switch_class_init):
12082         * gst/switch/gstswitch.h (GstSwitch, GstSwitchClass, _GstSwitch,
12083           element, active_sinkpad, srcpad, nb_sinkpads, newsegment_events,
12084           need_to_send_newsegment):
12085         Port switch element and example program to 0.10.
12086
12087 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12088
12089         * ext/wavpack/gstwavpack.c: (plugin_init):
12090         Call bindtextdomain() to get localized strings.
12091         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12092         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
12093         (gst_wavpack_parse_handle_seek_event),
12094         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_chain):
12095         * ext/wavpack/gstwavpackparse.h:
12096         Handle DISCONT buffers by correctly setting the DISCONT flag
12097         on outgoing buffers when necessary.
12098         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_handle_seek_event)
12099         Send newsegment from the streaming thread.
12100
12101 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12102
12103         * ext/wavpack/gstwavpackparse.c:
12104         (gst_wavpack_parse_handle_seek_event):
12105         Remove old workaround that was needed when seeking after the last
12106         sample. With the fixed error handling this works now as expected
12107         without pushing the last sample although it wasn't requested.
12108
12109 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12110
12111         * ext/wavpack/gstwavpackparse.c:
12112         (gst_wavpack_parse_handle_seek_event):
12113         Handle segment seeks in the seek event handler, correctly work with
12114         stop position == -1 and instead of stopping the task on seek just
12115         pause it.
12116
12117 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12118
12119         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_loop):
12120         Add handling for segment seeks.
12121
12122 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
12123
12124         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_pull_buffer),
12125         (gst_wavpack_parse_create_src_pad),
12126         (gst_wavpack_parse_resync_loop), (gst_wavpack_parse_loop),
12127         (gst_wavpack_parse_chain):
12128         Correctly handle errors, especially in the loop function. Before it
12129         was easy to get the task paused but no error being posted on the bus.
12130
12131 2007-04-30  Wim Taymans  <wim@fluendo.com>
12132
12133         * gst/rtpmanager/async_jitter_queue.c: (signal_waiting_threads),
12134         (async_jitter_queue_pop_intern_unlocked):
12135         Fix the case where the buffer underruns and does not block.
12136
12137         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12138         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12139         (gst_rtp_bin_request_new_pad):
12140         Rename RTCP send pad, like in the session manager.
12141         Allow getting an RTCP pad for receiving even if we don't receive RTP.
12142         fix handling of send_rtp_src pad.
12143
12144         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12145         When no pt map could be found, fall back to the sinkpad caps.
12146
12147         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_process_rtp),
12148         (gst_rtp_session_send_rtp), (create_recv_rtp_sink),
12149         (create_recv_rtcp_sink), (create_send_rtp_sink),
12150         (create_send_rtcp_src):
12151         Fix pad names.
12152
12153         * gst/rtpmanager/rtpsession.c: (source_push_rtp),
12154         (rtp_session_create_source), (rtp_session_process_sr),
12155         (rtp_session_send_rtp), (session_start_rtcp):
12156         * gst/rtpmanager/rtpsession.h:
12157         Unlock session when performing a callback.
12158         Add callbacks for the internal session object.
12159         Fix sending of RTP packets.
12160         first attempt at adding NTP times in the SR packets.
12161         Small debug and doc improvements.
12162
12163         * gst/rtpmanager/rtpsource.c: (rtp_source_send_rtp):
12164         Update stats for SR reports.
12165
12166 2007-04-29  Wim Taymans  <wim@fluendo.com>
12167
12168         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_send_rtcp):
12169         Remove debug.
12170
12171         * gst/rtpmanager/rtpsession.c: (rtp_session_process_sr),
12172         (rtp_session_process_sdes), (calculate_rtcp_interval),
12173         (rtp_session_next_timeout), (session_report_blocks):
12174         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12175         Improve debugging
12176         Fix interval for BYE/RTCP packets.
12177
12178 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12179
12180         * docs/plugins/gst-plugins-bad-plugins.args:
12181         * docs/plugins/gst-plugins-bad-plugins.signals:
12182           Commit result of running scanobj-update
12183
12184 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12185
12186         * autogen.sh:
12187           Require automake 1.7
12188         * ext/alsaspdif/Makefile.am:
12189         * ext/divx/Makefile.am:
12190         * ext/ivorbis/Makefile.am:
12191         * ext/musicbrainz/Makefile.am:
12192         * ext/neon/Makefile.am:
12193         * ext/sdl/Makefile.am:
12194         * ext/swfdec/Makefile.am:
12195         * ext/theora/Makefile.am:
12196         * ext/wavpack/Makefile.am:
12197         * ext/xvid/Makefile.am:
12198         * gst/modplug/Makefile.am:
12199           Fix up Makefile.am accordingly.
12200
12201 2007-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12202
12203         * docs/plugins/inspect/plugin-alsaspdif.xml:
12204         * docs/plugins/inspect/plugin-bz2.xml:
12205         * docs/plugins/inspect/plugin-cdxaparse.xml:
12206         * docs/plugins/inspect/plugin-dfbvideosink.xml:
12207         * docs/plugins/inspect/plugin-faac.xml:
12208         * docs/plugins/inspect/plugin-faad.xml:
12209         * docs/plugins/inspect/plugin-filter.xml:
12210         * docs/plugins/inspect/plugin-freeze.xml:
12211         * docs/plugins/inspect/plugin-glimagesink.xml:
12212         * docs/plugins/inspect/plugin-gsm.xml:
12213         * docs/plugins/inspect/plugin-h264parse.xml:
12214         * docs/plugins/inspect/plugin-jack.xml:
12215         * docs/plugins/inspect/plugin-mms.xml:
12216         * docs/plugins/inspect/plugin-modplug.xml:
12217         * docs/plugins/inspect/plugin-musepack.xml:
12218         * docs/plugins/inspect/plugin-musicbrainz.xml:
12219         * docs/plugins/inspect/plugin-neon.xml:
12220         * docs/plugins/inspect/plugin-nsfdec.xml:
12221         * docs/plugins/inspect/plugin-replaygain.xml:
12222         * docs/plugins/inspect/plugin-sdl.xml:
12223         * docs/plugins/inspect/plugin-soundtouch.xml:
12224         * docs/plugins/inspect/plugin-spectrum.xml:
12225         * docs/plugins/inspect/plugin-speed.xml:
12226         * docs/plugins/inspect/plugin-tta.xml:
12227         * docs/plugins/inspect/plugin-videocrop.xml:
12228         * docs/plugins/inspect/plugin-wavpack.xml:
12229         * docs/plugins/inspect/plugin-xingheader.xml:
12230         * docs/plugins/inspect/plugin-xvid.xml:
12231           Add jack and update.
12232
12233 2007-04-28  Tim-Philipp Müller  <tim at centricular dot net>
12234
12235         * configure.ac:
12236           Don't build equalizer unless we have core from CVS (it won't
12237           work with earlier versions due to GstChildProxy brokeness).
12238           Also up requirements to last released core/base.
12239
12240 2007-04-27  Wim Taymans  <wim@fluendo.com>
12241
12242         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12243         (gst_rtp_session_send_rtcp), (gst_rtp_session_reconsider):
12244         Move reconsideration code to the rtpsession object.
12245         Simplify timout handling and add reconsideration.
12246
12247         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12248         (rtp_session_init), (rtp_session_finalize), (on_bye_ssrc),
12249         (on_bye_timeout), (on_timeout), (rtp_session_set_callbacks),
12250         (obtain_source), (rtp_session_create_source),
12251         (update_arrival_stats), (rtp_session_process_rtp),
12252         (rtp_session_process_sr), (rtp_session_process_rr),
12253         (rtp_session_process_bye), (rtp_session_process_rtcp),
12254         (calculate_rtcp_interval), (rtp_session_send_bye),
12255         (rtp_session_next_timeout), (session_start_rtcp),
12256         (session_report_blocks), (session_cleanup), (session_sdes),
12257         (session_bye), (is_rtcp_time), (rtp_session_on_timeout):
12258         * gst/rtpmanager/rtpsession.h:
12259         Handle timeout of inactive sources and senders.
12260         Implement BYE scheduling.
12261
12262         * gst/rtpmanager/rtpsource.c: (calculate_jitter),
12263         (rtp_source_process_sr), (rtp_source_get_last_sr),
12264         (rtp_source_get_last_rb):
12265         * gst/rtpmanager/rtpsource.h:
12266         Add members to check for timeouts.
12267
12268         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12269         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter),
12270         (rtp_stats_calculate_bye_interval):
12271         * gst/rtpmanager/rtpstats.h:
12272         Use RFC algorithm for calculating the reporting interval.
12273
12274 2007-04-26  Edward Hervey  <edward@fluendo.com>
12275
12276         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
12277         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
12278         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
12279         * docs/plugins/inspect/plugin-osxvideo.xml:
12280         Add documentation for osxvideo
12281
12282 2007-04-25  Wim Taymans  <wim@fluendo.com>
12283
12284         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12285         Implement forward and reverse reconsideration.
12286
12287         * gst/rtpmanager/rtpsession.c: (rtp_session_get_num_sources),
12288         (rtp_session_get_num_active_sources), (rtp_session_process_sr),
12289         (session_report_blocks):
12290         * gst/rtpmanager/rtpsession.h:
12291         Small cleanups.
12292
12293 2007-04-25  Wim Taymans  <wim@fluendo.com>
12294
12295         reviewed by: <delete if not using a buddy>
12296
12297         * gst/rtpmanager/gstrtpbin.c: (create_stream),
12298         (gst_rtp_bin_class_init), (gst_rtp_bin_set_property),
12299         (gst_rtp_bin_get_property):
12300         * gst/rtpmanager/gstrtpbin.h:
12301         Make default jitterbuffer latency configurable.
12302
12303         * gst/rtpmanager/gstrtpjitterbuffer.c:
12304         (gst_rtp_jitter_buffer_class_init),
12305         (gst_jitter_buffer_sink_parse_caps), (gst_rtp_jitter_buffer_loop),
12306         (gst_rtp_jitter_buffer_set_property),
12307         (gst_rtp_jitter_buffer_get_property):
12308         Debuging cleanups.
12309
12310 2007-04-25  Wim Taymans  <wim@fluendo.com>
12311
12312         * gst/rtpmanager/gstrtpjitterbuffer.c:
12313         (gst_rtp_jitter_buffer_change_state):
12314         Report NO_PREROLL when going to PAUSED.
12315
12316         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread):
12317         Don't send RTCP right before we are shutting down.
12318
12319         * gst/rtpmanager/rtpsession.c: (rtp_session_process_rtp),
12320         (rtp_session_process_sr), (session_report_blocks),
12321         (rtp_session_perform_reporting):
12322         Improve report blocks.
12323
12324         * gst/rtpmanager/rtpsource.c: (calculate_jitter), (init_seq),
12325         (rtp_source_process_rtp), (rtp_source_process_sr),
12326         (rtp_source_process_rb), (rtp_source_get_last_sr),
12327         (rtp_source_get_last_rb):
12328         * gst/rtpmanager/rtpsource.h:
12329         * gst/rtpmanager/rtpstats.h:
12330         Cleanups, add methods to access stats. 
12331
12332 2007-04-25  Wim Taymans  <wim@fluendo.com>
12333
12334         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12335         fix for pad name change
12336
12337         * gst/rtpmanager/gstrtpsession.c: (rtcp_thread),
12338         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate):
12339         Fix for renamed methods.
12340
12341         * gst/rtpmanager/rtpsession.c: (rtp_session_init),
12342         (rtp_session_finalize), (rtp_session_set_cname),
12343         (rtp_session_get_cname), (rtp_session_set_name),
12344         (rtp_session_get_name), (rtp_session_set_email),
12345         (rtp_session_get_email), (rtp_session_set_phone),
12346         (rtp_session_get_phone), (rtp_session_set_location),
12347         (rtp_session_get_location), (rtp_session_set_tool),
12348         (rtp_session_get_tool), (rtp_session_set_note),
12349         (rtp_session_get_note), (source_push_rtp), (obtain_source),
12350         (rtp_session_add_source), (rtp_session_get_source_by_ssrc),
12351         (rtp_session_create_source), (rtp_session_process_rtp),
12352         (rtp_session_process_sr), (rtp_session_process_sdes),
12353         (rtp_session_process_rtcp), (rtp_session_send_rtp),
12354         (rtp_session_get_reporting_interval), (session_report_blocks),
12355         (session_sdes), (rtp_session_perform_reporting):
12356         * gst/rtpmanager/rtpsession.h:
12357         Prepare for implementing SSRC sampling.
12358         Create SSRC for the session. 
12359         Add methods to set the SDES entries.
12360         fix accounting of senders/receivers.
12361         Implement SR/RR/SDES RTCP reporting.
12362
12363         * gst/rtpmanager/rtpsource.c: (rtp_source_init), (init_seq),
12364         (rtp_source_process_rtp), (rtp_source_process_sr):
12365         * gst/rtpmanager/rtpsource.h:
12366         Implement extended sequence number.
12367
12368         * gst/rtpmanager/rtpstats.c: (rtp_stats_calculate_rtcp_interval):
12369         * gst/rtpmanager/rtpstats.h:
12370         Rename some fields.
12371
12372 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
12373
12374         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_init),
12375         (gst_y4m_encode_setcaps):
12376         * tests/check/elements/y4menc.c: (GST_START_TEST):
12377           Plug some leaks; try to make build bot happy again.
12378
12379 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12380
12381         * gst/Makefile.am:
12382           Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL).
12383
12384 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
12385
12386         * gst/rtpmanager/rtpsession.c: (rtp_session_finalize):
12387           Don't use GLib-2.10 API, we only require GLib 2.8 at the moment.
12388
12389 2007-04-20  Michael Smith  <msmith@fluendo.com>
12390
12391         * ext/faad/gstfaad.c: (gst_faad_open_decoder):
12392           FAAD fails to decode low (e.g. 8 kHz) sample rate AAC data in
12393           quicktime because of sample rate mismatches.
12394           Reenable overriding the implicit SBR behaviour (accidently changed?)
12395           to allow playback of these files.
12396
12397 2007-04-19  David Schleef  <ds@schleef.org>
12398
12399         * configure.ac:
12400           Change rtpmanager disabling to keep -bad releasable.
12401
12402 2007-04-18  David Schleef  <ds@schleef.org>
12403
12404         * configure.ac:
12405         * gst/Makefile.am:
12406           Fix wtay's hack.  rtpmanager is disabled in configure.ac on
12407           line 268.
12408
12409 2007-04-18  Wim Taymans  <wim@fluendo.com>
12410
12411         * gst/Makefile.am:
12412         Add rtpmanager dir to dist.
12413
12414 2007-04-18  Wim Taymans  <wim@fluendo.com>
12415
12416         * configure.ac:
12417         Disable rtpmanager for now because it depends on CVS -base.
12418
12419         * gst/rtpmanager/Makefile.am:
12420         Added new files for session manager.
12421
12422         * gst/rtpmanager/gstrtpjitterbuffer.h:
12423         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12424         (create_stream), (pt_map_requested), (new_ssrc_pad_found):
12425         Some cleanups. 
12426         the session manager can now also request a pt-map.
12427
12428         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12429         (gst_rtp_session_class_init), (gst_rtp_session_init),
12430         (gst_rtp_session_finalize), (rtcp_thread), (start_rtcp_thread),
12431         (stop_rtcp_thread), (gst_rtp_session_change_state),
12432         (gst_rtp_session_process_rtp), (gst_rtp_session_send_rtp),
12433         (gst_rtp_session_send_rtcp), (gst_rtp_session_clock_rate),
12434         (gst_rtp_session_get_time), (gst_rtp_session_event_recv_rtp_sink),
12435         (gst_rtp_session_chain_recv_rtp),
12436         (gst_rtp_session_event_recv_rtcp_sink),
12437         (gst_rtp_session_chain_recv_rtcp),
12438         (gst_rtp_session_event_send_rtp_sink),
12439         (gst_rtp_session_chain_send_rtp), (create_send_rtcp_src),
12440         (gst_rtp_session_request_new_pad):
12441         * gst/rtpmanager/gstrtpsession.h:
12442         We can ask for pt-map now too when the session manager needs it.
12443         Hook up to the new session manager, implement the needed callbacks for
12444         pushing data, getting clock time and requesting clock-rates.
12445         Rename rtcp_src to send_rtcp_src to make it clear that this RTCP is to
12446         be send to clients.
12447         Add code to start and stop the thread that will schedule RTCP through
12448         the session manager.
12449
12450         * gst/rtpmanager/rtpsession.c: (rtp_session_class_init),
12451         (rtp_session_init), (rtp_session_finalize),
12452         (rtp_session_set_property), (rtp_session_get_property),
12453         (on_new_ssrc), (on_ssrc_collision), (on_ssrc_validated),
12454         (on_bye_ssrc), (rtp_session_new), (rtp_session_set_callbacks),
12455         (rtp_session_set_bandwidth), (rtp_session_get_bandwidth),
12456         (rtp_session_set_rtcp_bandwidth), (rtp_session_get_rtcp_bandwidth),
12457         (source_push_rtp), (source_clock_rate), (check_collision),
12458         (obtain_source), (rtp_session_add_source),
12459         (rtp_session_get_num_sources),
12460         (rtp_session_get_num_active_sources),
12461         (rtp_session_get_source_by_ssrc),
12462         (rtp_session_get_source_by_cname), (rtp_session_create_source),
12463         (update_arrival_stats), (rtp_session_process_rtp),
12464         (rtp_session_process_sr), (rtp_session_process_rr),
12465         (rtp_session_process_sdes), (rtp_session_process_bye),
12466         (rtp_session_process_app), (rtp_session_process_rtcp),
12467         (rtp_session_send_rtp), (rtp_session_get_rtcp_interval),
12468         (rtp_session_produce_rtcp):
12469         * gst/rtpmanager/rtpsession.h:
12470         The advanced beginnings of the main session manager that handles the
12471         participant database of RTPSources, SSRC probation, SSRC collisions,
12472         parse RTCP to update source stats. etc..
12473
12474         * gst/rtpmanager/rtpsource.c: (rtp_source_class_init),
12475         (rtp_source_init), (rtp_source_finalize), (rtp_source_new),
12476         (rtp_source_set_callbacks), (rtp_source_set_as_csrc),
12477         (rtp_source_set_rtp_from), (rtp_source_set_rtcp_from),
12478         (push_packet), (get_clock_rate), (calculate_jitter),
12479         (rtp_source_process_rtp), (rtp_source_process_bye),
12480         (rtp_source_send_rtp), (rtp_source_process_sr),
12481         (rtp_source_process_rb):
12482         * gst/rtpmanager/rtpsource.h:
12483         Object that encapsulates an SSRC and its state in the database.
12484         Calculates the jitter and transit times of data packets.
12485
12486         * gst/rtpmanager/rtpstats.c: (rtp_stats_init_defaults),
12487         (rtp_stats_calculate_rtcp_interval), (rtp_stats_add_rtcp_jitter):
12488         * gst/rtpmanager/rtpstats.h:
12489         Various stats regarding the session and sources.
12490         Used to calculate the RTCP interval.
12491
12492 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12493
12494         * gst/app/Makefile.am:
12495           Fix CFLAGS and hopefully #430594.
12496
12497 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12498
12499         * gst/nsf/types.h:
12500           Rename #ifndef header guard symbol to something less generic, so
12501           types.h doesn't get skipped over when compiling on MingW. Include
12502           GLib headers and use those to set the endianness and the basic
12503           types so that this isn't entirely broken for non-x86 architectures.
12504
12505 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
12506
12507         * gst/mve/gstmvedemux.c: (gst_mve_audio_init):
12508           Use G_LITTLE_ENDIAN instead of LITTLE_ENDIAN, so stuff compiles on
12509           MingW (no idea though why we add a BYTE_ORDER endianness field if
12510           the audio is compressed).
12511
12512 2007-04-14  Sebastien Moutte <sebastien@moutte.net>
12513
12514         * docs/plugins/inspect/plugin-directdraw.xml:
12515         * docs/plugins/inspect/plugin-directsound.xml:
12516         * docs/plugins/inspect/plugin-waveform.xml:
12517           Add xml doc files for Windows sinks
12518         * win32/vs6/libgstqtdemux.dsp:
12519         * win32/vs6/libgstmpegvideoparse.dsp:
12520         * win32/vs6/gst_plugins_bad.dsw:
12521          Update projects files.
12522         
12523 2007-04-13  Wim Taymans  <wim@fluendo.com>
12524
12525         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12526         (gst_rtp_bin_init), (gst_rtp_bin_finalize), (new_ssrc_pad_found),
12527         (create_recv_rtp), (gst_rtp_bin_request_new_pad):
12528         * gst/rtpmanager/gstrtpbin.h:
12529         * gst/rtpmanager/gstrtpclient.c:
12530         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12531         (gst_rtp_session_init), (gst_rtp_session_finalize),
12532         (gst_rtp_session_event_recv_rtp_sink),
12533         (gst_rtp_session_event_recv_rtcp_sink),
12534         (gst_rtp_session_chain_recv_rtcp),
12535         (gst_rtp_session_request_new_pad):
12536         Protect lists and structures with locks.
12537         Return FLOW_OK from RTCP messages for now.
12538
12539 2007-04-12  Wim Taymans  <wim@fluendo.com>
12540
12541         * gst/qtdemux/qtdemux.c:
12542         Make timescale 32 bits again so we don't screw up the pts_offset
12543         calculations.
12544
12545 2007-04-12  Wim Taymans  <wim@fluendo.com>
12546
12547         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12548         (create_stream), (gst_rtp_bin_class_init), (pt_map_requested):
12549         Emit pt map requests and cache results.
12550
12551         * gst/rtpmanager/gstrtpjitterbuffer.c:
12552         (gst_rtp_jitter_buffer_class_init),
12553         (gst_jitter_buffer_sink_parse_caps),
12554         (gst_jitter_buffer_sink_setcaps),
12555         (gst_rtp_jitter_buffer_get_clock_rate),
12556         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop):
12557         * gst/rtpmanager/gstrtpjitterbuffer.h:
12558         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12559         Emit request-pt-map signals.
12560
12561 2007-04-11  Wim Taymans  <wim@fluendo.com>
12562
12563         * gst/rtpmanager/gstrtpbin-marshal.list:
12564         Some more custom marshallers.
12565
12566         * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
12567         (clock_rate_request), (create_stream), (gst_rtp_bin_class_init),
12568         (pt_map_requested), (new_ssrc_pad_found), (create_recv_rtp):
12569         * gst/rtpmanager/gstrtpbin.h:
12570         Prepare for caching pt maps.
12571         Connect to signals to collect pt maps.
12572
12573         * gst/rtpmanager/gstrtpjitterbuffer.c:
12574         (gst_rtp_jitter_buffer_class_init),
12575         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_loop):
12576         * gst/rtpmanager/gstrtpjitterbuffer.h:
12577         Add request_clock_rate signal.
12578         Use scale insteat of scale_int because the later does not deal with
12579         negative numbers.
12580
12581         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init),
12582         (gst_rtp_pt_demux_chain):
12583         * gst/rtpmanager/gstrtpptdemux.h:
12584         Implement request-pt-map signal.
12585
12586 2007-04-11  Wim Taymans  <wim@fluendo.com>
12587
12588         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
12589         (qtdemux_parse_samples), (qtdemux_parse_segments),
12590         (qtdemux_parse_trak), (qtdemux_parse_tree):
12591         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mdhd):
12592         Handle version 1 mdhd atoms to get extended precision durations.
12593         Fixes #426972.
12594
12595 2007-04-10  Wim Taymans  <wim@fluendo.com>
12596
12597         * gst/rtpmanager/.cvsignore:
12598         * gst/rtpmanager/Makefile.am:
12599         * gst/rtpmanager/gstrtpbin-marshal.list:
12600         Added custom marshallers for signals.
12601
12602         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
12603         * gst/rtpmanager/gstrtpbin.h:
12604         Prepare for emiting pt map signals.
12605
12606         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_class_init):
12607         * gst/rtpmanager/gstrtpssrcdemux.c:
12608         (gst_rtp_ssrc_demux_class_init):
12609         Fix signals.
12610
12611 2007-04-06  Wim Taymans  <wim@fluendo.com>
12612
12613         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init),
12614         (gst_rtp_bin_init), (gst_rtp_bin_provide_clock):
12615         * gst/rtpmanager/gstrtpbin.h:
12616         Provide a clock.
12617
12618 2007-04-06  Wim Taymans  <wim@fluendo.com>
12619
12620         * gst/rtpmanager/gstrtpbin.c: (create_rtcp):
12621         Fix pad template name parsing.
12622
12623 2007-04-05  Wim Taymans  <wim@fluendo.com>
12624
12625         * gst/rtpmanager/gstrtpjitterbuffer.c:
12626         (gst_jitter_buffer_sink_setcaps), (gst_rtp_jitter_buffer_chain),
12627         (gst_rtp_jitter_buffer_loop):
12628         Add some debug and comments.
12629         Fix double unref() in error cases.
12630
12631 2007-04-05  Wim Taymans  <wim@fluendo.com>
12632
12633         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
12634         (gst_rtp_xqt_depay_change_state):
12635         * gst/qtdemux/gstrtpxqtdepay.h:
12636         Try to recover from packet loss a little better.
12637
12638 2007-04-05  Wim Taymans  <wim@fluendo.com>
12639
12640         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12641         (create_session), (find_stream_by_ssrc), (create_stream),
12642         (gst_rtp_bin_class_init), (new_payload_found),
12643         (new_ssrc_pad_found), (create_recv_rtp), (create_recv_rtcp),
12644         (create_send_rtp), (create_rtcp):
12645         * gst/rtpmanager/gstrtpbin.h:
12646         Add debugging category.
12647         Added RTPStream to manage stream per SSRC, each with its own
12648         jitterbuffer and ptdemux.
12649         Added SSRCDemux.
12650         Connect to various SSRC and PT signals and create ghostpads, link stuff.
12651
12652
12653         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12654         Added rtpbin to elements.
12655
12656         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
12657         Fix caps and forward GstFlowReturn
12658
12659         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_class_init),
12660         (gst_rtp_session_event_recv_rtp_sink),
12661         (gst_rtp_session_chain_recv_rtp),
12662         (gst_rtp_session_event_recv_rtcp_sink),
12663         (gst_rtp_session_chain_recv_rtcp),
12664         (gst_rtp_session_event_send_rtp_sink),
12665         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12666         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12667         (gst_rtp_session_request_new_pad):
12668         Add debug category.
12669         Add event handling
12670
12671         * gst/rtpmanager/gstrtpssrcdemux.c: (find_rtp_pad_for_ssrc),
12672         (create_rtp_pad_for_ssrc), (gst_rtp_ssrc_demux_class_init),
12673         (gst_rtp_ssrc_demux_init), (gst_rtp_ssrc_demux_chain),
12674         (gst_rtp_ssrc_demux_change_state):
12675         * gst/rtpmanager/gstrtpssrcdemux.h:
12676         Add debug category.
12677         Add new-pt-pad signal.
12678
12679 2007-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12680
12681         submitted by: Mogens Jaeger <mogens@jaeger.tf>
12682
12683         * po/LINGUAS:
12684         * po/da.po:
12685           Added Danish translation.
12686
12687 2007-04-04  Wim Taymans  <wim@fluendo.com>
12688
12689         * gst/rtpmanager/Makefile.am:
12690         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12691         * gst/rtpmanager/gstrtpssrcdemux.c: (find_pad_for_ssrc),
12692         (create_pad_for_ssrc), (gst_rtp_ssrc_demux_base_init),
12693         (gst_rtp_ssrc_demux_class_init), (gst_rtp_ssrc_demux_init),
12694         (gst_rtp_ssrc_demux_finalize), (gst_rtp_ssrc_demux_sink_event),
12695         (gst_rtp_ssrc_demux_chain), (gst_rtp_ssrc_demux_src_event),
12696         (gst_rtp_ssrc_demux_change_state):
12697         * gst/rtpmanager/gstrtpssrcdemux.h:
12698         Added simple SSRC demuxer.
12699
12700 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
12701
12702         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
12703         (gst_jack_ring_buffer_acquire):
12704           Try t better name clients. properly handle return codes when re-
12705           establishing links.
12706
12707 2007-04-03  David Schleef  <ds@schleef.org>
12708
12709         * sys/glsink/glimagesink.c:
12710           Fix handling of video/x-raw-yuv.  Add overlay handling.
12711
12712 2007-04-03  Wim Taymans  <wim@fluendo.com>
12713
12714         * gst/rtpmanager/gstrtpbin.c: (find_session_by_id),
12715         (create_session), (gst_rtp_bin_base_init), (create_recv_rtp),
12716         (create_recv_rtcp), (create_send_rtp), (create_rtcp),
12717         (gst_rtp_bin_request_new_pad):
12718         * gst/rtpmanager/gstrtpbin.h:
12719         * gst/rtpmanager/gstrtpclient.c:
12720         Some more ghostpad magic.
12721
12722 2007-04-03  Wim Taymans  <wim@fluendo.com>
12723
12724         * gst/rtpmanager/Makefile.am:
12725         Add .h file so it can be disted properly.
12726
12727 2007-04-03  Wim Taymans  <wim@fluendo.com>
12728
12729         * configure.ac:
12730         * gst/rtpmanager/Makefile.am:
12731         * gst/rtpmanager/async_jitter_queue.c: (async_jitter_queue_new),
12732         (signal_waiting_threads), (async_jitter_queue_ref),
12733         (async_jitter_queue_ref_unlocked),
12734         (async_jitter_queue_set_low_threshold),
12735         (async_jitter_queue_set_high_threshold),
12736         (async_jitter_queue_set_max_queue_length),
12737         (async_jitter_queue_get_g_queue), (calculate_ts_diff),
12738         (async_jitter_queue_length_ts_units_unlocked),
12739         (async_jitter_queue_unref_and_unlock), (async_jitter_queue_unref),
12740         (async_jitter_queue_lock), (async_jitter_queue_unlock),
12741         (async_jitter_queue_push), (async_jitter_queue_push_unlocked),
12742         (async_jitter_queue_push_sorted),
12743         (async_jitter_queue_push_sorted_unlocked),
12744         (async_jitter_queue_insert_after_unlocked),
12745         (async_jitter_queue_pop_intern_unlocked), (async_jitter_queue_pop),
12746         (async_jitter_queue_pop_unlocked), (async_jitter_queue_length),
12747         (async_jitter_queue_length_unlocked),
12748         (async_jitter_queue_set_flushing_unlocked),
12749         (async_jitter_queue_unset_flushing_unlocked),
12750         (async_jitter_queue_set_blocking_unlocked):
12751         * gst/rtpmanager/async_jitter_queue.h:
12752         * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_base_init),
12753         (gst_rtp_bin_class_init), (gst_rtp_bin_init),
12754         (gst_rtp_bin_finalize), (gst_rtp_bin_set_property),
12755         (gst_rtp_bin_get_property), (gst_rtp_bin_change_state),
12756         (gst_rtp_bin_request_new_pad), (gst_rtp_bin_release_pad):
12757         * gst/rtpmanager/gstrtpbin.h:
12758         * gst/rtpmanager/gstrtpclient.c: (new_pad), (create_stream),
12759         (free_stream), (find_stream_by_ssrc), (gst_rtp_client_base_init),
12760         (gst_rtp_client_class_init), (gst_rtp_client_init),
12761         (gst_rtp_client_finalize), (gst_rtp_client_set_property),
12762         (gst_rtp_client_get_property), (gst_rtp_client_change_state),
12763         (gst_rtp_client_request_new_pad), (gst_rtp_client_release_pad):
12764         * gst/rtpmanager/gstrtpclient.h:
12765         * gst/rtpmanager/gstrtpjitterbuffer.c:
12766         (gst_rtp_jitter_buffer_base_init),
12767         (gst_rtp_jitter_buffer_class_init), (gst_rtp_jitter_buffer_init),
12768         (gst_rtp_jitter_buffer_dispose), (gst_rtp_jitter_buffer_getcaps),
12769         (gst_jitter_buffer_sink_setcaps), (free_func),
12770         (gst_rtp_jitter_buffer_flush_start),
12771         (gst_rtp_jitter_buffer_flush_stop),
12772         (gst_rtp_jitter_buffer_src_activate_push),
12773         (gst_rtp_jitter_buffer_change_state), (priv_compare_rtp_seq_lt),
12774         (compare_rtp_buffers_seq_num), (gst_rtp_jitter_buffer_sink_event),
12775         (gst_rtp_jitter_buffer_chain), (gst_rtp_jitter_buffer_loop),
12776         (gst_rtp_jitter_buffer_query),
12777         (gst_rtp_jitter_buffer_set_property),
12778         (gst_rtp_jitter_buffer_get_property):
12779         * gst/rtpmanager/gstrtpjitterbuffer.h:
12780         * gst/rtpmanager/gstrtpmanager.c: (plugin_init):
12781         * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_base_init),
12782         (gst_rtp_pt_demux_class_init), (gst_rtp_pt_demux_init),
12783         (gst_rtp_pt_demux_finalize), (gst_rtp_pt_demux_chain),
12784         (gst_rtp_pt_demux_getcaps), (find_pad_for_pt),
12785         (gst_rtp_pt_demux_setup), (gst_rtp_pt_demux_release),
12786         (gst_rtp_pt_demux_change_state):
12787         * gst/rtpmanager/gstrtpptdemux.h:
12788         * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_base_init),
12789         (gst_rtp_session_class_init), (gst_rtp_session_init),
12790         (gst_rtp_session_finalize), (gst_rtp_session_set_property),
12791         (gst_rtp_session_get_property), (gst_rtp_session_change_state),
12792         (gst_rtp_session_chain_recv_rtp),
12793         (gst_rtp_session_chain_recv_rtcp),
12794         (gst_rtp_session_chain_send_rtp), (create_recv_rtp_sink),
12795         (create_recv_rtcp_sink), (create_send_rtp_sink), (create_rtcp_src),
12796         (gst_rtp_session_request_new_pad), (gst_rtp_session_release_pad):
12797         * gst/rtpmanager/gstrtpsession.h:
12798         Add RTP session management elements. Still in progress.
12799
12800 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
12801
12802         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
12803         (gst_wavpack_dec_init), (gst_wavpack_dec_sink_set_caps),
12804         (gst_wavpack_dec_clip_outgoing_buffer),
12805         (gst_wavpack_dec_post_tags), (gst_wavpack_dec_chain):
12806         * ext/wavpack/gstwavpackdec.h:
12807         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
12808         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
12809         (gst_wavpack_enc_chain):
12810         * ext/wavpack/gstwavpackenc.h:
12811         * ext/wavpack/gstwavpackparse.c:
12812         Don't play audioconvert. As wavpack wants/outputs all samples with
12813         width==32 and depth=[1,32] accept this and let audioconvert convert
12814         to accepted formats instead of doing it in the element for n*8 depths.
12815         This also adds support for non-n*8 depths and prevents some useless
12816         memory allocations. Fixes #421598
12817         Also add a workaround for bug #421542 in wavpackenc for now...
12818         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
12819         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
12820         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
12821         Consider the change above in the unit tests and test if the correct
12822         caps are accepted and set. Also check for GST_BUFFER_OFFSET_END in
12823         the wavpackparse unit test.
12824
12825         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
12826         (gst_wavpack_dec_sink_set_caps):
12827         Set caps on the src pad as soon as possible.
12828
12829         * ext/wavpack/gstwavpackdec.h:
12830         * ext/wavpack/gstwavpackcommon.h:
12831         * ext/wavpack/gstwavpackenc.h:
12832         * ext/wavpack/gstwavpackparse.h:
12833         Fix indention. gst-indent is now called by cicl.
12834
12835 2007-03-28  Edward Hervey  <edward@fluendo.com>
12836
12837         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
12838         (gst_qtdemux_chain), (qtdemux_parse_samples):
12839         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_ctts):
12840         * gst/qtdemux/qtdemux_dump.h:
12841         * gst/qtdemux/qtdemux_fourcc.h:
12842         * gst/qtdemux/qtdemux_types.c:
12843         Process 'ctts' atoms, which are present in AVC ISO files (.mov files
12844         with h264 video).
12845         Use the offset present in 'ctts' to calculate the PTS for each packet
12846         and set the PTS on outgoing buffers.
12847         Fixes #423283
12848
12849 2007-03-27  Julien MOUTTE  <julien@moutte.net>
12850
12851         * ext/xvid/gstxviddec.c: (gst_xviddec_chain): Add some
12852         debug log and fix a stupid output buffer duration bug.
12853
12854 2007-03-25  Tim-Philipp Müller  <tim at centricular dot net>
12855
12856         Patch by: Michal Benes <michal.benes at itonis tv>
12857         Patch by: Josef Zlomek <josef.zlomek at itonis tv>
12858
12859         * configure.ac:
12860         * ext/Makefile.am:
12861         * ext/x264/Makefile.am:
12862         * ext/x264/gstx264enc.c: (gst_x264_enc_me_get_type),
12863         (gst_x264_enc_analyse_get_type),
12864         (gst_x264_enc_timestamp_queue_init),
12865         (gst_x264_enc_timestamp_queue_free),
12866         (gst_x264_enc_timestamp_queue_put),
12867         (gst_x264_enc_timestamp_queue_get), (gst_x264_enc_header_buf),
12868         (gst_x264_enc_set_src_caps), (gst_x264_enc_sink_set_caps),
12869         (gst_x264_enc_base_init), (gst_x264_enc_class_init),
12870         (gst_x264_enc_init), (gst_x264_enc_init_encoder),
12871         (gst_x264_enc_close_encoder), (gst_x264_enc_dispose),
12872         (gst_x264_enc_sink_event), (gst_x264_enc_chain),
12873         (gst_x264_enc_encode_frame), (gst_x264_enc_change_state),
12874         (gst_x264_enc_set_property), (gst_x264_enc_get_property),
12875         (plugin_init):
12876         * ext/x264/gstx264enc.h:
12877           Add libx264-based h264 encoder plugin (#421110). Probably doesn't
12878           handle 'odd' widths and heights correctly yet.
12879
12880 2007-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12881
12882         * gst/interleave/deinterleave.c: (gst_deinterleave_sink_setcaps):
12883           Remove 'channel-positions' field when munging input caps into
12884           1-channel output caps (I guess technically we should set the
12885           position for each channel on the output caps if it's non-NONE,
12886           but I'll save that as a task for another day).
12887
12888 2007-03-23  Michael Smith  <msmith@fluendo.com>
12889
12890         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_class_init),
12891         (gst_vmnc_dec_init), (vmnc_dec_finalize), (gst_vmnc_dec_reset),
12892         (vmnc_handle_wmvi_rectangle), (render_colour_cursor),
12893         (render_cursor), (vmnc_make_buffer), (vmnc_handle_wmvd_rectangle),
12894         (vmnc_handle_wmve_rectangle), (vmnc_handle_wmvf_rectangle),
12895         (vmnc_handle_wmvg_rectangle), (vmnc_handle_wmvh_rectangle),
12896         (vmnc_handle_wmvj_rectangle), (render_raw_tile), (render_subrect),
12897         (vmnc_handle_raw_rectangle), (vmnc_handle_copy_rectangle),
12898         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
12899         (vmnc_dec_setcaps), (vmnc_dec_chain_frame), (vmnc_dec_chain),
12900         (vmnc_dec_set_property), (vmnc_dec_get_property):
12901           Redesign to include a parser for raw files (no timestamps in that
12902           mode yet, though).
12903
12904 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
12905
12906         * gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
12907         (gst_deinterleave_remove_pads), (gst_deinterleave_process),
12908         (gst_deinterleave_chain):
12909           Don't leak input buffer in chain function; maintain our own list of
12910           source pads - there are no guarantees about the order of the list
12911           in the GstElement struct, and we want a very specific order; lastly,
12912           some more debugging.
12913
12914 2007-03-22  Tim-Philipp Müller  <tim at centricular dot net>
12915
12916         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_init):
12917           Alloc user agent string only once.
12918
12919 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12920
12921         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
12922         Revert last commit, preventing infinite plugging loops with ranks
12923         is no clean solution and in general there's no reason why one wants
12924         to parse framed wavpack data again.
12925
12926 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12927
12928         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
12929         Send the new segment event in time format instead of bytes. This
12930         allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
12931
12932         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
12933         Accept framed and non-framed input, wavpackparse doesn't care. To
12934         prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
12935         rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
12936         ..." pipelines.
12937
12938 2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12939
12940         * gst-libs/gst/app/Makefile.am:
12941           Use GST_ALL_LDFLAGS, which actually exists, but maybe David
12942           can confirm that was what he wanted.
12943
12944 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12945
12946         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12947         Revert to use gst_pad_alloc_buffer() here. We can and should use it.
12948         Thanks to Jan and Mike for noticing my mistake.
12949
12950 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12951
12952         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
12953         (gst_wavpack_enc_init), (gst_wavpack_enc_chain),
12954         (gst_wavpack_enc_rewrite_first_block):
12955         * ext/wavpack/gstwavpackenc.h:
12956         Put the write helpers into the GstWavpackEnc struct directly and not
12957         as a pointer to save two small, but useless mallocs. This also makes
12958         it possible to drop the finalize method.
12959         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_push_buffer):
12960         For consistency reasons also set GST_BUFFER_OFFSET_END on the outgoing
12961         buffers the same way wavpackenc does it.
12962
12963 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
12964
12965         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
12966         Don't use gst_pad_alloc_buffer() as we might clip the buffer later and
12967         BaseTransform-based elements will likely break because of wrong
12968         unit-size. Also plug a possible memleak that happens when decoding
12969         fails for some reason.
12970
12971 2007-03-18  Wim Taymans  <wim@fluendo.com>
12972
12973         Based on patch by: Paul Davis <paul at linuxaudiosystems dot com>
12974
12975         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_unref_connection):
12976         Don't need to take the connection lock, it will not be used and could
12977         cause deadlocks.
12978
12979 2007-03-16  Edward Hervey  <edward@fluendo.com>
12980
12981         * sys/osxvideo/osxvideosink.m:
12982         Fix previous commit, we want to pass the NSView in the message.
12983
12984 2007-03-16  Edward Hervey  <edward@fluendo.com>
12985
12986         * sys/osxvideo/osxvideosink.m:
12987         Emit 'have-ns-view' message when working in embedded mode. The message
12988         will contain a pointer to the newly created NSView.
12989
12990 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
12991
12992         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
12993         (collect_packets), (set_par_from_dar), (set_fps_from_code),
12994         (mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
12995         (mpeg_util_parse_picture_hdr):
12996         * gst/mpegvideoparse/mpegpacketiser.h:
12997         * gst/mpegvideoparse/mpegvideoparse.c:
12998         (mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
12999         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13000         (mpv_parse_sink_event), (plugin_init):
13001         * gst/mpegvideoparse/mpegvideoparse.h:
13002         Move the MPEG specific byte parsing into the mpegpacketiser code.
13003
13004         Add parsing of picture types, that just feeds into a debug message
13005         for now.
13006
13007         Fix some 64-bit format strings.
13008
13009 2007-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
13010
13011         * gst/mpegaudioparse:
13012         Remove empty dir.
13013
13014 2007-03-16  Stefan Kost  <ensonic@users.sf.net>
13015
13016         * gst/equalizer/gstiirequalizer10bands.c:
13017         (gst_iir_equalizer_10bands_init):
13018           A 10 band EQ should be initialized to 10 bands and not to 3.
13019
13020 2007-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
13021
13022         * configure.ac:
13023         * gst/mpeg1videoparse/Makefile.am:
13024         * gst/mpeg1videoparse/gstmp1videoparse.c:
13025         * gst/mpeg1videoparse/gstmp1videoparse.h:
13026         * gst/mpeg1videoparse/mp1videoparse.vcproj:
13027         * gst/mpegvideoparse/Makefile.am:
13028         * gst/mpegvideoparse/mpegpacketiser.c: (mpeg_packetiser_init),
13029         (mpeg_packetiser_free), (mpeg_packetiser_add_buf),
13030         (mpeg_packetiser_flush), (mpeg_find_start_code),
13031         (get_next_free_block), (complete_current_block),
13032         (append_to_current_block), (start_new_block), (handle_packet),
13033         (collect_packets), (mpeg_packetiser_handle_eos),
13034         (mpeg_packetiser_get_block), (mpeg_packetiser_next_block):
13035         * gst/mpegvideoparse/mpegpacketiser.h:
13036         * gst/mpegvideoparse/mpegvideoparse.c: (mpegvideoparse_get_type),
13037         (gst_mpegvideoparse_base_init), (gst_mpegvideoparse_class_init),
13038         (mpv_parse_reset), (gst_mpegvideoparse_init),
13039         (gst_mpegvideoparse_dispose), (set_par_from_dar),
13040         (set_fps_from_code), (mpegvideoparse_parse_seq),
13041         (gst_mpegvideoparse_time_code), (gst_mpegvideoparse_flush),
13042         (mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
13043         (mpv_parse_sink_event), (gst_mpegvideoparse_change_state),
13044         (plugin_init):
13045         * gst/mpegvideoparse/mpegvideoparse.h:
13046         * gst/mpegvideoparse/mpegvideoparse.vcproj:
13047         Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so
13048         that it's below existing decoders.
13049         
13050         Rename it to mpegvideoparse to reflect that it handles MPEG-1 and
13051         MPEG-2 now.
13052
13053         Re-write the parsing code so that it collects packets differently
13054         and timestamps Picture packets correctly.
13055
13056         Add a list of FIXME's at the top.
13057
13058 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13059
13060         * tests/icles/equalizer-test.c: (equalizer_set_band_value),
13061         (equalizer_set_all_band_values),
13062         (equalizer_set_band_value_and_wait),
13063         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13064         (main):
13065           Port the example to new equalizer api.
13066
13067 2007-03-14  Edward Hervey  <edward@fluendo.com>
13068
13069         * sys/osxvideo/cocoawindow.h:
13070         * sys/osxvideo/cocoawindow.m:
13071         * sys/osxvideo/osxvideosink.h:
13072         * sys/osxvideo/osxvideosink.m:
13073         Fix leaks when running a NSApp.
13074         Accept any kind of resolutions.
13075         Works in fullscreen. Can maximize.
13076         Only thing left before being able to move this to -good is documentation
13077         and embedded window support.
13078
13079 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13080
13081         * po/hu.po:
13082         * po/it.po:
13083         * po/sv.po:
13084           Updated translations.
13085
13086 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
13087
13088         * gst/equalizer/Makefile.am:
13089         * gst/equalizer/gstiirequalizer.c: (_do_init),
13090         (gst_iir_equalizer_band_set_property),
13091         (gst_iir_equalizer_band_class_init),
13092         (gst_iir_equalizer_band_get_type),
13093         (gst_iir_equalizer_child_proxy_get_child_by_index),
13094         (gst_iir_equalizer_child_proxy_get_children_count),
13095         (gst_iir_equalizer_child_proxy_interface_init), (setup_filter),
13096         (gst_iir_equalizer_compute_frequencies),
13097         (gst_iir_equalizer_transform_ip), (plugin_init):
13098         * gst/equalizer/gstiirequalizer10bands.c:
13099         (gst_iir_equalizer_10bands_base_init),
13100         (gst_iir_equalizer_10bands_class_init),
13101         (gst_iir_equalizer_10bands_init),
13102         (gst_iir_equalizer_10bands_set_property),
13103         (gst_iir_equalizer_10bands_get_property):
13104         * gst/equalizer/gstiirequalizer10bands.h:
13105         * gst/equalizer/gstiirequalizer3bands.c:
13106         (gst_iir_equalizer_3bands_base_init),
13107         (gst_iir_equalizer_3bands_class_init),
13108         (gst_iir_equalizer_3bands_init),
13109         (gst_iir_equalizer_3bands_set_property),
13110         (gst_iir_equalizer_3bands_get_property):
13111         * gst/equalizer/gstiirequalizer3bands.h:
13112         * gst/equalizer/gstiirequalizernbands.c:
13113         (gst_iir_equalizer_nbands_base_init),
13114         (gst_iir_equalizer_nbands_init):
13115           Add 3 and 10 band version and add missing gst_object_sync_values.
13116
13117         * gst/spectrum/gstspectrum.c: (gst_spectrum_event),
13118         (gst_spectrum_transform_ip):
13119           Add some comments about float support.
13120
13121 2007-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
13122
13123         * gst/mpegaudioparse/Makefile.am:
13124         * gst/mpegaudioparse/gstmpegaudioparse.c:
13125         * gst/mpegaudioparse/gstmpegaudioparse.h:
13126         * gst/mpegaudioparse/mpegaudioparse.vcproj:
13127         Remove bogus 2nd copy of mp3parse - it's actually
13128         in -ugly.
13129
13130 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
13131
13132         * examples/app/.cvsignore:
13133         The buildbot demands .cvsignore files, and I comply.
13134
13135 2007-03-11  Sebastien Moutte  <sebastien@moutte.net>
13136
13137         * sys/directdraw/gstdirectdrawsink.c:
13138         * sys/directdraw/gstdirectdrawsink.h:
13139         Handle display mode changes during playback.
13140
13141 2007-03-10  David Schleef  <ds@schleef.org>
13142
13143         * configure.ac:
13144         * examples/Makefile.am:
13145         * examples/app/Makefile.am:
13146         * examples/app/appsrc_ex.c:
13147           Add appsrc/appsink example.
13148         * gst-libs/gst/app/Makefile.am:
13149         * gst-libs/gst/app/gstapp.c:
13150         * gst-libs/gst/app/gstappsink.c:
13151         * gst-libs/gst/app/gstappsink.h:
13152         * gst/app/gstapp.c:
13153           Add appsink.
13154
13155 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
13156
13157         * ext/nas/nassink.c: (NAS_createFlow):
13158         * ext/sndfile/gstsfsrc.c: (gst_sf_src_create):
13159           Printf format string fixes.
13160
13161 2007-03-09  Stefan Kost  <ensonic@users.sf.net>
13162
13163         * gst/equalizer/Makefile.am:
13164         * gst/equalizer/gstiirequalizer.c: (_do_init),
13165         (gst_iir_equalizer_band_set_property),
13166         (gst_iir_equalizer_band_get_property),
13167         (gst_iir_equalizer_band_class_init),
13168         (gst_iir_equalizer_band_get_type),
13169         (gst_iir_equalizer_child_proxy_get_child_by_index),
13170         (gst_iir_equalizer_child_proxy_get_children_count),
13171         (gst_iir_equalizer_child_proxy_interface_init),
13172         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13173         (gst_iir_equalizer_finalize), (setup_filter),
13174         (gst_iir_equalizer_compute_frequencies),
13175         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13176         (gst_iir_equalizer_setup), (plugin_init):
13177         * gst/equalizer/gstiirequalizer.h:
13178         * gst/equalizer/gstiirequalizernbands.c:
13179         (gst_iir_equalizer_nbands_base_init),
13180         (gst_iir_equalizer_nbands_class_init),
13181         (gst_iir_equalizer_nbands_init),
13182         (gst_iir_equalizer_nbands_set_property),
13183         (gst_iir_equalizer_nbands_get_property):
13184         * gst/equalizer/gstiirequalizernbands.h:
13185           Refactor plugin into a base class and a first subclass (nband eq). The
13186           nband eq uses GstChildProxy and is controlable. More subclasses will
13187           follow.
13188
13189 2007-03-08  Wim Taymans  <wim@fluendo.com>
13190
13191         Includes patch by: Paul Davis <paul at linuxaudiosystems dot com>
13192
13193         * ext/jack/Makefile.am:
13194         * ext/jack/gstjackaudioclient.c: (gst_jack_audio_client_init),
13195         (jack_process_cb), (jack_sample_rate_cb), (jack_buffer_size_cb),
13196         (jack_shutdown_cb), (connection_find),
13197         (gst_jack_audio_make_connection), (gst_jack_audio_get_connection),
13198         (gst_jack_audio_unref_connection),
13199         (gst_jack_audio_connection_add_client),
13200         (gst_jack_audio_connection_remove_client),
13201         (gst_jack_audio_client_new), (gst_jack_audio_client_free),
13202         (gst_jack_audio_client_get_client),
13203         (gst_jack_audio_client_set_active):
13204         * ext/jack/gstjackaudioclient.h:
13205         Make an object to manage client connections to the jack server which we
13206         will use in the future to run selected jack elements with the same jack
13207         connection.
13208         Make some stuff a bit more threadsafe.
13209         Activate the jack client ASAP.
13210
13211         * ext/jack/gstjackaudiosink.c:
13212         (gst_jack_audio_sink_allocate_channels),
13213         (gst_jack_audio_sink_free_channels), (jack_process_cb),
13214         (gst_jack_ring_buffer_open_device),
13215         (gst_jack_ring_buffer_close_device),
13216         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
13217         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
13218         (gst_jack_audio_sink_getcaps):
13219         * ext/jack/gstjackaudiosink.h:
13220         Use new client object to manage connections.
13221         Don't remove and recreate all ports, try to reuse them.
13222
13223 2007-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
13224
13225         * ext/wavpack/gstwavpack.c: (plugin_init):
13226         * ext/wavpack/gstwavpackcommon.c:
13227           Use a general wavpack debug category for common code.
13228         * ext/wavpack/gstwavpackstreamreader.c:
13229         (gst_wavpack_stream_reader_set_pos_abs),
13230         (gst_wavpack_stream_reader_set_pos_rel),
13231         (gst_wavpack_stream_reader_write_bytes):
13232           Use the general wavpack debug category here too and add debug
13233           output to the functions that should not be called at all by
13234           the wavpack library.
13235         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_plugin_init):
13236         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_plugin_init):
13237         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
13238           Change debugging category names to conform to the conventions.
13239
13240 2007-03-07  Edward Hervey  <edward@fluendo.com>
13241
13242         * gst/qtdemux/qtdemux.c:
13243         * gst/qtdemux/qtdemux.h:
13244         Share qtdemux debug category across all files, otherwise all debugging
13245         in files other than qtdemux.c would end up in the default category.
13246
13247 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
13248
13249         * gst/spectrum/gstspectrum.c: (gst_spectrum_start),
13250         (gst_spectrum_event), (gst_spectrum_transform_ip):
13251         * gst/spectrum/gstspectrum.h:
13252           One FIXME less, by resolving message timestamps against the playback
13253           segment.
13254
13255 2007-03-06  Wim Taymans  <wim@fluendo.com>
13256
13257         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
13258         (gst_spectrum_init), (gst_spectrum_set_property),
13259         (gst_spectrum_transform_ip):
13260         Fix and cleanup default property values.
13261         Add FIXMEs for stuff that looks rather wrong.
13262
13263 2007-03-05  Stefan Kost  <ensonic@users.sf.net>
13264
13265         * gst/spectrum/demo-audiotest.c: (message_handler):
13266         * gst/spectrum/demo-osssrc.c: (message_handler):
13267           Remove two obsolete and confusing comments.
13268
13269 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * ext/nas/nassink.c: (gst_nas_sink_class_init),
13272         (gst_nas_sink_init), (gst_nas_sink_getcaps),
13273         (gst_nas_sink_unprepare):
13274           Some more cleanups/changes; use boilerplate macro.
13275
13276 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
13277
13278         * ext/nas/Makefile.am:
13279         * ext/nas/README:
13280         * ext/nas/nassink.c: (gst_nas_sink_get_type),
13281         (gst_nas_sink_base_init), (gst_nas_sink_class_init),
13282         (gst_nas_sink_init), (gst_nas_sink_finalize),
13283         (gst_nas_sink_getcaps), (gst_nas_sink_prepare),
13284         (gst_nas_sink_unprepare), (gst_nas_sink_delay),
13285         (gst_nas_sink_reset), (gst_nas_sink_write),
13286         (gst_nas_sink_set_property), (gst_nas_sink_get_property),
13287         (gst_nas_sink_open), (gst_nas_sink_close), (NAS_flush),
13288         (NAS_sendData), (NAS_EventHandler), (gst_nas_sink_sink_get_format),
13289         (NAS_createFlow), (plugin_init):
13290         * ext/nas/nassink.h:
13291           Bunch of nassink clean-ups: make build by adding the right CFLAGS
13292           and LIBS to Makefile.am; rename structure, macros and functions
13293           according to canonical naming scheme; move some things around a bit;
13294           use GST_CAT_DEFAULT instead of GST_CAT_* everywhere; remove README
13295           file that didn't really contain any useful information anyway (the
13296           useful bits have been moved into the 'host' property description).
13297
13298 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
13299
13300         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
13301         Chain up in finalize.
13302
13303 2007-03-03  Michael Smith  <msmith@fluendo.com>
13304
13305         * configure.ac:
13306         * gst/vmnc/Makefile.am:
13307           Fix up dist.
13308
13309 2007-03-03  Michael Smith  <msmith@fluendo.com>
13310
13311         * configure.ac:
13312         * gst/vmnc/Makefile.am:
13313         * gst/vmnc/vmncdec.c: (gst_vmnc_dec_base_init),
13314         (gst_vmnc_dec_class_init), (gst_vmnc_dec_init),
13315         (gst_vmnc_dec_reset), (vmnc_handle_wmvi_rectangle),
13316         (render_colour_cursor), (render_cursor), (vmnc_make_buffer),
13317         (vmnc_handle_wmvd_rectangle), (vmnc_handle_wmve_rectangle),
13318         (vmnc_handle_wmvf_rectangle), (vmnc_handle_wmvg_rectangle),
13319         (vmnc_handle_wmvh_rectangle), (vmnc_handle_wmvj_rectangle),
13320         (render_raw_tile), (render_subrect), (vmnc_handle_raw_rectangle),
13321         (vmnc_handle_hextile_rectangle), (vmnc_handle_packet),
13322         (vmnc_dec_setcaps), (vmnc_dec_chain), (vmnc_dec_change_state),
13323         (vmnc_dec_set_property), (vmnc_dec_get_property), (plugin_init):
13324           Add VMnc decoder.
13325           Still missing support for:
13326            - rectangle types I didn't find in my samples (e.g. copy, RRE,
13327              ZRLE)
13328            - alpha-composited cursors
13329
13330 2007-03-03  David Schleef  <ds@schleef.org>
13331
13332         * gst-libs/gst/app/Makefile.am:
13333           Install the headers.
13334
13335 2007-03-03  David Schleef  <ds@schleef.org>
13336
13337         * gst-libs/gst/app/Makefile.am:
13338         * gst-libs/gst/app/gstappbuffer.c:
13339         * gst-libs/gst/app/gstappbuffer.h:
13340         * gst-libs/gst/app/gstappsrc.c:
13341           Add GstAppBuffer that includes a callback and closure for
13342           proper handling of data chunks.
13343
13344 2007-03-03  David Schleef  <ds@schleef.org>
13345
13346         * gst-libs/gst/app/gstappsrc.c:
13347         * gst-libs/gst/app/gstappsrc.h:
13348           Hacking to address issues in 413418.
13349
13350 2007-03-03  David Schleef  <ds@schleef.org>
13351
13352         * Makefile.am:
13353         * configure.ac:
13354         * ext/Makefile.am:
13355         * gst-libs/gst/Makefile.am:
13356         * gst-libs/gst/app/Makefile.am:
13357         * gst-libs/gst/app/gstapp.c:
13358         * gst-libs/gst/app/gstappsrc.c:
13359         * gst-libs/gst/app/gstappsrc.h:
13360         * gst/app/Makefile.am:
13361         * gst/app/gstapp.c:
13362         * gst/app/gstappsrc.c:
13363         * gst/app/gstappsrc.h:
13364           Move the app library to gst-libs/gst/app (duh!)
13365
13366 2007-03-02 Christian Schaller <christian at fluendo dot com>
13367         
13368         Patch by: Nguyen Thai Ngoc Duy <pcloud@gmail.com>
13369
13370         * ext/nas: Upgrade of NAS plugin to 0.10 (#345633)
13371
13372 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13373
13374         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_sink_event):
13375           A few small clean-ups.
13376
13377         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps):
13378           More debug output for failure cases.
13379
13380 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13381
13382         Patch by: Young-Ho Cha  <ganadist at chollian net>
13383
13384         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame),
13385         (gst_dtsdec_change_state):
13386           Don't do forced downmixing to stereo, but check what downstream
13387           can do and let libdts do the downmixing based on that (#400555).
13388
13389 2007-03-02  Tim-Philipp Müller  <tim at centricular dot net>
13390
13391         Patch by: Lutz Mueller  <lutz topfrose de>
13392
13393         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
13394         (gst_neonhttp_src_init), (gst_neonhttp_src_set_property),
13395         (gst_neonhttp_src_set_uri), (gst_neonhttp_src_set_proxy),
13396         (gst_neonhttp_src_send_request_and_redirect),
13397         (gst_neonhttp_src_uri_set_uri):
13398         * ext/neon/gstneonhttpsrc.h:
13399           Simplify _set_uri() and _set_proxy() and remove the unused ishttp
13400           member (#388050).
13401
13402         * tests/check/elements/neonhttpsrc.c: (GST_START_TEST):
13403           Fix bogus URI to something that actually exists, otherwise we just
13404           bypass the test (and also to something that doesn't redirect, since
13405           neonhttpsrc doesn't seem to handle this very gracefully yet)
13406
13407 2007-03-01  Chris Lord <chris@openedhand.com>
13408
13409         Reviewed by Christian Schaller <christian@fluendo.com>
13410
13411         Fixes Bug 357055
13412         * ext/ivorbis/Makefile.am:
13413         * ext/ivorbis/vorbisdec.c: Add support for Vorbis streams
13414         * ext/ivorbis/vorbisdec.h
13415         * ext/ivorbis/vorbis.c :
13416
13417 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
13418
13419         * tests/check/Makefile.am:
13420         Draw plugins in from the build tree sys/ dir, rather than
13421         picking up the already installed versions.
13422
13423 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13424
13425         * configure.ac:
13426           Convert to new AG_GST style.
13427
13428 2007-02-27  Christian Schaller <christian at fluendo dot com>
13429
13430         * sys/direct*: Add Pioneers of the Inevitable to copyright
13431         * sys/macosxvideosink: Add Pioneers of the Inevitable to copyright
13432
13433 2007-02-27  Edward Hervey  <edward@fluendo.com>
13434
13435         * sys/osxvideo/cocoawindow.h:
13436         * sys/osxvideo/cocoawindow.m:
13437         * sys/osxvideo/osxvideosink.h:
13438         * sys/osxvideo/osxvideosink.m:
13439         Disable the cocoa event loop since it's a huge memory leak. Should only
13440         matter if the sink isn't used within an NSApp (which has already got
13441         a coca event loop).
13442         Remove all unused code.
13443
13444 2007-02-26  David Schleef  <ds@schleef.org>
13445
13446         * configure.ac:
13447         * gst/app/Makefile.am:
13448         * gst/app/gstapp.c:
13449         * gst/app/gstappsrc.c:
13450         * gst/app/gstappsrc.h:
13451           Add a new plugin/library to make it easy for apps to shove
13452           data into a pipeline.
13453
13454 2007-02-26  Tim-Philipp Müller  <tim at centricular dot net>
13455
13456         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_init):
13457         * gst/real/gstrealvideodec.c: (gst_real_video_dec_init):
13458           Use gst_pad_use_fixed_caps() on source pads, to avoid negotiation
13459           errors in certain situations (e.g. dec ! cs ! ximagesink and the
13460           imagesink window is resized); also, some minor clean-ups.
13461
13462 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
13463
13464         * configure.ac:
13465         * ext/gsm/Makefile.am:
13466         * ext/ladspa/Makefile.am:
13467         * ext/wavpack/Makefile.am:
13468         * gst/equalizer/Makefile.am:
13469         * gst/filter/Makefile.am:
13470         * gst/mve/Makefile.am:
13471         * gst/nsf/Makefile.am:
13472         * gst/replaygain/Makefile.am:
13473         * gst/speed/Makefile.am:
13474           Fix build with LDFLAGS='-Wl,-z,defs'.
13475
13476 2007-02-20  Sébastien Moutte  <sebastien@moutte.net>
13477
13478         * sys/directsound/gstdirectsoundsink.c:
13479         * sys/directsound/gstdirectsoundsink.h:
13480           Remove include of unused headers.
13481         * sys/waveform/gstwaveformplugin.c:
13482         * sys/waveform/gstwaveformsink.c:
13483         * sys/waveform/gstwaveformsink.h:
13484         * win32/vs6/libgstwaveform.dsp:
13485           Add a new waveform plugin which includes an audio sink 
13486           element using the WaveForm win32 API.
13487         * win32/MANIFEST:
13488           Add the new project file form waveform plugin.
13489         
13490 2007-02-18  Sébastien Moutte  <sebastien@moutte.net>
13491         
13492         * sys/directdraw/gstdirectdrawplugin.c:
13493         * sys/directdraw/gstdirectdrawsink.c:
13494         * sys/directdraw/gstdirectdrawsink.h:
13495           Prepare the plugin to move to good:
13496           Remove unused/untested code (rendering to an extern surface,
13497           yuv format rendering).Use GST_(DEBUG/*)_OBJECT macros
13498       Rename all functions from gst_directdrawsink to gst_directdraw_sink.
13499           Add gtk doc section
13500           Fix a bug in gst_directdraw_sink_show_frame, memcpy line by line
13501           respecting destination surface stride.
13502         * sys/directsound/gstdirectsoundplugin.c:
13503         * sys/directsound/gstdirectsoundsink.c:
13504         * sys/directsound/gstdirectsoundsink.h:
13505           Prepare the plugin to move to good:
13506           Rename all functions from gst_directsoundsink to gst_directsound_sink.
13507           Add gtk doc section
13508         * win32/common/config.h.in:
13509         * win32/MANIFEST:
13510           Add config.h.in
13511
13512 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
13513
13514         * configure.ac:
13515         * docs/plugins/Makefile.am:
13516           Add crossreferences to glib/gobject/gstream docs. Also fix typo in
13517           timidity.cfg check.
13518
13519         * ext/timidity/gsttimidity.c: (plugin_init):
13520           Also build if no config was detected at configure time.
13521
13522 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13523
13524         * configure.ac:
13525         * ext/timidity/Makefile.am:
13526         * ext/timidity/gsttimidity.c: (plugin_init):
13527         * ext/timidity/gstwildmidi.c: (gst_wildmidi_base_init),
13528         (gst_wildmidi_class_init), (gst_wildmidi_init),
13529         (gst_wildmidi_src_convert), (gst_wildmidi_src_query),
13530         (gst_wildmidi_get_upstream_size), (gst_wildmidi_get_segment),
13531         (gst_wildmidi_get_new_segment_event), (gst_wildmidi_src_event),
13532         (gst_wildmidi_activate), (gst_wildmidi_activatepull),
13533         (gst_wildmidi_allocate_buffer), (gst_wildmidi_clip_buffer),
13534         (gst_wildmidi_fill_buffer), (gst_wildmidi_get_buffer),
13535         (gst_wildmidi_loop), (gst_wildmidi_change_state),
13536         (gst_wildmidi_set_property), (gst_wildmidi_get_property),
13537         (gst_wildmidi_typefind), (wildmidi_open_config), (plugin_init):
13538         * ext/timidity/gstwildmidi.h:
13539           Add second midi renderer. Fix some double frees and leaks. Clean up
13540           logging.
13541
13542 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
13543
13544         * Makefile.am:
13545           Add win32 MANIFEST
13546         * sys/directdraw/gstdirectdrawsink.c:
13547         * sys/directdraw/gstdirectdrawsink.h:
13548           Clear unused code and add comments.
13549           Remove yuv from template caps, it only supports RGB
13550           actually.
13551           Implement XOverlay interface and remove window and fullscreen 
13552           properties.
13553           Add debug logs.
13554           Test for blit capabilities to return only the current colorspace if
13555           the hardware can't blit for one colorspace to another.
13556         * sys/directsound/gstdirectsoundsink.c:
13557           Add some debugs.
13558         * win32/MANIFEST:
13559           Add VS7 project files and solution.
13560         * win32/vs6/gst_plugins_bad.dsw:
13561         * win32/vs6/libgstdirectdraw.dsp:
13562         * win32/vs6/libgstdirectsound.dsp:
13563         * win32/vs6/libgstqtdemux.dsp:
13564           Update project files.
13565
13566 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13567
13568         * ext/faad/gstfaad.c:
13569           Also update the comment that describes the hack.
13570
13571 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13572
13573         * configure.ac:
13574           Tell the code which faad it is, so that we can adjust the hacks
13575           needed.
13576
13577         * ext/faad/gstfaad.c:
13578           Make our hacks dependent on the fadd lib in use.
13579
13580 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
13581
13582         * configure.ac:
13583           Fix faad detection to support also fadd with new symbol prefix.
13584           ChangeLog surgery.
13585           
13586 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
13587
13588         Patch by: Wouter Paesen <wouter@blue-gate.be>
13589
13590         * configure.ac:
13591         * ext/Makefile.am:
13592         * ext/timidity/Makefile.am:
13593         * ext/timidity/gsttimidity.c: (gst_timidity_base_init),
13594         (gst_timidity_class_init), (gst_timidity_init),
13595         (gst_timidity_set_song_options), (gst_timidity_src_convert),
13596         (gst_timidity_src_query), (gst_timidity_get_upstream_size),
13597         (gst_timidity_get_segment), (gst_timidity_get_new_segment_event),
13598         (gst_timidity_src_event), (gst_timidity_activate),
13599         (gst_timidity_activatepull), (gst_timidity_allocate_buffer),
13600         (gst_timidity_clip_buffer), (gst_timidity_fill_buffer),
13601         (gst_timidity_get_buffer), (gst_timidity_loop),
13602         (gst_timidity_change_state), (gst_timidity_typefind),
13603         (plugin_init):
13604         * ext/timidity/gsttimidity.h:
13605           Add timidity midi render plugin (#403992)
13606
13607 2007-02-07  Edward Hervey  <edward@fluendo.com>
13608
13609         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_query):
13610         GST_PAD_PARENT doesn't return a GstObject with an incremented refcount.
13611         Switched to using gst_pad_get_parent().
13612
13613 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * gst/modplug/gstmodplug.cc:
13616           Remove superfluous gst_caps_get_structure() call.
13617
13618 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13619
13620         * configure.ac:
13621           Increase required libsndfile version to a version that's known to
13622           have the function sf_write_sync() to make the build bots happy.
13623
13624 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13625
13626         * ext/sndfile/gstsfsrc.c:
13627           Fix build (installed setup).
13628
13629 2007-02-05  Andy Wingo  <wingo@pobox.com>
13630
13631         * ext/sndfile/Makefile.am:
13632         * ext/sndfile/gstsfsrc.h:
13633         * ext/sndfile/gstsfsrc.c: Port sfsrc to 0.10, pull or push, with
13634         random access woo.
13635
13636 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
13637
13638         * configure.ac:
13639         * gst/equalizer/Makefile.am:
13640         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init),
13641         (gst_iir_equalizer_class_init), (gst_iir_equalizer_init),
13642         (setup_filter), (gst_iir_equalizer_compute_frequencies),
13643         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13644         (gst_iir_equalizer_transform_ip), (gst_iir_equalizer_setup),
13645         (plugin_init):
13646         * gst/equalizer/gstiirequalizer.h:
13647           Fix up to use the newly ported (actually working) GstAudioFilter.
13648           Bump core/base requirements to CVS for this.
13649
13650         * tests/icles/.cvsignore:
13651         * tests/icles/Makefile.am:
13652         * tests/icles/equalizer-test.c: (check_bus),
13653         (equalizer_set_band_value), (equalizer_set_all_band_values),
13654         (equalizer_set_band_value_and_wait),
13655         (equalizer_set_all_band_values_and_wait), (do_slider_fiddling),
13656         (main):
13657           Add brain-dead interactive test for equalizer.
13658
13659 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13660
13661         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_class_init),
13662         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13663         (gst_iir_equalizer_filter_inplace):
13664           Rename "values" property to "band-values" and change type into a
13665           GValueArray, so it's more easily bindable and the range of the
13666           values passed in is defined and checked etc.; also do some
13667           locking.
13668
13669 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         Patch by: James "Doc" Livingston  <doclivingston at gmail com>
13672
13673         * configure.ac:
13674         * gst/equalizer/Makefile.am:
13675         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13676         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13677         (gst_iir_equalizer_compute_frequencies),
13678         (gst_iir_equalizer_set_property),
13679         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13680         (plugin_init):
13681           Port equalizer plugin to 0.10 (#403572).
13682
13683 2007-02-02  Andy Wingo  <wingo@pobox.com>
13684
13685         * configure.ac: 
13686         * ext/Makefile.am
13687         * ext/sndfile/Makefile.am:
13688         * ext/sndfile/gstsf.c:
13689         * ext/sndfile/gstsf.h:
13690         * ext/sndfile/gstsfsink.c:
13691         * ext/sndfile/gstsfsink.h: Port sfsink to 0.10. Works in pull or
13692         push mode with interleaved float or int data.
13693
13694 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13695
13696         * ext/alsaspdif/alsaspdifsink.c: (plugin_init):
13697           Set rank to NONE so that it doesn't get autoplugged by autoaudiosink
13698           (which didn't happen previously because the klass string didn't
13699           contain anything autoaudiosink was looking for).
13700
13701 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13702
13703         * gst/real/gstrealaudiodec.c:
13704         * gst/real/gstrealvideodec.c:
13705           Fix classification in GstElementDetails.
13706
13707 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
13708
13709         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
13710         (gst_wavpack_parse_handle_seek_event),
13711         (gst_wavpack_parse_create_src_pad):
13712         Fix a off by one that leads to the duration reported as one
13713         sample less than it is
13714
13715 2007-01-31  Stefan Kost  <ensonic@users.sf.net>
13716
13717         * ext/alsaspdif/alsaspdifsink.c:
13718         * gst/nsf/gstnsf.c:
13719           Fix classification in GstElementDetails.
13720
13721         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
13722         (gst_ladspa_class_init):
13723           Improve Klassification and reduce code slighly.
13724
13725 2007-01-30  Edward Hervey  <edward@fluendo.com>
13726
13727         * configure.ac:
13728         Check for an Objective C compiler
13729         * sys/Makefile.am:
13730         * sys/osxvideo/Makefile.am:
13731         * sys/osxvideo/cocoawindow.h:
13732         * sys/osxvideo/cocoawindow.m:
13733         * sys/osxvideo/osxvideosink.h:
13734         * sys/osxvideo/osxvideosink.m:
13735         Port of osxvideo plugin to 0.10. Do NOT consider 100% stable !
13736         Fixes #402470
13737
13738 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13739
13740         * gst/videocrop/gstvideocrop.c:
13741         (gst_video_crop_get_image_details_from_caps),
13742         (gst_video_crop_transform_packed_complex):
13743           Fix cropping for packed 4:2:2 formats YUYV/YUY2 and UYVY.
13744
13745         * tests/icles/videocrop-test.c: (check_bus_for_errors),
13746         (test_with_caps), (main):
13747           Block streaming thread before changing filter caps while the
13748           pipeline is running so that we don't get random not-negotiated
13749           errors just because GStreamer can't handle that yet.
13750
13751 2007-01-28  Stefan Kost  <ensonic@users.sf.net>
13752
13753         * ext/ladspa/Makefile.am:
13754         * ext/ladspa/gstladspa.c: (gst_ladspa_class_get_param_spec):
13755           add GstController support to ladspa
13756
13757 2007-01-28  Tim-Philipp Müller  <tim at centricular dot net>
13758
13759         Patch by: Rosfran Borges <rosfran dot borges at idnt org br>
13760
13761         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_start),
13762         (gst_mythtv_src_next_program_chain):
13763           Remove sleep calls, they've been moved into the library now ...
13764           (#354451).
13765
13766 2007-01-27  Tim-Philipp Müller  <tim at centricular dot net>
13767
13768         * tests/icles/videocrop-test.c: (test_with_caps):
13769           Catch errors while the test is running.
13770
13771 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13772
13773         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
13774         Fix the SEEKING query. We can seek if we are in pull mode, not the
13775         other way around. Also set the correct format in the seeking query and
13776         handle the case where the headers are not read yet and we can't say
13777         anything about our seeking capabilities.
13778         
13779 2007-01-25  Sebastian Dröge  <slomo@circular-chaos.org>
13780
13781         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
13782         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
13783         Fix spelling in 2 places: It's called Wavpack, not WavePack.
13784
13785 2007-01-25  Edward Hervey  <edward@fluendo.com>
13786
13787         * gst/multifile/gstmultifilesink.c:
13788         (gst_multi_file_sink_class_init):
13789         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init):
13790         * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer),
13791         (gst_mve_video_palette), (gst_mve_video_code_map),
13792         (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create),
13793         (gst_mve_demux_chain):
13794         * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk):
13795         * gst/mve/mveaudioenc.c: (mve_compress_audio):
13796         * gst/mve/mvevideodec16.c: (ipvideo_copy_block):
13797         * gst/mve/mvevideodec8.c: (ipvideo_copy_block):
13798         * gst/mve/mvevideoenc16.c: (mve_encode_frame16):
13799         * gst/mve/mvevideoenc8.c: (mve_encode_frame8):
13800         Use proper print statements.
13801         Fixes build on mac os x.
13802         <wingo> oo look at me my name is edward i'm hacking on macos wooo
13803
13804 2007-01-24  Wim Taymans  <wim@fluendo.com>
13805
13806         * gst/qtdemux/gstrtpxqtdepay.c:
13807         Fix caps on the depayloader.
13808
13809 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
13810
13811         * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_set_property):
13812           Use break here instead of goto.
13813
13814 2007-01-13  Andy Wingo  <wingo@pobox.com>
13815
13816         * gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads):
13817         Use fixed caps on src pads.
13818         (gst_deinterleave_remove_pads): Remove src pads, not sink pads. I
13819         seem to have reverse midas disease!
13820         (gst_deinterleave_process): Proxy timestamps, offsets, durations,
13821         and set caps on outgoing buffers. Fixes #395597, I think.
13822
13823         * gst/interleave/interleave.c (gst_interleave_init): Init the
13824         activation mode properly.
13825         (gst_interleave_src_setcaps, gst_interleave_src_getcaps)
13826         (gst_interleave_init): Set a setcaps and getcaps function on the
13827         src pad, so that we can implement pull-mode negotiation.
13828         (gst_interleave_sink_setcaps): Renamed from
13829         gst_interleave_setcaps, as it only does the sink logic now.
13830         Implement both for pull-mode and push-mode.
13831         (gst_interleave_process): Set caps on our outgoing buffer.
13832         (gst_interleave_src_activate_pull): Fix some more bogus casts.
13833         What is up with this.
13834
13835 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
13836
13837         * ext/mythtv/gstmythtvsrc.c: (do_read_request_response),
13838         (gst_mythtv_src_create), (gst_mythtv_src_get_position),
13839         (gst_mythtv_src_do_seek), (gst_mythtv_src_start),
13840         (gst_mythtv_src_next_program_chain), (gst_mythtv_src_get_size),
13841         (gst_mythtv_src_handle_event), (gst_mythtv_src_handle_query),
13842         (gst_mythtv_src_change_state), (gst_mythtv_src_set_property),
13843         (gst_mythtv_src_uri_get_type):
13844           Clean up a bit, mostly the debug statements; fix deadlock in
13845           _set_property() in the error cases; fix up query function.
13846
13847 2007-01-12  Andy Wingo  <wingo@pobox.com>
13848
13849         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_fixate)
13850         (gst_signal_processor_ouija_caps, gst_signal_processor_prepare):
13851         Remove fixate/ouija stuff, thankfully, due to the new
13852         part-negotiation.txt pull-mode negotiation scheme.
13853         (gst_signal_processor_setcaps_pull)
13854         (gst_signal_processor_setcaps): Implement upstream set_caps pull
13855         proxying for pull mode. Now this works: ladspa-sine-fcac !
13856         audioconvert ! alsasink.
13857
13858 2007-01-12  Edgard Lima <edgard.lima@indt.org.br>
13859
13860         Patch by: Rosfran Borges <rosfran.borges@indt.org.br>
13861
13862         * configure.ac:
13863         * gst-plugins-bad.spec.in:
13864         * ext/Makefile.am:
13865         * ext/mythtv/Makefile.am:
13866         * ext/mythtv/gstmythtvsrc.c:
13867         * ext/mythtv/gstmythtvsrc.h:
13868         MythTV client source plugin created (#354451).
13869
13870 2007-01-12  Wim Taymans  <wim@fluendo.com>
13871
13872         * gst/qtdemux/Makefile.am:
13873         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_base_init),
13874         (gst_rtp_xqt_depay_class_init), (gst_rtp_xqt_depay_init),
13875         (gst_rtp_xqt_depay_finalize), (gst_rtp_quicktime_parse_sd),
13876         (gst_rtp_xqt_depay_setcaps), (gst_rtp_xqt_depay_process),
13877         (gst_rtp_xqt_depay_set_property), (gst_rtp_xqt_depay_get_property),
13878         (gst_rtp_xqt_depay_change_state), (gst_rtp_xqt_depay_plugin_init):
13879         * gst/qtdemux/gstrtpxqtdepay.h:
13880         * gst/qtdemux/qtdemux.c: (gst_qtdemux_base_init),
13881         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop),
13882         (qtdemux_parse_moov), (qtdemux_parse_container),
13883         (qtdemux_parse_node), (gst_qtdemux_add_stream),
13884         (qtdemux_parse_trak), (qtdemux_audio_caps):
13885         * gst/qtdemux/qtdemux.h:
13886         * gst/qtdemux/quicktime.c: (plugin_init):
13887         Add X-QT depayloader that will eventually share code with the demuxer.
13888         Make new plugin entry point with quicktime releated stuff.
13889
13890 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
13891
13892         * gst/qtdemux/Makefile.am:
13893           Dist all new files.
13894
13895 2007-01-12  Wim Taymans  <wim@fluendo.com>
13896
13897         * docs/plugins/Makefile.am:
13898         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
13899         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
13900         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
13901         * docs/plugins/gst-plugins-bad-plugins.signals:
13902         * docs/plugins/inspect/plugin-qtdemux.xml:
13903         Activate docs for jack, sdl and qtdemux.
13904
13905 2007-01-12  Wim Taymans  <wim@fluendo.com>
13906
13907         * ext/jack/gstjackaudiosink.c: (jack_sample_rate_cb),
13908         (jack_buffer_size_cb), (jack_shutdown_cb),
13909         (gst_jack_ring_buffer_acquire):
13910         * ext/jack/gstjackaudiosink.h:
13911         Improve docs.
13912
13913 2007-01-12  Wim Taymans  <wim@fluendo.com>
13914
13915         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init):
13916         Fix typo in docs.
13917
13918 2007-01-12  Wim Taymans  <wim@fluendo.com>
13919
13920         * gst/qtdemux/Makefile.am:
13921         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
13922         (gst_qtdemux_loop_state_header), (gst_qtdemux_combine_flows),
13923         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
13924         (gst_qtdemux_chain), (qtdemux_sink_activate_pull),
13925         (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_container),
13926         (qtdemux_parse_node), (qtdemux_tree_get_child_by_type),
13927         (qtdemux_tree_get_sibling_by_type), (gst_qtdemux_add_stream),
13928         (qtdemux_parse_samples), (qtdemux_parse_segments),
13929         (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
13930         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
13931         (qtdemux_parse_udta), (qtdemux_redirects_sort_func),
13932         (qtdemux_process_redirects), (qtdemux_parse_redirects),
13933         (qtdemux_parse_tree), (gst_qtdemux_handle_esds),
13934         (qtdemux_video_caps), (qtdemux_audio_caps):
13935         * gst/qtdemux/qtdemux.h:
13936         * gst/qtdemux/qtdemux_dump.c: (qtdemux_dump_mvhd),
13937         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
13938         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
13939         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
13940         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
13941         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
13942         (qtdemux_dump_unknown), (qtdemux_node_dump_foreach),
13943         (qtdemux_node_dump):
13944         * gst/qtdemux/qtdemux_dump.h:
13945         * gst/qtdemux/qtdemux_fourcc.h:
13946         * gst/qtdemux/qtdemux_types.c: (qtdemux_type_get):
13947         * gst/qtdemux/qtdemux_types.h:
13948         * gst/qtdemux/qtpalette.h:
13949         Cleanup and refactor to make the code more readable.
13950         Move debugging/tables into separate files.
13951         Add 2/4/16 color palletee support.
13952         Fix raw 15 bit RGB handling.
13953         Use more FOURCC constants.
13954         Add some docs.
13955
13956 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13957
13958         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
13959
13960         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
13961         (gst_wavpack_enc_correction_mode_get_type),
13962         (gst_wavpack_enc_joint_stereo_mode_get_type):
13963           Minor clean-up: use enum values instead of hardcoded constants (#395536).
13964
13965 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13966
13967         * gst/mve/gstmvedemux.c: (gst_mve_demux_get_src_query_types),
13968         (gst_mve_demux_handle_src_query), (gst_mve_demux_handle_src_event),
13969         (gst_mve_add_stream):
13970           Support SEEKING query (bad news now delivered properly!); add event
13971           function to source pads to make sure seeks aren't propagated
13972           upstream, even if they aren't handled.
13973
13974 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
13975
13976         Patch by: Jens Granseuer  <jensgr at gmx net>
13977
13978         * configure.ac:
13979         * gst/mve/Makefile.am:
13980         * gst/mve/TODO:
13981         * gst/mve/gstmve.c:
13982         * gst/mve/gstmvedemux.c:
13983         * gst/mve/gstmvedemux.h:
13984         * gst/mve/gstmvemux.c:
13985         * gst/mve/gstmvemux.h:
13986         * gst/mve/mve.h:
13987         * gst/mve/mveaudiodec.c:
13988         * gst/mve/mveaudioenc.c:
13989         * gst/mve/mvevideodec16.c:
13990         * gst/mve/mvevideodec8.c:
13991         * gst/mve/mvevideoenc16.c:
13992         * gst/mve/mvevideoenc8.c:
13993           Add Interplay MVE format demuxer/decoder and muxer/encoder. Demuxer
13994           doesn't support seeking yet, but seems to work fine otherwise.
13995           Closes #348973.
13996
13997 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
13998
13999         * gst/real/Makefile.am:
14000           Fix build (add LIBS and CFLAGS for gst-plugins-base stuff).
14001
14002 2007-01-07  Andy Wingo  <wingo@pobox.com>
14003
14004         * configure.ac: 
14005         * gst/interleave/Makefile.am: 
14006         * gst/interleave/plugin.h: 
14007         * gst/interleave/plugin.c: 
14008         * gst/interleave/interleave.c: 
14009         * gst/interleave/deinterleave.c: New elements interleave and
14010         deinterleave, implement channel interleaving and deinterleaving.
14011         The interleaver can operate in pull or push mode but the
14012         deinterleaver is more like a demuxer and can only operate in push
14013         mode.
14014         
14015 2007-01-06  Edward Hervey  <edward@fluendo.com>
14016
14017         * configure.ac:
14018         Properly detect the two architectures on which the real plugin can be
14019         built.
14020         Fixes #393622
14021
14022 2007-01-06  Andy Wingo  <wingo@pobox.com>
14023
14024         * ext/ladspa/gstsignalprocessor.c
14025         (gst_signal_processor_ouija_caps): Move around in the source
14026         file...
14027         (gst_signal_processor_prepare, gst_signal_processor_do_pulls):
14028         Call ouija_caps in prepare() instead of do_pulls(), a bit earlier.
14029         This allows us to have caps when we do the pad_alloc_buffer().
14030         (gst_pad_alloc_buffer_and_set_caps): Use self->caps instead of the
14031         pad caps, which might not be set yet.
14032
14033         * ext/ladspa/gstsignalprocessor.c: 
14034         (gst_signal_processor_add_pad_from_template)
14035         (gst_signal_processor_fixate): Add a fixate function, to assist in
14036         pathological ladspa-sine-fcac ! fakesink can-activate-pull=true
14037         cases.
14038         (gst_signal_processor_prepare, gst_signal_processor_process): Add
14039         nframes args so that getrange can tell ladspa how many frames to
14040         process.
14041         (gst_signal_processor_ouija_caps): setcaps needs to be called
14042         before processing, which normally happens when chaining a buffer
14043         to a pad. However in getrange mode with no sinks we need to check
14044         explicitly for this condition, guess some caps to use, and use
14045         those to setcaps(). Hence this mystical function.
14046         (gst_signal_processor_do_pulls): Pull in bytes, not samples.
14047         Divine the caps if necessary.
14048         (gst_signal_processor_getrange): Interpret the length as bytes,
14049         not samples.
14050         (gst_signal_processor_chain): nframes=G_MAXUINT, will be limited
14051         by incoming buffer sizes.
14052
14053 2007-01-06  Edward Hervey  <edward@fluendo.com>
14054
14055         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
14056         Don't call the RAFreeDecoder since it randomly causes segfaults.
14057         * gst/real/gstrealaudiodec.h:
14058         indent properly.
14059
14060 2007-01-06  Edward Hervey  <edward@fluendo.com>
14061
14062         Patch by: Lutz Mueller <lutz@topfrose.de>
14063         
14064         * gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),
14065         (gst_real_video_dec_setcaps), (open_library), (close_library),
14066         (gst_real_video_dec_finalize):
14067         * gst/real/gstrealvideodec.h:
14068         Implement error recovery on setcaps failure.
14069
14070 2007-01-06  Edward Hervey  <edward@fluendo.com>
14071
14072         Patch by: Lutz Mueller <lutz@topfrose.de>
14073         
14074         * gst/real/Makefile.am:
14075         * gst/real/gstreal.c: (plugin_init):
14076         * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
14077         (gst_real_audio_dec_setcaps), (gst_real_audio_dec_init),
14078         (gst_real_audio_dec_base_init), (gst_real_audio_dec_change_state),
14079         (gst_real_audio_dec_finalize), (gst_real_audio_dec_set_property),
14080         (gst_real_audio_dec_get_property), (gst_real_audio_dec_class_init):
14081         * gst/real/gstrealaudiodec.h:
14082         Added RealAudio wrapper elementfactory.
14083         Modified structures so it can also work on x86_64 using the
14084         adequate .so .
14085
14086 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14087
14088         * configure.ac:
14089         * gst/qtdemux/Makefile.am:
14090         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov):
14091           Check for zlib and if available pass it explicitly to the linker
14092           when linking qtdemux. If not available (or --disable-external has
14093           been specified!), disable the bits in qtdemux that use it. Fixes
14094           build on MingW (#392856).
14095
14096 2007-01-05  Edward Hervey  <edward@fluendo.com>
14097
14098         * configure.ac:
14099         Real video .so are now also available for x86_64, so we can build the
14100         Real plugin on i386 AND x86_64.
14101         * gst/real/Makefile.am:
14102         * gst/real/gstreal.c: (plugin_init):
14103         New plugin file for real .so wrapper plugins.
14104         * gst/real/gstrealvideodec.c: (gst_real_video_dec_alloc_buffer),
14105         (gst_real_video_dec_decode), (gst_real_video_dec_chain),
14106         (gst_real_video_dec_activate_push), (gst_real_video_dec_setcaps),
14107         (open_library), (close_library), (gst_real_video_dec_init),
14108         (gst_real_video_dec_base_init), (gst_real_video_dec_finalize),
14109         (gst_real_video_dec_set_property),
14110         (gst_real_video_dec_get_property), (gst_real_video_dec_class_init):
14111         * gst/real/gstrealvideodec.h:
14112         Moved RealVideo element to separate file
14113         Cleaned up code some more.
14114         Make it work on x86_64.
14115         Try several possible locations for .so
14116         Separate opening/closing libraries in separate functions.
14117
14118 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14119
14120         * tests/icles/videocrop-test.c: (main):
14121           Call g_thread_init() right at the beginning. Remove superfluous
14122           gst_init() - we've already been inited via the GOption stuff.
14123
14124 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
14125
14126         * configure.ac:
14127           Don't compile rfbsource if we don't have sys/socket.h.
14128           Should fix compilation on MingW.
14129
14130 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14131
14132         * configure.ac:
14133         * ext/amrwb/Makefile.am:
14134         * ext/amrwb/amrwb-code/Makefile.am:
14135         * ext/amrwb/amrwb-code/run.sh:
14136         * gst-libs/Makefile.am:
14137         * gst-libs/ext/Makefile.am:
14138         * gst-libs/ext/amrwb/Makefile.am:
14139         * gst-libs/ext/amrwb/README:
14140           Move amrwb code getting and building to gst-libs/ext/amrwb
14141           Adapt everything else to match.
14142
14143 2007-01-04  Julien MOUTTE  <julien@moutte.net>
14144
14145         * ext/directfb/dfbvideosink.c:
14146         (gst_dfbvideosink_navigation_send_event),
14147         (gst_dfbvideosink_get_type):
14148         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_open):
14149         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_setcaps),
14150         (gst_sdlvideosink_show_frame),
14151         (gst_sdlvideosink_navigation_send_event):
14152         * ext/sdl/sdlvideosink.h: Fix various compiler warnings that 
14153         reveal potential bugs.
14154
14155 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
14156
14157         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14158
14159         * configure.ac:
14160         * sys/Makefile.am:
14161         * sys/directsound/Makefile.am:
14162         * sys/directsound/gstdirectsoundsink.c:
14163         (gst_directsoundsink_reset):
14164           Add directsoundsink to build and dist it, so it gets built when
14165           compiling with MingW on win32 and the required headers and libraries
14166           are available (fixes: #392638). Also simplify DirectDraw check a bit.
14167
14168         * tests/check/elements/.cvsignore:
14169           Fix CVS ignore for neonhttpsrc test binary.
14170
14171 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14172
14173         Patch by: Vincent Torri  <vtorri at univ-evry fr>
14174
14175         * configure.ac:
14176         * sys/Makefile.am:
14177         * sys/directdraw/Makefile.am:
14178           Add directdrawsink to build and dist it, so it gets built when
14179           compiling with MingW on win32 and the required headers and libraries
14180           are available (fixes: #392313).
14181
14182         * sys/directdraw/gstdirectdrawsink.c:
14183         (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame),
14184         (gst_directdrawsink_setup_ddraw),
14185         (gst_directdrawsink_surface_create):
14186           Comment out some unused things and fix some printf format issues in
14187           order to avoid warnings when buildling with MingW (#392313).
14188
14189 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         Patch by: Jens Granseuer  <jensgr at gmx net>
14192
14193         * ext/xvid/gstxvidenc.c: (gst_xvidenc_encode),
14194         (gst_xvidenc_get_property):
14195         * gst/filter/gstbpwsinc.c: (bpwsinc_transform_ip):
14196         * gst/filter/gstfilter.c: (plugin_init):
14197         * gst/filter/gstiir.c: (iir_transform_ip):
14198         * gst/filter/gstlpwsinc.c: (lpwsinc_transform_ip):
14199         * gst/modplug/gstmodplug.cc:
14200         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_header_load),
14201         (gst_nuv_demux_stream_extend_header):
14202           Fix build with gcc-2.x (declare variables at the beginning of a
14203           block etc.). Fixes #391971.
14204
14205 2007-01-02  Lutz Mueller <lutz@topfrose.de>
14206
14207         reviewed by: Edward Hervey  <edward@fluendo.com>
14208
14209         * gst/real/gstreal.c:
14210         (gst_realdec_setcaps): Use codec_data supplied in caps.
14211         (gst_realdec_get_property): Correctly return default path.
14212         (gst_realdec_class_init): Remove unused state_change method.
14213
14214 2007-01-01  Edward Hervey  <edward@fluendo.com>
14215
14216         * configure.ac:
14217         Only build the plugin on 32bit x86 architectures.
14218
14219 2007-01-01  Lutz Mueller <lutz@topfrose.de>
14220
14221         reviewed by: Edward Hervey  <edward@fluendo.com>
14222
14223         * configure.ac:
14224         * gst/real/Makefile.am:
14225         * gst/real/gstreal.c: (gst_realdec_alloc_buffer),
14226         (gst_realdec_decode), (gst_realdec_chain),
14227         (gst_realdec_activate_push), (gst_realdec_setcaps),
14228         (gst_realdec_init), (gst_realdec_base_init),
14229         (gst_realdec_change_state), (gst_realdec_finalize),
14230         (gst_realdec_set_property), (gst_realdec_get_property),
14231         (gst_realdec_class_init), (plugin_init):
14232         New plugin for decoding RealVideo Streams using the x86 32bit
14233         shared libraries.
14234         Closes #354174
14235
14236 2006-12-30  Tim-Philipp Müller  <tim at centricular dot net>
14237
14238         * tests/check/elements/videocrop.c: (GST_START_TEST),
14239         (videocrop_test_cropping_init_context):
14240           When we can't create an element needed for the test, print a message
14241           detailing which element it actually is that's missing (#390673).
14242
14243 2006-12-22 Edgard Lima <edgard.lima@indt.org.br>
14244
14245         * ext/neon/gstneonhttpsrc.c:
14246         * ext/neon/gstneonhttpsrc.h:
14247         Added seek support.
14248         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14249         Fixes: #375264.
14250
14251 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
14252
14253         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14254         (cleanup_mpeg2enc):
14255         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14256         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14257         (cleanup_wavpackdec):
14258         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14259         (cleanup_wavpackenc):
14260         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14261           reapply consistent pad (de)activation
14262
14263 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
14264
14265         * configure.ac:
14266         Back to CVS
14267
14268         * gst-plugins-bad.doap:
14269         Add release section for 0.10.4
14270
14271 === release 0.10.4 ===
14272
14273 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
14274
14275         * configure.ac:
14276           releasing 0.10.4, "Black Bugs"
14277
14278 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14279
14280         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14281         (cleanup_mpeg2enc):
14282         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14283         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14284         (cleanup_wavpackdec):
14285         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14286         (cleanup_wavpackenc):
14287         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14288           revert my freeze breakage
14289
14290 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
14291
14292         * tests/check/elements/mpeg2enc.c: (setup_mpeg2enc),
14293         (cleanup_mpeg2enc):
14294         * tests/check/elements/rganalysis.c: (cleanup_rganalysis):
14295         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
14296         (cleanup_wavpackdec):
14297         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
14298         (cleanup_wavpackenc):
14299         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc):
14300           consistent pad (de)activation
14301
14302 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14303
14304         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_progress),
14305         (gst_qtdemux_chain):
14306           Don't post BUFFERING messages in streaming mode if the stream
14307           headers are behind the movie data; instead, post "progress" element
14308           messages as a temporary solution. Apps might get confused and do
14309           silly things to the pipeline state if they see buffering messages
14310           from different sources and don't realize they come from different
14311           sources (#387160).
14312
14313 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14314
14315         * configure.ac:
14316         * ext/Makefile.am:
14317         * ext/ladspa/*:
14318           Move LADPSA plugin from -good for the release, as it's not quite
14319           ready to be enabled by default in the -good module yet.
14320
14321 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14322
14323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain),
14324         (gst_qtdemux_add_stream):
14325           Don't output g_warning for an unsupported format, just send a
14326           GST_ELEMENT_WARNING and don't add the pad.
14327           Fix the case where it doesn't check for a NULL pad in streaming mode.
14328           Fixes #387137
14329
14330 2006-12-18  Tim-Philipp Müller  <tim at centricular dot net>
14331
14332         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14333           Fix crash dereferencing NULL pointer if there's no stco atom.
14334           Fixes #387122.
14335
14336 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
14337
14338         * ext/wavpack/gstwavpackenc.h:
14339         Use local copy of md5.h, as it disappeared in recent wavpack
14340         installs.
14341         Patch by: Sebastian Dröge <slomo at ubuntu dot com>
14342         Fixes: #387076
14343
14344 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
14345
14346         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
14347         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event):
14348           We don't support seeking in streaming mode, so don't even try.
14349           Implement seeking query so apps can query seekability properly
14350           (see #365414). Fix duration query.
14351
14352 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14353
14354         * Makefile.am:
14355         * gst-plugins-bad.doap:
14356         * gst-plugins-bad.spec.in:
14357           add doap file
14358
14359 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
14360
14361         * ext/libmms/gstmms.c: (gst_mms_create):
14362           These debug statements should be using LOG level.
14363
14364 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
14365
14366         * gst/modplug/libmodplug/sndfile.cpp:
14367           Fix potential buffer overflow (CVE-2006-4192) (#385788).
14368
14369 2006-12-13  Wim Taymans  <wim@fluendo.com>
14370
14371         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14372         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14373         (qtdemux_audio_caps):
14374         Add AMR-WB to the list of supported formats.
14375
14376 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14377
14378         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14379         (send_request_and_redirect):
14380           Fix minor mem leak in redirect code.
14381
14382         * tests/check/Makefile.am:
14383         * tests/check/elements/.cvsignore:
14384         * tests/check/elements/neonhttpsrc.c: (handoff_cb),
14385         (GST_START_TEST), (neonhttpsrc_suite):
14386         * tests/check/gst-plugins-bad.supp:
14387           Add super-basic unit test for #384140.
14388
14389 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14390
14391         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_create),
14392         (send_request_and_redirect):
14393           Set offset on buffers pushed out (id3demux gets confused if the
14394           first buffer does not have an offset of 0). Fixes #384140.
14395
14396 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
14397
14398         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
14399         (gst_neonhttp_src_create), (send_request_and_redirect),
14400         (gst_neonhttp_src_start), (oom_callback):
14401          Minor clean-ups; remove newlines at end of debug statements.
14402
14403 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
14404
14405         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14406           Fix non-working redirects from inetfilm.com (handle 'alis' reference
14407           data type as well). Fixes #378613.
14408
14409 2006-12-11  Wim Taymans  <wim@fluendo.com>
14410
14411         Patch by: Jonathan Matthew <jonathan at kaolin wh9 net>).
14412
14413         * gst/modplug/gstmodplug.cc:
14414         Fix modplug duration query. Fixes #384294.
14415
14416 2006-12-08  Wim Taymans  <wim@fluendo.com>
14417
14418         Patch by: René Stadler  <mail at renestadler de>
14419
14420         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14421         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14422         (qtdemux_audio_caps):
14423         Fix caps for 24 bit raw PCM audio (2).
14424         Fixes #383471.
14425
14426 2006-12-07  Wim Taymans  <wim@fluendo.com>
14427
14428         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14429         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak),
14430         (qtdemux_video_caps):
14431         Handle more H263 variants.
14432
14433 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14434
14435         * ext/jack/.cvsignore:
14436         Ignore old files as requested by the build slave.
14437
14438 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
14439
14440         * configure.ac:
14441         Update the Jack requirement to the version where I think options_t
14442         appeared
14443
14444 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
14445
14446         * win32/MANIFEST:
14447         Fix compilation on win32 under VS8
14448         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
14449         Partially fixes #381175
14450
14451 2006-11-30  Wim Taymans  <wim@fluendo.com>
14452
14453         Patch by: René Stadler  <mail at renestadler de>
14454
14455         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_event):
14456           Call the base class handler.  Fixes #380610.
14457
14458 2006-11-30  Wim Taymans  <wim@fluendo.com>
14459
14460         * ext/Makefile.am:
14461         Fix build.
14462
14463         * ext/jack/gstjackaudiosink.c: (jack_process_cb),
14464         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14465         (gst_jack_ring_buffer_acquire):
14466         Small cleanups.
14467
14468 2006-11-30  Wim Taymans  <wim@fluendo.com>
14469
14470         * configure.ac:
14471         * ext/Makefile.am:
14472         * ext/jack/Makefile.am:
14473         * ext/jack/gstjack.c: (plugin_init):
14474         * ext/jack/gstjack.h:
14475         * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_get_type),
14476         (gst_jack_ring_buffer_class_init), (jack_process_cb),
14477         (jack_sample_rate_cb), (jack_buffer_size_cb), (jack_shutdown_cb),
14478         (gst_jack_ring_buffer_init), (gst_jack_ring_buffer_dispose),
14479         (gst_jack_ring_buffer_finalize),
14480         (gst_jack_ring_buffer_open_device),
14481         (gst_jack_ring_buffer_close_device),
14482         (gst_jack_ring_buffer_acquire), (gst_jack_ring_buffer_release),
14483         (gst_jack_ring_buffer_start), (gst_jack_ring_buffer_pause),
14484         (gst_jack_ring_buffer_stop), (gst_jack_ring_buffer_delay),
14485         (gst_jack_connect_get_type), (gst_jack_audio_sink_base_init),
14486         (gst_jack_audio_sink_class_init), (gst_jack_audio_sink_init),
14487         (gst_jack_audio_sink_set_property),
14488         (gst_jack_audio_sink_get_property), (gst_jack_audio_sink_getcaps),
14489         (gst_jack_audio_sink_create_ringbuffer):
14490         * ext/jack/gstjackaudiosink.h:
14491           Added fully functional jackaudiosink.
14492
14493 2006-11-27  Wim Taymans  <wim@fluendo.com>
14494
14495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14496         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14497           Remove some asserts and replace them with a proper error
14498           message. Fixes #379261.
14499
14500 2006-11-26  Michael Smith  <msmith@fluendo.com>
14501
14502         * ext/theora/theoradec.c: (theora_dec_src_query),
14503         (theora_dec_src_event), (theora_handle_data_packet),
14504         (theora_dec_chain):
14505           Send events on the right pads, since they don't work very well if
14506           you send them in the wrong direction.
14507
14508 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
14509
14510         * ext/audiofile/gstafsink.c:
14511         * ext/polyp/plugin.c: (plugin_init):
14512         * ext/polyp/polypsink.c:
14513         * ext/polyp/polypsink.h:
14514         * sys/dxr3/dxr3audiosink.h:
14515         * sys/dxr3/dxr3spusink.h:
14516         * sys/dxr3/dxr3videosink.h:
14517           remove obsolete _factory_init protos and functions
14518
14519 2006-11-19  Michael Smith  <msmith@fluendo.com>
14520
14521         * gst/librfb/Makefile.am:
14522           Compile with appropriate cflags. Fixes build.
14523
14524 2006-11-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14525
14526         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_tune):
14527         Actually set the TONE parameter for DVB-S when we should.
14528
14529 2006-11-16  David Schleef  <ds@schleef.org>
14530
14531         * gst/librfb/rfbdecoder.c: Fixes for 64-bit architectures.
14532
14533 2006-11-16  David Schleef  <ds@schleef.org>
14534
14535         * gst/librfb/gstrfbsrc.h:  Oops, add this file.
14536
14537 2006-11-16  David Schleef  <ds@schleef.org>
14538
14539         Patch by: Andre Moreira Magalhaes <andrunko@gmail.com>
14540
14541         * configure.ac:
14542         * gst/librfb/Makefile.am:
14543         * gst/librfb/gstrfbsrc.c:
14544         * gst/librfb/rfb.c:
14545         * gst/librfb/rfb.h:
14546         * gst/librfb/rfbbuffer.c:
14547         * gst/librfb/rfbbuffer.h:
14548         * gst/librfb/rfbbytestream.c:
14549         * gst/librfb/rfbbytestream.h:
14550         * gst/librfb/rfbcontext.h:
14551         * gst/librfb/rfbdecoder.c:
14552         * gst/librfb/rfbdecoder.h:
14553         * gst/librfb/rfbutil.h:
14554           Port librfb to 0.10 (#376106).
14555
14556 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
14557
14558         * ext/spc/gstspc.c: (spc_play):
14559           Fix build with disabled gst-debug.
14560
14561 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14562
14563         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
14564
14565         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
14566         (gst_wavpack_dec_init), (gst_wavpack_dec_change_state):
14567         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
14568         (gst_wavpack_enc_class_init), (gst_wavpack_enc_reset),
14569         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config),
14570         (gst_wavpack_enc_change_state):
14571         * ext/wavpack/gstwavpackparse.c:
14572           Some small clean-ups: use enums instead of hard-coded numbers,
14573           const-ify element details, re-factor some code into _reset()
14574           functions (#352605).
14575
14576 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
14577
14578         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_create):
14579         * sys/dvb/gstdvbsrc.h:
14580           Fix minor printf format issue; remove overly paranoid checks in
14581           create function; fix GObject boilerplate macros.
14582
14583 2006-11-14  Wim Taymans  <wim@fluendo.com>
14584
14585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14586         (gst_qtdemux_handle_src_query), (qtdemux_parse_trak):
14587         Don't parse extra sample params for raw pcm. Fixes #374914.
14588
14589 2006-11-14  Wim Taymans  <wim@fluendo.com>
14590
14591         * tests/check/elements/.cvsignore:
14592         Add cdaudio to ignore.
14593
14594 2006-11-14  Wim Taymans  <wim@fluendo.com>
14595
14596         * ext/Makefile.am:
14597         dist cdaudio dir.
14598
14599 2006-11-14  Wim Taymans  <wim@fluendo.com>
14600
14601         * configure.ac:
14602         * ext/Makefile.am:
14603         Fix cdaudio build.
14604
14605 2006-11-14  Wim Taymans  <wim@fluendo.com>
14606
14607         Patch by: Mark Nauwelaerts <manauw at skynet be>
14608
14609         * tests/check/Makefile.am:
14610         * tests/check/elements/y4menc.c: (setup_y4menc), (cleanup_y4menc),
14611         (GST_START_TEST), (y4menc_suite), (main):
14612         Added y4m test. Fixes #372243.
14613
14614 2006-11-13  Wim Taymans  <wim@fluendo.com>
14615
14616         Patch by: Mark Nauwelaerts <manauw at skynet be>
14617
14618         * configure.ac:
14619         Enable cdaudio and y4m.
14620
14621         * gst/y4m/Makefile.am:
14622         * gst/y4m/gsty4mencode.c: (gst_y4m_encode_base_init),
14623         (gst_y4m_encode_class_init), (gst_y4m_encode_init),
14624         (gst_y4m_encode_reset), (gst_y4m_encode_setcaps),
14625         (gst_y4m_encode_get_stream_header),
14626         (gst_y4m_encode_get_frame_header), (gst_y4m_encode_chain),
14627         (gst_y4m_encode_set_property), (gst_y4m_encode_get_property),
14628         (gst_y4m_encode_change_state), (plugin_init):
14629         * gst/y4m/gsty4mencode.h:
14630         Port of y4mencode to 0.10. 
14631
14632 2006-11-10  David Schleef  <ds@schleef.org>
14633
14634         * configure.ac:
14635         * gst/videoparse/Makefile.am:
14636         * gst/videoparse/gstvideoparse.c:
14637           A little pluggy to make sense out of the random chunks we get
14638           from multifilesrc.
14639
14640 2006-11-10  David Schleef  <ds@schleef.org>
14641
14642         * gst/multifile/Makefile.am:
14643           Let's not depend on a file that doesn't exist.
14644
14645 2006-11-10  David Schleef  <ds@schleef.org>
14646
14647         * gst/multifilesink/Makefile.am:
14648         * gst/multifilesink/gstmultifilesink.c:
14649         * gst/multifilesink/gstmultifilesink.h:
14650         * gst/multifilesink/multifilesink.vcproj:
14651           Remove the old one.
14652
14653 2006-11-10  David Schleef  <ds@schleef.org>
14654
14655         * configure.ac:
14656         * gst/multifile/Makefile.am:
14657         * gst/multifile/gstmultifile.c:
14658         * gst/multifile/gstmultifilesink.c:
14659         * gst/multifile/gstmultifilesrc.c:
14660         * gst/multifile/multifile.vproj:
14661           Revive multifile[src|sink].
14662
14663 2006-11-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14664
14665         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property)
14666         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14667         (gst_dvbsrc_tune), (gst_dvbsrc_set_pes_filters):
14668         Rename set_pes_filter to set_pes_filters for consistency.
14669         Do run-time pid filtering.
14670
14671 2006-11-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14672
14673         * sys/dvb/gstdvbsrc.c: (read_device):
14674         Do not call output_frontend_stats from a method that does not
14675         have the gstdvbsrc object.
14676         This fixes the build, sorry guys!
14677
14678 2006-11-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14679
14680         * sys/dvb/gstdvbsrc.c: (read_device), (gst_dvbsrc_create),
14681         (gst_dvbsrc_output_frontend_stats), (gst_dvbsrc_tune),
14682         (gst_dvbsrc_set_pes_filter):
14683         * sys/dvb/gstdvbsrc.h:
14684         Force PAT to always be in the filter.
14685         Try to continue reading after failing 10 times.
14686
14687 2006-11-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14688
14689         * po/POTFILES.in:
14690           add dvbsrc
14691         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
14692         (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
14693         (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
14694         (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
14695         (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
14696         (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
14697         (gst_dvbsrc_set_pes_filter):
14698         * sys/dvb/gstdvbsrc.h:
14699           adapter-prefix is a terrible name for a device, so replace it.
14700           strerror should be used immediately after the syscall related to it.
14701           Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
14702           (pretty easy to trigger by opening the same device twice).
14703           Use _OBJECT macros where it makes sense.
14704           This element is going to need some work before it moves.
14705
14706 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
14707
14708         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
14709
14710         * configure.ac:
14711         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
14712         (gst_wavpack_enc_correction_mode_get_type),
14713         (gst_wavpack_enc_joint_stereo_mode_get_type),
14714         (gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
14715           Fix enum nicks; only emit no-more-pads once; add support for very
14716           fast encoding mode in upcoming 4.40.0 release (#369539).
14717
14718 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
14719
14720         Patch by: Sergey Scobich  <sergey dot scobich at gmail com>
14721
14722         * sys/directdraw/gstdirectdrawsink.c:
14723         (gst_directdrawsink_window_thread),
14724         (gst_directdrawsink_create_default_window):
14725         * sys/directdraw/gstdirectdrawsink.h:
14726         * sys/directsound/gstdirectsoundsink.c:
14727           Wait until the window is created before using it; guard unistd.h
14728           includes with HAVE_UNISTD_H. (#366523)
14729
14730         * win32/vs8/libgstdirectdraw.vcproj:
14731         * win32/vs8/libgstdirectsound.vcproj:
14732           Update project files.
14733
14734 2006-10-31  Wim Taymans  <wim@fluendo.com>
14735
14736         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_duration),
14737         (gst_qtdemux_handle_src_query), (qtdemux_parse_tree),
14738         (qtdemux_parse_trak):
14739         Handle unbounded length streams a bit better. Fixes #367696.
14740
14741 2006-10-29  Tim-Philipp Müller  <tim at centricular dot net>
14742
14743         * ext/dts/gstdtsdec.c: (gst_dtsdec_handle_frame):
14744           Fix flow handling and buffer refcounting (gst_pad_push() takes
14745           ownership of the buffer passed to it, the buffer does not have
14746           to be unreffed no matter what flow value gst_pad_push() returns).
14747
14748 2006-10-26  Edgard Lima <edgard.lima@indt.org.br>
14749
14750         Patch by: Renato Filho <renato.filho@indt.org.br> 
14751
14752         * gst/nuvdemux/gstnuvdemux.c:
14753         * gst/nuvdemux/gstnuvdemux.h:
14754         Fixed bug for files with timestamps less than 0.
14755         
14756 2006-10-21  David Schleef  <ds@schleef.org>
14757
14758         * configure.ac:
14759         * gst/multifilesink/Makefile.am:
14760         * gst/multifilesink/gstmultifilesink.c:
14761         * gst/multifilesink/gstmultifilesink.h:
14762           I copied over filesink a while ago and modified it to work
14763           as multifilesink.  Might as well check it in.  This could
14764           use some work before being declared useful.
14765
14766 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14767
14768         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
14769         * ext/wavpack/gstwavpackparse.c:
14770         (gst_wavpack_parse_create_src_pad):
14771         * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_create_pads):
14772         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad):
14773           Activate pads before adding them to running element.
14774
14775 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14776
14777         Patch by: Josep Torra Valles  <josep at fluendo com>
14778
14779         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14780         (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
14781         (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
14782         (qtdemux_tag_add_num), (qtdemux_tag_add_date),
14783         (qtdemux_tag_add_gnre):
14784           Make compile with Forte compiler, mostly don't do pointer arithmetic
14785           with void pointers (#362626).
14786
14787 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14788
14789         * gst/nuvdemux/gstnuvdemux.c:
14790         Just a cast to make it compile oos big_endian systems.
14791
14792 2006-10-17  Edgard Lima <edgard.lima@indt.org.br>
14793
14794         Patch by: Renato Filho <renato.filho@indt.org.br> and Rosfran Borges
14795         <rosfran.borges@indt.org.br>
14796
14797         * configure.ac:
14798         * gst/nuvdemux/:
14799         * gst/nuvdemux/Makefile.am:
14800         * gst/nuvdemux/gstnuvdemux.c:
14801         * gst/nuvdemux/gstnuvdemux.h:
14802         Created new element nuvdemux.
14803         
14804 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14805
14806         Patch by: Josep Torra Valles  <josep at fluendo com>
14807
14808         * gst/nsf/fds_snd.c:
14809         * gst/nsf/mmc5_snd.c:
14810         * gst/nsf/nsf.c:
14811         * gst/nsf/vrc7_snd.c:
14812         * gst/nsf/vrcvisnd.c:
14813           Fix some things the Forte compiler warns about (#362626).
14814
14815 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
14816
14817         * gst/qtdemux/qtdemux.c: (qtdemux_parse_moov), (qtdemux_parse),
14818         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14819         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14820         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14821         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14822         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14823         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14824         (qtdemux_dump_unknown), (qtdemux_tree_get_child_by_type),
14825         (qtdemux_tree_get_sibling_by_type):
14826         * gst/qtdemux/qtdemux.h:
14827           Avoid void pointer usage, better use guint8 * instead.
14828
14829 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
14830
14831         * configure.ac:
14832         * gst/deinterlace/Makefile.am:
14833         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_base_init),
14834         (gst_deinterlace_class_init), (gst_deinterlace_init),
14835         (gst_deinterlace_stop), (gst_deinterlace_transform_caps),
14836         (gst_deinterlace_set_caps), (gst_deinterlace_transform_ip),
14837         (gst_deinterlace_set_property), (gst_deinterlace_get_property):
14838         * gst/deinterlace/gstdeinterlace.h:
14839           Port simple deinterlacer from 0.8. Use at your own risk, don't blame
14840           me for anything it does or does not do to your precious pictures.
14841
14842 2006-10-11  Edward Hervey  <edward@fluendo.com>
14843
14844         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
14845         Add some fourcc for DV format.
14846
14847 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
14848
14849         * gst/qtdemux/qtdemux.c: (extract_initial_length_and_fourcc),
14850         (gst_qtdemux_loop_state_header):
14851           Printf format fixes.
14852
14853         * sys/dvb/gstdvbsrc.c:
14854           Use "_stdint.h".
14855
14856 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14857
14858         * sys/dvb/Makefile.am:
14859         * sys/dvb/dvb-api/Makefile.am:
14860         * sys/dvb/dvb-api/audio.h:
14861         * sys/dvb/dvb-api/ca.h:
14862         * sys/dvb/dvb-api/dmx.h:
14863         * sys/dvb/dvb-api/frontend.h:
14864         * sys/dvb/dvb-api/net.h:
14865         * sys/dvb/dvb-api/osd.h:
14866         * sys/dvb/dvb-api/version.h:
14867         * sys/dvb/dvb-api/video.h:
14868         Remove these files, not needed use system files.
14869         * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_set_property),
14870         (gst_dvbsrc_create), (gst_dvbsrc_output_frontend_stats),
14871         (gst_dvbsrc_tune):
14872         Fix warnings, uint16_t etc. is in stdint.h.
14873         Use system includes not our local ones.
14874
14875 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14876
14877         * configure.ac:
14878         * sys/Makefile.am:
14879         Add dvb detection and allow dvbsrc to be built.
14880
14881 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14882         
14883         * configure.ac:
14884         * sys/Makefile.am:
14885         * sys/dvb/AUTHORS:
14886         * sys/dvb/Makefile.am:
14887         * sys/dvb/README:
14888         * sys/dvb/dvb-api/Makefile.am:
14889         * sys/dvb/dvb-api/audio.h:
14890         * sys/dvb/dvb-api/ca.h:
14891         * sys/dvb/dvb-api/dmx.h:
14892         * sys/dvb/dvb-api/frontend.h:
14893         * sys/dvb/dvb-api/net.h:
14894         * sys/dvb/dvb-api/osd.h:
14895         * sys/dvb/dvb-api/version.h:
14896         * sys/dvb/dvb-api/video.h:
14897         * sys/dvb/gstdvbsrc.c: 
14898         * sys/dvb/gstdvbsrc.h:
14899         Initial import of dvbsrc.
14900         Currently won't be built.
14901
14902 2006-10-10  Wim Taymans  <wim@fluendo.com>
14903
14904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14905         (gst_qtdemux_push_event), (gst_qtdemux_do_seek),
14906         (gst_qtdemux_change_state), (extract_initial_length_and_fourcc),
14907         (gst_qtdemux_loop_state_header), (gst_qtdemux_activate_segment),
14908         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
14909         (gst_qtdemux_post_buffering), (gst_qtdemux_chain),
14910         (gst_qtdemux_add_stream), (qtdemux_process_redirects),
14911         (qtdemux_parse_tree), (qtdemux_parse_trak):
14912         Reorganise some stuff.
14913         Parse RTSP redirection URLS.
14914
14915 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
14916
14917         * docs/plugins/gst-plugins-bad-plugins.args:
14918         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
14919         * docs/plugins/gst-plugins-bad-plugins.interfaces:
14920         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
14921         * docs/plugins/inspect/plugin-dtsdec.xml:
14922         * docs/plugins/inspect/plugin-mms.xml:
14923         * docs/plugins/inspect/plugin-mpeg2enc.xml:
14924         * docs/plugins/inspect/plugin-neon.xml:
14925         * docs/plugins/inspect/plugin-replaygain.xml:
14926         * docs/plugins/inspect/plugin-soundtouch.xml:
14927         * docs/plugins/inspect/plugin-spcdec.xml:
14928         * docs/plugins/inspect/plugin-swfdec.xml:
14929         * docs/plugins/inspect/plugin-videocrop.xml:
14930         * docs/plugins/inspect/plugin-wavpack.xml:
14931           Add/update docs stuff.
14932
14933 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
14934
14935         Patch by: René Stadler  <mail at renestadler de>
14936
14937         * configure.ac:
14938         * docs/plugins/Makefile.am:
14939         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
14940         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
14941         * gst/replaygain/Makefile.am:
14942         * gst/replaygain/gstrganalysis.c: (gst_rg_analysis_base_init),
14943         (gst_rg_analysis_class_init), (gst_rg_analysis_init),
14944         (gst_rg_analysis_set_property), (gst_rg_analysis_get_property),
14945         (gst_rg_analysis_start), (gst_rg_analysis_set_caps),
14946         (gst_rg_analysis_transform_ip), (gst_rg_analysis_event),
14947         (gst_rg_analysis_stop), (gst_rg_analysis_handle_tags),
14948         (gst_rg_analysis_handle_eos), (gst_rg_analysis_track_result),
14949         (gst_rg_analysis_album_result), (plugin_init):
14950         * gst/replaygain/gstrganalysis.h:
14951         * gst/replaygain/rganalysis.c: (yule_filter), (butter_filter),
14952         (apply_filters), (reset_filters), (accumulator_add),
14953         (accumulator_clear), (accumulator_result), (rg_analysis_new),
14954         (rg_analysis_set_sample_rate), (rg_analysis_destroy),
14955         (rg_analysis_analyze_mono_float),
14956         (rg_analysis_analyze_stereo_float),
14957         (rg_analysis_analyze_mono_int16),
14958         (rg_analysis_analyze_stereo_int16), (rg_analysis_analyze),
14959         (rg_analysis_track_result), (rg_analysis_album_result),
14960         (rg_analysis_reset_album), (rg_analysis_reset):
14961         * gst/replaygain/rganalysis.h:
14962           Add ReplayGain analysis element (#357069).
14963
14964         * tests/check/Makefile.am:
14965         * tests/check/elements/.cvsignore:
14966         * tests/check/elements/rganalysis.c: (get_expected_gain),
14967         (setup_rganalysis), (cleanup_rganalysis), (set_playing_state),
14968         (send_eos_event), (send_tag_event), (poll_eos), (poll_tags),
14969         (fail_unless_track_gain), (fail_unless_track_peak),
14970         (fail_unless_album_gain), (fail_unless_album_peak),
14971         (fail_if_track_tags), (fail_if_album_tags),
14972         (fail_unless_num_tracks), (test_buffer_const_float_mono),
14973         (test_buffer_const_float_stereo), (test_buffer_const_int16_mono),
14974         (test_buffer_const_int16_stereo), (test_buffer_square_float_mono),
14975         (test_buffer_square_float_stereo), (test_buffer_square_int16_mono),
14976         (test_buffer_square_int16_stereo), (push_buffer), (GST_START_TEST),
14977         (rganalysis_suite), (main):
14978           Unit tests for the new replaygain element.
14979
14980 2006-10-06  Wim Taymans  <wim@fluendo.com>
14981
14982         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain),
14983         (gst_faad_close_decoder):
14984         Some cleanups.
14985         Added some more debugging.
14986         Don't ever ignore unlinked, we're not a demuxer.
14987
14988         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
14989         Activate pad before adding it to the element.
14990
14991 2006-10-06  Michael Smith  <msmith@fluendo.com>
14992
14993         * ext/theora/theoradec.c: (gst_theoradec_reset),
14994         (theora_get_query_types), (theora_dec_src_query),
14995         (theora_dec_src_event), (theora_dec_sink_event),
14996         (theora_handle_comment_packet), (theora_handle_type_packet),
14997         (theora_handle_header_packet), (clip_buffer), (theora_dec_push),
14998         (theora_handle_422_image), (theora_handle_420_image),
14999         (theora_handle_data_packet), (theora_dec_chain),
15000         (theora_dec_change_state):
15001         * ext/theora/theoradec.h:
15002           Port lots of changes from theoradec to theoraexpdec.
15003           This catches this plugin up to theoradec. Note that duplicate frames
15004           are broken in theoradec at the moment.
15005
15006 2006-10-06  Tim-Philipp Müller  <tim at centricular dot net>
15007
15008         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15009           Fix mem leak, avoid unnecessary memcpy.
15010
15011 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
15012
15013         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15014         (gst_spectrum_transform_ip):
15015           Removed cruft code that was just commented out. Removed some obsolete
15016           debug logs statements.
15017
15018 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15019
15020         * ext/dts/gstdtsdec.c: (gst_dtsdec_chain):
15021         * ext/musicbrainz/gsttrm.c: (gst_trm_setcaps):
15022         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
15023         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain), (qtdemux_parse),
15024         (qtdemux_parse_trak):
15025         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
15026           Another batch of printf format fixes.
15027
15028 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15029
15030         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15031         (gst_video_crop_init),
15032         (gst_video_crop_get_image_details_from_caps),
15033         (gst_video_crop_transform_packed_complex),
15034         (gst_video_crop_transform_packed_simple),
15035         (gst_video_crop_transform), (gst_video_crop_transform_caps),
15036         (gst_video_crop_set_caps),
15037         (gst_videocrop_clear_negotiated_caps_locked),
15038         (gst_video_crop_set_property):
15039         * gst/videocrop/gstvideocrop.h:
15040           Handle packed YUV formats (UYVY, YUY2, YUYV) separately; also, fix
15041           passthrough mode; lastly, clear negotiated basetransform caps when
15042           the cropping changes in order to force renegotiation.
15043
15044 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15045
15046         * tests/icles/.cvsignore:
15047         * tests/icles/Makefile.am:
15048         * tests/icles/videocrop-test.c: (quit_mainloop), (tick_cb),
15049         (test_with_caps), (video_crop_get_test_caps), (main):
15050           Visual test for videocrop, shows that packed yuv doesn't work right
15051           yet. --with-ffmpegcolorspace option doesn't work yet for unknown
15052           reasons (another basetransform issue?)
15053
15054 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
15055
15056         * po/POTFILES.in:
15057         * sys/v4l2/.cvsignore:
15058           Remove more v4l2 stuff, hopefully fixing 'make distcheck' again.
15059
15060 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15061
15062         * docs/plugins/Makefile.am:
15063         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15064         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15065         * docs/plugins/inspect/plugin-video4linux2.xml:
15066         * gst-plugins-bad.spec.in:
15067           removed v4l2
15068
15069 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15070
15071         * configure.ac:
15072         * sys/Makefile.am:
15073         * sys/v4l2/Makefile.am:
15074         * sys/v4l2/README:
15075         * sys/v4l2/gstv4l2.c:
15076         * sys/v4l2/gstv4l2colorbalance.c:
15077         * sys/v4l2/gstv4l2colorbalance.h:
15078         * sys/v4l2/gstv4l2object.c:
15079         * sys/v4l2/gstv4l2object.h:
15080         * sys/v4l2/gstv4l2src.c:
15081         * sys/v4l2/gstv4l2src.h:
15082         * sys/v4l2/gstv4l2tuner.c:
15083         * sys/v4l2/gstv4l2tuner.h:
15084         * sys/v4l2/gstv4l2vidorient.c:
15085         * sys/v4l2/gstv4l2vidorient.h:
15086         * sys/v4l2/gstv4l2xoverlay.c:
15087         * sys/v4l2/gstv4l2xoverlay.h:
15088         * sys/v4l2/v4l2_calls.c:
15089         * sys/v4l2/v4l2_calls.h:
15090         * sys/v4l2/v4l2src_calls.c:
15091         * sys/v4l2/v4l2src_calls.h:
15092           moved to gst-plugins-good
15093
15094 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15095
15096         * sys/v4l2/gstv4l2object.c:
15097         (gst_v4l2_object_install_properties_helper):
15098           comment out the properties that are already part of the tuner
15099           interface.
15100
15101 2006-10-03  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15102
15103         * sys/v4l2/gstv4l2src.c:
15104         Improve docs.
15105
15106 2006-10-02  Tim-Philipp Müller  <tim at centricular dot net>
15107
15108         * ext/xvid/gstxvid.c: (plugin_init):
15109           Set rank of xviddec to NONE until someone fixes it (too many crasher
15110           bug reports against totem, people should use gst-ffmpeg).
15111
15112 2006-09-28  Wim Taymans  <wim@fluendo.com>
15113
15114         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_all_caps),
15115         (gst_v4l2src_get_caps):
15116         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15117         Framerate can be 0/1 too.
15118         Init framerate to 0/1 before querying it so that we can detect
15119         devices that don't know about a framerate.
15120         Add some more debugging info.
15121
15122 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15123
15124         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
15125           Add support for 'yv12' fourcc.
15126
15127 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15128
15129         * sys/v4l2/gstv4l2src.c:
15130         * sys/v4l2/gstv4l2src.h:
15131         * tests/icles/v4l2src-test.c:
15132         Removed set-undef-fps.
15133
15134 2006-09-27  Wim Taymans  <wim@fluendo.com>
15135
15136         * sys/v4l2/gstv4l2object.c:
15137         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15138         (gst_v4l2_object_set_property_helper),
15139         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
15140         * sys/v4l2/gstv4l2object.h:
15141         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15142         (gst_v4l2src_create):
15143         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_contains_channel),
15144         (gst_v4l2_tuner_list_channels),
15145         (gst_v4l2_tuner_set_channel_and_notify),
15146         (gst_v4l2_tuner_get_channel), (gst_v4l2_tuner_contains_norm),
15147         (gst_v4l2_tuner_list_norms), (gst_v4l2_tuner_set_norm_and_notify),
15148         (gst_v4l2_tuner_get_norm):
15149         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15150         (gst_v4l2_fill_lists), (gst_v4l2_empty_lists):
15151         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_get_fps):
15152         Renamed some properties to match the tuner interface naming.
15153
15154 2006-09-27  Wim Taymans  <wim@fluendo.com>
15155
15156         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_set_property_helper),
15157         (gst_v4l2_set_defaults):
15158         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15159         (gst_v4l2src_create):
15160         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15161         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15162         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_set_norm),
15163         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
15164         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
15165         (gst_v4l2_set_attribute), (gst_v4l2_get_input),
15166         (gst_v4l2_set_input):
15167         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15168         (gst_v4l2src_grab_frame), (gst_v4l2src_get_capture),
15169         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
15170         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
15171         (gst_v4l2src_buffer_new):
15172         * tests/icles/v4l2src-test.c: (my_bus_callback), (main):
15173         Small cleanups.
15174         Fix error messages.
15175         Use locks when getting timestamps.
15176         Fix leaks in test.
15177         Add licensing header to tests.
15178
15179 2006-09-27  Edgard Lima <edgard.lima@indt.org.br>
15180
15181         * sys/v4l2/gstv4l2colorbalance.c:
15182         * sys/v4l2/gstv4l2object.c:
15183         * sys/v4l2/gstv4l2src.c:
15184         * sys/v4l2/gstv4l2src.h:
15185         * sys/v4l2/gstv4l2tuner.c:
15186         * sys/v4l2/v4l2_calls.c:
15187         * sys/v4l2/v4l2src_calls.c:
15188         * tests/icles/v4l2src-test.c:
15189         Some cleanups and comments.
15190
15191 2006-09-26  Wim Taymans  <wim@fluendo.com>
15192
15193         * docs/plugins/Makefile.am:
15194         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15195         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15196         Add v4l2 plugin to the docs.
15197
15198         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15199         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15200         * sys/v4l2/gstv4l2src.h:
15201         * sys/v4l2/gstv4l2vidorient.c:
15202         Fix docs.
15203         Remove some more externs.
15204
15205 2006-09-26  Wim Taymans  <wim@fluendo.com>
15206
15207         * sys/v4l2/Makefile.am:
15208         Fix makefile, list libs in stack order.
15209
15210         * sys/v4l2/gstv4l2colorbalance.c:
15211         * sys/v4l2/gstv4l2colorbalance.h:
15212         * sys/v4l2/gstv4l2object.c: (gst_v4l2_device_get_type),
15213         (gst_v4l2_object_install_properties_helper):
15214         * sys/v4l2/gstv4l2object.h:
15215         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read),
15216         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15217         * sys/v4l2/gstv4l2src.h:
15218         * sys/v4l2/gstv4l2tuner.h:
15219         * sys/v4l2/gstv4l2vidorient.h:
15220         * sys/v4l2/gstv4l2xoverlay.h:
15221         * sys/v4l2/v4l2_calls.h:
15222         * sys/v4l2/v4l2src_calls.h:
15223         Fix coding style:
15224         - Remove extern from functions.
15225         - Fix header indentation.
15226         Fix Flags, add defaults for properties.
15227         Remove unused enums.
15228         Fix TOO_LAZY in error messages.
15229
15230 2006-09-26  Wim Taymans  <wim@fluendo.com>
15231
15232         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices),
15233         (gst_v4l2_probe_needs_probe),
15234         (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_new),
15235         (gst_v4l2_object_destroy), (gst_v4l2_object_set_property_helper),
15236         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults),
15237         (gst_v4l2_object_start), (gst_v4l2_object_stop):
15238         * sys/v4l2/gstv4l2object.h:
15239         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
15240         (gst_v4l2src_init), (gst_v4l2src_dispose),
15241         (gst_v4l2src_set_property), (gst_v4l2src_get_property),
15242         (gst_v4l2src_fixate), (gst_v4l2src_get_caps),
15243         (gst_v4l2src_set_caps), (gst_v4l2src_get_read),
15244         (gst_v4l2src_get_mmap), (gst_v4l2src_create):
15245         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15246         (gst_v4l2_open), (gst_v4l2_close), (gst_v4l2_get_norm),
15247         (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
15248         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
15249         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
15250         (gst_v4l2_get_input), (gst_v4l2_set_input):
15251         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
15252         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
15253         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
15254         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
15255         (gst_v4l2src_capture_stop), (gst_v4l2src_capture_deinit),
15256         (gst_v4l2src_get_size_limits), (gst_v4l2src_set_fps),
15257         (gst_v4l2src_get_fps), (gst_v4l2src_buffer_finalize),
15258         (gst_v4l2src_buffer_new):
15259         Fix pass at code cleanups, move errors cases out of the normal
15260         flow for additional code clarity.
15261
15262 2006-09-23  Wim Taymans  <wim@fluendo.com>
15263
15264         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
15265         (gst_cdaudio_init), (gst_cdaudio_set_property),
15266         (gst_cdaudio_get_property), (gst_cdaudio_change_state),
15267         (gst_cdaudio_send_event), (gst_cdaudio_get_query_types),
15268         (gst_cdaudio_query), (cdaudio_uri_set_uri):
15269         Port to 0.10.
15270
15271 2006-09-22  David Schleef  <ds@schleef.org>
15272
15273         * sys/glsink/glimagesink.c:
15274           Fix problems when the element cannot open the display.
15275           (fixes #357212)
15276
15277 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15278
15279         * configure.ac:
15280           Up requirements to -base CVS and core CVS (the format for the
15281           video orientation interface used by v4l2src and the latter
15282           since that's what -base CVS requires).
15283
15284 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
15285
15286         * ext/directfb/dfbvideosink.c: (plugin_init):
15287           Lower rank from SECONDARY to MARGINAL. Plugins in -bad that might
15288           be autoplugged shouldn't trump plugins in -base, -good or -ugly
15289           (in this case ximagesink).
15290
15291         * sys/glsink/glimagesink.c: (plugin_init):
15292           Set rank to NONE to prevent it from being autoplugged until
15293           errors are handled properly (see #357212).
15294
15295 2006-09-21  Edgard Lima <edgard.lima@indt.org.br>
15296
15297         * ext/neon/Makefile.am:
15298         * ext/neon/gstneonhttpsrc.c:
15299         * ext/neon/gstneonhttpsrc.h:
15300         Reverted previous commit (2006-09-19 - Allow internal codes from
15301         last.fm). As dicussed on #gstreamer it should be done in separete
15302         element.
15303
15304 2006-09-21  Wim Taymans  <wim@fluendo.com>
15305
15306         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad),
15307         (gst_faac_chain):
15308         Add decoder specific info on the caps.
15309         Some cleanups here and there.
15310
15311 2006-09019  Edgard Lima <edgard.lima@indt.org.br>
15312
15313         Patch by: Milosz Derezynski <internalerror@gmail.com> and
15314                   Rosfran Borges <rosfran.borges@indt.org.br>
15315
15316         * ext/neon/Makefile.am:
15317         * ext/neon/gstneonhttpsrc.c:
15318         * ext/neon/gstneonhttpsrc.h:
15319         Allow internal codes from last.fm
15320         
15321
15322 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15323
15324         * tests/icles/v4l2src-test.c:
15325         Just a small fix to the app options.
15326
15327 2006-09-19  Edgard Lima <edgard.lima@indt.org.br>
15328
15329         * sys/v4l2/Makefile.am:
15330         * sys/v4l2/gstv4l2src.c:
15331         * sys/v4l2/gstv4l2vidorient.c:
15332         * sys/v4l2/gstv4l2vidorient.h:
15333         * tests/icles/v4l2src-test.c:
15334         Add Video Orientation interface support to v4l2src.
15335         
15336 2006-09-19  Wim Taymans  <wim@fluendo.com>
15337
15338         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15339         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event),
15340         (gst_gsmdec_chain):
15341         * ext/gsm/gstgsmdec.h:
15342         Handle WAV49 variant (GSM in WAV).
15343         Some small cleanups.
15344
15345 2006-09-18  Edgard Lima <edgard.lima@indt.org.br>
15346
15347         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new ):
15348         Fix GST_BUFFER_DURATION.
15349
15350 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
15351
15352         * ext/hermes/gsthermescolorspace.c:
15353         * ext/ivorbis/vorbisfile.c:
15354         * ext/lcs/gstcolorspace.c:
15355         * ext/wavpack/gstwavpackenc.h:
15356         * ext/xine/xineaudiodec.c:
15357         * ext/xine/xineaudiosink.c:
15358         * ext/xine/xineinput.c:
15359         * gst/chart/gstchart.c:
15360         * gst/equalizer/gstiirequalizer.c:
15361         * gst/games/gstpuzzle.c:
15362         * gst/librfb/gstrfbsrc.c:
15363         * gst/mixmatrix/mixmatrix.c:
15364         * gst/nsf/gstnsf.h:
15365         * gst/vbidec/gstvbidec.c:
15366         * gst/virtualdub/gstxsharpen.c:
15367           More G_OBJECT macro fixing.
15368
15369 2006-09-15  Edgard Lima <edgard.lima@indt.org.br>
15370
15371         * sys/v4l2/gstv4l2src.c:
15372         * sys/v4l2/gstv4l2src.h:
15373         * sys/v4l2/gstv4l2xoverlay.c:
15374         * sys/v4l2/v4l2_calls.c:
15375         * sys/v4l2/v4l2src_calls.c:
15376         * tests/icles/v4l2src-test.c:
15377         The test application and the plgind error messages has been improved.
15378         
15379 2006-09-12  Stefan Kost  <ensonic@users.sf.net>
15380
15381         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
15382         (gst_spectrum_start), (gst_spectrum_stop), (gst_spectrum_event):
15383           Implements stop() to clear the adapter and event() to clear the
15384           adapter on FLUSH_STOP and EOS.
15385
15386 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15387
15388         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15389         (gst_spectrum_set_property):
15390         * gst/spectrum/gstspectrum.h:
15391           Fix type mixup in spectrum->interval (gdouble<->guint64). Spotted by
15392           René Stadler
15393
15394 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
15395
15396         * gst/spectrum/demo-osssrc.c: (draw_spectrum), (main):
15397           Use more defines
15398
15399         * gst/spectrum/gstspectrum.c: (gst_spectrum_init),
15400         (gst_spectrum_dispose), (gst_spectrum_set_caps),
15401         (gst_spectrum_transform_ip):
15402         * gst/spectrum/gstspectrum.h:
15403           Apply some of the spectrum cleanup changes suggested in #348085.
15404
15405 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15406
15407         * configure.ac:
15408           Bump requirements of -base (videocrop test case needs this).
15409
15410         * gst/videocrop/gstvideocrop.c:
15411           Document sloppy handling of subsampled chroma planes if
15412           left/top cropping is an odd number.
15413
15414         * tests/check/elements/videocrop.c: (handoff_cb),
15415         (videocrop_test_cropping_init_context),
15416         (videocrop_test_cropping_deinit_context),
15417         (videocrop_test_cropping), (check_1x1_buffer), (GST_START_TEST),
15418         (videocrop_suite), (main):
15419           Add another unit test that crops the input to 1x1 (and checks
15420           that that pixel has the expected values in a number of formats).
15421
15422 2006-09-08  Tim-Philipp Müller  <tim at centricular dot net>
15423
15424         * gst/videocrop/Makefile.am:
15425         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init),
15426         (gst_video_crop_transform_packed),
15427         (gst_video_crop_transform_planar):
15428           Some quick tests indicate that it doesn't make a great deal
15429           of sense to use liboil here, at least not for the memcpy()s
15430           we do, so remove liboil usage until there is clear evidence
15431           it actually makes a positive difference somewhere.
15432
15433 2006-09-03  Tim-Philipp Müller  <tim at centricular dot net>
15434
15435         * tests/check/elements/videocrop.c: (handoff_cb),
15436         (buffer_probe_cb), (test_caps_transform), (test_passthrough),
15437         (notgst_value_list_get_nth_int), (videocrop_suite):
15438           More tests: check passthrough mode and caps transform in
15439           both directions with fixed values, ranges and lists.
15440
15441 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15442
15443         * docs/plugins/Makefile.am:
15444         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15445         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15446         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15447           Add videocrop to docs.
15448
15449         * gst/videocrop/Makefile.am:
15450         * gst/videocrop/gstvideocrop.c:
15451         * gst/videocrop/gstvideocrop.h:
15452           Move boilerplate stuff and structures into a header file.
15453
15454         * tests/check/Makefile.am:
15455         * tests/check/elements/.cvsignore:
15456         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
15457         (test_unit_sizes), (videocrop_test_cropping_init_context),
15458         (videocrop_test_cropping_deinit_context),
15459         (videocrop_test_cropping), (test_cropping), (videocrop_suite):
15460           Add unit tests for videocrop.
15461
15462 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
15463
15464         * configure.ac:
15465         * gst/videocrop/Makefile.am:
15466         * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
15467         (gst_video_crop_class_init), (gst_video_crop_init),
15468         (gst_video_crop_get_image_details_from_caps),
15469         (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
15470         (gst_video_crop_transform_planar), (gst_video_crop_transform),
15471         (gst_video_crop_transform_dimension),
15472         (gst_video_crop_transform_dimension_value),
15473         (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
15474         (gst_video_crop_set_property), (gst_video_crop_get_property),
15475         (plugin_init):
15476           Port/rewrite videocrop from scratch for GStreamer-0.10, and make
15477           it support all formats videoscale supports (#345653).
15478
15479 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15480
15481         * sys/v4l2/gstv4l2.c:
15482         * sys/v4l2/gstv4l2colorbalance.c:
15483         * sys/v4l2/gstv4l2object.c:
15484         (gst_v4l2_object_install_properties_helper):
15485         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15486         * sys/v4l2/gstv4l2src.h:
15487           Whitespace cleanups, dashify property-names.
15488
15489 2006-09-02  Stefan Kost  <ensonic@users.sf.net>
15490
15491         * sys/v4l2/gstv4l2.c:
15492         * sys/v4l2/gstv4l2colorbalance.c:
15493         * sys/v4l2/gstv4l2colorbalance.h:
15494         * sys/v4l2/gstv4l2object.c:
15495         * sys/v4l2/gstv4l2object.h:
15496         * sys/v4l2/gstv4l2src.c:
15497         * sys/v4l2/gstv4l2src.h:
15498         * sys/v4l2/gstv4l2tuner.c:
15499         * sys/v4l2/gstv4l2tuner.h:
15500         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
15501         * sys/v4l2/gstv4l2xoverlay.h:
15502         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
15503         (gst_v4l2_open):
15504         * sys/v4l2/v4l2_calls.h:
15505         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_queue_frame),
15506         (gst_v4l2src_capture_init):
15507         * sys/v4l2/v4l2src_calls.h:
15508           Cleanup error messages and unify header comments
15509
15510 2006-08-31  Jan Schmidt  <thaytan@mad.scientist.com>
15511
15512         * gst/nsf/Makefile.am:
15513         Add missing GST_LIBS
15514
15515 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15516
15517         * sys/v4l2/gstv4l2src.c:
15518         Another small fix to set_caps function (sucks copy/paste error).
15519         
15520 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15521
15522         * sys/v4l2/gstv4l2src.c:
15523         Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.
15524
15525 2006-08-30  Edgard Lima <edgard.lima@indt.org.br>
15526
15527         * sys/v4l2/gstv4l2src.c:
15528         A small fix to set_caps function.
15529
15530 2006-08-30  Edward Hervey  <edward@fluendo.com>
15531
15532         * gst/qtdemux/qtdemux.c:
15533         (gst_qtdemux_do_seek):
15534         Reset each streams last_flow to GST_FLOW_OK.
15535         (gst_qtdemux_activate_segment):
15536         Removing mystic modifications for good.
15537
15538 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15539
15540         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15541         (qtdemux_parse_tree):
15542           put back 'segment start<=stop' change that was mystically reverted by
15543           the last commit
15544
15545 2006-08-30  Stefan Kost  <ensonic@users.sf.net>
15546
15547         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15548         (qtdemux_parse_tree):
15549         Fix the build for disabled debug
15550
15551 2006-08-29  Edgard Lima <edgard.lima@indt.org.br>
15552
15553         * sys/v4l2/gstv4l2src.c:
15554         * sys/v4l2/v4l2src_calls.c:
15555         * sys/v4l2/v4l2src_calls.h:
15556         Fixed framerate negotiation.
15557         
15558 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
15559
15560         Patch by: Andrew Andkjar  <enki at goodship net>
15561
15562         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_close):
15563         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
15564         (gst_sdlvideosink_deinitsdl):
15565           Only de-init the subsystem we previously initialised. Avoids
15566           borkage when both sdlvideosink and sdlaudiosink are used
15567           at the same time and one is shut down.
15568
15569 2006-08-28  Wim Taymans  <wim@fluendo.com>
15570
15571         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
15572         (gst_qtdemux_add_stream), (qtdemux_parse_trak),
15573         (qtdemux_video_caps):
15574         Make sure segment start<=stop in weird quicktime files.
15575
15576 2006-08-28  Stefan Kost  <ensonic@users.sf.net>
15577
15578         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
15579           add comments and more debug logging
15580
15581 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
15582
15583         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15584
15585         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_post_tags),
15586         (gst_wavpack_dec_chain):
15587           Post audio codec and average bitrate tags on bus (#344472).
15588
15589         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
15590         (gst_wavpack_parse_src_query):
15591           Forward queries in other formats (BYTE format in particular)
15592           upstream; add Sebastian to authors.
15593
15594 2006-08-23  Edgard Lima <edgard.lima@indt.org.br>
15595
15596         * sys/v4l2/gstv4l2src.c:
15597         * sys/v4l2/v4l2src_calls.c:
15598         * sys/v4l2/v4l2src_calls.h:
15599         Fix set_caps to set width and height to the values the driver is
15600         really working with.
15601
15602 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15603
15604         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
15605           Fix mem leak, send newsegment event on correction pad
15606           as well (#352476).
15607
15608         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
15609           Restore original author (on Sebastian's request).
15610
15611         * tests/check/Makefile.am:
15612         * tests/check/gst-plugins-bad.supp:
15613           Add (so far empty) suppression file for -bad. Remove
15614           wavpackenc test from VALGRIND_TO_FIX now that the leak
15615           is fixed.
15616
15617 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15620
15621         * tests/check/Makefile.am:
15622         * tests/check/elements/.cvsignore:
15623         * tests/check/elements/wavpackdec.c: (setup_wavpackdec),
15624         (cleanup_wavpackdec), (GST_START_TEST), (wavpackdec_suite), (main):
15625         * tests/check/elements/wavpackenc.c: (setup_wavpackenc),
15626         (cleanup_wavpackenc), (GST_START_TEST), (wavpackenc_suite), (main):
15627         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
15628         (setup_wavpackparse), (cleanup_wavpackparse), (GST_START_TEST),
15629         (wavpackparse_suite), (main):
15630           Add unit tests for wavpack elements (#352476).
15631
15632 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
15633
15634         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15635
15636         * docs/plugins/Makefile.am:
15637         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15638         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15639         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
15640         * docs/plugins/inspect/plugin-wavpack.xml:
15641         * ext/wavpack/gstwavpackdec.c:
15642         * ext/wavpack/gstwavpackdec.h:
15643         * ext/wavpack/gstwavpackenc.c:
15644         * ext/wavpack/gstwavpackenc.h:
15645         * ext/wavpack/gstwavpackparse.c:
15646         * ext/wavpack/gstwavpackparse.h:
15647           Add docs for wavpack elements (#352476).
15648
15649 2006-08-22  Edgard Lima <edgard.lima@indt.org.br>
15650
15651         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
15652         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
15653         Fixed query size to work with drivers that uses intermediate step
15654         like "width * height" to find closest size.
15655         
15656 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15657
15658         * configure.ac:
15659         * docs/plugins/Makefile.am:
15660         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
15661         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
15662         * gst/gdp/Makefile.am:
15663         * gst/gdp/gstgdp.c:
15664         * gst/gdp/gstgdpdepay.c:
15665         * gst/gdp/gstgdpdepay.h:
15666         * gst/gdp/gstgdppay.c:
15667         * gst/gdp/gstgdppay.h:
15668         * tests/check/Makefile.am:
15669         * tests/check/elements/gdpdepay.c:
15670         * tests/check/elements/gdppay.c:
15671           move gdp plugin to good.
15672
15673 2006-08-21  Wim Taymans  <wim@fluendo.com>
15674
15675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15676         (qtdemux_node_dump_foreach), (qtdemux_parse_trak),
15677         (qtdemux_video_caps), (qtdemux_audio_caps):
15678         Some more constification.
15679         Fix some paletted data formats again.
15680         Fix ulaw/alaw in qt.
15681         Set correct caps for raw RGB.
15682         Add support for yuv2, which is like Yuv2.
15683         Add support for raw audio with the NONE fourcc, which is like raw.
15684
15685 2006-08-21  Wim Taymans  <wim@fluendo.com>
15686
15687         * ext/gsm/gstgsm.c: (plugin_init):
15688         Make rank PRIMARY now that GSM seems to work fine.
15689
15690 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15691
15692         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15693         (gst_wavpack_enc_finalize), (gst_wavpack_enc_sink_set_caps),
15694         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_format_samples),
15695         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain),
15696         (gst_wavpack_enc_rewrite_first_block),
15697         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
15698         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
15699         * ext/wavpack/gstwavpackenc.h:
15700         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15701         (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event),
15702         (gst_wavpack_parse_init), (gst_wavpack_parse_get_upstream_length),
15703         (gst_wavpack_parse_loop):
15704           More clean-ups: use shorter variable names to make code easier to
15705           read; prefix structures we define with 'Gst' to make it clearer
15706           where they come from.
15707
15708 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
15709
15710         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_init),
15711         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
15712         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
15713         (gst_wavpack_enc_sink_event):
15714           Fix caps set on buffers and template caps (output is framed)
15715           and make them match (#351663); use GST_WARNING_OBJECT instead of
15716           GST_ELEMENT_WARNING; simplify push_block(); do some small
15717           clean-ups here and there; fix memleak (#351663).
15718
15719 2006-08-18  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         Based on patch by: Sebastian Dröge <slomo at circular-chaos.org>
15722
15723         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_sink_event),
15724         (gst_wavpack_parse_get_upstream_length),
15725         (gst_wavpack_parse_find_marker), (gst_wavpack_parse_resync_loop),
15726         (gst_wavpack_parse_loop), (gst_wavpack_parse_resync_adapter):
15727           Fix resyncing in push mode not stopping re-syncing at embedded
15728           zeroes; skip garbage between frames in pull mode as well if
15729           necessary; use gst_pad_query_peer_duration(); push EOS and
15730           NEWSEGMENT event in right direction (#351659).
15731
15732 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
15733
15734         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15735
15736         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init):
15737         * ext/wavpack/gstwavpackparse.c:
15738         (gst_wavpack_parse_resync_adapter), (gst_wavpack_parse_chain):
15739           In push mode, re-sync to next wavpack header if sync is lost
15740           (#351557). Also use hyphens instead of underscores in
15741           GObject property names.
15742
15743 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15744
15745         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15746
15747         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_class_init),
15748         (gst_wavpack_parse_reset), (gst_wavpack_parse_get_src_query_types),
15749         (gst_wavpack_parse_src_query),
15750         (gst_wavpack_parse_handle_seek_event),
15751         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15752         (gst_wavpack_parse_create_src_pad),
15753         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop),
15754         (gst_wavpack_parse_chain), (gst_wavpack_parse_sink_activate),
15755         (gst_wavpack_parse_sink_activate_pull):
15756         * ext/wavpack/gstwavpackparse.h:
15757           Make wavpackparse also work in push-mode (not seekable yet though);
15758           some small clean-ups along the way; add support for SEEKING query
15759           and query types function. (#351495).
15760
15761 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
15762
15763         * ext/libfame/gstlibfame.c: (gst_fameenc_get_property):
15764         * sys/glsink/glimagesink.c: (gst_glimage_sink_get_property):
15765           Fix leaks (#351502).
15766
15767 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
15768
15769         * gst/qtdemux/qtdemux.c: (qtdemux_redirects_sort_func),
15770         (qtdemux_process_redirects), (qtdemux_parse_tree):
15771           Extract all references/redirections if there is more
15772           than one and sort them; also extract minimum required
15773           bitrate information if available. (#350399)
15774           
15775 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
15776
15777         Patch by: Michal Benes  <michal.benes at itonis tv>
15778
15779         * ext/faac/gstfaac.c: (gst_faac_configure_source_pad):
15780           Bitrate in the faac structure is per output channel,
15781           not total bitrate (#350741).
15782
15783 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15784
15785         * ext/xvid/gstxvidenc.c: (gst_xvidenc_chain):
15786           Fix GST_ELEMENT_ERROR usage.
15787
15788 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15789
15790         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
15791           Fix silly typo.
15792
15793 2006-08-08  Edward Hervey  <edward@fluendo.com>
15794
15795         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15796         I forgot to include the file containing the #define :)
15797         Now includes "config.h"
15798
15799 2006-08-08  Edward Hervey  <edward@fluendo.com>
15800
15801         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
15802         Ignore test known to fail on PPC64. See #348114.
15803
15804 2006-08-04  Edgard Lima <edgard.lima@indt.org.br>
15805
15806         Patch by: Rosfran Borges <rosfran dot borges at indt dot org dot
15807         br>
15808
15809         * ext/neon/gstneonhttpsrc.c:
15810         * ext/neon/gstneonhttpsrc.h:
15811         Allow HTTP redirect (HTTP status code 302).
15812
15813 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15814
15815         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
15816         Fix event parsing by gdpdepay.  Fixes #349916.
15817
15818 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
15819
15820         Patch by: Thadeu Lima de Souza Cascardo <cascardo at holoscopio dot
15821         com>
15822
15823         * ext/Makefile.am:
15824           Use right variables when USE_SPC is defined.
15825
15826 2006-08-02  Wim Taymans  <wim@fluendo.com>
15827
15828         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
15829         (gst_gdp_depay_finalize), (gst_gdp_depay_sink_event),
15830         (gst_gdp_depay_src_event), (gst_gdp_depay_chain),
15831         (gst_gdp_depay_change_state):
15832         Disable seeking.
15833         Small cleanups.
15834         Clear adapter on disconts.
15835         Clear caps when going to READY instead of NULL
15836
15837         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
15838         (gst_gdp_pay_init), (gst_gdp_pay_finalize), (gst_gdp_pay_reset),
15839         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
15840         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
15841         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
15842         (gst_gdp_pay_sink_event), (gst_gdp_pay_src_event),
15843         (gst_gdp_pay_change_state):
15844         * gst/gdp/gstgdppay.h:
15845         Reset payloader when going to READY.
15846         Fix leaked buffers in ->queue on push errors.
15847         Disable seeking.
15848         Code cleanups.
15849         Create packetizer in _init, free in _finalize.
15850
15851 2006-07-31  Julien MOUTTE  <julien@moutte.net>
15852
15853         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
15854         (gst_dfbvideosink_buffer_alloc): Post an error message.
15855
15856 2006-07-31  Julien MOUTTE  <julien@moutte.net>
15857
15858         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_change_state),
15859         (gst_dfbvideosink_buffer_alloc): Don't try allocating if we are not
15860         setup yet. Fail changing state if setup fails.
15861
15862 2006-07-31  Wim Taymans  <wim@fluendo.com>
15863
15864         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init),
15865         (gst_gdp_depay_sink_event), (gst_gdp_depay_chain):
15866         Consume all events except EOS because we generate events from
15867         the gdp payload instead. Fixes #349204
15868
15869 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15870
15871         * ext/xvid/gstxviddec.c: (gst_xviddec_init), (gst_xviddec_reset),
15872         (gst_xviddec_unset), (gst_xviddec_handle_sink_event),
15873         (gst_xviddec_setup), (gst_xviddec_negotiate), (gst_xviddec_chain),
15874         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
15875         (gst_xviddec_setcaps), (gst_xviddec_change_state):
15876         * ext/xvid/gstxviddec.h:
15877           Clean-ups and code reflows. Pass return value from
15878           gst_pad_alloc_buffer() upstream among other things. Also check
15879           for NULL GValue before using GST_VALUE_TYPE macro (#348976).
15880           Mass rename of xviddec -> dec variable for better
15881           code readability.
15882
15883 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15884
15885         * ext/xvid/gstxvid.c: (gst_xvid_image_fill):
15886           Fix size calculation for I420/YV12. Fixes #348976.
15887
15888 2006-07-27  Wim Taymans  <wim@fluendo.com>
15889
15890         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init),
15891         (gst_gsmdec_sink_setcaps), (gst_gsmdec_sink_event):
15892         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_setcaps):
15893         Fix negotiation.
15894
15895 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15896
15897         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_init):
15898           proxying get/set caps is the wrong thing to do, since we really
15899           do change caps quite fundamentally
15900         * tests/check/elements/gdpdepay.c:
15901         * tests/check/elements/gdppay.c:
15902           remove declaration of buffers, it's already done in gstcheck.h
15903
15904 2006-07-24  Sebastien Moutte  <sebastien@moutte.net>
15905
15906         * sys/directsound/gstdirectsoundsink.h:
15907         * sys/directsound/gstdirectsoundsink.c:
15908         Add an attenuation property that will directly attenuate the 
15909         directsound buffer.
15910         Change the size of the directsound secondary buffer to a half second.
15911         Add more debug logs.
15912         Add a lock to protect dsound buffer write access.
15913         Fix a bad implementation of reset.
15914         * sys/directsound/gstdirectdrawsink.c:
15915         * sys/directsound/gstdirectdrawsink.h:
15916         Add a keep_aspect_ratio property.
15917         Do not use overlay if not supported.
15918         Add more debug logs.
15919         Remove overwrite of WM_ERASEBKGND message handling. It was not
15920         redrawing border when keep_aspect_ratio was enabled.
15921         * win32/common/config.h:
15922         update version waiting an auto-generated config.h
15923
15924 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15925
15926         Patch by: Chris Lee  <clee at kde org>
15927
15928         * configure.ac:
15929         * ext/Makefile.am:
15930         * ext/spc/Makefile.am:
15931         * ext/spc/gstspc.c: (spc_negotiate), (gst_spc_dec_base_init),
15932         (gst_spc_dec_class_init), (gst_spc_dec_init), (gst_spc_dec_chain),
15933         (gst_spc_dec_sink_event), (gst_spc_dec_src_event),
15934         (gst_spc_dec_src_query), (spc_play), (spc_setup),
15935         (gst_spc_dec_change_state), (plugin_init):
15936         * ext/spc/gstspc.h:
15937           Add libopenspc-based SPC decoder element (#348220).
15938
15939 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15940
15941         Patch by: Martin Szulecki
15942
15943         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_get_property_helper):
15944           If "device-name" is requested and the device is not
15945           open, try to temporarily open it to obtain this
15946           information (#342494).
15947
15948 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15949
15950         * gst/nsf/nsf.c: (nsf_load):
15951           Really fix compilation. Apparently it's not enough to
15952           just check the return value for errors, but we need to
15953           check for short reads as well (now if only we handled
15954           them too ...). Fixes #347935.
15955
15956 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15957
15958         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
15959           Fix caps after previous change to byte order endianness.
15960
15961         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
15962         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
15963         (gst_wavpack_parse_loop):
15964         * ext/wavpack/gstwavpackparse.h:
15965           Queue incoming events if there's no source pad yet and
15966           send them downstream later when the pad is there.
15967
15968 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15969
15970         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
15971         (gst_wavpack_dec_format_samples),
15972         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15973         (gst_wavpack_dec_change_state):
15974         * ext/wavpack/gstwavpackdec.h:
15975           Output audio in native byte order (which is also how we get
15976           samples from wavpack); output samples with 21-24 bit depth
15977           with 32 bit width (makes things easier for us).
15978
15979 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15980
15981         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
15982         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
15983         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
15984         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
15985         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state):
15986         * ext/wavpack/gstwavpackdec.h:
15987           More clean-ups: remove most of the disfunctional correction
15988           pad stuff for now, if it ever gets implemented a lot of stuff
15989           will have to be rewritten anyway; redo chain function, move
15990           errors to end, error out instead of g_assert()ing. Also rename
15991           overly long variable 'wavpackdec' to just 'dec'; miscellaneous
15992           other small stuff.
15993
15994 2006-07-18  Tim-Philipp Müller  <tim at centricular dot net>
15995
15996         Patch by: Sebastian Dröge <slomo at circular-chaos.org>
15997
15998         * configure.ac:
15999           Check for wavpack version and define WAVPACK_OLD_API if
16000           necessary.
16001
16002         * ext/wavpack/Makefile.am:
16003         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header),
16004         (gst_wavpack_read_metadata):
16005         * ext/wavpack/gstwavpackcommon.h:
16006         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init),
16007         (gst_wavpack_dec_class_init), (gst_wavpack_dec_init),
16008         (gst_wavpack_dec_finalize), (gst_wavpack_dec_format_samples),
16009         (gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),
16010         (gst_wavpack_dec_sink_event), (gst_wavpack_dec_change_state),
16011         (gst_wavpack_dec_request_new_pad), (gst_wavpack_dec_plugin_init):
16012         * ext/wavpack/gstwavpackdec.h:
16013         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_class_init),
16014         (gst_wavpack_enc_init), (gst_wavpack_enc_finalize),
16015         (gst_wavpack_enc_set_wp_config):
16016         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
16017         (gst_wavpack_parse_finalize), (gst_wavpack_parse_class_init),
16018         (gst_wavpack_parse_index_get_entry_from_sample),
16019         (gst_wavpack_parse_scan_to_find_sample),
16020         (gst_wavpack_parse_handle_seek_event),
16021         (gst_wavpack_parse_create_src_pad):
16022         * ext/wavpack/gstwavpackstreamreader.c:
16023         * ext/wavpack/gstwavpackstreamreader.h:
16024           Port to new/official wavpack API, don't use API that was exported
16025           in wavpack header files and in the lib but meant to be private, at
16026           least not for recent wavpack versions; misc. 'cleanups' (#347443).
16027
16028 2006-07-18  Wim Taymans  <wim@fluendo.com>
16029
16030         * gst/nsf/nsf.c: (nsf_load):
16031         Fix compilation by not ignoring return values of fread.
16032
16033 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16034
16035         * docs/plugins/inspect/plugin-alsaspdif.xml:
16036         * docs/plugins/inspect/plugin-filter.xml:
16037         * docs/plugins/inspect/plugin-h264parse.xml:
16038         * docs/plugins/inspect/plugin-musepack.xml:
16039         * docs/plugins/inspect/plugin-nsfdec.xml:
16040         * docs/plugins/inspect/plugin-sdl.xml:
16041         * docs/plugins/inspect/plugin-spectrum.xml:
16042           adding more inspect docs
16043
16044 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16045
16046         * docs/plugins/inspect/plugin-gdp.xml:
16047           actually commit inspectation of gdp element
16048
16049 2006-07-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16050
16051         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_class_init):
16052         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16053           remove parent_class setting, BOILERPLATE does this
16054         (gst_gdp_pay_reset_streamheader):
16055           fix typo in comment
16056
16057 2006-07-17  Wim Taymans  <wim@fluendo.com>
16058
16059         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16060         (gst_qtdemux_prepare_current_sample),
16061         (gst_qtdemux_loop_state_movie):
16062         Store duration in uint64 too instead of clipping.
16063         When we do a keyframe seek and the requested time is at the
16064         keyframe, don't seek back to the beginning of the keyframe.
16065         Fixes #347439.
16066
16067 2006-07-16  Wim Taymans  <wim@fluendo.com>
16068
16069         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):
16070         Don't crash on small buffers.
16071
16072 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16073
16074         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_sink_activate):
16075         Reset adapter.
16076
16077 2006-07-15  Stefan Kost  <ensonic@users.sf.net>
16078
16079         * gst/spectrum/demo-audiotest.c: (main):
16080         * gst/spectrum/demo-osssrc.c: (main):
16081         Do not use deprecated gtk functions.
16082
16083 2006-07-14  Wim Taymans  <wim@fluendo.com>
16084
16085         * gst/nsf/Makefile.am:
16086         * gst/nsf/memguard.c:
16087         * gst/nsf/memguard.h:
16088         * gst/nsf/types.h:
16089         Remove crack malloc/free replacement.
16090
16091 2006-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16092
16093         * docs/plugins/Makefile.am:
16094         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16095         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16096           add more plugins and elements to docs
16097         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16098           fix segfaults due to wrong g_free
16099           add example
16100         * gst/gdp/gstgdppay.c:
16101           add example
16102
16103 2006-07-13  Wim Taymans  <wim@fluendo.com>
16104
16105         * gst/nsf/Makefile.am:
16106         Fix build.
16107
16108 2006-07-13  Wim Taymans  <wim@fluendo.com>
16109
16110         Based on patches by: Johan Dahlin <johan at gnome dot org>
16111                 Ronald Bultje <rbultje at ronald dot bitfreak dot net>
16112
16113         * configure.ac:
16114         * gst/nsf/Makefile.am:
16115         * gst/nsf/dis6502.h:
16116         * gst/nsf/fds_snd.c:
16117         * gst/nsf/fds_snd.h:
16118         * gst/nsf/fmopl.c:
16119         * gst/nsf/fmopl.h:
16120         * gst/nsf/gstnsf.c:
16121         * gst/nsf/gstnsf.h:
16122         * gst/nsf/log.c:
16123         * gst/nsf/log.h:
16124         * gst/nsf/memguard.c:
16125         * gst/nsf/memguard.h:
16126         * gst/nsf/mmc5_snd.c:
16127         * gst/nsf/mmc5_snd.h:
16128         * gst/nsf/nes6502.c:
16129         * gst/nsf/nes6502.h:
16130         * gst/nsf/nes_apu.c:
16131         * gst/nsf/nes_apu.h:
16132         * gst/nsf/nsf.c:
16133         * gst/nsf/nsf.h:
16134         * gst/nsf/osd.h:
16135         * gst/nsf/types.h:
16136         * gst/nsf/vrc7_snd.c:
16137         * gst/nsf/vrc7_snd.h:
16138         * gst/nsf/vrcvisnd.c:
16139         * gst/nsf/vrcvisnd.h:
16140         Added NSF decoder plugin. Fixes 151192. 
16141
16142 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16143
16144         * tests/check/Makefile.am:
16145           Only run mpeg2enc unit test if we built the mpeg2enc plugin.
16146
16147 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16148
16149         * configure.ac:
16150           Don't error out in configure if mjpegtools dev is not there.
16151
16152 2006-07-13  Tim-Philipp Müller  <tim at centricular dot net>
16153
16154         Patch by: Mark Nauwelaerts <manauw at skynet be>
16155
16156         * configure.ac:
16157         * ext/Makefile.am:
16158         * ext/mpeg2enc/Makefile.am:
16159         * ext/mpeg2enc/gstmpeg2enc.cc:
16160         * ext/mpeg2enc/gstmpeg2enc.hh:
16161         * ext/mpeg2enc/gstmpeg2encoder.cc:
16162         * ext/mpeg2enc/gstmpeg2encoder.hh:
16163         * ext/mpeg2enc/gstmpeg2encoptions.cc:
16164         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
16165         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
16166         * ext/mpeg2enc/gstmpeg2encstreamwriter.cc:
16167         * ext/mpeg2enc/gstmpeg2encstreamwriter.hh:
16168           Port mpeg2enc to 0.10 (#343184).
16169
16170         * tests/check/Makefile.am:
16171         * tests/check/elements/.cvsignore:
16172         * tests/check/elements/mpeg2enc.c:
16173           Add unit test for mpeg2enc.
16174
16175         * tests/icles/.cvsignore:
16176           Ignore pitch-test.
16177
16178 2006-07-12  Tim-Philipp Müller  <tim at centricular dot net>
16179
16180         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
16181           Fix typo in property nick.
16182
16183 2006-07-10  Wim Taymans  <wim@fluendo.com>
16184
16185         * gst/filter/gstbpwsinc.h:
16186         * gst/filter/gstiir.h:
16187         * gst/filter/gstlpwsinc.h:
16188         Don't forget new files.
16189
16190 2006-07-10  Wim Taymans  <wim@fluendo.com>
16191
16192         Patch by: Mathis Hofer <mathis dot hofer at dreamlab dot net>
16193
16194         * configure.ac:
16195         * gst/filter/Makefile.am:
16196         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_dispose),
16197         (gst_bpwsinc_base_init), (gst_bpwsinc_class_init),
16198         (gst_bpwsinc_init), (bpwsinc_set_caps), (bpwsinc_transform_ip),
16199         (bpwsinc_set_property), (bpwsinc_get_property):
16200         * gst/filter/gstfilter.c: (plugin_init):
16201         * gst/filter/gstfilter.h:
16202         * gst/filter/gstiir.c: (gst_iir_dispose), (gst_iir_base_init),
16203         (gst_iir_class_init), (gst_iir_init), (iir_set_caps),
16204         (iir_transform_ip), (iir_set_property), (iir_get_property):
16205         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_dispose),
16206         (gst_lpwsinc_base_init), (gst_lpwsinc_class_init),
16207         (gst_lpwsinc_init), (lpwsinc_set_caps), (lpwsinc_transform_ip),
16208         (lpwsinc_set_property), (lpwsinc_get_property):
16209         Ported the gstfilter plugin to GStreamer 0.10.
16210         Fixes #346853.
16211
16212 2006-07-10  Wim Taymans  <wim@fluendo.com>
16213
16214         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
16215           Extract comment information!!
16216
16217 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
16218
16219         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
16220         (qtdemux_tag_add_date):
16221           Extract year/date information (fixes #347079).
16222
16223 2006-07-07  Wim Taymans  <wim@fluendo.com>
16224
16225         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16226         Don't crash on twos/sowt/raw audio. #345830.
16227
16228 2006-07-07  Wim Taymans  <wim@fluendo.com>
16229
16230         Patch by: Lutz Mueller <lutz at topfrose dot de>
16231
16232         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
16233         (gst_neonhttp_src_init), (gst_neonhttp_src_finalize),
16234         (request_dispatch), (gst_neonhttp_src_create),
16235         (gst_neonhttp_src_start), (gst_neonhttp_src_get_size),
16236         (gst_neonhttp_src_stop), (set_proxy), (set_uri),
16237         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property),
16238         (gst_neonhttp_src_uri_set_uri), (size_header_handler):
16239         * ext/neon/gstneonhttpsrc.h:
16240         Remove unlock function. start/stop will do everything needed
16241         Removed code that was never called.
16242         Use gst_pad_alloc_buffer. Don't send EOS - parent class does that for us.
16243         Do not escape path. Fixes #346723.
16244         Additional code cleanups.
16245
16246 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
16247
16248         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16249         (gst_qtdemux_loop_state_header), (qtdemux_video_caps):
16250           Fix silly crasher in state change function; add
16251           IV41 fourcc (see bug #171111); don't output confusing
16252           debug message when skipping atoms.
16253
16254 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
16255
16256         * ext/directfb/dfbvideosink.c:
16257         * ext/gsm/gstgsmdec.c:
16258         * ext/gsm/gstgsmenc.c:
16259         * ext/libmms/gstmms.c:
16260         * ext/neon/gstneonhttpsrc.c:
16261         * ext/theora/theoradec.c:
16262         * gst/freeze/gstfreeze.c:
16263         * gst/gdp/gstgdpdepay.c:
16264         * gst/gdp/gstgdppay.c:
16265         * sys/glsink/glimagesink.c:
16266           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
16267           and fix one GObject boilerplate macro.
16268
16269 2006-06-20  Wim Taymans  <wim@fluendo.com>
16270
16271         * gst/modplug/libmodplug/stdafx.h:
16272         Fix modplug on AMD64. Fixes #345336.
16273
16274 2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>
16275
16276         * configure.ac:
16277           Fix check so that future libneon API changes won't break the build.
16278
16279         * ext/neon/gstneonhttpsrc.c:
16280           Fix build with libneon-0.26.x (#345182).
16281
16282 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
16283
16284         * configure.ac:
16285           Fix --disable-external (can't set conditionals conditionally,
16286           #343602).
16287           
16288 2006-06-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16289
16290         * gst/spectrum/Makefile.am:
16291         Fix build.
16292
16293 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
16294
16295         * gst/spectrum/demo-audiotest.c: (on_window_destroy),
16296         (draw_spectrum), (message_handler), (main):
16297         * gst/spectrum/demo-osssrc.c: (on_window_destroy), (draw_spectrum),
16298         (message_handler), (main):
16299         port to use message to get results, cleanly exit when closing the window
16300         
16301         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16302         (gst_spectrum_init), (gst_spectrum_dispose),
16303         (gst_spectrum_set_property), (gst_spectrum_get_property),
16304         (gst_spectrum_set_caps), (gst_spectrum_start),
16305         (gst_spectrum_message_new), (gst_spectrum_transform_ip):
16306         * gst/spectrum/gstspectrum.h:
16307         port to derive from basetransform and send results via messages
16308         (like level element)
16309
16310 2006-06-15  Wim Taymans  <wim@fluendo.com>
16311
16312         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
16313         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie),
16314         (gst_qtdemux_loop), (gst_qtdemux_chain), (qtdemux_parse_trak):
16315         Combine return values from src pad pushes.
16316
16317 2006-06-15  Wim Taymans  <wim@fluendo.com>
16318
16319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
16320         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
16321         (gst_qtdemux_add_stream):
16322         Don't crash on files with 0 samples, EOS immediatly instead.
16323         Fixes #344944.
16324
16325 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16326
16327         Patch by: Wouter Paesen  <wouter at kangaroot net>
16328
16329         * ext/soundtouch/Makefile.am:
16330         * ext/soundtouch/gstpitch.cc:
16331           Make pitch element controllable via GstController interface
16332           (#344821).
16333           
16334         * configure.ac:
16335           Up core requirements to 0.10.8.1/CVS because earlier
16336           GstControllers can't handle float properties correctly.
16337           Check for GstController CFLAGS and LIBS.
16338
16339         * tests/icles/Makefile.am:
16340         * tests/icles/pitch-test.c: (main):
16341           Add small test program for the above (welcome to the 80s!).
16342
16343 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
16344
16345         Patch by: Sebastian Dröge  <slomo at circular-chaos org>
16346
16347         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init),
16348         (gst_wavpack_enc_class_init), (gst_wavpack_enc_set_wp_config),
16349         (gst_wavpack_enc_chain), (gst_wavpack_enc_sink_event),
16350         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property):
16351         * ext/wavpack/gstwavpackenc.h:
16352           Use bitrate property solely for bitrates and add new
16353           bits-per-sample property for the other stuff. Set duration
16354           to 'unknown' in initial header and resend header with proper
16355           duration on EOS; update Sebastian's e-mail address.
16356
16357 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16358
16359         * examples/directfb/.cvsignore:
16360         * ext/directfb/.cvsignore:
16361           #define red green
16362
16363 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16364
16365         * gst/spectrum/.cvsignore:
16366           Ignore more.
16367
16368 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
16369
16370         * ext/libmms/gstmms.c: (gst_mms_create):
16371           Set caps on outgoing buffers.
16372
16373         * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_init):
16374           Comment out unused global instance variable.
16375
16376 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
16377
16378         Patch by: Sebastian Dröge  <mail at slomosnail de>
16379
16380         * ext/wavpack/Makefile.am:
16381         * ext/wavpack/gstwavpack.c: (plugin_init):
16382         * ext/wavpack/gstwavpackcommon.h:
16383         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
16384         (gst_wavpack_enc_correction_mode_get_type),
16385         (gst_wavpack_enc_joint_stereo_mode_get_type),
16386         (gst_wavpack_enc_base_init), (gst_wavpack_enc_class_init),
16387         (gst_wavpack_enc_init), (gst_wavpack_enc_dispose),
16388         (gst_wavpack_enc_sink_set_caps), (gst_wavpack_enc_set_wp_config),
16389         (gst_wavpack_enc_format_samples), (gst_wavpack_enc_push_block),
16390         (gst_wavpack_enc_chain), (gst_wavpack_enc_rewrite_first_block),
16391         (gst_wavpack_enc_sink_event), (gst_wavpack_enc_change_state),
16392         (gst_wavpack_enc_set_property), (gst_wavpack_enc_get_property),
16393         (gst_wavpack_enc_plugin_init):
16394         * ext/wavpack/gstwavpackenc.h:
16395         * ext/wavpack/md5.c:
16396         * ext/wavpack/md5.h:
16397           Add wavpack encoder element (#343131).
16398
16399 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16400
16401         * configure.ac:
16402           Check for X before using X_CFLAGS in the check for opengl (#343866).
16403           
16404         * ext/musepack/Makefile.am:
16405         * ext/wavpack/Makefile.am:
16406         * gst/speed/Makefile.am:
16407           Add missing GST_LIBS, fixes build on cygwin (#343866).
16408
16409 2006-06-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16410
16411         * configure.ac:
16412           enable building of GDP elements
16413         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
16414         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16415         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16416         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16417         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_sink_event),
16418         (gst_gdp_pay_set_property), (gst_gdp_pay_get_property),
16419         (gst_gdp_pay_change_state):
16420         * gst/gdp/gstgdppay.h:
16421           add version 1.0
16422
16423 2006-06-02  Michael Smith  <msmith@fluendo.com>
16424
16425         * ext/theora/theoradec.c: (theora_dec_src_convert),
16426         (theora_handle_type_packet), (theora_handle_422_image),
16427         (theora_handle_444_image), (theora_handle_420_image),
16428         (theora_handle_data_packet):
16429           Theora 4:4:4 pixel format support.
16430
16431 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16432
16433         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),
16434         (gst_gdp_pay_init), (gst_gdp_buffer_from_caps),
16435         (gst_gdp_pay_buffer_from_buffer), (gst_gdp_buffer_from_event),
16436         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain),
16437         (gst_gdp_pay_sink_event), (gst_gdp_pay_set_property),
16438         (gst_gdp_pay_get_property):
16439           add crc-header and crc-payload properties
16440           don't error out on some things that are recoverable
16441         * tests/check/elements/gdppay.c: (GST_START_TEST), (gdppay_suite):
16442           add test for crc
16443
16444 2006-06-02  Stefan Kost  <ensonic@users.sf.net>
16445
16446         * ext/alsaspdif/alsaspdifsink.h:
16447         * ext/amrwb/gstamrwbdec.h:
16448         * ext/amrwb/gstamrwbenc.h:
16449         * ext/amrwb/gstamrwbparse.h:
16450         * ext/arts/gst_arts.h:
16451         * ext/artsd/gstartsdsink.h:
16452         * ext/audiofile/gstafparse.h:
16453         * ext/audiofile/gstafsink.h:
16454         * ext/audiofile/gstafsrc.h:
16455         * ext/audioresample/gstaudioresample.h:
16456         * ext/bz2/gstbz2dec.h:
16457         * ext/bz2/gstbz2enc.h:
16458         * ext/dirac/gstdiracdec.h:
16459         * ext/directfb/dfbvideosink.h:
16460         * ext/divx/gstdivxdec.h:
16461         * ext/divx/gstdivxenc.h:
16462         * ext/dts/gstdtsdec.h:
16463         * ext/faac/gstfaac.h:
16464         * ext/gsm/gstgsmdec.h:
16465         * ext/gsm/gstgsmenc.h:
16466         * ext/ivorbis/vorbisenc.h:
16467         * ext/libfame/gstlibfame.h:
16468         * ext/nas/nassink.h:
16469         * ext/neon/gstneonhttpsrc.h:
16470         * ext/polyp/polypsink.h:
16471         * ext/sdl/sdlaudiosink.h:
16472         * ext/sdl/sdlvideosink.h:
16473         * ext/shout/gstshout.h:
16474         * ext/snapshot/gstsnapshot.h:
16475         * ext/sndfile/gstsf.h:
16476         * ext/swfdec/gstswfdec.h:
16477         * ext/tarkin/gsttarkindec.h:
16478         * ext/tarkin/gsttarkinenc.h:
16479         * ext/theora/theoradec.h:
16480         * ext/wavpack/gstwavpackdec.h:
16481         * ext/wavpack/gstwavpackparse.h:
16482         * ext/xine/gstxine.h:
16483         * ext/xvid/gstxviddec.h:
16484         * ext/xvid/gstxvidenc.h:
16485         * gst/cdxaparse/gstcdxaparse.h:
16486         * gst/cdxaparse/gstcdxastrip.h:
16487         * gst/colorspace/gstcolorspace.h:
16488         * gst/festival/gstfestival.h:
16489         * gst/freeze/gstfreeze.h:
16490         * gst/gdp/gstgdpdepay.h:
16491         * gst/gdp/gstgdppay.h:
16492         * gst/modplug/gstmodplug.h:
16493         * gst/mpeg1sys/gstmpeg1systemencode.h:
16494         * gst/mpeg1videoparse/gstmp1videoparse.h:
16495         * gst/mpeg2sub/gstmpeg2subt.h:
16496         * gst/mpegaudioparse/gstmpegaudioparse.h:
16497         * gst/multifilesink/gstmultifilesink.h:
16498         * gst/overlay/gstoverlay.h:
16499         * gst/playondemand/gstplayondemand.h:
16500         * gst/qtdemux/qtdemux.h:
16501         * gst/rtjpeg/gstrtjpegdec.h:
16502         * gst/rtjpeg/gstrtjpegenc.h:
16503         * gst/smooth/gstsmooth.h:
16504         * gst/smoothwave/gstsmoothwave.h:
16505         * gst/spectrum/gstspectrum.h:
16506         * gst/speed/gstspeed.h:
16507         * gst/stereo/gststereo.h:
16508         * gst/switch/gstswitch.h:
16509         * gst/tta/gstttadec.h:
16510         * gst/tta/gstttaparse.h:
16511         * gst/videodrop/gstvideodrop.h:
16512         * gst/xingheader/gstxingmux.h:
16513         * sys/directdraw/gstdirectdrawsink.h:
16514         * sys/directsound/gstdirectsoundsink.h:
16515         * sys/dxr3/dxr3audiosink.h:
16516         * sys/dxr3/dxr3spusink.h:
16517         * sys/dxr3/dxr3videosink.h:
16518         * sys/qcam/gstqcamsrc.h:
16519         * sys/vcd/vcdsrc.h:
16520         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16521
16522 2006-05-31  Edward Hervey  <edward@fluendo.com>
16523
16524         * ext/faad/gstfaad.h:
16525         Forgot to commit the header file too.
16526
16527 2006-05-31  Edward Hervey  <edward@fluendo.com>
16528
16529         * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_init),
16530         (gst_faad_dispose), (gst_faad_sink_event), (clip_outgoing_buffer),
16531         (gst_faad_chain), (gst_faad_change_state):
16532         Added GstSegment to control segments.
16533         Added clipping/dropping of outgoing buffers in order to have accurate
16534         seeking working properly.
16535
16536 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16537
16538         Patch by: Lutz Müller  <lutz at topfrose de>
16539
16540         * ext/bz2/Makefile.am:
16541         * ext/bz2/gstbz2dec.c: (gst_bz2dec_chain), (gst_bz2dec_init),
16542         (gst_bz2dec_change_state), (gst_bz2dec_class_init):
16543           Use gst_type_find_helper_* functions for typefinding; use
16544           correct caps with gst_pad_alloc_buffer(); add state change
16545           function and reset decoder in it; don't unref buffer if
16546           pad_push fails; use fixed caps on source pad. (#341524).
16547
16548 2006-05-27  Stefan Kost  <ensonic@users.sf.net>
16549
16550         * gst/spectrum/Makefile.am:
16551         * gst/spectrum/demo-audiotest.c: (on_frequency_changed),
16552         (spectrum_chain), (main):
16553         * gst/spectrum/demo-osssrc.c:
16554         added another example
16555         
16556         * sys/v4l2/gstv4l2src.c:
16557         fix typo
16558
16559 2006-05-26  Edward Hervey  <edward@fluendo.com>
16560
16561         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment): 
16562         Clip the outputed NEWSEGMENT stop time to the configured segment stop
16563         time.
16564
16565 2006-05-26  Wim Taymans  <wim@fluendo.com>
16566
16567         * gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
16568         Don't clear the running variable in the seek code.
16569
16570 2006-05-24  Wim Taymans  <wim@fluendo.com>
16571
16572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
16573         Detect QCELP in mp4a descriptors.
16574
16575 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16576
16577         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
16578           po/POTFILES.in:
16579           Throw an error when the file is encrypted. Move plugin_init stuff
16580           to the end of the file, add stuff for i18n, make debug category
16581           static.
16582
16583 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16584
16585         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16586
16587         * configure.ac:
16588         * gst/h264parse/Makefile.am:
16589         * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init),
16590         (gst_h264_parse_finalize), (gst_h264_parse_class_init),
16591         (gst_h264_parse_init), (gst_h264_parse_chain),
16592         (gst_h264_parse_handle_event), (plugin_init):
16593         * gst/h264parse/gsth264parse.h:
16594           New plugin: h264parse (#340638)
16595
16596 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16597
16598         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain),
16599         (gst_gdp_depay_change_state):
16600         * gst/gdp/gstgdpdepay.h:
16601         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader),
16602         (gst_gdp_pay_chain), (gst_gdp_pay_sink_event),
16603         (gst_gdp_pay_change_state):
16604         * gst/gdp/gstgdppay.h:
16605           Handle error cases when calling functions
16606           do downwards state change after parent's change_state
16607         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
16608         * tests/check/elements/gdppay.c: (GST_START_TEST):
16609           clean up more
16610
16611 2006-05-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16612
16613         * gst/gdp/Makefile.am:
16614         * gst/gdp/gstgdp.c: (plugin_init):
16615         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_base_init),
16616         (gst_gdp_depay_class_init), (gst_gdp_depay_init),
16617         (gst_gdp_depay_finalize), (gst_gdp_depay_chain),
16618         (gst_gdp_depay_change_state), (gst_gdp_depay_plugin_init):
16619         * gst/gdp/gstgdpdepay.h:
16620         * gst/gdp/gstgdppay.c: (gst_gdp_pay_base_init),
16621         (gst_gdp_pay_class_init), (gst_gdp_pay_init),
16622         (gst_gdp_pay_dispose), (gst_gdp_stamp_buffer),
16623         (gst_gdp_buffer_from_caps), (gst_gdp_pay_buffer_from_buffer),
16624         (gst_gdp_buffer_from_event), (gst_gdp_pay_reset_streamheader),
16625         (gst_gdp_queue_buffer), (gst_gdp_pay_chain),
16626         (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state),
16627         (gst_gdp_pay_plugin_init):
16628         * gst/gdp/gstgdppay.h:
16629         * tests/check/Makefile.am:
16630         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
16631         (cleanup_gdpdepay), (gdpdepay_push_per_byte), (GST_START_TEST),
16632         (setup_gdpdepay_streamheader), (gdpdepay_suite), (main):
16633         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay),
16634         (GST_START_TEST), (setup_gdppay_streamheader), (gdppay_suite),
16635         (main):
16636           adding GDP payloader and depayloader.  Build integration will
16637           follow later when the GDP issues for core are sorted out.
16638
16639 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16640
16641         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16642         (gst_spectrum_init), (gst_spectrum_set_sink_caps),
16643         (gst_spectrum_get_sink_caps), (gst_spectrum_chain):
16644           Use boilerplate macro, fix strings to match plugin-moval-requirements
16645
16646 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16647
16648         * gst/spectrum/Makefile.am:
16649           Link to base libraries
16650
16651         * gst/spectrum/demo-osssrc.c: (main):
16652           use new threshhold property
16653
16654         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
16655         (gst_spectrum_init), (gst_spectrum_dispose),
16656         (gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
16657         (gst_spectrum_get_sink_caps), (gst_spectrum_chain),
16658         (gst_spectrum_change_state):
16659         * gst/spectrum/gstspectrum.h:
16660         Use gst_adapter, support multiple-channels, add threshold property for
16661         result, add docs, fix resulting spectrum range (was including mirrored
16662         results)
16663
16664 2006-05-21  Stefan Kost  <ensonic@users.sf.net>
16665
16666         * configure.ac:
16667         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
16668         * gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
16669         * gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
16670         (gst_spectrum_base_init), (gst_spectrum_class_init),
16671         (gst_spectrum_init), (gst_spectrum_dispose),
16672         (gst_spectrum_set_property), (gst_spectrum_chain):
16673         * gst/spectrum/gstspectrum.h:
16674         Initial port of the spectrum element
16675
16676 2006-05-19  Edgard Lima <edgard.lima@indt.org.br>
16677
16678         * sys/v4l2/gstv4l2.c:
16679         * sys/v4l2/gstv4l2object.c:
16680         * sys/v4l2/gstv4l2object.h:
16681         * sys/v4l2/gstv4l2src.c:
16682         * sys/v4l2/gstv4l2xoverlay.c:
16683         Some clean-ups requested by wingo in bug #338818.       
16684
16685 2006-05-19  Michael Smith  <msmith@fluendo.com>
16686
16687         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16688         (alsaspdifsink_class_init), (alsaspdifsink_init),
16689         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16690         (alsaspdifsink_get_property), (alsaspdifsink_set_caps),
16691         (alsaspdifsink_get_time), (alsaspdifsink_open),
16692         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16693         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16694         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16695         (generate_iec958_zero_frame), (alsaspdifsink_render),
16696         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16697         * ext/alsaspdif/alsaspdifsink.h:
16698           Use sampling rate from set_caps. Comment out some more unused code.
16699
16700 2006-05-18  Stefan Kost  <ensonic@users.sf.net>
16701
16702         * configure.ac:
16703           Check for X11
16704         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
16705         * sys/v4l2/gstv4l2object.h:
16706         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
16707         * sys/v4l2/gstv4l2src.h:
16708         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
16709         * sys/v4l2/gstv4l2xoverlay.h:
16710           Code cleanups, fix debug macros
16711
16712 2006-05-18  Michael Smith  <msmith@fluendo.com>
16713
16714         * ext/Makefile.am:
16715           Fix distcheck?
16716
16717 2006-05-18  Michael Smith  <msmith@fluendo.com>
16718
16719         * configure.ac:
16720         * ext/Makefile.am:
16721         * ext/alsaspdif/Makefile.am:
16722         * ext/alsaspdif/alsaspdifsink.c: (alsaspdifsink_base_init),
16723         (alsaspdifsink_class_init), (alsaspdifsink_init),
16724         (alsaspdifsink_dispose), (alsaspdifsink_set_property),
16725         (alsaspdifsink_get_property), (alsaspdifsink_provide_clock),
16726         (alsaspdifsink_get_time), (alsaspdifsink_open),
16727         (alsaspdifsink_close), (alsaspdifsink_find_pcm_device),
16728         (alsaspdifsink_write_frame), (alsaspdifsink_event),
16729         (alsaspdifsink_get_times), (alsaspdifsink_current_delay),
16730         (generate_iec958_zero_frame), (alsaspdifsink_render),
16731         (ignore_alsa_err), (alsaspdifsink_change_state), (plugin_init):
16732         * ext/alsaspdif/alsaspdifsink.h:
16733           Add an alsa plugin to output IEC958 frames over S/PDIF
16734
16735 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16736
16737         * ext/faad/gstfaad.c: (gst_faad_update_caps), (gst_faad_chain):
16738           Remove unused caps cruft from chain function altogether.
16739
16740 2006-05-17  Edward Hervey  <edward@fluendo.com>
16741
16742         * ext/faad/gstfaad.c: (gst_faad_chain): 
16743         There's no guarantee that caps was set to something, and if it did, the
16744         function called to fill that variable actually sets the caps on the
16745         sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using
16746         GST_PAD_CAPS(faad->srcpad).
16747
16748 2006-05-13  Tim-Philipp Müller  <tim at centricular dot net>
16749
16750         Patch by: Young-Ho Cha  <ganadist chollian net>
16751
16752         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
16753         (gst_faad_change_state):
16754         * ext/faad/gstfaad.h:
16755           If we encounter a decoding error, don't error out immediately,
16756           but try to resync (or see if we have better luck with the next
16757           buffer in case of framed input). Only error out after five
16758           consecutive errors. Fixes #341563.
16759
16760 2006-05-12  Wim Taymans  <wim@fluendo.com>
16761
16762         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init),
16763         (gst_xvidenc_init), (gst_xvidenc_finalize),
16764         (gst_xvidenc_handle_sink_event), (gst_xvidenc_setup),
16765         (gst_xvidenc_setcaps), (gst_xvidenc_encode), (gst_xvidenc_chain),
16766         (gst_xvidenc_flush_buffers), (gst_xvidenc_set_property),
16767         (gst_xvidenc_get_property):
16768         Compile fixes.
16769
16770 2006-05-12  Wim Taymans  <wim@fluendo.com>
16771
16772         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
16773
16774         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_structure_to_csp),
16775         (gst_xvid_csp_to_caps), (gst_xvid_image_get_size),
16776         (gst_xvid_image_fill):
16777         * ext/xvid/gstxvid.h:
16778         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
16779         (gst_xviddec_init), (gst_xviddec_reset), (gst_xviddec_unset),
16780         (gst_xviddec_handle_sink_event), (gst_xviddec_setup),
16781         (gst_xviddec_add_par), (gst_xviddec_negotiate),
16782         (gst_xviddec_decode), (gst_xviddec_chain),
16783         (gst_xviddec_flush_buffers), (gst_xviddec_src_getcaps),
16784         (gst_xviddec_src_link), (gst_xviddec_setcaps),
16785         (gst_xviddec_change_state):
16786         * ext/xvid/gstxviddec.h:
16787         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
16788         (gst_xvidenc_quant_type_get_type), (gst_xvidenc_pass_get_type),
16789         (gst_xvidenc_get_type), (gst_xvidenc_base_init),
16790         (gst_xvidenc_class_init), (gst_xvidenc_init),
16791         (gst_xvidenc_finalize), (gst_xvidenc_handle_sink_event),
16792         (gst_xvidenc_setup), (gst_xvidenc_setcaps), (gst_xvidenc_encode),
16793         (gst_xvidenc_chain), (gst_xvidenc_flush_buffers),
16794         (gst_xvidenc_set_property), (gst_xvidenc_get_property),
16795         (gst_xvidenc_change_state):
16796         * ext/xvid/gstxvidenc.h:
16797         xvid plugin to support more capabilities of XviD codec.
16798         Fixes #339462.
16799         Some more cleanups here and there.
16800
16801 2006-05-11  Edgard Lima <edgard.lima@indt.org.br>
16802
16803         * sys/v4l2/Makefile.am:
16804         * sys/v4l2/gstv4l2.c:
16805         * sys/v4l2/gstv4l2colorbalance.c:
16806         * sys/v4l2/gstv4l2colorbalance.h:
16807         * sys/v4l2/gstv4l2element.c:
16808         * sys/v4l2/gstv4l2element.h:
16809         * sys/v4l2/gstv4l2object.c:
16810         * sys/v4l2/gstv4l2object.h:
16811         * sys/v4l2/gstv4l2src.c:
16812         * sys/v4l2/gstv4l2src.h:
16813         * sys/v4l2/gstv4l2tuner.c:
16814         * sys/v4l2/gstv4l2tuner.h:
16815         * sys/v4l2/gstv4l2xoverlay.c:
16816         * sys/v4l2/gstv4l2xoverlay.h:
16817         * sys/v4l2/v4l2_calls.c:
16818         * sys/v4l2/v4l2_calls.h:
16819         * sys/v4l2/v4l2src_calls.c:
16820         * sys/v4l2/v4l2src_calls.h:
16821         Changes proposed by Wingo in bug #338818.
16822
16823 2006-05-11  Wim Taymans  <wim@fluendo.com>
16824
16825         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
16826         (gst_qtdemux_handle_esds):
16827         Figure out the real audio type in mp4a boxes by parsing the
16828         optional descriptors in the optional esds box. Promote the
16829         default AAC to mp3 when indicated. Fixes #330632.
16830
16831 2006-05-10  Wim Taymans  <wim@fluendo.com>
16832
16833         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
16834         (qtdemux_parse_trak), (gst_qtdemux_handle_esds):
16835         Parse version 2 sample descriptions. Fixes #341231
16836         Don't #define gst_util_dump_mem(), use something more
16837         specific instead to avoid confusion.
16838
16839 2006-05-08  Edgard Lima <edgard.lima@indt.org.br>
16840
16841         * sys/v4l2/gstv4l2src.c:
16842         * sys/v4l2/v4l2src_calls.c:
16843         Fix fourcc name printed out. Patch from Martin Rubli.
16844
16845 2006-05-08  Wim Taymans  <wim@fluendo.com>
16846
16847         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
16848         (qtdemux_dump_mvhd):
16849         Don't cause side effects in a debugging function.
16850         Also report duration in push mode since we can.
16851
16852 2006-05-08  Edward Hervey  <edward@fluendo.com>
16853
16854         * autogen.sh: (CONFIGURE_DEF_OPT): 
16855         libtoolize on Darwin/MacOSX is called glibtoolize
16856
16857 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16858
16859         * ext/amrwb/gstamrwbdec.c:
16860         * ext/amrwb/gstamrwbenc.c:
16861         * ext/sdl/sdlaudiosink.c:
16862         * ext/sdl/sdlvideosink.c:
16863         * ext/wavpack/gstwavpackdec.c:
16864         * ext/xine/xine.c:
16865         * ext/xine/xineaudiodec.c:
16866         * ext/xine/xineaudiosink.c:
16867         * ext/xine/xineinput.c:
16868         * gst/cdxaparse/gstcdxaparse.c:
16869         * gst/freeze/gstfreeze.c:
16870         * sys/v4l2/gstv4l2element.c:
16871         Add semicolons after GST_BOILERPLATE[_FULL] so that
16872         indent doesn't mess up following lines.
16873
16874 2006-05-05  Edgard Lima <edgard.lima@indt.org.br>
16875
16876         * sys/v4l2/gstv4l2element.c:
16877         * sys/v4l2/gstv4l2element.h:
16878         * sys/v4l2/gstv4l2src.c:
16879         * sys/v4l2/gstv4l2src.h:
16880         * sys/v4l2/gstv4l2tuner.c:
16881         * sys/v4l2/gstv4l2tuner.h:
16882         * sys/v4l2/v4l2_calls.c:
16883         * sys/v4l2/v4l2_calls.h:
16884         * sys/v4l2/v4l2src_calls.c:
16885         * sys/v4l2/v4l2src_calls.h:
16886         * tests/icles/v4l2src-test.c:
16887         Some changes proposed by wingo in bug #338818 (but not everything
16888         yet). Patch from Martin Rubli to fix framerate detection.
16889
16890 2006-05-05  Tim-Philipp Müller  <tim at centricular dot net>
16891
16892         * ext/sdl/sdlaudiosink.c: (gst_sdlaudio_sink_prepare):
16893           Use (NULL) instead of just NULL in GST_ELEMENT_ERROR macro.
16894
16895 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16896
16897         * configure.ac:
16898           Back to CVS
16899
16900 === release 0.10.3 ===
16901
16902 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16903
16904         * configure.ac:
16905           releasing 0.10.3, "Petition to request permission"
16906
16907 2006-05-04  Julien MOUTTE  <julien@moutte.net>
16908
16909         * tests/icles/Makefile.am: Fix build.
16910
16911 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         * ext/musicbrainz/Makefile.am:
16914           Add GST_PLUGINS_BASE_CFLAGS to CFLAGS for gst/tag/tag.h
16915
16916 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16917
16918         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16919         Clean up one piece of logic slightly and remove a 
16920         dead code block.
16921
16922 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16923
16924         * docs/plugins/Makefile.am:
16925         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16926         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16927         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16928         * docs/plugins/inspect/plugin-musicbrainz.xml:
16929         * ext/musicbrainz/gsttrm.c:
16930         * ext/musicbrainz/gsttrm.h:
16931           Everybody loves docs - add docs for musicbrainz plugin.
16932
16933 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16934
16935         * ext/Makefile.am:
16936           Add musicbrainz dir to DIST_SUBDIRS as well (fixes distcheck).
16937           
16938 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16939
16940         * ext/Makefile.am:
16941           Forgot to commit this one.
16942
16943 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16944
16945         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16946
16947         * configure.ac:
16948         * ext/musicbrainz/Makefile.am:
16949         * ext/musicbrainz/gsttrm.c: (gst_trm_base_init),
16950         (gst_trm_class_init), (gst_trm_init), (gst_trm_setcaps),
16951         (gst_trm_chain), (gst_trm_emit_signature), (gst_trm_set_property),
16952         (gst_trm_get_property), (gst_trm_change_state), (plugin_init):
16953         * ext/musicbrainz/gsttrm.h:
16954           Port MusicBrainz TRM plugin (#336898).
16955
16956 2006-05-03  Michael Smith  <msmith@fluendo.com>
16957
16958         * ext/faad/gstfaad.c: (gst_faad_setcaps),
16959         (looks_like_valid_header), (gst_faad_chain):
16960           Fix #334748: use fake_codec_data if the first bytes of the first
16961           buffer we process doesn't look like plausible AAC data (e.g.
16962           reserved values for rate, or channels). Fixes playback of Apple's
16963           movie trailers.
16964
16965 2006-05-02  Edgard Lima <edgard.lima@indt.org.br>
16966
16967         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_caps):
16968         Fix get_caps func to work when no framerate is available and the caps
16969         isn't simple.
16970
16971 2006-05-01  Edgard Lima <edgard.lima@indt.org.br>
16972
16973         * sys/v4l2/Makefile.am:
16974         * sys/v4l2/gstv4l2colorbalance.c:
16975         * sys/v4l2/gstv4l2xoverlay.c:
16976         * sys/v4l2/v4l2_calls.c:
16977         * tests/icles/Makefile.am:
16978         * tests/icles/v4l2src-test.c:
16979         Few improvements to move to good.
16980
16981 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16982
16983         * configure.ac:
16984         * docs/plugins/Makefile.am:
16985         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
16986         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
16987         * docs/plugins/inspect/plugin-taglib.xml:
16988         * ext/Makefile.am:
16989         * ext/taglib/Makefile.am:
16990         * ext/taglib/gstid3v2mux.cc:
16991         * ext/taglib/gstid3v2mux.h:
16992         * ext/taglib/gsttaglib.cc:
16993         * ext/taglib/gsttaglib.h:
16994         * tests/check/Makefile.am:
16995         * tests/check/elements/tagid3v2mux.c:
16996           moved to good.  Closes #336110
16997
16998 2006-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16999
17000         * docs/plugins/Makefile.am:
17001         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17002         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17003         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17004         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17005         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17006           Fix up docs for taglib plugin
17007           Also scan .cc files
17008
17009 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17010
17011         * ext/taglib/gsttaglib.cc:
17012           Post an error message on the bus in the (extremely unlikely)
17013           case of an error.
17014
17015 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
17016
17017         * ext/taglib/Makefile.am:
17018         * ext/taglib/gstid3v2mux.cc:
17019         * ext/taglib/gstid3v2mux.h:
17020         * ext/taglib/gsttaglib.cc:
17021         * ext/taglib/gsttaglib.h:
17022           Split the actual ID3v2 tag rendering code into
17023           its own subclass.
17024
17025 2006-04-29  Sebastien Moutte  <sebastien@moutte.net>
17026
17027         * ext/neon/gstneonhttpsrc.c:
17028         * ext/neon/gstneonhttpsrc.h:
17029           added iradio-mode support as in gnomevfssrc to enable 
17030           connections with icydemux that will send title tag messages on 
17031           shoutcast/icecast streams. I've also added iradio properties
17032           iradio-name, iradio-genre, iradio-url.
17033           added user-agent property because some shoutcast streams don't return 
17034           data if the GET requests don't have a User-Agent.
17035         * win32/common/libgstneon.dsp:
17036           use debug version of libneon in debug mode
17037 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17038
17039         * configure.ac:
17040         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17041         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17042         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17043         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17044         * sys/Makefile.am:
17045         * sys/ximagesrc/Makefile.am:
17046         * sys/ximagesrc/ximagesrc.c:
17047         * sys/ximagesrc/ximagesrc.h:
17048         * sys/ximagesrc/ximageutil.c:
17049         * sys/ximagesrc/ximageutil.h:
17050         * tests/Makefile.am:
17051         * tests/icles/.cvsignore:
17052         * tests/icles/Makefile.am:
17053         * tests/icles/ximagesrc-test.c:
17054           moved ximagesrc to good (See #336756)
17055
17056 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
17057
17058         * ext/faad/gstfaad.c: (gst_faad_init), (aac_rate_idx),
17059         (gst_faad_setcaps), (gst_faad_chain), (gst_faad_open_decoder),
17060         (gst_faad_close_decoder), (gst_faad_change_state):
17061         * ext/faad/gstfaad.h:
17062           If we run into a decoding error, try re-opening the decoder
17063           with faacDecInit2() using fake codec data created from the
17064           data the demuxer gave us. Should fix a whole bunch of
17065           GStreamer-faad problems incl. 'channel coupling not
17066           implemented', 'maximum number of scalefactor bands exceeded'
17067           etc. (#173007, #332892).
17068
17069 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
17070
17071         * ext/amrwb/gstamrwbdec.c:
17072         * ext/amrwb/gstamrwbenc.c:
17073         * ext/amrwb/gstamrwbparse.c:
17074         * ext/arts/gst_arts.c:
17075         * ext/artsd/gstartsdsink.c:
17076         * ext/audiofile/gstafparse.c:
17077         * ext/audiofile/gstafsink.c:
17078         * ext/audiofile/gstafsrc.c:
17079         * ext/audioresample/gstaudioresample.c:
17080         * ext/bz2/gstbz2dec.c:
17081         * ext/bz2/gstbz2enc.c:
17082         * ext/cdaudio/gstcdaudio.c:
17083         * ext/directfb/dfbvideosink.c:
17084         * ext/divx/gstdivxdec.c:
17085         * ext/divx/gstdivxenc.c:
17086         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17087         * ext/faac/gstfaac.c: (gst_faac_base_init):
17088         * ext/faad/gstfaad.c:
17089         * ext/gsm/gstgsmdec.c:
17090         * ext/gsm/gstgsmenc.c:
17091         * ext/hermes/gsthermescolorspace.c:
17092         * ext/ivorbis/vorbisfile.c:
17093         * ext/lcs/gstcolorspace.c:
17094         * ext/libfame/gstlibfame.c:
17095         * ext/libmms/gstmms.c: (gst_mms_base_init):
17096         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init):
17097         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17098         * ext/nas/nassink.c: (gst_nassink_base_init):
17099         * ext/neon/gstneonhttpsrc.c:
17100         * ext/sdl/sdlaudiosink.c:
17101         * ext/sdl/sdlvideosink.c:
17102         * ext/shout/gstshout.c:
17103         * ext/snapshot/gstsnapshot.c:
17104         * ext/sndfile/gstsf.c:
17105         * ext/swfdec/gstswfdec.c:
17106         * ext/tarkin/gsttarkindec.c:
17107         * ext/tarkin/gsttarkinenc.c:
17108         * ext/theora/theoradec.c:
17109         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17110         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17111         * ext/xvid/gstxviddec.c:
17112         * ext/xvid/gstxvidenc.c:
17113         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17114         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17115         * gst/chart/gstchart.c:
17116         * gst/colorspace/gstcolorspace.c:
17117         * gst/deinterlace/gstdeinterlace.c:
17118         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17119         * gst/festival/gstfestival.c:
17120         * gst/filter/gstbpwsinc.c:
17121         * gst/filter/gstiir.c:
17122         * gst/filter/gstlpwsinc.c:
17123         * gst/freeze/gstfreeze.c:
17124         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17125         * gst/librfb/gstrfbsrc.c:
17126         * gst/mixmatrix/mixmatrix.c:
17127         * gst/mpeg1sys/gstmpeg1systemencode.c:
17128         * gst/mpeg1videoparse/gstmp1videoparse.c:
17129         * gst/mpeg2sub/gstmpeg2subt.c:
17130         * gst/mpegaudioparse/gstmpegaudioparse.c:
17131         * gst/multifilesink/gstmultifilesink.c:
17132         * gst/overlay/gstoverlay.c:
17133         * gst/passthrough/gstpassthrough.c:
17134         * gst/playondemand/gstplayondemand.c:
17135         * gst/qtdemux/qtdemux.c:
17136         * gst/rtjpeg/gstrtjpegdec.c:
17137         * gst/rtjpeg/gstrtjpegenc.c:
17138         * gst/smooth/gstsmooth.c:
17139         * gst/smoothwave/gstsmoothwave.c:
17140         * gst/spectrum/gstspectrum.c:
17141         * gst/speed/gstspeed.c:
17142         * gst/stereo/gststereo.c:
17143         * gst/switch/gstswitch.c:
17144         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17145         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17146         * gst/vbidec/gstvbidec.c:
17147         * gst/videocrop/gstvideocrop.c:
17148         * gst/videodrop/gstvideodrop.c:
17149         * gst/virtualdub/gstxsharpen.c:
17150         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17151         * gst/y4m/gsty4mencode.c:
17152         * sys/cdrom/gstcdplayer.c:
17153         * sys/directdraw/gstdirectdrawsink.c:
17154         * sys/directsound/gstdirectsoundsink.c:
17155         * sys/glsink/glimagesink.c:
17156         * sys/qcam/gstqcamsrc.c:
17157         * sys/v4l2/gstv4l2src.c:
17158         * sys/vcd/vcdsrc.c: (gst_vcdsrc_base_init):
17159         * sys/ximagesrc/ximagesrc.c:
17160           Define GstElementDetails as const and also static (when defined as
17161           global)
17162
17163 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17164
17165         * ext/musepack/gstmusepackdec.c:
17166         (gst_musepackdec_handle_seek_event), (gst_musepackdec_loop):
17167           Add support for segment seeks.
17168
17169 2006-04-20  Edgard Lima  <edgard.lima@indt.org.br>
17170
17171         * sys/v4l2/gstv4l2src.c:
17172         Added a couple of ifdefs to make it compile with other kernels.
17173         
17174 2006-04-20  Wim Taymans  <wim@fluendo.com>
17175
17176         Patch by: j^ <j at bootlab dot org>
17177
17178         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
17179         (qtdemux_video_caps):
17180         Never treat video streams as an audio stream.
17181         Add qtdrw mime type.
17182         Fixes #339041
17183
17184 2006-04-19  Wim Taymans  <wim@fluendo.com>
17185
17186         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17187         For VBR audio, don't try to calculate the samples_per_frame.
17188         Fixes #338935.
17189
17190 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17191
17192         * sys/v4l2/gstv4l2src.c:
17193         Just added a gtk-doc comment.
17194
17195 2006-04-17  Michael Smith  <msmith@fluendo.com>
17196
17197         * ext/theora/theoradec.c: (theora_dec_src_convert),
17198         (theora_handle_type_packet), (theora_handle_422_image),
17199         (theora_handle_420_image), (theora_handle_data_packet):
17200         * ext/theora/theoradec.h:
17201           Apply fix from j^ for API change in libtheoradec.
17202
17203           Implement 4:2:2 pixel format. Untested at the moment.
17204
17205 2006-04-14  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),
17208         (gst_musepack_stream_init):
17209           Fix track/album peak tag values; use GST_DEBUG_FUNCPTR and
17210           gst_pad_new_from_static_template().
17211
17212 2006-04-13  Edgard Lima  <edgard.lima@indt.org.br>
17213
17214         * sys/v4l2/gstv4l2src.c: (gst_v4l2element_class_init),
17215         (gst_v4l2src_dispose):
17216         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_buffer_new):
17217         Fixed some memory leaks.
17218
17219 2006-04-12  Edgard Lima  <edgard.lima@indt.org.br>
17220
17221         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
17222         Fix to work in read mode.
17223
17224 2006-04-10  Wim Taymans  <wim@fluendo.com>
17225
17226         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17227         Fix parsing of newer stsd chunks again.
17228
17229 2006-04-10  Wim Taymans  <wim@fluendo.com>
17230
17231         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17232         (qtdemux_parse_trak):
17233         Fix framerate calculation.
17234
17235 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17236
17237         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init):
17238           Fix build (class_init declaration/definition mismatch).
17239
17240 2006-04-10  Wim Taymans  <wim@fluendo.com>
17241
17242         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17243         force mono 8000 Hz on AMR samples.
17244
17245 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17246
17247         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_start):
17248           remove atoll by using g_ascii_strtoull (atoll is not supported on WIN32)
17249         * sys/directdraw/gstdirectdrawsink.c:
17250         * sys/directsound/gstdirectsoundsink.c:
17251           done some cleans in sources
17252         * win32/vs6:
17253           add project files for neon, qtdemux
17254           
17255 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17256
17257         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_class_init):
17258         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_class_init):
17259         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_class_init):
17260         * ext/arts/gst_arts.c: (gst_arts_class_init):
17261         * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init):
17262         * ext/audiofile/gstafsink.c: (gst_afsink_class_init):
17263         * ext/audiofile/gstafsrc.c: (gst_afsrc_class_init):
17264         * ext/audioresample/gstaudioresample.c:
17265         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17266         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_class_init):
17267         * ext/divx/gstdivxdec.c: (gst_divxdec_class_init):
17268         * ext/hermes/gsthermescolorspace.c:
17269         (gst_hermes_colorspace_class_init):
17270         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_class_init):
17271         * ext/jack/gstjack.c: (gst_jack_class_init):
17272         * ext/jack/gstjackbin.c: (gst_jack_bin_class_init):
17273         * ext/lcs/gstcolorspace.c: (gst_colorspace_class_init):
17274         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init):
17275         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17276         * ext/nas/nassink.c: (gst_nassink_class_init):
17277         * ext/shout/gstshout.c: (gst_icecastsend_class_init):
17278         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17279         * ext/sndfile/gstsf.c: (gst_sf_class_init):
17280         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_class_init),
17281         (gst_swfdec_class_init):
17282         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_class_init):
17283         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_class_init):
17284         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_class_init):
17285         * gst/chart/gstchart.c: (gst_chart_class_init):
17286         * gst/colorspace/gstcolorspace.c: (gst_colorspace_class_init):
17287         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_class_init):
17288         * gst/festival/gstfestival.c: (gst_festival_class_init):
17289         * gst/filter/gstbpwsinc.c: (gst_bpwsinc_class_init):
17290         * gst/filter/gstiir.c: (gst_iir_class_init):
17291         * gst/filter/gstlpwsinc.c: (gst_lpwsinc_class_init):
17292         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init):
17293         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_class_init):
17294         * gst/mpeg1sys/gstmpeg1systemencode.c:
17295         (gst_system_encode_class_init):
17296         * gst/mpeg1videoparse/gstmp1videoparse.c:
17297         (gst_mp1videoparse_class_init):
17298         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_class_init):
17299         * gst/mpegaudioparse/gstmpegaudioparse.c:
17300         (gst_mp3parse_class_init):
17301         * gst/overlay/gstoverlay.c: (gst_overlay_class_init):
17302         * gst/passthrough/gstpassthrough.c: (passthrough_class_init):
17303         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init):
17304         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_class_init):
17305         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_class_init):
17306         * gst/smooth/gstsmooth.c: (gst_smooth_class_init):
17307         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init):
17308         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init):
17309         * gst/stereo/gststereo.c: (gst_stereo_class_init):
17310         * gst/switch/gstswitch.c: (gst_switch_class_init):
17311         * gst/tta/gstttadec.c: (gst_tta_dec_class_init):
17312         * gst/tta/gstttaparse.c: (gst_tta_parse_class_init):
17313         * gst/vbidec/gstvbidec.c: (gst_vbidec_class_init):
17314         * gst/videocrop/gstvideocrop.c: (gst_video_crop_class_init):
17315         * gst/virtualdub/gstxsharpen.c: (gst_xsharpen_class_init):
17316         * gst/y4m/gsty4mencode.c: (gst_y4mencode_class_init):
17317         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17318         * sys/directsound/gstdirectsoundsink.c:
17319         (gst_directsoundsink_class_init):
17320         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_class_init):
17321         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17322         * sys/dxr3/dxr3videosink.c: (dxr3videosink_class_init):
17323         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_class_init):
17324         * sys/v4l2/gstv4l2colorbalance.c:
17325         (gst_v4l2_color_balance_channel_class_init):
17326         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_channel_class_init),
17327         (gst_v4l2_tuner_norm_class_init):
17328         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_class_init):
17329         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17330
17331 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17332
17333         * gst/colorspace/gstcolorspace.h:
17334         * gst/deinterlace/gstdeinterlace.h:
17335         * gst/passthrough/gstpassthrough.h:
17336         * gst/y4m/gsty4mencode.h:
17337         Fix more broken GObject macros
17338
17339 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17340
17341         * ext/xine/gstxine.h:
17342         * gst-libs/gst/play/play.h:
17343         * sys/v4l2/gstv4l2element.h:
17344         * sys/ximagesrc/ximageutil.h:
17345         Fix broken GObject macros
17346
17347 2006-04-08  Wim Taymans  <wim@fluendo.com>
17348
17349         * gst/qtdemux/qtdemux.c: (gst_qtdemux_prepare_current_sample),
17350         (gst_qtdemux_chain), (gst_qtdemux_add_stream), (qtdemux_dump_stsz),
17351         (qtdemux_dump_stco), (qtdemux_parse_trak):
17352         Don't make rounding errors in timestamp/duration calculations.
17353         Fix timestamps for AMR and IMA4.  Fixes (#337436).
17354         Create a dummy segment even when there is no edit list.
17355
17356 2006-04-07  Julien MOUTTE  <julien@moutte.net>
17357
17358         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: Updates.
17359         * examples/directfb/Makefile.am: Add example resource files to
17360         dist.
17361
17362 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17363
17364         * ext/amrwb/amrwb-code/Makefile.am:
17365         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17366         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17367         Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to
17368         25fps
17369
17370 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17371
17372         * tests/icles/ximagesrc-test.c: (main):
17373         Actually assert that pipeline goes to playing
17374
17375 2006-04-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17376
17377         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc),
17378         (composite_pixel), (gst_ximagesrc_ximage_get),
17379         (gst_ximagesrc_create), (gst_ximagesrc_set_property):
17380         Fix typo, C++ style comments and other small cleanups
17381         
17382 2006-04-06  Wim Taymans  <wim@fluendo.com>
17383
17384         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17385         (gst_qtdemux_handle_src_query), (gst_qtdemux_find_index),
17386         (gst_qtdemux_find_keyframe), (gst_qtdemux_find_segment),
17387         (gst_qtdemux_move_stream), (gst_qtdemux_perform_seek),
17388         (gst_qtdemux_do_seek), (gst_qtdemux_change_state),
17389         (gst_qtdemux_activate_segment),
17390         (gst_qtdemux_prepare_current_sample), (gst_qtdemux_advance_sample),
17391         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17392         (qtdemux_parse_trak):
17393         Added full edit list support.
17394         Avoid overflows in prologue image detection code.
17395         Avoid roundoff errors in timestamp calculations.
17396
17397 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17398
17399         * configure.ac:
17400           clean up so report properly on missing stuff
17401           fix modplug detection
17402
17403 2006-04-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17404
17405         * ext/Makefile.am:
17406         * ext/amrwb/amrwb-code/Makefile.am:
17407           don't dist amr wb source code
17408
17409 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17410
17411         Patch by: j^  <j at bootlab dot org>
17412
17413         * ext/amrwb/gstamrwbdec.c:
17414         * ext/amrwb/gstamrwbenc.c:
17415         * ext/amrwb/gstamrwbparse.c:
17416         * ext/arts/gst_arts.c:
17417         * ext/artsd/gstartsdsink.c:
17418         * ext/audiofile/gstafparse.c:
17419         * ext/audiofile/gstafsink.c:
17420         * ext/audiofile/gstafsrc.c:
17421         * ext/cdaudio/gstcdaudio.c:
17422         * ext/directfb/dfbvideosink.c:
17423         * ext/divx/gstdivxdec.c:
17424         * ext/divx/gstdivxenc.c:
17425         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17426         * ext/faac/gstfaac.c: (gst_faac_base_init):
17427         * ext/faad/gstfaad.c:
17428         * ext/gsm/gstgsmdec.c:
17429         * ext/gsm/gstgsmenc.c:
17430         * ext/hermes/gsthermescolorspace.c:
17431         * ext/ivorbis/vorbisfile.c:
17432         * ext/lcs/gstcolorspace.c:
17433         * ext/libfame/gstlibfame.c:
17434         * ext/libmms/gstmms.c: (gst_mms_base_init):
17435         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17436         * ext/nas/nassink.c: (gst_nassink_base_init):
17437         * ext/neon/gstneonhttpsrc.c:
17438         * ext/polyp/polypsink.c: (gst_polypsink_base_init):
17439         * ext/sdl/sdlaudiosink.c:
17440         * ext/sdl/sdlvideosink.c:
17441         * ext/shout/gstshout.c:
17442         * ext/snapshot/gstsnapshot.c:
17443         * ext/sndfile/gstsf.c:
17444         * ext/tarkin/gsttarkindec.c:
17445         * ext/tarkin/gsttarkinenc.c:
17446         * ext/theora/theoradec.c:
17447         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
17448         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init):
17449         * ext/xvid/gstxviddec.c:
17450         * ext/xvid/gstxvidenc.c:
17451         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxa_parse_base_init):
17452         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_base_init):
17453         * gst/chart/gstchart.c:
17454         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_base_init):
17455         * gst/festival/gstfestival.c:
17456         * gst/filter/gstiir.c:
17457         * gst/filter/gstlpwsinc.c:
17458         * gst/freeze/gstfreeze.c:
17459         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17460         * gst/mixmatrix/mixmatrix.c:
17461         * gst/mpeg1sys/gstmpeg1systemencode.c:
17462         * gst/mpeg1videoparse/gstmp1videoparse.c:
17463         * gst/mpeg2sub/gstmpeg2subt.c:
17464         * gst/mpegaudioparse/gstmpegaudioparse.c:
17465         * gst/multifilesink/gstmultifilesink.c:
17466         * gst/overlay/gstoverlay.c:
17467         * gst/passthrough/gstpassthrough.c:
17468         * gst/playondemand/gstplayondemand.c:
17469         * gst/qtdemux/qtdemux.c:
17470         * gst/rtjpeg/gstrtjpegdec.c:
17471         * gst/rtjpeg/gstrtjpegenc.c:
17472         * gst/smooth/gstsmooth.c:
17473         * gst/tta/gstttadec.c: (gst_tta_dec_base_init):
17474         * gst/tta/gstttaparse.c: (gst_tta_parse_base_init):
17475         * gst/videocrop/gstvideocrop.c:
17476         * gst/videodrop/gstvideodrop.c:
17477         * gst/virtualdub/gstxsharpen.c:
17478         * gst/xingheader/gstxingmux.c: (gst_xing_mux_base_init):
17479         * gst/y4m/gsty4mencode.c:
17480           Unify the long descriptions in the plugin details (#337263).
17481
17482 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17483
17484         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_class_init),
17485         (gst_neonhttp_src_set_property), (gst_neonhttp_src_get_property):
17486           Add back "uri" property and mark it as deprecated; undoes
17487           API/ABI breakage from 2006-02-24.
17488
17489 2006-04-05  Wim Taymans  <wim@fluendo.com>
17490
17491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
17492         (gst_qtdemux_do_seek), (gst_qtdemux_loop_state_movie),
17493         (gst_qtdemux_loop):
17494         Use duration as segment stop position if none is
17495         explicitly configured.
17496         Also perform EOS when we run past the segment stop.
17497
17498 2006-04-04  Wim Taymans  <wim@fluendo.com>
17499
17500         * gst/qtdemux/qtdemux.c: (gst_qtdemux_go_back),
17501         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17502         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop),
17503         (gst_qtdemux_chain), (qtdemux_parse_tree), (qtdemux_parse_trak):
17504         More cleanups, added comments.
17505         Mark discontinuities on outgoing buffers.
17506         Post better errors when something goes wrong.
17507         Handle EOS and segment end properly.
17508
17509 2006-04-04  Wim Taymans  <wim@fluendo.com>
17510
17511         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17512         (gst_qtdemux_push_event), (gst_qtdemux_go_back),
17513         (gst_qtdemux_perform_seek), (gst_qtdemux_do_seek),
17514         (gst_qtdemux_handle_src_event), (plugin_init),
17515         (gst_qtdemux_change_state), (gst_qtdemux_loop_state_movie),
17516         (gst_qtdemux_loop), (gst_qtdemux_chain),
17517         (qtdemux_sink_activate_pull), (gst_qtdemux_add_stream),
17518         (qtdemux_parse), (qtdemux_parse_tree), (qtdemux_parse_trak),
17519         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17520         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds):
17521         * gst/qtdemux/qtdemux.h:
17522         Handle stss boxes so we can mark and find keyframes.
17523         Implement correct accurate and keyframe seeking.
17524         Use _DEBUG_OBJECT when possible.
17525         Fixes #332155
17526
17527 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17528
17529         * tests/check/Makefile.am:
17530           Only run the id3v2mux check if taglib is available and
17531           the taglib plugin has been built.
17532
17533 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17534
17535         * ext/swfdec/Makefile.am:
17536           Don't set plugindir.
17537
17538         * ext/swfdec/gstswfdec.c:
17539           GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
17540
17541 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17542
17543         * configure.ac:
17544           Add AX_CREATE_STDINT_H to create _stdint.h, needed by
17545           the dts plugin.
17546
17547 2006-04-03  Tim-Philipp Müller  <tim at centricular dot net>
17548
17549         * ext/soundtouch/gstpitch.cc:
17550         * ext/theora/theoradec.c:
17551         * gst/modplug/gstmodplug.cc:
17552           GST_ORIGIN => GST_PACKAGE_ORIGIN
17553           GST_PACKAGE => GST_PACKAGE_NAME
17554
17555 2006-04-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17556
17557         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17558         * docs/plugins/inspect/plugin-bz2.xml:
17559         * docs/plugins/inspect/plugin-cdxaparse.xml:
17560         * docs/plugins/inspect/plugin-freeze.xml:
17561         * docs/plugins/inspect/plugin-glimagesink.xml:
17562         * docs/plugins/inspect/plugin-modplug.xml:
17563         * docs/plugins/inspect/plugin-neon.xml:
17564         * docs/plugins/inspect/plugin-sdl.xml:
17565         * docs/plugins/inspect/plugin-video4linux2.xml:
17566         * docs/plugins/inspect/plugin-ximagesrc.xml:
17567         * docs/plugins/inspect/plugin-xingheader.xml:
17568           add more plugins to docs
17569
17570 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17571
17572         * sys/dxr3/ac3_padder.h:
17573           fix up doc strings
17574         * docs/plugins/Makefile.am:
17575         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17576         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
17577         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
17578         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
17579         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
17580         * docs/plugins/inspect/plugin-qtdemux.xml:
17581         * docs/plugins/inspect/plugin-speed.xml:
17582         * docs/plugins/inspect/plugin-taglib.xml:
17583         * docs/plugins/inspect/plugin-tta.xml:
17584           commit updates
17585         * configure.ac:
17586         * ext/taglib/gsttaglib.cc:
17587         * tests/Makefile.am:
17588         * tests/check/.cvsignore:
17589         * tests/check/Makefile.am:
17590         * tests/check/elements/.cvsignore:
17591         * tests/check/elements/tagid3v2mux.c:
17592         (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags),
17593         (fill_mp3_buffer), (got_buffer), (demux_pad_added),
17594         (test_taglib_id3mux_check_output_buffer),
17595         (test_taglib_id3mux_with_tags), (GST_START_TEST),
17596         (tagid3v2mux_suite), (main):
17597            add the tagid3v2mux check from #336110
17598
17599 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17600
17601         * configure.ac:
17602           rework like the other configure.ac files
17603         * Makefile.am:
17604         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17605         * ext/amrwb/gstamrwb.c:
17606         * ext/arts/gst_arts.c:
17607         * ext/artsd/gstartsdsink.c:
17608         * ext/audiofile/gstaf.c:
17609         * ext/audioresample/gstaudioresample.c:
17610         * ext/bz2/gstbz2.c:
17611         * ext/cdaudio/gstcdaudio.c:
17612         * ext/directfb/dfbvideosink.c:
17613         * ext/dts/gstdtsdec.c:
17614         * ext/faac/gstfaac.c:
17615         * ext/faad/gstfaad.c:
17616         * ext/hermes/gsthermescolorspace.c:
17617         * ext/ivorbis/vorbis.c:
17618         * ext/jack/gstjack.c:
17619         * ext/lcs/gstcolorspace.c:
17620         * ext/musepack/gstmusepackdec.c:
17621         * ext/musicbrainz/gsttrm.c:
17622         * ext/nas/nassink.c:
17623         * ext/sdl/gstsdl.c:
17624         * ext/snapshot/gstsnapshot.c:
17625         * ext/sndfile/gstsf.c:
17626         * ext/swfdec/gstswfdec.c:
17627         * ext/tarkin/gsttarkin.c:
17628         * ext/xine/xine.c:
17629         * ext/xvid/gstxvid.c:
17630         * gst/cdxaparse/gstcdxaparse.c:
17631         * gst/chart/gstchart.c:
17632         * gst/colorspace/gstcolorspace.c:
17633         * gst/deinterlace/gstdeinterlace.c:
17634         * gst/equalizer/gstiirequalizer.c:
17635         * gst/festival/gstfestival.c:
17636         * gst/filter/gstfilter.c:
17637         * gst/freeze/gstfreeze.c:
17638         * gst/games/gstpuzzle.c:
17639         * gst/librfb/gstrfbsrc.c:
17640         * gst/mixmatrix/mixmatrix.c:
17641         * gst/mpeg1sys/gstmpeg1systemencode.c:
17642         * gst/mpeg1videoparse/gstmp1videoparse.c:
17643         * gst/mpeg2sub/gstmpeg2subt.c:
17644         * gst/mpegaudioparse/gstmpegaudioparse.c:
17645         * gst/multifilesink/gstmultifilesink.c:
17646         * gst/overlay/gstoverlay.c:
17647         * gst/passthrough/gstpassthrough.c:
17648         * gst/playondemand/gstplayondemand.c:
17649         * gst/qtdemux/qtdemux.c:
17650         * gst/rtjpeg/gstrtjpeg.c:
17651         * gst/smooth/gstsmooth.c:
17652         * gst/smoothwave/gstsmoothwave.c:
17653         * gst/spectrum/gstspectrum.c:
17654         * gst/speed/gstspeed.c:
17655         * gst/stereo/gststereo.c:
17656         * gst/switch/gstswitch.c:
17657         * gst/vbidec/gstvbidec.c:
17658         * gst/videocrop/gstvideocrop.c:
17659         * gst/videodrop/gstvideodrop.c:
17660         * gst/virtualdub/gstvirtualdub.c:
17661         * gst/xingheader/gstxingmux.c:
17662         * gst/y4m/gsty4mencode.c:
17663         * sys/cdrom/gstcdplayer.c:
17664         * sys/directdraw/gstdirectdrawplugin.c:
17665         * sys/directsound/gstdirectsoundplugin.c:
17666         * sys/dxr3/dxr3init.c:
17667         * sys/glsink/glimagesink.c:
17668         * sys/qcam/gstqcamsrc.c:
17669         * sys/v4l2/gstv4l2.c:
17670         * sys/vcd/vcdsrc.c:
17671         * sys/ximagesrc/ximagesrc.c:
17672           update to use correct defines
17673         * po/POTFILES.in:
17674         * po/af.po:
17675         * po/az.po:
17676         * po/cs.po:
17677         * po/en_GB.po:
17678         * po/hu.po:
17679         * po/it.po:
17680         * po/nb.po:
17681         * po/nl.po:
17682         * po/or.po:
17683         * po/sq.po:
17684         * po/sr.po:
17685         * po/sv.po:
17686         * po/uk.po:
17687         * po/vi.po:
17688           v4l2 has translations, pick them up
17689
17690 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17691
17692         * sys/ximagesrc/ximagesrc.c: 
17693           Add docs to ximagesrc
17694
17695 2006-03-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17696
17697         * sys/ximagesrc/ximagesrc.c: (composite_pixel),
17698         (gst_ximagesrc_ximage_get), (gst_ximagesrc_set_property),
17699         (gst_ximagesrc_get_caps), (gst_ximagesrc_class_init):
17700         * sys/ximagesrc/ximagesrc.h:
17701         * sys/ximagesrc/ximageutil.c: (ximageutil_xcontext_get):
17702         * sys/ximagesrc/ximageutil.h:
17703           Fix ximagesrc so a) the cursor doesnt trail and b) there are no
17704           yellow rectangles with the cursor
17705
17706 2006-03-31  Michael Smith  <msmith@fluendo.com>
17707
17708         * configure.ac:
17709           Add autoconfery for theoradec.
17710         * ext/Makefile.am:
17711           Add theora directory.
17712         * ext/theora/Makefile.am:
17713         * ext/theora/theoradec.c: (gst_theoradec_base_init),
17714         (gst_theoradec_class_init), (gst_theoradec_init),
17715         (gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
17716         (gst_theoradec_granule_clocktime), (theora_dec_src_convert),
17717         (theora_dec_sink_convert), (theora_dec_src_query),
17718         (theora_dec_sink_query), (theora_dec_src_event),
17719         (theora_dec_sink_event), (theora_handle_comment_packet),
17720         (theora_handle_type_packet), (theora_handle_header_packet),
17721         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
17722         (theora_dec_change_state), (plugin_init):
17723         * ext/theora/theoradec.h:
17724           Add theora plugin for theora-exp decoder. Very heavily based on the
17725           existing theora decoder plugin.
17726
17727 2006-03-29  Wim Taymans  <wim@fluendo.com>
17728
17729         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
17730         (gst_gsmdec_finalize), (gst_gsmdec_sink_event), (gst_gsmdec_chain):
17731         * ext/gsm/gstgsmdec.h:
17732         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
17733         (gst_gsmenc_finalize), (gst_gsmenc_chain):
17734         Cleanups, fix leaks.
17735         Handle events and DISCONT.
17736         Use adapter in the decoder.
17737
17738 2006-03-29  Wim Taymans  <wim@fluendo.com>
17739
17740         Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
17741
17742         * configure.ac:
17743         * ext/Makefile.am:
17744         * ext/amrwb/Makefile.am:
17745         * ext/amrwb/README:
17746         * ext/amrwb/amrwb-code/Makefile.am:
17747         * ext/amrwb/amrwb-code/run.sh:
17748         * ext/amrwb/gstamrwb.c: (plugin_init):
17749         * ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
17750         (gst_amrwbdec_class_init), (gst_amrwbdec_init),
17751         (gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
17752         (gst_amrwbdec_state_change):
17753         * ext/amrwb/gstamrwbdec.h:
17754         * ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
17755         (gst_amrwbenc_class_init), (gst_amrwbenc_init),
17756         (gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
17757         (gst_amrwbenc_chain), (gst_amrwbenc_state_change):
17758         * ext/amrwb/gstamrwbenc.h:
17759         * ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
17760         (gst_amrwbparse_class_init), (gst_amrwbparse_init),
17761         (gst_amrwbparse_querytypes), (gst_amrwbparse_query),
17762         (gst_amrwbparse_chain), (gst_amrwbparse_read_header),
17763         (gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
17764         (gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
17765         * ext/amrwb/gstamrwbparse.h:
17766         Added new plugin amrwb parse.
17767         Renamed audio/AMR to audio/AMR-WB as per spec.
17768         Fixes #333307
17769
17770 2006-03-27  Edgard Lima <edgard.lima@indt.org.br>
17771
17772         * gst-plugins-bad/sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init):
17773         Small fix, now pwc driver can tell about its buffers.
17774
17775 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17776
17777         * configure.ac:
17778           Remove CXX tag from AS_LIBTOOL_TAGS, just like we
17779           did for -good and -ugly. Fixes build on some systems
17780           and doesn't seem to be required for C++ code.
17781
17782 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17783
17784         * ext/taglib/gsttaglib.cc:
17785         * ext/taglib/gsttaglib.h:
17786           Fix newsegment event handling a bit. We need to
17787           cache the first newsegment event, because we can't
17788           adjust offsets yet when we get it, as we don't
17789           know the size of the tag yet for sure at that point.
17790           Also do some minor cleaning up here and there and add
17791           some debug statements.
17792
17793 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17794
17795         * ext/taglib/gsttaglib.cc:
17796           We do not want to proxy the caps on the sink pad; our 
17797           source pad should have application/x-id3 caps; also,
17798           don't use already-freed strings in debug messages;
17799           finally, adjust buffer offsets on buffers sent out.
17800
17801 2006-03-25  Tim-Philipp Müller  <tim at centricular dot net>
17802
17803         * sys/v4l2/gstv4l2src.c:
17804           Older kernels don't seem to have this particular v4l2 format,
17805           so comment out until this gets fixed properly (and make
17806           buildbots happy).
17807
17808 2006-03-25  Edgard Lima  <edgard.lima@indt.org.br>
17809
17810         * sys/v4l2/gstv4l2colorbalance.c:
17811         * sys/v4l2/gstv4l2colorbalance.h:
17812         * sys/v4l2/gstv4l2element.c:
17813         * sys/v4l2/gstv4l2src.c:
17814         * sys/v4l2/gstv4l2src.h:
17815         * sys/v4l2/gstv4l2tuner.c:
17816         * sys/v4l2/v4l2_calls.c:
17817         * sys/v4l2/v4l2src_calls.c:
17818         * sys/v4l2/v4l2src_calls.h:
17819         Just make few things more robust and also some identation.
17820
17821 2006-03-23  Wim Taymans  <wim@fluendo.com>
17822
17823         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
17824
17825         * ext/xvid/gstxvidenc.c: (gst_xvidenc_init), (gst_xvidenc_setup),
17826         (gst_xvidenc_chain):
17827         Patch to mark outgoing encoded buffers as delta-units (or not).
17828         Note that this patch also patches:
17829         - the setting of fincr and fbase in xvid-encoder creation based on
17830           caps framerate
17831         - makes 0, rather than 2, the default max_b_frames, as the current
17832           xvidenc does not seem "fully prepared" to handle b-frame 
17833           "effects", such as encoder returning 0 encoded bytes, etc.
17834         Fixes #335585
17835
17836 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17837
17838         * gst/modplug/libmodplug/Makefile.am:
17839         * gst/modplug/libmodplug/load_it.cpp:
17840           Try that again (not only should it be MODPLUG_ instead
17841           of MODFILE, also that define is already set in stdafx.h;
17842           what we really need is some more #ifndefs).
17843
17844 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17845
17846         * gst/modplug/libmodplug/Makefile.am:
17847           More gcc-4.1 fixes (we don't need file saving, so just
17848           define MODPLUG_NO_FILESAVE. That way, the compiler won't
17849           complain about modplug ignoring the return value of fwrite
17850           any longer and we might even save a few bytes as well).
17851
17852 2006-03-22  Tim-Philipp Müller  <tim at centricular dot net>
17853
17854         Patch by: Wouter Paeson  <wouter at kangaroot dot net>
17855
17856         * configure.ac:
17857         * ext/Makefile.am:
17858         * ext/soundtouch/Makefile.am:
17859         * ext/soundtouch/gstpitch.cc:
17860         * ext/soundtouch/gstpitch.hh:
17861           Add new libsoundtouch-based pitch plugin (#331335).
17862
17863 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17864
17865         * gst/modplug/libmodplug/load_ptm.cpp:
17866           Fix compilation with gcc-4.1 and -Werror (#327355).
17867
17868 2006-03-20  Tim-Philipp Müller  <tim at centricular dot net>
17869
17870         * ext/taglib/gsttaglib.h:
17871           Fix left-over gst_my_filter_get_type.
17872
17873 2006-03-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17874
17875         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_open_display),
17876         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
17877         (gst_ximagesrc_class_init), (gst_ximagesrc_init):
17878         Have a show mouse pointer property and use it if we can
17879
17880 2006-03-15  Edward Hervey  <edward@fluendo.com>
17881
17882         * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
17883         Let's not forget to chain up to the parent dispose.
17884
17885 2006-03-15  Edward Hervey  <edward@fluendo.com>
17886
17887         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
17888         (gst_qtdemux_init), (gst_qtdemux_dispose),
17889         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
17890         Series of memleak fixes:
17891         - Unref the GstAdapter in finalize.
17892         - Use gst_pad_new_from_static_template(), shorter and safer.
17893         - Free unused QtDemuxStream when not used.
17894
17895 2006-03-14  Edward Hervey  <edward@fluendo.com>
17896
17897         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_base_init),
17898         (gst_v4l2src_class_init):
17899         Initialization of the debugging category should be as early as possible,
17900         moving it from _class_init() to beginning of _base_init().
17901
17902 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17903
17904         * ext/taglib/gsttaglib.cc:
17905           Add gtk-doc blurb (unused for the time being); match registered
17906           plugin name to the filename of the plugin (taglibmux => taglib)
17907
17908 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17909
17910         Patch by: Mikhail Zabaluev  <mhz altlinux org>
17911
17912         * autogen.sh:
17913           Don't check for file that only exists in CVS but isn't
17914           disted (#334417)
17915
17916 2006-03-13  Julien MOUTTE  <julien@moutte.net>
17917
17918         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
17919         * sys/v4l2/Makefile.am: Fix build of v4l2 (sigh)
17920
17921 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17922
17923         * Makefile.am:
17924         * configure.ac:
17925           Fix distcheck.
17926
17927 2006-03-12  Edward Hervey  <edward@fluendo.com>
17928
17929         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
17930         (gst_v4l2src_buffer_pool_free):
17931         g_atomic_int_set is only available in glib-0.10, use gst_atomic_int_et
17932         instead.
17933
17934 2006-03-12  Edward Hervey  <edward@fluendo.com>
17935
17936         * sys/v4l2/gstv4l2element.h:
17937         Remove tim's addition of "_stdint.h" since it doesn't make the PPC
17938         buildbot happy.
17939         I will just use the same comment Ronald used when he added these lines:
17940         Yet Another Hack (tm) for kernel header borkedness.
17941
17942 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17943
17944         * ext/taglib/Makefile.am:
17945         * ext/taglib/gsttaglib.cc:
17946         * ext/taglib/gsttaglib.h:
17947           Add support for writing MusicBrainz IDs.
17948
17949 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17950
17951         * sys/v4l2/gstv4l2element.h:
17952           Include "_stdint.h" in an attempt to make the
17953           PPC-buildbot happy.
17954
17955 2006-03-11  Edgard Lima  <edgard.lima@indt.org.br>
17956
17957         * configure.ac:
17958         * sys/Makefile.am:
17959         * sys/v4l2/Makefile.am:
17960         * sys/v4l2/gstv4l2.c:
17961         * sys/v4l2/gstv4l2colorbalance.h:
17962         * sys/v4l2/gstv4l2element.c:
17963         * sys/v4l2/gstv4l2element.h:
17964         * sys/v4l2/gstv4l2src.c:
17965         * sys/v4l2/gstv4l2src.h:
17966         * sys/v4l2/gstv4l2tuner.c:
17967         * sys/v4l2/gstv4l2tuner.h:
17968         * sys/v4l2/gstv4l2xoverlay.c:
17969         * sys/v4l2/gstv4l2xoverlay.h:
17970         * sys/v4l2/v4l2_calls.c:
17971         * sys/v4l2/v4l2_calls.h:
17972         * sys/v4l2/v4l2src_calls.c:
17973         * sys/v4l2/v4l2src_calls.h:
17974         V4L2 ported to 0.10.
17975         
17976 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17977
17978         * configure.ac:
17979           Only compile the taglib plugin if a C++ compiler is
17980           present. Use GST_DEFAULT_ELEMENTS macro from common/
17981           for all the defaults stuff.
17982
17983 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
17984
17985         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17986
17987         * configure.ac:
17988         * gst/xingheader/Makefile.am:
17989         * gst/xingheader/gstxingmux.c: 
17990         * gst/xingheader/gstxingmux.h: added new element to add Xing headers
17991         to MP3 files (this allows decoder to figure out the length of VBR
17992         files) 
17993
17994 2006-03-11  Christophe Fergeau  <teuf@gnome.org>
17995         
17996         Patch by: Alex Lancaster
17997         
17998         * ext/taglib/gsttaglib.cc: fix writing of TPOS tags (album number),
17999         and add support for TCOP (copyright)
18000
18001 2006-03-10  Julien MOUTTE  <julien@moutte.net>
18002
18003         * gst/modplug/Makefile.am:
18004         * gst/modplug/gstmodplug.cc: Fix modplug compilation.
18005
18006 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18007
18008         * configure.ac:
18009         * gst/modplug/Makefile.am:
18010         * gst/modplug/gstmodplug.cc:
18011         * gst/modplug/gstmodplug.h:
18012         * gst/modplug/libmodplug/sndfile.cpp:
18013         * gst/modplug/libmodplug/sndfile.h:
18014           modplug plugin ported to 0.10 (#332598, patch by:
18015           Jonathan Matthew <jonathan at kaolin wh9 net>).
18016
18017 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
18018
18019         * ext/libmms/gstmms.c: (gst_mms_urihandler_init),
18020         (gst_mms_base_init), (gst_mms_class_init), (gst_mms_init),
18021         (gst_mms_finalize), (gst_mms_create), (gst_mms_start),
18022         (gst_mms_set_property), (gst_mms_get_property),
18023         (gst_mms_uri_get_uri):
18024         * ext/libmms/gstmms.h:
18025           Some clean-ups; more debug output; use blocksize property
18026           of GstBaseSrc instead of re-registering our own; make debug
18027           category actually be used.
18028
18029 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
18030
18031         * gst/qtdemux/qtdemux.c: (gst_qtdemux_send_event):
18032           Fix build with gcc-4.1 (#327355).
18033
18034 2006-03-09  Christophe Fergeau  <teuf@gnome.org>
18035
18036         reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18037
18038         * configure.ac:
18039         * ext/Makefile.am:
18040         * ext/taglib/Makefile.am:
18041         * ext/taglib/gsttaglib.cc:
18042         * ext/taglib/gsttaglib.h: new id3v2 muxer based on TagLib
18043
18044 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
18045
18046         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
18047           Extract disc number and count from files that use
18048           'disk' instead of 'disc' as node identifier for that
18049           (fixes #332066).
18050
18051 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18052
18053         * ext/musepack/gstmusepackdec.h:
18054         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek):
18055           Forgot those two.
18056
18057 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
18058
18059         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18060         (gst_musepackdec_init), (gst_musepackdec_send_newsegment),
18061         (gst_musepackdec_handle_seek_event),
18062         (gst_musepackdec_get_src_query_types), (gst_musepackdec_src_query),
18063         (gst_musepack_stream_init), (gst_musepackdec_sink_activate),
18064         (gst_musepackdec_sink_activate_pull), (gst_musepackdec_loop),
18065         (gst_musepackdec_change_state):
18066           Some cleanups; pause task when push fails.
18067
18068 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
18069
18070         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18071           Add support for '3IVD' fourcc (#333403).
18072
18073 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18074
18075         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_send_tags),
18076         (gst_faad_setcaps), (gst_faad_do_raw_seek), (gst_faad_src_event),
18077         (gst_faad_sink_event), (gst_faad_src_convert),
18078         (gst_faad_src_query), (gst_faad_chain), (gst_faad_change_state):
18079           Add query function for position/duration querying (mostly for
18080           raw AAC streams); make seeking in raw AAC streams work; post
18081           tags with codec name if this is a raw AAC stream.
18082
18083 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
18084
18085         * sys/directdraw:
18086         * sys/directsound:
18087           sinks are now using GST_RANK_PRIMARY to be used with autodectection
18088         * win32/vs6:
18089           project files updated to fix some bugs
18090         * win32/vs7:
18091         * win32/vs8:
18092           vs7 and vs8 project files added
18093         
18094 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18095
18096         * ext/xvid/gstxviddec.c: (gst_xviddec_chain):
18097           Declare variable at the beginning of the block and make gcc-2.9x
18098           happy (fixes #333283; patch by: Jens Granseuer).
18099
18100 2006-03-03  Edward Hervey  <edward@fluendo.com>
18101
18102         * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak):
18103         Use GST_WARNING instead of GST_ERROR for all the too short/long atoms
18104         when parsing.
18105         Also let's be a bit less vulgar in our warning messages :)
18106
18107 2006-02-28  Tim-Philipp Müller  <tim at centricular dot net>
18108
18109         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18110           Can't divide through zero (suppress warning in case of
18111           stream with one single still picture) (see #327083)
18112
18113 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18114
18115         * sys/glsink/glimagesink.c: It doesn't seem we need GLU.h
18116
18117 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18118
18119         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18120         (qtdemux_parse_trak), (qtdemux_video_caps):
18121           Add support for palettised Apple SMC videos (#327075, based on
18122           patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>).
18123
18124 2006-02-24  Michael Smith  <msmith@fluendo.com>
18125
18126         * autogen.sh:
18127           Allow automake 1.9
18128
18129 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18130
18131         * ext/neon/gstneonhttpsrc.c:
18132         Changed property name from "uri" to "location" 
18133
18134 2006-02-22  Jan Schmidt  <thaytan@mad.scientist.com>
18135
18136         * configure.ac:
18137         * sys/glsink/Makefile.am:
18138         Merge patch from #317048 for building on Cygwin. Patch by 
18139         Cygwin Ports maintainer.
18140         * sys/glsink/glimagesink.c: (gst_glimage_sink_init_display):
18141         Move normal debug output to LOG level not ERROR.
18142
18143 2006-02-19  Jan Gerber  <j@bootlab.org>
18144
18145         Reviewed by : Edward Hervey <edward@fluendo.com>
18146
18147         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18148           Add 'dvsd' and 'dv25' to list of possible fourcc values for DV Video.
18149           Add image/png for fourcc 'png '
18150  
18151 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18152
18153         * configure.ac:
18154           Surely this is supposed to be >= a.b, not == a.b
18155
18156 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18157
18158         * configure.ac:
18159         * sys/Makefile.am:
18160         * sys/ximagesrc/Makefile.am:
18161         * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_return_buf),
18162         (gst_ximagesrc_open_display), (gst_ximagesrc_start),
18163         (gst_ximagesrc_stop), (gst_ximagesrc_unlock),
18164         (gst_ximagesrc_recalc), (composite_pixel),
18165         (gst_ximagesrc_ximage_get), (gst_ximagesrc_create),
18166         (gst_ximagesrc_set_property), (gst_ximagesrc_get_property),
18167         (gst_ximagesrc_clear_bufpool), (gst_ximagesrc_base_init),
18168         (gst_ximagesrc_dispose), (gst_ximagesrc_finalize),
18169         (gst_ximagesrc_get_caps), (gst_ximagesrc_set_caps),
18170         (gst_ximagesrc_fixate), (gst_ximagesrc_class_init),
18171         (gst_ximagesrc_init), (plugin_init):
18172         * sys/ximagesrc/ximagesrc.h:
18173         * sys/ximagesrc/ximageutil.c: (ximageutil_handle_xerror),
18174         (ximageutil_check_xshm_calls), (ximageutil_xcontext_get),
18175         (ximageutil_xcontext_clear),
18176         (ximageutil_calculate_pixel_aspect_ratio),
18177         (gst_ximagesrc_buffer_finalize), (gst_ximage_buffer_free),
18178         (gst_ximagesrc_buffer_init), (gst_ximagesrc_buffer_class_init),
18179         (gst_ximagesrc_buffer_get_type), (gst_ximageutil_ximage_new),
18180         (gst_ximageutil_ximage_destroy):
18181         * sys/ximagesrc/ximageutil.h:
18182
18183         Port ximagesrc to 0.10 (Closes #304795)
18184
18185 2006-02-20  Edgard Lima <edgard.lima@indt.org.br>
18186
18187         * gst/freeze/gstfreeze.c:
18188         * gst/freeze/gstfreeze.h:
18189         Some event handling added by Renato Filho <renato.filho@indt.org.br>
18190
18191 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18192
18193         * configure.ac:
18194         Back to CVS nano
18195
18196 === release 0.10.1 ===
18197
18198 2006-02-20  Jan Schmidt <thaytan@mad.scientist.com>
18199
18200         * configure.ac:
18201           releasing 0.10.1, "Slimy - yet satisfying"
18202
18203 2006-02-19  Jan Schmidt <thaytan@mad.scientist.com>
18204
18205         * configure.ac:
18206           Release 0.10.0.3 - pre-release for 0.10.1
18207
18208 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
18209
18210         * ext/bz2/gstbz2.c:
18211         * ext/bz2/gstbz2dec.c:
18212         * ext/bz2/gstbz2dec.h:
18213         * ext/bz2/gstbz2enc.c:
18214         * ext/bz2/gstbz2enc.h:
18215           Add proper copyright headers identifying Lutz Müller
18216           as the author and copyright holder (#331600).
18217
18218 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18219
18220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
18221           Don't GST_LOG timestamps from nonexistent index
18222           entries (#331582).
18223
18224 2006-02-17  Edward Hervey  <edward@fluendo.com>
18225
18226         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header):
18227         Check that the size of the returned buffer is of the correct size
18228         because the parser assumes that.
18229         Fixes #331543.
18230
18231 2006-02-17  Jan Schmidt <thaytan@mad.scientist.com>
18232
18233         * configure.ac:
18234           Release 0.10.0.2 - pre-release for 0.10.1
18235
18236 2006-02-16  Edward Hervey  <edward@fluendo.com>
18237
18238         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event),
18239         (gst_qtdemux_loop), (qtdemux_sink_activate_pull):
18240         Don't stop the task if the pad isn't linked.
18241
18242 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18243
18244         * gst/qtdemux/qtdemux.c: (gst_qtdemux_chain):
18245           It appears 100% equals 1/1 and not 100/1 ...
18246
18247 2006-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18248
18249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_post_buffering),
18250         (gst_qtdemux_chain):
18251           When buffering MDAT data, show the user something is
18252           happening by posting 'buffering' messages on the bus.
18253
18254 2006-02-14  Edward Hervey  <edward@fluendo.com>
18255
18256         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18257         (gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
18258         (next_entry_size), (gst_qtdemux_chain):
18259         * gst/qtdemux/qtdemux.h:
18260         Make push-based work if mdat atom is before moov atom.
18261         Don't answer duration query. This should be transformed into replying
18262         FALSE to seek events.
18263
18264 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18265
18266         * ext/libmms/gstmms.c: (gst_mms_class_init), (gst_mms_create),
18267         (gst_mms_start):
18268           Return FLOW_UNEXPECTED on EOS, not FLOW_ERROR. Also, no need to
18269           push our own EOS event on EOS, the base class will do that for us;
18270           fix bogus query code; post semi-decent errors on the bus when an
18271           error occurs in ::start(), otherwise the user will get to see
18272           whatever cryptic default message GstBaseSrc comes up with.
18273
18274 2006-02-14  Andy Wingo  <wingo@pobox.com>
18275
18276         * sys/glsink/glimagesink.c (gst_glimage_sink_init): Come on
18277         schleef, don't break me gst-inspect -a.
18278
18279 2006-02-14  Edward Hervey  <edward@fluendo.com>
18280
18281         * gst/qtdemux/qtdemux.c: (next_entry_size), (gst_qtdemux_chain):
18282         Handle the case where data atoms are before moov atoms in push-based mode.
18283         Errors out gracefully.
18284
18285 2006-02-13  Edward Hervey  <edward@fluendo.com>
18286
18287         * gst/qtdemux/Makefile.am:
18288         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18289         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18290         (extract_initial_length_and_fourcc),
18291         (gst_qtdemux_loop_state_header), (gst_qtdemux_loop_state_movie),
18292         (gst_qtdemux_loop_header), (next_entry_size), (gst_qtdemux_chain),
18293         (qtdemux_sink_activate), (qtdemux_sink_activate_pull),
18294         (qtdemux_sink_activate_push), (qtdemux_parse_trak):
18295         * gst/qtdemux/qtdemux.h:
18296         QtDemux can now work push-based.
18297         It still needs some love for seeking.
18298
18299 2006-02-13  Edgard Lima  <edgard.lima@indt.org.br>
18300
18301         * configure.ac:
18302         * gst/freeze/Makefile.am:
18303         * gst/freeze/gstfreeze.c:
18304         * gst/freeze/gstfreeze.h:
18305         * gst/freeze/FAQ:
18306         freeze plugin ported to 0.10 by
18307         Renato Filho <renato.filho@indt.org.br>
18308
18309 2006-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18310
18311         * configure.ac:
18312         * gst/cdxaparse/Makefile.am:
18313         * gst/cdxaparse/gstcdxaparse.c:
18314         * gst/cdxaparse/gstcdxaparse.h:
18315           Port cdxaparse, makes VCD playback work.
18316
18317 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18318
18319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18320         (qtdemux_parse_trak):
18321           use the correct variable to check if we can calculate
18322           the last chunk.  Looks like an obvious bug, and makes
18323           the dump of offsets comparable to other tools
18324
18325 2006-02-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18326
18327         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18328         (qtdemux_parse_trak):
18329           clean up some debugging, using _OBJECT, moving recurring
18330           messages to LOG level
18331
18332 2006-02-06  Edgard Lima <edgard.lima@indt.org.br>
18333
18334         * configure.ac:
18335         * ext/neon/gstneonhttpsrc.c:
18336         Now it uses libneon 0.25.5 that supports shoutcast.
18337
18338 2006-02-06  Lutz Mueller <lutz@topfrose.de>
18339
18340         Reviewed by: Edward Hervey <edward@fluendo.com>
18341         
18342         * ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of
18343         "x-bz2".
18344         * ext/bz2/gstbz2dec.c: Use "x-bzip" instead of "x-bz2". Initial
18345         caps are "ANY".
18346         (gst_bz2dec_chain): Configure the source pad if we can figure out
18347         the mime type of the decompressed data.
18348         (gst_bz2dec_[get,set]_property):
18349         (gst_bz2dec_class_init: New property "first_buffer_size".
18350         
18351
18352 2006-02-06  Wim Taymans  <wim@fluendo.com>
18353
18354         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
18355         (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
18356         (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
18357         (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18358         (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
18359         (qtdemux_video_caps), (qtdemux_audio_caps):
18360         * gst/qtdemux/qtdemux.h:
18361         Some QT demux loving.
18362         Handle seeking in a less broken way.
18363         Fix AMR caps to match the AMR decoder.
18364         Set first timestamp on AMR samples to 0 for now.
18365         Remove some \n in DEBUG strings.
18366         Use _scale_int for maximum precision.
18367
18368 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18369
18370         * gst/apetag/Makefile.am:
18371         * gst/apetag/apedemux.c:
18372         * gst/apetag/apedemux.h:
18373         * gst/apetag/apetag.c:
18374           Remove old files, apetag is in gst-plugins-good now.
18375
18376 2006-02-06  Andy Wingo  <wingo@pobox.com>
18377
18378         * ext/bz2/gstbz2enc.c (gst_bz2enc_class_init): 
18379         * ext/bz2/gstbz2dec.c (gst_bz2dec_class_init): No need to init
18380         parent_class, the boilerplate does it for you.
18381
18382 2006-02-05  Lutz Mueller <lutz@topfrose.de>
18383
18384         reviewed by: Andy Wingo <wingo@pobox.com>
18385
18386         * configure.ac:
18387         * ext/Makefile.am: Hook it up.
18388         * ext/bz2/gstbz2.c:
18389         * ext/bz2/gstbz2dec.h:
18390         * ext/bz2/gstbz2dec.c:
18391         * ext/bz2/gstbz2enc.h:
18392         * ext/bz2/gstbz2enc.c: New plugin, implements bz2 encoding and
18393         decoding (#303167).
18394         
18395 2006-01-30  Andy Wingo  <wingo@pobox.com>
18396
18397         * sys/glsink/Makefile.am (libgstglimagesink_la_LIBADD) 
18398         (libgstglimagesink_la_CFLAGS): Add PLUGINS_BASE cflags and libs.
18399
18400 2006-01-29  Tim-Philipp Müller  <tim at centricular dot net>
18401
18402         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
18403         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
18404         (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
18405         (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
18406         (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
18407           Add debug category, use boilerplate macros, fix handling
18408           of widths of 32 bits.
18409
18410         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
18411         (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
18412         (gst_wavpack_parse_index_get_last_entry),
18413         (gst_wavpack_parse_index_get_entry_from_sample),
18414         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
18415         (gst_wavpack_parse_src_query),
18416         (gst_wavpack_parse_scan_to_find_sample),
18417         (gst_wavpack_parse_send_newsegment),
18418         (gst_wavpack_parse_handle_seek_event),
18419         (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
18420         (gst_wavpack_parse_get_upstream_length),
18421         (gst_wavpack_parse_pull_buffer),
18422         (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
18423         (gst_wavpack_parse_change_state),
18424         (gst_wavepack_parse_sink_activate),
18425         (gst_wavepack_parse_sink_activate_pull),
18426         (gst_wavpack_parse_plugin_init):
18427         * ext/wavpack/gstwavpackparse.h:
18428           Rewrite a bit, mostly to fix flow logic and to make seeking work.
18429           Fix buffer/event refcounting. Add some debug statements. Add
18430           width of 32 to source pad template caps. Use boilerplate macros.
18431
18432 2006-01-28  Edward Hervey  <edward@fluendo.com>
18433
18434         * sys/glsink/Makefile.am:
18435         glimagesink.h is dead, long live glimagesink.h
18436
18437 2006-01-27  David Schleef  <ds@schleef.org>
18438
18439         * configure.ac:
18440         * sys/Makefile.am:
18441         * sys/glsink/Makefile.am:
18442         * sys/glsink/glimagesink.c:
18443         * sys/glsink/glimagesink.h:
18444           revival of glimagesink.  Kind of works.
18445
18446 2006-01-27  Tim-Philipp Müller  <tim at centricular dot net>
18447
18448         * ext/faad/gstfaad.c: (gst_faad_setcaps),
18449         (gst_faad_chanpos_to_gst), (gst_faad_sync), (gst_faad_chain):
18450           Handle 'framed' field in caps; Port syncing for raw streams
18451           from 0.8 branch (for AAC+ radio streams) (#328854, #328721).
18452
18453 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18454
18455         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_supported),
18456         (gst_sdlvideosink_xoverlay_set_xwindow_id),
18457         (gst_sdlvideosink_deinitsdl), (gst_sdlv_process_events),
18458         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
18459         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18460         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_show_frame),
18461         (gst_sdlvideosink_change_state),
18462         (gst_sdlvideosink_navigation_send_event):
18463         * ext/sdl/sdlvideosink.h:
18464           Fix output stride copying, so that it displays correctly on 
18465           framebuffer devices that don't match our implict GStreamer stride
18466           arrangement.
18467
18468           Fix locking things. Offer XOverlay only when SDL is running against
18469           X. Make non-scaled (and ugly) embedding work via X Overlay. It can't
18470           actually match the embedded window size because there's no way to
18471           figure out what size that should be from the XOverlay interface.
18472           See comment in sdlvideosink.c
18473
18474 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18475
18476         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18477           Fix wrong memcpy source pointer.
18478
18479 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18480
18481         * ext/libmms/gstmms.c: (gst_mms_finalize):
18482         * ext/neon/gstneonhttpsrc.c: (gst_neonhttp_src_finalize):
18483         Just chain up finalize calls (calling parent_class->finalize).
18484
18485 2006-01-25  Edgard Lima <edgard.lima@indt.org.br>
18486
18487         * ext/libmms/gstmms.c: (gst_mms_finalize), (gst_mms_set_property),
18488         (gst_mms_get_property), (gst_mms_src_query), (gst_mms_class_init):
18489         Finalize method has been created and others small changes.
18490
18491 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18492
18493         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_base_init),
18494         (gst_musepackdec_class_init), (gst_musepackdec_init),
18495         (gst_musepackdec_send_newsegment),
18496         (gst_musepackdec_handle_seek_event), (gst_musepackdec_src_event),
18497         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
18498         (gst_musepack_stream_init), (gst_musepackdec_sink_activate_pull),
18499         (gst_musepackdec_loop), (gst_musepackdec_change_state):
18500         * ext/musepack/gstmusepackdec.h:
18501         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
18502         (gst_musepack_reader_seek), (gst_musepack_reader_tell),
18503         (gst_musepack_reader_get_size):
18504         * ext/musepack/gstmusepackreader.h:
18505           Fix seeking in musepack files (it's still incredibly slow, but I
18506           don't think that is our plugin's fault). Clean up code and get
18507           rid of old cruft. Post tags with all kind of neat information like
18508           replay gain and such on the bus, if it is available. Add a
18509           'musepackdec' debug category.
18510
18511 2006-01-24  Edward Hervey  <edward@fluendo.com>
18512
18513         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18514         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18515         More coherent framerate setting on caps.
18516         If sample_size is available, use that for the samples' duration in
18517         the index. This enables single frame streams to work (and I imagine
18518         fixes some other cases).
18519         Tested on testsuite, no regression.
18520
18521 2006-01-23  Edward Hervey  <edward@fluendo.com>
18522
18523         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18524         (qtdemux_video_caps), (qtdemux_audio_caps):
18525         Added codec recognition for:
18526         _ VP31 : video/x-vp3
18527         _ AVDJ : image/jpeg
18528         _ dvcp, dvc  : video/x-dv, systemstream=(boolean)false
18529         _ 0x6d730017 : audio/x-adpcm, layout=(string)quicktime
18530
18531 2006-01-21  David Schleef  <ds@schleef.org>
18532
18533         * configure.ac:
18534         * ext/swfdec/gstswfdec.c: Update from swfdec.
18535
18536 2006-01-21  Tim-Philipp Müller  <tim at centricular dot net>
18537
18538         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
18539         (qtdemux_audio_caps):
18540           'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
18541           Fix 8bit case (#327133, based on patch by: Fabrizio
18542           Gennari <fabrizio dot ge at tiscali dot it>).
18543           Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
18544           valid literals for endianness in caps strings,
18545           only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid. 
18546
18547 2006-01-20  Edgard Lima <edgard.lima@indt.org.br>
18548
18549         * ext/ivorbis/vorbisfile.c:
18550         * ext/neon/gstneonhttpsrc.c:
18551         Fixed state transictions PLAYING->NULL->PLAYING.
18552         
18553 2006-01-19  Edgard Lima <edgard.lima@indt.org.br>
18554
18555         * ext/tremor/vorbisfile.c:
18556         Some minor improvements on log messages.
18557
18558 2006-01-18  Edgard Lima <edgard.lima@indt.org.br>
18559
18560         * gst/qtdemux/qtdemux.c: qtdemux_parse_trak:
18561         Ronald's patch applied. see bug #326318.
18562
18563 2006-01-17  Tim-Philipp Müller  <tim at centricular dot net>
18564
18565         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18566         (gst_qtdemux_send_event), (gst_qtdemux_handle_src_event),
18567         (gst_qtdemux_change_state), (gst_qtdemux_loop_header):
18568         * gst/qtdemux/qtdemux.h:
18569           Fix seeking for quicktime files. Could still use some more
18570           love and sophistication.
18571
18572 2006-01-16  Edgard Lima <edgard.lima@indt.org.br>
18573
18574         * ext/libmms/gstmms.c: gst_mms_init:
18575         * ext/neon/gstneonhttpsrc.c: gst_neonhttp_src_init:
18576         * ext/sdl/sdlaudiosink.c: gst_sdlaudio_sink_dispose:
18577         Removed gst_base_src_set_live from mms and neon, and now calling
18578         parent_class->dispose in dispose on sdlaudio.
18579         
18580 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18581
18582         * ext/sdl/sdlvideosink.c:
18583         Now implementing navigation interface and using
18584         GST_BOILER_PLATE_FULL.
18585         
18586 2006-01-11  Christian Schaller  <christian@fluendo.com>
18587
18588         Remove SunAudio plugin as Brian's new one is in -good
18589
18590         * sys/Makefile.am:
18591         * sys/sunaudio/Makefile.am:
18592         * sys/sunaudio/gstsunaudio.c:
18593         * sys/sunaudio/gstsunaudiosrc.c:
18594         * sys/sunaudio/gstsunaudiosrc.h:
18595         * sys/sunaudio/gstsunelement.c:
18596         * sys/sunaudio/gstsunelement.h:
18597         * sys/sunaudio/gstsunmixer.c:
18598         * sys/sunaudio/gstsunmixer.h:
18599
18600 2006-01-11  Edgard Lima <edgard.lima@indt.org.br>
18601
18602         * ext/sdl/sdlaudiosink.c:
18603         Replaced wrong style code by GST_BOILERPLATE.
18604         
18605 2006-01-11  Fabrizio Gennari <fabrizio.ge@tiscali.it>
18606
18607         reviewed by: Edward Hervey  <edward@fluendo.com>
18608
18609         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
18610         Add support for Indeo3 video in Quicktime files.
18611         Closes #326524
18612
18613 2006-01-09  Edgard Lima <edgard.lima@indt.org.br>
18614
18615         * configure.ac:
18616         * ext/sdl/Makefile.am:
18617         * ext/sdl/gstsdl.c:
18618         * ext/sdl/sdlaudiosink.c:
18619         * ext/sdl/sdlaudiosink.h:
18620         * ext/sdl/sdlvideosink.c:
18621         Created new element, sdlaudiosink.
18622         
18623 2006-01-05  Sebastien Moutte  <sebastien@moutte.net>
18624
18625         * added sys/directdraw
18626         * added sys/directsound
18627         * added win32/vs6/gst_plugins_bad.dsw
18628         * added win32/vs6/libgstdirectsound.dsp
18629         * added win32/vs6/libgstdirectdraw.dsp
18630         * added win32/common/config.h
18631         
18632 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18633
18634         * gst/games/gstpuzzle.c: (plugin_init):
18635           call oil_init() when using liboil
18636
18637 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18638
18639         * ext/neon/gstneonhttpsrc.c:
18640         * ext/neon/gstneonhttpsrc.h:
18641         Some improvements in cancellation and debug messages.
18642                         
18643 2006-01-04  Edgard Lima <edgard.lima@indt.org.br>
18644
18645         * ext/neon/gstneonhttpsrc.c:
18646         * ext/neon/gstneonhttpsrc.h:
18647         Removed not need thread and changed to push out blocksize bytes.
18648         
18649 2005-12-28  Edgard Lima <edgard.lima@indt.org.br>
18650
18651         * configure.ac:
18652         * ext/Makefile.am
18653         * ext/neon:
18654         * ext/neon/Makefile.am:
18655         * ext/neon/gstneonhttpsrc.c:
18656         * ext/neon/gstneonhttpsrc.h:
18657         Created new element neonhttpsrc.
18658
18659 2005-12-19  Edward Hervey  <edward@fluendo.com>
18660
18661         * ext/swfdec/gstswfdec.c: (gst_swfdec_class_init),
18662         (gst_swfdec_chain), (gst_swfdec_render):
18663         Add debugging category and return GstFlowReturn in the right places
18664         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18665         Get something from the peer pad once we've checked if there is a peer pad.
18666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18667         (qtdemux_tree_get_child_by_type), (qtdemux_parse_trak),
18668         (qtdemux_video_caps):
18669         Couple of fixes
18670
18671 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18672
18673         * ext/divx/Makefile.am:
18674         just a small fix. I have to pay more attention when commiting ;-)
18675
18676 2005-12-19  Edgard Lima <edgard.lima@indt.org.br>
18677
18678         * configure.ac:
18679         * ext/Makefile.am:
18680         * ext/divx/Makefile.am:
18681         * ext/divx/gstdivxdec.c:
18682         * ext/divx/gstdivxdec.h:
18683         * ext/divx/gstdivxenc.c:
18684         * ext/divx/gstdivxenc.h:
18685         divxdec and divxenc ported to 0.10
18686         
18687 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18688
18689         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18690         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18691         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18692         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18693         (gst_dfbvideosink_can_blit_from_format),
18694         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18695         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18696         (gst_dfbsurface_finalize),
18697         (gst_dfbvideosink_navigation_send_event),
18698         (gst_dfbvideosink_update_colorbalance),
18699         (gst_dfbvideosink_set_property), (gst_dfbvideosink_init): Some
18700         more refactoring, handle exotic DirectFB row stride.
18701
18702 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18703
18704         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18705         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: Updates.
18706         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18707         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_devices),
18708         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
18709         (gst_dfbvideosink_can_blit_from_format),
18710         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
18711         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_buffer_alloc),
18712         (gst_dfbsurface_finalize),
18713         (gst_dfbvideosink_navigation_send_event),
18714         (gst_dfbvideosink_update_colorbalance),
18715         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18716         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
18717         (gst_dfbvideosink_class_init):
18718         * ext/directfb/dfbvideosink.h: Implement pixel-aspect-ratio.
18719         This should work both for hardware accelerated scaling and
18720         reverse caps negotiation with a scaling element.
18721
18722 2005-12-17  Julien MOUTTE  <julien@moutte.net>
18723
18724         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
18725         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
18726         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18727         * docs/plugins/gst-plugins-bad-plugins.args:
18728         * docs/plugins/gst-plugins-bad-plugins.interfaces:
18729         * docs/plugins/gst-plugins-bad-plugins.signals:
18730         * docs/plugins/inspect/plugin-dfbvideosink.xml:
18731         * docs/plugins/inspect/plugin-qtdemux.xml:
18732         * docs/plugins/inspect/plugin-sdlvideosink.xml:
18733         * docs/plugins/inspect/plugin-speed.xml:
18734         * docs/plugins/inspect/plugin-tta.xml: Updates.
18735         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
18736         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_vmodes),
18737         (gst_dfbvideosink_enum_devices), (gst_dfbvideosink_setup),
18738         (gst_dfbvideosink_cleanup),
18739         (gst_dfbvideosink_can_blit_from_format),
18740         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
18741         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_show_frame),
18742         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
18743         (gst_dfbvideosink_interface_supported),
18744         (gst_dfbvideosink_navigation_send_event),
18745         (gst_dfbvideosink_update_colorbalance),
18746         (gst_dfbvideosink_colorbalance_list_channels),
18747         (gst_dfbvideosink_colorbalance_set_value),
18748         (gst_dfbvideosink_colorbalance_get_value),
18749         (gst_dfbvideosink_colorbalance_init),
18750         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
18751         (gst_dfbvideosink_init), (gst_dfbvideosink_class_init):
18752         * ext/directfb/dfbvideosink.h: Implement vertical sync and 
18753         color balance interface.
18754
18755 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18756
18757         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio):
18758         * gst/festival/gstfestival.c: (socket_receive_file_to_buff):
18759         * gst/vbidec/vbidata.c:
18760         * gst/vbidec/vbidata.h:
18761         * gst/vbidec/vbiscreen.c:
18762         * sys/dxr3/ac3_padder.c:
18763           don't use doc comments for non-docs
18764           change some char* into char[]
18765
18766 2005-12-16  Julien MOUTTE  <julien@moutte.net>
18767
18768         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
18769         (gst_dfbvideosink_init): Always prefer the primary layer.
18770
18771 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18772
18773         * ext/wavpack/gstwavpackdec.c:
18774           Oops, remove trailing comma from caps string.
18775
18776 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18777
18778         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link):
18779         * ext/wavpack/gstwavpackparse.c:
18780           Wavpack supports samplerates from 6-192kHz, fix pad template
18781           caps (fixes #322973; patch by: gcocatre@gmail.com). Also
18782           remove buffer-frames from caps, they are gone in 0.10.
18783
18784 2005-12-15  Edgard Lima <edgard.lima@indt.org.br>
18785
18786         * ext/xvid/Makefile.am:
18787         * ext/xvid/gstxviddec.c:
18788         * ext/xvid/gstxvidenc.c:
18789         Fixed some mem-leaks in xvid.
18790
18791 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18792
18793         * configure.ac:
18794         * ext/Makefile.am:
18795         * ext/xvid/gstxvid.c:
18796         * ext/xvid/gstxvid.h:
18797         * ext/xvid/gstxviddec.c:
18798         * ext/xvid/gstxviddec.h:
18799         * ext/xvid/gstxvidenc.c:
18800         * ext/xvid/gstxvidenc.h:
18801         xviddec and xvideenc ported to 0.10
18802                 
18803
18804 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
18805
18806         * configure.ac:
18807         * ext/Makefile.am:
18808         * ext/dts/Makefile.am:
18809         * ext/dts/gstdtsdec.c:
18810         * ext/dts/gstdtsdec.h:
18811         dtsdec ported to 0.10
18812
18813 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18814
18815         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18816         * ext/libmms/gstmms.c: (gst_mms_src_query), (gst_mms_create):
18817         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_src_query),
18818         (gst_musepackdec_loop):
18819         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_link),
18820         (gst_swfdec_src_query):
18821         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query):
18822           GstObjects must be unref'ed with gst_object_unref() instead of
18823           g_object_unref(), otherwise things break for GLib-2.6 users.
18824
18825 2005-12-12  David Schleef  <ds@schleef.org>
18826
18827         * ext/swfdec/gstswfdec.c: (gst_swfdecbuffer_get_type),
18828         (gst_swfdecbuffer_class_init), (gst_swfdecbuffer_finalize),
18829         (gst_swfdec_buffer_from_swf), (gst_swfdec_render): Add a subclass
18830         of GstBuffer that wraps SwfdecBuffers.  Fix a massive memleak
18831         because the video buffers previously never got freed.
18832
18833 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
18834
18835         * ext/libmms/gstmms.c:
18836         Just removed a weird printf ;-)
18837
18838 2005-12-11  Edgard Lima <edgard.lima@indt.org.br>
18839
18840         * configure.ac:
18841         * ext/libmms/gstmms.c:
18842         * ext/libmms/gstmms.h:
18843         Added suport to mmsh. There's still a sucks msg "ERROR: Pipeline cant
18844         PREROOL..." to be fixed.
18845
18846 2005-12-09  Jan Schmidt  <thaytan@mad.scientist.com>
18847
18848         * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
18849         (gst_faad_update_caps):
18850           Assume that an unknown channel mapping with 2 channels
18851           is stereo and play it that way instead of erroring.
18852
18853         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18854         (gst_qtdemux_add_stream), (qtdemux_parse_trak):
18855           Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
18856           Debug fixes. Some 64 bit variable fixes
18857
18858 2005-12-09  Edgard Lima <edgard.lima@indt.org.br>
18859
18860         * configure.ac:
18861         * ext/Makefile.am:
18862         * ext/swfdec/Makefile.am:
18863         * ext/swfdec/gstswfdec.c:
18864         * ext/swfdec/gstswfdec.h:
18865         swfdec Ported to 0.10.
18866
18867 2005-12-07  Edward Hervey  <edward@fluendo.com>
18868
18869         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18870         (gst_qtdemux_add_stream):
18871         Memleak fixes.
18872         Send out EOS for valid reasons (couldn't pull_range() from upstream
18873         for example).
18874
18875 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18876
18877         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
18878         * ext/audiofile/gstafparse.h:
18879         * ext/audiofile/gstafsink.c: (gst_afsink_chain):
18880         * ext/audiofile/gstafsink.h:
18881         * ext/audiofile/gstafsrc.c: (gst_afsrc_close_file):
18882         * ext/audiofile/gstafsrc.h:
18883         * ext/cdaudio/gstcdaudio.c:
18884         * ext/divx/gstdivxenc.c:
18885         * ext/dts/gstdtsdec.h:
18886         * ext/faac/gstfaac.h:
18887         * ext/ivorbis/vorbisenc.h:
18888         * ext/ivorbis/vorbisfile.c:
18889         * ext/musepack/gstmusepackdec.h:
18890         * ext/nas/nassink.c:
18891         * ext/snapshot/gstsnapshot.c:
18892         * ext/sndfile/gstsf.h:
18893         * ext/tarkin/gsttarkindec.h:
18894         * ext/tarkin/gsttarkinenc.h:
18895         * ext/xine/gstxine.h:
18896         * ext/xine/xinecaps.c:
18897         * ext/xvid/gstxvid.h:
18898         * gst-libs/gst/play/play.h:
18899         * gst/apetag/apedemux.h:
18900         * gst/cdxaparse/gstcdxaparse.h:
18901         * gst/cdxaparse/gstcdxastrip.h:
18902         * gst/colorspace/yuv2rgb.c:
18903         * gst/colorspace/yuv2rgb.h:
18904         * gst/equalizer/gstiirequalizer.c:
18905         * gst/festival/gstfestival.h:
18906         * gst/games/gstpuzzle.c:
18907         * gst/games/gstvideoimage.c:
18908         * gst/games/gstvideoimage.h:
18909         * gst/modplug/gstmodplug.h:
18910         * gst/modplug/libmodplug/it_defs.h:
18911         * gst/modplug/libmodplug/modplug.h:
18912         * gst/modplug/libmodplug/sndfile.h:
18913         * gst/modplug/libmodplug/stdafx.h:
18914         * gst/mpeg1sys/buffer.c:
18915         * gst/mpeg1sys/gstmpeg1systemencode.h:
18916         * gst/mpeg1sys/main.h:
18917         * gst/mpeg1sys/systems.c:
18918         * gst/mpeg1videoparse/gstmp1videoparse.h:
18919         * gst/mpeg2sub/gstmpeg2subt.h:
18920         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18921         * gst/mpegaudioparse/gstmpegaudioparse.h:
18922         * gst/multifilesink/gstmultifilesink.h:
18923         * gst/overlay/gstoverlay.h:
18924         * gst/qtdemux/qtdemux.c:
18925         * gst/qtdemux/qtdemux.h:
18926         * gst/rtjpeg/RTjpeg.c: (RTjpeg_dctY), (RTjpeg_idct):
18927         * gst/rtjpeg/RTjpeg.h:
18928         * gst/tta/crc32.h:
18929         * gst/tta/filters.h:
18930         * gst/tta/ttadec.h:
18931         * gst/videodrop/gstvideodrop.h:
18932         * sys/cdrom/gstcdplayer.h:
18933         * sys/cdrom/gstcdplayer_ioctl.c:
18934         * sys/cdrom/gstcdplayer_ioctl.h:
18935         * sys/cdrom/gstcdplayer_ioctl_bsd.h:
18936         * sys/cdrom/gstcdplayer_ioctl_irix.h:
18937         * sys/cdrom/gstcdplayer_ioctl_solaris.h:
18938         * sys/dxr3/dxr3audiosink.c:
18939         * sys/dxr3/dxr3audiosink.h:
18940         * sys/dxr3/dxr3spusink.c:
18941         * sys/dxr3/dxr3spusink.h:
18942         * sys/dxr3/dxr3videosink.c:
18943         * sys/dxr3/dxr3videosink.h:
18944         * sys/qcam/dark.c:
18945         * sys/qcam/gstqcamsrc.c:
18946         * sys/v4l2/gstv4l2colorbalance.h:
18947         * sys/v4l2/gstv4l2element.h:
18948         * sys/v4l2/gstv4l2src.h:
18949         * sys/v4l2/gstv4l2tuner.h:
18950         * sys/v4l2/gstv4l2xoverlay.h:
18951         * sys/v4l2/v4l2_calls.c:
18952         * sys/v4l2/v4l2_calls.h:
18953         * sys/v4l2/v4l2src_calls.c:
18954         * sys/v4l2/v4l2src_calls.h:
18955         * sys/vcd/vcdsrc.h:
18956           expand tabs
18957
18958 === release 0.10.0 ===
18959
18960 2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18961
18962         * configure.ac:
18963           releasing 0.10.0, "Camembert"
18964
18965 2005-12-05  Andy Wingo  <wingo@pobox.com>
18966
18967         * ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
18968         * ext/faad/gstfaad.c: (gst_faad_chain):
18969         * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_chain):
18970         * ext/lcs/gstcolorspace.c: (gst_colorspace_chain):
18971         * ext/xine/xineinput.c: (gst_xine_input_get):
18972         * gst/colorspace/gstcolorspace.c: (gst_colorspace_chain):
18973         * gst/speed/gstspeed.c: (speed_chain):
18974         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain): Update for
18975         alloc_buffer changes.
18976
18977 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18978
18979         * ext/Makefile.am:
18980           Add missing $(WAVPACK_DIR) (#322962).
18981
18982 === release 0.9.7 ===
18983
18984 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18985
18986         * configure.ac:
18987           releasing 0.9.7, "Arrigato Gasuimas Skebisan"
18988
18989 2005-11-28  Edgard Lima <edgard.lima@indt.org.br>
18990
18991         * PORTED_09:
18992         * configure.ac:
18993         * ext/Makefile.am:
18994         * ext/libmms/Makefile.am:
18995         * ext/libmms/gstmms.c:
18996         * ext/libmms/gstmms.h:
18997         libmm ported to 0.9. It works fine, but print some error messages. I
18998         ll fix them soon. Tested with  mmssrc location=mms:// ! filesink.
18999         
19000 2005-11-28  Edward Hervey  <edward@fluendo.com>
19001
19002         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19003         Handle gracefully the consequence of "Maximum number of scalefactor
19004         bands exceeded", which results in 0 channels with samplerates of 0.
19005         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state):
19006         Do upward transitions, then call parent state_change, then do
19007         downward transitions.
19008
19009 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19010
19011         * ext/Makefile.am:
19012           alphabets, so hard to master.  Should fix distcheck.
19013
19014 2005-11-25  Edgard Lima  <edgard.lima@indt.org.br>
19015
19016         * configure.ac:
19017         * PORTED_09:
19018         * ext/Makefile.am:
19019         * ext/wavpack/Makefile.am:
19020         * ext/wavpack/gstwavpackdec.c:
19021         * ext/wavpack/gstwavpackdec.h:
19022         * ext/wavpack/gstwavpackparse.c:
19023         * ext/wavpack/gstwavpackparse.h:
19024         Wavpack ported to 0.9. No support for correction file yet.
19025
19026 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19027
19028         * ext/wavpack/Makefile.am:
19029         * ext/wavpack/gstwavpack.c: (plugin_init):
19030         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_read_header):
19031         * ext/wavpack/gstwavpackcommon.h:
19032         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link),
19033         (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type),
19034         (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
19035         (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query),
19036         (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context),
19037         (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop),
19038         (gst_wavpack_dec_plugin_init):
19039         * ext/wavpack/gstwavpackdec.h:
19040         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type),
19041         (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose),
19042         (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query),
19043         (gst_wavpack_parse_src_event), (find_header), (find_sample),
19044         (gst_wavpack_parse_seek), (gst_wavpack_parse_init),
19045         (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop),
19046         (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init):
19047         * ext/wavpack/gstwavpackparse.h:
19048           put back wavpack - still needs porting
19049
19050 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19051
19052         * configure.ac: back to HEAD
19053
19054 === release 0.9.6 ===
19055
19056 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19057
19058         * configure.ac:
19059           releasing 0.9.6, "Hot Tea"
19060
19061 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19062
19063         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19064         * ext/directfb/dfb-example.c: (main):
19065         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_destroy),
19066         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_setup),
19067         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_setcaps),
19068         (gst_dfbvideosink_change_state), (gst_dfbvideosink_get_times),
19069         (gst_dfbvideosink_bufferpool_clear),
19070         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19071         (gst_dfbvideosink_navigation_send_event),
19072         (gst_dfbvideosink_finalize), (gst_dfbvideosink_init),
19073         (gst_dfbvideosink_class_init):
19074         * ext/directfb/dfbvideosink.h: Use fraction for framerate, various
19075         fixes.
19076
19077 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19078
19079         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19080         (gst_sdlvideosink_get_times), (gst_sdlvideosink_init),
19081         (gst_sdlvideosink_setcaps), (gst_sdlvideosink_change_state):
19082         * ext/sdl/sdlvideosink.h:
19083         Updates for fractional framerates and XOverlay interface changes
19084
19085 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19086
19087         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19088         (gst_qtdemux_add_stream), (qtdemux_dump_mvhd),
19089         (qtdemux_parse_trak):
19090         Convert to fractional framerates
19091
19092 2005-11-23  Edward Hervey  <edward@fluendo.com>
19093
19094         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_loop):
19095         Fix for latest API changes
19096
19097 2005-11-22  Edgard Lima <edgard.lima@indt.org.br>
19098         * configure.ac:
19099         * PORTED_09:
19100         * extt/Makefile.am:
19101         * ext/musepack/gstmusepackdec.c:
19102         * ext/musepack/gstmusepackdec.h:
19103         * ext/musepack/gstmusepackreader.c:
19104         * ext/musepack/gstmusepackreader.h:
19105         Musepackdec ported to 0.9. There is still a small problem to be
19106         solved, after the end of file, the pipeline doens't stop.
19107
19108 2005-11-22  Andy Wingo  <wingo@pobox.com>
19109
19110         * ext/faad/gstfaad.c (gst_faad_event)
19111         * ext/ivorbis/vorbisfile.c (gst_ivorbisfile_loop)
19112         * gst/qtdemux/qtdemux.c (gst_qtdemux_loop_header)
19113         * gst/speed/gstspeed.c (speed_sink_event)
19114         * gst/tta/gstttaparse.c (gst_tta_parse_src_event)
19115         (gst_tta_parse_parse_header): Run update-funcnames.
19116
19117 2005-11-21  Michael Smith <msmith@fluendo.com>
19118
19119         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_event):
19120           Don't take STREAM_LOCK in sink event handlers any more.
19121
19122 2005-11-21  Wim Taymans  <wim@fluendo.com>
19123
19124         * ext/faac/gstfaac.c: (gst_faac_sink_event):
19125         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_event):
19126         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event):
19127         Fix for stream lock updates.
19128
19129 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19130
19131         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19132           Add DX50, DIVX and DIV3 fourccs (patch by
19133           j@bootlab.org, #321903).
19134
19135 2005-11-21  Andy Wingo  <wingo@pobox.com>
19136
19137         * *.h:
19138         * *.c: Ran scripts/update-macros. Oh yes.
19139
19140 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19141
19142         * ext/directfb/dfbvideosink.c:
19143         (gst_dfbvideosink_get_format_from_caps):
19144         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create):
19145         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19146         (qtdemux_parse), (qtdemux_type_get), (qtdemux_node_dump_foreach),
19147         (qtdemux_dump_hdlr), (qtdemux_dump_dref), (qtdemux_dump_stsd),
19148         (qtdemux_dump_dcom), (qtdemux_parse_trak), (qtdemux_video_caps),
19149         (qtdemux_audio_caps):
19150         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19151         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19152         (gst_v4l2src_capture_init), (gst_v4l2src_get_size_limits):
19153           Update for GST_FOURCC_FORMAT API change.
19154
19155 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19156
19157         * ext/audioresample/gstaudioresample.c:
19158         * ext/polyp/polypsink.c: (gst_polypsink_sink_fixate):
19159         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_fixate):
19160         * gst/modplug/gstmodplug.cc:
19161         * sys/glsink/glimagesink.c: (gst_glimagesink_fixate):
19162         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
19163         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19164         (#322027)
19165
19166 2005-11-21  Edgard Lima <edgard.lima@indt.org.br>
19167
19168         * ext/Makefile.am:
19169         * ext/ivorbis/vorbisfile.c:
19170         Now it works in push-mode. Tested with gnomevfssrc location=http://..
19171         ! tremor ! alsasink. Some issues to be solved yet:
19172         1- set correct timestamps
19173         2- seek is forced to disabled in pull-mode
19174         
19175 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19176
19177         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19178         (gst_faac_sink_setcaps), (gst_faac_configure_source_pad),
19179         (gst_faac_chain):
19180           Set proper caps on source pad (#320532).
19181
19182         * ext/faad/gstfaad.c:
19183           Don't use gtk-doc markers for comment block.
19184
19185 2005-11-14  Andy Wingo  <wingo@pobox.com>
19186
19187         * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
19188         debugging, allows dll builds on windows. Fixes #316076.
19189
19190 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19191
19192         * configure.ac: back to HEAD
19193
19194 === release 0.9.5 ===
19195
19196 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19197
19198         * configure.ac:
19199           releasing 0.9.5, "Thrice Belgian Bar"
19200
19201 2005-11-11  Michael Smith <msmith@fluendo.com>
19202
19203         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19204           Make this compile on systems with broken headers. 
19205
19206 2005-11-11  Michael Smith <msmith@fluendo.com>
19207
19208         * ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_chain):
19209           Call functions with the correct API. Unfortunately, unless your
19210           distribution patches upstream, the public header file for FAAD
19211           doesn't actually declare the API accurately. So, some nastiness
19212           ensues...
19213
19214 2005-11-10  Daniel Amelang  <daniel dot amelang at gmail dot com>
19215
19216         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19217
19218         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
19219           Add support for custom genre tags.
19220
19221 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19222
19223         * ext/tarkin/wavelet.c:
19224         * ext/tarkin/wavelet.h:
19225         * gst/mpegaudioparse/gstmpegaudioparse.c:
19226         * gst/vbidec/vbidata.c:
19227         * gst/vbidec/vbiscreen.h:
19228         * sys/dxr3/ac3_padder.c:
19229         * sys/dxr3/dxr3audiosink.c:
19230         * sys/dxr3/dxr3spusink.c:
19231         * sys/dxr3/dxr3videosink.c:
19232         * sys/qcam/dark.c:
19233           Don't use gtk-doc markers for normal comments. Fix
19234           gtk-doc formatting where required.
19235
19236 2005-11-08  Edgard Lima <edgard.lima@indt.org.br>
19237
19238         * configure.ac:
19239         * PORTED_09:
19240         * ext/Makefile.am:
19241         * ext/ivorbis/vorbis.c:
19242         * ext/ivorbis/vorbisfile.c:
19243         Ported to 0.9. Some issues to be solved yet:
19244         1- set correct timestamps
19245         2- seg fault when eos
19246         3- seek is now disabled
19247
19248 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19249
19250         * examples/Makefile.am: Cleanup non existing
19251         examples.
19252
19253 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19254
19255         * docs/plugins/inspect.stamp: Add missing files.
19256
19257 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19258
19259         * examples/Makefile.am: Make buildbot happy.
19260
19261 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19262
19263         * Makefile.am: examples in dist subdirs.
19264         * configure.ac: enable parameter for building 
19265         examples.
19266         * docs/plugins/gst-plugins-bad-plugins.args:
19267         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19268         * examples/Makefile.am: Updates.
19269
19270 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19271
19272         * Makefile.am:
19273         * autogen.sh:
19274         * configure.ac:
19275         * docs/Makefile.am:
19276         * docs/plugins/.cvsignore:
19277         * docs/plugins/Makefile.am:
19278         * docs/plugins/gst-plugins-bad-plugins-decl-list.txt:
19279         * docs/plugins/gst-plugins-bad-plugins-decl.txt:
19280         * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
19281         * docs/plugins/gst-plugins-bad-plugins-sections.txt:
19282         * docs/plugins/gst-plugins-bad-plugins-undocumented.txt:
19283         * docs/plugins/gst-plugins-bad-plugins.args:
19284         * docs/plugins/gst-plugins-bad-plugins.hierarchy:
19285         * docs/plugins/gst-plugins-bad-plugins.interfaces:
19286         * docs/plugins/gst-plugins-bad-plugins.prerequisites:
19287         * docs/plugins/gst-plugins-bad-plugins.signals:
19288         * docs/plugins/gst-plugins-bad-plugins.types:
19289         * docs/plugins/inspect/plugin-dfbvideosink.xml:
19290         * docs/version.entities.in: Enable documentation.
19291         * examples/Makefile.am:
19292         * examples/directfb/Makefile.am:
19293         * examples/directfb/decker.ttf:
19294         * examples/directfb/dfblogo.png:
19295         * examples/directfb/gstdfb.c: (myclock), (dynamic_link),
19296         (size_changed), (setup_dynamic_link), (main): Add an example
19297         application for DirectFB.
19298
19299 2005-11-06  Julien MOUTTE  <julien@moutte.net>
19300
19301         * ext/directfb/Makefile.am: Add the example application.
19302         * ext/directfb/dfb-example.c: (get_me_out), (main):
19303         Here is an example application that runs videotestsrc for 20
19304         seconds. It's included in the documentation.
19305         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19306         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19307         (gst_dfbvideosink_getcaps), (gst_dfbvideosink_buffer_alloc):
19308         More fixes, calculate new size of the buffer when renegotiating.
19309         This completely breaks ffmpegcolorspace but i need to discuss 
19310         that with Wim on monday. Add documentation.
19311
19312 2005-11-05  Julien MOUTTE  <julien@moutte.net>
19313
19314         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_enum_layers),
19315         (gst_dfbvideosink_setup), (gst_dfbvideosink_can_blit_from_format),
19316         (gst_dfbvideosink_getcaps): Make acceleration detection work, 
19317         better, add safety checks and ARGB support for cards that
19318         support it.
19319
19320 2005-11-04  Julien MOUTTE  <julien@moutte.net>
19321
19322         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_surface_create),
19323         (gst_dfbvideosink_surface_destroy),
19324         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19325         (gst_dfbvideosink_center_rect), (gst_dfbvideosink_show_frame),
19326         (gst_dfbvideosink_buffer_alloc):
19327         * ext/directfb/dfbvideosink.h: Now does clipping when surface
19328         is too small, handles upstream elements that are not calling
19329         gst_pad_alloc_buffer, fixes a lot of bugs.
19330
19331 2005-11-03  Julien MOUTTE  <julien@moutte.net>
19332
19333         * ext/directfb/Makefile.am: Prepare for liboil usage.
19334         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_show_frame),
19335         (gst_dfbvideosink_buffer_alloc):  Prepare for liboil, handle
19336         rendering in external surface correctly. Will commit a neat
19337         example soon.
19338
19339 2005-11-03  Edgard Lima <edgard.lima@indt.org.br>
19340
19341         * ext/sdl/sdlvideosink.c: (SDL_WaitEventTimeout),
19342         (gst_sdlvideosink_event_thread), (gst_sdlvideosink_initsdl),
19343         (gst_sdlvideosink_change_state), (gst_sdlvideosink_deinitsdl):
19344         * ext/sdl/sdlvideosink.h:
19345         Add support to exit when 'Esc' key is pressed.
19346
19347 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19348
19349         * configure.ac: Requires DirectFB 0.9.24
19350
19351 2005-11-02  Julien MOUTTE  <julien@moutte.net>
19352
19353         * configure.ac:
19354         * ext/Makefile.am:
19355         * ext/directfb/Makefile.am:
19356         * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_get_format_name),
19357         (gst_dfbvideosink_surface_create),
19358         (gst_dfbvideosink_surface_destroy),
19359         (gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
19360         (gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
19361         (gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
19362         (gst_dfbvideosink_get_format_from_caps),
19363         (gst_dfbvideosink_get_caps_from_format),
19364         (gst_dfbvideosink_can_blit_from_format),
19365         (gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
19366         (gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
19367         (gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
19368         (gst_dfbvideosink_show_frame), (gst_dfbvideosink_bufferpool_clear),
19369         (gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
19370         (gst_dfbsurface_init), (gst_dfbsurface_class_init),
19371         (gst_dfbsurface_get_type), (gst_dfbvideosink_interface_supported),
19372         (gst_dfbvideosink_interface_init),
19373         (gst_dfbvideosink_navigation_send_event),
19374         (gst_dfbvideosink_navigation_init),
19375         (gst_dfbvideosink_set_property), (gst_dfbvideosink_get_property),
19376         (gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
19377         (gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
19378         (plugin_init):
19379         * ext/directfb/dfbvideosink.h:
19380         * ext/directfb/directfbvideosink.c:
19381         * ext/directfb/directfbvideosink.h: Complete rewrite/port of
19382         DirectFB video sink to 0.9. Handles reverse negotiation, hardware
19383         scaling, navigation, buffer allocation from video memory etc...
19384
19385 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19386
19387         * gst-plugins-bad/ext/sdl/sdlvideosink.c:
19388         gst_sdlvideosink_set_property, gst_sdlvideosink_init,
19389         gst_sdlvideosink_create:
19390         Changed property full-screen to fullscreen, using SDL_SWSURFACE
19391         instead of SDL_HWSURFACE when in full screen mode.
19392         
19393 2005-10-31 Edgard Lima <edgard.lima@indt.org.br>
19394
19395         * gst-plugins-bad/ext/sdl/sdlvideosink.c: gst_sdlvideosink_class_init,
19396         gst_sdlvideosink_set_property, gst_sdlvideosink_get_property,
19397         gst_sdlvideosink_init, gst_sdlvideosink_create:
19398         * gst-plugins-bad/ext/sdl/sdlvideosink.h:
19399         Added a property that allows full-screen.
19400
19401 2005-10-28  Tim-Philipp Müller  <tim at centricular dot net>
19402
19403         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init),
19404         (gst_sdlvideosink_class_init),
19405         (gst_sdlvideosink_get_sdl_from_fourcc), (gst_sdlvideosink_setcaps),
19406         (gst_sdlvideosink_show_frame):
19407         * ext/sdl/sdlvideosink.h:
19408           Fix I420 output on some machines (not very nice, but should work).
19409           Add an 'sdlvideosink' debug category. Disable formats that do
19410           not work. Fix some vararg function issues.
19411
19412 2005-10-27  Wim Taymans  <wim@fluendo.com>
19413
19414         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19415         (gst_sdlvideosink_get_times), (gst_sdlvideosink_class_init),
19416         (gst_sdlvideosink_init), (gst_sdlvideosink_lock),
19417         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create),
19418         (gst_sdlvideosink_show_frame), (gst_sdlvideosink_set_property),
19419         (gst_sdlvideosink_get_property), (gst_sdlvideosink_change_state):
19420         Fix SDL videosink and did some cleanups.
19421
19422 2005-10-27  Edgard Lima <edgard.lima@indt.org.br>
19423
19424         * ext/sdl/sdlvideosink.c:
19425         * ext/sdl/sdlvideosink.h:
19426         Trying to fix videos out of sync (not fixed yet)
19427         
19428 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19429
19430         * gst/qtdemux/qtdemux.h:
19431           Remove got_redirect from class structure as well.
19432
19433 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19434
19435         * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
19436         (qtdemux_parse_tree):
19437           Remove 'got-redirect' signal and post element message
19438           on the bus instead.
19439
19440 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
19441
19442         * ext/gsm/gstgsm.c:
19443         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19444         * ext/gsm/gstgsmdec.h:
19445         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19446         (gst_gsmenc_chain):
19447         Fixing stuff as wingo pointed out.
19448
19449 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
19450
19451         * ext/gsm/gstgsm.c: (plugin_init):
19452         * ext/gsm/gstgsmdec.c: (gst_gsmdec_class_init), (gst_gsmdec_init),
19453         (gst_gsmdec_chain):
19454         * ext/gsm/gstgsmdec.h:
19455         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init), (gst_gsmenc_init),
19456         (gst_gsmenc_chain):
19457         * ext/gsm/gstgsmenc.h:
19458         Over-writing Wim's gsm plugins (currently not working) with that from the 
19459         farsight repo. Also made sure that they work with the RTP (de)payloader.
19460
19461 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
19462
19463         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), 
19464         (gst_gsmenc_sink_event), (gst_gsmenc_chain):
19465         * ext/gsm/gstgsmenc.h:
19466         Fixed event handling
19467
19468 2005-10-24  Christian Schaller  <christian@fluendo.com>
19469
19470         * configure.ac: port over thomas's plugin listing from base
19471
19472 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19473
19474         * configure.ac:
19475           back to HEAD
19476
19477 === release 0.9.4 ===
19478
19479 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19480
19481         * NEWS:
19482         * RELEASE:
19483         * configure.ac:
19484           Releasing 0.9.4, "Utahraptor"
19485
19486 2005-10-23  Julien MOUTTE  <julien@moutte.net>
19487
19488         * gst/tta/gstttaparse.c: (gst_tta_parse_loop): STOPPED->FAILED.
19489
19490 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
19491
19492         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
19493         (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
19494         (gst_faad_chain), (gst_faad_change_state):
19495         * ext/faad/gstfaad.h:
19496           Do some timestamp smoothing (matroskademux apparently sends
19497           multiple buffers in a row with the same timestamp); fix
19498           duration on outgoing buffers; fix change state function; use
19499           GST_DEBUG_FUNCPTR for pad functions.
19500
19501 2005-10-19  Wim Taymans  <wim@fluendo.com>
19502
19503         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
19504         (gst_qtdemux_handle_src_query):
19505         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
19506         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19507         (gst_tta_parse_get_query_types), (gst_tta_parse_query):
19508         API change fix.
19509
19510 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
19511
19512         * configure.ac:
19513           All the cool kids use GST_DOCBOOK_CHECK now.
19514
19515 2005-10-18  Julien MOUTTE  <julien@moutte.net>
19516
19517         * gst/speed/Makefile.am: Fix build of speed. 
19518
19519 2005-10-17  Edgard Lima <edgard.lima@indt.org.br>
19520
19521         * gst/speed/gstspeed.c: (speed_chain), (speed_setcaps),
19522         (speed_parse_caps), (speed_src_event), (speed_sink_event),
19523         (speed_src_query), (speed_init), (speed_set_property),
19524         (speed_change_state), (gst_speed_convert):
19525         Fixed speed - the previous version, 1.38, has been ported to 0.9
19526         from a wrong version, 1.37 (from 1.36). That fix already includes
19527         the changes done in 1.36.2.4.
19528
19529 2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>
19530
19531         * configure.ac:
19532           Fix glib check
19533
19534 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
19535
19536         * examples/stats/mp2ogg.c:
19537         * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
19538         (tarkin_synthesis_packetin):
19539           and more typos fixed
19540
19541 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
19542
19543         * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
19544         (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
19545         (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
19546         (gst_faac_get_property), (gst_faac_change_state):
19547           Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
19548           move event handling from chain function into an event function,
19549           add some locks here and there, do some cleanups; disable 32-bit
19550           integer and float input formats until we're sure that those 
19551           actually work (couldn't play back the produced files with 
19552           anything).
19553
19554 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
19555
19556         * examples/indexing/indexmpeg.c: (main):
19557         * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
19558         (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
19559         * ext/artsd/gstartsdsink.h:
19560         * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
19561         (gst_afparse_close_file):
19562         * ext/audiofile/gstafparse.h:
19563         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19564         (gst_afsink_close_file), (gst_afsink_chain),
19565         (gst_afsink_change_state):
19566         * ext/audiofile/gstafsink.h:
19567         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19568         (gst_afsrc_close_file), (gst_afsrc_change_state):
19569         * ext/audiofile/gstafsrc.h:
19570         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
19571         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
19572         * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
19573         * ext/jack/gstjack.h:
19574         * ext/jack/gstjackbin.c: (gst_jack_bin_init),
19575         (gst_jack_bin_change_state):
19576         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
19577         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
19578         * ext/nas/nassink.c: (gst_nassink_open_audio),
19579         (gst_nassink_close_audio), (gst_nassink_change_state):
19580         * ext/nas/nassink.h:
19581         * ext/polyp/polypsink.c: (gst_polypsink_init):
19582         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19583         * ext/sdl/sdlvideosink.h:
19584         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
19585         * ext/sndfile/gstsf.c: (gst_sf_set_property),
19586         (gst_sf_change_state), (gst_sf_release_request_pad),
19587         (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
19588         * ext/sndfile/gstsf.h:
19589         * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
19590         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
19591         * gst/apetag/apedemux.c: (gst_ape_demux_init):
19592         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
19593         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
19594         * gst/festival/gstfestival.c: (gst_festival_change_state):
19595         * gst/festival/gstfestival.h:
19596         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19597         * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
19598         (gst_multifilesink_set_location), (gst_multifilesink_open_file),
19599         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
19600         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
19601         (gst_multifilesink_chain), (gst_multifilesink_change_state):
19602         * gst/multifilesink/gstmultifilesink.h:
19603         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
19604         * sys/cdrom/gstcdplayer.c: (cdplayer_init):
19605         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
19606         (dxr3audiosink_open), (dxr3audiosink_close),
19607         (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
19608         (dxr3audiosink_change_state):
19609         * sys/dxr3/dxr3audiosink.h:
19610         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
19611         (dxr3spusink_close), (dxr3spusink_chain),
19612         (dxr3spusink_change_state):
19613         * sys/dxr3/dxr3spusink.h:
19614         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
19615         (dxr3videosink_open), (dxr3videosink_close),
19616         (dxr3videosink_write_data), (dxr3videosink_change_state):
19617         * sys/dxr3/dxr3videosink.h:
19618         * sys/glsink/glimagesink.c: (gst_glimagesink_init):
19619         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19620         (gst_qcamsrc_open), (gst_qcamsrc_close):
19621         * sys/qcam/gstqcamsrc.h:
19622         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
19623         * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
19624         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19625         (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
19626         * sys/vcd/vcdsrc.h:
19627         renamed GST_FLAGS macros to GST_OBJECT_FLAGS
19628         moved bitshift from macro to enum definition
19629
19630 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19631
19632         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19633
19634         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
19635           Fix depth/width handling for float audio (#318659).
19636
19637 2005-10-12  Josef Zlomek  <josef dot zlomek at xeris dot cz>
19638
19639         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19640
19641         * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
19642         (gst_faac_src_setcaps), (gst_faac_chain):
19643           Refcount fixes (#318660)
19644
19645 2005-10-12  Julien MOUTTE  <julien@moutte.net>
19646
19647         * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes
19648         automake-1.7 happy again.
19649
19650 2005-10-12  Tim-Philipp Müller  <tim at centricular dot net>
19651
19652         * ext/faad/gstfaad.c: (gst_faad_event):
19653           newsegment API update
19654
19655 2005-10-11  Wim Taymans  <wim@fluendo.com>
19656
19657         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19658         * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
19659         (gst_tta_parse_parse_header):
19660         newsegment API update.
19661
19662 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19663
19664         * configure.ac:
19665           back to development
19666
19667 === release 0.9.3 ===
19668
19669 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19670
19671         * configure.ac:
19672           Releasing 0.9.3, "Porthos"
19673
19674 2005-09-28  Wim Taymans  <wim@fluendo.com>
19675
19676         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
19677         No need to take stream lock here.
19678
19679 2005-09-26  Christian Schaller  <uraeus@gnome.org>
19680
19681         * configure.ac: add speed and rfb where needed
19682         * gst/librfb/Makefile.am: add rfbsrc.c file to files getting disted
19683
19684 2005-09-23  Edgard Lima  <edgard.lima@indt.org.br>
19685
19686         * ext/gsm/Makefile.am:
19687         * ext/gsm/gstgsm.c:
19688         * ext/gsm/gstgsmdec.c:
19689         * PORTED_09:
19690         Gsmdec ported to 0.9.
19691
19692 2005-09-22  Arwed v. Merkatz  <v.merkatz@gmx.net>
19693
19694         * configure.ac:
19695         * gst/tta/gstttadec.c: (gst_tta_dec_setcaps), (gst_tta_dec_init),
19696         (gst_tta_dec_chain):
19697         * gst/tta/gstttaparse.c: (gst_tta_parse_dispose),
19698         (gst_tta_parse_class_init), (gst_tta_parse_reset),
19699         (gst_tta_parse_init), (gst_tta_parse_src_event),
19700         (gst_tta_parse_get_query_types), (gst_tta_parse_query),
19701         (gst_tta_parse_activate), (gst_tta_parse_activate_pull),
19702         (gst_tta_parse_parse_header), (gst_tta_parse_stream_data),
19703         (gst_tta_parse_loop), (gst_tta_parse_change_state):
19704         * gst/tta/gstttaparse.h:
19705           Ported tta plugin to 0.9.
19706
19707
19708 2005-09-20  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19709
19710         * ext/gsm/gstgsmenc.c:
19711           Setting caps on the outgoing buffers.
19712           Need to fix: rtpencoder does not know what it is handling and
19713           errors out
19714
19715 2005-09-20  Edgard Lima  <edgard.lima@indt.org.br>
19716
19717         * configure.ac:
19718         * ext/sdl/Makefile.am:
19719           Fixed Makefile.am - removed hard coded flags from Makefile.am.
19720           Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
19721
19722 2005-09-19  Edgard Lima  <edgard.lima@indt.org.br>
19723
19724         * Makefile.am:
19725         * configure.ac:
19726         * ext/sdl/Makefile.am:
19727         * ext/sdl/sdlvideosink.c:
19728         * PORTED_09:
19729           Ported to 0.9.
19730
19731 === release 0.9.1 ===
19732
19733 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19734
19735         * configure.ac:
19736         * gst/speed/Makefile.am:
19737         * gst/speed/gstspeed.c: Ported to GStreamer 0.9.
19738         * PORTED_09:
19739
19740 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19741
19742         * NEWS:
19743         * README:
19744         * RELEASE:
19745         * configure.ac:
19746         * autogen.sh:
19747           releasing 0.9.1, "Angel Eyes"
19748
19749 2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>
19750         * examples/gstplay/player.c: (main):
19751         * examples/stats/mp2ogg.c: (main):
19752         * ext/artsd/gstartsdsink.c: (gst_artsdsink_change_state):
19753         * ext/audiofile/gstafsink.c: (gst_afsink_change_state):
19754         * ext/audiofile/gstafsrc.c: (gst_afsrc_change_state):
19755         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_change_state):
19756         * ext/dirac/gstdiracdec.cc:
19757         * ext/directfb/directfbvideosink.c:
19758         (gst_directfbvideosink_change_state):
19759         * ext/dts/gstdtsdec.c: (gst_dtsdec_change_state):
19760         * ext/faac/gstfaac.c: (gst_faac_change_state):
19761         * ext/hermes/gsthermescolorspace.c:
19762         (gst_hermes_colorspace_change_state):
19763         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_change_state):
19764         * ext/jack/gstjack.c: (gst_jack_change_state):
19765         * ext/jack/gstjackbin.c: (gst_jack_bin_change_state):
19766         * ext/lcs/gstcolorspace.c: (gst_colorspace_change_state):
19767         * ext/libmms/gstmms.c: (gst_mms_change_state):
19768         * ext/mpeg2enc/gstmpeg2enc.cc:
19769         * ext/mplex/gstmplex.cc:
19770         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_change_state):
19771         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_change_state):
19772         * ext/nas/nassink.c: (gst_nassink_change_state):
19773         * ext/polyp/polypsink.c: (gst_polypsink_change_state),
19774         (context_state_callback), (gst_polypsink_link):
19775         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
19776         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19777         * ext/smoothwave/gstsmoothwave.c: (gst_sw_change_state):
19778         * ext/sndfile/gstsf.c: (gst_sf_change_state):
19779         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19780         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_change_state):
19781         * ext/xine/xine.c: (gst_xine_change_state):
19782         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_change_state):
19783         * ext/xine/xineaudiosink.c: (gst_xine_audio_sink_change_state):
19784         * ext/xine/xineinput.c: (gst_xine_input_change_state):
19785         * ext/xvid/gstxviddec.c: (gst_xviddec_change_state):
19786         * ext/xvid/gstxvidenc.c: (gst_xvidenc_change_state):
19787         * gst/apetag/apedemux.c: (gst_ape_demux_change_state):
19788         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_change_state):
19789         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_change_state):
19790         * gst/colorspace/gstcolorspace.c: (gst_colorspace_change_state):
19791         * gst/festival/gstfestival.c: (gst_festival_change_state):
19792         * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state):
19793         * gst/modplug/gstmodplug.cc:
19794         * gst/mpeg1videoparse/gstmp1videoparse.c:
19795         (gst_mp1videoparse_change_state):
19796         * gst/mpegaudioparse/gstmpegaudioparse.c:
19797         (gst_mp3parse_change_state):
19798         * gst/multifilesink/gstmultifilesink.c:
19799         (gst_multifilesink_change_state):
19800         * gst/speed/gstspeed.c: (speed_change_state):
19801         * gst/switch/gstswitch.c: (gst_switch_change_state):
19802         * gst/videocrop/gstvideocrop.c: (gst_video_crop_change_state):
19803         * gst/videodrop/gstvideodrop.c: (gst_videodrop_change_state):
19804         * gst/y4m/gsty4mencode.c: (gst_y4mencode_change_state):
19805         * po/af.po:
19806         * po/az.po:
19807         * po/cs.po:
19808         * po/en_GB.po:
19809         * po/hu.po:
19810         * po/it.po:
19811         * po/nb.po:
19812         * po/nl.po:
19813         * po/or.po:
19814         * po/sq.po:
19815         * po/sr.po:
19816         * po/sv.po:
19817         * po/uk.po:
19818         * po/vi.po:
19819         * sys/cdrom/gstcdplayer.c: (cdplayer_change_state):
19820         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_change_state):
19821         * sys/dxr3/dxr3spusink.c: (dxr3spusink_change_state):
19822         * sys/dxr3/dxr3videosink.c: (dxr3videosink_change_state):
19823         * sys/glsink/glimagesink.c: (gst_glimagesink_change_state):
19824         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state):
19825         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_change_state):
19826         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_change_state):
19827         * sys/sunaudio/gstsunelement.c: (gst_sunaudioelement_change_state):
19828         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_change_state):
19829         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_change_state):
19830         * sys/vcd/vcdsrc.c: (gst_vcdsrc_change_state):
19831           Fix up all the state change functions.
19832
19833 2005-09-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19834
19835         * created gst-plugins-bad
19836
19837 2005-09-02  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19838
19839         * configure.ac:
19840         * ext/Makefile.am:
19841         * ext/gsm/Makefile.am:
19842         * ext/gsm/gstgsm.c: 
19843         * ext/gsm/gstgsmenc.c: Ported GSM Encoder to GStreamer 0.9.
19844         * PORTED_09:
19845
19846 2005-08-31  Flavio Oliveira  <flavio.oliveira@indt.org.br>
19847
19848         * configure.ac:
19849         * ext/Makefile.am:
19850         * ext/faac/Makefile.am:
19851         * ext/faac/gstfaac.c: Ported to GStreamer 0.9.