Update for _get_state() API change.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-10-12  Wim Taymans  <wim@fluendo.com>
2
3         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4         * examples/seeking/Makefile.am:
5         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
7         (do_seek), (set_update_scale), (message_received), (main):
8         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
9         (gst_ring_buffer_read), (gst_ring_buffer_clear):
10         Update for _get_state() API change.
11
12 2005-10-11  Wim Taymans  <wim@fluendo.com>
13
14         * gst-libs/gst/audio/gstbaseaudiosink.c:
15         (gst_base_audio_sink_render):
16         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17         (gst_base_audio_src_create):
18         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
19         (gst_ring_buffer_read):
20         Cleanups.
21         Commit and read from ringbuffer in samples rather than bytes.
22
23 2005-10-11  Wim Taymans  <wim@fluendo.com>
24
25         * gst-libs/gst/audio/gstbaseaudiosink.c:
26         (gst_base_audio_sink_render):
27         Respect segment rate and accum when scheduling samples.
28
29 2005-10-11  Julien MOUTTE  <julien@moutte.net>
30
31         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
32         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
33         EOS correctly, that needs more work.
34
35 2005-10-11  Wim Taymans  <wim@fluendo.com>
36
37         * check/generic/states.c: (GST_START_TEST):
38         remove old property.
39
40         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
41         (gst_ogg_demux_perform_seek):
42         * ext/theora/theoradec.c: (theora_dec_sink_event):
43         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
44         (vorbis_handle_data_packet):
45         * gst-libs/gst/rtp/gstbasertpdepayload.c:
46         (gst_base_rtp_depayload_set_gst_timestamp):
47         * gst/videorate/gstvideorate.c: (gst_videorate_event):
48         Update for newsegment API change.
49
50 2005-10-11  Michael Smith <msmith@fluendo.com>
51
52         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
53         (do_playbin_seek), (gst_play_bin_send_event):
54           Override send_event differently, so that we can takes bits of
55           functionality from GstPipeline (special handling for seeks,
56           including pausing/resuming, and resetting stream time) and still get
57           the appropriate behaviour of only forwarding event to a single sink,
58           rather than all of them.
59           Unfortunately requires a lot of code duplication, but the
60           alternatives are equally ugly in the end.
61
62 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
63
64         * check/elements/audioconvert.c: (setup_audioconvert),
65         (cleanup_audioconvert), (get_int_caps), (verify_convert),
66         (GST_START_TEST), (audioconvert_suite):
67           clean up tests a little, fix some leaks.
68
69 2005-10-10  Wim Taymans  <wim@fluendo.com>
70
71         * ext/alsa/gstalsasink.c:
72         Also allow unsigned int.
73
74         * gst-libs/gst/audio/gstbaseaudiosrc.c:
75         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
76         Small cleanup
77
78 2005-10-10  Wim Taymans  <wim@fluendo.com>
79
80         * check/pipelines/simple_launch_lines.c: (run_pipeline):
81         Small update, use API as stated in design docs.
82
83         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
84         (update_scale), (do_seek), (seek_cb), (set_update_scale),
85         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
86         (message_received), (main):
87         Updated seek example for GOption. Some usability improvements.
88
89 2005-10-10  Wim Taymans  <wim@fluendo.com>
90
91         * gst/audioconvert/audioconvert.h:
92         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
93         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
94         Alloc temp storage somewhere else where we can do it more
95         portable.
96
97 2005-10-10  Wim Taymans  <wim@fluendo.com>
98
99         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
100         (gst_tcpserversrc_start):
101         Don't block in accept while doing the state change, move
102         to poll and make cancellable.
103
104 2005-10-09  Philippe Khalaf <burger@speedy.org>
105
106         * gst-libs/gst/rtp/rtpbasedepayload.c:
107         Set timestamp and add queue delay to timestamp
108         * gst-libs/gst/rtp/rtpbuffer.h:
109         Set correct payload type for h263
110
111 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
112
113         * gst/audiotestsrc/gstaudiotestsrc.c:
114         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
115         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
116         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
117         (gst_audiotestsrc_create_triangle),
118         (gst_audiotestsrc_create_silence),
119         (gst_audiotestsrc_create_white_noise),
120         (gst_audiotestsrc_init_pink_noise),
121         (gst_audiotestsrc_generate_pink_noise_value),
122         (gst_audiotestsrc_create_pink_noise),
123         (gst_audiotestsrc_change_wave):
124         * gst/audiotestsrc/gstaudiotestsrc.h:
125           fixed typo, added pink noise
126
127 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
128
129         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
130         (plugin_init):
131           Add wavpack and spc typefind functions from 0.8 branch.
132
133 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
134
135         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
136         (ar_type_find), (msdos_type_find), (plugin_init):
137           Add typefind functions for tar archives, ar archives,
138           RAR archives, and msdos-executables (dlls, exe, etc.).
139           Some of those would be wrongly identified as mpeg
140           streams of some sort before (#315550).
141
142 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
143
144         * configure.ac:
145         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
146         * docs/plugins/gst-plugins-base-plugins-sections.txt:
147         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
148         * gst/audiotestsrc/Makefile.am:
149         * gst/audiotestsrc/gstaudiotestsrc.c:
150         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
151         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
152         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
153         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
154         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
155         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
156         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
157         (gst_audiotestsrc_create_silence),
158         (gst_audiotestsrc_create_white_noise),
159         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
160         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
161         (gst_audiotestsrc_start), (plugin_init):
162         * gst/audiotestsrc/gstaudiotestsrc.h:
163           add new plugin and element
164         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
165           use gobject_class
166
167 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
168
169         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
170         (gst_adder_init), (gst_adder_request_new_pad),
171         (gst_adder_change_state):
172           Add query function to source pad, so adder reports the correct
173           time/sample position when queried (#315457); fix state change
174           function; use GST_DEBUG_FUNCPTR() for pad functions.
175
176 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
177
178         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
179           Fix leaks in typefind registration
180           Clean up the gratuitous commenting and whitespacing a little
181
182 2005-10-08  Wim Taymans  <wim@fluendo.com>
183
184         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
185         Only actually wait for the thread to be stopped if it's 
186         running.
187
188 2005-10-08  Wim Taymans  <wim@fluendo.com>
189
190         * gst-libs/gst/audio/gstbaseaudiosink.c:
191         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
192         If we receive EOS we can start playback of what we had.
193
194 2005-10-08  Wim Taymans  <wim@fluendo.com>
195
196         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
197         (gst_multifdsink_finalize), (multifdsink_hash_remove),
198         (gst_multifdsink_stop):
199         Fix crasher when going to NULL multiple times.
200
201 2005-10-06  Wim Taymans  <wim@fluendo.com>
202
203         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
204         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
205         * gst-libs/gst/audio/gstbaseaudiosrc.h:
206         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
207         patch from Edgard Lima <edgard.lima@indt.org.br>
208         Fixed gstbaseaudiosrc adding ring buffer sync to it.
209
210 2005-10-06  Wim Taymans  <wim@fluendo.com>
211
212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
213         Report the FLOW_RETURN as string in the error message.
214
215         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
216         Don't assert when clearing an unnegotiated buffer.
217
218 2005-10-04  Michael Smith <msmith@fluendo.com>
219
220         * gst/playback/gstplaybasebin.c: (group_destroy),
221         (gen_preroll_element), (remove_groups), (setup_source):
222         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
223         (setup_sinks), (gst_play_bin_send_event),
224         (gst_play_bin_change_state):
225           Set state to NULL before removing from bin. Fix refcounting.
226
227 2005-10-04  Michael Smith <msmith@fluendo.com>
228
229         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
230           Correct refcounting in send_event() function. Previously was wrong
231           if the first sink was unable to handle the event.
232
233 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
234
235         * configure.ac:
236           back to development
237
238 === release 0.9.3 ===
239
240 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
241
242         * configure.ac:
243           Releasing 0.9.3, "De Facto"
244
245 2005-10-03  Andy Wingo  <wingo@pobox.com>
246
247         * gst/playback/gstdecodebin.c (try_to_link_1)
248         (remove_element_chain): set element to NULL before removing it.
249
250 2005-10-02  Johan Dahlin  <johan@gnome.org>
251
252         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
253         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
254         MT safe.
255
256 2005-10-02  Andy Wingo  <wingo@pobox.com>
257
258         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
259         (gst_ring_buffer_prepare_read): 
260         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
261         Demote to LOG.
262
263 2005-09-29  Wim Taymans  <wim@fluendo.com>
264
265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
266         * ext/theora/theoradec.c: (theora_handle_data_packet):
267         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
268         Propagate error codes from alloc_buffer too.
269
270 2005-09-29  Wim Taymans  <wim@fluendo.com>
271
272         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
273         We use fixed caps.
274
275         * gst/playback/Makefile.am:
276         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
277         (dump_element_stats), (main):
278         Added example stream introspection code.
279
280 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
281
282         * gst/adder/gstadder.c: (gst_adder_collected):
283           fix adder for float elements
284
285 2005-09-28  Wim Taymans  <wim@fluendo.com>
286
287         * gst-libs/gst/audio/gstbaseaudiosink.c:
288         (gst_base_audio_sink_class_init),
289         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
290         * gst-libs/gst/audio/gstbaseaudiosrc.c:
291         (gst_base_audio_src_class_init),
292         (gst_base_audio_src_provide_clock):
293         get_clock -> provide_clock
294
295 2005-09-28  Andy Wingo  <wingo@pobox.com>
296
297         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
298         and unlocking.
299
300         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
301         unlocking.
302
303         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
304         Actually add the pad template.
305         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
306
307         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
308         I'm at it...
309
310         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
311         from fdsrc. Get caps in create() instead of start() so it can be
312         interrupted. Interruption somewhat untested.
313
314         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
315         Proper EOS handling.
316
317 2005-09-27  Andy Wingo  <wingo@pobox.com>
318
319         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
320
321         * gst/tcp/gsttcpserversrc.c: Cleaned up.
322
323         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
324
325         * gst/tcp/gsttcp.h: 
326         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
327         out of tcpclientsrc.c. Cancellable.
328         (gst_tcp_socket_read): Made private, cancellable, with better
329         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
330         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
331         whole buffer, and better diagnostics.
332         (gst_tcp_gdp_read_caps): Same.
333
334         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
335
336 2005-09-26  Andy Wingo  <wingo@pobox.com>
337
338         * gst/sine/gstsinesrc.h:
339         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
340         change the 'sync' property to 'is-live' and implement it halfway,
341         update for controller api change.
342
343         * gst/volume/gstvolume.c (volume_transform_ip): Update for
344         controller api change.
345
346 2005-09-24  Wim Taymans  <wim@fluendo.com>
347
348         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
349         * gst-libs/gst/audio/gstaudiosink.c:
350         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
351         (gst_audioringbuffer_stop):
352         * gst-libs/gst/audio/gstbaseaudiosink.c:
353         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
354         (gst_base_audio_sink_change_state):
355         * gst-libs/gst/audio/gstbaseaudiosink.h:
356         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
357         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
358         (gst_ring_buffer_commit), (gst_ring_buffer_read):
359         * gst-libs/gst/audio/gstringbuffer.h:
360         Fix sync again. Moved sample alignment to basesink.
361
362 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
363
364         * docs/plugins/Makefile.am:
365         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
366         * docs/plugins/gst-plugins-base-plugins-sections.txt:
367         * gst/volume/gstvolume.c:
368           add/fix docs
369         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
370         * gst-libs/gst/audio/audio.h:
371           add conversion macros for frames <-> clocktime
372
373 2005-09-23  David Schleef  <ds@schleef.org>
374
375         * gst/audioresample/Makefile.am:
376         * gst/audioresample/debug.h:
377         * gst/audioresample/gstaudioresample.c:
378         * gst/audioresample/resample.c: Convert to using gst debugging
379
380 2005-09-22  Wim Taymans  <wim@fluendo.com>
381
382         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
383         (gst_play_bin_send_event):
384         Only seek on one sink, the first one that succeeds.
385
386 2005-09-22  Michael Smith <msmith@fluendo.com>
387
388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
389         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
390         Don't flush encoder state unless we have an initialised encoder.
391         Clear out encoder state on PAUSED_TO_READY.
392
393 2005-09-22  Wim Taymans  <wim@fluendo.com>
394
395         * gst-libs/gst/rtp/gstbasertppayload.c:
396         (gst_basertppayload_class_init), (gst_basertppayload_init),
397         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
398         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
399         (gst_basertppayload_is_filled), (gst_basertppayload_push),
400         (gst_basertppayload_set_property),
401         (gst_basertppayload_get_property),
402         (gst_basertppayload_change_state):
403         * gst-libs/gst/rtp/gstbasertppayload.h:
404         Added max-ptime to control amount of data in the rtp packets.
405
406 2005-09-21  Andy Wingo  <wingo@pobox.com>
407
408         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
409         thingies.
410
411         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
412         can be called multiple times, dogs.
413
414 2005-09-21  Wim Taymans  <wim@fluendo.com>
415
416         * gst-libs/gst/rtp/gstbasertppayload.c:
417         (gst_basertppayload_class_init), (gst_basertppayload_init),
418         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
419         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
420         (gst_basertppayload_push), (gst_basertppayload_get_property),
421         (gst_basertppayload_change_state):
422         Allow 0 ssrc too.
423
424 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
425
426         * docs/libs/compiling.sgml:
427           fixing typos
428
429 2005-09-20  Wim Taymans  <wim@fluendo.com>
430
431         * gst-libs/gst/rtp/gstbasertppayload.c:
432         (gst_basertppayload_class_init), (gst_basertppayload_init),
433         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
434         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
435         (gst_basertppayload_push), (gst_basertppayload_set_property),
436         (gst_basertppayload_get_property),
437         (gst_basertppayload_change_state):
438         * gst-libs/gst/rtp/gstbasertppayload.h:
439         Added property to configure sequence number offsets.
440
441 2005-09-20  Wim Taymans  <wim@fluendo.com>
442
443         * gst-libs/gst/rtp/gstbasertppayload.c:
444         (gst_basertppayload_class_init), (gst_basertppayload_init),
445         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
446         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
447         (gst_basertppayload_push), (gst_basertppayload_set_property),
448         (gst_basertppayload_get_property),
449         (gst_basertppayload_change_state):
450         * gst-libs/gst/rtp/gstbasertppayload.h:
451         Make timestamp offset configurable.
452
453 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
454
455         * check/pipelines/simple_launch_lines.c: (run_pipeline):
456           fix wrong pop/unref
457
458 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
459
460         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
461
462         * gst-libs/gst/interfaces/propertyprobe.c:
463         (gst_property_probe_probe_property_name),
464         (gst_property_probe_needs_probe_name),
465         (gst_property_probe_get_values_name),
466         (gst_property_probe_probe_and_get_values_name):
467           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
468           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
469
470 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
471
472         * check/Makefile.am:
473           have some tests be disabled for valgrinding
474         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
475         (GST_START_TEST):
476         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
477           Fix A Leak.  Chain To Parent Finalize.
478
479 2005-09-19  Wim Taymans  <wim@fluendo.com>
480
481         * examples/seeking/seek.c: (make_wav_pipeline), (main):
482         Fixed wav pipeline.
483
484 2005-09-19  Wim Taymans  <wim@fluendo.com>
485
486         * gst-libs/gst/rtp/gstbasertppayload.c:
487         (gst_basertppayload_class_init), (gst_basertppayload_init),
488         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
489         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
490         (gst_basertppayload_push), (gst_basertppayload_get_property),
491         (gst_basertppayload_change_state):
492         Posting ERROR and WARNING messages is good.
493
494 2005-09-19  Wim Taymans  <wim@fluendo.com>
495
496         * gst-libs/gst/rtp/gstbasertpdepayload.c:
497         (gst_base_rtp_depayload_add_to_queue),
498         (gst_base_rtp_depayload_push),
499         (gst_base_rtp_depayload_set_gst_timestamp),
500         (gst_base_rtp_depayload_queue_release):
501         This one was not supposed to go in.
502
503 2005-09-19  Wim Taymans  <wim@fluendo.com>
504
505         * check/pipelines/simple_launch_lines.c: (run_pipeline):
506         Fix for bus API.
507
508         * gst-libs/gst/rtp/gstbasertpdepayload.c:
509         (gst_base_rtp_depayload_chain),
510         (gst_base_rtp_depayload_add_to_queue),
511         (gst_base_rtp_depayload_push),
512         (gst_base_rtp_depayload_set_gst_timestamp),
513         (gst_base_rtp_depayload_queue_release):
514         Some cleanups.
515
516         * gst-libs/gst/rtp/gstbasertppayload.c:
517         (gst_basertppayload_class_init), (gst_basertppayload_init),
518         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
519         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
520         (gst_basertppayload_get_property),
521         (gst_basertppayload_change_state):
522         Added debugging category.
523
524 2005-09-18  David Schleef  <ds@schleef.org>
525
526         * gst/playback/gstdecodebin.c: free plugin list correctly
527         * gst/playback/gstplaybin.c: emit warning if autovideosink
528           and autoaudiosink can't be found (instead of segfaulting)
529
530 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
531
532         * check/elements/audioconvert.c: (GST_START_TEST):
533           try out 24 bit conversion
534
535 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
536
537         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
538         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
539         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
540         * ext/vorbis/vorbisenc.h:
541           Fix EOS handling.  Still needs a fix in the ogg muxer to
542           mark the last page as eos.
543
544 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
545
546         * common/gtk-doc-plugins.mak:
547         * docs/plugins/Makefile.am:
548         * docs/plugins/gst-plugins-base-plugins-sections.txt:
549         * gst/ffmpegcolorspace/Makefile.am:
550         * gst/ffmpegcolorspace/avcodec.h:
551         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
552         * gst/tcp/gstmultifdsink.c:
553           fix up ffmpegcolorspace docs; extract header
554
555 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
556
557         * common/gtk-doc-plugins.mak:
558         * docs/plugins/Makefile.am:
559         * docs/plugins/gst-plugins-base-plugins-sections.txt:
560         * ext/theora/Makefile.am:
561         * ext/theora/gsttheoraenc.h:
562         * ext/theora/theoraenc.c:
563         * ext/vorbis/vorbisenc.c:
564           pick up signals and args for vorbis; add some docs for vorbis
565
566 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
567
568         * common/gstdoc-scangobj:
569         * common/gtk-doc-plugins.mak:
570         * docs/libs/Makefile.am:
571         * docs/plugins/gst-plugins-base-plugins.args:
572         * docs/plugins/gst-plugins-base-plugins.hierarchy:
573         * docs/plugins/gst-plugins-base-plugins.interfaces:
574         * docs/plugins/gst-plugins-base-plugins.prerequisites:
575         * docs/plugins/gst-plugins-base-plugins.signals:
576           only scanobj stuff from our source module.  Not sure yet
577           if that's correct, given the hierarchy stuff :)
578
579 2005-09-15  Wim Taymans  <wim@fluendo.com>
580
581         * gst/audioconvert/gstaudioconvert.c:
582         And enable 24 bits mode as well..
583
584 2005-09-15  Wim Taymans  <wim@fluendo.com>
585
586         * gst-libs/gst/rtp/Makefile.am:
587         * gst-libs/gst/rtp/gstbasertppayload.c:
588         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
589         (gst_basertppayload_class_init), (gst_basertppayload_init),
590         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
591         (gst_basertppayload_chain), (gst_basertppayload_set_options),
592         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
593         (gst_basertppayload_set_property),
594         (gst_basertppayload_get_property),
595         (gst_basertppayload_change_state):
596         * gst-libs/gst/rtp/gstbasertppayload.h:
597         Added rtp payloader base class.
598
599 2005-09-15  Andy Wingo  <wingo@pobox.com>
600
601         * configure.ac (plugindir): Remove the EOL matcher from the
602         regexp, as it causes me problems. Libtool? Make? Who knows?
603
604 2005-09-14  David Schleef  <ds@schleef.org>
605
606         * check/generic/states.c: 
607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
608         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
609           Fixes for changes in registry API.
610
611         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
612           to GST_PLUGIN_LDFLAGS.
613         * ext/libvisual/visual.c: Make the library shut up.
614         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
615         * gst-libs/gst/audio/gstaudiofilter.c: same
616
617 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
618
619         * docs/plugins/Makefile.am:
620         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
621         * docs/plugins/inspect/plugin-libvisual.xml:
622         * docs/plugins/tmpl/element-tcpserversink.sgml:
623         * ext/theora/theoraenc.c:
624           add libvisual plugin and theoraenc element to docs
625
626 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
627
628         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
629         * docs/plugins/gst-plugins-base-plugins-sections.txt:
630         * ext/theora/theoraenc.c:
631           add theoraenc
632
633 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
634
635         * gst/audioconvert/Makefile.am:
636           Audioconvert derives from GstBaseTransform and should
637           link to the library with our base elements to avoid
638           unresolved symbols. Makes things work with MinGW (#316160)
639
640         * gst/playback/test4.c: (main):
641           Fix MinGW build problem and use g_usleep() instead of 
642           sleep() (#316162)
643
644 2005-09-12  Wim Taymans  <wim@fluendo.com>
645
646         * gst/audioconvert/audioconvert.c: (float),
647         (audio_convert_prepare_context), (audio_convert_convert):
648         * gst/audioconvert/audioconvert.h:
649         Cleanups, speedups, simplifications, added back support
650         for 24 bits.
651
652 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
653
654         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
655         * docs/plugins/gst-plugins-base-plugins-sections.txt:
656         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
657         * docs/plugins/tmpl/element-tcpserversink.sgml:
658         * gst/ffmpegcolorspace/gstffmpeg.c:
659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
660         * gst/videotestsrc/gstvideotestsrc.c:
661         * gst/volume/gstvolume.c:
662           add more elements to the docs
663
664 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
665
666         * check/Makefile.am:
667         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
668         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
669           Add extra tests for basetransform based components. 
670           Comment out the test_element_negotiation test until we decide
671           if it's testing correct behaviour.
672         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
673         (gst_visual_chain), (gst_visual_change_state):
674           Slightly more correct but still bogus timestamping.
675           Fix state change function.
676         * gst/audioconvert/gstaudioconvert.c:
677         (gst_audio_convert_class_init):
678         * gst/audioresample/gstaudioresample.c:
679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
680         (gst_ffmpegcsp_class_init):
681         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
682         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
683         (gst_videoscale_prepare_image):
684         * gst/volume/gstvolume.c: (gst_volume_class_init),
685         (volume_transform_ip):
686           Basetransform updates. Enable passthrough modes.
687         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
688         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
689         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
690           Negotiation fix that allows the window to return to the original
691           size and renegotiate passthrough upstream. Extra debug output.
692
693 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
694
695         * gst/sine/gstsinesrc.c:
696         * gst/volume/gstvolume.c:
697           fix up header include
698
699 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
700
701         * gst-libs/gst/audio/gstbaseaudiosink.c:
702         (gst_base_audio_sink_render):
703         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
704         * gst/volume/gstvolume.c: (gst_volume_class_init),
705         (volume_transform):
706           fixing lost sync, some more debugging
707
708 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
709
710         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
711         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
712         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
713         (gst_xvimagesink_check_xshm_calls):
714           Fix compilation when XShm is not available.
715
716 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
717
718         * ext/libvisual/visual.c: (gst_visual_dispose),
719         (gst_visual_getcaps), (gst_visual_src_setcaps),
720         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
721         (gst_visual_change_state):
722           Finish fixing up libvisual plugin so that it runs. 
723
724 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
725
726         * ext/vorbis/vorbisenc.c:
727         * gst-libs/gst/tag/gstvorbistag.c:
728           gsttaginterface.h -> gsttagsetter.h
729
730 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
731
732         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
733           added another test that failes for me (test is not active by default)
734
735 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
736
737         * configure.ac:
738           v4l2 is no longer in gst-plugins-base
739
740 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
741
742         * configure.ac:
743           In the output at the end, don't show the first plugin on the same
744           line as "Core plug-ins, always built:".
745           Indent the output as for other plugin categories
746         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
747           #define that can be used to not use peer buffer_alloc functions for
748           test purposes.
749         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
750         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
751         (gst_ximagesink_show_frame):
752         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
753         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
754         (gst_xvimagesink_show_frame):
755           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
756           fails gracefully instead of XError aborting or deadlocking.
757
758 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
759
760         * ext/libvisual/Makefile.am:
761           link against gst-base-libs
762
763 2005-09-06  David Schleef  <ds@schleef.org>
764
765         * configure.ac: Enable libvisual plugin.
766         * ext/libvisual/Makefile.am:
767         * ext/libvisual/visual.c: Fixes to make it compile.
768
769 === release 0.9.2 ===
770
771 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
772
773         * NEWS:
774         * RELEASE:
775         * configure.ac:
776         * docs/random/ChangeLog-0.8:
777           releasing 0.9.2, "Spoon"
778
779 2005-09-05  Michael Smith <msmith@fluendo.com>
780
781         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
782           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
783           that in the vorbisenc element.
784
785 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
786
787         * common/gtk-doc-plugins.mak:
788         * docs/plugins/Makefile.am:
789           fix distcheck
790         * gst/audioresample/resample.c:
791           fix wrong docstring
792
793 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
794
795         * common/gst-xmlinspect.py:
796         * common/gtk-doc-plugins.mak:
797           only inspect plugins for this given package
798           require gst-python 0.9
799
800 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
801
802         * Makefile.am:
803         * autogen.sh:
804         * common/gst-xmlinspect.py:
805         * configure.ac:
806         * docs/Makefile.am:
807         * docs/plugins/inspect/plugin-alsa.xml:
808         * docs/plugins/inspect/plugin-audioresample.xml:
809         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
810         * docs/plugins/inspect/plugin-ogg.xml:
811         * docs/plugins/tmpl/element-gnomevfssink.sgml:
812         * docs/plugins/tmpl/element-multifdsink.sgml:
813         * docs/plugins/tmpl/element-tcpserversink.sgml:
814         * docs/plugins/tmpl/element-vorbisenc.sgml:
815         * gst-plugins-base.spec.in:
816           various doc-related updates
817
818 2005-08-31  Wim Taymans  <wim@fluendo.com>
819
820         * gst-libs/gst/audio/gstbaseaudiosink.c:
821         (gst_base_audio_sink_render):
822         Resync if the buffer timestamps drift more than a 10th 
823         of a second.
824
825 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
826
827         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
828         (gst_v4lsrc_get_property):
829           The 'timestamp-offset' property is registered as an int64, so
830           let's use g_value_{set|get}_int64() in our setter and getter
831           functions (makes it work and fixes warnings with gst-inspect).
832
833 2005-08-30  Wim Taymans  <wim@fluendo.com>
834
835         * check/elements/audioconvert.c: (setup_audioconvert):
836         * check/elements/audioresample.c: (setup_audioresample):
837         * check/elements/volume.c: (setup_volume):
838         Fix checks.
839
840 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
841
842         * common/gtk-doc-plugins.mak:
843         * common/plugins.xsl:
844         * docs/plugins/Makefile.am:
845           make module a param
846
847 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
848
849         * examples/seeking/seek.c: (make_mp3_pipeline),
850         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
851         (play_cb), (pause_cb), (stop_cb):
852           update the example
853
854 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
855
856         * gst/volume/gstvolume.c: (gst_volume_class_init),
857         (volume_transform):
858           do not update controlled params, if buffer has no timestamp
859
860 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
861
862         * configure.ac:
863         * gst/sine/Makefile.am:
864         * gst/volume/Makefile.am:
865           controllerized elements also need to link against controller-libs ;)
866
867 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
868
869         * docs/libs/tmpl/gstcolorbalance.sgml:
870         * docs/libs/tmpl/gstgconf.sgml:
871         * docs/libs/tmpl/gstmixer.sgml:
872         * docs/libs/tmpl/gstringbuffer.sgml:
873         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
874         (gst_sinesrc_create):
875         * gst/volume/gstvolume.c: (gst_volume_class_init),
876         (volume_transform):
877           controllerized two audio plugins
878
879 2005-08-29  Andy Wingo  <wingo@pobox.com>
880
881         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
882         (vorbis_handle_data_packet): Fix some int overflow errors.
883
884         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
885         -1.
886         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
887         valid.
888         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
889         if it's valid. Fixed streaming-mode playback.
890
891         * check/elements/volume.c (cleanup_volume): Fix for running
892         CK_FORK=no.
893
894         * check/elements/audioconvert.c: Convert from native endian, not
895         little endian.
896
897 2005-08-29  Michael Smith <msmith@fluendo.com>
898
899         * ext/ogg/Makefile.am:
900         * ext/ogg/gstogg.c: (plugin_init):
901         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
902         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
903         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
904         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
905         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
906         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
907         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
908         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
909         Add an ogg parser element.
910
911 2005-08-28  Andy Wingo  <wingo@pobox.com>
912
913         * Updates for two-arg init from GST_BOILERPLATE_FULL.
914
915 2005-08-26  Wim Taymans  <wim@fluendo.com>
916
917         * gst/audioconvert/audioconvert.c: (if), (float),
918         (audio_convert_get_func_index), (check_default),
919         (audio_convert_clean_fmt), (audio_convert_prepare_context),
920         (audio_convert_clean_context), (audio_convert_get_sizes),
921         (audio_convert_convert):
922         Cleanups.
923
924 2005-08-26  Wim Taymans  <wim@fluendo.com>
925
926         * gst/audioconvert/audioconvert.c: (if), (float),
927         (audio_convert_get_func_index), (check_default),
928         (audio_convert_clean_fmt), (audio_convert_prepare_context),
929         (audio_convert_clean_context), (audio_convert_get_sizes),
930         (audio_convert_convert):
931         More elegant and working temp buffer selection algo.
932
933 2005-08-26  Wim Taymans  <wim@fluendo.com>
934
935         * gst/audioconvert/audioconvert.c: (if), (float),
936         (audio_convert_get_func_index), (check_default),
937         (audio_convert_clean_fmt), (audio_convert_prepare_context),
938         (audio_convert_clean_context), (audio_convert_get_sizes),
939         (get_temp_buffer), (audio_convert_convert):
940         Use realloc else we lose our original data.
941
942 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
943
944         * gst/audioresample/gstaudioresample.c:
945           use base class' newsegment to properly timestamp
946
947 2005-08-26  Wim Taymans  <wim@fluendo.com>
948
949         * gst/audioconvert/audioconvert.c: (if), (float),
950         (audio_convert_get_func_index), (check_default),
951         (audio_convert_clean_fmt), (audio_convert_prepare_context),
952         (audio_convert_clean_context), (audio_convert_get_sizes),
953         (get_temp_buffer), (audio_convert_convert):
954         * gst/audioconvert/gstaudioconvert.c:
955         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
956         (gst_audio_convert_transform_caps),
957         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
958         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
959         Oops, allocate enough space to perform the channel mix.
960
961 2005-08-26  Wim Taymans  <wim@fluendo.com>
962
963         * gst/audioconvert/Makefile.am:
964         * gst/audioconvert/audioconvert.c: (if), (float),
965         (audio_convert_get_func_index), (check_default),
966         (audio_convert_clean_fmt), (audio_convert_prepare_context),
967         (audio_convert_clean_context), (audio_convert_get_sizes),
968         (get_temp_buffer), (audio_convert_convert):
969         * gst/audioconvert/audioconvert.h:
970         * gst/audioconvert/gstaudioconvert.c:
971         (gst_audio_convert_class_init), (gst_audio_convert_init),
972         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
973         (gst_audio_convert_get_unit_size),
974         (gst_audio_convert_transform_caps),
975         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
976         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
977         * gst/audioconvert/gstaudioconvert.h:
978         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
979         (gst_channel_mix_fill_identical),
980         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
981         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
982         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
983         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
984         (gst_channel_mix_mix):
985         * gst/audioconvert/gstchannelmix.h:
986         Cleanups, librarify a bit, optimize, better negotiation and more.
987
988 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
989
990         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
991         Another from MikeS:
992         During typefinding, don't support negative offsets
993         (offsets from the end of the stream) in our typefind->peek() function
994         - nothing embedded in ogg ever needs them. However, we need to recognise
995         those requests and reject them, otherwise we return invalid pointers.
996
997 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
998
999         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1000         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1001         (vorbisdec_finalize), (vorbis_handle_type_packet):
1002           Big shout-out to MikeS for fixing this giant memory leak.
1003           Huzzah!
1004
1005 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1006
1007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
1008         (audio_convert_get_unit_size):
1009           plug some leaks
1010
1011 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1012
1013         * check/Makefile.am:
1014         * check/elements/audioconvert.c: (setup_audioconvert),
1015         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1016         (GST_START_TEST), (audioconvert_suite), (main):
1017           add a test for audioconvert
1018         * gst/audioresample/gstaudioresample.c:
1019         * gst/audioresample/gstaudioresample.h:
1020           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
1021           note that for buffers of 1/3 sec this means DURATION(c) is 
1022           one nanosecond more than for a and b
1023
1024 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1025
1026         * check/Makefile.am:
1027         * check/elements/audioresample.c: (setup_audioresample),
1028         (cleanup_audioresample), (fail_unless_perfect_stream),
1029         (test_perfect_stream_instance), (GST_START_TEST),
1030           add a check for audioresample
1031         (audioresample_suite), (main):
1032         * check/elements/volume.c: (GST_START_TEST):
1033           remove unused method
1034         * gst/audioresample/gstaudioresample.c:
1035           set correct buffer parameters since we're changing them
1036         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1037           add some debug
1038
1039 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
1040
1041         * gst/audioresample/debug.c:
1042         * gst/audioresample/gstaudioresample.c:
1043           add room for extra overlap samples when asked to transform size
1044           protect against possible mem corruption and check for discrepancies
1045           between written size and outbuffer's size so we can warn for
1046           potential problems
1047         * gst/audioresample/resample.c: (resample_init),
1048         (resample_get_output_size_for_input), (resample_get_output_size),
1049         (resample_set_n_channels), (resample_set_format):
1050           set debug level based on RESAMPLE_DEBUG env var
1051           make sure that get_output_size* returns a whole number of
1052           sample_size
1053           set sample_size each time either channel or format is set
1054         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
1055         * gst/audioresample/resample_functable.c:
1056         (resample_scale_functable):
1057         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1058           remove r->sample_size, it's done in resample.c now
1059           add some debugging to the ref implementation
1060           make sure we only give back bytes that are wholes of the sample
1061           size
1062
1063 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
1064         * gst/playback/gstplaybasebin.c: (fill_buffer):
1065         Revert unpopular change for GST_MESSAGE_SRC to GObject.
1066
1067 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
1068
1069         * gst/volume/gstvolume.c:
1070           made set_caps function static
1071
1072 2005-08-24  Wim Taymans  <wim@fluendo.com>
1073
1074         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1075         (gst_vorbisenc_change_state):
1076         Stop leaking taglists.
1077
1078 2005-08-24  Wim Taymans  <wim@fluendo.com>
1079
1080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1081         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
1082         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
1083         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
1084         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
1085         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
1086         Parse seeking events better.
1087         Unref static caps.
1088         Generate correct newsegment events, fixes seeking in live oggs.
1089
1090         * ext/theora/theoradec.c: (theora_dec_src_query),
1091         (theora_dec_src_event), (theora_dec_src_getcaps),
1092         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
1093         Use newsegment values to report correct play time.
1094
1095         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1096         (vorbis_dec_src_event), (vorbis_dec_sink_event):
1097         * ext/vorbis/vorbisdec.h:
1098         Parse and use newsegment values to report correct play time.
1099
1100         * gst-libs/gst/audio/gstbaseaudiosink.c:
1101         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1102         Clear ringbuffer on flush.
1103         Use newsegment values to calculate playback time.
1104
1105         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
1106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
1107         Basesink does newsegment calculations for us now.
1108
1109 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1110
1111         * check/Makefile.am:
1112         * configure.ac:
1113           add core's plugins to the mix so that playbin works
1114         * check/generic/states.c: (GST_START_TEST):
1115           set a 0 timeout on pipelines, so they don't force the next
1116           state change
1117         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
1118         (gst_play_base_bin_change_state):
1119           remove the crappy error handling and do GST error handling
1120
1121 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1122
1123         * check/Makefile.am:
1124         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
1125           add same test as to core, it bitches out on playbin atm.
1126
1127 2005-08-24  Wim Taymans  <wim@fluendo.com>
1128
1129         * configure.ac:
1130         Remove audioscale.
1131
1132 2005-08-24  Wim Taymans  <wim@fluendo.com>
1133
1134         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
1135         (gst_videoscale_prepare_size), (parse_caps),
1136         (gst_videoscale_set_caps), (gst_videoscale_get_size),
1137         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
1138         (gst_videoscale_transform):
1139         * gst/videoscale/gstvideoscale.h:
1140         Refactor, make use of BaseTranform really well.
1141
1142 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1143
1144         * configure.ac:
1145           compile audioresample
1146         * gst/audioresample/Makefile.am:
1147         * gst/audioresample/buffer.c:
1148         * gst/audioresample/functable.c:
1149         * gst/audioresample/gstaudioresample.c:
1150         * gst/audioresample/gstaudioresample.h:
1151         * gst/audioresample/resample.c:
1152         (resample_get_output_size_for_input):
1153         * gst/audioresample/resample.h:
1154         * gst/audioresample/resample_chunk.c:
1155         * gst/audioresample/resample_functable.c:
1156         * gst/audioresample/resample_ref.c:
1157           port to use basetransform; doesn't work in all cases yet
1158
1159 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1160
1161         * gst/audioconvert/gstaudioconvert.c:
1162         (gst_audio_convert_class_init), (gst_audio_convert_init),
1163         (audio_convert_get_unit_size), (audio_convert_transform_caps),
1164         (audio_convert_fixate_caps), (audio_convert_set_caps),
1165         (audio_convert_transform),
1166         (gst_audio_convert_buffer_to_default_format),
1167         (gst_audio_convert_buffer_from_default_format),
1168         (gst_audio_convert_channels):
1169         * gst/audioconvert/gstchannelmix.c:
1170         * gst/audioconvert/gstchannelmix.h:
1171           port to basetransform
1172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1173         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
1174         (gst_ffmpegcsp_get_unit_size):
1175         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
1176         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
1177           fix for basetransform changes
1178
1179 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
1180
1181         * check/Makefile.am:
1182           Add CHECK_CFLAGS and LDFLAGS
1183
1184         * gst/playback/gstplaybasebin.c: (fill_buffer):
1185           GST_MESSAGE_SRC became a GObject
1186
1187 2005-08-24  Wim Taymans  <wim@fluendo.com>
1188
1189         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
1190         (gst_ring_buffer_clear_all):
1191         * gst-libs/gst/audio/gstringbuffer.h:
1192         Added function to clear the ringbuffer.
1193
1194 2005-08-24  Andy Wingo  <wingo@pobox.com>
1195
1196         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
1197         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
1198         of _open and _close.
1199
1200         * sys/v4l/gstv4lxoverlay.h:
1201         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
1202         an Xv connection here, instead of all the time. Make Xv only be
1203         loaded if you axe for it. Kindof a workaround for buggy behaviour
1204         of Xv when using remote xservers (XvQueryExtension would block).
1205         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
1206         replace the _open and _close public API. Only start the xv
1207         connection if necessary.
1208         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
1209
1210 2005-08-23  David Schleef  <ds@schleef.org>
1211
1212         * gst/audioresample/Makefile.am: Leet audioresampling code
1213         * gst/audioresample/buffer.c:
1214         * gst/audioresample/buffer.h:
1215         * gst/audioresample/debug.c:
1216         * gst/audioresample/debug.h:
1217         * gst/audioresample/functable.c:
1218         * gst/audioresample/functable.h:
1219         * gst/audioresample/gstaudioresample.c:
1220         * gst/audioresample/gstaudioresample.h:
1221         * gst/audioresample/resample.c:
1222         * gst/audioresample/resample.h:
1223         * gst/audioresample/resample_chunk.c:
1224         * gst/audioresample/resample_functable.c:
1225         * gst/audioresample/resample_ref.c:
1226
1227 2005-08-23  Wim Taymans  <wim@fluendo.com>
1228
1229         * examples/seeking/seek.c: (make_vorbis_pipeline),
1230         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
1231         Small seek updates.
1232
1233 2005-08-23  Andy Wingo  <wingo@pobox.com>
1234
1235         * gst-libs/gst/audio/gstbaseaudiosrc.c
1236         (gst_base_audio_src_fixate): Only fixate endianness if it is
1237         present in the caps.
1238
1239 2005-08-22  Andy Wingo  <wingo@pobox.com>
1240
1241         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
1242         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
1243         device-name property.
1244
1245         * gst-libs/gst/audio/gstaudiosrc.h:
1246         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
1247         close_device in the ring buffer, like gstaudiosink.
1248
1249         * ext/alsa/gstalsamixer.h:
1250         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
1251         macro to implement the interface without much code. Cleanups. 
1252
1253         * ext/alsa/gstalsasrc.h:
1254         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
1255         READY.
1256
1257         * ext/alsa/Makefile.am: Add new files.
1258         * ext/alsa/gstalsamixerelement.c: 
1259         * ext/alsa/gstalsamixerelement.c: Split element code out from
1260         mixer code so that alsasrc can be a mixer too.
1261
1262 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1263
1264         * check/elements/volume.c: (setup_volume), (cleanup_volume),
1265         (GST_START_TEST):
1266         * check/elements/vorbisdec.c: (setup_vorbisdec),
1267         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
1268         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1269         (vorbis_handle_identification_packet),
1270         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
1271         (vorbis_handle_header_packet), (vorbis_dec_push),
1272         (vorbis_dec_chain):
1273           use the setup/teardown methods to save code.  save code is good.
1274
1275 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1276
1277         * check/Makefile.am:
1278           add ext dir for plugins
1279           add vorbisdec test conditionally
1280         * check/elements/volume.c: (setup_volume), (cleanup_volume),
1281         (GST_START_TEST), (volume_suite):
1282           add a test with wrong caps
1283         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
1284         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
1285           add a vorbisdec test
1286         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
1287         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
1288           clean up debug output
1289         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
1290           yay, fix a segfault/security issue in vorbisdec
1291           gst-launch fakesrc ! vorbisdec wasn't happy
1292         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
1293         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
1294         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
1295         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
1296         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
1297         (gst_vorbisenc_set_metadata), (get_constraints_string),
1298         (update_start_message), (gst_vorbisenc_setup),
1299         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
1300         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
1301         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
1302         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
1303         * ext/vorbis/vorbisenc.h:
1304           march in line
1305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1306         (gst_ffmpegcsp_transform):
1307           have the kow come home
1308         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
1309           debug my func ptr
1310         * gst/volume/gstvolume.c: (volume_set_caps):
1311           add a debug
1312
1313 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1314
1315         * Makefile.am:
1316         * check/.cvsignore:
1317         * check/Makefile.am:
1318         * check/elements/.cvsignore:
1319         * check/elements/volume.c: (chain_func), (event_func),
1320         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
1321         (main):
1322         * configure.ac:
1323           add unit test structure for gst-plugins-base
1324           add a test for volume
1325         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
1326         (gst_volume_set_volume), (gst_volume_get_volume),
1327         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
1328         (volume_funcfind), (volume_process_float), (volume_process_int16),
1329         (volume_set_caps), (volume_transform), (volume_update_mute),
1330         (volume_update_volume), (volume_set_property),
1331         (volume_get_property):
1332           document a little; use basetransform vmethod _set_caps
1333
1334 2005-08-19  Andy Wingo  <wingo@pobox.com>
1335
1336         * ext/alsa/gstalsamixertrack.h:
1337         * ext/alsa/gstalsamixertrack.c:
1338         * ext/alsa/gstalsamixeroptions.h:
1339         * ext/alsa/gstalsamixeroptions.c:
1340         * ext/alsa/gstalsamixer.h:
1341         * ext/alsa/gstalsamixer.c: Port to 0.9.
1342
1343         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
1344         Remove gstalsa.c and alsaclock. No more cruft here.
1345         
1346 2005-08-18  Wim Taymans  <wim@fluendo.com>
1347
1348         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1349         (gst_base_rtp_depayload_chain),
1350         (gst_base_rtp_depayload_add_to_queue),
1351         (gst_base_rtp_depayload_push),
1352         (gst_base_rtp_depayload_queue_release):
1353         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1354         Fix for RTPBuffer changes.
1355
1356         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
1357         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
1358         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
1359         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
1360         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
1361         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
1362         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
1363         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
1364         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
1365         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
1366         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
1367         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
1368         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
1369         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
1370         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
1371         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
1372         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
1373         (gst_rtpbuffer_get_payload):
1374         * gst-libs/gst/rtp/gstrtpbuffer.h:
1375         Don't subclass GstBuffer but add methods and helper functions
1376         to construct and manipulate RTP packets in regular GstBuffers.
1377
1378 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
1379
1380         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1381           moved statement below switch
1382         * gst/volume/gstvolume.c: (gst_volume_class_init):
1383           added debug ptr
1384
1385 2005-08-16  Wim Taymans  <wim@fluendo.com>
1386
1387         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1388         (gst_base_audio_src_change_state):
1389         Open and close device in READY<->NULL state change.
1390
1391 2005-08-16  Andy Wingo  <wingo@pobox.com>
1392
1393         * examples/seeking/Makefile.am: Don't compile non-compiling
1394         compiled objects with the compiler.
1395
1396         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
1397         elements.
1398
1399 2005-08-12  Philippe Khalaf <burger@speedy.org>
1400         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1401         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1402           Made a thread to release the queue.
1403           Removed timestamp conversion for now.
1404
1405 2005-08-10  Philippe Khalaf <burger@speedy.org>
1406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1407         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1408           Added rtp timestamp -> gst timestamp conversion.
1409           Fixed several problems with queue.
1410
1411 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
1412
1413         * gst-libs/gst/audio/gstaudioclock.h:
1414         * gst-libs/gst/audio/gstaudiofilter.h:
1415         * gst-libs/gst/audio/gstaudiosink.h:
1416         * gst-libs/gst/audio/gstaudiosrc.h:
1417         * gst-libs/gst/audio/gstbaseaudiosink.h:
1418         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1419         * gst-libs/gst/audio/gstringbuffer.h:
1420         * gst-libs/gst/net/gstnetbuffer.h:
1421         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1422         * gst-libs/gst/rtp/gstrtpbuffer.h:
1423           Add padding (you will need to rebuild gst-plugins-base,
1424           gst-plugins and all applications afterwards!)
1425
1426 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
1427
1428         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
1429         (gst_riff_parse_chunk):
1430           Fix bug in debug message and add some more debug messages.
1431
1432 2005-08-08  Edward Hervey  <edward@fluendo.com>
1433
1434         * gst-libs/gst/riff/riff-media.c:
1435         backported updates since branch
1436
1437 2005-08-08  Andy Wingo  <wingo@pobox.com>
1438
1439         * gst-libs/gst/audio/gstbaseaudiosink.c
1440         (gst_base_audio_sink_change_state): Open the device in NULL->READY
1441         like good elements should. Close on READY->NULL too.
1442
1443         * gst-libs/gst/audio/gstaudiosink.c
1444         (gst_audioringbuffer_open_device,
1445         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
1446         (gst_audioringbuffer_release): Updates for new ring buffer API,
1447         hook into the new audio sink api.
1448
1449         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
1450         (GstAudioSinkClass.close): Just open and close the device -- no
1451         resource allocation or configuration.
1452         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
1453         vmethods, handle device setup and resource allocation.
1454
1455         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
1456         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
1457         base class API.
1458
1459         * gst-libs/gst/audio/gstringbuffer.h
1460         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
1461         New vmethods.
1462
1463         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
1464         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
1465         New API functions. The device should be opened before acquiring
1466         and closed after releasing.
1467
1468 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
1469
1470         * gst-libs/gst/interfaces/mixer.h:
1471           Reset padding to GST_PADDING.
1472
1473 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1474
1475         * gst/playback/gstplaybin.c: (remove_sinks):
1476           Remove visualization from parent explicitely; works around some
1477           apparent refcount issue that I haven't tracked down yet.
1478
1479 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1480
1481         * ext/alsa/gstalsasink.c: (set_hwparams):
1482           Assign debug category, add negotiation debug msgs.
1483
1484 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1485
1486         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
1487           Fix error code for file-not-found to NOT_FOUND.
1488
1489 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1490
1491         * common/gtk-doc-plugins.mak:
1492         * docs/plugins/Makefile.am:
1493         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1494         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1495           renamed to actual element names, so much nicer to look at
1496         * docs/plugins/tmpl/gstmultifdsink.sgml:
1497           remove
1498         * docs/plugins/tmpl/multifdsink.sgml:
1499         * docs/plugins/tmpl/tcpserversink.sgml:
1500           add
1501         * ext/alsa/gstalsa.c:
1502         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
1503         * ext/ogg/gstoggmux.c:
1504         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
1505         * gst/playback/gstdecodebin.c:
1506         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
1507         * gst/tcp/gsttcpserversink.c:
1508           various fixes and documentation additions
1509
1510 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
1511
1512         * common/Makefile.am:
1513         * common/gstdoc-scangobj:
1514         * common/gtk-doc-plugins.mak:
1515         * common/gtk-doc.mak:
1516           add a custom scangobj that uses the registry
1517           add a custom gtk-doc-plugins.mak that uses it
1518           some doc build fixes
1519         * configure.ac:
1520         * docs/Makefile.am:
1521         * docs/plugins/Makefile.am:
1522         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1523         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1524         * docs/plugins/gst-plugins-base-plugins.types:
1525         * docs/plugins/tmpl/gstmultifdsink.sgml:
1526           add docs for one element, multifdsink
1527         * gst/adder/gstadder.h:
1528         * gst/volume/gstvolume.h:
1529           don't privatize enum
1530         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
1531         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
1532         (gst_sync_method_get_type), (gst_client_status_get_type),
1533         (gst_multifdsink_class_init),
1534         (gst_multifdsink_client_queue_buffer),
1535         (gst_multifdsink_handle_client_write):
1536         * gst/tcp/gstmultifdsink.h:
1537         * gst/tcp/gsttcp.h:
1538         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1539         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
1540         (gst_tcpclientsink_render):
1541         * gst/tcp/gsttcpclientsink.h:
1542         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
1543         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
1544         (gst_tcpclientsrc_start):
1545         * gst/tcp/gsttcpclientsrc.h:
1546         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
1547         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
1548         * gst/tcp/gsttcpserversrc.h:
1549         * gst/typefind/gsttypefindfunctions.c:
1550           remove superfluous Type stuff
1551
1552 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1553
1554         * gst/playback/gstplaybin.c: (gen_video_element):
1555           Enable videoscale.
1556
1557 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1558
1559         * gst-libs/gst/gconf/gconf.c:
1560         * gst-libs/gst/gconf/gconf.h:
1561           Fix some Andy Problem [tm].
1562
1563 2005-08-04  Andy Wingo  <wingo@pobox.com>
1564
1565         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
1566         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
1567         (gst_ffmpegcsp_get_size): Adapt to API changes.
1568
1569         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
1570         Implement an in-place do-nothing transform.
1571
1572 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1573
1574         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1575         (gst_ximagesink_renegotiate_size):
1576           Do not set new window sizes yet if we prepare a new buffer size
1577           for upstream renegotiation (software scaling) at some point in the
1578           future, because this new size waqs not actually accepted yet. Once
1579           accepted, renegotiation later on will set the new sizes just fine.
1580           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
1581           embedding testcase.
1582
1583 2005-08-03  Andy Wingo  <wingo@pobox.com>
1584
1585         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
1586         (gst_ximagesink_buffer_alloc): 
1587         Protect the height, width, and desired_caps with the pool_lock.
1588         Fixes videotestsrc ! queue ! ximagesink.
1589
1590 2005-08-02  Edward Hervey  <edward@fluendo.com>
1591
1592         * gst/volume/gstvolume.c:
1593         include left from controller cleanup
1594
1595 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
1596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
1597           Stop collectpads before calling the parent state
1598           change function on PAUSED->READY.
1599
1600 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
1601         * configure.ac:
1602           When testing for X libs, use the X CFlags 
1603         * gst/adder/gstadder.c: (gst_adder_change_state):
1604           Stop the collectpads before calling parent state change function
1605           on PAUSED->READY, otherwise we deadlock deactivating pads.
1606
1607 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
1608
1609         * configure.ac:
1610         * docs/libs/tmpl/gstcolorbalance.sgml:
1611         * docs/libs/tmpl/gstmixer.sgml:
1612         * examples/Makefile.am:
1613         * gst/sine/Makefile.am:
1614         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
1615         (gst_sinesrc_set_property), (plugin_init):
1616         * gst/sine/gstsinesrc.h:
1617         * gst/volume/Makefile.am:
1618         * gst/volume/gstvolume.c: (gst_volume_set_volume),
1619         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
1620         (volume_process_float), (volume_process_int16),
1621         (volume_set_property), (plugin_init):
1622         * gst/volume/gstvolume.h:
1623           deactivate and remove dparams (libgstcontrol)
1624
1625 2005-07-29  Wim Taymans  <wim@fluendo.com>
1626
1627         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
1628         Convert me to BaseTransform!! help..
1629
1630 2005-07-29  Andy Wingo  <wingo@pobox.com>
1631
1632         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
1633         sinks.
1634
1635         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
1636         support of both endiannesses.
1637
1638 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
1639
1640         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1641           Fix confusing debug message (s/event/query/)
1642
1643 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
1644
1645         * gst/videotestsrc/videotestsrc.h:
1646           Use "_stdint.h" instead of <stdint.h>
1647
1648 2005-07-27  Wim Taymans  <wim@fluendo.com>
1649
1650         * ext/vorbis/Makefile.am:
1651         Revert wrong commit.
1652
1653 2005-07-27  Wim Taymans  <wim@fluendo.com>
1654
1655         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
1656         More compilation fixen.
1657
1658 2005-07-27  Wim Taymans  <wim@fluendo.com>
1659
1660         * gst-libs/gst/audio/gstbaseaudiosink.c:
1661         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1662         (gst_base_audio_sink_create_ringbuffer),
1663         (gst_base_audio_sink_change_state):
1664         Fix compilation.
1665
1666 2005-07-27  Wim Taymans  <wim@fluendo.com>
1667
1668         * examples/seeking/seek.c: (setup_dynamic_link),
1669         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
1670         (query_positions_elems), (query_positions_pads), (do_seek):
1671         Update seek example.
1672
1673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
1674         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
1675         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
1676         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
1677         (gst_ogg_demux_handle_event),
1678         (gst_ogg_demux_deactivate_current_chain),
1679         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1680         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
1681         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
1682         (gst_ogg_demux_loop):
1683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1684         * ext/theora/theoradec.c: (theora_dec_src_event),
1685         (theora_dec_src_getcaps), (theora_dec_sink_event),
1686         (theora_dec_push), (theora_dec_chain):
1687         * ext/vorbis/Makefile.am:
1688         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
1689         (vorbis_dec_sink_event), (vorbis_dec_push),
1690         (vorbis_handle_data_packet):
1691         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
1692         (gst_vorbisenc_chain):
1693         * gst/playback/gststreaminfo.c: (cb_probe):
1694         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
1695         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1696         * gst/videoscale/gstvideoscale.c:
1697         (gst_videoscale_handle_src_event):
1698         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
1699         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
1700         (gst_ximagesink_navigation_send_event):
1701         * sys/xvimage/xvimagesink.c:
1702         (gst_xvimagesink_navigation_send_event):
1703         Various event updates and cleanups
1704
1705 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1706
1707         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
1708           Fix segfault for I420/YV12.
1709
1710 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1711
1712         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1713           Report bitrate.
1714
1715 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1716
1717         * gst/playback/gstplaybin.c: (gen_video_element),
1718         (gen_audio_element):
1719           Switch to auto*sink elements as default sinks; add volume element
1720           so that volume control in totem works.
1721
1722 2005-07-21  Wim Taymans  <wim@fluendo.com>
1723
1724         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
1725         * gst/playback/gstplaybin.c: (setup_sinks),
1726         (gst_play_bin_change_state):
1727         Refcount fix and more comments.
1728
1729 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1730
1731         * sys/ximage/Makefile.am:
1732         * sys/ximage/ximage.c: (plugin_init):
1733         * sys/ximage/ximagesink.c:
1734         Prepare for adding ximagesrc, rename of plugin to ximage etc.
1735         
1736
1737 2005-07-21  Wim Taymans  <wim@fluendo.com>
1738
1739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
1740         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
1741         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
1742         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1743         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
1744         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
1745         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
1746         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
1747         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
1748         Generate correct disconts for live chained oggs.
1749
1750         * gst-libs/gst/audio/gstbaseaudiosink.c:
1751         (gst_base_audio_sink_render),
1752         (gst_base_audio_sink_create_ringbuffer),
1753         (gst_base_audio_sink_change_state):
1754         Handle discont math correctly.
1755
1756         * gst/playback/gstplaybin.c: (add_sink):
1757         Some small debug cleanup.
1758
1759 2005-07-21  Wim Taymans  <wim@fluendo.com>
1760
1761         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
1762         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
1763         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
1764         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1765         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
1766         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
1767         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1768         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
1769         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
1770         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1771         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
1772         (gst_ogg_demux_change_state), (gst_ogg_print):
1773         Reorganize code to send the right disconts when in streaming
1774         mode.
1775
1776 2005-07-20  Andy Wingo  <wingo@pobox.com>
1777
1778         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
1779         fix (?), fixes a seggie mcfalterson (#310894).
1780
1781 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1782
1783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
1784         (gst_ogg_mux_set_header_on_caps):
1785         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1786         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
1787         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
1788         * gst-libs/gst/audio/multichannel.c:
1789         (gst_audio_set_channel_positions),
1790         (gst_audio_set_structure_channel_positions_list):
1791         * gst/playback/gstdecodebin.c: (dynamic_create):
1792         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
1793         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1794           Fixes for API changes in core.
1795
1796 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1797
1798         * gst/playback/gstplaybasebin.c: (fill_buffer):
1799           Use _new_custom() so we can set custom message types for buffering
1800           messages.
1801
1802 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1803
1804         * configure.ac:
1805         * gst-libs/gst/Makefile.am:
1806         * gst-libs/gst/gconf/.cvsignore:
1807         * gst-libs/gst/gconf/Makefile.am:
1808         * gst-libs/gst/gconf/test-gconf.c:
1809         * pkgconfig/Makefile.am:
1810         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
1811         * pkgconfig/gstreamer-gconf.pc.in:
1812           Remove gconf stuff, use gconf elements instead from now on.
1813
1814 2005-07-20  Wim Taymans  <wim@fluendo.com>
1815
1816         * gst-libs/gst/audio/TODO:
1817         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1818         (gst_audio_clock_get_internal_time):
1819         * gst-libs/gst/audio/gstaudioclock.h:
1820         * gst-libs/gst/audio/gstbaseaudiosink.c:
1821         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1822         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
1823         (gst_base_audio_sink_render),
1824         (gst_base_audio_sink_create_ringbuffer),
1825         (gst_base_audio_sink_change_state):
1826         Make sure the audio clock always returns an increasing value.
1827
1828 2005-07-19  Andy Wingo  <wingo@pobox.com>
1829
1830         * gst/videotestsrc/: Cleanups.
1831
1832 2005-07-19  Wim Taymans  <wim@fluendo.com>
1833
1834         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
1835         Better debugging.
1836
1837 2005-07-19  Wim Taymans  <wim@fluendo.com>
1838
1839         * examples/seeking/seek.c: (make_dv_pipeline),
1840         (make_vorbis_theora_pipeline), (query_rates),
1841         (query_positions_elems), (query_positions_pads), (do_seek):
1842         Make correct DV pipeline.
1843
1844 2005-07-18  Andy Wingo  <wingo@pobox.com>
1845
1846         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
1847         default. Also because it's the only thing that really works. (This
1848         is used in the GConf elements).
1849         Use AS_LIBTOOL_TAGS.
1850
1851 2005-07-18  Wim Taymans  <wim@fluendo.com>
1852
1853         * gst/playback/gstdecodebin.c: (remove_element_chain):
1854         * gst/playback/gstplaybin.c: (add_sink):
1855         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
1856         (gst_stream_info_set_mute):
1857         * gst/playback/gststreamselector.c:
1858         (gst_stream_selector_get_linked_pad),
1859         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
1860         More leak and compile fixes.
1861
1862 2005-07-18  Wim Taymans  <wim@fluendo.com>
1863
1864         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1865         (query_rates), (query_positions_elems), (query_positions_pads),
1866         (do_seek), (seek_cb), (stop_seek):
1867         Updated seek example. 
1868
1869         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
1870         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
1871         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
1872         * gst/playback/gstplaybin.c: (add_sink):
1873         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
1874         (gst_stream_info_set_mute):
1875         Some refcount leak fixes.
1876
1877 2005-07-16  Wim Taymans  <wim@fluendo.com>
1878
1879         * gst-libs/gst/audio/gstbaseaudiosink.c:
1880         (gst_base_audio_sink_render):
1881         Align samples even if we have roundoff errors in the 
1882         timestamp conversion.
1883
1884 2005-07-16  Wim Taymans  <wim@fluendo.com>
1885
1886         * docs/libs/tmpl/gstringbuffer.sgml:
1887         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1888         (query_rates), (query_positions_elems), (query_positions_pads),
1889         (update_scale), (do_seek):
1890         Updated seek example.
1891
1892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1893         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
1894         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
1895         (gst_ogg_demux_loop):
1896         Push out correct discont values.
1897
1898         * ext/theora/theoradec.c: (theora_dec_src_convert),
1899         (theora_dec_sink_convert), (theora_dec_src_getcaps),
1900         (theora_dec_sink_event), (theora_handle_type_packet),
1901         (theora_handle_header_packet), (theora_dec_push),
1902         (theora_handle_data_packet), (theora_dec_chain),
1903         (theora_dec_change_state):
1904         Better timestamping.
1905
1906         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1907         (vorbis_dec_sink_event), (vorbis_dec_push),
1908         (vorbis_handle_data_packet), (vorbis_dec_chain):
1909         * ext/vorbis/vorbisdec.h:
1910         Better timestamping.
1911
1912         * gst-libs/gst/audio/gstbaseaudiosink.c:
1913         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
1914         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1915         Handle syncing on timestamps instead of sample offsets. Make
1916         use of DISCONT values as described in design docs.
1917
1918         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1919         (gst_base_audio_src_get_time):
1920         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
1921         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
1922         (gst_ring_buffer_read):
1923         * gst-libs/gst/audio/gstringbuffer.h:
1924         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
1925         (gst_ximagesink_show_frame):
1926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
1927         Correcly convert buffer timestamp to stream time.
1928
1929 2005-07-16  Wim Taymans  <wim@fluendo.com>
1930
1931         * gst/audioconvert/gstaudioconvert.c:
1932         (gst_audio_convert_get_buffer):
1933         Timestamp buffers correctly.
1934
1935         * gst/playback/gstplaybin.c: (gen_video_element):
1936         Make internal fakesink silent.
1937
1938 2005-07-15  Wim Taymans  <wim@fluendo.com>
1939
1940         * gst/ffmpegcolorspace/Makefile.am:
1941         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1942         (gst_ffmpegcsp_caps_remove_format_info),
1943         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1944         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
1945         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
1946         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
1947         Ported ffmpegcolorspace to basetransform.
1948
1949         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
1950         * gst/volume/gstvolume.c: (volume_transform):
1951         Ported to new API.
1952
1953 2005-07-14  Wim Taymans  <wim@fluendo.com>
1954
1955         * gst/videotestsrc/Makefile.am:
1956         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
1957         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
1958         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
1959         (gst_videotestsrc_init), (gst_videotestsrc_event),
1960         (gst_videotestsrc_create), (gst_videotestsrc_start),
1961         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
1962         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
1963         (gst_videotestsrc_get_property):
1964         * gst/videotestsrc/gstvideotestsrc.h:
1965         Make videotestsrc a pushsrc.
1966
1967 2005-07-14  Wim Taymans  <wim@fluendo.com>
1968
1969         * gst/tcp/gstfdset.c: (gst_fdset_free):
1970         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1971         (gst_multifdsink_add), (gst_multifdsink_remove),
1972         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
1973         (gst_multifdsink_remove_client_link),
1974         (gst_multifdsink_client_queue_data),
1975         (gst_multifdsink_client_queue_caps),
1976         (gst_multifdsink_client_queue_buffer),
1977         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
1978         (gst_multifdsink_stop):
1979         * gst/tcp/gstmultifdsink.h:
1980         0.8 backporting.
1981
1982         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
1983         Also draw image when not from a pool.
1984
1985 2005-07-14  Wim Taymans  <wim@fluendo.com>
1986
1987         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
1988         (mute_stream), (silence_stream):
1989         Small debug additions.
1990
1991 2005-07-14  Wim Taymans  <wim@fluendo.com>
1992
1993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
1994         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
1995         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
1996         Better error recovery, ignore unconnected pads and
1997         non-fatal errors.
1998
1999 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2000
2001         * docs/libs/tmpl/gstaudio.sgml:
2002         * docs/libs/tmpl/gstcolorbalance.sgml:
2003         * docs/libs/tmpl/gstgconf.sgml:
2004         * docs/libs/tmpl/gstmixer.sgml:
2005         * docs/libs/tmpl/gstringbuffer.sgml:
2006         * docs/libs/tmpl/gsttuner.sgml:
2007         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2008         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
2009         (gst_tcpclientsrc_class_init):
2010         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
2011         (gst_tcpserversrc_class_init):
2012         * sys/v4l/gstv4lelement.c:
2013           more autistic cleanliness in functions/names/defines
2014
2015 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2016
2017         * configure.ac:
2018           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
2019           added manually to each Makefile.am so we are sure it goes
2020           *last* and doesn't add -L flags before linking in libs of our
2021           own, like, say, internal .la libs, that then accidentally pick
2022           up the installed copy.
2023         * docs/libs/Makefile.am:
2024         * ext/alsa/Makefile.am:
2025         * ext/cdparanoia/Makefile.am:
2026         * ext/gnomevfs/Makefile.am:
2027         * ext/libvisual/Makefile.am:
2028         * ext/ogg/Makefile.am:
2029         * ext/theora/Makefile.am:
2030         * ext/vorbis/Makefile.am:
2031         * gst-libs/gst/video/Makefile.am:
2032         * gst/adder/Makefile.am:
2033         * gst/audioconvert/Makefile.am:
2034         * gst/audiorate/Makefile.am:
2035         * gst/audioscale/Makefile.am:
2036         * gst/ffmpegcolorspace/Makefile.am:
2037         * gst/playback/Makefile.am:
2038         * gst/sine/Makefile.am:
2039         * gst/subparse/Makefile.am:
2040         * gst/tags/Makefile.am:
2041         * gst/tcp/Makefile.am:
2042         * gst/typefind/Makefile.am:
2043         * gst/videorate/Makefile.am:
2044         * gst/videoscale/Makefile.am:
2045         * gst/videotestsrc/Makefile.am:
2046         * gst/volume/Makefile.am:
2047         * sys/v4l/Makefile.am:
2048         * sys/ximage/Makefile.am:
2049         * sys/xvimage/Makefile.am:
2050           adapt properly to this change. This should make sure that
2051           plugins and libs properly link to the as-yet-uninstalled
2052           copies of stuff like libgstinterfaces and libgstvideo
2053
2054 2005-07-13  Andy Wingo  <wingo@pobox.com>
2055
2056         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
2057         (gst_v4lsrc_fixate): Fixate on format as well.
2058
2059         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
2060         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
2061         buffer points to it.
2062         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
2063         rather just doing X calls ourselves. Also fixes a memleak.
2064
2065 2005-07-12  Andy Wingo  <wingo@pobox.com>
2066
2067         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
2068         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
2069         (gst_v4lsrc_create): Re-add the copy-mode property, default to
2070         TRUE to avoid deadlocks if an element holds on to our buffers.
2071
2072 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2073
2074         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2075         (gst_sinesrc_init), (gst_sinesrc_create),
2076         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
2077         (gst_sinesrc_start):
2078         * gst/sine/gstsinesrc.h:
2079           removing num-buffers property before moving it
2080
2081 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2082
2083         * configure.ac:
2084           use overridable ERROR_CFLAGS
2085         * docs/libs/gst-plugins-base-libs.types:
2086         * docs/libs/tmpl/gstringbuffer.sgml:
2087         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
2088         (gst_alsasink_class_init):
2089         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
2090         (gst_alsasrc_class_init):
2091         * gst-libs/gst/audio/audio.h:
2092         * gst-libs/gst/audio/gstaudioclock.h:
2093         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
2094         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
2095         (gst_audio_filter_link), (gst_audio_filter_init),
2096         (gst_audio_filter_chain), (gst_audio_filter_set_property),
2097         (gst_audio_filter_get_property),
2098         (gst_audio_filter_class_add_pad_templates):
2099         * gst-libs/gst/audio/gstaudiofilter.h:
2100         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2101         (gst_audio_filter_template_get_type),
2102         (gst_audio_filter_template_base_init),
2103         (gst_audio_filter_template_class_init),
2104         (gst_audio_filter_template_init),
2105         (gst_audio_filter_template_set_property),
2106         (gst_audio_filter_template_get_property), (plugin_init),
2107         (gst_audio_filter_template_setup),
2108         (gst_audio_filter_template_filter),
2109         (gst_audio_filter_template_filter_inplace):
2110         * gst-libs/gst/audio/gstaudiosink.c:
2111         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2112         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
2113         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
2114         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
2115         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
2116         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
2117         * gst-libs/gst/audio/gstaudiosink.h:
2118         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
2119         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2120         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2121         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
2122         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
2123         (gst_audio_src_class_init), (gst_audio_src_init),
2124         (gst_audio_src_create_ringbuffer):
2125         * gst-libs/gst/audio/gstaudiosrc.h:
2126         * gst-libs/gst/audio/gstbaseaudiosink.c:
2127         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
2128         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
2129         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
2130         (gst_base_audio_sink_set_property),
2131         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
2132         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
2133         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
2134         (gst_base_audio_sink_create_ringbuffer),
2135         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
2136         * gst-libs/gst/audio/gstbaseaudiosink.h:
2137         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2138         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
2139         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
2140         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
2141         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
2142         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
2143         (gst_base_audio_src_event), (gst_base_audio_src_create),
2144         (gst_base_audio_src_create_ringbuffer),
2145         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
2146         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2147         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2148         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
2149         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
2150         (gst_ring_buffer_debug_spec_caps),
2151         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2152         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
2153         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
2154         (gst_ring_buffer_start), (gst_ring_buffer_pause),
2155         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
2156         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2157         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
2158         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
2159         (gst_ring_buffer_clear):
2160         * gst-libs/gst/audio/gstringbuffer.h:
2161         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
2162         (gst_video_sink_class_init), (gst_video_sink_get_type):
2163         * gst-libs/gst/video/videosink.h:
2164         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
2165         (gst_multifdsink_class_init),
2166         (gst_multifdsink_handle_client_write),
2167         (gst_multifdsink_change_state):
2168         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2169         (gst_tcpclientsink_setcaps):
2170         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2171         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
2172         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
2173         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
2174         (gst_ximagesink_send_pending_navigation),
2175         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
2176         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
2177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
2178         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2179         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
2180         (gst_xvimagesink_send_pending_navigation),
2181         (gst_xvimagesink_navigation_send_event),
2182         (gst_xvimagesink_set_xwindow_id),
2183         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
2184         (gst_xvimagesink_get_type):
2185         more macro splitting
2186
2187 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2188
2189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2190           plug a memleak, allows me to import 1479 albums in one go
2191           in jamboree
2192         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2193         (vorbis_handle_type_packet), (vorbis_dec_chain),
2194         (vorbis_dec_change_state):
2195           fix some format strings
2196
2197 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2198
2199         * docs/libs/tmpl/gstcolorbalance.sgml:
2200         * docs/libs/tmpl/gstmixer.sgml:
2201         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2202         (gst_alsasink_set_property), (gst_alsasink_get_property):
2203         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2204         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
2205           add device property
2206
2207 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2208
2209         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2210         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2211         (audiocast_register_listener), (audiocast_thread_run),
2212         (gst_gnomevfssrc_send_additional_headers_callback),
2213         (gst_gnomevfssrc_received_headers_callback),
2214         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
2215         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
2216         (gst_gnomevfssrc_get_size):
2217           add/clean up debugging
2218         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
2219           cleanups
2220
2221 2005-07-07  Andy Wingo  <wingo@pobox.com>
2222
2223         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
2224         framerate. Need to get a handle on when exactly this function is
2225         called, tho.
2226
2227         * sys/v4l/v4lsrc_calls.h:
2228         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
2229         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
2230         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
2231
2232         * sys/v4l/v4l_calls.h: Cast to V4lElement.
2233         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
2234         v4lelements are sources.
2235
2236         * sys/v4l/gstv4lxoverlay.h:
2237         * sys/v4l/gstv4lxoverlay.c:
2238         * sys/v4l/gstv4ltuner.h:
2239         * sys/v4l/gstv4ltuner.c: Header loc fixen.
2240         
2241         * sys/v4l/gstv4lsrc.h:
2242         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
2243         PushSrc/BaseSrc. Removed most sync-related properties, videorate
2244         or something should handle that. Made a live source.
2245
2246         * sys/v4l/gstv4lelement.h:
2247         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
2248         signals. Some cleanups.
2249
2250         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
2251
2252         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
2253         stuff.
2254
2255         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
2256         stuff.
2257
2258         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
2259
2260 2005-07-07  Wim Taymans  <wim@fluendo.com>
2261
2262         * ext/theora/theoradec.c: (theora_get_query_types),
2263         (theora_dec_src_getcaps), (theora_dec_push):
2264         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
2265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
2266         Remove deprecated/unused query types.
2267
2268 2005-07-06  Wim Taymans  <wim@fluendo.com>
2269
2270         * ext/alsa/Makefile.am:
2271         * ext/alsa/gstalsaplugin.c: (plugin_init):
2272         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2273         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
2274         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
2275         (gst_alsasrc_class_init), (gst_alsasrc_init),
2276         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
2277         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
2278         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
2279         (gst_alsasrc_reset):
2280         * ext/alsa/gstalsasrc.h:
2281         * gst-libs/gst/audio/Makefile.am:
2282         * gst-libs/gst/audio/gstaudiosink.c:
2283         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2284         (gst_audioringbuffer_start):
2285         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
2286         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2287         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
2288         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
2289         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
2290         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
2291         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
2292         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
2293         * gst-libs/gst/audio/gstaudiosrc.h:
2294         * gst-libs/gst/audio/gstbaseaudiosink.c:
2295         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
2296         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
2297         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
2298         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2299         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
2300         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
2301         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
2302         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
2303         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
2304         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
2305         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
2306         (gst_baseaudiosrc_change_state):
2307         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2308         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
2309         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
2310         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
2311         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
2312         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
2313         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
2314         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
2315         * gst-libs/gst/audio/gstringbuffer.h:
2316         Added audiosource base classes.
2317         Ported alsasrc, still very basic.
2318
2319 2005-07-06  Wim Taymans  <wim@fluendo.com>
2320
2321         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
2322         (theora_dec_push), (theora_handle_data_packet):
2323         Prepare for better timestamp fix later.
2324
2325         * gst/audioconvert/gstaudioconvert.c:
2326         List most accurate caps first
2327
2328         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
2329         Use proper pad task function.
2330
2331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2332         (gst_xvimagesink_show_frame):
2333         Fix deadlock when alloc failed.
2334
2335 2005-07-05  Andy Wingo  <wingo@pobox.com>
2336
2337         * ext/gnomevfs/gstgnomevfssrc.c:
2338         * gst/sine/gstsinesrc.c:
2339         * gst/tcp/gsttcpserversrc.c:
2340         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
2341
2342         * sys/v4l/: Port from 0.8.
2343
2344         * Many files: Null if we got it....
2345
2346 2005-07-05  Andy Wingo  <wingo@pobox.com>
2347
2348         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
2349         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
2350         Signedness fixes.
2351
2352 2005-07-05  Wim Taymans  <wim@fluendo.com>
2353
2354         * configure.ac:
2355         * gst/tcp/Makefile.am:
2356         * gst/tcp/README:
2357         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
2358         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
2359         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
2360         (is_sync_frame), (gst_multifdsink_handle_client_write),
2361         (gst_multifdsink_render), (gst_multifdsink_start),
2362         (gst_multifdsink_stop), (gst_multifdsink_change_state):
2363         * gst/tcp/gstmultifdsink.h:
2364         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
2365         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
2366         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2367         * gst/tcp/gsttcp.h:
2368         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
2369         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
2370         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
2371         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
2372         * gst/tcp/gsttcpclientsink.h:
2373         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
2374         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
2375         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
2376         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
2377         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
2378         * gst/tcp/gsttcpclientsrc.h:
2379         * gst/tcp/gsttcpplugin.c: (plugin_init):
2380         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
2381         * gst/tcp/gsttcpserversink.h:
2382         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
2383         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
2384         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
2385         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
2386         (gst_tcpserversrc_stop):
2387         * gst/tcp/gsttcpserversrc.h:
2388         * gst/tcp/gsttcpsink.c:
2389         * gst/tcp/gsttcpsink.h:
2390         * gst/tcp/gsttcpsrc.c:
2391         * gst/tcp/gsttcpsrc.h:
2392         Ported tcp plugins to 0.9. 
2393         
2394
2395 2005-07-05  Andy Wingo  <wingo@pobox.com>
2396
2397         * gst/playback/gstplaybasebin.c (fill_buffer):
2398         message_new_application fixen.
2399
2400         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
2401         Style fix.
2402
2403 2005-07-04  Wim Taymans  <wim@fluendo.com>
2404
2405         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
2406         Set caps on output buffer.
2407
2408 2005-07-04  Andy Wingo  <wingo@pobox.com>
2409
2410         * ext/gnomevfs/gstgnomevfssrc.c
2411         (gst_gnomevfssrc_received_headers_callback) 
2412         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
2413         hopefully.
2414
2415         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
2416         No refcount leakage.
2417
2418         * configure.ac: Enable -Werror.
2419         
2420         * ext/theora/theoradec.c (theora_dec_src_getcaps):
2421         * gst/audioconvert/bufferframesconvert.c
2422         (buffer_frames_convert_fixate):
2423         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
2424         (gst_audio_convert_fixate):
2425         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
2426         (gst_sinesrc_create): Fixate func changes.
2427         
2428         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2429         (gst_ximagesink_buffer_alloc): Unused var.
2430
2431 2005-07-01  Andy Wingo  <wingo@pobox.com>
2432
2433         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
2434         getcaps to do explicit caps. Needs to be done in all decoders,
2435         possibly via a base class.
2436
2437         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
2438
2439         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
2440         caps on the sink pad, just rely on the pad template. Also, setting
2441         ANY caps on a pad is not valid because the caps are not fixed.
2442
2443         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
2444         caps on the buffer, and get the width from the desired_caps if
2445         they're set.
2446         (gst_ximagesink_renegotiate_size): Implement via setting the
2447         desired_caps on the ximagesink.
2448         (gst_ximagesink_setcaps): Only reset the width of the player if it
2449         wasn't already set. Not sure if this is right.
2450         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
2451
2452         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
2453         that the user wants. NULL unless the window has been resized.
2454
2455         * gst/volume/gstvolume.c (volume_transform): Adapt to
2456         basetransform refcount changes.
2457         
2458 2005-07-01  Andy Wingo  <wingo@pobox.com>
2459
2460         * gst/videoscale/gstvideoscale.c:
2461         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
2462         from BaseTransform, implements a transform_caps. Removed dead code
2463         including some PAR stuff that was never reached -- should probably
2464         be added back somehow.
2465
2466 2005-07-01  Andy Wingo  <wingo@pobox.com>
2467
2468         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
2469         come later.
2470
2471 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2472
2473         * configure.ac:
2474         * docs/libs/Makefile.am:
2475         * docs/libs/gst-plugins-libs.types:
2476         * ext/alsa/Makefile.am:
2477         * ext/alsa/gstalsamixer.h:
2478         * ext/alsa/gstalsamixeroptions.h:
2479         * ext/alsa/gstalsamixertrack.h:
2480         * gst-libs/gst/Makefile.am:
2481         * gst-libs/gst/colorbalance/.cvsignore:
2482         * gst-libs/gst/colorbalance/Makefile.am:
2483         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
2484         * gst-libs/gst/colorbalance/colorbalance.c:
2485         * gst-libs/gst/colorbalance/colorbalance.h:
2486         * gst-libs/gst/colorbalance/colorbalance.vcproj:
2487         * gst-libs/gst/colorbalance/colorbalancechannel.c:
2488         * gst-libs/gst/colorbalance/colorbalancechannel.h:
2489         * gst-libs/gst/interfaces/Makefile.am:
2490         * gst-libs/gst/interfaces/colorbalance.c:
2491         (gst_color_balance_class_init):
2492         * gst-libs/gst/interfaces/colorbalance.h:
2493         * gst-libs/gst/interfaces/interfaces-marshal.list:
2494         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
2495         * gst-libs/gst/interfaces/mixer.h:
2496         * gst-libs/gst/interfaces/mixeroptions.h:
2497         * gst-libs/gst/interfaces/navigation.c:
2498         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
2499         * gst-libs/gst/interfaces/tuner.h:
2500         * gst/volume/Makefile.am:
2501         * gst/volume/gstvolume.c:
2502         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
2503         * sys/ximage/Makefile.am:
2504         * sys/ximage/ximagesink.c:
2505         * sys/xvimage/Makefile.am:
2506         * sys/xvimage/xvimagesink.c:
2507           fold in all interfaces into an interfaces dir, preserving CVS
2508           history
2509
2510 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2511
2512         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2513           Fix build after riff changes.
2514
2515 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2516
2517         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2518         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
2519         (gst_riff_create_video_template_caps),
2520         (gst_riff_create_audio_template_caps),
2521         (gst_riff_create_iavs_template_caps):
2522         * gst-libs/gst/riff/riff-media.h:
2523         * gst-libs/gst/riff/riff-read.h:
2524         * gst-libs/gst/riff/riff.c: (gst_riff_init):
2525           Add gst_riff_init() to initialize the debug category, instead
2526           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
2527
2528 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2529
2530         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
2531           Oops, I shouldn't apply hacks.
2532
2533 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2534
2535         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
2536           Remove pad_loop function which doesn't work.
2537
2538 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2539
2540         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
2541           Send EOS when deactivating.
2542         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2543         (check_queue), (queue_threshold_reached), (queue_out_of_data),
2544         (gen_preroll_element), (probe_triggered), (mute_stream),
2545         (silence_stream), (new_decoded_pad), (setup_substreams),
2546         (set_active_source):
2547         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
2548         (remove_sinks), (add_sink):
2549         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
2550           Change for new probe API.
2551
2552 2005-06-29  Wim Taymans  <wim@fluendo.com>
2553
2554         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
2555         * gst-libs/gst/audio/gstbaseaudiosink.c:
2556         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
2557         (gst_baseaudiosink_change_state):
2558         * gst-libs/gst/audio/gstbaseaudiosink.h:
2559         * gst-libs/gst/audio/gstringbuffer.c:
2560         (gst_ringbuffer_set_callback):
2561         Fix compilation error.
2562         Ringbuffer starts out as not running.
2563         Free our clock in dispose.
2564         When releasing the ringbuffer we need to renegotiate so
2565         clear the pad caps.
2566
2567 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2568
2569         * autogen.sh:
2570         * configure.ac:
2571         * docs/Makefile.am:
2572         * docs/libs/Makefile.am:
2573         * docs/libs/gst-plugins-libs-docs.sgml:
2574         * docs/libs/gst-plugins-libs-sections.txt:
2575         * docs/libs/gst-plugins-libs.types:
2576         * docs/libs/tmpl/gstaudio.sgml:
2577         * docs/libs/tmpl/gstcolorbalance.sgml:
2578         * docs/libs/tmpl/gstringbuffer.sgml:
2579         * gst-libs/gst/audio/gstringbuffer.c:
2580         (gst_ringbuffer_set_callback):
2581           reinstate gtk-doc docs for plugin libs
2582
2583 2005-06-28  Wim Taymans  <wim@fluendo.com>
2584
2585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2586         (gst_ogg_demux_init):
2587         Removed pad loop function.
2588
2589 2005-06-28  Wim Taymans  <wim@fluendo.com>
2590
2591         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2592         If we're building a chain we are not in an error case
2593         when we queue a buffer.
2594
2595 2005-06-28  Andy Wingo  <wingo@pobox.com>
2596
2597         * *.c: Don't cast to GstObject before reffing/unreffing.
2598
2599 2005-06-27  Andy Wingo  <wingo@pobox.com>
2600
2601         * gst/videotestsrc/gstvideotestsrc.c
2602         (gst_videotestsrc_activate_push): Activation API changes.
2603
2604         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
2605         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
2606         they have refs on the decodebin.
2607
2608         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
2609         parent class.
2610         (gst_ogg_pad_typefind): Don't leak a pad ref.
2611         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
2612         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
2613         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
2614
2615 2005-06-27  Edward Hervey  <edward@fluendo.com>
2616
2617         * ext/theora/theoradec.c: (theora_dec_change_state): 
2618         re-arranged call to parent's state change in order to avoid locks (or
2619         worse).
2620
2621 2005-06-26  Edward Hervey  <edward@fluendo.com>
2622
2623         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2624         2nd argument of 'unknow-type' signal is a GstCaps and not a
2625         GstMiniObject
2626
2627 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
2628         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2629           Set the worker thread's running flag to TRUE before starting the
2630           thread.
2631         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2632           Catch a failure to add typefind to the bin.
2633
2634 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2635
2636         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2637         (gst_sinesrc_init), (gst_sinesrc_create),
2638         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
2639         (gst_sinesrc_start):
2640         * gst/sine/gstsinesrc.h:
2641           add num-buffers and timestamp-offset properties
2642         * gst/videotestsrc/gstvideotestsrc.c:
2643         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
2644         (gst_videotestsrc_get_property):
2645           add timestamp-offset property
2646
2647 2005-06-23  Christian Schaller  <uraeus@gnome.org>
2648
2649         * configure.ac: add videorate
2650         * gst-plugins-base.spec.in: add videorate
2651
2652 2005-06-23  Wim Taymans  <wim@fluendo.com>
2653
2654         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2655         (gst_videorate_getcaps), (gst_videorate_setcaps),
2656         (gst_videorate_event), (gst_videorate_chain):
2657         Fixed videorate, fixating an already fixated caps is not
2658         an error.
2659
2660 2005-06-23  Wim Taymans  <wim@fluendo.com>
2661
2662         * ext/ogg/README:
2663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
2664         Buffer on caps is not boxed anymore.
2665
2666 2005-06-22  Wim Taymans  <wim@fluendo.com>
2667
2668         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2669         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
2670         Set buffers on caps as miniobjects and not as boxed.
2671
2672 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2673
2674         * configure.ac:
2675           back to HEAD
2676
2677 === release 0.9.1 ===
2678
2679 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2680
2681         * .cvsignore:
2682         * NEWS:
2683         * README:
2684         * RELEASE:
2685         * configure.ac:
2686         * po/af.po:
2687         * po/az.po:
2688         * po/cs.po:
2689         * po/en_GB.po:
2690         * po/hu.po:
2691         * po/it.po:
2692         * po/nb.po:
2693         * po/nl.po:
2694         * po/or.po:
2695         * po/sq.po:
2696         * po/sr.po:
2697         * po/sv.po:
2698         * po/uk.po:
2699         * po/vi.po:
2700           updates for release
2701
2702 2005-06-09  Andy Wingo  <wingo@pobox.com>
2703
2704         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
2705         
2706 2005-06-09  Andy Wingo  <wingo@pobox.com>
2707
2708         * configure.ac:
2709         * gst-libs/gst/Makefile.am:
2710         * gst-libs/gst/net/Makefile.am:
2711         Add gstnet to build.
2712
2713 2005-06-09  Andy Wingo  <wingo@pobox.com>
2714
2715         * gst-libs/gst/gconf/gconf.c:
2716         * gst/playback/test.c:
2717         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
2718         fixes.
2719
2720         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
2721
2722         * ext/theora/theoraenc.c (theora_enc_chain): 
2723         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
2724
2725         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
2726         RealPad.
2727
2728 2005-06-02  Wim Taymans  <wim@fluendo.com>
2729
2730         * gst-libs/gst/net/Makefile.am:
2731         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2732         * pkgconfig/gstreamer-libs.pc.in:
2733         Added net stuff, version net lib.
2734
2735 2005-06-02  Wim Taymans  <wim@fluendo.com>
2736
2737         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
2738         (query_rates), (query_positions_elems), (query_positions_pads),
2739         (do_seek):
2740         Updated seek example.
2741
2742 2005-06-02  Andy Wingo  <wingo@pobox.com>
2743
2744         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
2745         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
2746         list.
2747
2748         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
2749         remove the typefind, the bin dispose will do it for us. When it's
2750         removed and unreffed, the signal handler will be disconnected,
2751         too.
2752         (unlinked): It's too difficult to disconnect from unlinked
2753         handlers, as they are on pads not elements. Just punt if the pads
2754         aren't grandkids of the bin.
2755
2756 2005-06-02  Wim Taymans  <wim@fluendo.com>
2757
2758         * ext/ogg/README:
2759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2760         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
2761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
2762         * ext/theora/theoradec.c: (theora_dec_src_query),
2763         (theora_handle_data_packet):
2764         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2765         (theora_enc_chain):
2766         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2767         (vorbis_handle_data_packet):
2768         * gst/audioconvert/bufferframesconvert.c:
2769         (buffer_frames_convert_chain):
2770         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2771         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2772         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2773         (gst_ffmpegcsp_chain):
2774         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2775         (gst_videorate_getcaps), (gst_videorate_setcaps),
2776         (gst_videorate_event), (gst_videorate_chain):
2777         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
2778         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
2779         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2780         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2781         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2782         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
2783         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
2784         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
2785         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2786         Cleanups and buffer alloc.
2787
2788 2005-05-31  Wim Taymans  <wim@fluendo.com>
2789
2790         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
2791         Don't try to call the delay method when the device is not
2792         opened.
2793
2794 2005-05-31  Wim Taymans  <wim@fluendo.com>
2795
2796         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
2797         Get actual segment size and buffer size after opening
2798         the device.
2799
2800 2005-05-30  Wim Taymans  <wim@fluendo.com>
2801
2802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2803         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
2804         Also FLUSH upstream, makes the loop function exit faster.
2805         
2806         * ext/theora/theoradec.c: (theora_dec_src_query):
2807         Some more debug info in the query.
2808         
2809         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2810         (gst_ximagesink_setcaps):
2811         Release lock on par error, better error reporting.
2812
2813 2005-05-26  Wim Taymans  <wim@fluendo.com>
2814
2815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2816         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
2817         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
2818         Clear chains in READY
2819         Queue packets until the chain is activated.
2820
2821 2005-05-25  Wim Taymans  <wim@fluendo.com>
2822
2823         * gst-libs/gst/audio/gstaudiosink.c:
2824         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2825         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2826         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2827         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2828         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2829         (gst_audiosink_create_ringbuffer):
2830         * gst-libs/gst/audio/gstbaseaudiosink.c:
2831         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2832         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2833         (gst_baseaudiosink_set_property), (build_linear_format),
2834         (debug_spec_caps), (debug_spec_buffer),
2835         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2836         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2837         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2838         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2839         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2840         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2841         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
2842         (gst_ringbuffer_play), (gst_ringbuffer_pause),
2843         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
2844         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
2845         (wait_segment), (gst_ringbuffer_commit),
2846         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
2847         (gst_ringbuffer_clear):
2848         Various small cleanups.
2849
2850         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2851         (gst_audio_convert_change_state):
2852         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
2853         No need to take the locks anymore.
2854
2855 2005-05-25  Wim Taymans  <wim@fluendo.com>
2856
2857         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2858         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
2859         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
2860         (type_found):
2861         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
2862         (group_destroy), (group_commit), (queue_overrun),
2863         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
2864         (mute_stream), (new_decoded_pad), (setup_substreams),
2865         (setup_source), (mute_group_type), (set_active_source),
2866         (gst_play_base_bin_change_state):
2867         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2868         (gen_video_element), (gen_text_element), (gen_audio_element),
2869         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
2870         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
2871         (gst_stream_info_dispose), (gst_stream_info_set_mute):
2872         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2873         Some playbin cleanups mostly refcounting sloppyness.
2874
2875 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2876
2877         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2878           Work with streaming input.
2879
2880 2005-05-25  Wim Taymans  <wim@fluendo.com>
2881
2882         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2883         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2884         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2885         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
2886         No need to take the STREAM lock anymore.
2887
2888 2005-05-25  Wim Taymans  <wim@fluendo.com>
2889
2890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
2891         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
2892         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
2893         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
2894         (gst_ogg_demux_sink_activate):
2895         * ext/theora/theoradec.c: (theora_dec_src_event),
2896         (theora_handle_comment_packet), (theora_dec_chain),
2897         (theora_dec_change_state):
2898         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2899         (vorbis_handle_data_packet), (vorbis_dec_chain),
2900         (vorbis_dec_change_state):
2901         Remove STREAM locks as they are taken in core now.
2902         Never set bogus granulepos on vorbis/theora.
2903         Fix leaks in theoradec tag parsing.
2904
2905 2005-05-25  Wim Taymans  <wim@fluendo.com>
2906
2907         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
2908         Fix memleaks, GST_BUFFER_DATA() is not freed.
2909
2910 2005-05-25  Wim Taymans  <wim@fluendo.com>
2911
2912         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2913         Open non-blocking, set to blocking mode afterwards to avoid
2914         lockups when audio device is busy.
2915
2916 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2917
2918         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
2919           This can't be good.
2920
2921 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2922
2923         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2924         (gst_audio_convert_chain), (gst_audio_convert_link_src),
2925         (gst_audio_convert_setcaps):
2926           Implement instant setup switching.
2927
2928 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2929
2930         * gst/playback/gstplaybasebin.c: (probe_triggered):
2931           Fix missing unlock.
2932         * gst/playback/gstplaybin.c: (add_sink):
2933           First add, then link (otherwise pad link fails).
2934
2935 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2936
2937         * examples/Makefile.am:
2938         fix buildbot (make distcheck)
2939
2940 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2941
2942         * gst/playback/gstplaybin.c: (gen_vis_element):
2943           Remove some wrong code. Doesn't work yet.
2944
2945 2005-05-19  Wim Taymans  <wim@fluendo.com>
2946
2947         * gst-libs/gst/net/Makefile.am:
2948         * gst-libs/gst/net/README:
2949         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
2950         (gst_netbuffer_class_init), (gst_netbuffer_init),
2951         (gst_netbuffer_finalize), (gst_netbuffer_copy),
2952         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
2953         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
2954         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
2955         * gst-libs/gst/net/gstnetbuffer.h:
2956         Added buffer subclass to store extra to/from addresses for
2957         network sources/sinks.
2958
2959 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2960
2961         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
2962           Don't lock an unassigned variable.
2963
2964 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2965
2966         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2967           Increase buffer for video, decrease buffer for other media types.
2968         * gst/playback/gstplaybin.c: (gen_video_element),
2969         (gen_audio_element):
2970           Change names for debugging purposes.
2971
2972 2005-05-18  Wim Taymans  <wim@fluendo.com>
2973
2974         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2975         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2976         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2977         (gst_ffmpegcsp_chain):
2978         Enable buffer alloc passthrough if the source and dest
2979         formats are the same.
2980
2981 2005-05-17  Wim Taymans  <wim@fluendo.com>
2982
2983         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
2984         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
2985         (gst_ogg_demux_chain_unlocked):
2986         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2987         (gst_audio_convert_caps_remove_format_info),
2988         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2989         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
2990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2991         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2992         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
2993         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
2994         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
2995         (gst_ffmpegcsp_get_property):
2996         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2997         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
2998         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
2999         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3000         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
3001         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3002         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
3003         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
3004         Leak fixes in oggdemux.
3005         Some cleanups in audioconvert.
3006         Make passthrough work along with buffer_alloc etc.
3007         Make buffer_alloc and buffer recycling actually work in
3008         xvimagesink.
3009
3010 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3011
3012         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
3013           make the compiler happy
3014
3015 2005-05-17  Wim Taymans  <wim@fluendo.com>
3016
3017         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
3018         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3019         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
3020         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
3021         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
3022         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
3023         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
3024         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
3025         (gst_xvimagesink_set_xwindow_id):
3026         * sys/xvimage/xvimagesink.h:
3027         Port xvimagesink to new MiniObject.
3028
3029 2005-05-17  Wim Taymans  <wim@fluendo.com>
3030
3031         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
3032         (gst_audiofilter_chain):
3033         * gst-libs/gst/audio/gstaudiosink.c:
3034         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3035         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3036         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3037         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3038         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3039         (gst_audiosink_create_ringbuffer):
3040         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3041         (gst_audio_convert_caps_remove_format_info),
3042         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
3043         (gst_audio_convert_fixate), (gst_audio_convert_channels):
3044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3045         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
3046         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
3047         Fix passthrough in ffmpegcolorspace.
3048         Fix memset in audiosink on wrong memory.
3049
3050 2005-05-16  David Schleef  <ds@schleef.org>
3051
3052         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
3053         to GstMiniObject.
3054
3055 2005-05-16  David Schleef  <ds@schleef.org>
3056
3057         Port from GstData to GstMiniObject.
3058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3059         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
3060         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
3061         (gst_ogg_mux_collected):
3062         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3063         * ext/theora/theoradec.c: (theora_handle_comment_packet),
3064         (theora_handle_data_packet):
3065         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
3066         (theora_set_header_on_caps), (theora_enc_chain):
3067         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3068         (vorbis_handle_comment_packet):
3069         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3070         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3071         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
3072         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
3073         * gst/audioconvert/gstaudioconvert.c:
3074         (gst_audio_convert_get_buffer):
3075         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3076         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3077         (mute_stream), (silence_stream):
3078         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3079         * gst/volume/gstvolume.c: (volume_transform):
3080         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3081         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
3082         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
3083         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
3084         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
3085         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
3086         (gst_ximagesink_buffer_alloc):
3087         * sys/ximage/ximagesink.h:
3088
3089 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3090
3091         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3092         (fill_buffer), (check_queue), (queue_threshold_reached),
3093         (queue_out_of_data):
3094         * gst/playback/gstplaybasebin.h:
3095           Post buffer-fullness on the bus.
3096
3097 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3098
3099         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3100         (try_to_link_1):
3101         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3102         (group_commit), (probe_triggered), (setup_source),
3103         (gst_play_base_bin_change_state):
3104         * gst/playback/gstplaybasebin.h:
3105         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3106         (gst_play_bin_init), (remove_sinks), (setup_sinks),
3107         (gst_play_bin_change_state):
3108           Move setup_output_pads into a virtual function, remove
3109           group-switch (no longer needed) and redirect (handled by bus
3110           now) signals.
3111
3112 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3113
3114         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3115         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
3116         (get_active_group), (get_building_group), (group_destroy),
3117         (group_commit), (check_queue), (queue_overrun),
3118         (queue_threshold_reached), (queue_out_of_data),
3119         (gen_preroll_element), (remove_groups), (unknown_type),
3120         (add_element_stream), (no_more_pads), (probe_triggered),
3121         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
3122         (setup_substreams), (setup_source), (finish_source),
3123         (prepare_output), (muted_group_change_state),
3124         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3125         (gst_play_base_bin_change_state):
3126         * gst/playback/gstplaybasebin.h:
3127         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3128         (gst_play_bin_init), (gst_play_bin_set_property),
3129         (gen_video_element), (gen_text_element), (gen_audio_element),
3130         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3131         (gst_play_bin_change_state):
3132         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
3133         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
3134         (stream_info_change_state), (gst_stream_info_set_mute),
3135         (gst_stream_info_get_property):
3136         * gst/playback/gststreaminfo.h:
3137         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
3138         (gst_stream_selector_get_linked_pad),
3139         (gst_stream_selector_getcaps),
3140         (gst_stream_selector_get_linked_pads),
3141         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3142         * gst/playback/gststreamselector.h:
3143           Rough port of playbin. Needs some more work, but is mostly done,
3144           and uses a few locks in important places, which should make stuff
3145           like chain-switches clean. Still uses GST_STATE() in a few places,
3146           which isn't all that good an idea, subtitles/elements disabled
3147           because no elements to test with and thus probably broken, query
3148           and event handling moved to GstBin, internal thread removed
3149           alltogether because the pipeline does that for us now. Can play
3150           Ogg/Vorbis files. Haven't tested anything else yet.
3151
3152 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3153
3154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
3155           Do no-more-pads (needed for autoplugging).
3156
3157 2005-05-10  Andy Wingo  <wingo@pobox.com>
3158
3159         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
3160         message to the bus with the tags. Still not sent downstream tho.
3161
3162         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
3163         get_parent.
3164         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
3165         avoid refcounting hassles.
3166
3167 2005-05-09  Andy Wingo  <wingo@pobox.com>
3168
3169         * gst/volume/Makefile.am:
3170         * gst/volume/demo.c
3171         * gst/volume/gstvolume.h
3172         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
3173         basetransform. Probably need an audio filter base class.
3174
3175 2005-05-09  Wim Taymans  <wim@fluendo.com>
3176
3177         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
3178         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3179         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
3180         (gst_vorbisenc_chain):
3181         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3182         (gst_audio_convert_caps_remove_format_info),
3183         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
3184         (gst_audio_convert_fixate), (gst_audio_convert_channels):
3185         Make caps writable before writing to it.
3186         Fix negotiation in audioconvert some more.
3187
3188 2005-05-09  Wim Taymans  <wim@fluendo.com>
3189
3190         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3191         (gst_videorate_getcaps), (gst_videorate_setcaps),
3192         (gst_videorate_event), (gst_videorate_chain):
3193         Better negotiation.
3194
3195 2005-05-09  Wim Taymans  <wim@fluendo.com>
3196
3197         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
3198         (gst_videorate_getcaps), (gst_videorate_setcaps),
3199         (gst_videorate_blank_data), (gst_videorate_init),
3200         (gst_videorate_event), (gst_videorate_chain),
3201         (gst_videorate_change_state):
3202         Port videorate, do a better job at negotiation while we're at
3203         it.
3204
3205 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
3206
3207         * configure.ac:
3208           Disable libvisual
3209
3210         * examples/Makefile.am:
3211         * gst-libs/gst/audio/Makefile.am:
3212         * gst-libs/gst/riff/Makefile.am:
3213         * gst-libs/gst/tag/Makefile.am:
3214         * gst-libs/gst/video/Makefile.am:
3215           Fixups for missing variables.
3216
3217 2005-05-09  Wim Taymans  <wim@fluendo.com>
3218
3219         * examples/seeking/seek.c: (make_theora_pipeline),
3220         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
3221         (query_rates), (query_positions_elems), (query_positions_pads),
3222         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
3223         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3224         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
3225         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
3226         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
3227         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
3228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3229         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
3230         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
3231         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
3232         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
3233         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
3234         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3235         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
3236         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
3237         (theora_dec_src_convert), (theora_dec_sink_convert),
3238         (theora_dec_src_query), (theora_dec_sink_query),
3239         (theora_dec_src_event), (theora_dec_sink_event),
3240         (theora_handle_comment_packet), (theora_handle_type_packet),
3241         (theora_handle_header_packet), (theora_handle_data_packet),
3242         (theora_dec_chain):
3243         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3244         (vorbis_dec_convert), (vorbis_dec_src_query),
3245         (vorbis_dec_sink_query), (vorbis_dec_src_event),
3246         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3247         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
3248         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
3249         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3250         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
3251         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
3252         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3253         (gst_play_bin_query):
3254         * gst/playback/test3.c: (update_scale):
3255         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
3256         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
3257         * gst/subparse/gstsubparse.c: (gst_subparse_init):
3258         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
3259         (gst_videotestsrc_src_query):
3260         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
3261         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
3262         (paint_hline_YUV9):
3263         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3264         Port to new query API.
3265         Updated seek.
3266         Cleanups in x[v]imagesink
3267
3268 2005-05-09  Andy Wingo  <wingo@pobox.com>
3269
3270         * ext/alsa/gstalsasink.h:
3271         * ext/gnomevfs/gstgnomevfssrc.c:
3272         (gst_gnomevfssrc_get_icy_metadata):
3273         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
3274         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
3275         * ext/theora/theoradec.c (theora_dec_src_query)
3276         (theora_dec_src_event, theora_dec_sink_event)
3277         (theora_handle_comment_packet, theora_handle_data_packet):
3278         * ext/theora/theoraenc.c (theora_enc_chain):
3279         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
3280         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
3281         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
3282         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
3283         (qt_type_find):
3284         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
3285         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
3286         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
3287         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
3288         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
3289         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
3290         (paint_setup_xBGR8888, paint_setup_RGBx8888)
3291         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
3292         (paint_setup_RGB565, paint_setup_xRGB1555):
3293         * gst/videotestsrc/videotestsrc.h:
3294         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
3295         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
3296         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
3297         GCC4 fixes.
3298         
3299         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
3300         gst_pad_query_position. Fixes oggdemux.
3301
3302 2005-05-08  David Schleef  <ds@schleef.org>
3303
3304         * configure.ac: Require liboil.
3305         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
3306         a few more.
3307         * gst/videotestsrc/videotestsrc.c:
3308         * gst/videotestsrc/videotestsrc.h:
3309
3310 2005-05-06  Wim Taymans  <wim@fluendo.com>
3311
3312         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3313         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
3314         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
3315         Well, unreffing a buffer right before pushing it is asking
3316         for trouble..
3317
3318 2005-05-06  Christian Schaller  <uraeus@gnome.org>
3319
3320         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
3321
3322 2005-05-06  Wim Taymans  <wim@fluendo.com>
3323
3324         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3325         (gst_audio_convert_caps_remove_format_info),
3326         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
3327         (gst_audio_convert_fixate), (gst_audio_convert_channels):
3328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3329         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
3330         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
3331         * gst/sine/Makefile.am:
3332         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
3333         (gst_sinesrc_class_init), (gst_sinesrc_init),
3334         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
3335         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
3336         (gst_sinesrc_update_freq):
3337         * gst/sine/gstsinesrc.h:
3338         * gst/tcp/gstmultifdsink.c:
3339         * sys/xvimage/xvimagesink.c:
3340         Fixed negotiation wrt _peer_get_caps()
3341         Some cleanups.
3342
3343
3344 2005-05-06  Wim Taymans  <wim@fluendo.com>
3345
3346         * gst-libs/gst/audio/gstaudiosink.c:
3347         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3348         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3349         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3350         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3351         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3352         (gst_audiosink_create_ringbuffer):
3353         * gst-libs/gst/audio/gstbaseaudiosink.c:
3354         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
3355         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
3356         (gst_baseaudiosink_set_property), (build_linear_format),
3357         (debug_spec_caps), (debug_spec_buffer),
3358         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
3359         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
3360         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
3361         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3362         * gst-libs/gst/audio/gstbaseaudiosink.h:
3363         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3364         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3365         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
3366         (gst_ringbuffer_play), (gst_ringbuffer_pause),
3367         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
3368         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
3369         (wait_segment), (gst_ringbuffer_commit),
3370         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
3371         (gst_ringbuffer_clear):
3372         * gst-libs/gst/audio/gstringbuffer.h:
3373         Make the base audiosink return an error when there is no
3374         audiobuffer negotiated.
3375
3376 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3377
3378         * ext/Makefile.am:
3379         Disable cdparanoia until someone ports it!
3380
3381 2005-05-06  Wim Taymans  <wim@fluendo.com>
3382
3383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3384         (gst_ogg_demux_sink_activate):
3385         And revert after wingo's revert.. sigh..
3386
3387 2005-05-05  Andy Wingo  <wingo@pobox.com>
3388
3389         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
3390         GObject.
3391         * configure.ac: Return audiorate and subparse from the ghetto.
3392         Re-enable -Wall -Werror.
3393         * gst/subparse/gstsubparse.c:
3394         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
3395         or chain-based. Cleaned up a bit. Not tested.
3396         
3397 2005-05-05  Christian Schaller <christian@fluendo.com> 
3398
3399         * Makefile.am: remove stuff that is not building
3400         * configure.ac: remove stuff that is not building
3401         * examples/Makefile.am: remove stuff that is not building
3402         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
3403         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
3404         * sys/Makefile.am: remove stuff that is not building
3405         * testsuite/Makefile.am: remove stuff that is not building
3406
3407 2005-05-05  Andy Wingo  <wingo@pobox.com>
3408
3409         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
3410         * gst-libs/gst/tag/gstvorbistag.c:
3411         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
3412         * gst/adder/gstadder.h:
3413         * gst/audioconvert/gstchannelmix.c:
3414         (gst_audio_convert_fill_one_other):
3415         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
3416         (gst_audiorate_init), (gst_audiorate_chain):
3417         * gst/playback/gstplaybasebin.c: (setup_source):
3418         * gst/playback/test3.c: (update_scale):
3419         Some GCC4 fixes
3420         
3421         * po/af.po:
3422         * po/az.po:
3423         * po/cs.po:
3424         * po/en_GB.po:
3425         * po/hu.po:
3426         * po/it.po:
3427         * po/nb.po:
3428         * po/nl.po:
3429         * po/or.po:
3430         * po/sq.po:
3431         * po/sr.po:
3432         * po/sv.po:
3433         * po/uk.po:
3434         * po/vi.po: Foo
3435
3436 2005-05-05  Wim Taymans  <wim@fluendo.com>
3437
3438         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3439         (gst_audio_convert_caps_remove_format_info),
3440         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
3441         (gst_audio_convert_change_state), (gst_audio_convert_channels):
3442         * gst/videotestsrc/gstvideotestsrc.c:
3443         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
3444         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
3445         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
3446         (gst_videotestsrc_init), (gst_videotestsrc_loop):
3447         Don't ignore _push() return values.
3448         Make sure no processing is done when shutting down.
3449         Videotestsrc pad activation fix.
3450
3451 2005-05-05  Wim Taymans  <wim@fluendo.com>
3452
3453         * gst/adder/Makefile.am:
3454         * gst/adder/gstadder.c: (gst_adder_setcaps),
3455         (gst_adder_class_init), (gst_adder_init),
3456         (gst_adder_request_new_pad), (gst_adder_collected),
3457         (gst_adder_change_state):
3458         * gst/adder/gstadder.h:
3459         Ported adder as an example of a mixer element using
3460         collect pads. Needs more negotiation work.
3461
3462 2005-05-05  Wim Taymans  <wim@fluendo.com>
3463
3464         * ext/theora/theoradec.c: (_inc_granulepos),
3465         (theora_dec_src_event), (theora_dec_sink_event),
3466         (theora_handle_comment_packet), (theora_handle_type_packet),
3467         (theora_handle_header_packet), (theora_handle_data_packet),
3468         (theora_dec_chain):
3469         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3470         (gst_theora_enc_init), (theora_enc_sink_setcaps),
3471         (theora_push_buffer), (theora_push_packet),
3472         (theora_enc_sink_event), (theora_enc_chain),
3473         (theora_enc_change_state), (theora_enc_set_property),
3474         (theora_enc_get_property):
3475         Added stream lock to decoder so that we can serialize
3476         the discont event.
3477         More theoraenc porting, recover from errors, do clean
3478         shutdown.
3479
3480 2005-05-05  Wim Taymans  <wim@fluendo.com>
3481
3482         * ext/ogg/Makefile.am:
3483         * ext/ogg/README:
3484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3485         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
3486         (gst_ogg_print):
3487         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3488         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
3489         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
3490         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
3491         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
3492         (gst_ogg_mux_change_state):
3493         Ported ogg muxer.
3494
3495 2005-05-05  Wim Taymans  <wim@fluendo.com>
3496
3497         * docs/design-audiosinks.txt:
3498         * gst-libs/gst/audio/TODO:
3499         * gst-libs/gst/audio/gstaudiosink.c:
3500         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3501         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3502         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3503         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3504         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3505         (gst_audiosink_create_ringbuffer):
3506         * gst-libs/gst/audio/gstbaseaudiosink.c:
3507         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
3508         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
3509         (gst_baseaudiosink_set_property), (build_linear_format),
3510         (debug_spec_caps), (debug_spec_buffer),
3511         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
3512         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
3513         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
3514         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3515         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3516         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3517         (gst_ringbuffer_release), (gst_ringbuffer_play),
3518         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3519         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
3520         (gst_ringbuffer_set_sample), (wait_segment),
3521         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
3522         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
3523         More work on the audiosink, mostly debugging and a race in
3524         shutdown.
3525
3526 2005-04-28  Wim Taymans  <wim@fluendo.com>
3527
3528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3529         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
3530         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3531         (vorbis_dec_src_query), (vorbis_dec_src_event),
3532         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3533         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
3534         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
3535         Don't crap out when seeking back to position 0.
3536
3537 2005-04-28  Wim Taymans  <wim@fluendo.com>
3538
3539         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
3540         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
3541         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
3542         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
3543         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
3544         Make audio sink configurable, use alsasink as default.
3545
3546 2005-04-28  Wim Taymans  <wim@fluendo.com>
3547
3548         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3549         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3550         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
3551         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
3552         (vorbis_dec_change_state):
3553         * ext/vorbis/vorbisdec.h:
3554         Refactor, use STREAM_LOCK.
3555
3556 2005-04-28  Wim Taymans  <wim@fluendo.com>
3557
3558         * ext/theora/theoradec.c: (_inc_granulepos),
3559         (theora_dec_sink_event), (theora_handle_comment_packet),
3560         (theora_handle_type_packet), (theora_handle_header_packet),
3561         (theora_handle_data_packet), (theora_dec_chain),
3562         (theora_dec_change_state):
3563         Refactor a bit, use STREAM_LOCK.
3564
3565 2005-04-28  Wim Taymans  <wim@fluendo.com>
3566
3567         * ext/alsa/Makefile.am:
3568         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
3569         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
3570         (gst_alsa_link), (gst_alsa_close_audio):
3571         * ext/alsa/gstalsaplugin.c: (plugin_init):
3572         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3573         (gst_alsasink_dispose), (gst_alsasink_base_init),
3574         (gst_alsasink_class_init), (gst_alsasink_init),
3575         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
3576         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
3577         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
3578         (gst_alsasink_reset):
3579         * ext/alsa/gstalsasink.h:
3580         Implement alsasink with simple open/write/close API. 
3581         Make alsa dir build by disabling compilation of code.
3582
3583 2005-04-28  Wim Taymans  <wim@fluendo.com>
3584
3585         * gst-libs/gst/audio/Makefile.am:
3586         * gst-libs/gst/audio/audio.h:
3587         * gst-libs/gst/audio/audioclock.c:
3588         * gst-libs/gst/audio/audioclock.h:
3589         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
3590         (gst_audio_clock_class_init), (gst_audio_clock_init),
3591         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
3592         * gst-libs/gst/audio/gstaudioclock.h:
3593         * gst-libs/gst/audio/gstaudiosink.c:
3594         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3595         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3596         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3597         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3598         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3599         (gst_audiosink_create_ringbuffer):
3600         * gst-libs/gst/audio/gstbaseaudiosink.c:
3601         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
3602         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
3603         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
3604         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
3605         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
3606         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
3607         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
3608         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3609         * gst-libs/gst/audio/gstbaseaudiosink.h:
3610         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3611         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
3612         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3613         (gst_ringbuffer_release), (gst_ringbuffer_play),
3614         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3615         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
3616         (gst_ringbuffer_set_sample), (wait_segment),
3617         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
3618         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
3619         * gst-libs/gst/audio/gstringbuffer.h:
3620         Make ringbuffer faster and more simple by removing the locks
3621         in the playback thread.
3622         Add sample accurate playback based on buffer sample offsets.
3623         Make the baseaudiosink provide a clock.
3624         Parse caps in the base class.
3625         Correctly handle seeking, flushing and state changes.
3626
3627 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3628
3629         * configure.ac:
3630         * gst/audioconvert/Makefile.am:
3631         * gst/audioscale/Makefile.am:
3632           Fix part of the build.  Come on guys, autogen didn't even work :)
3633
3634 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3635
3636         * configure.ac:
3637         * gst-libs/gst/Makefile.am:
3638         * gst-libs/gst/media-info/.cvsignore:
3639         * gst-libs/gst/media-info/Makefile.am:
3640         * gst-libs/gst/media-info/README:
3641         * gst-libs/gst/media-info/media-info-priv.c:
3642         * gst-libs/gst/media-info/media-info-priv.h:
3643         * gst-libs/gst/media-info/media-info-test.c:
3644         * gst-libs/gst/media-info/media-info.c:
3645         * gst-libs/gst/media-info/media-info.h:
3646         * gst-libs/gst/media-info/media-info.vcproj:
3647         * pkgconfig/Makefile.am:
3648         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
3649         * pkgconfig/gstreamer-media-info.pc.in:
3650           Remove media-info, which is also successed by playbin (see Totem
3651           implementation).
3652
3653 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3654
3655         * configure.ac:
3656         * examples/Makefile.am:
3657         * examples/gstplay/.cvsignore:
3658         * examples/gstplay/Makefile.am:
3659         * examples/gstplay/player.c:
3660         * gst-libs/gst/Makefile.am:
3661         * gst-libs/gst/play/.cvsignore:
3662         * gst-libs/gst/play/Makefile.am:
3663         * gst-libs/gst/play/play.c:
3664         * gst-libs/gst/play/play.h:
3665         * gst-libs/gst/play/play.vcproj:
3666         * pkgconfig/Makefile.am:
3667         * pkgconfig/gstreamer-play-uninstalled.pc.in:
3668         * pkgconfig/gstreamer-play.pc.in:
3669           Remove libgstplay, playbin is now the official successor.
3670
3671 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3672
3673         * configure.ac:
3674         * gst-libs/gst/Makefile.am:
3675         * gst-libs/gst/xwindowlistener/Makefile.am:
3676         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
3677         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
3678           Remove deprecated xwindowlistener (I've moved xwindowlistening
3679           in the v4l/v4l2 plugins over to serverside).
3680
3681 2005-04-25  David Schleef  <ds@schleef.org>
3682
3683         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
3684         to examples/dynparams.  Examples do not belong interspersed with
3685         source code.
3686         * examples/dynparams/demo-dparams.c:
3687         * gst/sine/Makefile.am:
3688         * gst/sine/demo-dparams.c:
3689
3690 2005-04-25  David Schleef  <ds@schleef.org>
3691
3692         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
3693         * gst-libs/gst/audio/Makefile.am:
3694         * gst-libs/gst/riff/Makefile.am:
3695         * gst-libs/gst/tag/Makefile.am:
3696         * gst-libs/gst/video/Makefile.am:
3697         * gst-libs/gst/xwindowlistener/Makefile.am:
3698
3699         Convert to 0.9 API, seems to work:
3700         * sys/ximage/Makefile.am:
3701         * sys/ximage/ximagesink.c:
3702
3703 2005-04-24  David Schleef  <ds@schleef.org>
3704
3705         Link plugins against libraries:
3706         * ext/alsa/Makefile.am:
3707         * gst/tcp/Makefile.am:
3708
3709         Remove asm code that should be in liboil
3710         * gst/videoscale/Makefile.am:
3711         * gst/videoscale/videoscale_x86_asm.s:
3712
3713         gettext wants these checked in:
3714         * po/af.po:
3715         * po/az.po:
3716         * po/cs.po:
3717         * po/en_GB.po:
3718         * po/hu.po:
3719         * po/it.po:
3720         * po/nb.po:
3721         * po/nl.po:
3722         * po/or.po:
3723         * po/sq.po:
3724         * po/sr.po:
3725         * po/sv.po:
3726         * po/uk.po:
3727         * po/vi.po:
3728
3729 2005-04-24  David Schleef  <ds@schleef.org>
3730
3731         Convert gst_main() to g_main_loop_run()
3732         * gst/playback/decodetest.c: (main):
3733         * gst/playback/test2.c: (main):
3734         * gst/playback/test3.c: (main):
3735         * gst/playback/test4.c: (main):
3736
3737         Link plugins against libraries:
3738         * ext/libvisual/Makefile.am:
3739         * sys/xvimage/Makefile.am:
3740
3741 2005-04-24  David Schleef  <ds@schleef.org>
3742
3743         * configure.ac: Remove idct and resample libs
3744         * gst-libs/gst/Makefile.am: same
3745
3746         Remove usage of gst_library_load():
3747         * ext/alsa/gstalsaplugin.c: (plugin_init):
3748         * ext/libvisual/visual.c: (plugin_init):
3749         * ext/ogg/gstogg.c: (plugin_init):
3750         * ext/theora/theora.c: (plugin_init):
3751         * ext/vorbis/vorbis.c: (plugin_init):
3752         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
3753         * gst/audioscale/gstaudioscale.c:
3754         * gst/adder/gstadder.c: (plugin_init):
3755         * gst/audioconvert/plugin.c: (plugin_init):
3756         * sys/ximage/ximagesink.c: (plugin_init):
3757         * sys/xvimage/xvimagesink.c: (plugin_init):
3758         * gst/tcp/gsttcpplugin.c: (plugin_init):
3759
3760         Link plugins against libraries:
3761         * ext/ogg/Makefile.am:
3762         * ext/theora/Makefile.am:
3763         * ext/vorbis/Makefile.am:
3764         * gst/audioconvert/Makefile.am:
3765
3766         Create proper libraries:
3767         * gst-libs/gst/riff/Makefile.am:
3768         * gst-libs/gst/audio/Makefile.am:
3769         * gst-libs/gst/video/Makefile.am:
3770
3771         Move resample library to audioscale plugin directory:
3772         * gst-libs/gst/resample/Makefile.am:
3773         * gst-libs/gst/resample/README:
3774         * gst-libs/gst/resample/dtof.c:
3775         * gst-libs/gst/resample/dtos.c:
3776         * gst-libs/gst/resample/functable.c:
3777         * gst-libs/gst/resample/private.h:
3778         * gst-libs/gst/resample/resample.c:
3779         * gst-libs/gst/resample/resample.h:
3780         * gst-libs/gst/resample/resample.vcproj:
3781         * gst-libs/gst/resample/test.c:
3782         * gst/audioscale/Makefile.am:
3783         * gst/audioscale/README:
3784         * gst/audioscale/dtof.c:
3785         * gst/audioscale/dtos.c:
3786         * gst/audioscale/functable.c:
3787         * gst/audioscale/private.h:
3788         * gst/audioscale/resample.c:
3789         * gst/audioscale/resample.h:
3790         * gst/audioscale/test.c:
3791
3792         Move tagedit library to gst-libs:
3793         * gst-libs/gst/tag/Makefile.am:
3794         * gst-libs/gst/tag/gstid3tag.c:
3795         * gst-libs/gst/tag/gsttagediting.c:
3796         * gst-libs/gst/tag/gsttageditingprivate.h:
3797         * gst-libs/gst/tag/gstvorbistag.c:
3798         * gst/tags/Makefile.am:
3799         * gst/tags/gstid3tag.c:
3800         * gst/tags/gstvorbistag.c:
3801
3802         Fix for core changes:
3803         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3804         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
3805         (gst_sinesrc_getrange):
3806
3807 2005-04-23  David Schleef  <ds@schleef.org>
3808
3809         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
3810         in gst-plugins in a long time, and properly belongs in liboil.
3811         * gst-libs/gst/idct/Makefile.am:
3812         * gst-libs/gst/idct/README:
3813         * gst-libs/gst/idct/dct.h:
3814         * gst-libs/gst/idct/doieee:
3815         * gst-libs/gst/idct/fastintidct.c:
3816         * gst-libs/gst/idct/floatidct.c:
3817         * gst-libs/gst/idct/idct.c:
3818         * gst-libs/gst/idct/idct.h:
3819         * gst-libs/gst/idct/idtc.vcproj:
3820         * gst-libs/gst/idct/ieeetest.c:
3821         * gst-libs/gst/idct/intidct.c:
3822
3823 2005-04-20  Wim Taymans  <wim@fluendo.com>
3824
3825         * docs/design-audiosinks.txt:
3826         * gst-libs/gst/audio/Makefile.am:
3827         * gst-libs/gst/audio/TODO:
3828         * gst-libs/gst/audio/gstaudiosink.c:
3829         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3830         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3831         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
3832         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3833         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3834         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
3835         (gst_audiosink_class_init), (gst_audiosink_init),
3836         (gst_audiosink_create_ringbuffer):
3837         * gst-libs/gst/audio/gstaudiosink.h:
3838         * gst-libs/gst/audio/gstbaseaudiosink.c:
3839         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
3840         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
3841         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
3842         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
3843         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
3844         (gst_baseaudiosink_create_ringbuffer),
3845         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3846         * gst-libs/gst/audio/gstbaseaudiosink.h:
3847         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3848         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
3849         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
3850         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3851         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
3852         (gst_ringbuffer_play), (gst_ringbuffer_pause),
3853         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
3854         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
3855         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
3856         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
3857         * gst-libs/gst/audio/gstringbuffer.h:
3858         An attempt at a set of audio base classes together with some
3859         design docs.
3860
3861 2005-04-20  Wim Taymans  <wim@fluendo.com>
3862
3863         * gst/audioconvert/Makefile.am:
3864         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3865         (gst_audio_convert_caps_remove_format_info),
3866         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
3867         (gst_audio_convert_channels):
3868         Link against audio libs.
3869         Fix audio convert plugin.
3870
3871 2005-04-20  Wim Taymans  <wim@fluendo.com>
3872
3873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
3874         (gst_ogg_demux_sink_activate):
3875         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3876         (theora_set_header_on_caps), (theora_enc_sink_event),
3877         (theora_enc_chain):
3878         Fix theora encoder.
3879
3880 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3881
3882         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
3883         * gst/playback/gstdecodebin.c: (find_compatibles):
3884           Work with staticpadtemplates in elementfactories.
3885
3886 2005-04-12  Wim Taymans  <wim@fluendo.com>
3887
3888         * gst/playback/README:
3889         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3890         (compare_ranks), (print_feature), (gst_decode_bin_init),
3891         (dynamic_create), (dynamic_free), (find_compatibles),
3892         (mimetype_is_raw), (close_pad_link), (got_redirect),
3893         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
3894         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
3895         (gst_decode_bin_change_state):
3896         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3897         (gst_play_base_bin_init), (group_destroy), (group_commit),
3898         (check_queue), (queue_overrun), (queue_threshold_reached),
3899         (queue_out_of_data), (gen_preroll_element), (unknown_type),
3900         (new_decoded_pad), (setup_subtitle), (gen_source_element),
3901         (got_redirect), (setup_source), (play_base_eos),
3902         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3903         (gst_play_base_bin_remove_element):
3904         * gst/playback/gstplaybasebin.h:
3905         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3906         (gst_play_bin_init), (gst_play_bin_dispose),
3907         (gst_play_bin_set_property), (gen_video_element),
3908         (gen_text_element), (gen_audio_element), (remove_sinks),
3909         (gst_play_bin_send_event):
3910         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3911         (stream_info_change_state), (gst_stream_info_set_mute):
3912         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
3913         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
3914         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
3915         (gst_stream_selector_chain):
3916         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3917         (main):
3918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3919         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
3920         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
3921         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
3922         Raw and crude port of decodebin. 
3923         Make playbin compile.
3924
3925 2005-04-06  Wim Taymans  <wim@fluendo.com>
3926
3927         * ext/gnomevfs/Makefile.am:
3928         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
3929         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
3930         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
3931         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
3932         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
3933         (gst_gnomevfssrc_stop):
3934         * ext/ogg/Makefile.am:
3935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
3936         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
3937         * ext/theora/Makefile.am:
3938         * ext/theora/theoradec.c: (_inc_granulepos),
3939         (theora_dec_sink_event), (theora_dec_chain):
3940         * ext/vorbis/Makefile.am:
3941         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3942         (vorbis_dec_sink_event), (vorbis_dec_chain):
3943         * gst-libs/gst/audio/Makefile.am:
3944         * sys/xvimage/Makefile.am:
3945         Make gnomevfssrc extend the source base class.
3946         Fix linking against libs in various plugins.
3947
3948 2005-04-06  Andy Wingo  <wingo@pobox.com>
3949
3950         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
3951         GST_BASE_LIBS.
3952
3953         * configure.ac: Add check and AC_SUBST for libgstbase.
3954
3955 2005-03-31  Wim Taymans  <wim@fluendo.com>
3956
3957         * examples/seeking/Makefile.am:
3958         * examples/seeking/cdparanoia.c: (main):
3959         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
3960         (play_cb), (pause_cb), (stop_cb), (main):
3961         * examples/seeking/playbin.c:
3962         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
3963         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
3964         (make_sid_pipeline), (make_vorbis_pipeline),
3965         (make_theora_pipeline), (make_vorbis_theora_pipeline),
3966         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
3967         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
3968         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
3969         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
3970         (stop_cb), (main):
3971         * examples/seeking/spider_seek.c:
3972         * examples/seeking/vorbisfile.c:
3973         * ext/gnomevfs/Makefile.am:
3974         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3975         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
3976         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
3977         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
3978         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
3979         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
3980         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
3981         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
3982         * ext/ogg/README:
3983         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
3984         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
3985         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
3986         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
3987         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
3988         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
3989         (gst_ogg_pad_event), (gst_ogg_pad_reset),
3990         (gst_ogg_demux_factory_filter), (compare_ranks),
3991         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3992         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3993         (gst_ogg_chain_new), (gst_ogg_chain_free),
3994         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
3995         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
3996         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
3997         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
3998         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
3999         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
4000         (gst_ogg_demux_get_prev_page),
4001         (gst_ogg_demux_deactivate_current_chain),
4002         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
4003         (gst_ogg_demux_bisect_forward_serialno),
4004         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4005         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
4006         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
4007         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
4008         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
4009         (gst_ogg_demux_change_state), (gst_ogg_print):
4010         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4011         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
4012         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
4013         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
4014         (gst_ogg_mux_loop):
4015         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4016         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4017         (theora_dec_src_convert), (theora_dec_sink_convert),
4018         (theora_dec_src_query), (theora_dec_src_event),
4019         (theora_dec_sink_event), (theora_dec_chain),
4020         (theora_dec_change_state):
4021         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4022         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
4023         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
4024         (theora_enc_change_state):
4025         * ext/vorbis/Makefile.am:
4026         * ext/vorbis/oggvorbisenc.c:
4027         * ext/vorbis/oggvorbisenc.h:
4028         * ext/vorbis/vorbis.c: (plugin_init):
4029         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4030         (vorbis_dec_src_query), (vorbis_dec_src_event),
4031         (vorbis_dec_sink_event), (vorbis_dec_chain),
4032         (vorbis_dec_change_state):
4033         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
4034         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
4035         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
4036         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4037         (gst_vorbisenc_change_state):
4038         * ext/vorbis/vorbisenc.h:
4039         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
4040         * gst-libs/gst/audio/audioclock.c:
4041         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4042         (gst_audiofilter_init), (gst_audiofilter_chain):
4043         * gst-libs/gst/audio/testchannels.c: (main):
4044         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4045         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
4046         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
4047         (gmip_find_track_streaminfo), (gmip_find_track_format):
4048         * gst-libs/gst/media-info/media-info.c:
4049         (gst_media_info_read_idler):
4050         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
4051         (gst_play_get_all_by_interface):
4052         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4053         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4054         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4055         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4056         (gst_riff_parse_info):
4057         * gst-libs/gst/riff/riff-read.h:
4058         * gst-libs/gst/riff/riff.c: (plugin_init):
4059         * gst-libs/gst/video/Makefile.am:
4060         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
4061         (gst_videosink_class_init), (gst_videosink_get_type):
4062         * gst-libs/gst/video/videosink.h:
4063         * gst/audioconvert/bufferframesconvert.c:
4064         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
4065         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
4066         * gst/audioconvert/channelmixtest.c: (main):
4067         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4068         (gst_audio_convert_chain),
4069         (gst_audio_convert_caps_remove_format_info),
4070         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
4071         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
4072         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
4073         (gst_audio_convert_buffer_to_default_format),
4074         (gst_audio_convert_buffer_from_default_format),
4075         (gst_audio_convert_channels):
4076         * gst/audioconvert/gstchannelmix.h:
4077         * gst/ffmpegcolorspace/avcodec.h:
4078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4079         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
4080         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
4081         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
4082         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
4083         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
4084         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
4085         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4086         (mpeg_video_type_find), (mpeg_video_stream_type_find),
4087         (dv_type_find):
4088         * gst/videotestsrc/gstvideotestsrc.c:
4089         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
4090         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
4091         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
4092         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
4093         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
4094         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
4095         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
4096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
4097         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
4098         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
4099         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
4100         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
4101         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4102         (gst_xvimagesink_navigation_send_event),
4103         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
4104         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
4105         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4106         * sys/xvimage/xvimagesink.h:
4107         Plugin port to 0.9, ogg/theora playback should work in the seek
4108         example now.
4109         Removed old examples.
4110         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
4111         explained in 0.9 TODO doc.
4112
4113
4114 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4115
4116         * autogen.sh:
4117         * configure.ac:
4118         * ext/Makefile.am:
4119         * gst/Makefile.am:
4120         * po/POTFILES.in:
4121         * po/af.po:
4122         * po/az.po:
4123         * po/cs.po:
4124         * po/en_GB.po:
4125         * po/hu.po:
4126         * po/it.po:
4127         * po/nb.po:
4128         * po/nl.po:
4129         * po/or.po:
4130         * po/sq.po:
4131         * po/sr.po:
4132         * po/sv.po:
4133         * po/uk.po:
4134         * po/vi.po:
4135         * sys/Makefile.am:
4136         * testsuite/Makefile.am:
4137           remove a whole bunch of plugins.  This module now contains a set
4138           of free reference plugins/elements as agreed.
4139
4140 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
4141
4142         * configure.ac:
4143           hunting season on 0.9 is now OPEN
4144 <<<<<<< ChangeLog
4145 =======
4146
4147 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4148
4149         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
4150           Kick the hell out of gcc for not warning me about a symbol conflict.
4151
4152 2005-02-22  Luca Ognibene  <luogni@tin.it>
4153
4154         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
4155
4156         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
4157           Don't leak caps string (fixes #168134)
4158
4159         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
4160         (gst_jpegenc_init), (gst_jpegenc_finalize),
4161         (gst_jpegenc_change_state):
4162           Don't leak line buffers and context struct (fixes #168133).
4163
4164 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
4165
4166         * configure.ac:
4167         * ext/dirac/gstdiracdec.cc:
4168         (gst_diracdec_chain):
4169           Since dirac 0.5.0 the framerate in dirac is expressed as a
4170           rational number. Fix build and up requirement to 0.5.0, and
4171           also pass parameters to gst_diracdec_link in the right order
4172           (fixes #167959).
4173
4174 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
4175
4176         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
4177         * ext/faad/gstfaad.h:
4178         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
4179         certain invalid muxed streams, where some packets will contain 
4180         junk after decoder data. Partially fixes #149158.
4181
4182 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
4183         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
4184           Make sure we only write to writable buffers
4185
4186 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
4187
4188         * gst-libs/gst/riff/riff-media.c:
4189         (gst_riff_create_audio_caps_with_data):
4190           Do actually fix invalid RIFF fmt header values for alaw
4191           and mulaw audio instead of just saying so.
4192
4193         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
4194           Give gst_riff_create_audio_caps_with_data() a chance to
4195           fix up broken format header fields before extracting any
4196           parameters from the header. (fixes #167633)
4197
4198 2005-02-19  Martin Holters  <martin.holters@gmx.de>
4199
4200         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
4201
4202         * gst/audioconvert/bufferframesconvert.c:
4203         (buffer_frames_convert_link):
4204           Don't leak othercaps. (fixes #167878)
4205
4206 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
4207
4208         * configure.ac:
4209         * ext/libvisual/visual.c: (gst_visual_srclink),
4210         (gst_visual_change_state):
4211           Support libvisual 0.2.0.
4212
4213 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
4214
4215         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
4216         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
4217           Use same rowstrides for I420 as used everywhere else.
4218
4219 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
4220
4221         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
4222           Declare variables at beginning of block and make gcc-2.95 happy
4223           (fixes # 167482, patch by Gergely Nagy).
4224           
4225         * gst/tcp/gsttcpclientsrc.c:
4226         * gst/tcp/gsttcpclientsrc.h:
4227           Move some includes into the header, so that struct sockaddr_in is
4228           defined when it should be defined on FreeBSD as well (fixes
4229           #167483).
4230           
4231         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
4232           Don't pass uninitialised values to setsockopt() here either.
4233
4234 2005-02-17  Luca Ognibene  <luogni at tin dot it>
4235
4236         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
4237
4238         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
4239           Don't pass uninitialised values to setsockopt(). (fixes #167704)
4240
4241 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4242
4243         * gst/playback/gstplaybin.c: (add_sink):
4244           Invert bin_add/link order to workaround deadlock in opt.
4245
4246 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4247
4248         * gst/modplug/gstmodplug.cc:
4249           Add missing break causing position queries to fail.
4250
4251 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4252
4253         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
4254           Granpos can apparently be -1, which screws up calculations...
4255
4256 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
4257
4258         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
4259         (gst_ximagesink_send_pending_navigation),
4260         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
4261         (gst_ximagesink_init):
4262         * sys/ximage/ximagesink.h:
4263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
4264         (gst_xvimagesink_send_pending_navigation),
4265         (gst_xvimagesink_navigation_send_event),
4266         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
4267         * sys/xvimage/xvimagesink.h:
4268           Use a mutex protected list to marshal navigation
4269           events into the stream thread from whichever thread
4270           sends them.
4271
4272 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
4273
4274         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
4275           Display current position and track length; misc. clean-ups.
4276           
4277         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
4278         (speed_init), (speed_chain):
4279           Add query function, so that the stream length and current position
4280           get adjusted when queried (note that current position queries may
4281           still be wrong if the audio sink returns values based on buffer
4282           timestamps instead of passing on the query).
4283
4284 2005-02-13  Benjamin Otte  <otte@gnome.org>
4285
4286         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
4287         (gst_audio_convert_channels):
4288           create channel conversion matrix when linking
4289         * gst/audioconvert/.cvsignore:
4290         * gst/audioconvert/Makefile.am:
4291         * gst/audioconvert/channelmixtest.c: (main):
4292           add (ugly) test that ensures stereo <=> mono conversion works
4293           correctly
4294
4295 2005-02-13  Benjamin Otte  <otte@gnome.org>
4296
4297         * gst/audioconvert/gstchannelmix.h:
4298           include missing header file
4299         * gst/audioconvert/gstchannelmix.c:
4300         (gst_audio_convert_fill_compatible):
4301           use same sign for both channels when converting to/from compatible
4302           channel. Previously used different signs made the signals cancel
4303           each other out and appear like silence. (fixes #167269)
4304
4305 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
4306
4307         * gst/ffmpegcolorspace/avcodec.h:
4308         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4309         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4310         (gst_ffmpegcsp_avpicture_fill):
4311         * gst/ffmpegcolorspace/imgconvert.c:
4312           Convert to and from YV12 (fixes #156379).
4313
4314 2005-02-12  Julien MOUTTE  <julien@moutte.net>
4315
4316         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4317         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
4318         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
4319         (gst_ximagesink_expose), (gst_ximagesink_set_property),
4320         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
4321         methods from chain and negotiation and vice versa (Fixes #166142).
4322         * sys/ximage/ximagesink.h: Add stream_lock.
4323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
4324         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
4325         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4326         (gst_xvimagesink_expose): Check for xcontext before trying to link.
4327
4328 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
4329
4330         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
4331           Don't send "Hey! You gave me a NULL pointer you naughty person" as
4332           error message when we can't open the DVD device (when dvdnav_open()
4333           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
4334           the above). Send something more useful instead (fixes #167117).
4335
4336 2005-02-11  Julien MOUTTE  <julien@moutte.net>
4337
4338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
4339         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
4340         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
4341         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
4342         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
4343         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
4344         methods from chain and negotiation and vice versa (Fixes #166142).
4345         Fix a possible bug of images in the buffer pool being discarded because
4346         we are looking at the wrong geometry.
4347         * sys/xvimage/xvimagesink.h: Add stream_lock.
4348
4349 2005-02-11  David Schleef  <ds@schleef.org>
4350
4351         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
4352         unsigned int. (fixes #167128)
4353
4354 2005-02-11  David Schleef  <ds@schleef.org>
4355
4356         * gst/librfb/Makefile.am: Testing stuff before committing is
4357           for wimps... and people with fast machines.  Fix stupid
4358           mistake.
4359
4360 2005-02-11  David Schleef  <ds@schleef.org>
4361
4362         * configure.ac: Pull in librfb from my CVS tree, because it is
4363           too small and annoying to be separate.  Move rfbsrc plugin
4364           to gst/.
4365         * ext/Makefile.am:
4366         * ext/librfb/Makefile.am:
4367         * ext/librfb/gstrfbsrc.c:
4368         * gst/librfb/Makefile.am:
4369         * gst/librfb/gstrfbsrc.c:
4370         * gst/librfb/rfb.c:
4371         * gst/librfb/rfb.h:
4372         * gst/librfb/rfbbuffer.c:
4373         * gst/librfb/rfbbuffer.h:
4374         * gst/librfb/rfbbytestream.c:
4375         * gst/librfb/rfbbytestream.h:
4376         * gst/librfb/rfbcontext.h:
4377         * gst/librfb/rfbdecoder.c:
4378         * gst/librfb/rfbdecoder.h:
4379         * gst/librfb/rfbutil.h:
4380
4381 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
4382
4383         * gst/speed/Makefile.am:
4384         * gst/speed/demo-mp3.c: (main):
4385         * gst/speed/filter.func:
4386         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
4387         (speed_class_init), (speed_init), (speed_chain_int16),
4388         (speed_chain_float32), (speed_chain), (speed_set_property),
4389         (speed_get_property), (speed_change_state):
4390         * gst/speed/gstspeed.h:
4391           Fix speed element and make it chain-based (fixes #156467),
4392           and make it handle more than one channel.
4393
4394 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
4395
4396         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
4397         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
4398         (gst_dtsdec_chain), (gst_dtsdec_change_state):
4399         * ext/dts/gstdtsdec.h:
4400           Don't clobber the stack constructing the channels array.
4401           Make the element chain-based. DTS tracks can now be played.
4402           
4403 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
4404
4405         * gst-libs/gst/audio/multichannel.h:
4406         * gst-libs/gst/gconf/gconf.h:
4407         * gst-libs/gst/idct/idct.h:
4408         * gst-libs/gst/media-info/media-info-priv.h:
4409         * gst-libs/gst/play/play.h:
4410         * gst-libs/gst/resample/private.h:
4411         * gst-libs/gst/resample/resample.h:
4412         * gst-libs/gst/riff/riff-ids.h:
4413         * gst-libs/gst/video/video.h:
4414         * gst-libs/gst/video/videosink.h:
4415           Add G_BEGIN_DECLS and G_END_DECLS around headers where
4416           missing, so that they work when included from C++ code.
4417
4418 2005-02-09  David Schleef  <ds@schleef.org>
4419
4420         * testsuite/gst-lint: Check for non-statically scoped
4421           parent_class variables.  This won't be a problem once
4422           plugins are loaded with RTLD_LOCAL.
4423
4424 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4425
4426         * ext/mplex/gstmplexibitstream.cc:
4427           gcc madness.
4428
4429 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4430
4431         * ext/ogg/gstogmparse.c:
4432         * gst/debug/gstnavigationtest.c:
4433           Die, thou faulty symbol pollutors (non-static parent_class).
4434
4435 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4436
4437         * ext/mplex/gstmplexibitstream.cc:
4438           Fix event handling (#165525).
4439
4440 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4441
4442         * ext/mikmod/gstmikmod.c:
4443         * gst/modplug/gstmodplug.cc:
4444           Add missing endianness to template (fixes #165509).
4445
4446 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4447
4448         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
4449           Fix wrong order of reading of optional bytes (#165290).
4450
4451 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4452
4453         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4454           Implement FILLER event awareness.
4455
4456 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4457
4458         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
4459           Fix track calculations (#166208).
4460
4461 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
4462
4463         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4464
4465         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
4466         * ext/libpng/gstpngenc.c:
4467           Fix byte-order, use proper fixed caps. Fixes #164197.
4468
4469 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
4470
4471         * configure.ac:
4472           Add dvdlpcmdec 
4473
4474         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
4475         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
4476           Don't push buffers if the src pad isn't negotiated yet.
4477           
4478         * gst/audioconvert/gstaudioconvert.c:
4479         (gst_audio_convert_buffer_to_default_format),
4480         (gst_audio_convert_buffer_from_default_format):
4481           Add support for 24-bit width.
4482
4483         * gst/dvdlpcmdec/.cvsignore:
4484         * gst/dvdlpcmdec/Makefile.am:
4485         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
4486         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
4487         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
4488         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
4489         (plugin_init):
4490         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
4491           New decoder for rearranging DVD LPCM into our audio/x-raw-int
4492           format. Needs support for the channels maps if someone can find 
4493           a DVD LPCM track with > 2 channels.
4494
4495         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
4496         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
4497         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
4498         * gst/mpegstream/gstdvddemux.h:
4499         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
4500         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
4501         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
4502         * gst/mpegstream/gstmpegdemux.h:
4503         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
4504         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
4505         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
4506         (gst_mpeg_parse_handle_src_query),
4507         (gst_mpeg_parse_handle_src_event):
4508           Use audio/x-dvd-lpcm for LPCM output.
4509           Add DTS output.
4510
4511 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
4512
4513         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4514
4515         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
4516         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
4517           Add BGRA handling (#165736).
4518
4519 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
4520
4521         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4522
4523         * gst/law/alaw-decode.c: (alawdec_link):
4524         * gst/law/alaw-encode.c: (alawenc_link):
4525         * gst/law/mulaw-decode.c: (mulawdec_link):
4526         * gst/law/mulaw-encode.c: (mulawenc_link):
4527           Fix caps memleaks (#166600).
4528
4529 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
4530
4531         * ext/tarkin/mem.h:
4532         * ext/tarkin/wavelet.h:
4533         * ext/tarkin/yuv.h:
4534         * gst/ffmpegcolorspace/avcodec.h:
4535           Include "_stdint.h" instead of <stdint.h>. Fixes build on
4536           systems that don't have stdint.h, like Solaris9 (fixes #166631).
4537
4538 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4539
4540         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
4541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
4542         (gst_xvimagesink_change_state):
4543           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
4544           Xv video (and thereby regenerate Xv colourkey) in clear() so
4545           that PLAY -> READY -> PLAY works (fixes #162504).
4546
4547 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4548
4549         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
4550           Switch to list instead of range, since MJPEG-devices really just
4551           support decimations, not any size.
4552
4553 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
4554         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
4555         (gst_mpeg2dec_reset), (free_all_buffers),
4556         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
4557         * ext/mpeg2dec/gstmpeg2dec.h:
4558           The libmpeg2 user-allocated buffer management is awkward, 
4559           to say the least. Hopefully this fixes things.
4560
4561 2005-02-04  Andy Wingo  <wingo@pobox.com>
4562
4563         * gst/audioconvert/bufferframesconvert.c
4564         (buffer_frames_convert_fixate): New function, fixates to 256
4565         frames per buffer by default. (Much better than 1.)
4566         (buffer_frames_convert_init): Set the fixate function for both src
4567         and sink pad.
4568         (buffer_frames_convert_link): After success setting nonfixed caps,
4569         get the negotiated caps so we can know how many buffer-frames it
4570         will be. No idea how this worked at all before.
4571
4572 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
4573
4574         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
4575         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
4576         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
4577         (handle_sequence), (handle_picture):
4578         * ext/mpeg2dec/gstmpeg2dec.h:
4579           Rearrange buffer tracking and refcounting and refactor
4580           a little for readability. 
4581
4582 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
4583         * sys/v4l/gstv4l.c: (plugin_init):
4584         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
4585         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
4586         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
4587         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
4588         * sys/v4l/gstv4ljpegsrc.h:
4589         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
4590         * sys/v4l/v4l_calls.h:
4591         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
4592         (gst_v4lsrc_get_fps):
4593         * sys/v4l/v4lsrc_calls.h:
4594           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
4595           you jpeg inside rgb frames" driver.
4596           Don't error in the v4lsrc link function, just return 
4597           REFUSED.
4598
4599 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4600
4601         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
4602         (gst_qcamsrc_open):
4603           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
4604
4605 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4606
4607         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4608           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
4609
4610 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4611
4612         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
4613           Reset negotiated state on PAUSED->READY.
4614
4615 2005-02-02  David Schleef  <ds@schleef.org>
4616
4617         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
4618         whereever possible.  (Fixes #165997)
4619         * examples/capsfilter/capsfilter1.c: (main):
4620         * examples/dynparams/filter.c: (create_ui):
4621         * examples/seeking/cdparanoia.c: (get_track_info), (main):
4622         * examples/seeking/chained.c: (main):
4623         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4624         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4625         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
4626         (make_mpeg_pipeline), (make_mpegnt_pipeline):
4627         * examples/seeking/spider_seek.c: (make_spider_pipeline):
4628         * examples/switch/switcher.c: (main):
4629         * ext/dv/demo-play.c: (main):
4630         * ext/faad/gstfaad.c: (gst_faad_change_state):
4631         * ext/mad/gstmad.c: (gst_mad_chain):
4632         * ext/smoothwave/demo-osssrc.c: (main):
4633         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
4634         (gst_gconf_render_bin_from_description),
4635         (gst_gconf_get_default_audio_sink),
4636         (gst_gconf_get_default_video_sink),
4637         (gst_gconf_get_default_audio_src),
4638         (gst_gconf_get_default_video_src),
4639         (gst_gconf_get_default_visualization_element):
4640         * gst/level/demo.c: (main):
4641         * gst/level/plot.c: (main):
4642         * gst/playback/gstplaybin.c: (gen_video_element),
4643         (gen_audio_element):
4644         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4645         * gst/playondemand/demo-mp3.c: (setup_pipeline):
4646         * gst/sine/demo-dparams.c: (main):
4647         * gst/spectrum/demo-osssrc.c: (main):
4648         * gst/speed/demo-mp3.c: (main):
4649         * gst/volume/demo.c: (main):
4650         * testsuite/embed/embed.c: (main):
4651
4652 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
4653
4654         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4655         (gst_tcpclientsink_finalize):
4656         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
4657         (gst_tcpclientsrc_finalize):
4658         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4659         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
4660         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
4661         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
4662           Don't leak the hostname when shutting down.
4663           In tcpserversrc, take a copy of the default hostname.
4664
4665 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4666
4667         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
4668           Set caps to systemstream=TRUE.
4669
4670 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4671
4672         * testsuite/Makefile.am:
4673           Fix more OSX buildbots.
4674
4675 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
4676
4677         * ext/mpeg2dec/gstmpeg2dec.c:
4678           Don't send things to NULL PAD_PEERs
4679
4680         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
4681           Copy-on-write the incoming buffer.
4682
4683         * gst/mpegstream/gstdvddemux.h:
4684         * gst/mpegstream/gstmpegclock.h:
4685         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
4686         (normal_seek), (gst_mpeg_demux_handle_src_event):
4687         * gst/mpegstream/gstmpegdemux.h:
4688         * gst/mpegstream/gstmpegpacketize.h:
4689         * gst/mpegstream/gstmpegparse.c:
4690         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
4691         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
4692         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
4693         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
4694         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
4695         * gst/mpegstream/gstmpegparse.h:
4696         * gst/mpegstream/gstrfc2250enc.h:
4697           Various changes to the way time is computed that make seeking and
4698           total time estimation much better here.
4699           Use G_BEGIN/END_DECLS instead of __cplusplus
4700
4701         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
4702           Use gst_buffer_stamp instead of only copying the TIMESTAMP
4703
4704 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4705
4706         * gst/subparse/gstsubparse.c:
4707           Fix OSX buildbot.
4708
4709 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
4710
4711         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4712         (theora_enc_chain), (theora_enc_change_state):
4713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4714         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
4715         (gst_vorbisenc_change_state):
4716         * ext/vorbis/vorbisenc.h:
4717           Set granulepos and timestamp correctly for streams not
4718           starting at 0, taking into account the initial delay.
4719
4720 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
4721
4722         * gst/mpegstream/gstdvddemux.c:
4723           Add audio/x-dts to audio pad template caps
4724
4725 2005-01-30  David Schleef  <ds@schleef.org>
4726
4727         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
4728         (create_context), (gst_polypsink_link): Fix silly endianness
4729         bug.  Add some debugging.  Remove float from caps; it doesn't
4730         work.  Attempt to get remote audio working.
4731
4732 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4733
4734         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4735           Add 3IV2 fourcc.
4736
4737 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4738
4739         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
4740         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
4741         (gst_avi_demux_stream_data):
4742         * gst/avi/gstavidemux.h:
4743           Invert DIB images. Fixes #132341.
4744
4745 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4746
4747         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4748         (gst_ffmpegcsp_chain):
4749           D'oh, reference the palette data, not the palette structure.
4750           Fixes color distortion in #132341.
4751
4752 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4753
4754         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
4755           PAR can be non-fixed when not provided as argument (#162626).
4756
4757 2005-01-29  David Moore  <dcm@acm.org>
4758
4759         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4760
4761         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4762         (gst_qtdemux_loop_header):
4763           Re-apply patch from #142272 that allows non-seekable sources,
4764           re-proposed by Daniel Drake <dsd@gentoo.org>.
4765
4766 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4767
4768         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
4769           Use the src template for creating the src pad (#162330).
4770
4771 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4772
4773         * configure.ac:
4774         * ext/musepack/Makefile.am:
4775         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
4776         (gst_musepackdec_init), (gst_musepackdec_dispose),
4777         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
4778         (gst_musepack_stream_init), (gst_musepackdec_loop),
4779         (gst_musepackdec_change_state):
4780         * ext/musepack/gstmusepackdec.cpp:
4781         * ext/musepack/gstmusepackdec.h:
4782         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
4783         (gst_musepack_reader_read), (gst_musepack_reader_seek),
4784         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
4785         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
4786         * ext/musepack/gstmusepackreader.cpp:
4787         * ext/musepack/gstmusepackreader.h:
4788           Update to 1.1 API (#165446).
4789
4790 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4791
4792         * ext/Makefile.am:
4793           Unbreak buildbot.
4794
4795 2005-01-28  Andy Wingo  <wingo@pobox.com>
4796
4797         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
4798         to reflect a different dubious internet source. Add a reference
4799         and some commentary.
4800
4801 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4802
4803         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4804         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
4805         * gst/playback/gststreamselector.h:
4806           Be more selective when we're redoing caps negotiation from
4807           within the chain function on a stream change.
4808
4809 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4810
4811         * configure.ac:
4812         * ext/Makefile.am:
4813         * ext/amrnb/Makefile.am:
4814         * ext/amrnb/amrnb.c: (plugin_init):
4815         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
4816         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
4817         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
4818         (gst_amrnbdec_state_change):
4819         * ext/amrnb/amrnbdec.h:
4820         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
4821         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
4822         (gst_amrnbparse_init), (gst_amrnbparse_formats),
4823         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
4824         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
4825         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
4826         * ext/amrnb/amrnbparse.h:
4827           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
4828         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4829           Add AMR-NB/-WB raw formats.
4830         * ext/alsa/gstalsa.c: (gst_alsa_link):
4831           Keep valid time when changing format.
4832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4833         (qtdemux_parse_trak):
4834           Add some more format-specific options (#140141, #143555, #155163).
4835
4836 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4837
4838         * gst/matroska/matroska-demux.c:
4839         (gst_matroska_demux_parse_blockgroup):
4840           Fix logic error in timing of subtitle stream synchronization.
4841         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
4842           Add skip-chunk, which is found in kodak-camera streams.
4843
4844 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4845
4846         * po/LINGUAS:
4847         * po/vi.po:
4848           Adding Vietnamese translation (submitted by Clytie Siddall)
4849
4850 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4851
4852         * gst/playback/gstdecodebin.c: (try_to_link_1):
4853           Use realpad for signal.
4854
4855 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4856
4857         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
4858           Fix category so decodebin picks it up.
4859
4860 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4861
4862         * ext/mad/Makefile.am:
4863         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
4864         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
4865         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
4866         (found_type), (gst_id3demux_bin_change_state):
4867         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
4868         (gst_id3_tag_init), (gst_id3_tag_handle_event),
4869         (gst_id3_tag_src_link), (gst_id3_tag_chain),
4870         (gst_id3_tag_change_state), (plugin_init):
4871         * ext/mad/gstmad.h:
4872           Add id3demuxbin (which is a simple bin consisting of id3demux
4873           and typefind), take over rank from id3demux, remove typefind
4874           code from id3demux. Makes all broken mp3s that I know of work,
4875           and thereby fixes #152688.
4876
4877 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
4878
4879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4880
4881         * ext/mad/gstmad.c: (gst_mad_src_event):
4882         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
4883           Allow seeks on audio pad, make mad forward those (#164826).
4884         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4885           Set duration (#165335).
4886
4887 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4888
4889         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
4890         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
4891         (gst_asf_demux_process_ext_content_desc),
4892         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
4893         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
4894         * gst/asfdemux/gstasfdemux.h:
4895           Improve metadata display, e.g. if the metadata comes before the
4896           streams are loaded (which is perfectly valid).
4897
4898 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4899
4900         * tools/gst-launch-ext-m.m:
4901           Fix AVI/ASF pipelines (#165340).
4902
4903 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
4904         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
4905         build failure on amd64
4906
4907 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
4908
4909         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
4910         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
4911           Check environment variables GST_ID3V2_TAG_ENCODING,
4912           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
4913           list of character encodings to force interpretation of non-unicode
4914           strings stored in an ID3v2 tag to a particular encoding. If none
4915           is specified, try to use current locale's encoding, then fall back
4916           to ISO-8859-1 (which will always succeed). (Resolves #149274)
4917         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
4918         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
4919           Check environment variables GST_ID3V1_TAG_ENCODING,
4920           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
4921           list of character encodings to use in case a string encountered
4922           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
4923           specified, try to use the current locale's encoding, then fall
4924           back to ISO-8859-1 (which will always succeed).
4925
4926 2005-01-25  Benjamin Otte  <otte@gnome.org>
4927
4928         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4929           - on half framerate, compute the rate in advance so the comparisons
4930             don't compare wrong values
4931           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
4932             behaviour
4933           - don't use mad_header_decode anymore, mad_frame_decode does that
4934             automatically
4935           - when getting rid of consumed bytes, reset the stream's skiplen
4936           (fixes #163867)
4937
4938 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
4939
4940         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
4941           Use 1/2 a second for default max_discont, as PES streams from DVB
4942           seem to have larger spacings in the SCR. 
4943           Fix a typo.
4944
4945 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4946
4947         * gst/playback/gstplaybasebin.c: (group_commit):
4948           Notify delayed stream-info availability.
4949
4950 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
4951         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
4952         (gst_a52dec_handle_event), (gst_a52dec_chain):
4953         Add some debug output. Check that a discont has a valid
4954         time associated.
4955         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4956         (gst_alsa_sink_loop):
4957         Ignore TAG events. A little extra debug for broken timestamps.
4958         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
4959         (dvdnavsrc_change_state):
4960         Ensure we send a discont to engage the link before we send any
4961         other events.
4962         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
4963         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
4964         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
4965         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
4966         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
4967         dvd://title works in totem because typefinding sends a seek that ends
4968         up going back to chapter 1 regardless.
4969         * ext/mpeg2dec/gstmpeg2dec.c:
4970         * ext/mpeg2dec/gstmpeg2dec.h:
4971         Output correct timestamps and handle disconts.
4972         * ext/ogg/gstoggdemux.c: (get_relative):
4973         Small guard against a null dereference.
4974         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
4975         (gst_textoverlay_set_property):
4976         Free memory when done. Don't call gst_event_filler_get_duration on
4977         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
4978         g_warning.
4979         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
4980         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
4981         (gst_sw_srclink), (gst_smoothwave_chain):
4982         Draw solid lines, prettier colours.
4983         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
4984         Add a default palette that'll work for some movies.
4985         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
4986         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
4987         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
4988         * gst/mpegstream/gstdvddemux.h:
4989         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
4990         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
4991         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
4992         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
4993         * gst/mpegstream/gstmpegparse.h:
4994         Use PTM/NAV events when for timestamp adjustment when connected to 
4995         dvdnavsrc. Don't use many discont events where one suffices.
4996         * gst/playback/gstplaybasebin.c: (group_destroy),
4997         (gen_preroll_element), (gst_play_base_bin_add_element):
4998         * gst/playback/gstplaybasebin.h:
4999         Make sure we remove subtitles from the same bin we put them in.
5000         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
5001         (gst_subparse_buffer_format_autodetect),
5002         (gst_subparse_change_state):
5003         Fix some memleaks and invalid accesses.
5004         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
5005         (oggskel_type_find), (cmml_type_find), (plugin_init):
5006         Some typefind functions for Annodex v3.0 files
5007         * gst/wavparse/gstwavparse.h:
5008         GstRiffReadClass is the correct parent class.
5009
5010 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5011
5012         * gst-libs/gst/riff/riff-media.c:
5013         (gst_riff_create_video_caps_with_data):
5014           Add extradata to huffyuv (fixes #165013).
5015         * gst-libs/gst/riff/riff-read.c:
5016         (gst_riff_read_strf_vids_with_data):
5017           Fix extradata extraction if it is in the chunk size.
5018
5019 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
5020
5021         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5022
5023         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
5024         (gst_quarktv_change_state), (gst_quarktv_dispose):
5025           Memory free'ing location fix (#164708).
5026
5027 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5028
5029         * gst/playback/gstplaybasebin.c: (group_commit),
5030         (gen_preroll_element), (probe_triggered), (gen_source_element),
5031         (setup_source), (gst_play_base_bin_change_state),
5032         (gst_play_base_bin_add_element):
5033           Don't block for streams.
5034         * gst/playback/gststreaminfo.c: (stream_info_change_state),
5035         (gst_stream_info_set_mute):
5036           Use gst_pad_set_active_recursive.
5037
5038 2005-01-25  Andy Wingo  <wingo@pobox.com>
5039
5040         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
5041         for #ifndef HAVE_XVIDEO.
5042
5043 2005-01-24  Jeffrey C. Ollie
5044
5045         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
5046
5047         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
5048         * ext/gsm/gstgsmdec.h:
5049         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
5050         * ext/gsm/gstgsmenc.h:
5051         Fix rate to 8kHz as per spec, removes obscure errors when no rate
5052         was given by property. Add proper buffer timestamps and offsets.
5053
5054 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5055
5056         * gst-libs/gst/riff/riff-media.c:
5057         (gst_riff_create_audio_caps_with_data):
5058           Audio can be <8000Hz.
5059
5060 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5061
5062         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
5063           Explicit state change to workaround refcount bugs.
5064
5065 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5066
5067         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
5068         (gst_avimux_riff_get_avi_header):
5069           Fix...
5070
5071 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5072
5073         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
5074         (gst_riff_read_element_data):
5075         * gst-libs/gst/riff/riff-read.h:
5076           Add _peek version (req'ed in CDXA).
5077         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
5078         (gst_cdxaparse_loop):
5079           Fix parsing in playbin.
5080         * gst/playback/gstdecodebin.c: (close_pad_link):
5081           Ignore current_ pads, they cause major annoyance.
5082
5083 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5084
5085         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5086           Safety guard.
5087
5088 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5089
5090         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
5091           Fix padding...
5092
5093 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5094
5095         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
5096           Allow for 0-sized buffers. Fixes length query problems in
5097           starwars.mkv from the testsuite.
5098
5099 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
5100
5101         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
5102         (gst_video_box_i420), (gst_video_box_chain):
5103           Fix row strides for I420 (fixes #163159)
5104           
5105 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5106
5107         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
5108           MPEG2 has a useful rate property, so we can actually use that.
5109           For MPEG-1, continue using the bytes/time properties.
5110
5111 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5112
5113         * gst-libs/gst/riff/riff-media.c:
5114         (gst_riff_create_video_caps_with_data),
5115         (gst_riff_create_video_template_caps):
5116           Add intel-h263.
5117
5118 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5119
5120         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
5121           Fail if caps negotiation fails. Should fix #162184, and should
5122           definately be in there regardless of it fixing the actual bug.
5123         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
5124         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
5125         (gst_avimux_riff_get_avix_header),
5126         (gst_avimux_riff_get_video_header),
5127         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
5128         (gst_avimux_start_file), (gst_avimux_handle_event),
5129         (gst_avimux_change_state):
5130         * gst/avi/gstavimux.h:
5131           Refactor structure writing to use GST_WRITE_UINT macros, add
5132           metadata writing support.
5133
5134 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5135
5136         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5137           Elements may already be destroyed when this function is called.
5138
5139 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5140
5141         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5142         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
5143           More memory leak fixes (#149162).
5144
5145 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5146
5147         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5148         (gst_qtdemux_add_stream):
5149           Fix two memleaks.
5150
5151 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5152
5153         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
5154           Argh...
5155
5156 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5157
5158         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
5159           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
5160           when fixating to six channels in Totem.
5161
5162 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
5163
5164         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
5165           Fix compile warnings on Solaris 10 buildbot
5166
5167 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
5168
5169         * ext/dvdread/dvdreadsrc.c: (_read):
5170           Don't read beyond the last cell in a chapter (fixes 
5171           invalid memory access)
5172
5173 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
5174
5175         * ext/dvdread/stream_labels.c:
5176         (dvdreadsrc_get_audio_stream_labels):
5177           Use NULL for an empty GList instead of g_list_alloc(); fix 
5178           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
5179           of GString (easier to bulk free later)
5180
5181 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
5182
5183         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5184
5185         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5186         (gst_ffmpeg_pixfmt_to_caps):
5187           Fix BGRA32 caps (#164209).
5188
5189 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
5190
5191         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5192
5193         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5194         (gst_ffmpeg_caps_to_pixfmt):
5195           alpha_mask can be RGBA/ABGR. Fixes #164265.
5196
5197 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
5198
5199         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5200
5201         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
5202         (gst_mpeg2dec_alloc_buffer):
5203         * ext/mpeg2dec/gstmpeg2dec.h:
5204           Crop if decoding size is not the actual image size (#163676).
5205
5206 2005-01-17  Steve Baker  <steve@stevebaker.org>
5207
5208         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5209
5210         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
5211         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
5212           Add libsndfile typefind functions (#163309).
5213
5214 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5215
5216         * tools/gst-launch-ext-m.m:
5217           Add .aac, fix .m1v/.m2v (#163891).
5218
5219 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5220
5221         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
5222           Sanity check, don't wait endlessly since the clock might not
5223           actually run at this point (which is a deadlock). Fixes #164069.
5224
5225 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5226
5227         * gst/playback/gstplaybasebin.c: (probe_triggered):
5228           Of course, only pause if group is done...
5229
5230 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5231
5232         * gst/playback/gstplaybasebin.c: (probe_triggered):
5233           Thread safety.
5234
5235 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
5236
5237         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
5238           Don't return state change success when the parent
5239           failed.
5240
5241 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5242
5243         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
5244           Free events (fix memleak in #162905).
5245
5246 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
5247
5248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5249
5250         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5251         (gst_ffmpeg_caps_to_pixfmt):
5252           Fix for depth = 15. Fixes #161675.
5253
5254 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5255
5256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
5257           Set FPS correctly, even for webcams and the like.
5258         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
5259           Don error on setting while capturing.
5260
5261 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5262
5263         * ext/dv/gstdvdec.c:
5264         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
5265         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
5266           I'm a bad boy. using /1001. to force C to do float division
5267           and not integer division (as it did in my last commit)
5268           Thanks to David I. Lehn for pointing this mistake.
5269
5270 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5271
5272         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
5273           Revert Johan??s 1.35->1.36 since it breaks compat.
5274
5275 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5276
5277         * ext/dv/gstdvdec.c:
5278         * ext/libfame/gstlibfame.c:
5279         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
5280         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
5281           replace framerate aproximations by their real value
5282           (24000/1001, 30000/1001, 60000/1001)
5283           Finish fixing bug #164049
5284
5285 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5286
5287         * ext/ogg/gstoggmux.c:
5288           eos/bos debugging
5289         * gst/tcp/gstmultifdsink.c:
5290         * gst/tcp/gstmultifdsink.h:
5291         * gst/tcp/gsttcp.c:
5292         * gst/tcp/gsttcp.h:
5293         * gst/tcp/gsttcpclientsink.c:
5294         * gst/tcp/gsttcpclientsrc.c:
5295         * gst/tcp/gsttcpserversink.c:
5296         * gst/tcp/gsttcpserversrc.c:
5297           improve reusability of elements after state changes and errors
5298           make multifdsink throw away streamheaders when receiving new ones
5299
5300 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5301
5302         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
5303           Fix for if items are already in list...
5304
5305 2005-01-12  Benjamin Otte  <otte@gnome.org>
5306
5307         * gst/adder/gstadder.c: (gst_adder_loop):
5308           fix adder a bit so it doesn't screw up with events as much anymore
5309
5310 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
5311
5312         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
5313         (pixbufscale_scale), (gst_pixbufscale_chain):
5314         * ext/gdk_pixbuf/pixbufscale.h:
5315           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
5316           to ensure rowstrides are calculated the same way as 
5317           ffmpegcolorspace
5318           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
5319           that we pick up duration and offset also.
5320
5321 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5322
5323         * gst/avi/gstavimux.c: (gst_avimux_class_init),
5324         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
5325           Reusability fixes.
5326
5327 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5328
5329         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
5330         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5331         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
5332         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
5333           Update flags when requested.
5334
5335 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5336
5337         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
5338           Fix dmix.
5339
5340 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5341
5342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5343         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5344         (probe_triggered), (new_decoded_pad), (gen_source_element),
5345         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5346         * gst/playback/gstplaybasebin.h:
5347         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5348         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
5349         (gst_play_bin_change_state):
5350           Implement group-switch signal for use in apps to clear metadata
5351           cache, clean up subtitle, add suburi property instead of # hack,
5352           some error-out fixes.
5353
5354 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5355
5356         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5357           Debug.
5358         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
5359           If we got a state change in the _get handler, don't return success.
5360
5361 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5362
5363         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
5364         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
5365           Make jpegdec quiet on MJPEG decoding
5366         * gst/asfdemux/README:
5367           Fix mimetypes for MJPEG and H263
5368
5369 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5370
5371         * ext/theora/theoradec.c: (theora_dec_chain):
5372           Fix broken code generation by gcc by swapping arguments.
5373         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5374           Fix \n in debug.
5375
5376 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5377
5378         * TODO:
5379           delete this file, it is by far outdated
5380         * ext/alsa/gstalsa.1: remove
5381         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
5382         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
5383         (gst_alsa_get_caps):
5384           Add HW probing for supported sample rates. Fixes #161704
5385
5386 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5387
5388         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
5389           Don't crash, biatch! :).
5390
5391 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5392
5393         * ext/musepack/gstmusepackreader.cpp:
5394         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
5395           Some work on tags - still doesn't work in playbin...
5396         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
5397           Handle events...
5398
5399 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5400
5401         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
5402           Also shove tags on kid pads.
5403
5404 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5405
5406         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
5407           Don't bail on unknown events.
5408         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
5409           Don't crash on events before negotiation.
5410         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
5411           Send tags on pads, too.
5412         * gst/playback/gststreamselector.c:
5413         (gst_stream_selector_request_new_pad):
5414           Forward events on first pad if no input was selected yet.
5415
5416 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5417
5418         * gst/playback/gstplaybasebin.c: (setup_substreams):
5419           Don't disable streamtype if the stream doesn't exist, since
5420           then playing a video after audio will disable both and nothing
5421           will happen. Fixes the testsuite.
5422
5423 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5424
5425         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
5426         (gst_v4l_xoverlay_set_xwindow_id):
5427         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
5428         (gst_v4l2_xoverlay_set_xwindow_id):
5429           Add debug categories, fix overlay disabling.
5430
5431 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5432
5433         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
5434         * ext/alsa/gstalsa.h:
5435           Add HW probing for period_count/size and buffer_size MIX/MAX
5436           Adjust default/user defined value if out of bounds
5437           Should fix bug #162024
5438
5439 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5440
5441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
5442           Fix warning (#161191).
5443
5444 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5445
5446         * ext/dvdread/stream_labels.c:
5447         (dvdreadsrc_get_audio_stream_labels):
5448           Fix warning (init the good variable in switch default)
5449
5450 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
5451
5452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5453
5454         * gst/tta/gstttaparse.c: (gst_tta_src_event):
5455           Fix gcc-2.95 compile (#163485).
5456
5457 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5458
5459         * configure.ac:
5460         * ext/flac/gstflacenc.c: (gst_flacenc_init),
5461         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
5462         (gst_flacenc_tell_callback), (gst_flacenc_chain),
5463         (gst_flacenc_change_state):
5464         * ext/flac/gstflacenc.h:
5465           Update for API change in flac-1.1.1. Update requirement in
5466           configure.ac. Fixes #162974.
5467
5468 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5469
5470         * gst/playback/gstplaybasebin.c: (group_destroy):
5471           Remove hack to get rid of assert and get rid of unlinked
5472           signals properly.
5473
5474 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5475
5476         * gst/playback/gstplaybasebin.c: (setup_source):
5477           Set source to NULL so that resources are free'ed. Fixes issues
5478           with playback of CDDA and similar device-accessing things.
5479
5480 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5481
5482         * testsuite/embed/Makefile.am:
5483           test->noinst, fix make test in buildbot.
5484
5485 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5486
5487         * ext/dvdread/stream_labels.c: new file
5488         * ext/dvdread/stream_labels.h: new file
5489         * ext/dvdread/Makefile.am:
5490         * ext/dvdread/dvdreadsrc.c: (_seek_title):
5491           Extract audio stream label from DVD IFO files.
5492           It only dump them on the console for now, still have to
5493           make playbin aware of them.
5494
5495 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5496
5497         * gst/playback/gstplaybasebin.c: (setup_source):
5498           Fix hanging subs.
5499
5500 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5501
5502         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5503         (gen_preroll_element), (remove_groups), (setup_subtitle),
5504         (gen_source_element), (setup_source):
5505         * gst/playback/gstplaybasebin.h:
5506           Multiple .sub files is just a stupid idea... Fix some threading
5507           mistakes. Interestingly, external .sub files cause playbin to
5508           hang, I don't know why... Parsing fixes contributed by Fran??ois
5509           Kooman <fkooman@tuxed.net>.
5510
5511 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5512
5513         * testsuite/embed/Makefile.am:
5514           Fix buildbot.
5515
5516 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
5517
5518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5519
5520         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
5521         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
5522         (gst_pngenc_set_property):
5523         * ext/libpng/gstpngenc.h:
5524           Add compression level property (#163323).
5525
5526 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5527
5528         * configure.ac:
5529         * examples/capsfilter/capsfilter1.c: (main):
5530         * examples/seeking/spider_seek.c: (make_spider_pipeline):
5531         * ext/dvdread/Makefile.am:
5532         * ext/dvdread/demo-play:
5533         * ext/dvdread/demo-play.c:
5534         * gconf/gstreamer.schemas.in:
5535         * gst-libs/gst/gconf/gconf.c:
5536         * sys/v4l/TODO:
5537         * testsuite/Makefile.am:
5538         * testsuite/embed/Makefile.am:
5539         * testsuite/embed/embed.c: (cb_expose), (main):
5540           Remove all references to xvideosink, fix examples (#140845).
5541         * gst/playback/gstplaybasebin.c: (group_destroy):
5542           Apparently, disposal does not unlink - so do explicitely.
5543         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5544           Add debug.
5545
5546 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
5547
5548         * README: fix PKG_CONFIG_PATH instructions, what was there
5549         previously was breaking default search path, not nice. 
5550         Fixes #163358
5551
5552 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5553
5554         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
5555         (gst_audioscale_chain):
5556           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
5557           when resampling - how the ^@$^!@^! is this possible?!?
5558
5559 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5560
5561         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
5562           Reset variables on READY.
5563         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
5564         (gst_matroska_mux_loop):
5565           Require data before writing header.
5566
5567 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
5568
5569         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5570
5571         * ext/mad/gstmad.c: (gst_mad_chain):
5572           Don't call mad_stream_sync() directly after recovering sync.
5573           Fixes #151661.
5574
5575 2005-01-09  Martin Eikermann  <meiker@upb.de>
5576
5577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5578
5579         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
5580         (snapshot_handler), (gst_snapshot_sinkconnect),
5581         (gst_snapshot_chain):
5582           Allocate resources when required, fix recursive signal emission
5583           and fix caps. Fixes #161667.
5584
5585 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
5586
5587         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5588
5589         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
5590         (gst_pngdec_chain):
5591           Handle only 8-bppc (bits-per-pixel-component) images, better
5592           error handling and correct strides. Fixes #163177.
5593         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
5594         (gst_pngenc_chain):
5595           Better error handling. Fixes #163348.
5596
5597 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5598
5599         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
5600         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
5601         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
5602         (dvdnavsrc_uri_handler_init):
5603           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
5604         * gst/playback/gstplaybasebin.c: (gen_source_element):
5605           Add MMS to streaming URIs.
5606
5607 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5608
5609         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
5610         * sys/xvimage/xvimagesink.c:
5611         (gst_xvimagesink_navigation_send_event):
5612           Check for pad availability before sending event.
5613
5614 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5615
5616         * gst-plugins.spec.in:
5617           Add subparse.
5618
5619 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5620
5621         * configure.ac:
5622           Since we use functions from CVS, up requirement.
5623
5624 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5625
5626         * gst/playback/Makefile.am:
5627         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5628         (group_destroy), (group_commit), (group_is_muted),
5629         (gen_preroll_element), (add_stream), (unknown_type),
5630         (probe_triggered), (preroll_unlinked), (mute_stream),
5631         (silence_stream), (new_decoded_pad), (setup_substreams),
5632         (setup_source), (get_active_source), (mute_group_type),
5633         (muted_group_change_state), (set_active_source),
5634         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5635         (play_base_eos), (gst_play_base_bin_change_state):
5636         * gst/playback/gstplaybasebin.h:
5637         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5638         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5639         (gst_stream_info_dispose), (stream_info_mute_pad),
5640         (stream_info_change_state), (gst_stream_info_set_mute):
5641         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
5642         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5643         (gst_stream_selector_init), (gst_stream_selector_dispose),
5644         (gst_stream_selector_get_linked_pad),
5645         (gst_stream_selector_get_caps), (gst_stream_selector_link),
5646         (gst_stream_selector_get_linked_pads),
5647         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5648         * gst/playback/gststreamselector.h:
5649           Adding stream selection support plus required properties for
5650           applications to use this. Fully fixes #100931.
5651
5652 2005-01-08  Benjamin Otte  <otte@gnome.org>
5653
5654         * gst/games/gstpuzzle.c: (nav_event_handler):
5655           - handle nav events differently: forward every event no matter if it
5656             was handled or not.
5657           - translate events
5658           You can now cheat by using navigationtest ! puzzle and moving the
5659           mouse close to the edge of a tile. ;)
5660
5661 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5662
5663         * configure.ac:
5664         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
5665         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
5666         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
5667         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
5668         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
5669         (gst_ogm_parse_plugin_init):
5670         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
5671         (gst_textoverlay_link), (gst_textoverlay_getcaps),
5672         (gst_textoverlay_event), (gst_textoverlay_video_chain),
5673         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
5674         * ext/pango/gsttextoverlay.h:
5675         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5676         (gst_matroska_demux_handle_seek_event),
5677         (gst_matroska_demux_sync_streams),
5678         (gst_matroska_demux_parse_blockgroup),
5679         (gst_matroska_demux_subtitle_caps),
5680         (gst_matroska_demux_plugin_init):
5681         * gst/matroska/matroska-ids.h:
5682         * gst/playback/gstdecodebin.c: (close_pad_link):
5683         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5684         (gen_preroll_element), (remove_groups), (add_stream),
5685         (new_decoded_pad), (setup_subtitles), (gen_source_element),
5686         (setup_source):
5687         * gst/playback/gstplaybasebin.h:
5688         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
5689         * gst/subparse/Makefile.am:
5690         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
5691         (gst_subparse_base_init), (gst_subparse_class_init),
5692         (gst_subparse_init), (gst_subparse_formats),
5693         (gst_subparse_eventmask), (gst_subparse_event),
5694         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
5695         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
5696         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
5697         (parse_mpsub_deinit), (parse_mpsub_init),
5698         (gst_subparse_buffer_format_autodetect),
5699         (gst_subparse_format_autodetect), (gst_subparse_loop),
5700         (gst_subparse_change_state), (gst_subparse_type_find),
5701         (plugin_init):
5702         * gst/subparse/gstsubparse.h:
5703         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
5704         (plugin_init):
5705           Add subtitle support, .sub parser (supports SRT and MPsub),
5706           OGM text support, Matroska UTF-8 text support, deadlock fixes
5707           all over the place, subtitle awareness in decodebin/playbin
5708           and some fixes to textoverlay to handle subtitles in a stream
5709           correctly. Fixes #100931.
5710
5711 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5712
5713         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5714           Check for pad availability before doing a query on it.
5715
5716 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5717
5718         * ext/dv/gstdvdec.c:
5719           really fix bpp24/32 dvdec caps (classic rgba indeed)
5720         * gst/asfdemux/gstasfdemux.c:
5721         (gst_asf_demux_process_ext_content_desc):
5722           don't send text tags if they are empty (bis repetita)
5723
5724 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5725
5726         * ext/dv/gstdvdec.c:
5727          remove unneeded comment from dvdec
5728           (related to DV 4CC codes in AVI files)
5729           moved them in gstreamer/docs/random/mimetypes
5730         * gst/asfdemux/gstasfdemux.c:
5731         (gst_asf_demux_process_ext_content_desc):
5732          don't send text tags if they are empty
5733          fix mem leak on error path
5734         * gst/ffmpegcolorspace/avcodec.h:
5735         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5736         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5737         (gst_ffmpegcsp_avpicture_fill):
5738         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
5739         * gst/ffmpegcolorspace/imgconvert_template.h:
5740          adds BGR32 and BGRA32 to ffmpegcolorspace
5741           (still bad colors, fixing it on next commit)
5742           helps with dvdec outputing BGR32
5743
5744 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5745
5746         * ext/dv/gstdvdec.c:
5747          Fix audio caps i just broke (missing ',')
5748         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
5749         (gst_matroska_mux_reset):
5750          Fix typo + add FIXME about old "x-gst-metadata" crap
5751
5752 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5753
5754         * ext/dv/demo-play.c: (main):
5755          xvideosink -> xvimagesink
5756         * ext/dv/gstdvdec.c:
5757          change rgb 32/32 caps to 24/32 (no alpha)
5758          change nb of channels to be a list (2 or 4, not 2)
5759          change sample rate to be a list (32, 44.1, 48 kHz) not a range
5760         * gst/asfdemux/gstasfdemux.c:
5761         (gst_asf_demux_process_ext_content_desc):
5762          Add 'date/year' to extracted metadata list
5763
5764 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5765
5766         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5767           The return value of fixate_to does not imply that the requested
5768           value was set, so don't assume.
5769
5770 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
5771
5772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5773
5774         * ext/libpng/gstpngdec.c:
5775         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
5776         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
5777         * ext/libpng/gstpngenc.h:
5778           Alpha support (encoder; #163161), mime fixage.
5779
5780 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
5781
5782         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5783
5784         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
5785         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
5786         (gst_faac_set_property), (gst_faac_get_property):
5787         * ext/faac/gstfaac.h:
5788           Allow for ADTS output (#153434).
5789
5790 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5791
5792         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
5793           Fix against template (#150576).
5794
5795 2005-01-06  Benjamin Otte  <otte@gnome.org>
5796
5797         * gst/games/gstpuzzle.c: (draw_puzzle):
5798           don't draw a puzzle if either width or height of tiles would be 0.
5799
5800 2005-01-06  Benjamin Otte  <otte@gnome.org>
5801
5802         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
5803         (gst_puzzle_class_init), (gst_puzzle_finalize):
5804           no memleaks, please
5805         (gst_puzzle_create), (gst_puzzle_init),
5806         (gst_puzzle_set_property), (gst_puzzle_setup):
5807           change initialization code around so we don't reshuffle on resize
5808         (draw_puzzle):
5809           fix another stupid typo
5810
5811 2005-01-06  Benjamin Otte  <otte@gnome.org>
5812
5813         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
5814           fix stupid typo that borked copying on YUY2
5815
5816 2005-01-06  Benjamin Otte  <otte@gnome.org>
5817
5818         * gst/games/gstpuzzle.c: (draw_puzzle):
5819           fix edges when image sizes aren't multiples of tile sizes
5820
5821 2005-01-06  Benjamin Otte  <otte@gnome.org>
5822
5823         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
5824           make RGB endianness work correctly
5825         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
5826           refactor and fix race with initial shuffling
5827         (nav_event_handler):
5828           allow using the mouse to puzzle
5829         (draw_puzzle):
5830           insist on tiles having width and height as multiples of 4 to get
5831           clean YUV image handling
5832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5833         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
5834           s/DEBUG/LOG/ for common messages
5835         (gst_xvimagesink_navigation_send_event):
5836           fix mouse event translation to not include screen PAR
5837         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
5838           fix mouse event translation to actually work
5839
5840 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5841
5842         * gst/asfdemux/gstasfdemux.c:
5843         (gst_asf_demux_process_ext_content_desc):
5844          Extract TrackNumber metadata + clean up code
5845         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
5846          Hope this is the good fix (var used unitialised)
5847
5848 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5849
5850         * ext/faad/gstfaad.c: (gst_faad_chain):
5851           Only increment timestamp if it's valid. Fixes raw AAC streams.
5852
5853 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5854
5855         * configure.ac:
5856         * gst/games/Makefile.am:
5857         * gst/games/gstpuzzle.c:
5858           add a puzzle game with...
5859         * gst/games/gstvideoimage.c:
5860         * gst/games/gstvideoimage.h:
5861           ... full colorspace support (that includes YUV9 and RGB16)) stolen
5862           from videotestsrc and made into something that would be a nice
5863           library for a lot of other plugins.
5864
5865 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5866
5867         * configure.ac:
5868          don't compile faad plugin if a RC of 2.0 is found
5869          Fixes #155346 (and FC1 buildbot)
5870         * gst/asfdemux/gstasfdemux.c:
5871         (gst_asf_demux_process_ext_content_desc):
5872          try to make Solaris compiler happier
5873
5874 2005-01-06  Paul Jack  <pjack@sfaf.org>
5875
5876         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5877
5878         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
5879           Fix segfault (#161667).
5880
5881 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5882
5883         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
5884           Fix framerate reporting.
5885
5886 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5887
5888         * gst-libs/gst/riff/riff-ids.h:
5889         * gst/wavenc/riff.h:
5890          Add AMR (VBR and CBR) ids to riff.h audio codec list
5891         * gst/asfdemux/gstasfdemux.c:
5892         (gst_asf_demux_process_ext_content_desc),
5893         (gst_asf_demux_process_object):
5894           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
5895
5896 2005-01-05  Martin Eikermann  <meiker@upb.de>
5897
5898         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5899
5900         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
5901         (gst_dvd_demux_handle_discont):
5902         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
5903         (gst_mpeg_demux_handle_discont):
5904           Recreate pads on new-media (#160730).
5905         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
5906           Send discont even if manager changes timestamps (#161929).
5907
5908 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
5909
5910         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5911
5912         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
5913           Fix invalid memory access (#159211).
5914
5915 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5916
5917         * examples/gstplay/player.c: (main):
5918           Don't iterate.
5919         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
5920           Add visualizations.
5921         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
5922         (gst_a52dec_handle_frame):
5923           Set duration.
5924         * ext/dvdnav/gst-dvd:
5925           Add audioconvert. Fixes #161325.
5926         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
5927           Explicitely case to gint64. Possible valgrind error.
5928         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
5929         (gst_play_tick_callback), (gst_play_change_state),
5930         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
5931         (gst_play_set_location), (gst_play_get_location),
5932         (gst_play_seek_to_time), (gst_play_set_data_src),
5933         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5934         (gst_play_set_visualization), (gst_play_connect_visualization),
5935         (gst_play_get_framerate), (gst_play_get_all_by_interface),
5936         (gst_play_new):
5937           Use playbin. Fixes #139749 and #147744.
5938         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
5939           Add genre tag.
5940         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
5941         (audioscale_get_type), (gst_audioscale_base_init),
5942         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
5943         (gst_audioscale_getcaps), (gst_audioscale_fixate),
5944         (gst_audioscale_link), (gst_audioscale_get_buffer),
5945         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
5946         (gst_audioscale_init), (gst_audioscale_dispose),
5947         (gst_audioscale_chain), (gst_audioscale_set_property),
5948         (gst_audioscale_get_property), (plugin_init):
5949           Indent properly.
5950         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
5951           Fix LPCM.
5952         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
5953         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
5954         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
5955           Add more metadata (fixes #162656).
5956
5957 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5958
5959         * configure.ac:
5960           back to cvs
5961
5962 === release 0.8.7 ===
5963
5964 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5965
5966         * NEWS:
5967         * RELEASE:
5968         * configure.ac:
5969           releasing 0.8.7, "Hyperspace"
5970
5971 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5972
5973         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
5974
5975         * gst/playback/gstplaybasebin.c:
5976          Fix for #162924 - free caps after use, not before
5977
5978 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5979
5980         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5981
5982         * gst/playback/gstplaybasebin.c:
5983         * gst/wavparse/gstwavparse.c:
5984           Fix for #154773 - fixes playback of small .wav files
5985
5986 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5987
5988         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5989
5990         * gst/audioscale/gstaudioscale.c:
5991           Fix for #162819 - make audioscale reusable
5992           Fixes playback of more than one file with playbin/totem
5993
5994 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5995
5996         * gst/ffmpegcolorspace/avcodec.h:
5997         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5998         * gst/ffmpegcolorspace/imgconvert.c:
5999           clean up the mess that made me cry and avoid needless duplication
6000
6001 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6002
6003         * gst/ffmpegcolorspace/imgconvert.c:
6004           give some indication of why we're segfaulting
6005
6006 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6007
6008         * configure.ac:
6009           Fix indentation, fix v4l2 plugin detection.
6010         * ext/Makefile.am:
6011           Fix libmms location (Maciej, use diff -u!).
6012         * ext/alsa/gstalsa.c: (gst_alsa_init):
6013           Initialize caps cache to NULL.
6014         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6015           Only change state on audiosink if it exists.
6016
6017 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
6018
6019         * gst/matroska/matroska-demux.c:
6020         * gst/matroska/matroska-ids.h:
6021         * gst/matroska/matroska-demux.h:
6022         Fix Vorbis streams failing to decode in some files, where cluster_time
6023         isn't 0, because then it doesn't send codec_priv before actual data.
6024         Remove time-based test and replace it with marker set on beginning of
6025         new stream
6026
6027 2004-12-28  David Schleef  <ds@schleef.org>
6028
6029         Merge patch from Ronald fixing problems with streaming
6030         text.
6031         * ext/cairo/gstcairo.c: (plugin_init):
6032         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
6033         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
6034         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
6035         (gst_textoverlay_font_init), (gst_textoverlay_init),
6036         (gst_textoverlay_set_property):
6037         * ext/cairo/gsttextoverlay.h:
6038
6039 2004-12-27  David Schleef  <ds@schleef.org>
6040
6041         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
6042         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
6043         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
6044         (gst_textoverlay_font_init), (gst_textoverlay_init),
6045         (gst_textoverlay_set_property): Improvements to actually
6046         render text as white on black outline on video, including
6047         font selection and horizontal/vertical alignment.  (Ronald's
6048         christmas present)
6049         * ext/cairo/gsttextoverlay.h:
6050
6051 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6052
6053         * ext/ogg/gstogg.c:
6054         * ext/ogg/gstogmparse.c:
6055           fix ogm[audio/video]parse plugin registration
6056           (riff won't load if bytestream is already loaded)
6057
6058 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6059
6060         * gst/audioconvert/gstchannelmix.c:
6061           fix for GLIB < 2.4
6062
6063 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6064
6065         * Makefile.am:
6066         * configure.ac:
6067           disable docs again until it actually passes make distcheck.
6068
6069 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6070
6071         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
6072         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
6073         (plugin_init):
6074           Add 3GP (variables name Q3GP because they can't start with a
6075           number). Add samr audio fourcc (used in .3gp files), decoder
6076           is work in progress. Also do a GST_WARNING instead of ERROR
6077           in case of unknown nodes, to decrease output.
6078
6079 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6080
6081         * Makefile.am:
6082           really fix dist
6083
6084 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6085
6086         * configure.ac:
6087         * ext/speex/gstspeexdec.h:
6088         * ext/speex/gstspeexenc.h:
6089           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
6090           Fix detection code in configure.ac
6091
6092 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6093
6094         * gst/matroska/matroska-demux.c:
6095         (gst_matroska_demux_parse_blockgroup):
6096           Save position, so that queries give proper return values. Don't
6097           know how this could ever have worked before...
6098
6099 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6100
6101         * configure.ac:
6102           Put additional LAME check inside the conditional.  Fixes #152339
6103
6104 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6105
6106         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6107         (gst_avi_demux_stream_scan):
6108           Add some more debug. Fix logic error when setting movi offset
6109           while reading index.
6110
6111 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6112
6113         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6114         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
6115         (gst_avi_demux_process_next_entry):
6116           Add some debugging. Better detection of broken indexes and the
6117           accompanying index recovery. No infinite loops on state changes
6118           when we're still in our loopfunction.
6119
6120 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6121
6122         * configure.ac:
6123           Fix up.
6124
6125 2004-12-22  Archana Shah  <archana.shah@wipro.com>
6126
6127         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
6128
6129         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
6130           Normalizing the value before setting
6131         (gst_sunaudiomixer_get_volume):
6132           Normalizing the value after getting. Fixes bug# 161980
6133
6134 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
6135
6136         * Makefile.am: Make sure docs gets disted
6137         * docs/Makefile.am: Make sure all needed files get disted
6138         * gst-plugins.spec.in: latest updates
6139
6140 2004-12-22  Wim Taymans  <wim@fluendo.com>
6141
6142         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6143         Revert patch 1.38 as clock distribution over schedulers does
6144         not work correcly in the core yet.
6145
6146 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6147
6148         * sys/oss/README: remove this file, which predates my birth
6149           (and which content is by far outdated)
6150
6151 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
6152
6153         * Makefile.am:
6154         * configure.ac:
6155         * docs/Makefile.am:
6156         * docs/libs/Makefile.am:
6157         * docs/libs/gst-plugins-libs-docs.sgml:
6158         * docs/libs/gst-plugins-libs-sections.txt:
6159         * docs/libs/tmpl/gstgconf.sgml:
6160         * docs/upload.mak:
6161         * docs/version.entities.in:
6162           Added boilerplate gtk-doc files for plugin-libs documentation.
6163
6164 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6165
6166         * gst/auparse/gstauparse.c: fix int and float audio caps
6167
6168 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6169
6170         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6171         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
6172           g_assert() can be a macro, don't use #ifdef inside it.
6173
6174 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
6175
6176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6177
6178         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
6179         (gst_videorate_init), (gst_videorate_chain),
6180         (gst_videorate_change_state):
6181           Event handling (fixes #159986).
6182
6183 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6184
6185         * gst-libs/gst/riff/riff-media.c:
6186         (gst_riff_create_video_caps_with_data):
6187           Add BLZ0 (Blizzard's version of DivX) fourcc.
6188
6189 2004-12-18  David Schleef  <ds@schleef.org>
6190
6191         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
6192         portability fix.
6193
6194 2004-12-18  David Schleef  <ds@schleef.org>
6195
6196         * gst/tta/ttadec.h: Disable some header code that isn't used
6197         and clearly isn't portable.
6198
6199 2004-12-18  David Schleef  <ds@schleef.org>
6200
6201         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
6202         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
6203         (avcodec_get_pix_fmt), (avpicture_layout),
6204         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
6205         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
6206         Fix code to not use GCC extensions (and c99 extensions that
6207         Forte does not like.)
6208
6209 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
6210
6211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6212
6213         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
6214         (gst_deinterlace_chain):
6215           Rowstride fixes. Fixes #161039.
6216         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
6217         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
6218         (gst_video_crop_getcaps), (gst_video_crop_link),
6219         (gst_video_crop_i420), (gst_video_crop_chain),
6220         (gst_video_crop_change_state):
6221           Rework of negotiation. Actually works now. Fixes #158650.
6222
6223 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6224
6225         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
6226           That was very stupid.
6227
6228 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6229
6230         * gst/matroska/matroska-demux.c:
6231         (gst_matroska_demux_parse_blockgroup):
6232           Fix possible crasher.
6233
6234 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6235
6236         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
6237         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
6238           Lace sizes can be zero.
6239
6240 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6241
6242         * ext/musepack/gstmusepackdec.cpp:
6243           Fetch error return values. Fixes #161624.
6244         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6245           Really EOS.
6246
6247 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6248
6249         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
6250           Work for truncated (unfinished download etc.) files. Fixes #160514.
6251
6252 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6253
6254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6255           Fix for integer overflow. Makes #156001 not crash. Probably masks
6256           the real bug.
6257
6258 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6259
6260         * gst/ac3parse/gstac3parse.c: (plugin_init):
6261           Parsers never have ranks. Fixes #159651.
6262
6263 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6264
6265         * gst/playback/gstdecodebin.c: (compare_ranks):
6266           make sure the facotries are ordered the same every time even if they
6267           have the same rank by using the name
6268         * gst/playback/gstdecodebin.c: (find_compatibles):
6269           make sure we don't add factories to the list twice
6270
6271 2004-12-16  David Schleef  <ds@schleef.org>
6272
6273         * configure.ac: look for musepack headers as musepack/*.h
6274         (fixes #159847)
6275         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
6276         * ext/musepack/gstmusepackreader.h: same
6277
6278 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6279
6280         * gst-libs/gst/riff/riff-read.c:
6281         (gst_riff_read_strf_auds_with_data):
6282           Read extradata correctly (fixes #155879).
6283
6284 2004-12-16  David Schleef  <ds@schleef.org>
6285
6286         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
6287         audio.  does _not_ attempt or allow conversion unless channels
6288         is 1 or 2.
6289
6290 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
6291
6292         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
6293
6294 2004-12-16  David Schleef  <ds@schleef.org>
6295
6296         * gst/audioscale/gstaudioscale.c: the resample library only
6297         handles 1 or 2 channels.  Change caps to compensate.
6298
6299 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6300
6301         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
6302         (gst_matroska_demux_audio_caps):
6303           Some MPEG-AAC hacks, because else it doesn't work...
6304
6305 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6306
6307         * gst-libs/gst/riff/riff-media.c:
6308         (gst_riff_create_video_caps_with_data),
6309         (gst_riff_create_video_template_caps):
6310           Add h264.
6311
6312 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6313
6314         * gst-libs/gst/audio/Makefile.am:
6315           Try to fix buildbot.
6316
6317 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6318
6319         * gst/tcp/gstmultifdsink.c:
6320           Clean up and uniformize debugging.
6321
6322 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
6323
6324         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6325
6326         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
6327         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
6328         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
6329         (gst_mpeg_demux_change_state):
6330           Reset on ready. Fixes 160276.
6331
6332 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
6333
6334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6335
6336         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6337         (gst_ffmpegcsp_pad_link):
6338           Fix memleak (#154815).
6339
6340 2004-12-16  James Bowes  <bowes@cs.dal.ca>
6341
6342         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6343
6344         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
6345         (gst_musicbrainz_init), (gst_musicbrainz_chain),
6346         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
6347         * ext/musicbrainz/gsttrm.h:
6348           Add support for using a proxy server when getting a trm id from
6349           the MusicBrainz database (#149613).
6350
6351 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
6352
6353         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6354
6355         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
6356         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
6357           Fix memleaks (#157233).
6358
6359 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
6360
6361         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6362
6363         * gst-libs/gst/resample/resample.c: (gst_resample_close):
6364         * gst-libs/gst/resample/resample.h:
6365         * gst/audioscale/gstaudioscale.c:
6366           Fix memleak (#159215).
6367
6368 2004-12-16  Toni Willberg  <toniw@iki.fi>
6369
6370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6371
6372         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
6373         * sys/oss/oss_probe.c: (main):
6374           Check for mono/stereo support (similar to samplerate probing),
6375           fixes #159433. Also add missing copyright header to oss_probe.c.
6376
6377 2004-12-15  David Schleef  <ds@schleef.org>
6378
6379         * configure.ac: add audioresample and cairo plugins.  Remove
6380         HAVE_MMX stuff, because it's not used.
6381         * ext/Makefile.am: same
6382         * ext/audioresample/Makefile.am: You are not ready for an
6383         audio resampling element based on audioresample.
6384         * ext/audioresample/gstaudioresample.c:
6385         * ext/audioresample/gstaudioresample.h:
6386         * ext/cairo/Makefile.am: You are not ready for overlay elements
6387         based on cairo.  Don't look too closely, these elements kinda
6388         suck right now.
6389         * ext/cairo/gstcairo.c: new
6390         * ext/cairo/gsttextoverlay.c: new
6391         * ext/cairo/gsttextoverlay.h: new
6392         * ext/cairo/gsttimeoverlay.c: new
6393         * ext/cairo/gsttimeoverlay.h: new
6394         * gst-libs/gst/media-info/media-info-priv.h: fix compile
6395         problem with compilers that don't support variadic macros.
6396
6397 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
6398
6399         Reviewed by:  David Schleef  <ds@schleef.org>
6400
6401         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
6402         Bala, registering sunaudiosrc (oops!), and cleaning up code a
6403         bit.  Also ran indent-gst.
6404         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
6405         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
6406         (gst_sunaudiosrc_setparams):
6407
6408 2004-12-14  David Schleef  <ds@schleef.org>
6409
6410         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
6411         output rate to 16000.  Should fix #160235.
6412
6413 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6414
6415         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6416         Add typefinding for mpeg2 pes streams
6417
6418 2004-12-13  David Schleef  <ds@schleef.org>
6419
6420         * configure.ac:  Applied patch from bug #143659, making default
6421         sources and sinks OS-dependent (for Solaris), and added code
6422         for OS/X.
6423         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
6424
6425 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6426
6427         * gst-libs/gst/riff/riff-media.c:
6428           forgot to add h2.64 to avidemux template caps
6429
6430 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6431
6432         * gst/wavenc/riff.h:
6433         * gst-libs/gst/riff/riff-media.c:
6434         * gst-libs/gst/riff/riff-ids.h:
6435         * gst/avi/gstavimux.c
6436         add 4CC code for VideoSoft h264 in AVI (VSSH)
6437           fixes bug #160655
6438         remove s323 from riff, it's quicktime specific :(
6439
6440 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6441
6442         * gst/asfdemux/README
6443         * gst/wavenc/riff.h
6444         * gst-libs/gst/riff/riff-ids.h
6445         * gst-libs/gst/riff/riff-media.c
6446         * gst/qtdemux/qtdemux.c:
6447           add new 4CC codes for h263 related codecs
6448           fixes partially bug #155163
6449
6450 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
6451
6452         * configure.ac: Update polyaudio requirement to 0.7
6453         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
6454
6455 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6456
6457         * gst/interleave/deinterleave.c:
6458         fix my name's spelling! :)
6459
6460 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
6461
6462         * AUTHORS ChangeLog
6463         * gst/auparse/gstauparse.c
6464         * gst/interleave/deinterleave.c
6465         * gst/law/:
6466                 alaw-decode.c alaw-encode.c
6467                 mulaw-decode.c mulaw-encode.c
6468         * gst/oneton/gstoneton.c
6469         * sys/osxaudio/:
6470                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
6471         * sys/osxvideo/:
6472                 cocoawindow.h cocoawindow.m
6473                 osxvideosink.h osxvideosink.m
6474
6475         put the same mail address for Zaheer Abbas Merali everywhere
6476
6477 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6478
6479         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
6480           Align by packetsize, and assert that we a packet available before
6481           playing. The first makes webstreams work (they often include
6482           trailing padding data in a packet), the second allows pausing a
6483           ASF stream in totem without getting demux errors afterwards.
6484
6485 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6486
6487         * ext/ogg/gstoggdemux.c: (get_relative):
6488           Check for non-NULL before accessing member (end-of-chain).
6489
6490 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6491
6492         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
6493         (cdparanoia_set_property), (cdparanoia_get_property):
6494         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
6495         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
6496         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
6497         (dvdreadsrc_init), (dvdreadsrc_set_property),
6498         (dvdreadsrc_get_property):
6499         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
6500         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
6501           Synchronize property names where not yet the case. Devices are
6502           now device=X, other versions are deprecated (but still exist).
6503           Also use g_free() unconditionally.
6504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6505         (setup_source), (gst_play_base_bin_get_property):
6506           Expose source.
6507
6508 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6509
6510         * configure.ac: move GCONF macro outside conditional for the am
6511           conditional. Fixes #160439
6512
6513 2004-12-08  David Schleef  <ds@schleef.org>
6514
6515         * tools/gst-visualise-m.m: Switch to elements that currently
6516         exist.
6517
6518 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6519
6520         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6521           We love wrong commas.
6522
6523 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6524
6525         * gst/matroska/matroska-demux.c:
6526         (gst_matroska_demux_handle_src_query):
6527           Don't set DEFAULT, unsupported - makes length display incorrectly
6528           in some cases.
6529
6530 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
6531
6532         * gst/monoscope/README: remove blurb about files being GPL
6533         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
6534         * gst/monoscope/monoscope.c: Change license to BSD with explanation
6535           monoscope is now effectively LGPL licensed
6536
6537 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
6538
6539         * gst/monoscope/README: Update information to be more correct
6540         * gst/monoscope/convolve.c: Relicense to LGPL
6541         * gst/monoscope/convolve.h: Relicense to LGPL
6542
6543 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
6544
6545         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6546           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
6547         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
6548           set default_duration for mpeg1 audio
6549
6550 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6551
6552         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
6553         * ext/alsa/gstalsa.h:
6554           refactor big chunks of the core caps negotiation code to make it
6555           a lot faster, because people claim it's really slow
6556           (actually, just cache the getcaps when the device is opened)
6557
6558 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6559
6560         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
6561         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
6562         (gst_a52dec_handle_frame), (gst_a52dec_chain),
6563         (gst_a52dec_change_state), (plugin_init):
6564         * ext/a52dec/gsta52dec.h:
6565           Do something useful with timestamps. Make chain-based (since
6566           there's really no reason to be loopbased).
6567         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
6568           Update current_byte/frame correctly.
6569
6570 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6571
6572         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
6573         (gst_ape_demux_stream_init):
6574           Forward tags, too.
6575
6576 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6577
6578         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
6579           Let's make sure we're done typefinding when detecting tags.
6580
6581 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6582
6583         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
6584         (gst_ebml_read_init), (gst_ebml_read_use_event),
6585         (gst_ebml_read_element_id), (gst_ebml_peek_id),
6586         (gst_ebml_read_seek), (gst_ebml_read_skip),
6587         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
6588         (gst_ebml_read_master):
6589         * gst/matroska/ebml-read.h:
6590         * gst/matroska/matroska-demux.c:
6591         (gst_matroska_demux_parse_contents),
6592         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
6593           Disgustingly evil hack for working around INTERRUPT events and
6594           their extremely annoying habit of being a pain in the ass. We
6595           simply peek a cluster before reading any of it.
6596
6597 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6598
6599         * ext/musepack/gstmusepackdec.cpp:
6600           There's also floating point libmusepacks.
6601
6602 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6603
6604         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
6605         (gst_faad_chanpos_to_gst), (gst_faad_chain):
6606           Set DURATION even if source buffer didn't. Also use increasing
6607           timestamps.
6608         * gst-libs/gst/riff/riff-media.c:
6609         (gst_riff_create_audio_caps_with_data):
6610           Block_align can have larger values than 8192.
6611
6612 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6613
6614         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
6615         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
6616         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
6617         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
6618           Fix caps.
6619
6620 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6621
6622         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
6623           Fix logic bug.
6624
6625 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6626
6627         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
6628           Yay, another one.
6629
6630 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6631
6632         * ext/esd/esdsink.c: (gst_esdsink_chain):
6633           Make error actually say something useful (fixes #156798).
6634         * gst-libs/gst/riff/riff-media.c:
6635         (gst_riff_create_video_caps_with_data),
6636         (gst_riff_create_video_template_caps):
6637           Add Intel Video 5.0 fourcc (IV50).
6638
6639 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
6640
6641         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
6642         detection on mono and stereo mp3 files.
6643
6644 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6645
6646         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6647           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
6648           the contained stream).
6649
6650 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6651
6652         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
6653           Oops, remove debug.
6654
6655 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6656
6657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6658
6659         * gst/law/alaw-decode.c: (alawdec_getcaps):
6660         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
6661           Prevent warnings when negotiating caps (fixes #159338).
6662
6663 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6664
6665         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6666         (gst_ffmpegcsp_chain):
6667           Remove old leftover that shouldn't be there...
6668
6669 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6670
6671         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6672
6673         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6674           Don't forward DISCONT events (fixes #159684).
6675
6676 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6677
6678         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
6679           Unlink manually since sometimes bin disposal (and therefore
6680           pad unlinking) is delayed, which will cause a new media file
6681           to not be able to start playing instantly.
6682
6683 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6684
6685         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
6686           On mute of an unlinked stream, check for pad availability so
6687           we don't crash on unlinked pad.
6688
6689 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6690
6691         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6692         (gst_avi_demux_massage_index):
6693           Fix quite humiliating bug in omitting 0-sized index chunks but
6694           forgetting to count them for timestamps.
6695
6696 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6697
6698         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
6699           Actually leave the loop if we failed to sync. Don't crash.
6700
6701 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6702
6703         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
6704         (gst_dvd_demux_process_private):
6705         * gst/mpegstream/gstdvddemux.h:
6706           Fix crash (#159759). Doesn't work, though. :-(.
6707
6708 2004-11-28  Benjamin Otte  <otte@gnome.org>
6709
6710         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
6711           more overwriting protection due to modifying channels one by one
6712           instead of all at once
6713
6714 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6715
6716         * gst/audioconvert/gstchannelmix.c:
6717         (gst_audio_convert_fill_normalize):
6718           Normalize using absolute values.
6719
6720 2004-11-28  Julien MOUTTE  <julien@moutte.net>
6721
6722         * configure.ac:
6723         * ext/Makefile.am:
6724         * ext/directfb/Makefile.am:
6725         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
6726         (gst_directfbvideosink_get_pixel_format),
6727         (gst_directfbvideosink_get_format_from_fourcc),
6728         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
6729         (gst_directfbvideosink_sink_link),
6730         (gst_directfbvideosink_change_state),
6731         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
6732         (gst_directfbvideosink_buffer_alloc),
6733         (gst_directfbvideosink_interface_supported),
6734         (gst_directfbvideosink_interface_init),
6735         (gst_directfbvideosink_navigation_send_event),
6736         (gst_directfbvideosink_navigation_init),
6737         (gst_directfbvideosink_set_property),
6738         (gst_directfbvideosink_get_property),
6739         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
6740         (gst_directfbvideosink_base_init),
6741         (gst_directfbvideosink_class_init),
6742         (gst_directfbvideosink_get_type), (plugin_init):
6743         * ext/directfb/directfbvideosink.h: Adding a first version of
6744         directfbvideosink.
6745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
6746         more.
6747
6748 2004-11-28  Benjamin Otte  <otte@gnome.org>
6749
6750         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
6751           walk the samples backwards if out_channels > in_channels so we don't
6752           overwrite data
6753
6754 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6755
6756         * gst/audioconvert/Makefile.am:
6757         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6758         (gst_audio_convert_link), (gst_audio_convert_change_state),
6759         (gst_audio_convert_channels):
6760         * gst/audioconvert/gstchannelmix.c:
6761         (gst_audio_convert_unset_matrix),
6762         (gst_audio_convert_fill_identical),
6763         (gst_audio_convert_fill_compatible),
6764         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
6765         (gst_audio_convert_fill_others),
6766         (gst_audio_convert_fill_normalize),
6767         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
6768         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
6769         * gst/audioconvert/gstchannelmix.h:
6770           Implement a channel mixer.
6771
6772 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
6773
6774         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
6775         * ext/alsa/gstalsa.h:
6776         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
6777         Make alsasink actually honor gst_element_set_clock and use that
6778         clock instead of its internal one.
6779
6780 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
6781
6782         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
6783         (gst_play_base_bin_change_state): nullify source and decoder when
6784         going from READY to NULL so that we don't try to do weird stuff with
6785         them when going from NULL to READY
6786         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
6787         instead of g_object_unref
6788         (gen_video_element), (gen_audio_element): more refcounting fixes, now
6789         it should be correct
6790         (gst_play_bin_change_state): don't call remove_sinks if we are
6791         currently disposing the object
6792
6793 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6794
6795         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
6796           Don't forget bass if it's there. Else left channel is silent...
6797
6798 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6799
6800         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
6801         (gst_a52dec_change_state):
6802           Don't do sample adjusting anymore, we use float audio now.
6803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6804           Don't fixate to non-existing properties.
6805
6806 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6807
6808         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
6809         (gst_a52dec_change_state):
6810           Advertise that we can do surround sound.
6811
6812 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6813
6814         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
6815           Add buffer-frames=0.
6816         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
6817         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
6818         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
6819         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
6820         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
6821         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
6822         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
6823         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
6824         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
6825         * ext/dvdread/dvdreadsrc.h:
6826           Add seeking, querying for bytes, sectors, title, angle and
6827           chapter. Handle multiple chapters. Relicense to LGPL because
6828           Billy agreed on that (thanks Billy!).
6829
6830 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
6831
6832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
6833         call parent dispose method
6834
6835 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
6836
6837         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
6838         (gst_audio_clock_get_internal_time):
6839         Fix active <-> inactive transitions: ensure time value always
6840         grows and avoid abrupt value changes.
6841
6842 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
6843
6844         * configure.ac:
6845         * gst/tta/Makefile.am:
6846         * gst/tta/crc32.h:
6847         * gst/tta/filters.h:
6848         * gst/tta/gsttta.c:
6849         * gst/tta/gstttadec.c:
6850         * gst/tta/gstttadec.h:
6851         * gst/tta/gstttaparse.c:
6852         * gst/tta/gstttaparse.h:
6853         * gst/tta/ttadec.h:
6854           added TTA parser and decoder
6855
6856 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6857
6858         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6859         (probe_triggered), (check_queue), (buffer_underrun),
6860         (buffer_running), (buffer_overrun), (gen_source_element),
6861         (setup_source):
6862         * gst/playback/gstplaybasebin.h:
6863           Implement buffering. Needs some more work.
6864
6865 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6866
6867         * ext/theora/theoradec.c: (theora_dec_chain):
6868           Fix ilog mask range overflow.
6869
6870 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6871
6872         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
6873           Don't omit the last (which in case of dmix is the only :) )
6874           channel count. Don't set channels if <= 2.
6875
6876 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
6877
6878         * gst/playback/gstplaybin.c: (gen_video_element),
6879         (gen_audio_element): Removed 2 obsolete comments
6880
6881 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6882
6883         * ext/vorbis/oggvorbisenc.c
6884         * ext/vorbis/vorbisenc.c :
6885           change description fields of those plugins to differentiate them
6886           (pitivi show Encoders by description, they had the same one)
6887
6888 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
6889
6890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6891
6892         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6893         (gst_play_bin_set_property), (gen_video_element),
6894         (gen_audio_element):
6895           Refcounting fixes for provided audio-/videosinks.
6896
6897 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6898
6899         * gst/playback/gstplaybin.c: (gen_video_element),
6900         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
6901           Don't reference all sinks, but only the video- and audiosinks.
6902           The vis. element should be disposed when we're done with it.
6903           We don't have any reason to keep it around. This fixes warnings
6904           when reusing playbin for playing multiple audio files with
6905           vis. enabled. Also release audio device on pause - idea stolen
6906           from Rhythmbox.
6907
6908 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6909
6910         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
6911         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
6912         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
6913         * ext/alsa/gstalsaplugin.c: (plugin_init):
6914         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
6915         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
6916         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
6917         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
6918         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
6919         (gst_faad_change_state), (plugin_init):
6920         * ext/faad/gstfaad.h:
6921         * ext/vorbis/vorbis.c: (plugin_init):
6922         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6923         * gst-libs/gst/audio/Makefile.am:
6924         * gst-libs/gst/audio/audio.c: (plugin_init):
6925         * gst-libs/gst/audio/multichannel.c:
6926         (gst_audio_check_channel_positions),
6927         (gst_audio_get_channel_positions),
6928         (gst_audio_set_channel_positions),
6929         (gst_audio_set_structure_channel_positions_list),
6930         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
6931         (gst_audio_fixate_channel_positions):
6932         * gst-libs/gst/audio/multichannel.h:
6933         * gst-libs/gst/audio/testchannels.c: (main):
6934         * gst/audioconvert/gstaudioconvert.c:
6935         (gst_audio_convert_class_init), (gst_audio_convert_init),
6936         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
6937         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
6938         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6939         * gst/audioconvert/plugin.c: (plugin_init):
6940           Surround sound support.
6941
6942 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6943
6944         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
6945           Fix position for discont if we're close as well. Nitpicking, but
6946           saves a few milliseconds of extra waiting or skipping.
6947
6948 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6949
6950         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
6951           We sometimes need parsers for playback, so add those too.
6952
6953 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6954
6955         * configure.ac:
6956         * gst/apetag/Makefile.am:
6957         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
6958         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
6959         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
6960         (gst_ape_demux_get_src_query_types),
6961         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
6962         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
6963         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
6964         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
6965         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
6966         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
6967         (gst_ape_demux_change_state):
6968         * gst/apetag/apedemux.h:
6969         * gst/apetag/apetag.c: (plugin_init):
6970         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
6971         (plugin_init):
6972           APE v1/2 tag reader plus typefind function.
6973
6974 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6975
6976         * configure.ac:
6977         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6978         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6979           Remove hacks for older core. Require newer core version
6980           accordingly.
6981
6982 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6983
6984         * gst/cdxaparse/Makefile.am:
6985         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
6986         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
6987         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
6988         * gst/cdxaparse/gstcdxaparse.h:
6989         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
6990         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
6991         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
6992         (gst_cdxastrip_get_src_query_types),
6993         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
6994         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
6995         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
6996         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
6997         * gst/cdxaparse/gstcdxastrip.h:
6998           SVCD/VCD header stripping separated from CDXA image parsing.
6999         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
7000         (plugin_init):
7001           Add VCD/SVCD header typefinding for VCD/SVCD.
7002         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
7003         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
7004         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
7005         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
7006         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
7007         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
7008         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
7009         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
7010         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
7011         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
7012         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
7013         * sys/vcd/vcdsrc.h:
7014           Fix up, add seeking, querying, URI interface. Works in totem now.
7015
7016 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7017
7018         * configure.ac:
7019           back to CVS
7020
7021 === release 0.8.6 ===
7022
7023 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7024
7025         * NEWS:
7026         * RELEASE:
7027         * configure.ac:
7028         * po/af.po:
7029         * po/az.po:
7030         * po/cs.po:
7031         * po/en_GB.po:
7032         * po/hu.po:
7033         * po/it.po:
7034         * po/nb.po:
7035         * po/nl.po:
7036         * po/or.po:
7037         * po/sq.po:
7038         * po/sr.po:
7039         * po/sv.po:
7040         * po/uk.po:
7041           releasing 0.8.6, "IOU Love"
7042
7043 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7044
7045         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7046
7047         * gst/playback/gstplaybasebin.c:
7048           Fix unplayable files error handling.  Fixes #158365
7049
7050 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7051
7052         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7053
7054         * gst/typefind/gsttypefindfunctions.c:
7055           Fix broken mp3 typefinding.  Fixes #158375
7056
7057 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7058
7059         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7060
7061         * ext/ogg/gstoggdemux.c:
7062           Fix sync on broken files.  Fixes #158976
7063
7064 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7065
7066         patch by: Edward Hervey <bilboed@bilboed.com>
7067
7068         * ext/libpng/gstpngenc.c:
7069           Copy over buffer properties.  Fixes #158832
7070
7071 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7072
7073         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
7074
7075         * ext/dvdread/dvdreadsrc.c:
7076           Fixes invalid reads (#158462)
7077
7078 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7079
7080         * sys/v4l/gstv4lsrc.c:
7081         * sys/v4l/gstv4lsrc.h:
7082         * sys/v4l/v4lsrc_calls.c:
7083           Probe less and cache it.  Fixes #159187.
7084
7085 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7086
7087         * gst/videorate/gstvideorate.c:
7088           Handle all video formats. Fixes #159186.
7089
7090 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
7091         * gst/synaesthesia/gstsynaesthesia.c:
7092         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
7093         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
7094         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
7095         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
7096         (gst_synaesthesia_change_state), (plugin_init):
7097         Fix up synaesthesia to work under different samplerates/ buffer sizes.
7098         Force 320x200 output, as that's the only thing the underlying
7099         synaesthesia implementation supports. Still needs to be made
7100         re-entrant.
7101
7102 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7103
7104         * configure.ac:
7105           Fix mpeg2enc configure check (similar to mplex check below).
7106
7107 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
7108
7109         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7110
7111         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7112           Fix for gcc-2.95 (fixes #158221).
7113
7114 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7115
7116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7117           Re-add clock distribution hack (until new core is released).
7118           Fixes #158125.
7119
7120 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
7121         * configure.ac:
7122           fix mplex configure check segfaulting on some systems (bug #140994)
7123
7124 2004-11-13  Benjamin Otte  <otte@gnome.org>
7125
7126         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
7127           add debugging
7128         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7129           do a wait when we enter the loop func with no data available to
7130           write instead of getting into an 100% CPU loop by just returning and
7131           being called again by the scheduler
7132
7133 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
7134
7135         * configure.ac:
7136         * ext/libvisual/visual.c: (gst_visual_get_type),
7137         (libvisual_log_handler), (gst_visual_getcaps),
7138         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
7139         (plugin_init):
7140           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
7141         * ext/smoothwave/Makefile.am:
7142         * ext/smoothwave/demo-osssrc.c: (main):
7143         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
7144         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
7145         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
7146         (plugin_init):
7147         * ext/smoothwave/gstsmoothwave.h:
7148           Make gstsmoothwave a working element in the 20th century.
7149
7150         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
7151           Fix incorrect link function
7152
7153 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7154
7155         * gst/volume/gstvolume.c:
7156           Allow buffer-frames=0.
7157
7158 2004-11-12 Iain <iaingnome@gmail.com>
7159
7160         * configure.ac: Check for polypaudio
7161
7162         * ext/Makefile.am: Build the polyp dir
7163
7164         * ext/polyp: The polypsink sources.
7165
7166 2004-10-30 Iain <iaingnome@gmail.com>
7167
7168         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
7169         caps to reflect the new number of channels.
7170
7171 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7172
7173         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7174           Fix for negotiation order problem. This would show when the
7175           ALSA loopfuction was called before any other function. ALSA
7176           wouldn't do anything because we're not negotiated yet, leading
7177           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
7178
7179 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7180
7181         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7182
7183         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7184           No warnings (#157986).
7185
7186 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7187
7188         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7189           Prefer apev1/2 and id3v1 (at end of file) over musepack.
7190
7191 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7192
7193         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
7194           Signal no-more-pads (so it works in playbin).
7195
7196 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7197
7198         * ext/musepack/gstmusepackreader.cpp:
7199           Workaround for older core.
7200
7201 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7202
7203         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
7204           Actually test for odd width/height rather than testing whether
7205           a temporary variable that was 0 before we subtracted 1 is now
7206           not equal to zero (which it always is).
7207
7208 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7209
7210         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7211         Fix compilation if HAVE_XVIDEO is not defined
7212
7213 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7214
7215         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7216         Fix compilation if HAVE_XVIDEO is not defined
7217
7218 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
7219
7220         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
7221         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
7222         (gst_goom_change_state), (plugin_init):
7223         Use the bytestream adapter so goom doesn't depend on the input
7224         buffer size.
7225         Add a debug category
7226
7227 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7228
7229         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7230           Only set hardware parameters *after* negotiation. Before
7231           negotiation, it will set ANY and that seems to cause crashes
7232           (see e.g. #151288, #153227).
7233
7234 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7235
7236         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
7237           This seems to be antique leftover. It needs to pass error
7238           checking.
7239         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
7240         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
7241         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
7242         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
7243           Fix GstXOverlay implementation (#151059).
7244
7245 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7246
7247         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7248           Don't assert (#157853).
7249
7250 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7251
7252         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
7253           Fix bytes/samples confustion.
7254         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
7255           Fix for underrun (#144389).
7256
7257 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7258
7259         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7260           Disable halfway-seek for pending release (since it needs a new
7261           core release).
7262
7263 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7264
7265         * sys/v4l/gstv4lsrc.c:
7266         * sys/v4l/gstv4lsrc.h:
7267         * sys/v4l/v4lsrc_calls.c:
7268           add autoprobe-fps property so we can separate autoprobing parts
7269
7270 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7271
7272         * sys/v4l/gstv4lsrc.c:
7273         * sys/v4l/v4lsrc_calls.c:
7274         initialise fourcc to catch unset fourcc's, and debug
7275
7276 2004-11-09  Wim Taymans  <wim@fluendo.com>
7277
7278         * gst/playback/README:
7279         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
7280         * gst/playback/gstplaybin.c: (gst_play_bin_init),
7281         (gst_play_bin_dispose), (gst_play_bin_set_property),
7282         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
7283         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
7284         (gst_play_bin_get_formats), (gst_play_bin_convert),
7285         (gst_play_bin_get_query_types), (gst_play_bin_query):
7286         Cleanups and some more documentation.
7287
7288 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
7289
7290         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
7291         (gst_cacasink_init), (gst_cacasink_chain):
7292         * ext/libcaca/gstcacasink.h:
7293         Cacasink inherits from VideoSink, so let that store the clock.
7294
7295 2004-11-09  Wim Taymans  <wim@fluendo.com>
7296
7297         * gst/playback/README:
7298         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
7299         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
7300         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
7301         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
7302         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
7303         (setup_sinks):
7304         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
7305         (gst_stream_info_is_mute), (gst_stream_info_set_property):
7306         * gst/playback/gststreaminfo.h:
7307         Updated README.
7308         Only switch groups if all streams have muted (EOSed).
7309         Send Tags in sync with the stream playback instead of in
7310         the playback/preroll phase.
7311         Some cleanups, free the fakesrc elements.
7312
7313 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7314
7315         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
7316           buffer-frames property was missing
7317         * ext/arts/gst_arts.c:
7318           rate missing from sinkcaps
7319         * ext/audiofile/gstafparse.c:
7320         * ext/audiofile/gstafsink.c:
7321         * ext/audiofile/gstafsrc.c:
7322         * ext/swfdec/gstswfdec.c:
7323           int audio doesn't know buffer-frames
7324         * ext/cdparanoia/gstcdparanoia.c:
7325           int audio doesn't know chunksize either
7326         * ext/nas/nassink.c:
7327           it's endianness, not endianess
7328         * gst-libs/gst/audio/audio.h:
7329           make float standard pad template caps really describe float
7330         * gst/law/mulaw.c: (linear_factory):
7331           signed only, please
7332         * gst/mpegstream/gstdvddemux.c:
7333           widths of 20 are not valid
7334
7335 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7336
7337         Submitted by: Luca Ferretti <elle.uca@infinito.it>
7338
7339         * po/LINGUAS:
7340         * po/it.po:
7341           Add Italian
7342
7343 2004-11-08  Wim Taymans  <wim@fluendo.com>
7344
7345         * gst/playback/README:
7346         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
7347         * gst/playback/gstplaybasebin.c: (probe_triggered),
7348         (gst_play_base_bin_change_state):
7349         Updated README, added more comments for fixmes etc..
7350
7351 2004-11-08  Wim Taymans  <wim@fluendo.com>
7352
7353         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7354         We can remove this hack now.
7355
7356 2004-11-08  Wim Taymans  <wim@fluendo.com>
7357
7358         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
7359         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
7360         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
7361         Only mix AYUV for maximum quality.
7362
7363 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7364
7365         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
7366         (gst_ogg_demux_push), (gst_ogg_pad_push):
7367           Let's act as if we're synchronized now! :).
7368         * ext/theora/theoradec.c: (theora_dec_chain):
7369           Add some debug.
7370
7371 2004-11-08  Wim Taymans  <wim@fluendo.com>
7372
7373         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
7374         (gst_alpha_set_property), (gst_alpha_sink_link),
7375         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
7376         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
7377         (gst_alpha_init_params), (gst_alpha_chain):
7378         Implement alpha functions for AYUV too, this increases
7379         accuracy quite a bit.
7380
7381 2004-11-08  Wim Taymans  <wim@fluendo.com>
7382
7383         * gst/ffmpegcolorspace/avcodec.h:
7384         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7385         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7386         (gst_ffmpegcsp_avpicture_fill):
7387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7388         (gst_ffmpegcsp_caps_remove_format_info):
7389         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
7390         (shrink12), (img_get_alpha_info), (deinterlace_line),
7391         (deinterlace_line_inplace):
7392         * gst/ffmpegcolorspace/imgconvert_template.h:
7393         Added AYUV colorspace and handle RGBA a bit more respectful.
7394
7395 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7396
7397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7398           Actually always send a discont (cornercase when resending the
7399           same serial-tagged chain twice).
7400
7401 2004-11-08  Julien MOUTTE  <julien@moutte.net>
7402
7403         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
7404         (gst_ximagesink_finalize):
7405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
7406         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
7407
7408 2004-11-08  Wim Taymans  <wim@fluendo.com>
7409
7410         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
7411         Don't segfault on NULL data.
7412
7413 2004-11-08  Wim Taymans  <wim@fluendo.com>
7414
7415         * gst/playback/gstdecodebin.c: (unlinked):
7416         * gst/playback/gstplay-marshal.list:
7417         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7418         (gst_play_base_bin_init), (group_create), (get_active_group),
7419         (get_building_group), (group_destroy), (group_commit),
7420         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
7421         (add_element_stream), (no_more_pads), (probe_triggered),
7422         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
7423         (state_change), (setup_source), (gst_play_base_bin_get_property),
7424         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7425         (gst_play_base_bin_link_stream),
7426         (gst_play_base_bin_get_streaminfo):
7427         * gst/playback/gstplaybasebin.h:
7428         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7429         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
7430         Add support for chained ogg files. Prepare for playlist
7431         support. This patch introduces the concept of pad groups, which
7432         together compose one playable media file.
7433
7434 2004-11-07  David Schleef  <ds@schleef.org>
7435
7436         * testsuite/gst-lint: Check for pad templates that aren't statically
7437         scoped.
7438
7439 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7440
7441         * configure.ac:
7442         * ext/Makefile.am:
7443         * ext/musepack/Makefile.am:
7444         * ext/musepack/gstmusepackdec.cpp:
7445         * ext/musepack/gstmusepackdec.h:
7446         * ext/musepack/gstmusepackreader.cpp:
7447         * ext/musepack/gstmusepackreader.h:
7448           Add musepack decoder.
7449         * ext/faad/gstfaad.c: (gst_faad_base_init):
7450           Make pad templates static.
7451         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
7452         (plugin_init):
7453           Add musepack typefinder, make mp3 typefinding work halfway stream,
7454           which doesn't actually work yet because id3demux doesn't implement
7455           _get_length().
7456
7457 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7458
7459         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
7460         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
7461           Fix interrupt event handling (#144436).
7462
7463 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7464
7465         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
7466           Hide unused glory.
7467
7468 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7469
7470         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7471
7472         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
7473           Fix weird caps (#157548).
7474
7475 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7476
7477         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7478
7479         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
7480           Add missing NULL terminator (#157543).
7481
7482 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7483
7484         * gst/tcp/gsttcp.h:
7485         * gst/tcp/gsttcpclientsink.c:
7486         * gst/tcp/gsttcpclientsrc.c:
7487         * gst/tcp/gsttcpserversink.c:
7488         * gst/tcp/gsttcpserversrc.c:
7489           ports can go up to 65535.  Move common defines to gsttcp.h
7490
7491 2004-11-05  Wim Taymans  <wim@fluendo.com>
7492
7493         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
7494         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
7495         Added two more colorspaces.
7496
7497 2004-11-05  Wim Taymans  <wim@fluendo.com>
7498
7499         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7500         (gst_ffmpegcsp_avpicture_fill):
7501         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
7502         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
7503         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
7504         More stride fixes.
7505
7506 2004-11-05  Wim Taymans  <wim@fluendo.com>
7507
7508         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
7509         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
7510         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
7511         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
7512         (gst_videomixer_loop):
7513         More stride fixes.
7514
7515 2004-11-05  Benjamin Otte  <otte@gnome.org>
7516
7517         * ext/mad/gstmad.c: (gst_mad_chain):
7518           don't overflow data buffer. Flush not needed sync data when syncing
7519           failed.
7520
7521 2004-11-04  Wim Taymans  <wim@fluendo.com>
7522
7523         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
7524         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
7525         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
7526         (gst_alpha_init_params), (gst_alpha_chain),
7527         (gst_alpha_change_state):
7528         Updated the chroma keying algorithm with something more
7529         sophisticated.
7530
7531 2004-11-03  Wim Taymans  <wim@fluendo.com>
7532
7533         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
7534         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
7535         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
7536         Fix stride issues. Does not completely work for odd
7537         heights.
7538
7539 2004-11-03  Wim Taymans  <wim@fluendo.com>
7540
7541         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
7542         (gst_alpha_chroma_key), (gst_alpha_chain):
7543         Fix stride issues. Does not completely work for odd
7544         heights.
7545
7546 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
7547
7548         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
7549         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
7550         leak fixes
7551
7552 2004-11-03  Wim Taymans  <wim@fluendo.com>
7553
7554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7555         (gst_ffmpegcsp_avpicture_fill):
7556         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
7557         (avpicture_alloc):
7558         * gst/ffmpegcolorspace/imgconvert_template.h:
7559         Use correct _fill function to get correct strides.
7560
7561 2004-11-02  David Schleef  <ds@schleef.org>
7562
7563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7564         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
7565         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
7566         Change all g_print()s to debugging.  Add a bunch of consistency
7567         checks.
7568
7569 2004-11-02  Wim Taymans  <wim@fluendo.com>
7570
7571         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7572         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7573         (unlinked), (no_more_pads), (close_link):
7574         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7575         (unknown_type), (add_element_stream), (new_decoded_pad),
7576         (removed_decoded_pad), (setup_source):
7577         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
7578         (gst_stream_info_class_init), (gst_stream_info_init),
7579         (gst_stream_info_new), (gst_stream_info_dispose),
7580         (stream_info_mute_pad), (gst_stream_info_set_property),
7581         (gst_stream_info_get_property):
7582         * gst/playback/gststreaminfo.h:
7583         Fix playback of multiple files.
7584         a slightly different approach to handling dynamic pad removals.
7585         This one only looks at pads that we have linked.
7586
7587 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
7588
7589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
7590         free" warning from libc.
7591
7592 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7593
7594         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7595         (get_unconnected_element), (remove_starting_from), (pad_removed),
7596         (close_link):
7597           Implement support for dynamic pad changing. We listen to "live"
7598           pad removals (i.e. while playing) and re-setup autoplugging
7599           after that. Playbasebin/playbin need some more work for this
7600           to finally work, but decodebin supports (and replugs) chained
7601           ogg now.
7602
7603 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
7604
7605         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
7606         (gst_alsa_finalize):
7607         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
7608         (gst_cdaudio_finalize):
7609         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7610         (cdparanoia_finalize):
7611         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
7612         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
7613         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7614         (dvdreadsrc_finalize):
7615         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
7616         (gst_flacdec_finalize):
7617         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
7618         (gst_flacenc_finalize):
7619         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
7620         (gst_gnomevfssink_finalize):
7621         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
7622         (gst_gnomevfssrc_finalize):
7623         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
7624         (gst_fameenc_finalize):
7625         * ext/nas/nassink.c: (gst_nassink_class_init),
7626         (gst_nassink_finalize):
7627         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
7628         (gst_sdlvideosink_class_init):
7629         * ext/sndfile/gstsf.c: (gst_sf_dispose):
7630         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
7631         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
7632         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
7633         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7634         (gst_x_window_listener_dispose):
7635         * gst/audioscale/gstaudioscale.c:
7636         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
7637         (play_on_demand_finalize):
7638         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
7639         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
7640         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
7641         (cdplayer_finalize):
7642         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
7643         (gst_glimagesink_class_init):
7644         * sys/oss/gstosselement.c: (gst_osselement_class_init),
7645         (gst_osselement_finalize):
7646         * sys/oss/gstosssink.c: (gst_osssink_dispose):
7647         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
7648         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
7649           Fixes a bunch of problems with finalize and dispose functions,
7650           either assumptions that dispose is only called once, or not calling
7651           the parent class dispose/finalize function
7652
7653 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
7654
7655         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
7656           added two api precondition guards
7657           use g_strdup with getenv to fix crash when using ENVVAR
7658
7659 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
7660         * ext/esd/esdsink.c: (gst_esdsink_class_init),
7661         (gst_esdsink_finalize):
7662         Use a finalize function, not dispose, and more importantly,
7663         call the parent class finalize function too
7664
7665 2004-11-01  Johan Dahlin  <johan@gnome.org>
7666
7667         * ext/ogg/gstoggdemux.c:
7668         * gst/tags/gstvorbistag.c:
7669         Plug leaks.
7670
7671 2004-10-31  Benjamin Otte  <otte@gnome.org>
7672
7673         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7674           lotsa memleaks today. But they're all small...
7675
7676 2004-10-31  Benjamin Otte  <otte@gnome.org>
7677
7678         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7679           another memleak crushed
7680
7681 2004-10-31  Benjamin Otte  <otte@gnome.org>
7682
7683         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
7684           fix memleak
7685
7686 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7687
7688         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7689           Hack to prevent crash when going to READY inside signal handler
7690           while this function is active.
7691
7692 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7693
7694         * gst/ffmpegcolorspace/Makefile.am:
7695         * gst/ffmpegcolorspace/avcodec.h:
7696         * gst/ffmpegcolorspace/common.h:
7697         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
7698         * gst/ffmpegcolorspace/dsputil.h:
7699         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
7700         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7701         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
7702         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
7703         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
7704         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
7705         (gst_ffmpegcsp_avpicture_fill):
7706         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
7707         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7708         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7709         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
7710         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
7711         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
7712         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7713         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
7714         * gst/ffmpegcolorspace/imgconvert.c:
7715         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7716         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
7717         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
7718         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
7719         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
7720         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
7721         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
7722         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
7723         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
7724         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
7725         (grow21), (grow22), (grow41), (grow44), (conv411),
7726         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
7727         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
7728         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
7729         (avpicture_free), (is_yuv_planar), (img_convert),
7730         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
7731         (deinterlace_line_inplace), (deinterlace_bottom_field),
7732         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
7733         * gst/ffmpegcolorspace/imgconvert_template.h:
7734         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
7735         * gst/ffmpegcolorspace/mmx.h:
7736         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
7737         (av_fast_realloc), (av_mallocz_static), (av_free_static),
7738         (av_freep), (avcodec_get_context_defaults),
7739         (avcodec_alloc_context), (avcodec_init):
7740           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
7741           handling plus update from ffmpeg CVS. Large clean-up.
7742
7743 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7744
7745         * gst/playback/Makefile.am:
7746           We need the marshallers for decodebin, too.
7747
7748 2004-10-30  David Schleef  <ds@schleef.org>
7749
7750         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
7751           quicktime typefinding work with 64-bit offsets.
7752
7753 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
7754
7755         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
7756           Set EOS on the element when processing an EOS event.
7757         * ext/speex/gstspeexdec.h:
7758         * ext/speex/gstspeexenc.h:
7759           Only keep a const ptr to the mode
7760         * gst-libs/gst/riff/riff-media.c:
7761         (gst_riff_create_audio_caps_with_data),
7762         (gst_riff_create_audio_template_caps):
7763           Allow WMAV3, with up to 6 channels.
7764         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
7765           Don't call gst_pad_set_event_function on a sink pad.
7766         * gst/mpegstream/gstdvddemux.c:
7767         (gst_dvd_demux_get_subpicture_stream),
7768         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
7769           Copy the explicit caps that were set across to the cur_* pads,
7770           instead of trying to use a possibly non-existent negotiated caps.
7771           Reset the type of subpicture pads to UNKNOWN after calling
7772           init_stream, so that the caps get set.
7773
7774 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
7775
7776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7777
7778         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
7779           Don't touch buffer if it is of size 0 (fixes #151064).
7780
7781 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7782
7783         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
7784           Synchronized discont handling.
7785
7786 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7787
7788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7789         (gst_ogg_demux_push):
7790           Make seeking sort-of exact again (fixes #156387).
7791
7792 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7793
7794         * gst/playback/gstplaybasebin.c: (unknown_type),
7795         (add_element_stream), (new_decoded_pad),
7796         (gst_play_base_bin_change_state):
7797         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7798         (gst_stream_info_init), (gst_stream_info_new),
7799         (gst_stream_info_dispose), (gst_stream_info_get_property):
7800         * gst/playback/gststreaminfo.h:
7801           Make caps explicitely available. Makes testing for unsupported
7802           types possible. Improves error reporting.
7803
7804 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7805
7806         * gst/audioconvert/gstaudioconvert.c:
7807         (gst_audio_convert_buffer_to_default_format):
7808           Really don't touch read-only buffers (#156563).
7809
7810 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
7811
7812         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7813
7814         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7815           Fix memleak (#155223).
7816
7817 2004-10-29  Wim Taymans  <wim@fluendo.com>
7818
7819         * gst/tcp/.cvsignore:
7820         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7821         (gst_multifdsink_class_init), (gst_multifdsink_init),
7822         (gst_multifdsink_add), (gst_multifdsink_remove),
7823         (gst_multifdsink_remove_client_link), (is_sync_frame),
7824         (gst_multifdsink_new_client),
7825         (gst_multifdsink_handle_client_write),
7826         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7827         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7828         (gst_multifdsink_get_property):
7829         * gst/tcp/gstmultifdsink.h:
7830         Added burst on connect sync_method, deprecated sync_clients,
7831         streamlined the sync code some more.
7832
7833 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7834
7835         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
7836         (gst_play_base_bin_change_state):
7837           Improve error reporting.
7838
7839 2004-10-28  Wim Taymans  <wim@fluendo.com>
7840
7841         * gst/tcp/Makefile.am:
7842         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
7843         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
7844         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
7845         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
7846         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7847         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7848         (gst_fdset_wait):
7849         Added more locks around fdset structures. Fixed/reworked
7850         the poll array resizing code.
7851         Added stress test for fdset.
7852
7853 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7854
7855         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
7856         fix build
7857
7858 2004-10-28  Benjamin Otte  <otte@gnome.org>
7859
7860         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
7861           fix link function to always query channels and query width for
7862           floats
7863         * configure.ac:
7864           add equalizer dir
7865         * gst/equalizer/Makefile.am:
7866         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
7867         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
7868         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
7869         (arg_to_scale), (setup_filter),
7870         (gst_iir_equalizer_compute_frequencies),
7871         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
7872         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
7873         (plugin_init):
7874           add an equalizer
7875
7876 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7877
7878         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
7879
7880         * po/LINGUAS:
7881         * po/nb.po:
7882           Added Norwegian Bokmaal translation
7883
7884 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7885
7886         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7887           Don't break on options (fixes #156488).
7888
7889 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7890
7891         * configure.ac:
7892         * ext/cdaudio/Makefile.am:
7893         * sys/Makefile.am:
7894           fix build on older automake
7895
7896 2004-10-26  Wim Taymans  <wim@fluendo.com>
7897
7898         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
7899         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
7900         Allow a little margin when negotiating the framerate.
7901
7902 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
7903
7904         * gst/level/gstlevel.c:
7905           synchonised naming of pads and pad-templates
7906
7907 2004-10-26  Wim Taymans  <wim@fluendo.com>
7908
7909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7910         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
7911         (_find_streams_check), (gst_ogg_demux_push):
7912         Fix EOS again. Needs to be done in a better way. We should not
7913         remove the pad if there is no new chained stream.
7914
7915 2004-10-26 Iain <iaingnome@gmail.com>
7916
7917         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
7918         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
7919         of the caps.
7920         * gst/interleave/interleave.c (interleave_class_init): Hook up release
7921         pad.
7922         (interleave_release_pad): Remove the pad.
7923         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
7924         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
7925         the set device.
7926         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
7927         attrs
7928         (gst_xvimagesink_xcontext_clear): Free the xcontext.
7929         (gst_xvimagesink_finalize): Free the par.
7930
7931 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7932
7933         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
7934         (gst_avimux_stop_file):
7935           First calculate the rate, and only then use it. Hdr.rate is a
7936           multiple and not a derivative of hdr.scale. Scale is not the
7937           same as blockalign but is solely related to rate.
7938
7939 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7940
7941         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
7942         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
7943           Implement seeking.
7944
7945 2004-10-25  James Henstridge  <james@jamesh.id.au>
7946
7947         Reviewed by:  David Schleef  <ds@schleef.org>
7948
7949         * examples/gstplay/player.c: (got_stream_length), (main):
7950         * examples/seeking/cdplayer.c: (update_scale):
7951         * examples/seeking/seek.c: (format_value), (update_scale):
7952         * examples/seeking/spider_seek.c: (format_value), (update_scale),
7953         (stop_seek):
7954         Build fixes on AMD64.
7955
7956 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7957
7958         reviewed by: Ronald Bultje <rbultje at gnome dot org>
7959
7960         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7961         Fix for some v4l cards which hang in v4lsrc
7962
7963 2004-10-25  Wim Taymans  <wim@fluendo.com>
7964
7965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
7966         (gst_ogg_demux_push), (gst_ogg_chains_clear):
7967         Make sure to remove the pad when a new chain is
7968         encountered. Set some vars to NULL so we don't try
7969         to reference freed memory.
7970
7971 2004-10-25  Wim Taymans  <wim@fluendo.com>
7972
7973         * examples/seeking/Makefile.am:
7974         * examples/seeking/cdplayer.c: (update_scale):
7975         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
7976         * examples/seeking/playbin.c: (make_playerbin_pipeline),
7977         (format_value), (update_scale), (iterate), (start_seek),
7978         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
7979         (print_usage), (main):
7980         Added some more examples, update others.
7981
7982 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7983
7984         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
7985         * ext/speex/gstspeexdec.c: (speex_dec_chain):
7986         * ext/theora/theoradec.c: (theora_dec_chain):
7987         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7988           Add codec-name metadata.
7989
7990 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
7991
7992         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7993
7994         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7995         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7996         * ext/alsa/gstalsamixertrack.h:
7997         * po/POTFILES.in:
7998           ALSA mixer track label internationalization (#154054).
7999
8000 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8001
8002         * ext/theora/theoradec.c: (theora_dec_chain):
8003           Export bitrate as metadata.
8004
8005 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8006
8007         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
8008         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8009         * ext/alsa/gstalsamixertrack.h:
8010           Fix names, fix loop.
8011
8012 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8013
8014         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
8015         (speex_dec_convert):
8016           sinkconvert function so oggdemux can get the file length (totem).
8017
8018 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
8019
8020         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8021
8022         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
8023           Don't push incomplete packets.
8024         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
8025           Fix MPEG-4 audio typefinding.
8026
8027 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8028
8029         * sys/v4l/Makefile.am:
8030         * sys/v4l/gstv4l.c: (plugin_init):
8031         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
8032         (gst_v4lelement_init), (gst_v4lelement_dispose),
8033         (gst_v4lelement_change_state):
8034         * sys/v4l/gstv4lelement.h:
8035         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
8036         (gst_v4l_xoverlay_close), (idle_refresh),
8037         (gst_v4l_xoverlay_set_xwindow_id):
8038         * sys/v4l/gstv4lxoverlay.h:
8039         * sys/v4l/v4l-overlay_calls.c:
8040         * sys/v4l/v4l_calls.h:
8041         * sys/v4l2/Makefile.am:
8042         * sys/v4l2/gstv4l2.c: (plugin_init):
8043         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
8044         (gst_v4l2element_init), (gst_v4l2element_dispose),
8045         (gst_v4l2element_change_state):
8046         * sys/v4l2/gstv4l2element.h:
8047         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
8048         (gst_v4l2_xoverlay_close), (idle_refresh),
8049         (gst_v4l2_xoverlay_set_xwindow_id):
8050         * sys/v4l2/gstv4l2xoverlay.h:
8051         * sys/v4l2/v4l2-overlay_calls.c:
8052         * sys/v4l2/v4l2_calls.h:
8053           Remove client-side overlay handling, use the X-server v4l plugin
8054           for that. Nicer overlay, less code. Also make the plugin
8055           compileable without X (but then without overlay, obviously).
8056           Makes xwindowlistener obsolete, should we remove that?
8057
8058 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8059
8060         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
8061         (gst_osssrc_src_query):
8062         * sys/oss/gstosssrc.h:
8063           OK, so people want offset in DEFAULT. This time, actually fix all
8064           cases.
8065         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
8066           Add FPS properly.
8067
8068 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8069
8070         * gst/asfdemux/gstasfmux.c:
8071         * gst/avi/gstavimux.c:
8072           Framerate.
8073
8074 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8075
8076         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
8077           Fix properties (channel, norm, frequency).
8078
8079 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8080
8081         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
8082           Flag typo.
8083         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
8084           No warnings.
8085
8086 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8087
8088         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
8089           Fix hang.
8090
8091 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8092
8093         * sys/v4l2/gstv4l2element.h:
8094           Yet Another Hack (tm) for kernel header borkedness.
8095         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
8096         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
8097         (gst_v4l2src_link), (gst_v4l2src_getcaps),
8098         (gst_v4l2src_change_state):
8099         * sys/v4l2/gstv4l2src.h:
8100         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
8101         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
8102           Fix caps, keep track of state, work.
8103
8104 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8105
8106         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
8107           Quiet.
8108
8109 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8110
8111         * sys/oss/gstosssrc.c: (gst_osssrc_get):
8112           Don't mix bytes and samples.
8113
8114 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8115
8116         * ext/ogg/gstoggmux.c:
8117           Basic pad template which accepts OGM tracks, speex, flac, vorbis
8118           and theora. Any is incorrect.
8119         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
8120           Fix caps.
8121         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
8122         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
8123         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
8124         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
8125         * sys/v4l/gstv4lmjpegsrc.h:
8126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
8127         (gst_v4lsrc_change_state):
8128         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
8129         (gst_v4lmjpegsrc_capture_stop):
8130           Fix caps. Keep track of internal state. Work.
8131
8132 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8133
8134         * ext/Makefile.am:
8135           Fix the build fixes.
8136
8137 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8138
8139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8140         (gst_ogg_demux_src_event), (_find_chain_seek),
8141         (gst_ogg_pad_push):
8142           Check for pad availability before using it.
8143         * ext/ogg/gstoggdemux.c: (_find_chain_process):
8144           Fix parsing of chained ogg. Needs more work on the decoder side.
8145
8146 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8147
8148         * gst/spectrum/Makefile.am:
8149         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
8150         (idle_func):
8151           Fix demo and reenable it. Yes, I'm currently playing with audio
8152           analysis tools
8153
8154 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8155
8156         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8157           We love it if files that start at zero work too...
8158
8159 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8160
8161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
8162           Handle files with missing EOS headers.
8163
8164 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8165
8166         * gst/tcp/gsttcpserversink.c:
8167         (gst_tcpserversink_handle_server_read),
8168         (gst_tcpserversink_init_send):
8169         Zero some variables first (need for accept not to return EINVAL)
8170
8171 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8172
8173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8174         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
8175         * ext/theora/theoradec.c: (theora_dec_sink_convert),
8176         (theora_dec_chain):
8177         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8178         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
8179           Seeking and querying finetune.
8180
8181 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8182
8183         * configure.ac:
8184         * ext/Makefile.am:
8185         * ext/raw1394/Makefile.am:
8186           fix the build
8187
8188 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8189
8190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
8191           Wrong return.
8192         * gst/playback/Makefile.am:
8193         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8194         * gst/playback/gstplay-marshal.list:
8195         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
8196           Fix marshallers.
8197
8198 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8199
8200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
8201           Silence.
8202
8203 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8204
8205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8206         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
8207         (gst_ogg_pad_push):
8208           Yay for non-lineair granulepos in theora.
8209
8210 2004-10-18  Wim Taymans  <wim@fluendo.com>
8211
8212         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
8213         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
8214         * ext/dv/gstdvdec.h:
8215         Make sure we renegotiate aspect ratio when the camera switches.
8216
8217 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8218
8219         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8220         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
8221           Start at zero.
8222         * ext/theora/theoradec.c: (theora_dec_chain):
8223           Skip headers. Bad idea for chained ogg, but fixes seeking.
8224
8225 2004-10-18  Wim Taymans  <wim@fluendo.com>
8226
8227         * configure.ac:
8228         I swear, this is the last time I touch this.
8229
8230 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8231
8232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
8233         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
8234         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
8235           Faster seeking.
8236         * ext/theora/theoradec.c: (theora_dec_sink_convert):
8237           Time-to-default conversion.
8238         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8239           Don't error on unknown packets, just skip. We should probably
8240           read them if we want to support chained ogg.
8241
8242 2004-10-18  Wim Taymans  <wim@fluendo.com>
8243
8244         * configure.ac:
8245         Added cdaudio to wrong list.
8246
8247 2004-10-18  Wim Taymans  <wim@fluendo.com>
8248
8249         * configure.ac:
8250         Revive cdaudio.
8251
8252 2004-10-18  Wim Taymans  <wim@fluendo.com>
8253
8254         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
8255         (gst_dvdec_video_link), (gst_dvdec_push):
8256         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
8257         (gst_smokeenc_resync), (gst_smokeenc_chain):
8258         Fix mimetype on smoke encoder.
8259         Add aspect ratio to dvdec. Not sure if these
8260         values are correct though....
8261
8262 2004-10-18  Wim Taymans  <wim@fluendo.com>
8263
8264         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
8265         Fix vorbis property descriptions and ranges.
8266
8267 2004-10-18  Wim Taymans  <wim@fluendo.com>
8268
8269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
8270         Really do nothing when no data is available.
8271         Go to the playing state when the stream is not seekable
8272         instead of failing.
8273
8274 2004-10-18  Wim Taymans  <wim@fluendo.com>
8275
8276         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
8277         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
8278         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
8279         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
8280         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
8281         Added uri handler for cd://
8282         Port to new API.
8283
8284 2004-10-18  Wim Taymans  <wim@fluendo.com>
8285
8286         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8287         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
8288         (try_to_link_1), (no_more_pads), (close_link), (type_found):
8289         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
8290         (remove_prerolls), (unknown_type), (add_element_stream),
8291         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
8292         (gst_play_base_bin_remove_element),
8293         (gst_play_base_bin_link_stream):
8294         * gst/playback/gstplaybin.c: (gen_video_element),
8295         (gen_vis_element), (remove_sinks), (setup_sinks):
8296         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8297         (gst_stream_info_get_type), (gst_stream_info_class_init),
8298         (gst_stream_info_init), (gst_stream_info_new),
8299         (gst_stream_info_dispose), (stream_info_mute_pad),
8300         (gst_stream_info_set_property), (gst_stream_info_get_property):
8301         * gst/playback/gststreaminfo.h:
8302         Add sink padtemplate to decodebin.
8303         Added some more comments.
8304         Make queue size configurable in playbasebin.
8305         Added possibility to use elements as sinks (ex cdaudio).
8306
8307 2004-10-15  Wim Taymans  <wim@fluendo.com>
8308
8309         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
8310         (gst_speexenc_chain):
8311         Fix speex timestamps so that it gets muxed properly.
8312
8313 2004-10-15  Wim Taymans  <wim@fluendo.com>
8314
8315         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
8316         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
8317         (gst_dv1394src_init), (gst_dv1394src_dispose),
8318         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
8319         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
8320         (gst_dv1394src_event), (gst_dv1394src_get_formats),
8321         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
8322         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
8323         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
8324         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
8325         * ext/raw1394/gstdv1394src.h:
8326         Added conversion/query functions.
8327         Update buffer timestamps,
8328         Added signals.
8329         Added uri dv:// so it might play from the firewire in playbin.
8330         Fix a possible leak.
8331         Added debugging.
8332
8333 2004-10-15  Wim Taymans  <wim@fluendo.com>
8334
8335         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
8336         (gst_dv1394src_init), (gst_dv1394src_set_property),
8337         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
8338         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
8339         * ext/raw1394/gstdv1394src.h:
8340         Added AV/C VTR control support needed for some cameras.
8341         Added automatic port detection.
8342         Added properties for selecting the channel.
8343         The configure.ac script is not yet updated to reflect the
8344         new libavc1394 and librom1394 dependencies.
8345
8346 2004-10-15  Wim Taymans  <wim@fluendo.com>
8347
8348         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8349         (qtdemux_parse), (gst_qtdemux_handle_esds):
8350         An esds box is not a container.
8351         Fix parsing of mp4v boxes.
8352         Do not try to renegotiate fps for each frame. Need to
8353         find a better method. This should fix mp4 playback.
8354
8355 2004-10-14  David Schleef  <ds@schleef.org>
8356
8357         * configure.ac: update for swfdec-0.3 and liboil-0.2
8358         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
8359         * ext/swfdec/gstswfdec.h: same
8360         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
8361         * gst/videotestsrc/videotestsrc.c: same
8362
8363 2004-10-14  Wim Taymans  <wim@fluendo.com>
8364
8365         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
8366         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
8367         (is_sync_frame), (gst_multifdsink_new_client),
8368         (gst_multifdsink_handle_client_write),
8369         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8370         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
8371         Turn warnings into info.
8372         Don't allow a state change in the streaming thread.
8373
8374 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8375
8376         * ext/vorbis/oggvorbisenc.c:
8377         * ext/vorbis/vorbisdec.c:
8378           fix template sample rate
8379
8380 2004-10-13  Wim Taymans  <wim@fluendo.com>
8381
8382         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
8383         Decoding the header first fixes some problems in resyncing
8384         in more mp3s.
8385
8386 2004-10-12  Wim Taymans  <wim@fluendo.com>
8387
8388         * gst/playback/gstplaybin.c: (gen_video_element),
8389         (gen_vis_element), (remove_sinks), (setup_sinks):
8390         Added vis plugin support, need to configure the vis
8391         element to activate it.
8392
8393 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8394
8395         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
8396         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
8397           Some debug.
8398         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8399         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
8400         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
8401         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
8402         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
8403         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
8404         * gst/avi/gstavidemux.h:
8405           Support for openDML-2.0 indx/ix## chunks. Support for broken index
8406           recovery (where, if part of the index is broken, we will still read
8407           the rest of the index and recover the broken part by stream
8408           scanning). More broken media support. EOS workarounds. General AVI
8409           braindamage headache recovery. Aspirin included.
8410
8411 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8412
8413         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
8414         (cdparanoia_event), (cdparanoia_query):
8415           Get rid of hideous lead-in.
8416
8417 2004-10-11  Wim Taymans  <wim@fluendo.com>
8418
8419         * gst/playback/gstplaybasebin.c: (setup_source):
8420         Wrong var used to get g_list_next.
8421
8422 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8423
8424         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8425         (cdparanoia_get), (cdparanoia_open):
8426           Report discid as metadata, add duration.
8427
8428 2004-10-11  Wim Taymans  <wim@fluendo.com>
8429
8430         * gst/playback/gstplaybasebin.c: (setup_source):
8431         Cleanup the previous pipeline a little earlier for the
8432         case that a source element provides raw data.
8433
8434 2004-10-11  Benjamin Otte  <otte@gnome.org>
8435
8436         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8437           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
8438           consuming the last 128 bytes, even though it was valid mp3 data.
8439
8440 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8441
8442         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
8443         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
8444         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
8445         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
8446
8447 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8448
8449         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
8450         Fix for webcams that support only specific width or height
8451
8452 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8453
8454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8455
8456         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
8457           Fix wrong discont event setup (fixes #154967).
8458
8459 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
8460
8461         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8462
8463         * gst/auparse/gstauparse.c: (gst_auparse_chain):
8464           Error out on invalid data (fixes #154807).
8465
8466 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8467
8468         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8469
8470         * ext/dvdread/dvdreadsrc.c: (_read):
8471           Make titles > 0 work again (fixes #154834).
8472
8473 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8474
8475         * gst-libs/gst/riff/riff-media.c:
8476         (gst_riff_create_video_template_caps):
8477           WMV3 missing in template caps.
8478
8479 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8480
8481         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8482           OK, so the original code was too strict. It makes random AVI files
8483           hang for seconds upon opening, which is unacceptable and is far
8484           beyond the original goal of getting multiple chunks for one-chunk
8485           sounc stream files. So now do just that.
8486
8487 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8488
8489         * gst/playback/gstplaybasebin.c: (setup_source),
8490         (gst_play_base_bin_change_state):
8491           Actually clean up streaminfo if output fails. This would trigger
8492           if, for example, there was no CD in the drive. No preroll, so
8493           a streaminfo structure is created, but the subsequent state change
8494           of the thread fails.
8495         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
8496           Don't change state if parent failed.
8497
8498 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8499
8500         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8501         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
8502         (gen_video_element), (remove_sinks):
8503           Add small bits of code for screenshot handling.
8504
8505 2004-10-08  Wim Taymans  <wim@fluendo.com>
8506
8507         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
8508         (gen_video_element), (gen_audio_element), (setup_sinks):
8509         Don't assume the user provided sinks are named "sink"...
8510
8511 2004-10-08  Wim Taymans  <wim@fluendo.com>
8512
8513         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
8514         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
8515         (gst_play_base_bin_link_stream):
8516         Do not try to autoplug sources that generate raw streams like
8517         cdparanoia.
8518         disconnect the preroll overrun signal when we don't need it anymore.
8519
8520 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
8521
8522         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
8523         Added reworked patch from #154903 from milosz derezynski (deadchip).
8524
8525 2004-10-08  Wim Taymans  <wim@fluendo.com>
8526
8527         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
8528         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
8529         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
8530         (cdparanoia_convert), (cdparanoia_uri_get_type),
8531         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
8532         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
8533         * ext/cdparanoia/gstcdparanoia.h:
8534         This adds the cdda://<tracknum> uri.
8535
8536 2004-10-08  Wim Taymans  <wim@fluendo.com>
8537
8538         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8539         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
8540         (try_to_link_1), (no_more_pads), (close_link), (type_found):
8541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8542         (unknown_type), (gst_play_base_bin_remove_element),
8543         (gst_play_base_bin_link_stream):
8544         * gst/playback/gstplaybasebin.h:
8545         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8546         (gst_play_bin_set_property), (gen_video_element),
8547         (gen_audio_element), (setup_sinks):
8548         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8549         (gst_stream_info_get_type), (gst_stream_info_class_init),
8550         (gst_stream_info_init), (gst_stream_info_new),
8551         (gst_stream_info_dispose), (stream_info_mute_pad),
8552         (gst_stream_info_set_property), (gst_stream_info_get_property):
8553         * gst/playback/gststreaminfo.h:
8554         Reuse the audio and video bins.
8555         Some internal cleanups in the stream selection code.
8556
8557 2004-10-08  Julien MOUTTE  <julien@moutte.net>
8558
8559         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
8560         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
8561         * sys/ximage/ximagesink.h:
8562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8563         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
8564         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
8565         not coming from those elements. Moreover these elements should not keep
8566         the xid they have been given when in NULL state.
8567
8568 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8569
8570         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
8571         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
8572         * sys/ximage/ximagesink.h:
8573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8574         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
8575         * sys/xvimage/xvimagesink.h:
8576           Actually only create a new toplevel window if we're not gonna
8577           embed it right after.
8578
8579 2004-10-07  Wim Taymans  <wim@fluendo.com>
8580
8581         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
8582         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
8583         * gst/playback/gstplaybin.c: (setup_sinks):
8584         Implement muting/unmuting of streams, mute streams that are not
8585         used.
8586
8587 2004-10-07  Wim Taymans  <wim@fluendo.com>
8588
8589         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
8590         (plugin_init):
8591         Added lame audio/x-ac3 typefind function.
8592
8593 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8594
8595         * configure.ac:
8596           bump nano to cvs
8597
8598 === release 0.8.5 ===
8599
8600 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8601
8602         * NEWS:
8603         * RELEASE:
8604         * configure.ac:
8605           releasing 0.8.5, "Take You On"
8606
8607 2004-10-06  Wim Taymans  <wim@fluendo.com>
8608
8609         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8610         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8611         (no_more_pads), (close_link), (type_found):
8612         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8613         * gst/playback/gstplaybin.c: (gen_video_element):
8614         Do not signal the no_more_pads after the first pad when
8615         we are plugging a non dynamic element with multiple
8616         output pads (like swfdec, dvdec, ...).
8617
8618 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8619
8620         * configure.ac:
8621           bump for prerelease
8622
8623 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8624
8625         * gst/wavparse/gstwavparse.c:
8626           add ATRAC3 to STATIC CAPS to fix a warning
8627
8628         * gst/matroska/ebml-read.c:
8629         * gst-libs/gst/riff/riff-read.c:
8630           fix typos
8631
8632 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8633
8634         * gst-libs/gst/riff/riff-media.c:
8635           generate caps for ATRAC3 audio streams
8636
8637         * gst/realmedia/rmdemux.c:
8638           generate caps for ATRAC3 audio streams
8639
8640 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8641
8642         * gst/wavparse/Makefile.am
8643         * gst/wavparse/riff.h
8644         * gst/wavparse/wavparse.vcproj
8645           riff.h removal (unused and duplication with riff-ids.h)
8646
8647 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8648
8649         * gst/wavparse/gstwavparse.h
8650           remove duplicated defines for audio codec codes
8651
8652         * gst-libs/gst/riff/riff-ids.h
8653         * gst/wavenc/riff.h:
8654           add "4CC" code for ATRAC3 audio streams
8655           add "4CC" code for ITU_G721_ADPCM (unused for now)
8656
8657 2004-10-06  Wim Taymans  <wim@fluendo.com>
8658
8659         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
8660         Actually _do_ negotiation. Pass gdouble as arg instead
8661         of guint64 for the framerate.
8662
8663 2004-10-06  Wim Taymans  <wim@fluendo.com>
8664
8665         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8666         (find_compatibles), (close_pad_link), (try_to_link_1),
8667         (no_more_pads), (close_link), (type_found):
8668         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8669         * gst/playback/gstplaybin.c: (gen_video_element),
8670         (gen_audio_element):
8671         Set state on newly added element to READY so that negotiation
8672         can happen ASAP.
8673         Addes some more debug info.
8674         Do not try to plug pads with multiple caps structures or ANY
8675         because it is too dangerous since we do not do dynamic
8676         replugging.
8677
8678 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8679
8680         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
8681
8682         * po/LINGUAS:
8683         * po/or.po:
8684           add Oriya translation
8685
8686 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8687
8688         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8689           Prevent overwrite of size member. Makes audio sound crappy.
8690
8691 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8692
8693         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8694         Add rmvb to the list of known RealMedia extensions
8695
8696 2004-10-05  Wim Taymans  <wim@fluendo.com>
8697
8698         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
8699         (mngdec_openstream), (mngdec_closestream),
8700         (mngdec_handle_sink_event), (mngdec_readdata),
8701         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
8702         (mngdec_getcanvasline), (mngdec_refresh),
8703         (gst_mngdec_change_state):
8704         Set the framerate correctly.
8705
8706 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8707
8708         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8709           There was something wrong with the index massaging.
8710
8711 2004-10-04  Wim Taymans  <wim@fluendo.com>
8712
8713         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
8714         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
8715         (gst_smokedec_chain):
8716         * ext/jpeg/gstsmokedec.h:
8717         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
8718         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
8719         * ext/jpeg/gstsmokeenc.h:
8720         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
8721         (smokecodec_decode_new), (smokecodec_info_free),
8722         (smokecodec_set_quality), (smokecodec_get_quality),
8723         (smokecodec_set_threshold), (smokecodec_get_threshold),
8724         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
8725         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
8726         (smokecodec_encode), (smokecodec_parse_id),
8727         (smokecodec_parse_header), (smokecodec_decode):
8728         * ext/jpeg/smokecodec.h:
8729         * ext/jpeg/smokeformat.h:
8730         Updated smoke, new bitstream, allows embedding in ogg.
8731
8732 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8733
8734         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8735           Fix seeking in some files. All this code is no longer needed (and
8736           actually breaks stuff) because we now synchronize the full index
8737           right when reading the header.
8738
8739 2004-10-04  Wim Taymans  <wim@fluendo.com>
8740
8741         * configure.ac:
8742         configure update for libmng.
8743
8744 2004-10-04  Wim Taymans  <wim@fluendo.com>
8745
8746         * ext/libmng/Makefile.am:
8747         * ext/libmng/gstmng.c: (plugin_init):
8748         * ext/libmng/gstmng.h:
8749         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
8750         (gst_mngdec_base_init), (gst_mngdec_class_init),
8751         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
8752         (gst_mngdec_loop), (gst_mngdec_get_property),
8753         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
8754         (mngdec_closestream), (mngdec_handle_sink_event),
8755         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
8756         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
8757         (gst_mngdec_change_state):
8758         * ext/libmng/gstmngdec.h:
8759         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
8760         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
8761         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
8762         (gst_mngenc_chain), (gst_mngenc_get_property),
8763         (gst_mngenc_set_property):
8764         * ext/libmng/gstmngenc.h:
8765         Added basic MNG decoder. Needs more work. The encoder does
8766         not work yet.
8767
8768 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8769
8770         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
8771         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
8772         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
8773           Don't hang on length=0 chunks. Some negotiation fixes. Signal
8774           no-more-pads.
8775
8776 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8777
8778         * configure.ac:
8779           you need at least 1.0.4 of speex
8780
8781 2004-10-04 Iain <iaingnome@gmail.com>
8782
8783         * ext/speex/gstspeexdec.h: Revert the includes changes.
8784
8785         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
8786
8787 2004-09-30 Iain <iaingnome@gmail.com>
8788
8789         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
8790         found during init or set as a property instead of hardcoding /dev/audio
8791
8792 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8793
8794         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
8795         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
8796         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
8797         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
8798         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
8799         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
8800         (gst_rmdemux_dump_data):
8801           Use debug category, fix EOS handling. filesrc ! rmdemux now
8802           works.
8803
8804 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8805
8806         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8807         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
8808         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
8809           Improve allocation, cutting and sorting of the index. How takes a
8810           few seconds instead of minutes.
8811
8812 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
8813
8814         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
8815           fixed compilation
8816
8817 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8818
8819         * gst-libs/gst/riff/riff-media.c:
8820         (gst_riff_create_video_caps_with_data),
8821         (gst_riff_create_video_template_caps):
8822           Add wing commander format mimetype/fourccs.
8823         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8824           Don't crash if some value is 0.
8825
8826 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8827
8828         * gst-libs/gst/riff/riff-media.c:
8829         (gst_riff_create_video_caps_with_data),
8830         (gst_riff_create_video_template_caps):
8831           Add DIB fourcc (raw, palettized 8-bit RGB).
8832         * gst-libs/gst/riff/riff-read.c:
8833         (gst_riff_read_strf_vids_with_data):
8834           Oops, fix strf_data reading bug.
8835         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8836           Use a non-NULL tag.
8837         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8838           Time for hacks. Sorry Dave. At least one quicktime movie (a
8839           trailer) that I've encountered contains multiple video tracks.
8840           One of those is the actual video track, the other are one-frame
8841           tracks (images). Unfortunately, the number of frames according
8842           to the trak header is 1 for each, so that doesn't help. So
8843           instead, I look at the duration and discard tracks with a
8844           duration shorter than 20% of the length of the stream. Better
8845           than nothing.
8846
8847 2004-10-01  Christian Schaller <christian@fluendo.com>
8848
8849         * ext/ivorbis/vorbis.c:
8850           Patch from Phil Blundell (Bug 152341)
8851
8852 2004-10-01  Wim Taymans  <wim@fluendo.com>
8853
8854         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
8855         (speex_dec_get_formats), (speex_dec_convert),
8856         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
8857         (speex_dec_chain), (gst_speexdec_get_property),
8858         (gst_speexdec_set_property):
8859         Small cleanups.
8860
8861 2004-10-01  Wim Taymans  <wim@fluendo.com>
8862
8863         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
8864         (gst_wavparse_stream_init), (gst_wavparse_fmt),
8865         (gst_wavparse_other), (gst_wavparse_loop),
8866         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
8867         (gst_wavparse_srcpad_event):
8868         * gst/wavparse/gstwavparse.h:
8869         Added some more debugging info.
8870         Fix the case where the length of the file is 0.
8871         Make sure we seek to sample borders.
8872
8873 2004-10-01  Wim Taymans  <wim@fluendo.com>
8874
8875         * gst/playback/README:
8876         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8877         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
8878         (try_to_link_1), (no_more_pads), (close_link), (type_found):
8879         Add some debug info to decodebin, update README
8880
8881 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8882
8883         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
8884           Don't use g_print(); use GST_DEBUG().
8885
8886 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8887
8888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8889         (gst_ogg_mux_queue_pads):
8890           Handle EOS properly.
8891
8892 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8893
8894         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8895
8896         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
8897         (gst_faad_chain), (gst_faad_change_state):
8898         * ext/faad/gstfaad.h:
8899           Allow playback of raw (unframed) MPEG AAC files (#148993).
8900
8901 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8902
8903         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8904
8905         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8906           Throw error if we didn't recognize the stream. Fixes #152289.
8907
8908 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8909
8910         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8911           Fix negotiation.
8912
8913 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
8914
8915         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8916
8917         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8918           Fix memleak.
8919
8920 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8921
8922         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8923
8924         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
8925           Solve #152805.
8926         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
8927           Solve 152806.
8928
8929 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8930
8931         * gst-libs/gst/riff/riff-media.c:
8932         (gst_riff_create_video_caps_with_data),
8933         (gst_riff_create_audio_caps_with_data):
8934           Add codec_data handling (like asfdemux used to do).
8935         * gst/asfdemux/gstasf.c: (plugin_init):
8936         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8937         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
8938           Use riff-media for caps creation instead of our own (mostly
8939           broken) copy of its functions.
8940
8941 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8942
8943         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
8944           Don't actually error out if we get another return value than
8945           -EINVAL. Opposite to what I first thought, drivers have random
8946           return values for this, although -EINVAL is the expected return
8947           value. Since this is not fatal, we shouldn't use
8948           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
8949
8950 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8951
8952         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8953         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
8954         (dvdreadsrc_get_property), (_open), (_seek), (_read),
8955         (dvdreadsrc_get), (dvdreadsrc_open_file),
8956         (dvdreadsrc_change_state):
8957           Fix. Don't do one big huge loop around the whole DVD, that will
8958           cache all data and thus eat sizeof(dvd) (several GB) before we
8959           see something.
8960         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
8961           Actually NULL'ify event after using it.
8962         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
8963         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
8964         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
8965         (gst_ebml_read_seek), (gst_ebml_read_skip):
8966           Handle events.
8967         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
8968         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
8969         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
8970           Fix timing (this will probably break if I seek using menus, but
8971           I didn't get there yet). VOBs and normal DVDs should now work.
8972           Add a mpeg2-only pad with high rank so this get autoplugged for
8973           MPEG-2 movies.
8974         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
8975         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
8976         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
8977         (gst_mpeg_demux_get_audio_stream),
8978         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
8979         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
8980           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
8981           MPEG-1 but use dvddemux for MPEG-2.
8982         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
8983         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
8984         (gst_mpeg_parse_parse_packhead):
8985           Timing. Only add pad template if it exists. Add sink template from
8986           class and not from ourselves. This means we will always use the
8987           correct sink template even if it is not the one defined in this
8988           file.
8989
8990 2004-09-29  Wim Taymans  <wim@fluendo.com>
8991
8992         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
8993         (gst_mpeg_demux_parse_pes):
8994         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8995         Fix playback of mpeg again, timestamps where screwed up by
8996         patch 1.61.
8997
8998 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8999
9000         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
9001           Only return true if we actually filled something in. Prevents
9002           player applications from showing a random length for flac files.
9003         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
9004         (gst_riff_read_use_event), (gst_riff_read_handle_event),
9005         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
9006         (gst_riff_read_strf_vids_with_data),
9007         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
9008           OK, ok, so I implemented event handling. Apparently it's normal
9009           that we receive random events at random points without asking
9010           for it.
9011         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9012         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
9013         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
9014         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9015         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
9016         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
9017         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9018         * gst/avi/gstavidemux.h:
9019           Implement non-lineair chunk handling and subchunk processing.
9020           The first solves playback of AVI files where the audio and video
9021           data of individual buffers that we read are not synchronized.
9022           This should not happen according to the wonderful AVI specs, but
9023           of course it does happen in reality. It is also a prerequisite for
9024           the second. Subchunk processing allows us to cut chunks in small
9025           pieces and process each of these pieces separately. This is
9026           required because I've seen several AVI files with incredibly large
9027           audio chunks, even some files with only one audio chunk for the
9028           whole file. This allows for proper playback including seeking.
9029           This patch is supposed to fix all AVI A/V sync issues.
9030         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
9031         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
9032           Work.
9033         * gst/modplug/gstmodplug.cc:
9034           Proper return value setting for the query() function.
9035         * gst/playback/gstplaybasebin.c: (setup_source):
9036           Being in non-playing state (after, e.g., EOS) is not necessarily
9037           a bad thing. Allow for that. This fixes playback of short files.
9038           They don't actually playback fully now, because the clock already
9039           runs. This means that small files (<500kB) with a small length
9040           (<2sec) will still not or barely play. Other files, such as mod
9041           or flx, will work correctly, however.
9042
9043 2004-09-28  Wim Taymans  <wim@fluendo.com>
9044
9045         * ext/speex/gstspeex.c: (plugin_init):
9046         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
9047         (gst_speex_dec_class_init), (speex_dec_get_formats),
9048         (speex_get_event_masks), (speex_get_query_types),
9049         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
9050         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
9051         (gst_speexdec_get_property), (gst_speexdec_set_property),
9052         (speex_dec_change_state):
9053         * ext/speex/gstspeexdec.h:
9054         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
9055         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
9056         (gst_speexenc_base_init), (gst_speexenc_class_init),
9057         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
9058         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
9059         (gst_speexenc_src_query), (gst_speexenc_init),
9060         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
9061         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
9062         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
9063         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
9064         (gst_speexenc_chain), (gst_speexenc_get_property),
9065         (gst_speexenc_set_property), (gst_speexenc_change_state):
9066         * ext/speex/gstspeexenc.h:
9067         Rewrote speex encoder, make sure it can be embedded in ogg.
9068         Implemented speex decoder.
9069
9070 2004-09-28  Christian Schaller <christian@fluendo.com>
9071
9072         * configure.ac:
9073         Remove kioslave plugin. Markey is brewing a new working one
9074         * ext/Makefile.am: Remove kioslave plugin
9075         * ext/kio: remove
9076         * gst-plugins.spec.in: remove kio plugin from spec
9077
9078 2004-09-27  Wim Taymans  <wim@fluendo.com>
9079
9080         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9081         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9082         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
9083         (gst_multifdsink_new_client),
9084         (gst_multifdsink_handle_client_write),
9085         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9086         (gst_multifdsink_handle_clients):
9087         * gst/tcp/gstmultifdsink.h:
9088         Make syncing to keyframes actually work for new clients and lagging
9089         clients.
9090
9091 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9092
9093         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
9094         (gst_navigationtest_handle_src_event), (draw_box_planar411),
9095         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
9096         * gst/debug/gstnavigationtest.h:
9097           make navigationtest display button-press and button-release events
9098
9099 2004-09-26 Iain <iaingnome@gmail.com>
9100
9101         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
9102         the channels have received a new media event.
9103         (interleave_buffered_loop): Compresses a new media event on all
9104         channels into one.
9105
9106 2004-09-26 Iain <iaingnome@gmail.com>
9107
9108         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
9109         call the sinkpad's default event handler and not the srcpads. He also
9110         says this is confusing :)
9111         (gst_wavenc_stop_file): Company says that seek events only go upstream
9112         we should send a discontinuous downstream instead.
9113
9114 2004-09-25  Christian Schaller <christian@fluendo.com>
9115
9116         * Update SPEC file to be usable in conjunction with Fedora Core,
9117           Fedora.us and freshrpms packages
9118         * Fix typo in multifilesrc test Makefile
9119
9120 2004-09-24  Wim Taymans  <wim@fluendo.com>
9121
9122         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
9123         Only signal the no_more_pads signal when we have
9124         added the stream to our list.
9125
9126 2004-09-24  Wim Taymans  <wim@fluendo.com>
9127
9128         * gst/playback/gstplaybasebin.c: (remove_prerolls),
9129         (new_decoded_pad):
9130         * gst/playback/gstplaybasebin.h:
9131         * gst/playback/gstplaybin.c: (setup_sinks):
9132         Don't try to preroll or decode more than one audio/video
9133         track.
9134
9135 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9136
9137         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9138           Throw error if we failed to find a suitable output. This should
9139           throw an error if we successfully set up a pipeline (e.g. because
9140           we recognized a media file) but found no decodable streams in it
9141           (e.g. because it contains only media stream types for which we
9142           have no decoders, or because it's not a media type).
9143
9144 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9145
9146         * ext/dirac/Makefile.am:
9147         * ext/dirac/gstdirac.cc:
9148         * ext/dirac/gstdiracdec.cc:
9149         * ext/dirac/gstdiracdec.h:
9150           Do something. Don't actually know if this works because I don't
9151           have a demuxer yet.
9152         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
9153           Add channels=1 to caps returned from _getcaps().
9154         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
9155         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
9156         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
9157         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
9158         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
9159         (gst_ogm_parse_change_state):
9160           Separate between audio/video so ogmaudioparse actually uses the
9161           audio pad templates. Both audio and video work now, including
9162           autoplugging. Also use sometimes-srcpad hack.
9163         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
9164           Handle events better. Don't hang on infinite loops.
9165         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
9166         (gst_avi_demux_init), (gst_avi_demux_reset),
9167         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
9168         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
9169         (gst_avi_demux_change_state):
9170         * gst/avi/gstavidemux.h:
9171           Improve A/V sync. Still not perfect.
9172         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
9173         (gst_ebml_read_skip):
9174           Handle events better.
9175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
9176         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
9177         (qtdemux_audio_caps):
9178           Add IMA4. Improve event handling. Save offset after a seek when
9179           the headers are at the end of the file so that we don't end up in
9180           an infinite loop.
9181         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9182           Add low-priority typefind support for files with no length.
9183
9184 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9185
9186         * testsuite/multifilesink/Makefile.am:
9187         fix typo
9188
9189 2004-09-22  Julien MOUTTE  <julien@moutte.net>
9190
9191         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
9193         mistakes from thaytan's patches.
9194
9195 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
9196
9197         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9198           For completeness, XSync in the destroy function as xvimage does.
9199
9200 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
9201
9202         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
9203            Correct caps negotiation
9204         * gst/volume/gstvolume.c: (volume_chain_float),
9205         (volume_chain_int16):
9206            Modify debug output to be little more informative
9207         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
9208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9209         (gst_xvimagesink_xvimage_destroy):
9210           Add XSync calls after detaching from the shared memory segment to
9211           avoid a crash.
9212
9213 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9214
9215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9216         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
9217         * ext/vorbis/vorbis.c: (plugin_init):
9218         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9219         (gst_vorbisenc_chain):
9220         * ext/vorbis/vorbisenc.h:
9221         remove explicit newmedia support from oggmux and vorbisenc
9222         add debug category to vorbisenc
9223         * gst/multifilesink/gstmultifilesink.c:
9224         (gst_multifilesink_class_init), (gst_multifilesink_init),
9225         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
9226         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
9227         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
9228         (plugin_init):
9229         * gst/multifilesink/gstmultifilesink.h:
9230         add support for streamheader in multifilesink
9231
9232 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9233
9234         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
9235         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
9236         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
9237           Prevent infinite loops. More correct error reporting.
9238         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9239           Error out if negotiation fails.
9240         * gst/playback/gstplaybasebin.c: (setup_source),
9241         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
9242         (gst_play_base_bin_found_tag):
9243           Error/tag forwarding. Pre-roll fixes for source errors on state
9244           changes (e.g. "file does not exist") to prevent hangs.
9245
9246 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9247
9248         * testsuite/multifilesink/Makefile.am:
9249         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
9250         (gst_newmedia_class_init), (gst_newmedia_init),
9251         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
9252         (newfile_signal), (test_signal), (main):
9253         * testsuite/multifilesink/multifilesrc_test.c: (main):
9254         * testsuite/multifilesink/oggtheora_test.c:
9255         (gst_newmedia_base_init), (gst_newmedia_class_init),
9256         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
9257         (test_format), (newfile_signal), (test_signal), (main):
9258         * testsuite/multifilesink/oggvorbis_test.c:
9259         (gst_newmedia_base_init), (gst_newmedia_class_init),
9260         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
9261         (test_format), (newfile_signal), (test_signal), (main):
9262         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
9263         (gst_newmedia_class_init), (gst_newmedia_init),
9264         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
9265         (newfile_signal), (test_signal), (main):
9266         New media tests
9267
9268 2004-09-20  Christian Schaller <christian@fluendo.com>
9269
9270         * Fix mikmod license to LGPL as they have relicensed
9271         * Move Dirac and Effectv into LGPL section of README_license
9272
9273 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9274
9275         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
9276         (gst_mad_change_state):
9277           Allow for mp3 rate/channels changes. However, only very
9278           conservatively. Reason that we *have* to enable this is smiply
9279           because the mad find_sync() function is not good enough, it will
9280           regularly sync on random data as valid frames and therefore make
9281           us provide random caps as *final* caps of the stream. The best fix
9282           I could think of is to simply require several of the same stream
9283           changes in a row before we change caps.
9284           The actual testcase that works now is #
9285         * ext/ogg/Makefile.am:
9286         * ext/ogg/gstogg.c: (plugin_init):
9287         * ext/ogg/gstogmparse.c:
9288           OGM support (video only for now; I need an audio sample file).
9289         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
9290         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
9291         (gst_asf_demux_add_video_stream):
9292           WMV extradata.
9293         * gst/playback/gstplaybasebin.c: (unknown_type):
9294           Don't error out on single unknown-types after all. It's wrong.
9295           If we found type of video and audio but not of a subtitle stream,
9296           it will still error out (which is unwanted). Will find a better fix
9297           later on.
9298         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
9299         (ogmaudio_type_find), (plugin_init):
9300           OGM support.
9301
9302 2004-09-20  Johan Dahlin  <johan@gnome.org>
9303
9304         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
9305         after setting caps.
9306
9307 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9308
9309         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
9310         * gst/wavenc/gstwavenc.h:
9311         Added newmedia support to wavenc
9312
9313 2004-09-17  Wim Taymans  <wim@fluendo.com>
9314
9315         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
9316         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
9317         (gst_fdset_fd_can_write), (gst_fdset_wait):
9318         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
9319         (gst_multifdsink_init), (gst_multifdsink_add),
9320         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
9321         (gst_multifdsink_remove_client_link),
9322         (gst_multifdsink_client_queue_buffer),
9323         (gst_multifdsink_handle_client_write),
9324         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
9325         (gst_multifdsink_close), (gst_multifdsink_change_state):
9326         * gst/tcp/gstmultifdsink.h:
9327         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9328         (gst_tcpserversink_removed):
9329         Small cleanups in fdset.c
9330         Use a hastable to map fd to the client structure for faster
9331         lookup in _remove and get_stats.
9332         Added virtual function to close the fds.
9333         Handle clients even when the select/poll call was unblocked because
9334         of a command.
9335         Implement syncing to keyframe in the recovery procedure.
9336
9337 2004-09-16 Iain <iaingnome@gmail.com>
9338
9339         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
9340         try caps.
9341
9342 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9343
9344         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
9345           Caps are only set if the type of the stream is unknown, but this
9346           is initialized in ->init_stream(), so set to UNKNOWN after calling
9347           ->init_stream() so that capsnego starts.
9348
9349 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9350
9351         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9352         (gst_avi_demux_stream_data):
9353           Just hardcode for raw audio then. AVI audio sucks.
9354
9355 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
9356
9357         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
9358         * gst/matroska/matroska-mux.c: (audiosink_templ),
9359         (gst_matroska_mux_audio_pad_link):
9360         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
9361         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
9362
9363 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9364
9365         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9366         (gst_avi_demux_stream_data):
9367           Try to fix a/v sync issues.
9368
9369 2004-09-15  David Schleef  <ds@schleef.org>
9370
9371         * configure.ac: remove NASM check, since we don't use it.  Update
9372         dirac check to 0.4
9373         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
9374         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9375         Initialized variables.
9376         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9377         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
9378         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
9379         SVQ3 format
9380
9381 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9382
9383         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
9384         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
9385         * gst/avi/gstavidemux.h:
9386           Fix for compressed audio (mp3) timestamp generation. How did this
9387           ever work?
9388
9389 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9390
9391         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9392           Volume is a double not a float.
9393
9394 2004-09-15  Wim Taymans  <wim@fluendo.com>
9395
9396         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
9397         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9398         Don't close the fd in multifdsink as we didn't open it in the
9399         first place. Some cleanups.
9400
9401 2004-09-15  Wim Taymans  <wim@fluendo.com>
9402
9403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9405         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9406         Fix the case where the muxer would mark pages as delta
9407         frames when they are not (vorbis only ogg).
9408
9409 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9410
9411         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
9412         (gst_play_base_bin_change_state):
9413           Handle the case where we failed to setup a clear pipeline. This
9414           will throw an error (or EOS, another nice case) and if you don't
9415           catch that, the app will wait for the signal forever (and thus
9416           hang).
9417
9418 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9419
9420         * ext/gnomevfs/gstgnomevfssink.c:
9421         (gst_gnomevfssink_uri_get_protocols):
9422         * ext/gnomevfs/gstgnomevfssrc.c:
9423         (gst_gnomevfssrc_uri_get_protocols):
9424         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9425         * ext/gnomevfs/gstgnomevfsuri.h:
9426           Use _uri_new() instead of _open(), so it doesn't take as long and
9427           Christophe's computer won't hang.
9428         * gst/playback/gstplaybasebin.c: (unknown_type):
9429           Throw error on unknown media type, so apps actually display it.
9430
9431 2004-09-14  Brian Cameron  <brian.cameron@sun.com
9432
9433         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
9434           this script to work on Solaris since bash shell handles echo
9435           differenly than bash.
9436
9437 2004-09-17  Wim Taymans  <wim@fluendo.com>
9438
9439         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
9440         (setup_source), (gst_play_base_bin_set_property),
9441         (gst_play_base_bin_add_element):
9442         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
9443         Some more work on making sure seeking pauses the pipeline and
9444         that changing the uri actually does something.
9445
9446 2004-09-17  Wim Taymans  <wim@fluendo.com>
9447
9448         * gst/tcp/gstfdset.c: (gst_fdset_wait):
9449         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
9450         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
9451         (gst_tcpserversink_close):
9452         Be a bit more paranoid when freeing memory.
9453
9454 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9455
9456         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
9457         (qtdemux_parse_trak):
9458           Don't crash by dividing by zero (see sample movie in #126922).
9459
9460 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9461
9462         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
9463           Don't touch non-existing data (fixes crash on file in #140147).
9464
9465 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9466
9467         * gst/playback/gstplaybasebin.c:
9468         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
9469           Handle double disposals, and proper change of URIs.
9470
9471 2004-09-13  Martin Eikermann <meiker@upb.de>
9472
9473         * gst/mpegstream/gstmpegparse.c:
9474           fix synchronistation for streams recorded from digital PCR
9475           fixes bug #119376
9476
9477 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9478
9479         * ext/gnomevfs/Makefile.am:
9480         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9481         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
9482         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
9483         (gst_gnomevfssink_uri_get_type),
9484         (gst_gnomevfssink_uri_get_protocols),
9485         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
9486         (gst_gnomevfssink_uri_handler_init),
9487         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
9488         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
9489         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9490         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
9491         (gst_gnomevfssrc_uri_get_type),
9492         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
9493         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
9494         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9495         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
9496         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
9497         * ext/gnomevfs/gstgnomevfsuri.h:
9498           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
9499           of fake URIs to see which this version of Gnome-VFS likes, and
9500           uses that for the Gst-URI interface. Makes playbin support http://
9501           streams. Also fix up some stupid behaviour in gnomevfssrc.
9502
9503 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9504
9505         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9506         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9507         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9508         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9509           Update mixer (to sync with other sessions) if we try to obtain
9510           a new value. This makes alsamixer work accross applications.
9511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9512           Only call sync functions if we're running, else alsalib asserts.
9513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
9514           Sometimes fails to compile. Possibly a gcc bug.
9515         * gst/playback/gstplaybin.c: (gen_video_element),
9516         (gen_audio_element):
9517           Add a reference to an application-provided object, because we lose
9518           this same reference if we add it to the bin. If we don't do this,
9519           we can only use this object once and thus crash if we go from
9520           ready to playing, back to ready and back to playing again.
9521           Also add an audioscale element because several cheap soundcards -
9522           like mine - don't support all samplerates.
9523         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9524         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
9525           Fix wrong order or PAR calls. Makes automatically obtained PAR
9526           from the X server atually being used.
9527
9528 2004-09-12  David Schleef  <ds@schleef.org>
9529
9530         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
9531         #151887, #152102, #152247.
9532         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
9533         * examples/seeking/cdparanoia.c: same
9534         * examples/seeking/cdplayer.c: same
9535         * examples/seeking/seek.c: same
9536         * examples/seeking/spider_seek.c: same
9537         * examples/seeking/vorbisfile.c: same
9538         * examples/stats/mp2ogg.c: same
9539         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9540         (gst_esdsink_dispose): Dispose of element properly.
9541         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
9542         fixes.
9543         * ext/nas/nassink.c: (gst_nassink_class_init),
9544         (gst_nassink_dispose): Dispose of element correctly.
9545         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
9546         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9547         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
9548         Fix 64-bit warning.
9549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9550         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
9551         Fix 64-bit warning.
9552
9553 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9554
9555         * configure.ac : change speex detection as 1.1.6 now uses
9556           .pc/pkg-config and they changed their headers location.
9557
9558 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
9559
9560         * gst/matroska/matroska-mux.h:
9561         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
9562         (gst_matroska_mux_start), (gst_matroska_mux_finish),
9563         (gst_matroska_mux_write_data):
9564           Write multiple blocks/frames per cluster.
9565                 Write meta-seek information (seek heads).
9566
9567 2004-09-09  Scott Wheeler <wheeler@kde.org>
9568
9569         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
9570         (gst_play_bin_set_property), (gst_play_bin_get_property),
9571         (gen_audio_element), (gen_audio_element):
9572           Add a volume element / property to the pipeline.
9573
9574 2004-09-07  Wim Taymans  <wim@fluendo.com>
9575
9576         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
9577         Copy timestamps from the master pad to the output buffers.
9578
9579 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9580
9581         * ext/raw1394/gstdv1394src.c:
9582           throw errors when applicable
9583
9584 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
9585
9586         * gst/matroska/ebml-ids.h:
9587         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
9588         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
9589         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
9590           automatically convert unix time <-> ebml time when reading/writing
9591           a date, use gst_ebml_write_uint to write CUETIME,
9592           not gst_ebml_write_date.
9593         * gst/matroska/matroska-ids.h:
9594         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
9595         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
9596         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
9597         (gst_matroska_mux_write_data):
9598           Write track and segment UIDs, write muxing date, write
9599           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
9600           Create cues for audio only files.
9601
9602 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9603
9604         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9605         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9606           Re-commit ALSA switches.
9607         * gst/adder/gstadder.c: (gst_adder_loop):
9608           64-bit fix (#151416).
9609         * gst/debug/progressreport.c: (gst_progressreport_report):
9610           64-bit fix (#151419).
9611         * gst/matroska/matroska-demux.c:
9612         (gst_matroska_demux_parse_contents):
9613           64-bit fix (#151420).
9614         * gst/playback/test3.c: (update_scale):
9615           64-bit fix (#151421).
9616
9617 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9618
9619         * configure.ac:
9620           bump nano to cvs
9621
9622 === release 0.8.4 ===
9623
9624 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9625
9626         * configure.ac: releasing 0.8.4, "Alias"
9627
9628 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9629
9630         * ext/theora/Makefile.am:
9631           fix makefile.  Fixes #151462.
9632
9633 2004-08-30  Wim Taymans  <wim@fluendo.com>
9634
9635         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
9636         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9637         (gst_multifdsink_remove_client_link),
9638         (gst_multifdsink_client_queue_buffer),
9639         (gst_multifdsink_handle_client_write):
9640         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
9641         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
9642         Fix some memory leaks.
9643
9644 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9645
9646         Patch by: David Schleef
9647
9648         * configure.ac:
9649         * sys/Makefile.am:
9650           rename our detection macro for V4L2.  Fixes #151236.
9651
9652 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9653
9654         Patch by: David Schleef
9655
9656         * configure.ac:
9657           check to define LAMEPRESET.  Fixes #151232.
9658
9659 2004-08-27  David Schleef  <ds@schleef.org>
9660
9661         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
9662         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
9663         (gst_glimagesink_fixate):  Move local variable declarations to
9664         make gcc-2.95 happy.
9665
9666 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9667
9668         * configure.ac:
9669           bump nano for prerelease
9670
9671 2004-08-27  David Schleef  <ds@schleef.org>
9672
9673         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
9674         * sys/sunaudio/gstsunaudiosrc.c:
9675         * sys/sunaudio/gstsunaudiosrc.h:
9676
9677 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
9678
9679         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
9680         handle EOS correctly
9681         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
9682         * gst/matroska/matroska-mux.h:
9683         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
9684         VFW compatibility mode
9685
9686 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9687
9688         patch by: Zaheer Abbas Merali
9689
9690         * ext/ogg/gstoggmux.c:
9691         * ext/vorbis/vorbisenc.c:
9692         * ext/vorbis/vorbisenc.h:
9693           handle NEWMEDIA
9694
9695 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
9696
9697         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
9698         fix byte order reversion on little endian machines.
9699         * gst/matroska/matroska-mux.c: (audiosink_templ),
9700         (gst_matroska_mux_audio_pad_link):
9701         add TTA codec to the list of supported codecs.
9702         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
9703         (gst_matroska_mux_start), (gst_matroska_mux_finish),
9704         (gst_matroska_mux_write_data):
9705         * gst/matroska/matroska-mux.h:
9706         write segment duration correctly, write muxing app string, fixes bugs
9707         #140897 and #140898.
9708         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
9709         wait for all pads to be negotiated before starting to mux.
9710
9711 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9712
9713         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
9714         * ext/lame/gstlame.h:
9715         Added new media support to lame
9716
9717 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
9718
9719         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
9720         send vorbis headers at the beginning of a stream, fixes bug #141554.
9721         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
9722         bug #148950.
9723         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
9724         (gst_matroska_demux_plugin_init):
9725         * gst/matroska/matroska-ids.h:
9726         enable demuxing of TTA audio streams, fixes bug #148951.
9727         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
9728         enable typefinding for TTA audio files, fixes bug #148711.
9729         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
9730         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
9731         fixes playback of packed bitstream and xvid with bframes, bug #135407.
9732
9733 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
9734
9735         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9736         (gst_riff_read_element_data), (gst_riff_read_seek),
9737         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
9738         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
9739         <teuf@gnome.org>
9740
9741 2004-08-23 Iain <iaingnome@gmail.com>
9742
9743         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
9744         tags. They appear to be handled differently to normal.
9745         (tag_list_to_id3_tag_foreach): Ditto.
9746
9747 2004-08-22  Wim Taymans  <wim@fluendo.com>
9748
9749         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9750         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9751         Make sure we never send -1 granulepos.
9752
9753 2004-08-20  Wim Taymans  <wim@fluendo.com>
9754
9755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9756         (gst_ogg_mux_loop):
9757         I will accept bitchslappings with non sharp objects.
9758
9759 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9760
9761         * configure.ac:
9762         Clean up the test for lame presets
9763
9764 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9765
9766         * configure.ac:
9767         * ext/lame/Makefile.am:
9768         * ext/lame/gstlame.c: (gst_lame_class_init),
9769         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
9770         Only enable lame presets if version of lame has presets in API
9771
9772 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
9773         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
9774         * gst/udp/gstudpsrc.h:
9775           Don't call gst_pad_push in a get function. Fixes #150449
9776
9777 2004-08-18  Wim Taymans  <wim@fluendo.com>
9778
9779         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
9780         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
9781         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9782         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9783         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9784         (gst_fdset_wait):
9785         * gst/tcp/gstfdset.h:
9786         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9787         (gst_multifdsink_client_queue_buffer),
9788         (gst_multifdsink_handle_client_write):
9789         * gst/tcp/gstmultifdsink.h:
9790         Some extra checks in gstfdset.
9791         Only use send() when the fd is a socket. Don't try to
9792         read from write only fds.
9793
9794 2004-08-18  Wim Taymans  <wim@fluendo.com>
9795
9796         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
9797         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9798         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9799         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9800         (gst_fdset_wait):
9801         Add more locking and bounds checking.
9802
9803 2004-08-18  Wim Taymans  <wim@fluendo.com>
9804
9805         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
9806         Realloc test fdset in the lock and right before starting
9807         the poll call. Bump the limit to 4096.
9808
9809 2004-08-17  David Schleef  <ds@schleef.org>
9810
9811         * sys/sunaudio/Makefile.am:
9812         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
9813         of rates and channels.  Make debugging less obnoxious.
9814
9815         Patch from Balamurali Viswanathan implementing a mixer for
9816         Sun audio.  (bug #144091):
9817         * sys/sunaudio/gstsunelement.c:
9818         * sys/sunaudio/gstsunelement.h:
9819         * sys/sunaudio/gstsunmixer.c:
9820         * sys/sunaudio/gstsunmixer.h:
9821
9822 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9823
9824         * gst/audioscale/gstaudioscale.c:
9825         * gst/audioscale/gstaudioscale.h:
9826         made audioscale resample from any sample rate to any sample rate
9827
9828 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9829
9830         * ext/libpng/gstpngdec.c:
9831           error out on unsupported types
9832
9833 2004-08-17  Iain <iaingnome@gmail.com>
9834
9835         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
9836         mid_side and loose_mid_side properties if its a stereo stream.
9837
9838 2004-08-17  Wim Taymans  <wim@fluendo.com>
9839
9840         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9841         (theora_get_formats), (theora_dec_src_convert),
9842         (theora_dec_sink_convert), (theora_dec_src_query),
9843         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
9844         Add a debug line.
9845
9846 2004-08-17  Wim Taymans  <wim@fluendo.com>
9847
9848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
9849         (gst_ogg_pad_push):
9850         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9851         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9852         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
9853         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9854         Mark delta units in the muxer.
9855         Try to decode the packet after an out-of-sync error from
9856         libogg.
9857
9858 2004-08-17  Wim Taymans  <wim@fluendo.com>
9859
9860         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9861         (gst_multifdsink_init), (gst_multifdsink_add),
9862         (gst_multifdsink_client_queue_buffer),
9863         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
9864         * gst/tcp/gstmultifdsink.h:
9865         Added option to send a keyframe to clients as the first buffer.
9866         Make timeout property writable.
9867
9868 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9869
9870         patch by: Wim Taymans
9871
9872         * gst/tcp/gstfdset.c:
9873         * gst/tcp/gstmultifdsink.c:
9874           fix index comparison, should include 0
9875
9876 2004-08-16  Wim Taymans  <wim@fluendo.com>
9877
9878         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
9879         (gst_fdset_add_fd), (gst_fdset_remove_fd),
9880         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9881         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9882         (gst_fdset_wait):
9883           copy when reallocing for poll so the select arguments don't get
9884           changed during the call
9885
9886 2004-08-16  Wim Taymans  <wim@fluendo.com>
9887
9888         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9889         (gst_theora_enc_class_init), (theora_enc_sink_link),
9890         (theora_buffer_from_packet), (theora_enc_chain):
9891         Fix bug where buffers were not marked as keyframes
9892         correctly.
9893
9894 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9895
9896         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
9897         (gst_lame_preset_get_type), (gst_lame_class_init):
9898         describe the enum values for vbr mode and presets more verbosely
9899
9900 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9901
9902         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
9903         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
9904         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
9905         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
9906         * ext/lame/gstlame.h:
9907         add preset property to lame so it can use lame presets
9908
9909 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9910
9911         * ext/lame/gstlame.c: (gst_lame_get_property):
9912         whoops forgot break, thanks teuf
9913
9914 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9915
9916         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
9917         (gst_lame_class_init), (gst_lame_src_getcaps),
9918         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
9919         (gst_lame_get_property), (gst_lame_setup):
9920         * ext/lame/gstlame.h:
9921         fix lame's broken vbr stuff, allow it to resample if need be, and also
9922         make xing header optional
9923
9924 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9925
9926         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
9927         added getcaps function so samplerate doesnt get fixated to silly values
9928
9929 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9930
9931         * ext/lame/gstlame.c: (gst_lame_src_link):
9932         revert previous fix
9933
9934 2004-08-12  Johan Dahlin  <johan@gnome.org>
9935
9936         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
9937         checks. Doesn't matter what state we are in. Interfaces are a
9938         compile time thing, not runtime. It also broke the python bindings.
9939
9940 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9941
9942         * ext/lame/gstlame.c: (gst_lame_src_link):
9943         made source pad link function check if sinkpad is ok..fixes the problem
9944         where core fixates the output rate of lame stupidly
9945
9946 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9947
9948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
9949         * sys/v4l/v4l_calls.c:
9950         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
9951           fix fixate function to handle nonsimple caps.
9952           remove bogus check in _link
9953           cleanups
9954
9955 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9956
9957         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
9958         set default compression ratio parameter to 0.0 so bitrate parameter
9959         works :)
9960
9961 2004-08-11  David Schleef  <ds@schleef.org>
9962
9963         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
9964
9965 2004-08-11  David Schleef  <ds@schleef.org>
9966
9967         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
9968         before.
9969
9970 2004-08-11  David Schleef  <ds@schleef.org>
9971
9972         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
9973
9974 2004-08-11  David Schleef  <ds@schleef.org>
9975
9976         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
9977           license field
9978         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
9979         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
9980           LGPL.
9981         * gst/auparse/gstauparse.c: Fix plugin license field.
9982         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
9983         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
9984         * gst/rtp/gstrtp.c: Fix plugin license field.
9985
9986 2004-08-11  Wim Taymans  <wim@fluendo.com>
9987
9988         * gst/tcp/Makefile.am:
9989         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
9990         (ensure_size), (gst_fdset_new), (gst_fdset_free),
9991         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
9992         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
9993         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
9994         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
9995         (gst_fdset_fd_can_write), (gst_fdset_wait):
9996         * gst/tcp/gstfdset.h:
9997         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
9998         (gst_multifdsink_class_init), (gst_multifdsink_init),
9999         (gst_multifdsink_add), (gst_multifdsink_remove),
10000         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
10001         (gst_multifdsink_remove_client_link),
10002         (gst_multifdsink_handle_client_read),
10003         (gst_multifdsink_client_queue_data),
10004         (gst_multifdsink_client_queue_caps),
10005         (gst_multifdsink_client_queue_buffer),
10006         (gst_multifdsink_handle_client_write),
10007         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10008         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
10009         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
10010         (gst_multifdsink_close):
10011         * gst/tcp/gstmultifdsink.h:
10012         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10013         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
10014         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
10015         (gst_tcpserversink_close):
10016         * gst/tcp/gsttcpserversink.h:
10017         Abstracted away the select call, implemented poll (yes we ran into
10018         the 1024 limit in production).
10019
10020 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10021
10022         * gst/tcp/gsttcp.c:
10023         * gst/tcp/gsttcpplugin.c:
10024           improve debuggging, remove assert
10025
10026 2004-08-10  Wim Taymans  <wim@fluendo.com>
10027
10028         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
10029         (gst_client_status_get_type), (gst_multifdsink_class_init),
10030         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
10031         (gst_multifdsink_handle_client_read),
10032         (gst_multifdsink_handle_client_write),
10033         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10034         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
10035         (gst_multifdsink_get_property):
10036         * gst/tcp/gstmultifdsink.h:
10037         * gst/tcp/gsttcp-marshal.list:
10038         Starting to prepare for specifying buffer time in other units
10039         than buffers. Expose remove reason in signal.
10040
10041 2004-08-10  Wim Taymans  <wim@fluendo.com>
10042
10043         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10044         (gst_multifdsink_remove), (gst_multifdsink_clear),
10045         (gst_multifdsink_remove_client_link),
10046         (gst_multifdsink_handle_client_read),
10047         (gst_multifdsink_client_queue_data),
10048         (gst_multifdsink_client_queue_buffer),
10049         (gst_multifdsink_handle_client_write),
10050         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
10051         (gst_multifdsink_chain), (gst_multifdsink_close):
10052         * gst/tcp/gstmultifdsink.h:
10053         Added more debugging info. Changed the way clients are
10054         removed from the lists. Fixed a bug where a bad file descriptor
10055         could cause many clients to be removed.
10056
10057 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10058
10059         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
10060           allow all pixel-aspect-ratios, not just 1:1
10061
10062 2004-08-09  David Schleef  <ds@schleef.org>
10063
10064         * sys/glsink/ARB_multitexture.h:  Remove old files.
10065         * sys/glsink/EXT_paletted_texture.h:
10066         * sys/glsink/NV_register_combiners.h:
10067         * sys/glsink/gstgl_nvimage.c:
10068         * sys/glsink/gstgl_pdrimage.c:
10069         * sys/glsink/gstgl_rgbimage.c:
10070         * sys/glsink/gstglsink.c:
10071         * sys/glsink/gstglsink.h:
10072         * sys/glsink/gstglxwindow.c:
10073         * sys/glsink/regcomb_yuvrgb.c:
10074
10075 2004-08-09  David Schleef  <ds@schleef.org>
10076
10077         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
10078         GL sink plugin.  (Bug #147302)
10079
10080         * configure.ac: Test for OpenGL
10081         * sys/Makefile.am: Use test for OpenGL
10082         * sys/glsink/Makefile.am:
10083         * sys/glsink/glimagesink.c: rewrite
10084         * sys/glsink/glimagesink.h: rewrite
10085
10086 2004-08-09  David Schleef  <ds@schleef.org>
10087
10088         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
10089         sane framerates.
10090         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
10091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
10092         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
10093
10094 2004-08-09  Wim Taymans  <wim@fluendo.com>
10095
10096         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10097         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10098         (gst_multifdsink_client_remove),
10099         (gst_multifdsink_handle_client_read),
10100         (gst_multifdsink_handle_client_write),
10101         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
10102         Do a bit more logging, make the client_read code more robust.
10103
10104 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10105
10106         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
10107         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
10108         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
10109         (gst_jpegdec_init), (gst_jpegdec_chain):
10110         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10111         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
10112           cleanups, debugging fixes and memleak plugging
10113
10114 2004-08-09  Wim Taymans  <wim@fluendo.com>
10115
10116         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
10117         (theora_get_formats), (theora_dec_src_convert),
10118         (theora_dec_sink_convert), (theora_dec_src_query),
10119         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
10120         (theora_dec_change_state):
10121         Don't crash on missing header packets.
10122
10123 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10124
10125         * po/LINGUAS:
10126         * po/sq.po:
10127           Added Albanian translation (Laurent Dhima)
10128         * po/cs.po:
10129           updated
10130
10131 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10132
10133         * ext/lame/gstlame.c:
10134           fix/add debugging
10135
10136 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10137
10138         * sys/ximage/ximagesink.c:
10139         * sys/xvimage/xvimagesink.c:
10140           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
10141
10142 2004-08-06  Wim Taymans  <wim@fluendo.com>
10143
10144         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10145         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10146         (gst_multifdsink_client_remove),
10147         (gst_multifdsink_handle_client_read),
10148         (gst_multifdsink_handle_client_write),
10149         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
10150         Make sure we don't try to read more from a client that what
10151         ioctl says us or we deadlock.
10152
10153 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10154
10155         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
10156         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
10157         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
10158           decouple running_time and n_frames so it can handle changing
10159           framerate while running
10160
10161 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10162
10163         * po/nl.po:
10164         * po/sv.po:
10165           updated translations
10166
10167 2004-08-04  Benjamin Otte  <otte@gnome.org>
10168
10169         * gst/videotestsrc/gstvideotestsrc.c:
10170         (gst_videotestsrc_get_capslist), (generate_capslist),
10171         (plugin_init):
10172           generate the list of supported caps at startup and reuse it instead
10173           of always generating it
10174
10175 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10176
10177         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
10178           whoops, last checkin broke normal build
10179
10180 2004-08-03  Benjamin Otte  <otte@gnome.org>
10181
10182         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
10183         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
10184         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
10185         (gst_alsa_mixer_get_option):
10186         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
10187         (dvdnavsrc_print_event):
10188         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
10189         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
10190         (gst_ogg_mux_pad_unlink):
10191         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
10192         (gst_multipart_mux_pad_unlink):
10193         * gst/videofilter/gstvideobalance.c:
10194         (gst_videobalance_colorbalance_set_value):
10195         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
10196         (gst_videomixer_pad_unlink):
10197         * po/uk.po:
10198         * sys/oss/gstossmixer.c:
10199         * sys/v4l/gstv4lcolorbalance.c:
10200         * sys/v4l/gstv4ltuner.c:
10201         * sys/v4l/v4lsrc_calls.c:
10202         * sys/v4l2/gstv4l2colorbalance.c:
10203         * sys/v4l2/gstv4l2tuner.c:
10204           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
10205
10206 2004-08-03  Benjamin Otte  <otte@gnome.org>
10207
10208         * examples/dynparams/filter.c: (ui_control_create):
10209         * examples/gstplay/player.c: (print_tag):
10210         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
10211         * ext/gdk_pixbuf/gstgdkanimation.c:
10212         (gst_gdk_animation_iter_may_advance):
10213         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
10214         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
10215         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
10216         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
10217         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
10218         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
10219         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
10220         * gst/sine/demo-dparams.c: (main):
10221         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10222         * testsuite/alsa/formats.c: (create_pipeline):
10223         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
10224           fixes for G_DISABLE_ASSERT and friends
10225         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
10226         (mp3_type_frame_length_from_header), (mp3_type_find),
10227         (plugin_init):
10228           require mp3 typefinding to have at least MIN_HEADERS valid headers
10229           add typefinding for AAC adts files
10230
10231 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
10232
10233         * sys/ximage/ximagesink.c:
10234         (gst_ximagesink_calculate_pixel_aspect_ratio):
10235         * sys/xvimage/xvimagesink.c:
10236         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10237         Make sure we calculate pixel-aspect-ratio using floating point maths
10238
10239 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10240
10241         * po/uk.po:
10242           updated translation
10243
10244 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10245
10246         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
10248           add debugging for display PAR calculation
10249
10250 2004-08-02  David Schleef  <ds@schleef.org>
10251
10252         * configure.ac: Fix mikmod CFLAGS.
10253
10254 2004-07-27  Benjamin Otte  <otte@gnome.org>
10255
10256         * gst/audioscale/gstaudioscale.c:
10257         - fix templates to only support S16, it's the only format that works
10258         - make caps nego code use try_set_caps_nonfixed and fixation instead
10259         of try_set_caps twice, which is not nice for autopluggers
10260         - change rank to secondary, so autopluggers can pick it up after
10261         audioconvert
10262
10263 2004-08-02  Iain <iain@prettypeople.org>
10264
10265         * gst/interleave/interleave.c (interleave_init),
10266         (interleave_request_new_pad),
10267         (interleave_pad_removed),
10268         (interleave_buffered_loop): Use the real pad count, not the artificial
10269         one.
10270
10271 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10272
10273         * configure.ac: bump nano back to development
10274
10275 === release 0.8.3 ===
10276
10277 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10278
10279         * configure.ac: releasing 0.8.3, "Water"
10280
10281 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10282
10283         * sys/xvimage/xvimagesink.c:
10284         (gst_xvimagesink_calculate_pixel_aspect_ratio),
10285         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
10286         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
10287         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10288         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10289         * sys/xvimage/xvimagesink.h:
10290           apply similar PAR fixes as to ximagesink
10291
10292 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10293
10294         patch from: Benjamin Otte
10295
10296         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
10297           add link function to lame.  Fixes #148986.
10298
10299 2004-08-02  Johan Dahlin  <johan@gnome.org>
10300
10301         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
10302         fix debugging log
10303
10304 2004-07-30  David Schleef  <ds@schleef.org>
10305
10306         * gst/videomixer/Makefile.am: Fix things that should have been
10307         fixed in the last checkin.
10308
10309 2004-07-30  David Schleef  <ds@schleef.org>
10310
10311         * gst/multipart/Makefile.am: Fix things that should have been
10312         fixed in the last checkin.
10313
10314 2004-07-30  David Schleef  <ds@schleef.org>
10315
10316         * testsuite/multifilesink/Makefile.am: Fix unused variable.
10317
10318 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10319
10320         * configure.ac:
10321           bump nano for prerelease
10322         * po/af.po:
10323         * po/az.po:
10324         * po/cs.po:
10325         * po/en_GB.po:
10326         * po/hu.po:
10327         * po/nl.po:
10328         * po/sr.po:
10329         * po/sv.po:
10330         * po/uk.po:
10331           updates
10332
10333 2004-07-30  Wim Taymans  <wim@fluendo.com>
10334
10335         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10336         (gst_multifdsink_add), (gst_multifdsink_remove),
10337         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
10338         (gst_multifdsink_client_remove),
10339         (gst_multifdsink_handle_client_write),
10340         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
10341         * gst/tcp/gstmultifdsink.h:
10342         Recover from a select with a bad file descriptor by removing
10343         the client.
10344
10345 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10346
10347         * configure.ac:
10348           fix requirement of core
10349         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
10350         (gst_play_pipeline_setup):
10351           don't use colorspace element.  do use hermescolorspace element.
10352           make macro to get a colorspace element.
10353           mark strings for translation.
10354         * po/POTFILES.in:
10355           add play.c
10356         * po/af.po:
10357         * po/az.po:
10358         * po/cs.po:
10359         * po/en_GB.po:
10360         * po/hu.po:
10361         * po/nl.po:
10362         * po/sr.po:
10363         * po/sv.po:
10364         * po/uk.po:
10365           update translations
10366
10367 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10368
10369         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
10370         fix default for newmedia flag
10371
10372 2004-07-30  Wim Taymans  <wim@fluendo.com>
10373
10374         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
10375         (gst_theora_dec_init), (theora_get_formats),
10376         (theora_dec_src_convert), (theora_dec_sink_convert),
10377         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10378         (theora_dec_chain), (theora_dec_set_property),
10379         (theora_dec_get_property):
10380         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
10381         (gst_theora_enc_class_init), (gst_theora_enc_init),
10382         (theora_enc_sink_link), (theora_enc_chain),
10383         (theora_enc_set_property), (theora_enc_get_property):
10384         Added cropping option to theora decoder.
10385         Added border option to theora encoder.
10386
10387 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10388
10389         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10390         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10391         (gst_pngenc_set_property):
10392         * ext/libpng/gstpngenc.h:
10393         Added newmedia support to pngenc so now gst-launch-0.8 videotestsrc ! ffmpegcolorspace ! pngenc snapshot=false newmedia=true ! multifilesink location=blah%d.png works as expected
10394
10395 2004-07-30  Wim Taymans  <wim@fluendo.com>
10396
10397         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10398         (theora_enc_sink_link), (theora_enc_chain),
10399         (theora_enc_set_property), (theora_enc_get_property):
10400         Fix encoding of non-multiple-of-16 video.
10401
10402 2004-07-29  David Schleef  <ds@schleef.org>
10403
10404         * configure.ac: make test for audiofile more strict
10405
10406 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10407
10408         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10409           give different names to typefind functions
10410
10411 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10412
10413         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10414         (gst_ximagesink_calculate_pixel_aspect_ratio),
10415         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
10416         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
10417         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
10418         (gst_ximagesink_get_property), (gst_ximagesink_init):
10419         * sys/ximage/ximagesink.h:
10420           allocate PAR's dynamically.
10421           use autodetected PAR if no object-set PAR is given.
10422           add workaround for directfb's X not setting physical size.
10423           fix to xvimagesink will follow tomorrow.
10424
10425 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10426
10427         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
10428         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
10429         (gst_shout2send_get_type), (gst_shout2send_set_clock),
10430         (gst_shout2send_class_init), (gst_shout2send_init),
10431         (set_shout_metadata), (gst_shout2send_set_metadata),
10432         (gst_shout2send_chain), (gst_shout2send_set_property),
10433         (gst_shout2send_get_property), (gst_shout2send_connect),
10434         (gst_shout2send_change_state):
10435         * ext/shout2/gstshout2.h:
10436         - fix for sending mp3 audio to icecast2 server, if pad link function not
10437         called before PAUSED state
10438         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
10439         - added tagging support for mp3 audio broadcasted
10440         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
10441         debug info
10442
10443 2004-07-28  Wim Taymans  <wim@fluendo.com>
10444
10445         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10446         (gst_ogg_demux_push):
10447         Return query failure when we don't know the length of
10448         an ogg stream insteda of returning TRUE with a bogus value.
10449
10450 2004-07-28  Wim Taymans  <wim@fluendo.com>
10451
10452         * ext/theora/theoradec.c: (theora_get_formats),
10453         (theora_dec_src_convert), (theora_dec_sink_convert),
10454         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10455         (theora_dec_chain):
10456         Don't screw up the 1 Chroma for 1 luma sample situation when we
10457         have an odd offset/width by adding a black border in those cases.
10458
10459 2004-07-28  Wim Taymans  <wim@fluendo.com>
10460
10461         * ext/theora/theoradec.c: (theora_get_formats),
10462         (theora_dec_src_convert), (theora_dec_sink_convert),
10463         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10464         (theora_dec_chain):
10465         * ext/theora/theoraenc.c: (theora_enc_sink_link):
10466         Added first attempt at cropping of the image as required by the
10467         theora spec. We need more properties in the caps (offset_x,
10468         offset_y,stride) to implement this correctly.
10469
10470 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
10471
10472         * ext/dvdnav/README:
10473           Update the README to use dvddemux
10474         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10475           Ensure getcaps returns a subset of the template caps
10476         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
10477         (gst_mpeg2subt_init):
10478           Ensure getcaps returns a subset of the template caps
10479         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10480         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
10481         (gst_dvd_demux_get_subpicture_stream),
10482         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
10483         * gst/mpegstream/gstdvddemux.h:
10484           Set the explicit caps on the current_video pad before pushing
10485           anything
10486         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
10487         (gst_mpeg_demux_get_audio_stream):
10488           Free caps used to gst_pad_set_explicit_caps, which takes a const
10489           GstCaps *
10490
10491 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10492
10493         * configure.ac: update GStreamer requirement to 0.8.4 because of
10494           GstFraction.
10495
10496 2004-07-28  Wim Taymans  <wim@fluendo.com>
10497
10498         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10499         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
10500         Add the pad to the element after setting up the caps. This
10501         makes it a lot easier to autoplug.
10502
10503 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
10504
10505         * gst/median/gstmedian.c:
10506         * gst/mpeg2subt/gstmpeg2subt.c:
10507         * gst/mpegaudioparse/gstmpegaudioparse.c:
10508         * gst/mpegstream/gstdvddemux.c:
10509         * gst/mpegstream/gstmpegdemux.c:
10510         * gst/mpegstream/gstmpegpacketize.c:
10511         * gst/rtjpeg/gstrtjpeg.c:
10512         * gst/rtjpeg/gstrtjpegdec.c:
10513         * gst/rtjpeg/gstrtjpegenc.c:
10514         * gst/sine/gstsinesrc.c:
10515         * gst/smooth/gstsmooth.c:
10516         * gst/smpte/gstsmpte.c:
10517         * gst/smpte/gstsmpte.h:
10518         * gst/stereo/gststereo.c:
10519         * gst/videofilter/gstgamma.c:
10520         * gst/videofilter/gstvideobalance.c:
10521         * gst/videofilter/gstvideofilter.c:
10522         * gst/videofilter/gstvideoflip.c:
10523         * gst/videoscale/gstvideoscale.c:
10524         * gst/videoscale/videoscale.c:
10525         * gst/videotestsrc/gstvideotestsrc.c:
10526         * gst/videotestsrc/videotestsrc.c:
10527         * gst/wavenc/gstwavenc.c:
10528         * gst/wavparse/gstwavparse.c:
10529           fix local includes and 64 bits constants
10530
10531 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
10532
10533         * win32/gst.sln:
10534         * gst-libs/gst/*/*.vcproj:
10535         * gst/*/*.vcproj:
10536           more working plugins
10537
10538 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10539
10540         * testsuite/alsa/Makefile.am:
10541         * testsuite/alsa/srcstate.c:
10542         add test for alsasrc changing state
10543
10544 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10545
10546         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
10547         (gst_silence_get):
10548         * gst/silence/gstsilence.h:
10549         fix silence generation for 16bit raw audio
10550
10551 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10552
10553         * gst/matroska/matroska-demux.c:
10554         (gst_matroska_demux_parse_metadata),
10555         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
10556         * gst/mpegaudio/common.c:
10557         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10558         (gst_videoscale_getcaps), (gst_videoscale_link),
10559         (gst_videoscale_src_fixate), (gst_videoscale_init),
10560         (gst_videoscale_finalize):
10561         * gst/videoscale/gstvideoscale.h:
10562         * gst/videotestsrc/gstvideotestsrc.c:
10563         (gst_videotestsrc_get_capslist):
10564         * gst/wavenc/gstwavenc.c:
10565         * sys/oss/gstossmixer.c: (fill_labels):
10566         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10567         (gst_ximagesink_handle_xevents),
10568         (gst_ximagesink_calculate_pixel_aspect_ratio),
10569         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
10570         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
10571         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
10572         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10573         (gst_ximagesink_init), (gst_ximagesink_class_init):
10574         * sys/ximage/ximagesink.h:
10575         * sys/xvimage/xvimagesink.c:
10576         (gst_xvimagesink_calculate_pixel_aspect_ratio),
10577         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
10578         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
10579         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10580         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10581         * sys/xvimage/xvimagesink.h:
10582           first batch of pixel aspect ratio commits.
10583
10584 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10585
10586         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10587         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
10588         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
10589           handle stride, needs work if we want to move stride handling
10590           upstream, but works correctly for our purposes.
10591
10592 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10593
10594         * gst/videoscale/README:
10595           add testing examples
10596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
10597         (gst_videoscale_chain):
10598         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10599         (gst_videoscale_get_size):
10600           add get_size function that handles stride like videotestsrc.
10601           fixes conversion for YUV formats for as much as I can test them.
10602
10603 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10604
10605         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10606         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10608         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10609         (gst_xvimagesink_xvimage_put):
10610           further cleanups, logging, error handling and synchronizing
10611
10612 2004-07-27  Wim Taymans  <wim@fluendo.com>
10613
10614         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
10615         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
10616         (gst_videomixer_pad_set_property),
10617         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
10618         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
10619         (gst_videomixer_class_init), (gst_videomixer_init),
10620         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
10621         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
10622         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
10623         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
10624         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
10625         (gst_videomixer_loop), (plugin_init):
10626         Be a nicer negotiation citizen and provide a getcaps function on
10627         the srcpad. This also fixes a crash when resizing.
10628
10629 2004-07-27  Julien MOUTTE  <julien@moutte.net>
10630
10631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10632         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
10633
10634 2004-07-27  Wim Taymans  <wim@fluendo.com>
10635
10636         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
10637         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10638         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10639         (gst_pngenc_set_property):
10640         * ext/libpng/gstpngenc.h:
10641         Added snapshot property to pngenc.
10642         removed g_print from pngdec
10643
10644 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
10645
10646         * gst/ac3parse/ac3parse.vcproj
10647         * gst/adder/adder.vcproj
10648         * gst/alpha/alpha.vcproj
10649         * gst/alpha/alphacolor.vcproj
10650         * gst/asfdemux/asf.vcproj
10651         * gst/audioconvert/audioconvert.vcproj
10652         * gst/audiorate/audiorate.vcproj
10653         * gst/audioscale/audioscale.vcproj
10654         * gst/auparse/auparse.vcproj
10655         * gst/avi/avi.vcproj
10656         * gst/cdxaparse/cdxaparse.vcproj
10657         * gst/chart/chart.vcproj
10658         * gst/colorspace/colorspace.vcproj
10659         * gst/cutter/cutter.vcproj
10660         * gst/debug/debug.vcproj
10661         * gst/debug/efence.vcproj
10662         * gst/debug/navigationtest.vcproj
10663         * gst/deinterlace/deinterlace.vcproj
10664         * gst/effectv/effectv.vcproj
10665         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
10666         * gst/filter/filter.vcproj
10667         * gst/flx/flxdec.vcproj
10668         * gst/goom/goom.vcproj
10669         * gst/interleave/interleave.vcproj
10670         * gst/law/alaw.vcproj
10671         * gst/law/mulaw.vcproj
10672         * gst/matroska/matroska.vcproj
10673         * gst/median/median.vcproj
10674         * gst/mixmatrix/mixmatrix.vcproj
10675         * gst/mpeg1sys/mpeg1systemencode.vcproj
10676         * gst/mpeg1videoparse/mp1videoparse.vcproj
10677         * gst/mpeg2sub/mpeg2subt.vcproj
10678         * gst/mpegaudio/mpegaudio.vcproj
10679         * gst/mpegaudioparse/mpegaudioparse.vcproj
10680         * gst/mpegstream/mpegstream.vcproj
10681         * gst/multifilesink/multifilesink.vcproj
10682         * gst/multipart/multipart.vcproj
10683         * gst/oneton/oneton.vcproj
10684         * gst/overlay/overlay.vcproj
10685         * gst/passthrough/passthrough.vcproj
10686         * gst/qtdemux/qtdemux.vcproj
10687         * gst/realmedia/rmdemux.vcproj
10688         * gst/rtjpeg/rtjpeg.vcproj
10689         * gst/rtp/rtp.vcproj
10690         * gst/silence/silence.vcproj
10691         * gst/sine/sinesrc.vcproj
10692         * gst/smooth/smooth.vcproj
10693         * gst/smpte/smpte.vcproj
10694         * gst/spectrum/spectrum.vcproj
10695         * gst/speed/speed.vcproj
10696         * gst/stereo/stereo.vcproj
10697         * gst/switch/switch.vcproj
10698         * gst/tags/tagedit.vcproj
10699         * gst/tcp/tcp.vcproj
10700         * gst/typefind/typefindfunctions.vcproj
10701         * gst/udp/udp.vcproj
10702         * gst/videobox/videobox.vcproj
10703         * gst/videocrop/videocrop.vcproj
10704         * gst/videodrop/videodrop.vcproj
10705         * gst/videofilter/gamma.vcproj
10706         * gst/videofilter/videobalance.vcproj
10707         * gst/videofilter/videofilter.vcproj
10708         * gst/videofilter/videoflip.vcproj
10709         * gst/videoflip/videoflip.vcproj
10710         * gst/videomixer/videomixer.vcproj
10711         * gst/videorate/videorate.vcproj
10712         * gst/videoscale/videoscale.vcproj
10713         * gst/videotestsrc/videotestsrc.vcproj
10714         * gst/virtualdub/virtualdub.vcproj
10715         * gst/volenv/volenv.vcproj
10716         * gst/volume/volume.vcproj
10717         * gst/wavenc/wavenc.vcproj
10718         * gst/wavparse/wavparse.vcproj
10719         * gst/y4m/y4menc.vcproj
10720         * gst-libs/gst/audio/audio.vcproj
10721         * gst-libs/gst/audio/audiofilter.vcproj
10722         * gst-libs/gst/colorbalance/colorbalance.vcproj
10723         * gst-libs/gst/idct/idtc.vcproj
10724         * gst-libs/gst/media-info/media-info.vcproj
10725         * gst-libs/gst/mixer/mixer.vcproj
10726         * gst-libs/gst/navigation/navigation.vcproj
10727         * gst-libs/gst/play/play.vcproj
10728         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
10729         * gst-libs/gst/resample/resample.vcproj
10730         * gst-libs/gst/riff/riff.vcproj
10731         * gst-libs/gst/tuner/tuner.vcproj
10732         * gst-libs/gst/video/video.vcproj
10733         * gst-libs/gst/xoverlay/xoverlay.vcproj
10734           avoid problems with math.h, fix release dependancy
10735           rename GStreamer-0.8.lib to libgstreamer.lib
10736
10737 2004-07-27  Julien MOUTTE  <julien@moutte.net>
10738
10739         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
10740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
10741         the atom is not available we have to unlock the mutex. Fixes #148023
10742
10743 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10744
10745         * gst-libs/gst/media-info/media-info.h:
10746           issue for a vararg macro with MSVC
10747
10748 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10749
10750         * gst/effectv/effectv.vcproj
10751         * gst-libs/gst/idct/idct.vcproj:
10752         * gst-libs/gst/media-info/media-info.vcproj:
10753         * gst-libs/gst/navigation/navigation.vcproj:
10754         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
10755         * gst-libs/gst/video/video.vcproj:
10756         * gst-libs/gst/xoverlay/xoverlay.vcproj:
10757           fixes for build problems
10758
10759 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10760
10761         * gst-libs/gst/audio/audio.def:
10762         * gst-libs/gst/audio/riff.def:
10763           add some definitions needed by plugins
10764
10765 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10766
10767         * gst/asfdemux/gstasfmux.c
10768           Fix some 64 bits constants to be glib friendly
10769
10770 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10771
10772         * gst/ac3parse/gstac3parse.c
10773         * gst/audioscale/gstaudioscale.c
10774         * gst/auparse/gstauparse.c
10775         * gst/colorspace/gstcolorspace.c
10776         * gst/colorspace/yuv2rgb.h
10777           local include fixes
10778
10779 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10780
10781         * win32/gst.sln
10782           add more plugins to the build
10783
10784 2004-07-26  Julien MOUTTE  <julien@moutte.net>
10785
10786         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10787         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
10788
10789 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10790
10791         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
10792         (gst_level_set_property), (gst_level_get_property),
10793         (gst_level_base_init), (gst_level_class_init):
10794           add debugging categories.  cleanups.
10795
10796 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10797
10798         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10799         (gst_videoscale_planar411), (gst_videoscale_planar400),
10800         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
10801         (gst_videoscale_scale_nearest_str1),
10802         (gst_videoscale_scale_nearest_str2),
10803         (gst_videoscale_scale_nearest_str4),
10804         (gst_videoscale_scale_nearest_16bit),
10805         (gst_videoscale_scale_nearest_24bit):
10806           fixed stride issues
10807           tested with 320x240 -> 321, 322, 324 x240
10808           tested with YV12, I420, YUY2, UYVY
10809           fixed packed422rev (don't think it could have worked before)
10810           by testing with UYVY
10811
10812 2004-07-26  Benjamin Otte  <otte@gnome.org>
10813
10814         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
10815         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
10816         (plugin_init):
10817           add debugging category, add error checks like checking return values
10818           of setup calls, make sure it still works after
10819           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
10820
10821 2004-07-26  Wim Taymans  <wim@fluendo.com>
10822
10823         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
10824         (gst_mpeg_demux_get_audio_stream),
10825         (gst_mpeg_demux_process_private):
10826         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
10827         Check for error codes from the negotiation functions. Make sure
10828         we really set the pad caps when a new pad is created.
10829
10830 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10831
10832         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10833         (gst_ffmpeg_caps_to_pix_fmt):
10834         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10835         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10836         (gst_ffmpegcolorspace_pad_link):
10837           don't make function do two things at the same time without reason.
10838
10839 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10840
10841         * gst/ac3parse/ac3parse.vcproj
10842         * gst/adder/adder.vcproj
10843         * gst/alpha/alpha.vcproj
10844         * gst/alpha/alphacolor.vcproj
10845         * gst/asfdemux/asf.vcproj
10846         * gst/audioconvert/audioconvert.vcproj
10847         * gst/audiorate/audiorate.vcproj
10848         * gst/audioscale/audioscale.vcproj
10849         * gst/auparse/auparse.vcproj
10850         * gst/avi/avi.vcproj
10851         * gst/cdxaparse/cdxaparse.vcproj
10852         * gst/chart/chart.vcproj
10853         * gst/colorspace/colorspace.vcproj
10854         * gst/cutter/cutter.vcproj
10855         * gst/debug/debug.vcproj
10856         * gst/debug/efence.vcproj
10857         * gst/debug/navigationtest.vcproj
10858         * gst/deinterlace/deinterlace.vcproj
10859         * gst/effectv/effectv.vcproj
10860         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
10861         * gst/filter/filter.vcproj
10862         * gst/flx/flxdec.vcproj
10863         * gst/goom/goom.vcproj
10864         * gst/interleave/interleave.vcproj
10865         * gst/law/alaw.vcproj
10866         * gst/law/mulaw.vcproj
10867         * gst/matroska/matroska.vcproj
10868         * gst/median/median.vcproj
10869         * gst/mixmatrix/mixmatrix.vcproj
10870         * gst/mpeg1sys/mpeg1systemencode.vcproj
10871         * gst/mpeg1videoparse/mp1videoparse.vcproj
10872         * gst/mpeg2sub/mpeg2subt.vcproj
10873         * gst/mpegaudio/mpegaudio.vcproj
10874         * gst/mpegaudioparse/mpegaudioparse.vcproj
10875         * gst/mpegstream/mpegstream.vcproj
10876         * gst/multifilesink/multifilesink.vcproj
10877         * gst/multipart/multipart.vcproj
10878         * gst/oneton/oneton.vcproj
10879         * gst/overlay/overlay.vcproj
10880         * gst/passthrough/passthrough.vcproj
10881         * gst/qtdemux/qtdemux.vcproj
10882         * gst/realmedia/rmdemux.vcproj
10883         * gst/rtjpeg/rtjpeg.vcproj
10884         * gst/rtp/rtp.vcproj
10885         * gst/silence/silence.vcproj
10886         * gst/sine/sinesrc.vcproj
10887         * gst/smooth/smooth.vcproj
10888         * gst/smpte/smpte.vcproj
10889         * gst/spectrum/spectrum.vcproj
10890         * gst/speed/speed.vcproj
10891         * gst/stereo/stereo.vcproj
10892         * gst/switch/switch.vcproj
10893         * gst/tags/tagedit.vcproj
10894         * gst/tcp/tcp.vcproj
10895         * gst/typefind/typefindfunctions.vcproj
10896         * gst/udp/udp.vcproj
10897         * gst/videobox/videobox.vcproj
10898         * gst/videocrop/videocrop.vcproj
10899         * gst/videodrop/videodrop.vcproj
10900         * gst/videofilter/gamma.vcproj
10901         * gst/videofilter/videobalance.vcproj
10902         * gst/videofilter/videofilter.vcproj
10903         * gst/videofilter/videoflip.vcproj
10904         * gst/videoflip/videoflip.vcproj
10905         * gst/videomixer/videomixer.vcproj
10906         * gst/videorate/videorate.vcproj
10907         * gst/videoscale/videoscale.vcproj
10908         * gst/videotestsrc/videotestsrc.vcproj
10909         * gst/virtualdub/virtualdub.vcproj
10910         * gst/volenv/volenv.vcproj
10911         * gst/volume/volume.vcproj
10912         * gst/wavenc/wavenc.vcproj
10913         * gst/wavparse/wavparse.vcproj
10914         * gst/y4m/y4menc.vcproj
10915           more plugins supported under windows
10916
10917 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10918
10919         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10920         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
10921         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
10922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10923         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
10924           Add debugging statements.  Use the sizes as returned by the
10925           *CreateImage calls.
10926
10927 2004-07-26  Johan Dahlin  <johan@gnome.org>
10928
10929         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
10930         the pad is negotiated.
10931
10932         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
10933
10934 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10935
10936         * gst-libs/gst/colorbalance/colorbalance.vcproj:
10937         * gst-libs/gst/idct/idct.vcproj:
10938         * gst-libs/gst/media-info/media-info.vcproj:
10939         * gst-libs/gst/mixer/mixer.vcproj:
10940         * gst-libs/gst/navigation/navigation.vcproj:
10941         * gst-libs/gst/play/play.vcproj:
10942         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
10943         * gst-libs/gst/resample/resample.vcproj:
10944         * gst-libs/gst/tuner/tuner.vcproj:
10945         * gst-libs/gst/video/video.vcproj:
10946         * gst-libs/gst/xoverlay/xoverlay.vcproj:
10947           more plugins supported under windows
10948
10949 2004-07-25 Iain <iain@prettypeople.org>
10950
10951         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
10952         pad now rather than when the pad is created because state changes wipe
10953         explicit caps (fixes #148043).
10954
10955 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
10956
10957         reviewed by Benjamin Otte  <otte@gnome.org>
10958
10959         * ext/mad/gstmad.c:
10960           fix mad plugin crashing on Sun (fixes #148289)
10961
10962 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10963
10964         * gst/avi/avi.def:
10965         * gst/avi/avi.vcproj:
10966         * gst/matroska/matroska.def:
10967         * gst/matroska/matroska.vcproj:
10968           remove unused .def files
10969
10970 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10971
10972         * gst-libs/gst/audio/gstaudiofilter.c:
10973           Clean the local include
10974
10975 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10976
10977         * win32/gst.sln:
10978         * gst-libs/gst/audio/audio.def:
10979         * gst-libs/gst/audio/audio.vcproj:
10980         * gst-libs/gst/audio/audiofilter.vcproj:
10981         * gst-libs/gst/audio/riff.def:
10982         * gst-libs/gst/audio/riff.vcproj:
10983         * gst-libs/gst/gst-libs.def:
10984         * gst-libs/gst/gst-libs.vcproj:
10985         * gst/avi/avi.vcproj:
10986         * gst/avi/avi.vcproj:
10987           Copy the files where needed after building, cleaner projects
10988
10989 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10990
10991         * gst/matroska/ebml-write.c:
10992           Fix some 64 bits constants to be glib friendly
10993
10994 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
10995
10996         * win32/gst.sln:
10997         * gst-libs/gst/gst-libs.def:
10998         * gst-libs/gst/gst-libs.vcproj:
10999         * gst/matroska/matroska.def:
11000         * gst/matroska/matroska.vcproj:
11001           Add the preliminary canvas to build plugins on Win32
11002
11003 2004-07-23  Benjamin Otte  <otte@gnome.org>
11004
11005         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11006           don't enfore negotiation from source side, it breaks
11007           sinesrc ! audioconvert ! osssink
11008
11009 2004-07-22  David Schleef  <ds@schleef.org>
11010
11011         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
11012         for ELF files, since they can easily be recognized as audio/mpeg.
11013         (bug #147441)
11014
11015 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11016
11017         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
11018         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
11019         (gst_videoscale_scale_nearest_24bit),
11020         (gst_videoscale_scale_nearest_16bit):
11021           fix 16bit and 24bit for stride (24bit might need testing)
11022           don't pretend we do more than one algorithm
11023
11024 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11025
11026         * configure.ac:
11027         * gst/Makefile.am:
11028         * gst/multifilesink/Makefile.am:
11029         * gst/multifilesink/gstmultifilesink.c:
11030         (gst_multifilesink_get_formats),
11031         (gst_multifilesink_get_query_types), (_do_init),
11032         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
11033         (gst_multifilesink_init), (gst_multifilesink_dispose),
11034         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
11035         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
11036         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
11037         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
11038         (gst_multifilesink_chain), (gst_multifilesink_change_state),
11039         (gst_multifilesink_uri_get_type),
11040         (gst_multifilesink_uri_get_protocols),
11041         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
11042         (gst_multifilesink_uri_handler_init), (plugin_init):
11043         * gst/multifilesink/gstmultifilesink.h:
11044         * testsuite/Makefile.am:
11045         * testsuite/multifilesink/Makefile.am:
11046         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
11047         (gst_newmedia_class_init), (gst_newmedia_init),
11048         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11049         (newfile_signal), (test_signal), (main):
11050         multifilesink plugin for creating new files every time a new media
11051         discontinuity event occurs
11052
11053 2004-07-22  Wim Taymans  <wim@fluendo.com>
11054
11055         * gst/alpha/Makefile.am:
11056         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
11057         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
11058         (gst_alpha_color_init), (gst_alpha_color_set_property),
11059         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
11060         (transform), (gst_alpha_color_chain),
11061         (gst_alpha_color_change_state), (plugin_init):
11062         Stupid plugin to to RGBA to AYUV conversion because none of
11063         the colorspace plugins can handle that yet.
11064
11065 2004-07-22  Wim Taymans  <wim@fluendo.com>
11066
11067         * examples/seeking/seek.c: (update_scale), (main):
11068         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11069         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
11070         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11071         (gst_decode_bin_init), (gst_decode_bin_dispose),
11072         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11073         (no_more_pads), (close_link), (type_found),
11074         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11075         (plugin_init):
11076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11077         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11078         (gst_play_base_bin_dispose), (queue_overrun),
11079         (gen_preroll_element), (remove_prerolls), (unknown_type),
11080         (no_more_pads), (new_stream), (setup_source),
11081         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11082         (play_base_eos), (gst_play_base_bin_change_state),
11083         (gst_play_base_bin_add_element),
11084         (gst_play_base_bin_remove_element),
11085         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11086         (gst_play_base_bin_unlink_stream),
11087         (gst_play_base_bin_get_streaminfo):
11088         * gst/playback/gstplaybin.c: (gen_video_element),
11089         (gen_audio_element):
11090         * gst/playback/gststreaminfo.h:
11091         More playback updates, attempt to fix things after the state change
11092         breakage.
11093
11094 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11095
11096         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
11097         (gst_videoscale_scale_nearest_16bit):
11098           comment algorithm
11099
11100 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11101
11102         * gst/videotestsrc/gstvideotestsrc.c:
11103         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
11104         (gst_videotestsrc_init), (gst_videotestsrc_get),
11105         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
11106         (gst_videotestsrc_get_property):
11107         * gst/videotestsrc/gstvideotestsrc.h:
11108         * gst/videotestsrc/videotestsrc.c:
11109         * gst/videotestsrc/videotestsrc.h:
11110           cleanup and commenting
11111
11112 2004-07-21  Wim Taymans  <wim@fluendo.com>
11113
11114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
11115         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
11116         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
11117         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
11118         (_find_chain_get_unknown_part), (_find_streams_check),
11119         (gst_ogg_demux_push), (gst_ogg_pad_push):
11120         * ext/theora/theoradec.c: (theora_get_formats),
11121         (theora_dec_src_convert), (theora_dec_sink_convert),
11122         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11123         (theora_dec_chain):
11124         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
11125         (vorbis_dec_convert), (vorbis_dec_src_query),
11126         (vorbis_dec_src_event), (vorbis_dec_event):
11127         More seeking fixes, oggdemux now supports seeking to time and
11128         uses the downstream element to convert granulepos to time.
11129         Seeking in theora-only ogg files now works.
11130
11131 2004-07-21  Wim Taymans  <wim@fluendo.com>
11132
11133         * ext/theora/theoradec.c: (gst_theora_dec_init),
11134         (theora_get_formats), (theora_get_event_masks),
11135         (theora_get_query_types), (theora_dec_src_convert),
11136         (theora_dec_sink_convert), (theora_dec_src_query),
11137         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11138         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
11139         (vorbis_get_event_masks), (vorbis_get_query_types),
11140         (gst_vorbis_dec_init), (vorbis_dec_convert),
11141         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
11142         Added query/convert/formats functions to vorbis and theora decoders
11143         so that the outside world can use them too. Fixed seeking on an
11144         ogg/theora/vorbis file by disabling the seeking seeking on the
11145         theora srcpad.
11146
11147 2004-07-21  Julien MOUTTE  <julien@moutte.net>
11148
11149         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11150         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
11151         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
11152         images creation for both elements. We don't create the image on caps
11153         nego or renego, we just destroy the internal one if present if it does
11154         not match the needs. The chain function takes care of creating a new
11155         image when needed.
11156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11157         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
11158         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
11159         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
11160         the image format information. The buffer pool checks for the context
11161         image format and discard images with different formats.
11162         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
11163
11164 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11165
11166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11167         (gst_ffmpegcolorspace_chain):
11168           no point in doing any chaining if the pad we want to push from
11169           isn't usable.
11170
11171 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11172
11173         * gst-libs/gst/riff/riff-media.c:
11174         (gst_riff_create_audio_caps_with_data):
11175           Fix double end-to-native symbol conversion (#148021).
11176
11177 2004-07-20  David Schleef  <ds@schleef.org>
11178
11179         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
11180         Don't use an Atom that doesn't exist.
11181
11182 2004-07-20  Wim Taymans  <wim@fluendo.com>
11183
11184         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11185         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11186         (gst_multifdsink_client_remove),
11187         (gst_multifdsink_handle_client_write),
11188         (gst_multifdsink_queue_buffer):
11189         * gst/tcp/gstmultifdsink.h:
11190         More multifdsink stats. Avoid deadlock by releasing locks
11191         before sending out a signal.
11192
11193 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11194
11195         * po/LINGUAS:
11196         * po/hu.po:
11197           added Hungarian translation (Laszlo Dvornik)
11198
11199 2004-07-20  Wim Taymans  <wim@fluendo.com>
11200
11201         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11202         (gst_multifdsink_add), (gst_multifdsink_client_remove),
11203         (gst_multifdsink_handle_client_write),
11204         (gst_multifdsink_queue_buffer):
11205         * gst/tcp/gsttcp-marshal.list:
11206         Fixed the stupid marshal definition.
11207
11208 2004-07-20  Wim Taymans  <wim@fluendo.com>
11209
11210         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11211         (gst_multifdsink_init), (gst_multifdsink_add),
11212         (gst_multifdsink_client_remove),
11213         (gst_multifdsink_handle_client_write),
11214         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
11215         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
11216         (gst_multifdsink_init_send):
11217         * gst/tcp/gstmultifdsink.h:
11218         Added more stats, added timeout for a client, fixed some typos
11219         and added some comments.
11220
11221 2004-07-20  Wim Taymans  <wim@fluendo.com>
11222
11223         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11224         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11225         (gst_multifdsink_client_remove),
11226         (gst_multifdsink_handle_client_write):
11227         * gst/tcp/gstmultifdsink.h:
11228         * gst/tcp/gsttcp-marshal.list:
11229         Added get_stats method that returns a GValueArray of
11230         stats values.
11231
11232 2004-07-19  Benjamin Otte  <otte@gnome.org>
11233
11234         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
11235           make sure longname, description and author are valid UTF-8
11236
11237 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11238
11239         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
11240         (gst_ximagesink_set_property):
11241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
11242         (gst_xvimagesink_set_property):
11243           make sure SYNCHRONOUS is respected after getting the X context
11244
11245 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11246
11247         * gst/matroska/matroska-demux.c:
11248         (gst_matroska_demux_handle_src_event),
11249         (gst_matroska_demux_parse_blockgroup):
11250         * gst/matroska/matroska-ids.h:
11251           add BlockReference tag and ignore it to clear out log.
11252           ignore NAVIGATION events to clear out log.
11253
11254 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11255
11256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
11257         (gst_matroska_demux_add_stream):
11258         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
11259           add debug categories
11260
11261 2004-07-16  Wim Taymans  <wim@fluendo.com>
11262
11263         * ext/libpng/Makefile.am:
11264         * ext/libpng/gstpng.c: (plugin_init):
11265         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
11266         (gst_pngdec_get_type), (gst_pngdec_base_init),
11267         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
11268         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
11269         * ext/libpng/gstpngdec.h:
11270         Added png decoder.
11271
11272 2004-07-16  Julien MOUTTE  <julien@moutte.net>
11273
11274         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
11275         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11276         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
11277         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
11278         (gst_ximagesink_buffer_alloc):
11279         * sys/ximage/ximagesink.h:
11280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11281         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
11282         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11283         (gst_xvimagesink_buffer_alloc):
11284         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
11285         again. Using internal data pointer of the x(v)image to store image's
11286         data to be coherent with the buffer alloc mechanism. Investigated the
11287         image destruction code to be sure that everything gets freed correctly.
11288
11289 2004-07-16  Wim Taymans  <wim@fluendo.com>
11290
11291         * gst-libs/gst/riff/riff-read.c:
11292         (gst_riff_read_strf_vids_with_data),
11293         (gst_riff_read_strf_auds_with_data):
11294         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11295         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
11296         Make sure we don't create 0 sized subbuffers in riff-read.
11297         Signal the no more pads signal after reading the avi header.
11298
11299 2004-07-16  Wim Taymans  <wim@fluendo.com>
11300
11301         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11302         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
11303         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11304         (gst_decode_bin_init), (gst_decode_bin_dispose),
11305         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11306         (no_more_pads), (close_link), (type_found),
11307         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11308         (gst_decode_bin_change_state), (plugin_init):
11309         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11310         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11311         (gst_play_base_bin_dispose), (queue_overrun),
11312         (gen_preroll_element), (remove_prerolls), (unknown_type),
11313         (no_more_pads), (new_stream), (setup_source),
11314         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
11315         (play_base_eos), (gst_play_base_bin_change_state),
11316         (gst_play_base_bin_add_element),
11317         (gst_play_base_bin_remove_element),
11318         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11319         (gst_play_base_bin_unlink_stream),
11320         (gst_play_base_bin_get_streaminfo):
11321         * gst/playback/gstplaybasebin.h:
11322         Better error recovery. Added configurable preroll queue size. Faster
11323         detection of no-more-pads.
11324
11325 2004-07-16  Wim Taymans  <wim@fluendo.com>
11326
11327         * gst-libs/gst/video/video.h:
11328         Added 32 bits RGBA. Not sure if we should use another mime-type
11329         for alpha rgb. Currently the presence of the alpha_mask property
11330         signals an alpha channel.
11331
11332 2004-07-16  Wim Taymans  <wim@fluendo.com>
11333
11334         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11336         FPS seems to be 0.0 to MAX everywhere else.
11337
11338 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11339
11340         * gst-libs/gst/riff/riff-media.c:
11341         (gst_riff_create_video_caps_with_data):
11342           mp42/mp43 (no caps) exist too.
11343         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11344           Set pixel_width/height; we've got them in-caps.
11345         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11346         * gst/wavparse/gstwavparse.c: (plugin_init):
11347           Both are valid primary.
11348         * sys/oss/gstossmixer.c:
11349           Remove i18n hack and enable translations.
11350
11351 2004-07-15  Benjamin Otte  <otte@gnome.org>
11352
11353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11354         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11355           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
11356
11357 2004-07-15  Benjamin Otte  <otte@gnome.org>
11358
11359         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
11360         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
11361         (gst_alsa_close_audio):
11362           disable some of the debugging code for now. Writing debugging to a
11363           buffer is broken in current alsalib releases.
11364
11365 2004-07-12  Benjamin Otte  <otte@gnome.org>
11366
11367         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
11368           use bufferpools
11369
11370 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11371
11372         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11373         (theora_dec_src_query), (theora_dec_event):
11374         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
11375           add debugging categories.  Remove \n's.
11376
11377 2004-07-13  Johan Dahlin  <johan@gnome.org>
11378
11379         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
11380         (gst_play_bin_get_property): Impl.
11381
11382 2004-07-13  Wim Taymans  <wim@fluendo.com>
11383
11384         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
11385         When trying to find the stream length, seek back N pages
11386         instead of just one, where N is the number of streams in
11387         the current chain.
11388
11389 2004-07-13  Wim Taymans  <wim@fluendo.com>
11390
11391         * gst-libs/gst/riff/riff-media.c:
11392         (gst_riff_create_audio_caps_with_data),
11393         (gst_riff_create_audio_caps),
11394         (gst_riff_create_audio_template_caps):
11395         * gst-libs/gst/riff/riff-media.h:
11396         * gst-libs/gst/riff/riff-read.c:
11397         (gst_riff_read_strf_vids_with_data),
11398         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
11399         * gst-libs/gst/riff/riff-read.h:
11400         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11401         (gst_avi_demux_add_stream):
11402         Set codec_data on caps for avidemuxer.
11403
11404 2004-07-12  David Schleef  <ds@schleef.org>
11405
11406         * configure.ac: Fix test for Objective C
11407
11408 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
11409         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11410         (gst_gdk_pixbuf_chain):
11411           Add svg and pcx to template caps, and ensure that getcaps returns a
11412           subset of the template caps.
11413           Copy each row manually for output, as gdkpixbuf may pad the
11414           rowstride to a 32-bit word boundary.
11415
11416 2004-07-12  Wim Taymans  <wim@fluendo.com>
11417
11418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11419         (gst_riff_create_video_template_caps):
11420         Fix the template caps to include some more media types.
11421
11422 2004-07-12  Wim Taymans  <wim@fluendo.com>
11423
11424         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11425         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11426         (compare_ranks), (print_feature), (gst_decode_bin_init),
11427         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
11428         (try_to_link_1), (new_pad), (close_link), (type_found),
11429         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11430         (gst_decode_bin_change_state), (plugin_init):
11431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11432         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11433         (gst_play_base_bin_dispose), (queue_overrun),
11434         (gen_preroll_element), (remove_prerolls), (no_more_pads),
11435         (new_stream), (setup_source), (gst_play_base_bin_set_property),
11436         (gst_play_base_bin_get_property), (play_base_eos),
11437         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11438         (gst_play_base_bin_remove_element),
11439         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11440         (gst_play_base_bin_unlink_stream),
11441         (gst_play_base_bin_get_streaminfo):
11442         * gst/playback/gstplaybasebin.h:
11443         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11444         (gst_play_bin_class_init), (gst_play_bin_init),
11445         (gst_play_bin_dispose), (gst_play_bin_set_property),
11446         (gst_play_bin_get_property), (gen_video_element),
11447         (gen_audio_element), (remove_sinks), (setup_sinks),
11448         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
11449         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11450         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11451         (gst_play_bin_query), (plugin_init):
11452         * gst/playback/test4.c: (main):
11453         More fixes on reusing of the element.
11454
11455 2004-07-11  Benjamin Otte  <otte@gnome.org>
11456
11457         * ext/mad/gstmad.c: (normal_seek):
11458           allow seeking for other methods than just SET
11459
11460 2004-07-11  Andy Wingo  <wingo@pobox.com>
11461
11462         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
11463         float, "any" caps -> buffer_frames=[0,MAX].
11464
11465         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
11466         doesn't intersect our caps with the template any more. Do it
11467         ourselves.
11468         (interleave_buffered_loop): Use g_newa instead of malloc/free.
11469
11470 2004-07-09  Wim Taymans  <wim@fluendo.com>
11471
11472         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11473         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11474         (compare_ranks), (print_feature), (gst_decode_bin_init),
11475         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
11476         (try_to_link_1), (new_pad), (close_link), (type_found),
11477         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11478         (gst_decode_bin_change_state), (plugin_init):
11479         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11480         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11481         (gst_play_base_bin_dispose), (queue_overrun),
11482         (gen_preroll_element), (remove_prerolls), (no_more_pads),
11483         (new_stream), (setup_source), (gst_play_base_bin_set_property),
11484         (gst_play_base_bin_get_property), (play_base_eos),
11485         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11486         (gst_play_base_bin_remove_element),
11487         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11488         (gst_play_base_bin_unlink_stream),
11489         (gst_play_base_bin_get_streaminfo):
11490         * gst/playback/gstplaybasebin.h:
11491         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11492         (gst_play_bin_class_init), (gst_play_bin_init),
11493         (gst_play_bin_dispose), (gst_play_bin_set_property),
11494         (gst_play_bin_get_property), (gen_video_element),
11495         (gen_audio_element), (remove_sinks), (setup_sinks),
11496         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
11497         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11498         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11499         (gst_play_bin_query), (plugin_init):
11500         * gst/playback/test4.c: (main):
11501         Work on object reuse and seeking.
11502
11503 2004-07-09  Wim Taymans  <wim@fluendo.com>
11504
11505         * examples/seeking/seek.c: (iterate):
11506         Don't consume all CPU in the idle loop.
11507
11508 2004-07-09  Wim Taymans  <wim@fluendo.com>
11509
11510         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
11511         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
11512         Add pad to element *after* setting the pad functions so that
11513         the scheduler can use the correct ones.
11514
11515 2004-07-09  Wim Taymans  <wim@fluendo.com>
11516
11517         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
11518         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
11519         Sync to keyframe after seek
11520
11521 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11522
11523         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11524         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11525         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
11526         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
11527         * ext/libvisual/visual.c: (gst_visual_change_state):
11528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
11529         * ext/theora/theoradec.c: (theora_dec_change_state):
11530         * ext/theora/theoraenc.c: (theora_enc_change_state):
11531         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
11532         * gst-libs/gst/navigation/navigation.c:
11533         * gst/adder/gstadder.c: (gst_adder_change_state):
11534         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11535         (gst_audio_convert_get_buffer):
11536         * gst/multipart/multipartdemux.c:
11537         (gst_multipart_demux_change_state):
11538         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11539         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11540         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11541         * gst/videoscale/gstvideoscale.c:
11542         (gst_videoscale_handle_src_event):
11543         * gst/volume/gstvolume.c: (volume_chain_int16):
11544           don't assert in state change, this should be done by the base
11545           GstElement class.
11546           various debugging fixes.
11547
11548 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11549
11550         * configure.ac:
11551         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
11552         (gst_play_dispose), (gst_play_set_location),
11553         (gst_play_set_data_src), (gst_play_set_video_sink),
11554         (gst_play_set_audio_sink), (gst_play_set_visualization),
11555         (gst_play_connect_visualization), (gst_play_get_sink_element),
11556         (gst_play_get_all_by_interface):
11557         * gst-libs/gst/play/play.h:
11558           add new method to get elements implementing an interface.
11559           add various error logging
11560
11561 2004-07-08  Wim Taymans  <wim@fluendo.com>
11562
11563         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
11564         (make_mpeg_pipeline), (make_mpegnt_pipeline),
11565         (make_playerbin_pipeline), (query_durations_elems),
11566         (query_durations_pads), (query_positions_elems),
11567         (query_positions_pads), (update_scale), (iterate), (stop_seek),
11568         (main):
11569         Added playbin seeking example.
11570
11571 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11572
11573         * gst-libs/gst/play/play.c: (gst_play_set_location),
11574         (gst_play_set_data_src), (gst_play_set_video_sink),
11575         (gst_play_set_audio_sink), (gst_play_set_visualization),
11576         (gst_play_connect_visualization), (gst_play_get_framerate):
11577           use a macro to look up elements from hash table
11578
11579 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11580
11581         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
11582         (gst_play_get_length_callback), (gst_play_set_location),
11583         (gst_play_seek_to_time), (gst_play_set_data_src),
11584         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11585         (gst_play_set_visualization), (gst_play_connect_visualization),
11586         (gst_play_get_sink_element):
11587         - add debugging info
11588         - fix looking up sink elements by iterating over complete caps
11589         - put everything except for source and autoplugger in a complete bin
11590
11591 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11592
11593         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
11594         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
11595         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
11596         (gst_alsa_sink_write), (gst_alsa_sink_loop):
11597         * ext/alsa/gstalsasink.h:
11598         - add debugging info
11599         - clean up schizophrenia of data/buffer/event
11600         - fix double event unref error
11601
11602 2004-07-08  Wim Taymans  <wim@fluendo.com>
11603
11604         * gst/playback/Makefile.am:
11605         Add headers to noinst
11606
11607 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11608
11609         * tools/gst-launch-ext-m.m:
11610         * tools/gst-launch-ext.1.in:
11611           convert to the third millenium
11612
11613 2004-07-07  David Schleef  <ds@schleef.org>
11614
11615         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
11616
11617 2004-07-07  Wim Taymans  <wim@fluendo.com>
11618
11619         * gst/playback/Makefile.am:
11620         * gst/playback/README:
11621         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11622         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11623         (compare_ranks), (print_feature), (gst_decode_bin_init),
11624         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
11625         (try_to_link_1), (new_pad), (close_link), (type_found),
11626         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11627         (plugin_init):
11628         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11629         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11630         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
11631         (gen_preroll_element), (no_more_pads), (new_stream),
11632         (setup_source), (gst_play_base_bin_set_property),
11633         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
11634         (gst_play_base_bin_add_element),
11635         (gst_play_base_bin_remove_element),
11636         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11637         (gst_play_base_bin_unlink_stream),
11638         (gst_play_base_bin_get_streaminfo):
11639         * gst/playback/gstplaybasebin.h:
11640         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11641         (gst_play_bin_class_init), (gst_play_bin_init),
11642         (gst_play_bin_dispose), (gst_play_bin_set_property),
11643         (gst_play_bin_get_property), (gen_video_element),
11644         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
11645         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11646         (gst_play_bin_get_formats), (gst_play_bin_convert),
11647         (gst_play_bin_get_query_types), (gst_play_bin_query),
11648         (plugin_init):
11649         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11650         (gst_stream_info_get_type), (gst_stream_info_class_init),
11651         (gst_stream_info_init), (gst_stream_info_new),
11652         (gst_stream_info_dispose), (gst_stream_info_set_property),
11653         (gst_stream_info_get_property):
11654         * gst/playback/gststreaminfo.h:
11655         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
11656         (main):
11657         * gst/playback/test2.c: (main):
11658         * gst/playback/test3.c: (update_scale), (main):
11659         More playbin fixes. Added README. Do better element filtering.
11660         Added base class to preroll media. Added test apps.
11661
11662 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11663
11664         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
11665         * ext/mpeg2dec/gstmpeg2dec.h:
11666           various debugging improvements.  Reset stream to next picture
11667           instead of sequence header, otherwise seeks cannot work.
11668
11669 2004-07-07  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
11672         (gst_video_box_class_init), (gst_video_box_set_property),
11673         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
11674         Use pad_alloc where possible.
11675
11676 2004-07-07  Wim Taymans  <wim@fluendo.com>
11677
11678         * sys/oss/gstosselement.c: (gst_osselement_reset),
11679         (gst_osselement_parse_caps):
11680         * sys/oss/gstosselement.h:
11681         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11682         Fix offset on osssrc.
11683
11684 2004-07-07  Wim Taymans  <wim@fluendo.com>
11685
11686         * ext/theora/theora.c: (plugin_init):
11687         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
11688         (theora_dec_src_query), (theora_dec_chain):
11689         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11690         (theora_enc_sink_link), (theora_buffer_from_packet),
11691         (theora_push_packet), (theora_enc_chain):
11692         Fix theora granulepos calculation.
11693         Fix overflow in duration/position calculation.
11694         Bump rank to PRIMARY for theoradec.
11695         Use granulepos of last packet to calculate position.
11696         Set keyframe flag on buffers when needed.
11697
11698 2004-07-06  David Schleef  <ds@schleef.org>
11699
11700         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
11701         serious?  (Fixed, obviously.)
11702
11703 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11704
11705         * po/LINGUAS:
11706         * po/cs.po:
11707           added Czech translation (Miloslav Trmac)
11708
11709 2004-07-05  Wim Taymans  <wim@fluendo.com>
11710
11711         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11712         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11713         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
11714         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11715         (close_link), (type_found), (gst_decode_bin_set_property),
11716         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
11717         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
11718         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
11719         (gst_decode_bin_query), (plugin_init):
11720         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11721         (gst_play_bin_class_init), (gst_play_bin_init),
11722         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
11723         (get_video_element), (new_pad), (setup_source),
11724         (gst_play_bin_set_property), (gst_play_bin_get_property),
11725         (gst_play_bin_change_state), (gst_play_bin_add_element),
11726         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
11727         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11728         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11729         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
11730         * gst/playback/test.c: (main):
11731         More fixes, cleaned up playbin, make it use decodebin. Added
11732         threaded property to playbin.
11733
11734 2004-07-05  Wim Taymans  <wim@fluendo.com>
11735
11736         * configure.ac:
11737         * gst/playback/Makefile.am:
11738         * gst/playback/decodetest.c: (main):
11739         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11740         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11741         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
11742         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11743         (close_link), (type_found), (gst_decode_bin_set_property),
11744         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
11745         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
11746         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
11747         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
11748         (plugin_init):
11749         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11750         (gst_play_bin_class_init), (gst_play_bin_init),
11751         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
11752         (collect_sink_pads), (find_compatibles), (close_pad_link),
11753         (try_to_link_1), (new_pad), (close_link), (type_found),
11754         (setup_source), (gst_play_bin_set_property),
11755         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
11756         (compare_ranks), (gst_play_bin_collect_factories),
11757         (gst_play_bin_change_state), (gst_play_bin_add_element),
11758         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
11759         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11760         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11761         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
11762         * gst/playback/test.c: (main):
11763         Added some playback helper elements and some test apps, very alpha
11764         still.
11765
11766 2004-07-04  Benjamin Otte  <otte@gnome.org>
11767
11768         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
11769           only restart audio when we indeed have an xrun to fix repeated
11770           xruns. Fix suggested by Giuliano Pochini.
11771
11772 2004-07-03  David Schleef  <ds@schleef.org>
11773
11774         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
11775         call to gst_debug_log() if debugging is disabled (bug #145118)
11776
11777 2004-07-03  Benjamin Otte  <otte@gnome.org>
11778
11779         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
11780           use our own functions for restarting the alsa device.
11781         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11782           I should apply patches myself - use MIN for the third argument, not
11783           the second, this fixes seeking
11784
11785 2004-07-02  David Schleef  <ds@schleef.org>
11786
11787         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11788         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
11789         do with the logic.
11790
11791 2004-07-02  David Schleef  <ds@schleef.org>
11792
11793         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
11794         output buffers.  Fix logic mistake.  (bug #144866)
11795
11796 2004-07-02  David Schleef  <ds@schleef.org>
11797
11798         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
11799         on X.  (bug #144753)
11800
11801 2004-07-02  David Schleef  <ds@schleef.org>
11802
11803         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
11804         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
11805         (bug #144624)
11806         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
11807         (gst_osselement_rate_probe_check): Add another workaround for
11808         buggy drivers (bug #145336)
11809
11810 2004-07-02  David Schleef  <ds@schleef.org>
11811
11812         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
11813         Most systems don't have MSG_NOSIGNAL.
11814
11815 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11816
11817         * Makefile.am:
11818         * gst-libs/gst/colorbalance/Makefile.am:
11819         * gst-libs/gst/mixer/Makefile.am:
11820         * gst-libs/gst/play/Makefile.am:
11821         * gst-libs/gst/tuner/Makefile.am:
11822           (hopefully) fix both install and dist and make error message useful.
11823           needs testing across automakes.
11824
11825 2004-07-02  Benjamin Otte  <otte@gnome.org>
11826
11827         * ext/ogg/gstogg.c: (plugin_init):
11828           we require bytestream now
11829         * ext/ogg/gstoggdemux.c:
11830           huge diff to implement chain setup in a fast and generic way. This
11831           improves tag reading and startup of huge files (read: Theora videos)
11832           quite a bit. It probably contains bugs, too, so please test.
11833           Seeking is not improved to the fast method.
11834
11835 2004-06-29  Wim Taymans  <wim@fluendo.com>
11836
11837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11838         * ext/ogg/gstoggmux.c:
11839         Fix memleak in oggdemux when running unconnected pads.
11840         doc update in mux, start working on keyframe mode.
11841
11842 2004-06-29  Benjamin Otte  <otte@gnome.org>
11843
11844         * sys/oss/gstosssink.c:
11845         * sys/oss/gstosssrc.c:
11846           advertise correct template caps - we indeed do non-native endianness
11847           and 8bit audio has no endianness
11848         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
11849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
11850           avoid (wrong) duplications in getcaps function and return
11851           template caps
11852
11853 2004-06-29  Wim Taymans  <wim@fluendo.com>
11854
11855         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11856         (gst_multifdsink_class_init), (gst_multifdsink_add),
11857         (gst_multifdsink_remove), (gst_multifdsink_clear),
11858         (gst_multifdsink_client_remove),
11859         (gst_multifdsink_handle_client_read),
11860         (gst_multifdsink_client_queue_data),
11861         (gst_multifdsink_client_queue_caps),
11862         (gst_multifdsink_client_queue_buffer),
11863         (gst_multifdsink_handle_client_write),
11864         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11865         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11866         (gst_multifdsink_init_send), (gst_multifdsink_close):
11867         Fix wrong GList iteration that could crash the server when
11868         more then 2 clients disconnect at the same time. Read all the
11869         pending commands in one batch to recover from command storms under
11870         very heavy load.
11871
11872 2004-06-28  Wim Taymans  <wim@fluendo.com>
11873
11874         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11875         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11876         (gst_videomixer_pad_set_property),
11877         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11878         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11879         (gst_videomixer_class_init), (gst_videomixer_init),
11880         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
11881         (pad_zorder_compare), (gst_videomixer_sort_pads),
11882         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11883         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
11884         (gst_videomixer_update_queues), (gst_videomixer_loop),
11885         (plugin_init):
11886         Avoid divide by zero, choose masterpad as the pad with the highest
11887         framerate.
11888
11889 2004-06-27  Julien Moutte  <julien@moutte.net>
11890
11891         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
11892         (gst_ximagesink_xwindow_new):
11893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
11894         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
11895         function directly. We might want to call it from somewhere else one day.
11896
11897 2004-06-27  Julien Moutte  <julien@moutte.net>
11898
11899         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
11900         (gst_ximagesink_xwindow_new):
11901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
11902         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
11903         window decorations.
11904
11905 2004-06-27  Wim Taymans  <wim@fluendo.com>
11906
11907         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
11908         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
11909         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
11910         (gst_dvdec_set_property), (gst_dvdec_get_property):
11911         * ext/dv/gstdvdec.h:
11912         Implement drop_factor property to lower the framerate with
11913         a factor.
11914
11915 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11916
11917         * gst-libs/gst/colorbalance/Makefile.am:
11918         * gst-libs/gst/mixer/Makefile.am:
11919         * gst-libs/gst/play/Makefile.am:
11920         * gst-libs/gst/tuner/Makefile.am:
11921           unbreak Company's fix that didn't install the -enum.h files
11922
11923 2004-06-27  Wim Taymans  <wim@fluendo.com>
11924
11925         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
11926         (gst_dvdec_change_state):
11927         * ext/dv/gstdvdec.h:
11928         Fix timestamp, duration and offset of the buffers.
11929
11930 2004-06-27  Wim Taymans  <wim@fluendo.com>
11931
11932         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11933         (gst_multifdsink_class_init), (gst_multifdsink_add),
11934         (gst_multifdsink_remove), (gst_multifdsink_clear),
11935         (gst_multifdsink_client_remove),
11936         (gst_multifdsink_handle_client_read),
11937         (gst_multifdsink_client_queue_data),
11938         (gst_multifdsink_client_queue_caps),
11939         (gst_multifdsink_client_queue_buffer),
11940         (gst_multifdsink_handle_client_write),
11941         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11942         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11943         (gst_multifdsink_init_send), (gst_multifdsink_close):
11944         * gst/tcp/gstmultifdsink.h:
11945         * gst/tcp/gsttcpserversink.c:
11946         (gst_tcpserversink_handle_server_read),
11947         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
11948         More multifdsink fixes, more recovery policy fixes.
11949         Removed stupid g_print
11950
11951 2004-06-26  Wim Taymans  <wim@fluendo.com>
11952
11953         * gst/tcp/Makefile.am:
11954         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11955         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
11956         (gst_multifdsink_class_init), (gst_multifdsink_init),
11957         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
11958         (gst_multifdsink_handle_client_read),
11959         (gst_multifdsink_client_queue_data),
11960         (gst_multifdsink_client_queue_caps),
11961         (gst_multifdsink_client_queue_buffer),
11962         (gst_multifdsink_handle_client_write),
11963         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11964         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11965         (gst_multifdsink_chain), (gst_multifdsink_set_property),
11966         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11967         (gst_multifdsink_close), (gst_multifdsink_change_state):
11968         * gst/tcp/gstmultifdsink.h:
11969         * gst/tcp/gsttcpplugin.c: (plugin_init):
11970         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
11971         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
11972         (gst_tcpserversink_handle_server_read),
11973         (gst_tcpserversink_handle_select),
11974         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
11975         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
11976         * gst/tcp/gsttcpserversink.h:
11977         Added multifdsink, made tcpserversink a subclass of fdsink, removed
11978         one of the locks, added recovery policy to multifdsink.
11979
11980 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11981
11982         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
11983           fix decision for when getting frames with same timestamp
11984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11985         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11986         (gst_v4lsrc_get_property):
11987         * sys/v4l/gstv4lsrc.h:
11988           add latency offset property
11989
11990 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11991
11992         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
11993         (plugin_init):
11994           fix debugging. add category.
11995
11996 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11997
11998         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11999           fix wrong offsets
12000
12001 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12002
12003         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
12004         (gst_alsa_src_get_time), (gst_alsa_src_loop),
12005         (gst_alsa_src_change_state):
12006           return a time that is in sync with the element's processing
12007
12008 2004-06-25  Wim Taymans  <wim@fluendo.com>
12009
12010         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12011         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
12012         (gst_tcpserversink_client_remove),
12013         (gst_tcpserversink_handle_client_read),
12014         (gst_tcpserversink_client_queue_data),
12015         (gst_tcpserversink_client_queue_caps),
12016         (gst_tcpserversink_client_queue_buffer),
12017         (gst_tcpserversink_handle_client_write),
12018         (gst_tcpserversink_queue_buffer),
12019         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
12020         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
12021         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
12022         (gst_tcpserversink_close):
12023         * gst/tcp/gsttcpserversink.h:
12024         Serversink rewrite. Really do non blocking writes to clients and
12025         maintain an internal queue to handle slower clients while not
12026         disturbing fast clients.
12027
12028 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12029
12030         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12031           better debug, don't override OFFSET and OFFSET_END
12032
12033 2004-06-25  Iain <iain@prettypeople.org>
12034
12035         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
12036         name=source for the wavparse pipeline.
12037
12038 2004-06-24  Johan Dahlin  <johan@gnome.org>
12039
12040         * ext/theora/theoraenc.c (theora_enc_chain): Call
12041         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
12042         streamheader caps are set correctly.
12043
12044 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12045
12046         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
12047         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
12048           respect minimum bitrate; same could be done for max bitrate
12049
12050 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12051
12052         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
12053         (gst_vorbisenc_setup):
12054           fix sample rate range
12055
12056 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12057
12058         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
12059         (gst_oggvorbisenc_setup):
12060         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
12061         (gst_vorbisenc_setup):
12062           resolve ambiguities in code and description
12063
12064 2004-06-24  Wim Taymans  <wim@fluendo.com>
12065
12066         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
12067         * ext/alsa/gstalsa.h:
12068         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
12069         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
12070         Use alsa trigger_tstamp to get the timestamp of the first
12071         sample in the buffer for more precise sync. Some cleanups.
12072
12073 2004-06-24  Wim Taymans  <wim@fluendo.com>
12074
12075         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
12076         (gst_audiorate_init), (gst_audiorate_chain),
12077         (gst_audiorate_set_property), (gst_audiorate_get_property):
12078         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
12079         (gst_videorate_chain):
12080         Added some logging, fixed an overflow bug in videorate.
12081
12082 2004-06-24  Benjamin Otte  <otte@gnome.org>
12083
12084         * ext/kio/Makefile.am:
12085           fix for builddir != srcdir and distcheck
12086
12087 2004-06-24  Benjamin Otte  <otte@gnome.org>
12088
12089         * gst-libs/gst/colorbalance/Makefile.am:
12090         * gst-libs/gst/mixer/Makefile.am:
12091         * gst-libs/gst/play/Makefile.am:
12092         * gst-libs/gst/tuner/Makefile.am:
12093         * gst/tcp/Makefile.am:
12094         * sys/dxr3/Makefile.am:
12095           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
12096           tarball.
12097           Also add all *.list files that were missing.
12098         * Makefile.am:
12099           add a distcheck hook to ensure the above doesn't happen again.
12100
12101 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
12102
12103         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
12104
12105 2004-06-23  Colin Walters  <walters@redhat.com>
12106
12107         * m4/Makefile.am: Distribute gst-fionread.m4.
12108
12109 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12110
12111         * configure.ac: back to dev
12112
12113 2004-06-23  Wim Taymans  <wim@fluendo.com>
12114
12115         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
12116         (gst_alsa_xrun_recovery):
12117         * ext/alsa/gstalsa.h:
12118         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12119         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
12120         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
12121         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
12122         (gst_alsa_src_loop):
12123         Add clock to alsasrc. Take new capture timestamp when
12124         restarting after an overrun. Split up some functions between
12125         alsasrc and alsasink.
12126
12127 === release 0.8.2 ===
12128
12129 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12130
12131         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
12132         (gst_alsa_change_state), (gst_alsa_update_avail),
12133         (gst_alsa_xrun_recovery):
12134         * ext/alsa/gstalsa.h:
12135         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12136           merge back changes from release
12137
12138 2004-06-23  Wim Taymans  <wim@fluendo.com>
12139
12140         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
12141         (gst_audiorate_init), (gst_audiorate_chain),
12142         (gst_audiorate_set_property), (gst_audiorate_get_property):
12143         Implement sample dropping and notify
12144
12145 2004-06-22  Wim Taymans  <wim@fluendo.com>
12146
12147         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12148         (theora_enc_sink_link), (theora_buffer_from_packet),
12149         (theora_push_packet), (theora_enc_chain):
12150         Some cleanups, make sure the timestamps are correct.
12151
12152 2004-06-22  Wim Taymans  <wim@fluendo.com>
12153
12154         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
12155         (gst_alsa_change_state), (gst_alsa_update_avail),
12156         (gst_alsa_xrun_recovery):
12157         * ext/alsa/gstalsa.h:
12158         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
12159         Cleanups, take queued samples into account when reporting
12160         the time.
12161
12162 2004-06-22  Wim Taymans  <wim@fluendo.com>
12163
12164         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
12165         (gst_videorate_init):
12166         Initialize the property as well.
12167
12168 2004-06-22  Wim Taymans  <wim@fluendo.com>
12169
12170         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
12171         (gst_videorate_init), (gst_videorate_chain),
12172         (gst_videorate_set_property), (gst_videorate_get_property):
12173         Add property to make videorate silent.
12174         Add property to prefer new frames over old ones.
12175
12176 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12177
12178         * sys/osxvideo/Makefile.am:
12179         Workaround so that the osxvideo .so file gets linked with the
12180         Cocoa, OpenGL and QuickTime frameworks
12181
12182 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12183
12184         * sys/osxaudio/Makefile.am:
12185         Workaround so that the osxaudio .so file gets linked with the
12186         CoreAudio framework
12187
12188 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12189
12190         * configure.ac:
12191         Whoops, my fault...fixed build issues
12192
12193 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12194
12195         * configure.ac:
12196         Add objective-c support if running in Darwin/Mac OS X
12197         * sys/Makefile.am:
12198         * sys/osxvideo:
12199         * sys/osxvideo/Makefile.am:
12200         * sys/osxvideo/osxvideosink.h:
12201         * sys/osxvideo/osxvideosink.m:
12202         * sys/osxvideo/cocoawindow.h:
12203         * sys/osxvideo/cocoawindow.m:
12204         Add osxvideosink, a cocoa-based osx video sink
12205
12206
12207 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
12208         * ext/dvdnav/gst-dvd:
12209         Grab the gconf key from the right spot
12210         * gst/debug/gstnavseek.c: (gst_navseek_init),
12211         (gst_navseek_segseek), (gst_navseek_handle_src_event),
12212         (gst_navseek_chain):
12213         * gst/debug/gstnavseek.h:
12214           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
12215           and loop parameters of a segment seek.
12216         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
12217         (gst_videotestsrc_get_event_masks),
12218         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12219         * gst/videotestsrc/gstvideotestsrc.h:
12220           Add seeking support to videotestsrc
12221           Initialise the timestamp_offset variable.
12222
12223 2004-06-18  Wim Taymans  <wim@fluendo.com>
12224
12225         * ext/sidplay/gstsiddec.cc:
12226         Fix negotiation and set correct end offset.
12227
12228 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12229
12230         * configure.ac: branch and prerelease
12231
12232 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12233
12234         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12235         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
12236         (gst_tcpclientsrc_init_receive):
12237         * gst/tcp/gsttcpclientsrc.h:
12238           read caps when connecting to server for GDP so we set them correctly
12239
12240 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12241
12242         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
12243           notify drops and duplicates
12244         * gst/videoscale/videoscale.c: (videoscale_get_structure):
12245           no good reason to limit ourselves to 100x100
12246
12247 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12248
12249         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
12250         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12251         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
12252         (gst_v4lsrc_get_property):
12253         * sys/v4l/gstv4lsrc.h:
12254         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
12255         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
12256         (gst_v4l_set_audio):
12257         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
12258         (gst_v4lsrc_try_capture):
12259         * sys/v4l/v4lsrc_calls.h:
12260           change try_palette to more general try_capture
12261           add autoprobe option so we can turn off autoprobing
12262           various fixes
12263
12264 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12265
12266         * configure.ac:
12267           add videorate
12268         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
12269         (gst_ximagesink_class_init):
12270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
12271         (gst_xvimagesink_class_init):
12272           run them as finalize, not dispose, since dispose can be invoked
12273           multiple times
12274
12275 2004-06-17  Wim Taymans  <wim@fluendo.com>
12276
12277         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
12278         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
12279         * ext/alsa/gstalsa.h:
12280         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
12281         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
12282         (gst_alsa_src_change_state):
12283         * ext/alsa/gstalsasrc.h:
12284         Make the xrun code timestamp and offset the buffers correctly.
12285         moved the clock to the base class, use alsa methods to get time.
12286         Do correct timestamping on outgoing buffers.
12287
12288 2004-06-17  Wim Taymans  <wim@fluendo.com>
12289
12290         * gst/audiorate/Makefile.am:
12291         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
12292         (gst_audiorate_base_init), (gst_audiorate_class_init),
12293         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
12294         (gst_audiorate_set_property), (gst_audiorate_get_property),
12295         (gst_audiorate_change_state), (plugin_init):
12296         Added an audiorate converter that fills in gaps.
12297
12298 2004-06-17  Johan Dahlin  <johan@gnome.org>
12299
12300         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
12301
12302 2004-06-16  Wim Taymans  <wim@fluendo.com>
12303
12304         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
12305         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
12306         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
12307         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
12308         (gst_v4lsrc_get_property):
12309         * sys/v4l/gstv4lsrc.h:
12310         Added a copy mode to v4lsrc where it will output a copied version
12311         of its internal hardware buffer.
12312         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
12313         can't | them.
12314
12315 2004-06-16  Wim Taymans  <wim@fluendo.com>
12316
12317         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12318         Timestamp fixes.
12319
12320 2004-06-16  Wim Taymans  <wim@fluendo.com>
12321
12322         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
12323         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
12324         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
12325         (gst_v4lsrc_get_property):
12326         * sys/v4l/gstv4lsrc.h:
12327         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12328         Added a sync mode enum property to control v4lsrc timestamp method
12329         Removed the use-fixed-fps property and moved functionality in
12330         the enum.
12331         Don't error on an error value from v4l-conf, it might not always
12332         be a real error.
12333
12334 2004-06-16  Wim Taymans  <wim@fluendo.com>
12335
12336         * gst/videorate/Makefile.am:
12337         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
12338         (gst_videorate_base_init), (gst_videorate_class_init),
12339         (gst_videorate_getcaps), (gst_videorate_link),
12340         (gst_videorate_init), (gst_videorate_chain),
12341         (gst_videorate_set_property), (gst_videorate_get_property),
12342         (gst_videorate_change_state), (plugin_init):
12343         Added a video timestamp corrector.
12344
12345 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12346
12347         fixed a potential leak with previous commit
12348
12349         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
12350
12351 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12352
12353         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
12354         Added missing refcount, fixes bug #144425
12355         Cheers Tim for finding the bug
12356
12357 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12358
12359         * sys/v4l/gstv4l.c: (plugin_init):
12360         * sys/v4l/gstv4lcolorbalance.c:
12361         * sys/v4l/gstv4lcolorbalance.h:
12362         * sys/v4l/gstv4lelement.c:
12363         * sys/v4l/gstv4lelement.h:
12364         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
12365         * sys/v4l/gstv4lmjpegsink.h:
12366         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
12367         * sys/v4l/gstv4lmjpegsrc.h:
12368         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
12369         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
12370         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12371         * sys/v4l/gstv4lsrc.h:
12372         * sys/v4l/gstv4ltuner.c:
12373         * sys/v4l/gstv4ltuner.h:
12374         * sys/v4l/gstv4lxoverlay.c:
12375         * sys/v4l/gstv4lxoverlay.h:
12376         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
12377         (gst_v4l_set_window), (gst_v4l_enable_overlay):
12378         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
12379         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
12380         (gst_v4l_set_audio):
12381         * sys/v4l/v4l_calls.h:
12382         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
12383         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
12384         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
12385         (gst_v4lmjpegsink_playback_init),
12386         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
12387         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
12388         (gst_v4lmjpegsink_playback_stop),
12389         (gst_v4lmjpegsink_playback_deinit):
12390         * sys/v4l/v4lmjpegsink_calls.h:
12391         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
12392         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
12393         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
12394         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
12395         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
12396         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
12397         * sys/v4l/v4lmjpegsrc_calls.h:
12398         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
12399         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
12400         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
12401         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
12402         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
12403         (gst_v4lsrc_try_palette):
12404         * sys/v4l/v4lsrc_calls.h:
12405           bunch of paranoia cleanups
12406
12407 2004-06-14  David Schleef  <ds@schleef.org>
12408
12409         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
12410         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
12411         Send discont events and change timestamps appropriately when
12412         we get a seek event.  (bug #144240)
12413         * ext/cdparanoia/gstcdparanoia.h:
12414
12415 2004-06-14  Benjamin Otte  <otte@gnome.org>
12416
12417         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
12418           snd_pcm_hw_params_set_rate  since the latter fails for no good
12419           reason on some setups.
12420
12421 2004-06-14  David Schleef  <ds@schleef.org>
12422
12423         * gst/volume/demo.c: (value_changed_callback): exp10() is not
12424         standard.  Thank you for playing.
12425
12426 2004-06-14  Wim Taymans  <wim@fluendo.com>
12427
12428         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
12429         Patch 1.3 broke the ordering of the colorspace info and
12430         made the plugin basically work by coincidence, reordered
12431         the info.
12432
12433 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12434
12435         * ext/lame/gstlame.c:
12436         * ext/mad/gstmad.c:
12437           sync caps.  Make sure mad can only output a list of rates, not
12438           a full range.  In the future, have three caps lists for each of the
12439           mpeg versions.  Change mpegversion to a double as well.
12440
12441 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12442
12443         * gst/volume/.cvsignore:
12444         * gst/volume/Makefile.am:
12445         * gst/volume/demo.c: (value_changed_callback), (idler),
12446         (setup_gui), (main):
12447           added small demo app
12448
12449 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
12450         * ext/esd/esdsink.c: (gst_esdsink_change_state):
12451         * ext/esd/esdsink.h:
12452         Close the esd connection on pause, because esd will just wait -
12453         blocking all other esd clients indefinitely.
12454
12455 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
12456
12457         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
12458           previous commit with GST_DEBUG
12459
12460 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12461
12462         * configure.ac:
12463           add a header check for a dvdread header in dvdnav.  Fixes #133002
12464
12465 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12466
12467         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
12468         * gst/tcp/gsttcpclientsink.h:
12469         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
12470         * gst/tcp/gsttcpclientsrc.h:
12471         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
12472         (gst_tcpserversink_handle_server_read),
12473         (gst_tcpserversink_init_send):
12474         * gst/tcp/gsttcpserversink.h:
12475         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
12476         * gst/tcp/gsttcpserversrc.h:
12477         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
12478         version of IP)
12479
12480 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12481
12482         * configure.ac:
12483         Added ogg library so that OSX detects libtheora properly
12484
12485 2004-06-11  Wim Taymans  <wim@fluendo.com>
12486
12487         * ext/theora/theoradec.c: (theora_dec_chain),
12488         (theora_dec_change_state):
12489         Don't try to decode frames before we received a keyframe.
12490
12491 2004-06-11  Wim Taymans  <wim@fluendo.com>
12492
12493         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
12494         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
12495         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
12496         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
12497         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
12498         Added property to set the maximum delay of a page.
12499
12500 2004-06-10  Wim Taymans  <wim@fluendo.com>
12501
12502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
12503         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
12504         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
12505         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
12506         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
12507         Added max-delay property to control the maximum amount
12508         of data to put in one page.
12509
12510 2004-06-10  Wim Taymans  <wim@fluendo.com>
12511
12512         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12513         (gst_theora_enc_init), (theora_enc_sink_link),
12514         (theora_buffer_from_packet), (theora_enc_set_property),
12515         (theora_enc_get_property):
12516         Set duration on encoded buffer, added some more properties
12517
12518 2004-06-10  Wim Taymans  <wim@fluendo.com>
12519
12520         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12521         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
12522         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
12523         * ext/theora/theoraenc.c: (theora_enc_chain):
12524         Fix refcounting bugs
12525
12526 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12527
12528         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
12529         (gst_asf_demux_loop), (gst_asf_demux_process_file),
12530         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
12531         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
12532         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
12533         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
12534         (gst_asf_demux_change_state):
12535         * gst/asfdemux/gstasfdemux.h:
12536           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
12537           feels like. I think we should set a new requirement for demuxers
12538           from now on to implement sane loop functions, data loops, query
12539           and seek functions before first commit into CVS. And this commit
12540           fixes all of the above.
12541
12542 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
12543
12544         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
12545           vorbis comments are properly encoded in UTF-8 before adding them
12546           to a GstTagList
12547
12548 2004-06-09  Benjamin Otte  <otte@gnome.org>
12549
12550         * ext/alsa/gstalsa.c: (add_channels):
12551           handle min <= max correctly
12552         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
12553         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
12554           add fixation functions so we fixate correctly. No preferring of alaw
12555           anymore because it's the first structure.
12556         * ext/alsa/gstalsa.h:
12557         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
12558         (gst_alsa_hw_params_dump):
12559           add functions to ease debugging in alsalib
12560         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
12561         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
12562         (gst_alsa_start_audio):
12563           only specify hw params if we really setup a format (fixes #134007 -
12564           or at least works around it)
12565
12566 2004-06-09  Wim Taymans  <wim@fluendo.com>
12567
12568         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12569         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
12570         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
12571         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
12572         (gst_ogg_mux_loop):
12573         Use stream caps to setup the initial pages in the ogg stream.
12574         Correctly set the streamheader caps on the srcpad.
12575
12576 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
12579         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
12580         (gst_v4lsrc_getcaps):
12581         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
12582         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
12583           add querying of fps lists for webcams.  Negotiating to a framerate
12584           now works.
12585
12586 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12587
12588         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12589         (theora_push_buffer), (theora_push_packet),
12590         (theora_set_header_on_caps), (theora_enc_chain):
12591           mark buffers and put on streamheader, raw theora streaming
12592           now works too, whee
12593
12594 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12595
12596         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
12597         (gst_tcp_gdp_read_caps):
12598           do a looping read for caps and GDP headers too
12599
12600 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12601
12602         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12603         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
12604           return EOS instead of NULL in _get
12605
12606 2004-06-08  Wim Taymans  <wim@fluendo.com>
12607
12608         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
12609         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
12610         (gst_tcp_gdp_write_caps):
12611         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12612         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
12613         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
12614         Memory leak fixes
12615
12616 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12617
12618         * ext/vorbis/Makefile.am:
12619         * ext/vorbis/vorbis.c: (plugin_init):
12620         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
12621         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
12622         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
12623         (vorbis_parse_change_state):
12624         * ext/vorbis/vorbisparse.h:
12625           adding a vorbisparse element that marks the buffers, streaming
12626           raw vorbis using GDP now works, whee
12627
12628 2004-06-08  Wim Taymans  <wim@fluendo.com>
12629
12630         * ext/jpeg/Makefile.am:
12631         * ext/jpeg/README:
12632         * ext/jpeg/gstjpeg.c: (plugin_init):
12633         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
12634         (gst_smokedec_base_init), (gst_smokedec_class_init),
12635         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
12636         * ext/jpeg/gstsmokedec.h:
12637         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
12638         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
12639         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
12640         (gst_smokeenc_resync), (gst_smokeenc_chain),
12641         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
12642         * ext/jpeg/gstsmokeenc.h:
12643         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
12644         (smokecodec_flush_destination), (smokecodec_term_destination),
12645         (smokecodec_init_source), (smokecodec_fill_input_buffer),
12646         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
12647         (smokecodec_term_source), (smokecodec_encode_new),
12648         (smokecodec_decode_new), (smokecodec_info_free),
12649         (smokecodec_set_quality), (smokecodec_get_quality),
12650         (smokecodec_set_threshold), (smokecodec_get_threshold),
12651         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12652         (find_best_size), (abs_diff), (put), (smokecodec_encode),
12653         (smokecodec_parse_header), (smokecodec_decode):
12654         * ext/jpeg/smokecodec.h:
12655         Added a new simple jpeg based codec
12656
12657 2004-06-08  Wim Taymans  <wim@fluendo.com>
12658
12659         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12660         (gst_multipart_mux_loop):
12661         Fix memory leak
12662
12663 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12664
12665         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12666         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
12667         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
12668         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
12669         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
12670         * gst/tcp/gsttcpserversink.h:
12671           take streamheader into account
12672
12673 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12674
12675         * gst/level/Makefile.am:
12676         * gst/level/gstlevel.c: (gst_level_class_init):
12677           clean up marshal generation
12678
12679 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12680
12681         * gst/tcp/Makefile.am:
12682         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
12683         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
12684         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
12685         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12686         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
12687         (gst_tcpclientsrc_get_property):
12688         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12689         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
12690         (gst_tcpserversink_handle_client_read),
12691         (gst_tcpserversink_handle_client_write),
12692         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
12693         * gst/tcp/gsttcpserversink.h:
12694           add signals client-added and client-removed
12695         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12696         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
12697         (gst_tcpserversrc_get_property):
12698         uniformized, change default protocol to NONE
12699         * gst/tcp/gsttcp-marshal.list: added
12700 2004-06-07  Benjamin Otte  <otte@gnome.org>
12701
12702         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12703           handle discont events if they happen before caps nego
12704
12705 2004-06-07  Wim Taymans  <wim@fluendo.com>
12706
12707         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12708         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12709         (gst_multipart_demux_plugin_init):
12710         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12711         (gst_multipart_mux_init), (gst_multipart_mux_loop),
12712         (gst_multipart_mux_change_state):
12713         Small updates, fix a memleak
12714
12715 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12716
12717         * configure.ac: OSS portability
12718         * ext/arts/gst_arts.c: idem
12719         * sys/oss/gstosselement.c: idem
12720         * sys/oss/gstossmixer.c: idem
12721         * sys/oss/gstosssink.c: idem
12722         * sys/oss/gstosssrc.c: idem
12723         * sys/oss/oss_probe.c: idem
12724           - check for soundcard.h in different places for some BSD
12725
12726 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
12727
12728         * AUTHORS:
12729         Add me to the authors file
12730         * configure.ac:
12731         Increase the libdv requirement to >= version 0.100
12732         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
12733         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
12734         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
12735         * ext/dv/gstdvdec.h:
12736         Add support for the new_media flag when sending DISCONT events
12737         Make the querying work when video pad is not linked
12738
12739 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12740
12741         reviewed by Benjamin Otte  <otte@gnome.org>
12742
12743         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
12744           create a NULL-initialized array of pads, so we don't think they
12745           exist already. (fixes #143130)
12746
12747 2004-06-07  Benjamin Otte  <otte@gnome.org>
12748
12749         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
12750         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
12751         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
12752           don't use // coments
12753
12754 2004-06-07  Benjamin Otte  <otte@gnome.org>
12755
12756         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
12757           cast to GstClockTime to get higher granularity
12758         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12759           use gst_element_set_time_delay to get the exact time
12760         * ext/mad/gstmad.c: (gst_mad_chain):
12761           use the negotiated rate instead of the current frame's rate which
12762           might be wrong because of bit errors. This avoids emitting totally
12763           bogus timestamps and screwing sync.
12764         (fixes #143454)
12765
12766 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12767
12768         reviewed by Benjamin Otte  <otte@gnome.org>
12769
12770         * gst/adder/gstadder.c: (gst_adder_loop):
12771           properly error out when no negotiation has happened yet. (fixes
12772           #143032)
12773
12774 2004-06-06  Benjamin Otte  <otte@gnome.org>
12775
12776         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12777           forward correctly transformed offset in discont events. Based on
12778           patch by Arwed v. Merkatz. (fixes #142851)
12779
12780 2004-06-06  David Schleef  <ds@schleef.org>
12781
12782         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
12783         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
12784         problems on several systems.
12785
12786 2004-06-06  Benjamin Otte  <otte@gnome.org>
12787
12788         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12789           use explicit caps on the srcpad
12790         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12791           properly error out if caps couldn't be set (fixes #142764)
12792
12793 2004-06-06  Benjamin Otte  <otte@gnome.org>
12794
12795         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
12796         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
12797         (gst_alsa_start_audio):
12798           - don't call set_periods_integer anymore, it breaks the
12799           configuration randomly
12800           - call snd_pcm_hw_params_set_access directly instead of using masks
12801           - don't fail if the sw_params can't be set, just use the default
12802           params and hope it works. Alsalib has weird issues when you touch
12803           sw_params and does no proper error reporting about what failed.
12804         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12805         (gst_alsa_close_audio):
12806           make our alsa debugging go via gst debugging and not conditionally
12807           defined
12808         * ext/alsa/gstalsa.h:
12809           add ALSA_DEBUG_FLUSH macro
12810         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
12811         (plugin_init):
12812           wrap alsa errors to be printed via the gst debugging system and not
12813           spammed to stderr
12814
12815 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12816
12817         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
12818         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
12819         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
12820         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
12821         (qtdemux_parse_trak):
12822         * gst/qtdemux/qtdemux.h:
12823           Bitch. Also known as seeking, querying & co.
12824         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
12825         (gst_osssink_change_state):
12826         * sys/oss/gstosssink.h:
12827           Resyncing is for weenies, this hack is no longer needed and was
12828           broken anyway (since it - unintendedly - always leaves resync to
12829           TRUE).
12830
12831 2004-06-05  Andrew Turner <zxombie@hotpop.com>
12832
12833         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
12834         * gst/tcp/gsttcpclientsrc.h: idem
12835           - define MSG_NOSIGNAL if not done
12836           - include unistd.h for off_t
12837           (fixes #143749)
12838
12839 2004-06-05  Benjamin Otte  <otte@gnome.org>
12840
12841         * configure.ac:
12842         * ext/kio/Makefile.am:
12843           check for qt's moc preprocessor explicitly and use it
12844
12845 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12846
12847         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12848           don't get a signal for EPIPE on socket writes
12849           (somebody check if this works on other platforms)
12850
12851 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12852
12853         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
12854         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
12855           check error condition on available samples correctly
12856
12857 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12858
12859         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
12860           avoid a segfault
12861         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12862         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
12863         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
12864         (gst_tcpserversrc_gdp_read_header):
12865          use ssize_t over size_t since the former is signed and thus the
12866          check for error codes can work
12867
12868 2004-06-02  Wim Taymans  <wim@fluendo.com>
12869
12870         reviewed by: Johan
12871
12872         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12873         (gst_multipart_mux_loop):
12874         Oops
12875
12876 2004-06-02  Wim Taymans  <wim@fluendo.com>
12877
12878         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12879         (gst_multipart_mux_init), (gst_multipart_mux_loop),
12880         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
12881         (gst_multipart_mux_change_state):
12882         Added configurable boundary specifier, added the value as a
12883         caps field as well.
12884
12885 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12886
12887         * gst/tcp/gsttcp.c:
12888         * gst/tcp/gsttcpclientsrc.c:
12889         * gst/tcp/gsttcpclientsrc.h:
12890         * gst/tcp/gsttcpserversrc.c:
12891           - portability fix, to compile on OSX
12892             (fixes #143146)
12893
12894         * sys/osxaudio/gstosxaudioelement.c:
12895         * sys/osxaudio/gstosxaudiosink.c:
12896         * sys/osxaudio/gstosxaudiosrc.c:
12897           - compilation warnings on OSX
12898             (fixes #143153)
12899
12900 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12901
12902         * ext/vorbis/vorbisdec.c : sign warning fixes
12903
12904         * gst-libs/gst/mixer/mixertrack.c :
12905           do no use defines which are glib 2.4 specific
12906
12907 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
12908
12909         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
12910           buffer since libflac doesn't expect it (reports a sync error when
12911           it encounters that)
12912
12913
12914 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
12915
12916         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
12917         * gst-libs/gst/mixer/mixertrack.c:
12918         (gst_mixer_track_get_property), (get_mixer_track_init),
12919         (get_mixer_track_get_property): Added property accessors
12920         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
12921         * gst-libs/gst/mixer/mixeroptions.c:
12922         (gst_mixer_options_get_values): Added
12923         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
12924         * gst-libs/gst/mixer/mixer.c: Fixed comment
12925
12926
12927 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12928
12929         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
12930           improve error messages on open
12931
12932
12933 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12934
12935         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12936           check if v4l-conf is in path
12937
12938 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12939
12940         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
12941           change assert to a more readable error message
12942
12943 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12944
12945         * gst-libs/gst/tuner/tunerchannel.h:
12946           - add a freq_multiplicator field to make the conversion
12947             between internal frequency unit and Hz
12948         * sys/v4l/gstv4lelement.c:
12949         * sys/v4l2/gstv4l2element.c:
12950           - change default video device to /dev/video0
12951         * sys/v4l/v4l_calls.c:
12952         * sys/v4l2/v4l2_calls.c:
12953           - we only expose frequency to the user in Hz instead of
12954             bastard v4lX unit (either 62.5kHz or 62.5Hz)
12955
12956 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
12957         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12958           Initialise b_o_s and e_o_s variables
12959         * gst-libs/gst/riff/riff-media.c:
12960         (gst_riff_create_video_caps_with_data):
12961           Add some unusual fourcc's from mplayer avi's
12962         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
12963           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
12964           autoplugging.
12965
12966 2004-05-28  Wim Taymans  <wim@fluendo.com>
12967
12968         * configure.ac:
12969         * gst/alpha/Makefile.am:
12970         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12971         (gst_alpha_get_type), (gst_alpha_base_init),
12972         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12973         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
12974         (gst_alpha_chroma_key), (gst_alpha_chain),
12975         (gst_alpha_change_state), (plugin_init):
12976         A plugin to add an alpha channel to I420 video. Can optionally do
12977         chroma keying.
12978         * gst/multipart/Makefile.am:
12979         * gst/multipart/multipart.c: (plugin_init):
12980         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12981         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12982         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
12983         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12984         (gst_multipart_demux_change_state),
12985         (gst_multipart_demux_plugin_init):
12986         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
12987         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
12988         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
12989         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
12990         (gst_multipart_mux_pad_unlink),
12991         (gst_multipart_mux_request_new_pad),
12992         (gst_multipart_mux_handle_src_event),
12993         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
12994         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
12995         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
12996         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
12997         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
12998         send multipart jpeg images to a browser.
12999         * gst/videobox/Makefile.am:
13000         * gst/videobox/README:
13001         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13002         (gst_video_box_get_type), (gst_video_box_base_init),
13003         (gst_video_box_class_init), (gst_video_box_init),
13004         (gst_video_box_set_property), (gst_video_box_get_property),
13005         (gst_video_box_sink_link), (gst_video_box_i420),
13006         (gst_video_box_ayuv), (gst_video_box_chain),
13007         (gst_video_box_change_state), (plugin_init):
13008         Crops or adds borders around an image. can do alpha channel
13009         borders as well.
13010         * gst/videomixer/Makefile.am:
13011         * gst/videomixer/README:
13012         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13013         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
13014         (gst_videomixer_pad_get_sink_event_masks),
13015         (gst_videomixer_pad_get_property),
13016         (gst_videomixer_pad_set_property),
13017         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
13018         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
13019         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13020         (gst_videomixer_base_init), (gst_videomixer_class_init),
13021         (gst_videomixer_init), (gst_videomixer_request_new_pad),
13022         (gst_videomixer_handle_src_event),
13023         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
13024         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
13025         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
13026         (gst_videomixer_loop), (gst_videomixer_get_property),
13027         (gst_videomixer_set_property), (gst_videomixer_change_state),
13028         (plugin_init):
13029         Generic video mixer plugin, can handle multiple inputs all with
13030         different framerates and video sizes. Is fully alpha channel
13031         aware.
13032
13033 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13034
13035         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13036           Select first track as master track. Not sure how else to handle
13037           that...
13038         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
13039           Discard discont events. Should fix #142962.
13040
13041 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13042
13043         * ext/alsa/Makefile.am:
13044         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
13045         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
13046         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13047         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
13048         (gst_alsa_mixer_get_option):
13049         * ext/alsa/gstalsamixer.h:
13050         * ext/alsa/gstalsamixeroptions.c:
13051         (gst_alsa_mixer_options_get_type),
13052         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
13053         (gst_alsa_mixer_options_new):
13054         * ext/alsa/gstalsamixeroptions.h:
13055         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13056         * ext/alsa/gstalsamixertrack.h:
13057           Add enumerations (as GstMixerOptions). Make correct distinction
13058           between input/output tracks. Add capture/playback private flag.
13059           Use flag to decide on whether to set capture or playback volumes
13060           or switches. Use playback and record switches.
13061         * gst-libs/gst/mixer/Makefile.am:
13062         * gst-libs/gst/mixer/mixer-marshal.list:
13063         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
13064         (gst_mixer_set_option), (gst_mixer_get_option),
13065         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
13066         (gst_mixer_volume_changed), (gst_mixer_option_changed):
13067         * gst-libs/gst/mixer/mixer.h:
13068         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
13069         (gst_mixer_options_class_init), (gst_mixer_options_init),
13070         (gst_mixer_options_dispose):
13071         * gst-libs/gst/mixer/mixeroptions.h:
13072           Add GstMixerOptions.
13073         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
13074           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
13075           broken device detection on computers with multiple OSS sound
13076           cards.
13077
13078 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13079
13080         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13081           fixate nicely even when the peer is not negotiating
13082
13083 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13084
13085         * gst/audioconvert/gstaudioconvert.c:
13086         (gst_audio_convert_parse_caps):
13087           make sure we don't allow depth > width
13088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13089           fixate endianness to G_BYTE_ORDER as default
13090         * gst/audioscale/gstaudioscale.c:
13091           we don't handle another endianness as host-endianness
13092
13093 2004-05-25  David Schleef  <ds@schleef.org>
13094
13095         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
13096
13097 2004-05-24  Benjamin Otte  <otte@gnome.org>
13098
13099         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
13100         (gst_oggvorbisenc_setup):
13101           properly fail when we can't setup the vorbis encoder due to
13102           unsupported settings
13103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
13104         (gst_vorbisenc_setup):
13105           same
13106         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13107           fix case where warnings occured when one pad was unlinked while the
13108           other's link function was called
13109
13110 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13111
13112         * gst/tcp/Makefile.am:
13113           use GST_ENABLE_NEW
13114
13115 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13116
13117         * gst-libs/gst/resample/private.h:
13118           don't use optimizations that are #if 0'ed
13119
13120 2004-05-24  Wim Taymans  <wim@fluendo.com>
13121
13122         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13123         Fix potential division by zero error and hopefully get
13124         the position query right to get correct timestamps on avi
13125         audio.
13126
13127 2004-05-24  Wim Taymans  <wim@fluendo.com>
13128
13129         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
13130         (gst_videoscale_scale_nearest_str2),
13131         (gst_videoscale_scale_nearest_str4),
13132         (gst_videoscale_scale_nearest_32bit),
13133         (gst_videoscale_scale_nearest_24bit),
13134         (gst_videoscale_scale_nearest_16bit):
13135         Fix the scaling algorithm and avoid a buffer overflow.
13136         removed the while loop in the scaling function as it
13137         was used for point sampling only.
13138
13139 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13140
13141         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
13142         (gst_id3_tag_class_init), (gst_id3_tag_init),
13143         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
13144         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
13145         (gst_id3_tag_send_tag_event):
13146           lots of fixes to make id3mux work and id3demux work correctly
13147
13148 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13149
13150         * ext/Makefile.am:
13151           add rules to build shout2send (was removed by accident
13152           when this module was no more marked experimental/broken)
13153
13154 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13155
13156         * ext/shout2/gstshout2.c:
13157         * ext/shout2/gstshout2.h:
13158           adding a "connection problem" signal to shout2send
13159           (fixes #142954)
13160
13161 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13162
13163         * ext/kio/kioreceiver.cpp:
13164         * ext/kio/kioreceiver.h:
13165           fix sign comparison issues
13166
13167 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13168
13169         * gst/cdxaparse/gstcdxaparse.c:
13170         * gst/cdxaparse/gstcdxaparse.h:
13171           some renaming
13172           add some checks/sanity
13173           prepare for seek addition
13174
13175         * sys/sunaudio/gstsunaudio.c:
13176           remove exported dupe init function
13177
13178 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
13179
13180         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
13181         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
13182           Fix format conversion and position querying.
13183         * gst/debug/progressreport.c: (gst_progressreport_report):
13184           Don't output a bogus total value that we didn't query.
13185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13186           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
13187           only a blank window after xine has been used.
13188
13189 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13190
13191         * m4/as-arts.m4:
13192           sync with upstream version to fix test on FC2
13193           readd with -ko to preserve Id header
13194
13195 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13196
13197         * configure.ac:
13198           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
13199         * gst/tcp/gsttcpclientsrc.c: idem
13200         * gst/tcp/gsttcpserversink.c: idem
13201         * gst/tcp/gsttcpserversrc.c: idem
13202         * m4/gst-fionread.m4: idem
13203
13204         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
13205
13206         * configure.ac: enable speex plugin for speex 1.1.5+
13207         * ext/speex/gstspeexenc.c: fix cast warning
13208
13209         * ext/esd/README: fix typo
13210
13211 2004-05-20  David Schleef  <ds@schleef.org>
13212
13213         * configure.ac: Minor cosmetic change to convince the buildbot to
13214         reautogen.
13215         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
13216         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
13217         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
13218         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
13219         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
13220         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
13221         More hacking.  Plays audio now.
13222
13223 2004-05-20  David Schleef  <ds@schleef.org>
13224
13225         * configure.ac:
13226         * sys/Makefile.am:
13227
13228 2004-05-20  David Schleef  <ds@schleef.org>
13229
13230         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
13231         * sys/osxaudio/gstosxaudio.c:
13232         * sys/osxaudio/gstosxaudioelement.c:
13233         * sys/osxaudio/gstosxaudioelement.h:
13234         * sys/osxaudio/gstosxaudiosink.c:
13235         * sys/osxaudio/gstosxaudiosink.h:
13236         * sys/osxaudio/gstosxaudiosrc.c:
13237         * sys/osxaudio/gstosxaudiosrc.h:
13238
13239 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13240
13241         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
13242         (gst_vorbisenc_chain):
13243           put the codec headers on the caps as streamheader as well as
13244           pushing them out
13245
13246 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13247
13248         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
13249         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13250         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
13251         split up push_packet into two functions
13252
13253 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13254
13255         * gst/tcp/.cvsignore:
13256           ignore enums
13257         * gst/tcp/Makefile.am:
13258         * gst/tcp/README:
13259         * gst/tcp/gsttcp.c:
13260         * gst/tcp/gsttcp.h:
13261         * gst/tcp/gsttcpclientsink.c:
13262         * gst/tcp/gsttcpclientsink.h:
13263         * gst/tcp/gsttcpclientsrc.c:
13264         * gst/tcp/gsttcpclientsrc.h:
13265         * gst/tcp/gsttcpplugin.c:
13266         * gst/tcp/gsttcpserversink.c:
13267         * gst/tcp/gsttcpserversink.h:
13268         * gst/tcp/gsttcpserversrc.c:
13269         * gst/tcp/gsttcpserversrc.h:
13270           add new tcp elements
13271
13272 2004-05-19  Wim Taymans  <wim@fluendo.com>
13273
13274         * gst/law/mulaw-conversion.c: (mulaw_encode):
13275         Fix overflow bug in ulaw encoding.
13276
13277 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13278
13279         * ext/mad/gstmad.c: (gst_mad_handle_event):
13280           don't unref the event twice
13281
13282 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13283
13284         * configure.ac:
13285           remove -Wno-sign-compare
13286
13287 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13288
13289         * configure.ac:
13290           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
13291           if you want to work against glib 2.2 and 2.4
13292
13293 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13294
13295         * gst/tcp/Makefile.am:
13296         * gst/tcp/gsttcp.c:
13297         * gst/tcp/gsttcp.h:
13298         * gst/tcp/gsttcpsink.h:
13299         * gst/tcp/gsttcpsrc.h:
13300           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
13301
13302 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13303
13304         * gst/debug/tests.c: (md5_get_value):
13305           fix segfault on gst-inspect
13306
13307 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13308
13309         * gst/debug/testplugin.c:
13310         * gst/debug/tests.c:
13311         * gst/debug/tests.h:
13312           add new extensible and configurable testing element. Current tests
13313           include buffer count, stream length, timestamp/duration matching and
13314           md5.
13315         * gst/debug/Makefile.am:
13316         * gst/debug/gstdebug.c: (plugin_init):
13317           add infrastructure for new element
13318
13319 2004-05-19  Johan Dahlin  <johan@gnome.org>
13320
13321         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
13322         ending of the array. Fixes gst-inspect segfault on ppc.
13323
13324 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13325
13326         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
13327
13328         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
13329
13330 2004-05-18  David Schleef  <ds@schleef.org>
13331
13332         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
13333         warnings (bugs, actually) noticed by gcc but not forte.
13334
13335 2004-05-18  David Schleef  <ds@schleef.org>
13336
13337         * sys/sunaudio/Makefile.am:
13338         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
13339
13340 2004-05-18  David Schleef  <ds@schleef.org>
13341
13342         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13343         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
13344         to allow qtdemux to use non-seekable streams. (bug #142272)
13345
13346 2004-05-18  David Schleef  <ds@schleef.org>
13347
13348         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
13349         (gst_resample_sinc_ft_float): Remove use of static temporary
13350         buffer.  This code was obviously not supposed to last long, but
13351         it's stuck in our ABI, so it required a little hack to make it
13352         ABI-compatible.  Fixes #142585.
13353         * gst-libs/gst/resample/resample.h: same.
13354
13355 2004-05-18  David Schleef  <ds@schleef.org>
13356
13357         * configure.ac: Add sunaudio
13358         * examples/Makefile.am: make gstplay depend on gconf
13359         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
13360         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
13361         (convert_table_lookup), (img_convert): remove c99-isms
13362         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
13363           unsigned, to fix a warning on Solaris
13364         * gst/mpeg1sys/systems.c: bcopy->memcpy
13365         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
13366         * sys/Makefile.am: Add sunaudio
13367
13368 2004-05-18  Wim Taymans  <wim@fluendo.com>
13369
13370         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
13371         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13372         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
13373         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
13374         (gst_ogg_mux_loop):
13375         Fix an ugly memleak where the muxer didn't flush enough ogg
13376         pages. This also resulted in badly muxed ogg files.
13377
13378 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13379
13380         * gst/asfdemux/asfheaders.c :
13381         * gst/asfdemux/asfheaders.h :
13382         * gst/asfdemux/gstasfdemux.c :
13383           - fix ASF_OBJ_PADDING guid
13384           - add 3 new object guids (language list, metadata,
13385             extended stream properties)
13386           - add a function to parse extended header objects
13387
13388 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13389
13390         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
13391           remove leftover debugging g_print
13392
13393 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13394
13395         * ext/mad/gstmad.c: (gst_mad_handle_event):
13396           Fix for when the first format in a discont event is not a
13397           byte-based one. Should fix #137710.
13398
13399 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13400
13401         * m4/a52.m4 : fix compilation with -Wall -Werror
13402         * m4/libfame.m4 : idem
13403         * m4/libmikmod.m4 : idem
13404
13405 2004-05-17  Benjamin Otte  <otte@gnome.org>
13406
13407         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
13408           signal the new tags before giving up the reference
13409
13410 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13411
13412         * ext/shout2/gstshout2.c:
13413           use application/ogg instead of application/x-ogg (patch by Patrick
13414           Guimond, fixes #142432)
13415         * sys/oss/gstosselement.c: (gst_osselement_reset),
13416         (gst_osselement_sync_parms):
13417           don't set fragment size unless specified (fixes #142493)
13418
13419 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13420
13421         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
13422           fixes #142664
13423
13424 2004-05-17  Benjamin Otte  <otte@gnome.org>
13425
13426         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13427           compute offsets correctly for internal buffers so timestamps are set
13428           correctly when we can't seek. Also handle cases where there are no
13429           offsets. (based on a patch by David Moore, fixes #142507)
13430
13431 2004-05-17  Benjamin Otte  <otte@gnome.org>
13432
13433         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13434           use correct variable when determining amount of data to skip so we
13435           don't skip into the void and segfault
13436
13437 2004-05-16  Benjamin Otte  <otte@gnome.org>
13438
13439         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
13440           Hi, I'm a memleak
13441
13442 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13443
13444         * gst/asfdemux/gstasfdemux.c:
13445           - fix a mem leak and always propagate tags
13446           - add WMV3 to known video codecs (but no decoder yet)
13447           - replace "surplus data" at end of audio header for what
13448             it is : codec specific data
13449           - fix a typo
13450
13451 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
13452
13453         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
13454
13455         * gst-libs/gst/audio/audioclock.c:
13456           Fix wrong return type (#142205).
13457
13458 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13459
13460         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
13461           Ignore CRCs by default (fixes #142566).
13462
13463 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13464
13465         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13466         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
13467         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
13468         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
13469         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13470         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
13471           Fix for cases where we fail to attach to a mixer.
13472
13473 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13474
13475         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13476           Don't touch events after not owning them anymore.
13477         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13478         (gst_wavparse_fmt), (gst_wavparse_other),
13479         (gst_wavparse_handle_seek), (gst_wavparse_loop),
13480         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
13481         (gst_wavparse_srcpad_event):
13482         * gst/wavparse/gstwavparse.h:
13483           Add seeking, fix querying.
13484
13485 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13486
13487         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
13488           - process comments even if they don't end with \0\0
13489             g_convert would ignore them if present and works well without them
13490
13491 2004-05-16  Benjamin Otte  <otte@gnome.org>
13492
13493         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
13494           simplify caps
13495
13496 2004-05-16  Benjamin Otte  <otte@gnome.org>
13497
13498         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
13499           don't write to memory we might not write to - g_convert does that
13500           for us anyway (fixes #142613)
13501         (gst_asf_demux_audio_caps):
13502           comment out gst_util_dump_mem
13503
13504 2004-05-16  Benjamin Otte  <otte@gnome.org>
13505
13506         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13507           compute correct expected timestamps after seek (broken since
13508           last commit)
13509         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
13510           rename element and debugging category to gdkpixbufscale
13511
13512 2004-05-16  Benjamin Otte  <otte@gnome.org>
13513
13514         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13515           add error checking to snd_pcm_delay and remove duplicate call to
13516           snd_pcm_delay that caused issues (see inline code comments)
13517         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13518           make more readable and fix return value when snd_pcm_delay fails
13519         (fixes #142586)
13520
13521 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
13522         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
13523         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
13524         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
13525         (gst_pixbufscale_link), (gst_pixbufscale_init),
13526         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
13527         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
13528         (gst_pixbufscale_get_property), (pixbufscale_init):
13529         * ext/gdk_pixbuf/pixbufscale.h:
13530         Add these files I forgot earlier
13531
13532 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
13533         * ext/gdk_pixbuf/Makefile.am:
13534         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
13535         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13536         Add new pixbufscale element to scale RGB video
13537         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
13538         and HYPER interpolation correctly.
13539         * ext/theora/theoraenc.c: (theora_enc_chain),
13540         Discard buffer and return if explicit caps could not be set
13541         (theora_enc_get_property):
13542         Make _get return kbps for the bitrate consistent with
13543         the _set function.
13544
13545
13546 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13547
13548         * ext/libvisual/visual.c: (gst_visual_chain):
13549           add missing visual_audio_analyze
13550
13551 2004-05-14  David Schleef  <ds@schleef.org>
13552
13553         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
13554         is killed while we're playing.
13555         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
13556         gst_element_no_more_pads().
13557
13558 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13559
13560         * gst-libs/gst/riff/riff-read.c :
13561           - fix INFO tag extraction in RIFF/AVI files
13562             because gst_event_unref (event) also freed taglist
13563           - avoid a mem leak
13564
13565 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13566
13567         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
13568         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
13569
13570         * gst/auparse/gstauparse.c :
13571           - add code (commented for now) to support audio/x-adpcm on src pad
13572             (we have no decoder for those layout yet)
13573
13574         * gst/cdxaparse/gstcdxaparse.c :
13575         * gst/cdxaparse/gstcdxaparse.h :
13576           - partial rewrite using RiffRead (ripped iain's wavparse code)
13577
13578         * gst/rtp/gstrtpL16enc.c : typo
13579         * gst/rtp/gstrtpgsmenc.c : typo
13580
13581 2004-05-13  Benjamin Otte  <otte@gnome.org>
13582
13583         * configure.ac:
13584           check for exact version of libvisual, it's not supposed to be
13585           API/ABI stable yet
13586
13587 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13588
13589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13590           signal no-more-pads
13591
13592 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
13593
13594         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
13595         Report which format was used for GST_FORMAT_DEFAULT
13596         * gst/debug/Makefile.am:
13597         * gst/debug/gstdebug.c: (plugin_init):
13598         * gst/debug/progressreport.c: (gst_progressreport_base_init),
13599         (gst_progressreport_class_init), (gst_progressreport_init),
13600         (gst_progressreport_report), (gst_progressreport_set_property),
13601         (gst_progressreport_get_property), (gst_progressreport_chain),
13602         (gst_progressreport_plugin_init):
13603         Add progressreport element for testing.
13604
13605 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13606
13607         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
13608         * sys/v4l/gstv4lsrc.h:
13609         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
13610         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
13611         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
13612         (gst_v4lsrc_grab_frame):
13613           add more debugging
13614           send a discont at start
13615
13616 2004-05-12  Colin Walters  <walters@redhat.com>
13617
13618         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
13619         inflooping if we can't find a chunk.  Or in other words, don't blow
13620         chunks if we don't have a chunk to blow.
13621
13622 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
13623         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
13624         Remove old debug output
13625         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
13626         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
13627         (gst_dvdec_set_property), (gst_dvdec_get_property):
13628         Change the quality setting to an enum, so it works from gst-launch
13629         Don't renegotiate a non-linked pad. Allows audio only decoding.
13630         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
13631         (gst_deinterlace_link), (gst_deinterlace_init):
13632         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
13633         (gst_videodrop_link):
13634         Some caps negotiation fixes
13635
13636 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13637
13638         * ext/tarkin/gsttarkin.c :
13639           - Change RANK from NONE to PRIMARY
13640         * ext/gdk_pixbuf/gstgdkpixbuf.c :
13641           - Change RANK from NONE to MARGINAL
13642         * ext/divx/gstdivxenc.c :
13643           - Change RANK from PRIMARY to NONE (encoder/spider issue)
13644
13645 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13646
13647         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
13648         (gst_vorbisenc_push_packet):
13649           copy a function that was added between 1.0 and 1.0.1 until we
13650           depend on worthwhile features of post-1.0
13651
13652 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13653
13654         * configure.ac:
13655           enable shout2 by default
13656         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
13657         (gst_shout2send_base_init), (gst_shout2send_init),
13658         (gst_shout2send_connect), (gst_shout2send_change_state):
13659         * ext/shout2/gstshout2.h:
13660           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
13661           #142262)
13662         * ext/theora/theora.c: (plugin_init):
13663           don't set rank on encoders
13664
13665 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
13666
13667         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
13668           Use codec_data property instead of flag1 and flag2 for wma
13669
13670 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13671
13672         * gst/cdxaparse/gstcdxaparse.c :
13673           - Add mpegversion to CAPS to make it link
13674           - Rank is as GST_RANK_SECONDARY instead of NONE
13675         * gst/auparse/gstauparse.c :
13676           - Document all audio encoding we can encounter from Solaris 9
13677             headers and libsndfile information.
13678           - Increase max. rate from 48000 to 192000 (to match other elements)
13679           - Don't try to play junk data between header and samples
13680
13681 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13682
13683         * ext/libvisual/visual.c: (gst_visual_getcaps):
13684           use the right caps depending on endianness (I hope)
13685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
13686           use GST_RANK_NONE for all non-decoding elements or spider gets
13687           mighty confused
13688
13689 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13690
13691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
13692           Fix some odd cases and fix BE metadata parsing of unicode16 text.
13693
13694 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13695
13696         * gst/switch/gstswitch.c: (gst_switch_release_pad),
13697         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
13698         (gst_switch_loop), (gst_switch_get_type):
13699           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
13700           HEADERS. Had to be said.
13701
13702 2004-05-10  David Schleef  <ds@schleef.org>
13703
13704         * configure.ac: Add prototype Dirac support.
13705         * ext/Makefile.am:
13706         * ext/dirac/Makefile.am:
13707         * ext/dirac/gstdirac.cc:
13708         * ext/dirac/gstdiracdec.cc:
13709
13710 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13711
13712         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
13713         (gst_auparse_init), (gst_auparse_chain),
13714         (gst_auparse_change_state):
13715           Hack around spider. Remove me some day please.
13716
13717 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13718
13719         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13720           Fix for some uninitialized variables in previous patch, also
13721           makes it work. Fixes #142286 while we're at it.
13722
13723 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13724
13725         * gst/auparse/gstauparse.c:
13726                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
13727                 only unsupported formats are ADPCM/CCITT G.72x
13728                 reviewed by Ronald
13729         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
13730
13731 2004-05-10  Wim Taymans  <wim@fluendo.com>
13732
13733         * ext/vorbis/Makefile.am:
13734         * ext/vorbis/README:
13735         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
13736         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
13737         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
13738         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
13739         (gst_oggvorbisenc_convert_sink),
13740         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
13741         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
13742         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
13743         (get_constraints_string), (update_start_message),
13744         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
13745         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
13746         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
13747         * ext/vorbis/oggvorbisenc.h:
13748         * ext/vorbis/vorbis.c: (plugin_init):
13749         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
13750         (raw_caps_factory), (gst_vorbisenc_class_init),
13751         (gst_vorbisenc_init), (gst_vorbisenc_setup),
13752         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
13753         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
13754         * ext/vorbis/vorbisenc.h:
13755         Added a raw vorbis encoder to be used with the oggmuxer.
13756         We still need the old encoder for some gnome applications,
13757         read the README to find out how that works.
13758         The raw encoder is called "rawvorbisenc" until 0.9.
13759
13760 2004-05-10  Wim Taymans  <wim@fluendo.com>
13761
13762         * ext/ogg/gstogg.c: (plugin_init):
13763         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
13764         (gst_ogg_print):
13765         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
13766         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
13767         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
13768         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
13769         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
13770         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
13771         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
13772         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
13773         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
13774         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
13775         Added an ogg muxer.
13776         Small typo fixes in the demuxer.
13777
13778 2004-05-10  Wim Taymans  <wim@fluendo.com>
13779
13780         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13781         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
13782         (theora_enc_change_state), (theora_enc_set_property),
13783         (theora_enc_get_property):
13784         Mark the last packet with an EOS flag which is not really needed
13785         in gstreamer.
13786         Do some better video framerate initialisation.
13787         Update the buffer timestamp.
13788
13789 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
13790
13791         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
13792         Return the result of the parent state change call
13793
13794 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13795
13796         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
13797         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
13798         * gst/law/alaw-encode.c : (idem)
13799         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
13800         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
13801         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
13802
13803 2004-05-09  Benjamin Otte  <otte@gnome.org>
13804
13805         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13806           don't use a fixed buffer size when writing variable length data to
13807           it. Fixes memory corruption and makes alsasrc work
13808
13809 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13810
13811         * ext/gnomevfs/gstgnomevfssink.c:
13812         (_gst_boolean_allow_overwrite_accumulator),
13813         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
13814           Run glib's default signal handler (??) in RUN_CLEANUP rather than
13815           RUN_LAST, and don't use that to set the accumulator value because
13816           then it's always FALSE.
13817
13818 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13819
13820         * gst-libs/gst/riff/riff-media.c:
13821         (gst_riff_create_video_caps_with_data),
13822         (gst_riff_create_audio_caps),
13823         (gst_riff_create_audio_template_caps):
13824         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13825           Fix for unaligned RIFF files (i.e. where all the chunks together
13826           in a LIST chunk are not of the same size as the size given in
13827           the LIST chunk header). Fixes several odd WAVE files. Also fix
13828           ADPCM (block_align property) in audio, so that wavparse based
13829           on this works now as it used to stand-alone.
13830
13831 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
13832
13833         reviewed by Benjamin Otte  <otte@gnome.org>
13834
13835         * ext/a52dec/gsta52dec.c:
13836         * ext/divx/gstdivxdec.c:
13837         * ext/divx/gstdivxenc.c:
13838         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
13839         * ext/faac/gstfaac.c: (gst_faac_base_init):
13840         * ext/faad/gstfaad.c: (gst_faad_base_init):
13841         * ext/ivorbis/vorbisfile.c:
13842         * ext/lame/gstlame.c:
13843         * ext/libfame/gstlibfame.c:
13844         * ext/mpeg2enc/gstmpeg2enc.cc:
13845         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
13846         * ext/sidplay/gstsiddec.cc:
13847         * ext/speex/gstspeexdec.c:
13848         * ext/speex/gstspeexenc.c:
13849         * ext/xvid/gstxviddec.c:
13850         * ext/xvid/gstxvidenc.c:
13851           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
13852           (fixes #142193)
13853
13854 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13855
13856         * ext/alsa/gstalsa.c: (device_list),
13857         (gst_alsa_class_probe_devices):
13858         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13859           Fix alsa oddness in mixer after the combination of using mixer
13860           in source/sink elements and using hw:x,y instead of just hw:x.
13861
13862 2004-05-09  Benjamin Otte  <otte@gnome.org>
13863
13864         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
13865         (gst_wavparse_create_sourcepad):
13866           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
13867           sourcepads
13868
13869 2004-05-09  Benjamin Otte  <otte@gnome.org>
13870
13871         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13872           allow discont events before caps nego
13873
13874 2004-05-08  Benjamin Otte  <otte@gnome.org>
13875
13876         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13877           don't leak events
13878
13879 2004-05-08  Benjamin Otte  <otte@gnome.org>
13880
13881         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
13882         (gst_level_change_state), (gst_level_init):
13883         * gst/level/gstlevel.h:
13884           figure out if we're initialized directly instead of keeping a
13885           variable that's wrong in 90% of cases
13886           don't initialize pads and then leak them and use a new unitialized
13887           pad. (fixes #142084)
13888           these were bugs so n00bish I didn't find them for an hour :/
13889
13890 2004-05-08 Iain <iain@prettypeople.org>
13891
13892         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
13893         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
13894         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
13895         return the length that was read.
13896         (gst_riff_read_strf_auds): Allow fmt tags as well.
13897
13898 2004-05-07  David Schleef  <ds@schleef.org>
13899
13900         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
13901         signed char assumption in faad.h.
13902
13903 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13904
13905         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
13906           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
13907
13908 2004-05-07  Colin Walters  <walters@redhat.com>
13909
13910         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
13911         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
13912         function.
13913         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
13914         Add dispose function.
13915
13916 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
13917         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
13918           Fix caps nego and pad templates. RGB mode caps should
13919           work now.
13920         * ext/dvdnav/gst-dvd:
13921           Move mpeg2dec inside the thread because otherwise the
13922           queue rejects cap changes mid-stream
13923         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
13924         (gst_mpeg2dec_flush_decoder):
13925           For mpeg2dec > 0.4.0, call the flush function instead of
13926           manually extracting all in-flight frames.
13927         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
13928         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
13929           Change mime type video/dv go video/x-dv to match the
13930           rest of gst-plugins
13931
13932 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13933
13934         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13935         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
13936         (gst_alsa_sink_class_init):
13937         * ext/alsa/gstalsasink.h:
13938         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
13939         (gst_alsa_src_class_init):
13940         * ext/alsa/gstalsasrc.h:
13941           Make alsasink/src a subclass of alsamixer so that mixer stuff
13942           shows up in gst-rec. Needs some finetuning.
13943
13944 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13945
13946         * ext/lame/gstlame.c: (gst_lame_chain):
13947           simplify
13948         * ext/mad/gstmad.c: (gst_mad_handle_event):
13949           fix event leak
13950         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13951           be able to detect mp3 files < 4096 bytes
13952
13953 2004-05-06  Wim Taymans  <wim@fluendo.com>
13954
13955         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13956         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
13957         (theora_enc_set_property), (theora_enc_get_property):
13958         Also encode the first frame, cleanup some code.
13959
13960 2004-05-06  Wim Taymans  <wim@fluendo.com>
13961
13962         * ext/mpeg2enc/gstmpeg2enc.cc:
13963         Forward events first before deciding that negotiation was
13964         not performed.
13965
13966 2004-05-06  Wim Taymans  <wim@fluendo.com>
13967
13968         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
13969         First process the events before deciding that negotiation
13970         was not performed.
13971
13972 2004-05-06  Wim Taymans  <wim@fluendo.com>
13973
13974         * ext/theora/Makefile.am:
13975         * ext/theora/theora.c: (plugin_init):
13976         * ext/theora/theoradec.c: (theora_dec_change_state):
13977         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
13978         (gst_theora_enc_class_init), (gst_theora_enc_init),
13979         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
13980         (theora_enc_chain), (theora_enc_change_state),
13981         (theora_enc_set_property), (theora_enc_get_property):
13982         Added a theora encoder, grouped the encoder and decoder into the
13983         same plugin.
13984
13985 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13986
13987         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13988         (gst_jpegenc_chain):
13989         fix DURATION on outgoing buffers
13990         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
13991         debug using time formats
13992         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13994         (gst_xvimagesink_sink_link):
13995         windows with width/height 0 generate X errors, so don't allow them
13996
13997 2004-05-05  Wim Taymans  <wim@fluendo.com>
13998
13999         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
14000         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
14001         (gst_mpeg2dec_negotiate_format):
14002         * ext/mpeg2dec/gstmpeg2dec.h:
14003           removed the static pad template so that we can add the
14004           more accurate framerate value to the caps.
14005
14006
14007 2004-05-04  Benjamin Otte  <otte@gnome.org>
14008
14009         * configure.ac:
14010           check for kdemacros.h, too (should fix #141821)
14011         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
14012           don't crash if no header was sent, but nicely error out (fixes part
14013           of #141554)
14014
14015 2004-05-04  Wim Taymans  <wim@fluendo.com>
14016
14017         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
14018         parent dispose function to avoid segfault on destroy.
14019
14020 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
14021
14022         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
14023         (plugin_init):
14024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
14025         (gst_xvimagesink_sink_link):
14026         clean up debugging caps
14027         also recreate xvimage when format has changed
14028
14029 2004-05-04  Benjamin Otte  <otte@gnome.org>
14030
14031         * ext/libvisual/Makefile.am:
14032         * ext/libvisual/visual.c: (gst_visual_class_init),
14033         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
14034         (gst_visual_srclink), (gst_visual_chain),
14035         (gst_visual_change_state), (plugin_init):
14036           use a GstAdapter to correctly adapt buffer sizes - allows using a
14037           framerate
14038
14039 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14040
14041         * sys/v4l/gstv4lelement.h:
14042         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14043         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
14044         (gst_v4lsrc_buffer_free):
14045         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
14046         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14047         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
14048         (gst_v4lsrc_requeue_frame):
14049         move some debugging categories around
14050         query for fps index and set accordingly if found
14051
14052 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14053
14054         * ext/lame/gstlame.c:
14055         correct defaults that lame_init puts out of range
14056
14057 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14058
14059         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
14060         (gst_divxenc_class_init):
14061         fix range since -1 is the default
14062         * gst/mpeg1sys/gstmpeg1systemencode.c:
14063         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
14064         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
14065         (gst_rtjpegdec_chain):
14066         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
14067         (gst_rtjpegenc_chain):
14068         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
14069         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
14070         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
14071         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
14072         * sys/v4l/gstv4lsrc.c:
14073         * sys/v4l/v4l_calls.c: (gst_v4l_open):
14074         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
14075         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
14076         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
14077         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
14078           remove gst_info calls
14079
14080 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14081
14082         * Makefile.am:
14083         * po/af.po:
14084         * po/az.po:
14085         * po/en_GB.po:
14086         * po/nl.po:
14087         * po/sr.po:
14088         * po/sv.po:
14089           Updated translations
14090
14091 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14092
14093         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
14094           refactor/comment code
14095
14096 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14097
14098         * gst/asfdemux/Makefile.am:
14099         * gst/asfdemux/asfheaders.c:
14100         * gst/asfdemux/asfheaders.h:
14101         * gst/asfdemux/gstasf.c: (plugin_init):
14102         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
14103         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
14104         (gst_asf_demux_setup_pad):
14105         * gst/asfdemux/gstasfdemux.h:
14106         * gst/asfdemux/gstasfmux.c:
14107         * gst/asfdemux/gstasfmux.h:
14108           Add tagging support to demuxer, split out registration in its own
14109           file instead of in demux (hacky), and prevent having some tables
14110           in our memory multiple times (in asfheaders.h).
14111
14112 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14113
14114         * gst/matroska/matroska-demux.c:
14115         (gst_matroska_demux_parse_metadata):
14116         * gst/matroska/matroska-ids.h:
14117           Basic tag reading support.
14118
14119 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14120
14121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14122           Really detect ac-3 audio.
14123         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
14124           really detect matroska files (off-by-1).
14125
14126 2004-04-30  David Schleef  <ds@schleef.org>
14127
14128         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14129         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
14130         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
14131         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
14132         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
14133         hackage -- parse a lot more atoms, extract a few tags.  One might even
14134         mistake this for tag support.  Maybe it is.
14135         * gst/qtdemux/qtdemux.h:
14136
14137 2004-04-30  Colin Walters  <walters@verbum.org>
14138
14139         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
14140
14141 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14142
14143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14144         (gst_ffmpegcolorspace_getcaps):
14145           remove broken nego fix
14146
14147 2004-04-30  Benjamin Otte  <otte@gnome.org>
14148
14149         * configure.ac:
14150         * ext/Makefile.am:
14151         * ext/libvisual/Makefile.am:
14152         * ext/libvisual/visual.c:
14153           add initial support for libvisual (http://libvisual.sourceforge.net)
14154           libvisual is still quite alpha, so expect crashes in there :)
14155
14156 2004-04-29  David Schleef  <ds@schleef.org>
14157
14158         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
14159         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
14160         up qtdemux to make it spit out codec_data.  Do _not_ look at this
14161         code; you will no longer respect me.
14162
14163 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14164
14165         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
14166         * ext/alsa/gstalsa.h :
14167         change alsa pcm device discovery to find more than 1 device
14168         per card. code review by Ronald.
14169
14170 2004-04-29  David Schleef  <ds@schleef.org>
14171
14172         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
14173         Add a check for a driver bug on FreeBSD.  (bug #140565)
14174
14175 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14176
14177         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
14178         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
14179         (gst_jpegenc_getcaps):
14180           move format setting to inner loop
14181         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14182         (gst_ffmpegcolorspace_getcaps):
14183           use GST_PAD_CAPS if available so that we use already negotiated
14184           caps
14185         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14186         (qtdemux_parse_moov), (qtdemux_parse):
14187           extra debugging
14188         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
14189         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
14190           move hardcoded path to DEFINE
14191
14192 2004-04-28  David Schleef  <ds@schleef.org>
14193
14194         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
14195         (bug #140064)
14196
14197 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14198
14199         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
14200           Don't probe for playback device if we're a source element. Fixes
14201           #139658.
14202
14203 2004-04-29  Benjamin Otte  <otte@gnome.org>
14204
14205         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
14206         (gst_id3_tag_chain):
14207           rewrite buffer offset
14208
14209 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14210
14211         * configure.ac:
14212         * ext/Makefile.am:
14213         * ext/dts/Makefile.am:
14214         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
14215         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
14216         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
14217         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
14218         (gst_dtsdec_loop), (gst_dtsdec_change_state),
14219         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
14220         (plugin_init):
14221         * ext/dts/gstdtsdec.h:
14222           New DTS decoder.
14223         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
14224         (gst_faad_srcconnect):
14225           Add ESDS atom handling (.m4a).
14226
14227 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14228
14229         * ext/divx/gstdivxdec.c: (plugin_init):
14230           Remove comment that makes no sense.
14231         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
14232           Fix for obvious typo that resulted in warnings during gst-register.
14233         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
14234         (gst_xviddec_sink_link):
14235           Fix caps negotiation a bit better.
14236         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14237           We call this 'codec_data', not 'esds'.
14238
14239 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14240
14241         * gst/monoscope/gstmonoscope.c:
14242           make sure we only provide 256x128
14243         * gst/monoscope/monoscope.c: (monoscope_init):
14244           assert size of 256x128
14245
14246 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14247
14248         * Makefile.am:
14249         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
14250         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
14251           fixate to max width and height of device
14252
14253 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14254
14255         * Makefile.am:
14256         * sys/v4l/gstv4l.c:
14257         * sys/v4l/gstv4lsrc.c:
14258         * sys/v4l/v4l_calls.c:
14259         * sys/v4l/v4lsrc_calls.c:
14260           fix for qc-usb driver which fakes having more than one buffer
14261           by handing the same buffer twice, which confused GStreamer's/v4lsrc
14262           buffer_free override
14263           add debugging
14264
14265 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14266
14267         * Makefile.am:
14268         * gst/videotestsrc/gstvideotestsrc.c:
14269         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
14270         (gst_videotestsrc_init), (gst_videotestsrc_get),
14271         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
14272         * gst/videotestsrc/gstvideotestsrc.h:
14273           add num-buffers property
14274
14275         2004-04-26  Benjamin Otte  <otte@gnome.org>
14276
14277         * ext/mad/gstid3tag.c: (plugin_init):
14278           set id3mux rank to NONE so it doesn't confuse spider
14279           require audio/mpeg,mpegversion=1 in id3mux
14280
14281 2004-04-26  Benjamin Otte  <otte@gnome.org>
14282
14283         * configure.ac:
14284           detect faad correctly as non-working if it's indeed non-working
14285
14286 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14287
14288         * Makefile.am:
14289         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
14290         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
14291         fix _getcaps so it only negotiates to its supported format
14292
14293 2004-04-25  Benjamin Otte  <otte@gnome.org>
14294
14295         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
14296           fix memleak
14297
14298 2004-04-23  Benjamin Otte  <otte@gnome.org>
14299
14300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
14301           audio/x-raw-int with height rules! not. Now it's depth.
14302
14303 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14304
14305         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
14306         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
14307         (gst_wavparse_loop):
14308           Missing variable initialization. Add handling of DVI ADPCM. Fix
14309           mis-parsing of LIST chunks. This works around a bug where we mis-
14310           parse non-aligning LIST chunks (so LIST chunks where the contents
14311           don't align with the actual LIST size). The correct fix is to use
14312           rifflib, I'm not going to fix wavparse - too much work. All this
14313           fixes #104878.
14314
14315 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14316
14317         reviewed by Benjamin Otte  <otte@gnome.org>
14318
14319         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
14320           fix shoutcast not working (fixes #140844)
14321
14322 2004-04-22  Benjamin Otte  <otte@gnome.org>
14323
14324         * ext/hermes/gsthermescolorspace.c:
14325         (gst_hermes_colorspace_caps_remove_format_info):
14326         * gst/colorspace/gstcolorspace.c:
14327         (gst_colorspace_caps_remove_format_info):
14328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14329         (gst_ffmpegcolorspace_caps_remove_format_info):
14330           s/gst_caps_simplify/gst_caps_do_simplify/
14331
14332 2004-04-22  Benjamin Otte  <otte@gnome.org>
14333
14334         * gst-libs/gst/riff/riff-media.c:
14335         (gst_riff_create_video_caps_with_data):
14336           mpegversion is an int
14337         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
14338           don't try to create pad templates with NULL caps, use any caps
14339           instead.
14340
14341 2004-04-20  David Schleef  <ds@schleef.org>
14342
14343         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
14344         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
14345         (bug #140384)
14346
14347 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
14348
14349         reviewed by David Schleef
14350
14351         * ext/mad/gstid3tag.c: Add stdlib.h
14352         * gst/rtp/gstrtpgsmenc.c: same
14353         * gst/tags/gstid3tag.c: same
14354         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
14355         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
14356         GST_DISABLE_LOADSAVE use.
14357         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
14358         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
14359         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
14360         atol(3)).
14361         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
14362         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
14363         strtoul(3)).
14364         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
14365         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
14366         $(ID3_CFLAGS).
14367         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
14368         $(LIBFAME_CFLAGS).
14369
14370 2004-04-20  David Schleef  <ds@schleef.org>
14371
14372         * gst/realmedia/rmdemux.c:  This was supposed to part of the
14373         last checkin.  Same idea.
14374
14375 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
14376
14377         reviewed by David Schleef
14378
14379         * configure.ac: bump required gstreamer version to 0.8.1.1
14380         because of following changes [--ds]
14381
14382         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
14383         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
14384         (gst_riff_read_header):  Use GST_READ_UINT*
14385         macros to access possibly unaligned memory.
14386
14387         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
14388         (mp3_type_find):  Use GST_READ_UINT*
14389         macros to access possibly unaligned memory.
14390         (mp3_type_find, mpeg1_parse_header, qt_type_find)
14391         (speex_type_find): Likewise
14392
14393         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
14394
14395         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
14396         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
14397         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
14398         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
14399         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
14400         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
14401         macros to access possibly unaligned memory.
14402
14403         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
14404         Likewise.
14405
14406         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
14407         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
14408
14409         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
14410         Likewise.
14411
14412         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
14413         (gst_mpeg2subt_chain_subtitle): Likewise.
14414
14415         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
14416         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
14417         Likewise.
14418
14419         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
14420         Likewise.
14421
14422         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
14423         Likewise.
14424
14425         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
14426         Likewise.
14427
14428 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14429
14430         * configure.ac:
14431           update required version of GStreamer because of GST_TIME_FORMAT
14432
14433 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14434
14435         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
14436           remove leftover g_print
14437         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14438           don't try setting only a subset of the caps. We don't want to kill
14439           autoplugging on purpose
14440
14441 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14442
14443         * sys/ximage/ximagesink.c: (plugin_init):
14444         * sys/xvimage/xvimagesink.c: (plugin_init):
14445           add debugging categories
14446
14447 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14448
14449         * po/en_GB.po:
14450         * po/LINGUAS:
14451           Adding en_GB translation (Gareth Owen)
14452
14453 2004-04-20  David Schleef  <ds@schleef.org>
14454
14455         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14456         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
14457         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
14458         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
14459         A number of new features and hacks to extract the esds atom and
14460         put it into the caps.  (bug #137724)
14461
14462 2004-04-19  David Schleef  <ds@schleef.org>
14463
14464         * gconf/Makefile.am: Fix for non-GNU make
14465         * gst-libs/gst/Makefile.am: Change directory order to handle
14466         GstPlay linking with gstinterfaces
14467         * gst-libs/gst/audio/make_filter: make use of tr portable
14468         * gst-libs/gst/play/Makefile.am: Add intended \
14469         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14470         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
14471         function prototype instead of void *.
14472         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
14473         macro.
14474         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14475         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
14476         * gst/videofilter/make_filter: make use of tr portable
14477         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
14478
14479 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14480
14481         * po/LINGUAS:
14482         * po/uk.po:
14483           Added Ukrainian translation (Maxim V. Dziumanenko)
14484
14485 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14486
14487         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
14488         (gst_gsmdec_link), (gst_gsmdec_chain):
14489           Fix capsnego, simplify chain function slightly.
14490         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14491           Add GSM.
14492
14493 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14494
14495         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14496         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
14497         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
14498           Hack to make wavparse work with spider (always -> sometimes pad).
14499           Fixes #135862 && #140411.
14500
14501 2004-04-18  Benjamin Otte  <otte@gnome.org>
14502
14503         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
14504         (gst_osselement_rate_probe_check),
14505         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
14506           get rid of \n in debug output
14507
14508 2004-04-17  Iain <iain@prettypeople.org>
14509
14510         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
14511         not just EOS.
14512
14513 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14514
14515         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14516         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
14517         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
14518         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
14519         (gst_id3_tag_src_link), (gst_id3_tag_chain),
14520         (gst_id3_tag_change_state), (plugin_init):
14521           deprecate id3tag element and replace with id3demux/id3mux.
14522           great side effect: this ugly file is now even uglier, yay!
14523         * ext/mad/gstmad.h:
14524           remove non-available function
14525           update for new get_type
14526
14527 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14528
14529         * configure.ac:
14530           require mpeg2dec >= 0.4.0
14531
14532 2004-04-17  Benjamin Otte  <otte@gnome.org>
14533
14534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
14535         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
14536         (gst_xvimagesink_set_xwindow_id):
14537           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
14538           assorted cleanup fixes.
14539
14540 2004-04-16  David Schleef  <ds@schleef.org>
14541
14542         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
14543         * sys/xvimage/xvimagesink.h: same
14544
14545 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14546
14547         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
14548           Fix GST_ELEMENT_ERROR with (NULL)
14549
14550 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14551
14552         * gst-libs/gst/riff/riff-media.c:
14553         (gst_riff_create_video_caps_with_data):
14554           Add div[3456] as fourccs for DivX 3 (fixes #140137).
14555
14556 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14557
14558         * gst-libs/gst/riff/riff-media.c:
14559         (gst_riff_create_video_caps_with_data),
14560         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
14561         (gst_riff_create_video_template_caps),
14562         (gst_riff_create_audio_template_caps):
14563         * gst-libs/gst/riff/riff-media.h:
14564         * gst-libs/gst/riff/riff-read.c:
14565         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
14566         * gst-libs/gst/riff/riff-read.h:
14567         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14568           Add MS RLE support. I added some functions to read out strf chunks
14569           into strf chunks and the data behind it. This is usually color
14570           palettes (as in RLE, but also in 8-bit RGB). Also use those during
14571           caps creation. Lastly, add ADPCM (similar to wavparse - which
14572           should eventually be rifflib based).
14573         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
14574         (gst_matroska_demux_init), (gst_matroska_demux_reset):
14575         * gst/matroska/matroska-demux.h:
14576           Remove placeholders for some prehistoric tagging system. Didn't add
14577           support for any tag system really anyway.
14578         * gst/qtdemux/qtdemux.c:
14579           Add support for audio/x-m4a (MPEG-4) through spider.
14580         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
14581         (gst_wavparse_loop):
14582           ADPCM support (#135862). Increase max. buffer size because we
14583           cannot split buffers for ADPCM (screws references) and I've seen
14584           files with 2048 byte chunks. 4096 seems safe for now.
14585
14586 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14587
14588         * configure.ac: bump nano to 1
14589
14590 === release 0.8.1 ===
14591
14592 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14593
14594         * configure.ac: releasing 0.8.1, "Comforting Sounds"
14595
14596 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14597
14598         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14599           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
14600           Fixes #140058
14601
14602 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14603
14604         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
14605           lower rank of dvddemux so that it's not used for mpeg playback.
14606
14607 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14608
14609         * configure.ac:
14610           save libs correctly when checking mad
14611
14612 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14613
14614         * ext/mad/gstid3tag.c: (plugin_init):
14615           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
14616
14617 2004-04-13  David Schleef  <ds@schleef.org>
14618
14619         * common/m4/gst-feature.m4: Call -config scripts with
14620         --plugin-libs if it is supported.
14621         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
14622         JPEG images are image/jpeg.
14623         * gst/debug/Makefile.am:
14624         * gst/debug/negotiation.c: (gst_negotiation_class_init),
14625         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
14626         (gst_negotiation_update_caps), (gst_negotiation_get_property),
14627         (gst_negotiation_plugin_init): Add a property that acts like
14628         filter caps.
14629         * testsuite/gst-lint:  Move license checking to be a standard
14630         test.
14631
14632 2004-04-13  David Schleef  <ds@schleef.org>
14633
14634         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
14635         patch from Sebastien Cote (bug #139958)
14636
14637 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14638
14639         * examples/gstplay/Makefile.am:
14640         * examples/gstplay/player.c: (main):
14641           make the commandline player example use gconf settings
14642
14643 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14644
14645         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14646         (gst_cacasink_sinkconnect), (gst_cacasink_init),
14647         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
14648           init/end library during state transition, not object
14649           creation/disposal.  get rid of custom dispose handler.
14650
14651
14652 2004-04-12  Christian Schaller <Uraeus@gnome.org>
14653
14654         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
14655         be a symlink
14656
14657 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14658
14659         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
14660           Handle JUNK chunks inside data section. Prevents warnings.
14661
14662 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14663
14664         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14665         (gst_riff_create_video_template_caps):
14666           Add MS video v1.
14667         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14668         (gst_avi_demux_stream_data):
14669           Add support for "rec-list" chunks.
14670
14671 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14672
14673         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
14674           Fix another codecname mismatch.
14675
14676 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14677
14678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14679           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
14680           so that MJPEG plays back.
14681
14682 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14683
14684         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
14685         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
14686         * gst/mpeg1videoparse/gstmp1videoparse.h:
14687           Fix for some slight mis-cuts in buffer parsing, and for some
14688           potential overflows or faults-causers. Adds disconts. Also fixes
14689           #139105 while we're at it.
14690
14691 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14692
14693         * configure.ac:
14694         * sys/v4l2/gstv4l2element.h:
14695           Workaround for missing struct v4l2_buffer declaration in Suse 9
14696           and Mandrake 10 linux/videodev2.h header file (#135919).
14697
14698 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14699
14700         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
14701           Bail out if no filename was given.
14702
14703 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14704
14705         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
14706         (gst_v4l2_fourcc_from_structure):
14707           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
14708           Y41B somewhere).
14709
14710 2004-04-09  Benjamin Otte  <otte@gnome.org>
14711
14712         * ext/gnomevfs/gstgnomevfssink.c:
14713         (_gst_boolean_allow_overwrite_accumulator),
14714         (gst_gnomevfssink_class_init):
14715           fix erase signal - if any handler returns false the file will not be
14716           overwritten. If no handler is connected, the file will not be
14717           overwritten either.
14718           renamed signal to "allow-overwrite"
14719         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
14720           free string when adding it to ID3 failed
14721         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14722           unref event when done
14723         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
14724           free caps
14725         * gst/typefind/gsttypefindfunctions.c:
14726         (mpeg_video_stream_type_find):
14727           fix invalid read
14728
14729 2004-04-08  David Schleef  <ds@schleef.org>
14730
14731         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14732         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
14733
14734 2004-04-08  David Schleef  <ds@schleef.org>
14735
14736         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
14737         we don't support (bug #139532)
14738
14739 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14740
14741         * ext/mad/gstmad.c: (gst_mad_handle_event),
14742         (gst_mad_check_caps_reset), (gst_mad_chain),
14743         (gst_mad_change_state):
14744           only set explicit caps if they haven't been set before for
14745           this stream.  MPEG-audio sample rate/channels aren't allowed
14746           to change in-stream.
14747           Fixes #139382
14748
14749 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14750
14751         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
14752         (_gst_boolean_did_something_accumulator),
14753         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
14754         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
14755         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
14756         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
14757         (gst_gnomevfssink_change_state):
14758           Fix erase signal. Don't erase by default. Remove handoff signal.
14759           Remove erase property. Don't segfault. General cleanup.
14760
14761 2004-04-07  Benjamin Otte  <otte@gnome.org>
14762
14763         * gst-libs/gst/gconf/test-gconf.c: (main):
14764           add missing gst_init
14765
14766 2004-04-07  Benjamin Otte  <otte@gnome.org>
14767
14768         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
14769           free the mutexes, too
14770
14771 2004-04-07  Benjamin Otte  <otte@gnome.org>
14772
14773         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
14774           actually free the URI string
14775         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
14776           compute offset correctly when passing discont events
14777         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14778           don't leak discont events
14779         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
14780           add some missing breaks so caps aren't copied randomly
14781         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
14782           if we realloc memory, we better use it
14783
14784 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14785
14786         * ext/mad/gstmad.c: (normal_seek):
14787           fix GST_FORMAT_TIME usage
14788
14789 2004-04-05  David Schleef  <ds@schleef.org>
14790
14791         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
14792         a deprecated function (hack!)
14793
14794 2004-04-05  Benjamin Otte  <otte@gnome.org>
14795
14796         * ext/esd/esdmon.c: (gst_esdmon_get):
14797           fix nonterminated vararg and memleak
14798
14799 2004-04-05  Benjamin Otte  <otte@gnome.org>
14800
14801         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
14802         (gst_ladspa_init), (gst_ladspa_force_src_caps),
14803         (gst_ladspa_set_property), (gst_ladspa_get_property),
14804         (gst_ladspa_instantiate), (gst_ladspa_activate),
14805         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
14806           clean up debugging
14807
14808 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
14809
14810         reviewed by Benjamin Otte  <otte@gnome.org>
14811
14812         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
14813           check for broken LADSPA parameters (fixes #138635)
14814
14815 2004-04-05  Benjamin Otte  <otte@gnome.org>
14816
14817         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
14818           advertise buffer-frames correctly on sinkpads
14819
14820 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14821
14822         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
14823         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
14824         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
14825         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
14826         (gst_mad_check_caps_reset), (gst_mad_chain):
14827         add more debugging, only reset caps when we're not in error state
14828
14829 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14830
14831         * ext/mad/gstmad.c: add debugging category, comment + cleanups
14832
14833 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
14834
14835         reviewed by Benjamin Otte  <otte@gnome.org>
14836
14837         * configure.ac:
14838           fix == in test(1) operator
14839
14840 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
14841
14842         reviewed by Benjamin Otte  <otte@gnome.org>
14843
14844         * configure.ac:
14845           fix --export-symblos-regex to a working regex.
14846
14847 2004-04-04  Benjamin Otte  <otte@gnome.org>
14848
14849         * sys/oss/.cvsignore:
14850           add for oss_probe
14851
14852 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
14853
14854         reviewed by Benjamin Otte  <otte@gnome.org>
14855
14856         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14857           add missing 'new_media' argument (fixes #138168)
14858         * gst/matroska/matroska-demux.c:
14859         (gst_matroska_demux_handle_seek_event):
14860           add vararg terminator (fixes #138169)
14861
14862 2004-04-02  David Schleef  <ds@schleef.org>
14863
14864         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
14865         disted (bug #138914)
14866
14867 2004-04-01  Benjamin Otte  <otte@gnome.org>
14868
14869         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
14870         (gst_alsa_close_audio):
14871           handle case better where a soundcard can't pause
14872         * ext/ogg/gstoggdemux.c:
14873           don't crash when we get events but don't have pads yet
14874
14875 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14876
14877         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
14878           throw an error if we couldn't probe any caps.
14879
14880 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
14881
14882         * ext/dvdnav/gst-dvd:
14883         Add a really simple sample DVD player
14884
14885 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
14886
14887         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
14888         (gst_a52dec_push), (gst_a52dec_handle_event),
14889         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
14890         (gst_a52dec_change_state):
14891         * ext/a52dec/gsta52dec.h:
14892           Use a debug category, Output timestamps correctly
14893           Emit tag info, Handle events, tell liba52dec about cpu
14894           capabilities so it can use MMX etc.
14895         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
14896           Fix a crasher accessing invalid memory
14897         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
14898         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
14899         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
14900         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
14901         (dvdnavsrc_query):
14902           Some support for byte-format seeking.
14903           Small fixes for still frames and menu button overlays
14904         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
14905         (gst_mpeg2dec_alloc_buffer):
14906           Use a debug category. Adjust the report level of several items to
14907           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
14908           so it doesn't lose the GstBuffer pointer
14909         * gst/debug/Makefile.am:
14910         * gst/debug/gstdebug.c: (plugin_init):
14911         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
14912         (gst_navseek_base_init), (gst_navseek_class_init),
14913         (gst_navseek_init), (gst_navseek_seek),
14914         (gst_navseek_handle_src_event), (gst_navseek_set_property),
14915         (gst_navseek_get_property), (gst_navseek_chain),
14916         (gst_navseek_plugin_init):
14917         * gst/debug/gstnavseek.h:
14918           Add the navseek debug element for seeking back and forth in a
14919           video stream using arrow keys.
14920         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
14921         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
14922         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
14923         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
14924         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
14925         (gst_mpeg2subt_parse_header), (gst_get_nibble),
14926         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
14927         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
14928         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
14929         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
14930         * gst/mpeg2sub/gstmpeg2subt.h:
14931           Pretty much a complete rewrite. Now a loopbased element. May still
14932           require work to properly synchronise subtitle buffers.
14933         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
14934         (gst_dvd_demux_send_subbuffer):
14935         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
14936           Don't attempt to create subbuffers of size 0
14937           Reduce a couple of error outputs to warnings.
14938         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
14939         (gst_y4mencode_chain):
14940         Output the y4m frame header correctly.
14941
14942 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14943
14944         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
14945           throw errors instead of allowing SIGFPE
14946
14947 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14948
14949         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
14950         (gst_gconf_render_bin_from_key):
14951           leak plugging and style fixing
14952
14953 2004-03-31  David Schleef  <ds@schleef.org>
14954
14955         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
14956         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
14957         (bug #138225)
14958         * gst/debug/Makefile.am:
14959         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
14960         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
14961         plugin.
14962         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
14963         (gst_negotiation_base_init), (gst_negotiation_class_init),
14964         (gst_negotiation_init), (gst_negotiation_getcaps),
14965         (gst_negotiation_pad_link), (gst_negotiation_chain),
14966         (gst_negotiation_set_property), (gst_negotiation_get_property),
14967         (gst_negotiation_plugin_init):  New element to talk about random
14968         negotiation things happening in a pipeline.
14969
14970 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14971
14972         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
14973           fix integer addition with help of Stefan Kost
14974
14975 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14976
14977         * po/nl.po: updated Dutch translation (Elros Cyriatan)
14978
14979 2004-03-30  David Schleef  <ds@schleef.org>
14980
14981         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
14982         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
14983         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
14984         (bug #137504)
14985         * ext/mpeg2dec/gstmpeg2dec.h:
14986
14987 2004-03-30  David Schleef  <ds@schleef.org>
14988
14989         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
14990
14991 2004-03-30  David Schleef  <ds@schleef.org>
14992
14993         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
14994         Michael Petullo) to handle .mov
14995
14996 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14997
14998         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
14999         (gst_osselement_rate_check_rate):
15000           probe caps correctly for sound cards that only support one format
15001
15002 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15003
15004         * ext/kio/kiosrc.cpp: (process_events):
15005           update handling event processing if inside KDE - untested
15006
15007 2004-03-29  David Schleef  <ds@schleef.org>
15008
15009         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
15010         by 2 to not interfere with other colorspaces.
15011         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
15012         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
15013         one to not interfere with ffmpeg_colorspace.
15014
15015 2004-03-29  David Schleef  <ds@schleef.org>
15016
15017         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
15018         aren't in the caps.
15019         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
15020         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
15021
15022 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15023
15024         * gst-libs/gst/riff/riff-media.c:
15025           fail on error, don't try to set stuff on NULL caps
15026
15027 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15028
15029         * configure.ac:
15030         * ext/Makefile.am:
15031         * ext/kio/Makefile.am:
15032         * ext/kio/kioreceiver.cpp:
15033         * ext/kio/kioreceiver.h:
15034         * ext/kio/kiosrc.cpp:
15035         * ext/kio/kiosrc.h:
15036           add experimental kiosrc plugin
15037         * ext/alsa/gstalsaplugin.c: (plugin_init):
15038           initialize debugging category only when we're sure registering the
15039           plugins worked.
15040
15041 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15042
15043         * examples/gstplay/player.c: (main):
15044         * gst-libs/gst/play/play.c: (gst_play_class_init),
15045         (gst_play_set_location), (gst_play_set_data_src),
15046         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15047         (gst_play_set_visualization), (gst_play_connect_visualization):
15048           check return values of element_set_state and return FALSE where
15049           failed
15050
15051 2004-03-29  Benjamin Otte  <otte@gnome.org>
15052
15053         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
15054           try harder to check if an event is really a discont
15055
15056 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15057
15058         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
15059         * po/az.po:
15060
15061 2004-03-28  Benjamin Otte  <otte@gnome.org>
15062
15063         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
15064         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
15065         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
15066           get rid of non-standard "..." ranges in case statements.
15067
15068 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
15069
15070         * gst/mpegstream/gstmpegdemux.c:
15071         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
15072         specific functionality split to the new dvddemux element.
15073         * gst/mpegstream/gstdvddemux.c:
15074         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
15075         streams, derived from mpegdemux.
15076         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
15077         up. SCR based timestamp rewriting can be turned off (will probably
15078         completely disappear soon).
15079         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
15080         hacking. General cleanup. All printf statements replaced by
15081         debugging messages. Almost complete libdvdnav support.
15082         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
15083         by events. New properties for audio and subpicture languages.
15084         (dvdnavsrc_update_highlight): Now uses events.
15085         (dvdnavsrc_user_op): Cleaned up.
15086         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
15087         based). Lots of cleanup, and propper support for most libdvdnav
15088         events.
15089         (dvdnavsrc_make_dvd_event): New function.
15090         (dvdnavsrc_make_dvd_nav_packet_event): New function.
15091         (dvdnavsrc_make_clut_change_event): New function.
15092
15093 2004-03-26  Benjamin Otte  <otte@gnome.org>
15094
15095         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
15096           fix bug where typefinding would claim it's theora whenever less then
15097           7 bytes of data were available
15098
15099 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15100
15101         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
15102         (gst_alawdec_base_init), (gst_alawdec_class_init),
15103         (gst_alawdec_init), (gst_alawdec_chain):
15104         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
15105         (gst_alawenc_base_init), (gst_alawenc_class_init),
15106         (gst_alawenc_init), (gst_alawenc_chain):
15107         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
15108         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
15109         (gst_mulawdec_init), (gst_mulawdec_chain):
15110         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
15111         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
15112         (gst_mulawenc_init), (gst_mulawenc_chain):
15113           Fix capsnego in all four, remove the unused property functions and
15114           simplify the chain functions slightly. I guess we could use macros
15115           or something similar for those, since the code is so similar, but
15116           I'm currently too lazy...
15117
15118 2004-03-24  David Schleef  <ds@schleef.org>
15119
15120         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
15121         (gst_osselement_close_audio), (gst_osselement_probe_caps),
15122         (gst_osselement_get_format_structure),
15123         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
15124         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
15125         (gst_osselement_rate_int_compare): Add code to handle rate probing
15126         (bug #120883)
15127         * sys/oss/gstosselement.h: same
15128         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
15129         Use rate probing provided by osselement.
15130         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
15131
15132 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15133
15134         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
15135         (gst_xvidenc_get_property):
15136           ulong/int mess-up.
15137
15138 2004-03-24  David Schleef  <ds@schleef.org>
15139
15140         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
15141         (gst_speexdec_init):
15142         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
15143         (gst_speexenc_init):  Create the pad template correctly (from
15144         the static pad template, not a NULL pointer.)
15145
15146 2004-03-25  Benjamin Otte  <otte@gnome.org>
15147
15148         * gst/debug/Makefile.am:
15149         * gst/debug/breakmydata.c:
15150           add element that quasi-randomly changes bytes in the stream.
15151           Intended use is robustness checking of demuxers and decoders in
15152           media tests.
15153
15154 2004-03-24  Benjamin Otte  <otte@gnome.org>
15155
15156         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15157         (gst_alsa_probe_hw_params):
15158         * ext/alsa/gstalsa.h:
15159           debugging output fixes
15160
15161 2004-03-24  Benjamin Otte  <otte@gnome.org>
15162
15163         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
15164           don't g_return_if_fail if element is PLAYING, fail silently as every
15165           other element.
15166         * gst/effectv/gstquark.c: (gst_quarktv_chain):
15167           only fix needed for cast lvalue issues in gst-plugins
15168         * gst/volenv/gstvolenv.c: (gst_volenv_init):
15169           add proxy_getcaps
15170
15171 2004-03-24  Benjamin Otte  <otte@gnome.org>
15172
15173         * gst/level/gstlevel.c: (gst_level_init):
15174           add proxying getcaps function, so level doesn't advertise impossible
15175           caps
15176
15177 2004-03-24  David Schleef  <ds@schleef.org>
15178
15179         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15180         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
15181         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
15182         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
15183         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
15184         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
15185         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
15186         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
15187         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
15188         messages.  Divide the chunk size by the compression ratio
15189         (needed for MACE audio)
15190
15191 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15192
15193         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15194           Fix buffer overflow read error.
15195
15196 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15197
15198         * ext/alsa/gstalsa.h:
15199           Remove unused entry.
15200         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15201           Add cinepak.
15202         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15203         (gst_videodrop_link), (gst_videodrop_chain):
15204           Fix, sort of. Was horribly broken with new capsnego. Bah...
15205
15206 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
15207
15208         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
15209         (plugin_init):
15210         Add a monkeysaudio typefind function
15211
15212 2004-03-23  Johan Dahlin  <johan@gnome.org>
15213
15214         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
15215         (gst_play_video_fixate): Check so the structure has the field
15216         before trying to fixate them, this makes it possible to have
15217         fakesinks for video and audio output without printing errors on
15218         the output console.
15219
15220 2004-03-22  David Schleef  <ds@schleef.org>
15221
15222         * sys/oss/Makefile.am:
15223         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
15224         (check_rate), (add_rate):  Rate probing test app.
15225
15226 2004-03-21  Benjamin Otte  <otte@gnome.org>
15227
15228         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15229         (_fixate_caps_to_int), (gst_audio_convert_fixate):
15230           add a fixation function that pretty much does the right thing (fixes
15231           #137556)
15232
15233 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
15234
15235         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
15236
15237 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
15238
15239         reviewed by: Benjamin Otte  <otte@gnome.org>
15240
15241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15242           terminate gst_event_new_discontinuous correctly (fixes parts of
15243           #137711)
15244
15245 2004-03-19  David Schleef  <ds@schleef.org>
15246
15247         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
15248         since it doesn't depend on X, and it's part of our ABI.
15249
15250 2004-03-19  Iain <iain@prettypeople.org>
15251
15252         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
15253         is_int in the structure, not the local variable.
15254
15255 2004-03-19  David Schleef  <ds@schleef.org>
15256
15257         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
15258         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
15259         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
15260         Improvements in caps negotiation.
15261
15262 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15263
15264         * po/LINGUAS:
15265         * po/af.po:
15266           adding Afrikaans (Petri Jooste)
15267
15268 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15269
15270         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15271         (gst_ffmpegcolorspace_chain):
15272         throw error instead of g_critical (#137588)
15273
15274 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15275
15276         * Makefile.am:
15277         * configure.ac:
15278           dist common and m4 correctly
15279         * po/sv.po:
15280
15281 2004-03-17  David Schleef  <ds@schleef.org>
15282
15283         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
15284         (bug #137348)
15285
15286 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15287
15288         * po/LINGUAS:
15289         * po/sv.po:
15290           adding Swedish translation (Christian Rose)
15291
15292 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15293
15294         * Makefile.am: use release.mak
15295
15296 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15297
15298         * common/ChangeLog:
15299         * common/gst-autogen.sh:
15300           add some explanation about the version detection
15301         * configure.ac:
15302           fix X check
15303
15304 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15305
15306         * configure.ac: bump nano to 1
15307
15308 === release 0.8.0 ===
15309
15310 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15311
15312         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
15313
15314 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15315
15316         * configure.ac:
15317           update libtool version
15318         * gst-libs/gst/media-info/Makefile.am:
15319           actually use libtool version
15320
15321 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15322
15323         * configure.ac: fix speex detection to work with 1.0 but not 1.1
15324
15325 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15326
15327         * configure.ac:
15328         * gst-plugins.spec.in:
15329         * pkgconfig/Makefile.am:
15330         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
15331         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
15332         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15333         * pkgconfig/gstreamer-libs.pc.in:
15334         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15335         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15336         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
15337         * pkgconfig/gstreamer-plugins.pc.in:
15338           remove @VERSION@ from some of the pc files since core and plugins
15339           are decoupled.
15340           created gstreamer-plugins.pc as it's a better name, but keeping
15341           -libs around for now to get fixes upstream done first.
15342
15343 2004-03-15  Julien MOUTTE <julien@moutte.net>
15344
15345         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
15346         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
15347         * gst-libs/gst/play/play.h:
15348
15349 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15350
15351         * *.c, *.cc: don't mix tabs and spaces
15352
15353 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15354
15355         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
15356           use the new ffmpegcolorspace
15357         * gst-plugins.spec.in:
15358           package new colorspace and media-info
15359         * configure.ac:
15360         * pkgconfig/Makefile.am:
15361           fix some more disting issues
15362         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15363         * pkgconfig/gstreamer-media-info.pc.in:
15364           generate media-info pc files
15365
15366 2004-03-15  Johan Dahlin  <johan@gnome.org>
15367
15368         * *.h: Revert indenting
15369
15370 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15371
15372         * configure.ac:
15373           adding ffmpegcolorspace element
15374         * gst/ffmpegcolorspace/Makefile.am:
15375         * gst/ffmpegcolorspace/avcodec.h:
15376         * gst/ffmpegcolorspace/common.h:
15377         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
15378         * gst/ffmpegcolorspace/dsputil.h:
15379         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
15380         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15381         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
15382         (gst_ffmpeg_caps_to_pix_fmt):
15383         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15385         (gst_ffmpegcolorspace_caps_remove_format_info),
15386         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
15387         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
15388         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
15389         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
15390         (gst_ffmpegcolorspace_set_property),
15391         (gst_ffmpegcolorspace_get_property),
15392         (gst_ffmpegcolorspace_register):
15393         * gst/ffmpegcolorspace/imgconvert.c:
15394         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
15395         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
15396         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
15397         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
15398         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
15399         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
15400         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
15401         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
15402         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
15403         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
15404         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
15405         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
15406         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
15407         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
15408         (img_get_alpha_info), (deinterlace_line),
15409         (deinterlace_line_inplace), (deinterlace_bottom_field),
15410         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
15411         * gst/ffmpegcolorspace/imgconvert_template.h:
15412         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
15413         * gst/ffmpegcolorspace/mmx.h:
15414         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
15415           adding ffmpegcolorspace element supplied by Ronald after cleaning
15416           up and pulling in the right bits of upstream source.
15417           I'm sure a better C/compiler wizard could do some cleaning up (for
15418           example use GLIB's malloc stuff), but as a first pass this
15419           works very well
15420
15421 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15422
15423         * ext/alsa/gstalsa.h:
15424           I assume Ronald forgot to commit the change to have cardname
15425           as a struct member.  Expect some public spanking at the next
15426           opportunity.
15427
15428 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15429
15430         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
15431         (gst_alsa_open_audio), (gst_alsa_close_audio):
15432         * ext/alsa/gstalsa.c:
15433           Don't open the device if we're a mixer (= padless).
15434         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
15435         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
15436         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
15437           Open mixer during state change rather than during object
15438           initialization. Also, get a device name. Currently in a somewhat
15439           hackish fashion, but I didn't really find something better.
15440
15441 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15442
15443         * *.c, *.h: run gst-indent
15444
15445 2004-03-14  Benjamin Otte  <otte@gnome.org>
15446
15447         * gst/modplug/gstmodplug.cc:
15448         * gst/modplug/gstmodplug.h:
15449           set correct timestamps on outgoing buffers
15450
15451 2004-03-14  Benjamin Otte  <otte@gnome.org>
15452
15453         * gst/modplug/gstmodplug.cc:
15454           handle events - don't do crap when a discont arrives that's not
15455           necessary
15456           This allows correct loading and playback of mods in Rhythmbox
15457
15458 2004-03-14  Benjamin Otte  <otte@gnome.org>
15459
15460         * configure.ac:
15461         * gst-libs/gst/gconf/Makefile.am:
15462         * pkgconfig/Makefile.am:
15463           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
15464           they get rebuilt properly
15465         * configure.ac:
15466           when checking for vorbis, try pkgconfig first.
15467         * gst/modplug/gstmodplug.cc:
15468           add fixate function
15469
15470 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15471
15472         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15473           Fix for obvious mistake, where we first shift the offset and then
15474           read a samplesize element assuming the old offset. Note that this
15475           part still has something weird, i.e. my movies containing those
15476           don't actually play well, but at least there's something that looks
15477           like sound now.
15478
15479 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
15480         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
15481         (plugin_init):
15482         Add a typefind function for speex format
15483
15484 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15485
15486         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
15487         (gst_asf_demux_setup_pad):
15488           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
15489           instead of 0. Reason is simple: some elements have a fps range
15490           of 1-max instead of 0-max. So now ASF video actually works.
15491
15492 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15493
15494         * po/LINGUAS:
15495         * po/sr.po:
15496           adding serbian as a language
15497
15498 2004-03-13  Benjamin Otte  <otte@gnome.org>
15499
15500         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
15501           return taglist correctly from _get function, don't gst_pad_push it.
15502           (fixes #137042)
15503
15504 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
15505         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15506
15507 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15508
15509         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
15510         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
15511         (gst_alsa_mixer_track_new):
15512         * ext/alsa/gstalsamixertrack.h:
15513           Fix ancient leftovers... MixerTrack is a GObject.
15514
15515 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15516
15517         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15518         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15519           Don't block during probing...
15520
15521 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15522
15523         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
15524         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
15525         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
15526         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
15527         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
15528         (gst_alsa_open_audio), (gst_alsa_close_audio):
15529         * ext/alsa/gstalsa.h:
15530           Add propertyprobe interface implementation, add some device-name
15531           property, all this so that it looks good in gnome-volume-control.
15532
15533 2004-03-12  David Schleef  <ds@schleef.org>
15534
15535         * configure.ac: the Hermes library controls hermescolorspace, not
15536         colorspace.
15537         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
15538         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
15539         not /* */
15540         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
15541         * ext/sdl/sdlvideosink.h: ditto.
15542         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
15543
15544 2004-03-12  Benjamin Otte  <otte@gnome.org>
15545
15546         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
15547         (gst_x_overlay_got_xwindow_id):
15548         * gst-libs/gst/xoverlay/xoverlay.h:
15549           replace XID with unsigned long to get rid of the xlibs dependency in
15550           XOverlay (fixes #137004)
15551
15552 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
15553         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
15554         (gst_agingtv_setup):
15555         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
15556         (gst_dicetv_base_init), (gst_dicetv_class_init),
15557         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
15558         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
15559         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
15560         (gst_edgetv_setup), (gst_edgetv_rgb32):
15561         * gst/effectv/gsteffectv.c:
15562         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
15563         (gst_quarktv_set_property):
15564         * gst/effectv/gstrev.c: (gst_revtv_get_type),
15565         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
15566         (gst_revtv_setup), (gst_revtv_rgb32):
15567         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
15568         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
15569         (gst_shagadelictv_init), (gst_shagadelictv_setup),
15570         (gst_shagadelictv_rgb32):
15571         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
15572         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
15573         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
15574         * gst/effectv/gstwarp.c:
15575         Port everything that can be ported to videofilter and fix up the caps.
15576         Can someone with a big-endian machine please check these?
15577
15578 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15579
15580         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
15581         (gst_osssink_chain), (gst_osssink_change_state):
15582           Latest fixes for A/V sync, audio playback and such. This is about
15583           all... MPEG playback issues are mostly related to the async build-
15584           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
15585
15586 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15587
15588         patch from: Stephane Loeuillet
15589
15590         * configure.ac:
15591           use pkg-config for some libraries, falling back to the old .m4 way
15592           (fixes #131270)
15593         * m4/libdv.m4:
15594           removed
15595
15596 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15597
15598         * configure.ac:
15599         * tools/Makefile.am:
15600         * tools/Makefile.in:
15601         * tools/gst-launch-ext-m.m:
15602         * tools/gst-launch-ext.1.in:
15603         * tools/gst-visualise-m.m:
15604         * tools/gst-visualise.1:
15605         * tools/gst-visualise.1.in:
15606           reorganizing generation of script tools
15607
15608 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15609
15610         * ext/divx/gstdivxdec.c:
15611           Downgrade priority. We prefer ffdec_mpeg4.
15612         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
15613         (gst_faad_chain), (gst_faad_change_state):
15614           Fix capsnego. Doesn't work for some sounds because we don't have
15615           a 5:1 to stereo element.
15616         * ext/xvid/gstxvid.c: (plugin_init):
15617           Add priority.
15618         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
15619         (gst_osssink_change_state):
15620           Add discont handling.
15621
15622 2004-03-09  Colin Walters  <walters@verbum.org>
15623
15624         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
15625         conversion.
15626
15627 2004-03-09  Benjamin Otte  <otte@gnome.org>
15628
15629         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
15630           the signals take 2 arguments
15631
15632 2004-03-09  David Schleef  <ds@schleef.org>
15633
15634         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
15635         (gst_alsa_fixate): Add fixate function.  (bug #136686)
15636         * ext/alsa/gstalsa.h:
15637         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
15638
15639 2004-03-09  Benjamin Otte  <otte@gnome.org>
15640
15641         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
15642         (gst_mikmod_change_state):
15643         * ext/mikmod/gstmikmod.h:
15644           make mikmod's loop function not loop infinitely and call
15645           gst_element_yield anymore
15646         * gst/modplug/gstmodplug.cc:
15647           fix pad negotiation (fixes #136590)
15648
15649 2004-03-09  David Schleef  <ds@schleef.org>
15650
15651         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
15652         doesn't conflict with the internal colorspace plugin.
15653         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
15654         satisfy the crappy-ass shell shipped by a certain vendor.
15655         * gst/videofilter/make_filter: same (bug #135299)
15656
15657 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15658
15659         * configure.ac: bump nano to 1
15660
15661 === release 0.7.6 ===
15662
15663 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15664
15665         * configure.in: releasing 0.7.6, "There"
15666
15667 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15668
15669         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15670         * pkgconfig/gstreamer-play.pc.in:
15671           synchronize the two
15672
15673 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15674
15675         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
15676         (cdparanoia_open), (cdparanoia_event):
15677           fix/add error handling
15678         * po/POTFILES.in:
15679           add cdparanoia source
15680         * tools/Makefile.am:
15681           make scripts executable
15682
15683 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15684
15685         * configure.ac:
15686         * ext/vorbis/Makefile.am:
15687         * sys/Makefile.am:
15688           remove id3types, vorbisfile and xvideosink from the build (#133783)
15689
15690 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15691
15692         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
15693           Fix metadata read crash (#136537).
15694
15695 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15696
15697         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
15698         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
15699           adding mime types, fixing the one-stop function
15700
15701 2004-03-08  Christian Schaller <Uraeus@gnome.org>
15702
15703         * ext/nas/nassink.c and /ext/nas/nassink.h:
15704         More NAS love from Arwed von Merkatz
15705         So lets all sing 'Can you feel the NAS tonight'
15706
15707 2004-03-08  Christian Schaller <Uraeus@gnome.org>
15708
15709         * tools/gst-launch-ext.in:
15710         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
15711
15712 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15713
15714         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
15715         (gst_mpeg2dec_init):
15716         remove the user_data pad for now, because it is being used in
15717         fixating causing MPEG playback to fixate on 1000 Hz for playback.
15718         If someone knows how to fix this properly, please do.
15719
15720 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15721
15722         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15723         (gst_osssink_get_time):
15724         add a warning, IMO this won't get triggered anymore, remove later
15725
15726 2004-03-07  David Schleef  <ds@schleef.org>
15727
15728         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
15729         format (bug #136470)
15730
15731 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15732
15733         * gst-libs/Makefile.am:
15734         * gst-libs/gst/media-info/Makefile.am:
15735         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
15736         (error_callback), (gst_media_info_error_create),
15737         (gst_media_info_error_element), (gmip_init), (gmip_reset),
15738         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
15739         * gst-libs/gst/media-info/media-info-priv.h:
15740         * gst-libs/gst/media-info/media-info-test.c: (main):
15741         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
15742         (gst_media_info_class_init), (gst_media_info_instance_init),
15743         (gst_media_info_set_source), (gst_media_info_read_with_idler),
15744         (gst_media_info_read_idler), (gst_media_info_read):
15745         * gst-libs/gst/media-info/media-info.h:
15746         fixed, should work now
15747
15748 2004-03-07  Christian Schaller <Uraeus@gnome.org>
15749
15750         * ext/nas/nassink.c:
15751         A bunch of NAS fixes from Arwed von Merkatz
15752
15753 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15754
15755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15756         (qtdemux_parse_trak):
15757           Fix crash (j might be greater than n_samples, in which case we're
15758           writing outside the allocated space for the array) and memleak.
15759
15760 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15761
15762         * sys/oss/gstosssink.c: (gst_osssink_chain):
15763           And another caller that couldn't handle delay < 0 (unsigned
15764           integer overflow). Video now continues playing on an audio
15765           buffer underrun, and the clock continues working. Audio still
15766           stalls.
15767
15768 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15769
15770         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15771         (gst_osssink_get_time):
15772           get_delay() may return values lower than 0. In those cases, we
15773           should not actually cast to *unsigned* int64, that will break
15774           stuff horribly. In my case, it screwed up A/V sync in movies
15775           in totem rather badly.
15776
15777 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15778
15779         * ext/faac/gstfaac.c: (gst_faac_chain):
15780         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15781         * ext/libpng/gstpngenc.c: (user_write_data):
15782         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
15783         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
15784         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
15785         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
15786         Fix several misuse of gst_buffer_merge (it doesn't take ownership
15787         of any buffer), should fix some leaks. I hope I didn't unref buffers
15788         that shouldn't be...
15789
15790 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15791
15792         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
15793         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
15794         (error_callback), (gmi_reset), (gmi_seek_to_track),
15795         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
15796         (gmip_find_type_post), (gmip_find_stream_post),
15797         (gmip_find_track_streaminfo_post):
15798         * gst-libs/gst/media-info/media-info-priv.h:
15799         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
15800         (info_print), (main):
15801         * gst-libs/gst/media-info/media-info.c:
15802         (gst_media_info_error_create), (gst_media_info_error_element),
15803         (gst_media_info_instance_init), (gst_media_info_get_property),
15804         (gst_media_info_new), (gst_media_info_set_source),
15805         (gst_media_info_read_idler), (gst_media_info_read):
15806         * gst-libs/gst/media-info/media-info.h:
15807           first pass at making this work again.  This seems to work on
15808           tagged ogg/vorbis and mp3 files.
15809
15810 2004-03-06  Benjamin Otte  <otte@gnome.org>
15811
15812         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15813           fix huge leak: gst_buffer_merge doesn't unref the first argument
15814           itself.
15815
15816 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15817
15818         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
15819           report layer/mode/emphasis
15820
15821 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15822
15823         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
15824
15825 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15826
15827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
15828           signal serial
15829
15830 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15831
15832         * ext/vorbis/vorbis.c: (plugin_init):
15833         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15834         (gst_vorbis_dec_init), (vorbis_dec_event):
15835         add debug category
15836         make vorbisdec handle _BYTE and _TIME queries
15837
15838 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15839
15840         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
15841           from the xing header
15842
15843 2004-03-06  Benjamin Otte  <otte@gnome.org>
15844
15845         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
15846         (gst_audio_convert_link), (gst_audio_convert_change_state),
15847         (gst_audio_convert_buffer_from_default_format):
15848           do conversions from/to float correctly, fix some caps nego errors,
15849           export correct supported caps in template and getcaps, use correct
15850           caps in try_set_caps functions
15851
15852 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15853
15854         For some reason, I only committed a ChangeLog entry yesterday and
15855         not the corresponding code...
15856         * ext/mad/gstmad.c: Fix detection of Xing headers
15857         * gst/tags/gstid3tag.c: Changes to support TLEN tags
15858
15859 2004-03-06  Benjamin Otte  <otte@gnome.org>
15860
15861         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
15862         (gst_ogg_demux_src_query):
15863           make sure to handle the case where there's no current chain
15864           gracefully.
15865
15866 2004-03-05  David Schleef  <ds@schleef.org>
15867
15868         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
15869         Add fixate function. (bug #131128)
15870         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
15871         (gst_sdlvideosink_fixate):  Add fixate function.
15872         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15873         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
15874         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
15875         Fix missing break that was causing ulaw to be interpreted as
15876         raw int.
15877
15878 2004-03-05  David Schleef  <ds@schleef.org>
15879
15880         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
15881         Fix code that ignores return value of gst_buffer_merge().
15882         (bug #114560)
15883         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
15884         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
15885         * testsuite/gst-lint:  Check for above.
15886
15887 2004-03-05  David Schleef  <ds@schleef.org>
15888
15889         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
15890         caps and throw an element error.  (bug #136334)
15891
15892 2004-03-05  David Schleef  <ds@schleef.org>
15893
15894         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
15895         (gst_faad_chain): Fix negotiation.
15896         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
15897         key and button events.
15898         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
15899         dung heap of code.
15900         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
15901         depends on gconf
15902         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
15903         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15904         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
15905         function to encourage better negotiation, particularly between
15906         audioconvert and osssink.
15907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15908         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
15909         more important.
15910         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
15911         typefinding.
15912         * gst/vbidec/vbiscreen.c:  Add glib header
15913         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
15914
15915 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
15916
15917         * ext/mad/gstmad.c: Fix detection of Xing headers
15918         * gst/tags/gstid3tag.c: Changes to support TLEN tags
15919
15920 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15921
15922         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15923         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
15924           debug updates
15925
15926 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15927
15928         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15929         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
15930         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
15931         files, and report the parsed length as a GST_TAG_DURATION tag.
15932         * gst/tags/gstid3tag.c: support TLEN (duration) tag
15933
15934 2004-03-05  Benjamin Otte  <otte@gnome.org>
15935
15936         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
15937           convert channels correctly. convert correctly to unsigned.
15938
15939 2004-03-05  Julien MOUTTE <julien@moutte.net>
15940
15941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
15942         we have a window before clearing it.
15943
15944 2004-03-05  Julien MOUTTE <julien@moutte.net>
15945
15946         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
15947         have a window before clearing it.
15948
15949 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15950
15951         * gconf/gstreamer.schemas.in:
15952         * gst-libs/gst/gconf/Makefile.am:
15953           version installation path the same way as for 0.6
15954         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
15955         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15956         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15957           remove comment that was fixed
15958
15959 2004-03-05  David Schleef  <ds@schleef.org>
15960
15961         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
15962         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
15963         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
15964         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
15965         Add prototype code for handling seeking and querying.
15966
15967 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15968
15969         * examples/gstplay/player.c: (main):
15970           Initialize variables to NULL. Prevents a segfault because the
15971           (uninitialized) variable is not NULL, resulting in a crash on
15972           trying to reach error->message.
15973
15974 2004-03-05  Benjamin Otte  <otte@gnome.org>
15975
15976         * gst/audioconvert/gstaudioconvert.c:
15977         (gst_audio_convert_buffer_to_default_format):
15978         make float=>int conversion work correctly even in cornercases.
15979
15980 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
15981
15982         * debian/README.Debian:
15983         * debian/build-deps:
15984         * debian/changelog:
15985         * debian/control:
15986         * debian/control.in:
15987         * debian/copyright:
15988         * debian/gstreamer-a52dec.files:
15989         * debian/gstreamer-aa.files:
15990         * debian/gstreamer-alsa.files:
15991         * debian/gstreamer-alsa.manpages:
15992         * debian/gstreamer-arts.files:
15993         * debian/gstreamer-artsd.files:
15994         * debian/gstreamer-audiofile.files:
15995         * debian/gstreamer-avifile.files:
15996         * debian/gstreamer-cdparanoia.files:
15997         * debian/gstreamer-colorspace.files:
15998         * debian/gstreamer-doc.files:
15999         * debian/gstreamer-dv.files:
16000         * debian/gstreamer-dvd.files:
16001         * debian/gstreamer-esd.files:
16002         * debian/gstreamer-festival.files:
16003         * debian/gstreamer-flac.files:
16004         * debian/gstreamer-gconf.conffiles:
16005         * debian/gstreamer-gconf.files:
16006         * debian/gstreamer-gconf.postinst:
16007         * debian/gstreamer-gnomevfs.files:
16008         * debian/gstreamer-gsm.files:
16009         * debian/gstreamer-http.files:
16010         * debian/gstreamer-jack.files:
16011         * debian/gstreamer-jpeg.files:
16012         * debian/gstreamer-mad.files:
16013         * debian/gstreamer-mikmod.files:
16014         * debian/gstreamer-misc.files:
16015         * debian/gstreamer-mpeg2dec.files:
16016         * debian/gstreamer-oss.files:
16017         * debian/gstreamer-plugin-apps.files:
16018         * debian/gstreamer-plugin-apps.manpages:
16019         * debian/gstreamer-plugin-libs-dev.files:
16020         * debian/gstreamer-plugin-libs.files:
16021         * debian/gstreamer-plugin-template.postinst:
16022         * debian/gstreamer-plugin-template.postrm:
16023         * debian/gstreamer-sdl.files:
16024         * debian/gstreamer-sid.files:
16025         * debian/gstreamer-vorbis.files:
16026         * debian/gstreamer-x.files:
16027         * debian/mk.control:
16028         * debian/rules:
16029         Debian package info not maintained here.
16030
16031 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16032
16033         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
16034         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
16035         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
16036         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
16037         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
16038         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
16039         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
16040         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
16041         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
16042         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
16043         * gst-libs/gst/colorbalance/colorbalance.c:
16044         (gst_color_balance_class_init):
16045         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16046         (gst_color_balance_channel_class_init):
16047         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
16048         * gst-libs/gst/play/play.c: (gst_play_class_init):
16049         * gst-libs/gst/propertyprobe/propertyprobe.c:
16050         (gst_property_probe_iface_init):
16051         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
16052         * gst-libs/gst/tuner/tunerchannel.c:
16053         (gst_tuner_channel_class_init):
16054         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
16055         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
16056         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
16057         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
16058         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
16059         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16060         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16061         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
16062         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
16063           fix signals to use - instead of _
16064         * ext/libcaca/gstcacasink.h:
16065         * ext/sdl/sdlvideosink.h:
16066           fix header rename
16067
16068 2004-03-04  David Schleef  <ds@schleef.org>
16069
16070         * testsuite/gst-lint:  Add a check for bad signal names.
16071
16072 2004-03-04  <kost@imn.htwk-leipzig.de>
16073
16074         reviewed by David Schleef
16075
16076         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
16077         modified the alpha channel and caused a warning. (bug #136192)
16078
16079 2004-04-03  Christian Schaller <Uraeus@gnome.org>
16080
16081         * gst-plugins.spec.in:
16082         Change names of plugins to actually be correct. Try to keep things
16083         alphabetical to avoid getting beat up by Thomas
16084
16085 2004-03-03  Julien MOUTTE <julien@moutte.net>
16086
16087         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
16088         Using ximagesink as a default if no gconf key found. We should
16089         probably consider using alsasink instead of osssink for the audio
16090         part.
16091
16092 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16093
16094         * configure.ac:
16095           fix --with-plugins, don't think it ever worked before
16096         * gst-plugins.spec.in:
16097           even more updates
16098
16099 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16100
16101         * ext/sdl/sdlvideosink.h:
16102         * sys/ximage/ximagesink.h:
16103         * sys/xvideo/xvideosink.h:
16104         * sys/xvimage/xvimagesink.h:
16105           Fix for move of gstvideosink.h -> videosink.h.
16106
16107 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16108
16109         * gst-libs/gst/xwindowlistener/Makefile.am:
16110           this is a plugin library, not a library
16111
16112 2004-03-01  David Schleef  <ds@schleef.org>
16113
16114         * AUTHORS:  Added some names.  Add yourself if you're still
16115         missing.
16116
16117 2004-03-01  David Schleef  <ds@schleef.org>
16118
16119         * MAINTAINERS: Add
16120
16121 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16122
16123         * gst-plugins.spec.in: clean up spec file
16124
16125 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16126
16127         * gst-libs/gst/video/Makefile.am:
16128         * gst-libs/gst/video/gstvideosink.c:
16129         * gst-libs/gst/video/gstvideosink.h:
16130           rename gstvideosink.h to videosink.h to match other headers
16131         * gst/mixmatrix/Makefile.am:
16132           fix plugin filename
16133         * gst/tags/Makefile.am: fix plugin filename
16134
16135 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16136
16137         * gst/tags/Makefile.am: fix plugin filename
16138
16139 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16140
16141         * examples/gstplay/player.c: (got_time_tick), (main):
16142           add error handler
16143           display time_tick more readably
16144         * gst/mixmatrix/Makefile.am:
16145           fix plugin file name
16146
16147 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
16148
16149         * sys/oss/gstosselement.c: (gst_osselement_probe),
16150         (device_combination_append), (gst_osselement_class_probe_devices):
16151         * sys/oss/gstosselement.h:
16152           Reworked enumeration of oss dsps and mixers so that gst-mixer works
16153           on my system using alsa oss emulation, fixes bug #135597
16154
16155 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16156
16157         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
16158         (gst_videodrop_chain), (gst_videodrop_change_state):
16159         * gst/videodrop/gstvideodrop.h:
16160           Work based on timestamp of input data, not based on the expected
16161           framerate from the input. The consequence is that this element now
16162           not only scales framerates, but also functions as a framerate
16163           corrector or framerate stabilizer/constantizer.
16164
16165 2004-02-27  David Schleef  <ds@schleef.org>
16166
16167         patches from jmmv@menta.net (Julio M. Merino Vidal)
16168
16169         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
16170         GST_ELEMENT_ERROR call (bug #135634)
16171         * gst/interleave/interleave.c: (interleave_buffered_loop),
16172         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
16173         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
16174         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
16175         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
16176         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
16177         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16178         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
16179         Fix GST_ELEMENT_ERROR call.
16180         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
16181         GST_ELEMENT_ERROR call.
16182
16183 2004-02-27  Benjamin Otte  <otte@gnome.org>
16184
16185         * gst-libs/gst/audio/audio.h:
16186           add macro to make sure header isn't included twice
16187         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
16188           don't use gst_buffer_free
16189         * gst/playondemand/filter.func:
16190           don't use gst_data_free. Free data only once.
16191
16192 2004-02-26  David Schleef  <ds@schleef.org>
16193
16194         * gst-libs/gst/colorbalance/Makefile.am:
16195         * gst-libs/gst/mixer/Makefile.am:
16196         * gst-libs/gst/tuner/Makefile.am:
16197         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
16198         should not be disted, -marshal.h files should not be installed,
16199         and -enum.h files _should_ be installed.  Fix to make this the
16200         case.
16201
16202 === release 0.7.5 ===
16203
16204 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16205
16206         * configure.ac: release 0.7.5, "Under The Sea"
16207
16208 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16209
16210         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16211         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
16212         * gst/videoscale/gstvideoscale.c:
16213         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
16214           assorted debug/warning fixes
16215
16216 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16217
16218         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
16219         (gst_videoscale_init), (gst_videoscale_chain),
16220         (gst_videoscale_set_property), (plugin_init):
16221         * gst/videoscale/gstvideoscale.h:
16222         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16223         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
16224         (gst_videoscale_planar400), (gst_videoscale_packed422),
16225         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
16226         (gst_videoscale_24bit), (gst_videoscale_16bit),
16227         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
16228         (gst_videoscale_scale_plane_slow),
16229         (gst_videoscale_scale_point_sample),
16230         (gst_videoscale_scale_nearest),
16231         (gst_videoscale_scale_nearest_str2),
16232         (gst_videoscale_scale_nearest_str4),
16233         (gst_videoscale_scale_nearest_32bit),
16234         (gst_videoscale_scale_nearest_24bit),
16235         (gst_videoscale_scale_nearest_16bit):
16236         add debugging category and use it properly
16237         fix use of GST_PTR_FORMAT
16238
16239 2004-02-25  Andy Wingo  <wingo@pobox.com>
16240
16241         * gst/interleave/interleave.c (interleave_buffered_loop): Always
16242         push only when channel->buffer is NULL. Prevents segfaults doing
16243         the state change after a nonlocal exit, like a scheme exception.
16244
16245         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
16246         Handle the case where the intersected caps is empty.
16247
16248 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16249
16250         * gst/law/mulaw-decode.c: (mulawdec_link):
16251         * gst/law/mulaw.c: (plugin_init):
16252           fix mulawdec so it actually works again
16253
16254 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
16255
16256         reviewed by: David Schleef  <ds@schleef.org>
16257
16258         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
16259         (gst_gamma_init), (gst_gamma_set_property),
16260         (gst_gamma_get_property), (gst_gamma_calculate_tables),
16261         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
16262         for RGB, with separate r g and b correction factors. (#131167)
16263
16264 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16265
16266         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16267           only signal tags for bitrate if they're > 0 (#134894)
16268
16269 2004-02-24  David Schleef  <ds@schleef.org>
16270
16271         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
16272         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
16273         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
16274         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
16275         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
16276         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
16277         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
16278         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
16279         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
16280         category.  Attempt to fix timestamp calculation.
16281
16282 2004-02-24  Johan Dahlin  <johan@gnome.org>
16283
16284         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
16285
16286 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16287
16288         * configure.ac:
16289         * gconf/Makefile.am:
16290         * gconf/gstreamer.schemas:
16291         * gst-libs/gst/gconf/Makefile.am:
16292         * gst-libs/gst/gconf/gconf.c:
16293           version gconf schemas and install locations
16294
16295 2004-02-23  Benjamin Otte  <otte@gnome.org>
16296
16297         * ext/xine/xineinput.c: (gst_xine_input_dispose):
16298         (gst_xine_input_subclass_init):
16299           call parent dispose.
16300           change pad template for CD reader correctly
16301         * ext/xine/Makefile.am:
16302         * ext/xine/gstxine.h:
16303         * ext/xine/xine.c: (plugin_init):
16304         * ext/xine/xineaudiosink.c:
16305           wrap audio sinks, too
16306         * gst-libs/gst/resample/private.h:
16307         * gst-libs/gst/resample/resample.c: (gst_resample_init),
16308         (gst_resample_reinit), (gst_resample_scale),
16309         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
16310         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
16311         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
16312         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
16313         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
16314         * gst-libs/gst/resample/resample.h:
16315         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
16316         (gst_audioscale_class_init), (gst_audioscale_link),
16317         (gst_audioscale_get_buffer), (gst_audioscale_init),
16318         (gst_audioscale_chain), (gst_audioscale_set_property),
16319         (gst_audioscale_get_property):
16320         * gst/audioscale/gstaudioscale.h:
16321           s/resample_*/gst_resample_*/i to not clobber namespaces
16322
16323 2004-02-23  Julien MOUTTE  <julien@moutte.net>
16324
16325         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16326         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
16327         (gst_riff_create_video_template_caps),
16328         (gst_riff_create_audio_template_caps),
16329         (gst_riff_create_iavs_template_caps):
16330         * gst-libs/gst/riff/riff-media.h:
16331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
16332         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
16333         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
16334         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16336         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
16337         (gst_matroska_demux_plugin_init): First batch implementing audio and
16338         video codec tags in demuxers.
16339
16340 2004-02-22  Benjamin Otte  <otte@gnome.org>
16341
16342         * ext/xine/Makefile.am:
16343         * ext/xine/gstxine.h:
16344         * ext/xine/xine.c: (plugin_init):
16345         * ext/xine/xineinput.c:
16346           add input plugin wrapper. Playback from files, http, mms and cdda
16347           works.
16348         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
16349           remove leftover G_GNUC_UNUSED
16350         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
16351         (gst_asf_demux_identify_guid):
16352           improve debugging output
16353
16354 2004-02-22  Benjamin Otte  <otte@gnome.org>
16355
16356         reported by: Padraig O'Briain <padraig.obriain@sun.com>
16357
16358         * autogen.sh:
16359           replace test -e with test -x for mkinstalldirs to be more portable.
16360           (fixes #134816)
16361
16362 2004-02-22  Benjamin Otte  <otte@gnome.org>
16363
16364         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
16365
16366         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
16367           set rank to PRIMARY
16368         * gst/volume/gstvolume.c: (plugin_init):
16369           set rank to NONE
16370         fixes #134960
16371
16372 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
16373
16374         reviewed by Benjamin Otte  <otte@gnome.org>
16375
16376         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
16377           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
16378
16379 2004-02-22  Benjamin Otte  <otte@gnome.org>
16380
16381         * configure.ac:
16382           export [_]*{gst,Gst,GST}.* symbols from plugins
16383
16384 2004-02-22  Christophe Fergeau <teuf@gnome.org>
16385
16386         reviewed by: Benjamin Otte  <otte@gnome.org>
16387
16388         * ext/lame/gstlame.c: (add_one_tag):
16389         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16390         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
16391         (gst_vorbisenc_metadata_set1):
16392         * gst/tags/gstid3tag.c:
16393         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
16394           apply fixes from bugs #135042 (lame can't write tags) and #133817
16395           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
16396
16397 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
16398
16399         * configure.ac: Export only gst_plugin_desc from plugins.
16400          Note that this change only makes any effect with Linux using libtool
16401          1.5.2 or higher. Otherwise it is silently ignored, but it would build
16402          fine. And don't try to have several versions of libtool in different
16403          directories.
16404
16405 2004-02-20  Andy Wingo  <wingo@pobox.com>
16406
16407         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
16408         interleave respectively.
16409
16410         * gst/interleave/deinterleave.c: New plugin: deinterleave
16411         (replaces on oneton).
16412         * gst/interleave/interleave.c: New plugin: interleave.
16413         * gst/interleave/plugin.h: Support file.
16414         * gst/interleave/plugin.c: Support file.
16415
16416         * configure.ac: Remove intfloat and oneton, add interleave.
16417
16418         * ext/sndfile/gstsf.c: Handle events better.
16419
16420         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
16421         and float2int operation. int2float has scheduling problems as
16422         noted in in2float_chain.
16423
16424 2004-02-20  Benjamin Otte  <otte@gnome.org>
16425
16426         * ext/xine/Makefile.am:
16427         * ext/xine/gstxine.h:
16428         * ext/xine/xine.c:
16429         * ext/xine/xineaudiodec.c:
16430         * ext/xine/xinecaps.c:
16431           add first version of xine plugin wrapper. Currently only wraps the
16432           QDM2 win32 DLL, and even that only in proof-of-concept quality.
16433         * configure.ac:
16434         * ext/Makefile.am:
16435           add xine plugin wrapper, disabled by default. Use --enable-xine to
16436           build. Note that it'll segfault on gst-register if you don't remove
16437           the goom and tvtime post plugins from xine.
16438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16439         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
16440           add extradata parsing for QDM2.
16441           change around debugging prints.
16442
16443 2004-02-19  Benjamin Otte  <otte@gnome.org>
16444
16445         * ext/lame/gstlame.c: (gst_lame_chain):
16446         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16447           use gst_tag_list_insert when you want to insert tags
16448
16449 2004-02-18  David Schleef  <ds@schleef.org>
16450
16451         * configure.ac:  Move massink to gst-rotten
16452         * ext/Makefile.am:
16453         * ext/mas/Makefile.am:
16454         * ext/mas/massink.c:
16455         * ext/mas/massink.h:
16456
16457 2004-02-18  David Schleef  <ds@schleef.org>
16458
16459         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
16460         typefinding, since it seems to be worse than nothing.
16461         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
16462         atom to recognize .mp4 and .m4a files as video/quicktime.
16463
16464 2004-02-18  David Schleef  <ds@schleef.org>
16465
16466         * gst/sine/demo-dparams.c: (quit_live),
16467         (dynparm_log_value_changed), (dynparm_value_changed), (main):
16468         Use double dparams, not float.
16469         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16470         (gst_sinesrc_init): Change sync default to FALSE, since multiple
16471         sync'd elements don't really work correctly.
16472         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
16473         (volume_update_volume), (volume_get_property):  Change dparam
16474         to double.
16475
16476 2004-02-18  Julien MOUTTE  <julien@moutte.net>
16477
16478         * sys/ximage/ximagesink.c:
16479         (gst_ximagesink_xwindow_update_geometry),
16480         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
16481         (gst_ximagesink_change_state), (gst_ximagesink_expose),
16482         (gst_ximagesink_init): Rework the way software video scaling works. So
16483         now we check on each chain call if the video frames are feeling the
16484         window. If not we try to renegotiate caps. On failure we memorize that
16485         and we won't try again for that PLAYING sessions.
16486         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
16487         failure.
16488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
16489         synchronous flag.
16490
16491 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16492
16493         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16494           break up _link so we can give a better debug message for errors
16495
16496 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16497
16498         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
16499           set up debug category
16500
16501 2004-02-18  Julien MOUTTE <julien@moutte.net>
16502
16503         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16504         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
16505         the way renegotiation work. The event handling function is not taking
16506         care of external windows and renegotiate method check for pad flags
16507         NEGOTIATING. Should fix : #133209
16508
16509 2004-02-17  Julien MOUTTE  <julien@moutte.net>
16510
16511         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
16512         pad is negotiating before trying renegotiation.
16513
16514 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16515
16516         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
16517           pass on all possible mime types as typefind hints
16518
16519 2004-02-17  Julien MOUTTE <julien@moutte.net>
16520
16521         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
16522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
16523         possible SHM leak if we crash. All other apps using XShm are doing
16524         that.
16525
16526 2004-02-17  Julien MOUTTE  <julien@moutte.net>
16527
16528         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16529         (gst_ximagesink_expose): Renegotiate size on expose.
16530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
16531         size on expose.
16532
16533 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16534
16535         * testsuite/alsa/sinesrc.c:
16536           cosmetic fix to fix compile issue with gcc 2.95.4
16537
16538 2004-02-16  Julien MOUTTE <julien@moutte.net>
16539
16540         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16541         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
16542         failed opening the audio device.
16543         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16544         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
16545         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
16546         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
16547         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
16548         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
16549         (gst_ximagesink_change_state), (gst_ximagesink_chain),
16550         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
16551         Removing some useless g_return_if_fail like wingo suggested.
16552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16553         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
16554         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
16555         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
16556         (gst_xvimagesink_update_colorbalance),
16557         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
16558         (gst_xvimagesink_xcontext_clear),
16559         (gst_xvimagesink_get_fourcc_from_caps),
16560         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
16561         (gst_xvimagesink_set_xwindow_id),
16562         (gst_xvimagesink_colorbalance_list_channels),
16563         (gst_xvimagesink_colorbalance_set_value),
16564         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
16565         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
16566
16567 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16568
16569         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16570           throw error when not negotiated instead of asserting
16571
16572 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16573
16574         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
16575         correct data refcounting.
16576
16577 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16578
16579         * gst/switch/gstswitch.c: (gst_switch_change_state),
16580         (gst_switch_class_init): Cleaning the sinkpads correctly on state
16581         change, mostly the EOS flag.
16582
16583 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16584
16585         * examples/gstplay/player.c: (got_eos), (main): Adding some
16586         output for debugging.
16587         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
16588         timeouts if we go to any state different from PLAYING.
16589         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
16590         more EOS bugs in riff lib.
16591
16592 2004-02-14  Julien MOUTTE  <julien@moutte.net>
16593
16594         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
16595         visualization until i find a way to fix switch correctly.
16596         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
16597         EOS arrives.
16598         * gst/switch/gstswitch.c: (gst_switch_release_pad),
16599         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
16600         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
16601         Reworked switch to get a more correct behaviour with events and refing
16602         of data stored in sinkpads.
16603         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
16604         we don't pull from a pad in EOS.
16605
16606 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16607
16608         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16609           remove v1 tag even if we can't read it (makes sure we don't detect
16610           it again)
16611
16612 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16613
16614         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
16615         (gst_alsa_xrun_recovery):
16616         * ext/alsa/gstalsa.h:
16617           try xrun recovery when wait failed. Make xrun recovery function
16618           return TRUE/FALSE to indicate success. (might fix #134354)
16619
16620 2004-02-13  David Schleef  <ds@schleef.org>
16621
16622         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
16623         (dynparm_value_changed), (main): Convert from float to double.
16624         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
16625
16626 2004-02-13  David Schleef  <ds@schleef.org>
16627
16628         * gst/silence/gstsilence.c: (gst_silence_class_init),
16629         (gst_silence_set_clock), (gst_silence_get),
16630         (gst_silence_set_property), (gst_silence_get_property):
16631         * gst/silence/gstsilence.h: Add sync property.
16632         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16633         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
16634         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
16635         * gst/sine/gstsinesrc.h: Add sync property.
16636
16637 2004-02-13  David Schleef  <ds@schleef.org>
16638
16639         * gst/intfloat/gstint2float.c: (conv_f32_s16),
16640         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
16641
16642 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16643
16644         * configure.ac:
16645         * ext/Makefile.am:
16646         * gst-libs/ext/Makefile.am:
16647           move ffmpeg plugin to gst-ffmpeg module
16648
16649 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16650
16651         * configure.ac: use GST_ARCH to detect architecture
16652
16653 2004-02-12  Julien MOUTTE  <julien@moutte.net>
16654
16655         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
16656
16657 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16658
16659         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16660           classify LADSPA plugins based on number of src/sink pads
16661           (#133663, Stefan Kost)
16662         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
16663           fix dparams registration
16664           (#133528, Stefan Kost)
16665         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
16666           fix use of isprint and use g_ascii_isprint instead
16667           (#133316, Stefan Kost)
16668
16669 2004-02-11  David Schleef  <ds@schleef.org>
16670
16671         Convert a few inner loops to use liboil.  This is currently
16672         optional, and is only enabled if liboil is present (duh!).
16673         * configure.ac: Check for liboil-0.1
16674         * gst/intfloat/Makefile.am:
16675         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
16676         (gst_int2float_chain_gint16):
16677         * gst/videofilter/Makefile.am:
16678         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
16679         (tablelookup_u8), (gst_videobalance_planar411):
16680         * gst/videotestsrc/Makefile.am:
16681         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
16682         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
16683         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
16684         (paint_hline_RGB565), (paint_hline_xRGB1555):
16685
16686 2004-02-11  David Schleef  <ds@schleef.org>
16687
16688         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
16689         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
16690         (gst_colorspace_getcaps), (gst_colorspace_link),
16691         (gst_colorspace_base_init), (gst_colorspace_init),
16692         (gst_colorspace_chain), (gst_colorspace_change_state),
16693         (plugin_init): Merge Ronald's patch (bug #117897) and update
16694         for new caps and negotiation.  Seems to work, although it
16695         shows off bugs in lcs.
16696
16697 2004-02-11  David Schleef  <ds@schleef.org>
16698
16699         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
16700         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
16701
16702 2004-02-11  David Schleef  <ds@schleef.org>
16703
16704         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
16705         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
16706         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
16707         Add server and port properties
16708
16709 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16710
16711         * m4/a52.m4:
16712         * m4/aalib.m4:
16713         * m4/as-ffmpeg.m4:
16714         * m4/as-liblame.m4:
16715         * m4/as-slurp-ffmpeg.m4:
16716         * m4/check-libheader.m4:
16717         * m4/esd.m4:
16718         * m4/freetype2.m4:
16719         * m4/gconf-2.m4:
16720         * m4/glib.m4:
16721         * m4/gst-alsa.m4:
16722         * m4/gst-artsc.m4:
16723         * m4/gst-ivorbis.m4:
16724         * m4/gst-matroska.m4:
16725         * m4/gst-sdl.m4:
16726         * m4/gst-shout2.m4:
16727         * m4/gst-sid.m4:
16728         * m4/gtk.m4:
16729         * m4/libdv.m4:
16730         * m4/libfame.m4:
16731         * m4/libmikmod.m4:
16732         * m4/ogg.m4:
16733         * m4/vorbis.m4:
16734           fix underquotedness of macros (#133800)
16735         * m4/as-avifile.m4:
16736         * m4/xmms.m4:
16737           removed because no longer used
16738
16739 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16740
16741         * configure.ac:
16742           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
16743           by autopoint (fixes #132996)
16744
16745 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16746
16747         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
16748         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
16749         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
16750         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
16751           fix memleaks
16752
16753 2004-02-11  David Schleef  <ds@schleef.org>
16754
16755         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
16756         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
16757         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
16758         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
16759         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
16760         (gst_jpegenc_class_init), (gst_jpegenc_init),
16761         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
16762         (gst_jpegenc_chain), (gst_jpegenc_set_property),
16763         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
16764         * ext/jpeg/gstjpegenc.h: Fix negotiation.
16765
16766 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16767
16768         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
16769         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
16770         * ext/mikmod/gstmikmod.h:
16771           fix caps negotiation in mikmod
16772         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
16773           output debug information
16774
16775 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16776
16777         * gst-libs/gst/colorbalance/Makefile.am:
16778         * gst-libs/gst/navigation/Makefile.am:
16779         * gst-libs/gst/xoverlay/Makefile.am:
16780           remove unused GST_OPT_CFLAGS from Makefiles
16781           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
16782
16783 2004-02-07  David Schleef  <ds@schleef.org>
16784
16785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
16786         push events to pads that haven't been created (#133508)
16787
16788 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
16789
16790         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16791         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
16792         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16793         (gst_dvdec_loop), (gst_dvdec_change_state):
16794         Second attempt at committing a working dvdec element.
16795
16796 2004-02-06  David Schleef  <ds@schleef.org>
16797
16798         Build fixes for OS X: (see #129600)
16799         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
16800         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
16801         (gst_riff_read_strf_iavs):
16802         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
16803         (gst_avi_demux_stream_odml):
16804         * gst/playondemand/Makefile.am:
16805         * gst/rtp/rtp-packet.c:
16806
16807 2004-02-05  David Schleef  <ds@schleef.org>
16808
16809         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
16810         last change, because it Just Doesn't Compile.
16811
16812 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16813
16814         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16815           skip undecodable id3v2 tag instead of keeping it
16816
16817 2004-02-05  David Schleef  <ds@schleef.org>
16818
16819         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16820         Unref leaked buffer.  (Noticed by Ronald)
16821
16822 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
16823
16824         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16825         Sync requires with other checks.  >= vs =.
16826
16827 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16828
16829         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
16830         (gst_dvdec_video_link), (gst_dvdec_loop):
16831         * ext/dv/gstdvdec.h:
16832           rework the caps negotiation so that dvdec works again instead
16833           of just segfaulting.
16834
16835 === release 0.7.4 ===
16836
16837 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16838
16839         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
16840         * configure.ac: changed for release
16841
16842 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16843
16844         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
16845         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16846         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16847         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16848           reworked patch by David Lehn to fix libdir and includedir for
16849           uninstalled libraries
16850           removed play and gconf from gstreamer-libs since they have their
16851           own pkgconfig files
16852
16853 2004-02-04  David Schleef  <ds@schleef.org>
16854
16855         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
16856         memleak.
16857
16858 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16859
16860         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16861           use correct GST_TAG_ENCODER tag
16862
16863 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16864
16865         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16866           be sure to stop the clock when going to paused
16867         * sys/oss/gstosssink.c: (gst_osssink_change_state):
16868           reset number of transmitted when going to ready.
16869         fixes #132935
16870
16871 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
16872
16873         reviewed by Benjamin Otte
16874
16875         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16876           extract track count (fixes #133410)
16877
16878 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16879
16880         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
16881           that should be !=, not == (fixes #132519)
16882
16883 2004-02-04  David Schleef  <ds@schleef.org>
16884
16885         Make sure set_explicit_caps() is called before adding pad.
16886         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16887         * gst/id3/gstid3types.c: (gst_id3types_loop):
16888         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16889         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16890
16891 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16892
16893         * configure.ac:
16894           bump nano to 2, first prerelease
16895           put back AM_PROG_LIBTOOL
16896
16897 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16898
16899         * testsuite/alsa/Makefile.am:
16900           these are user test apps, not automatic testsuite tests
16901
16902 2004-02-04  David Schleef  <ds@schleef.org>
16903
16904         Convert GST_DEBUG_CAPS() to GST_DEBUG():
16905         * gst/mpeg1videoparse/gstmp1videoparse.c:
16906         (mp1videoparse_parse_seq):
16907         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16908         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
16909         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
16910         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
16911         (gst_xvideosink_getcaps):
16912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16913         * testsuite/gst-lint: more tests
16914
16915 2004-02-04  David Schleef  <ds@schleef.org>
16916
16917         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
16918         with the code that they would expand to.
16919         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
16920         (gst_flacdec_get_src_query_types),
16921         (gst_flacdec_get_src_event_masks):
16922         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
16923         (gst_gnomevfssrc_get_query_types),
16924         (gst_gnomevfssrc_get_event_mask):
16925
16926 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16927
16928         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16929         (gst_sinesrc_dispose):
16930           fix memleak by properly disposing sinesrc
16931
16932 2004-02-04  Julien MOUTTE  <julien@moutte.net>
16933
16934         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
16935         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
16936         an overlay to redraw the image because it has been exposed.
16937         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
16938         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
16939         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
16940         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
16941         interface
16942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
16943         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
16944         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
16945         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
16946         interface
16947
16948 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16949
16950         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
16951           more memleak fixage
16952
16953 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16954
16955         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
16956         * gst/typefind/gsttypefindfunctions.c:
16957           fix memleaks shown by gst-typefind
16958
16959 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16960
16961         * common/glib-gen.mak:
16962           add hack rule to touch .Plo files
16963         * gst-libs/gst/colorbalance/Makefile.am:
16964         * gst-libs/gst/mixer/Makefile.am:
16965         * gst-libs/gst/play/Makefile.am:
16966         * gst-libs/gst/tuner/Makefile.am:
16967           remove glib_root variable
16968
16969 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16970
16971         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
16972           set explicit caps before adding the element, so the autopluggers can
16973           plug correctly.
16974         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
16975         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16976         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16977         (dv_type_find):
16978           fix memleaks in typefind functions. gst_type_find_suggest takes a const
16979           argument.
16980
16981 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16982
16983         * gst-libs/gst/colorbalance/Makefile.am:
16984         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16985         * gst-libs/gst/colorbalance/colorbalance.c:
16986         * gst-libs/gst/colorbalance/colorbalance.h:
16987         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
16988         * gst-libs/gst/mixer/Makefile.am:
16989         * gst-libs/gst/mixer/mixer-marshal.list:
16990         * gst-libs/gst/mixer/mixer.c:
16991         * gst-libs/gst/mixer/mixer.h:
16992         * gst-libs/gst/mixer/mixermarshal.list:
16993         * gst-libs/gst/play/Makefile.am:
16994         * gst-libs/gst/play/play.h:
16995         * gst-libs/gst/tuner/Makefile.am:
16996         * gst-libs/gst/tuner/tuner-marshal.list:
16997         * gst-libs/gst/tuner/tuner.c:
16998         * gst-libs/gst/tuner/tuner.h:
16999         * gst-libs/gst/tuner/tunermarshal.list:
17000           use new glib-gen.mak snippet to clean up Makefile.am
17001           fix various bugs in Makefile.am's
17002
17003 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17004
17005         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
17006           handle chain parsing correctly in the multichain case
17007         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
17008         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
17009         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17010         (theora_dec_chain):
17011           handle events and queries correctly
17012
17013 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
17014
17015         * .cvsignore:
17016         Ignore generated file _stdint.h.
17017
17018 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
17019
17020         * gst-libs/gst/colorbalance/Makefile.am:
17021         * gst-libs/gst/colorbalance/colorbalance.h:
17022         * gst-libs/gst/mixer/Makefile.am:
17023         * gst-libs/gst/mixer/mixer.h:
17024         * gst-libs/gst/play/Makefile.am:
17025         * gst-libs/gst/play/play.h:
17026         * gst-libs/gst/tuner/Makefile.am:
17027         * gst-libs/gst/tuner/tuner.h:
17028         Generate enum type code with glib-mkenums.
17029         * gst-libs/gst/colorbalance/.cvsignore:
17030         * gst-libs/gst/mixer/.cvsignore:
17031         * gst-libs/gst/play/.cvsignore:
17032         * gst-libs/gst/tuner/.cvsignore:
17033         Ignore generated files.
17034
17035 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
17036
17037         * gst-libs/gst/audio/.cvsignore:
17038         Ignore generated file.
17039         * gst-libs/gst/audio/Makefile.am:
17040         Do not install example filter.
17041
17042 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
17043
17044         * examples/switch/.cvsignore:
17045         Ignore generated file.
17046
17047 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17048
17049         * common/m4/ax_create_stdint_h.m4:
17050         * configure.ac:
17051           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
17052           _stdint.h.
17053         * Makefile.am:
17054           remove generated _stdint.h in DISTCLEANFILES
17055         * ext/a52dec/gsta52dec.c:
17056           include _stdint.h for a52dec. (should fix #133064)
17057
17058 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
17059
17060         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
17061         (gst_tag_to_vorbis_comments):
17062         Add replaygain support to vorbistag
17063
17064 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
17065         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
17066         (gst_ffmpeg_caps_to_extradata):
17067           Fix SVQ3 caps flag properties
17068           Use glib macro for bytes swap
17069
17070 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17071
17072         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
17073         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
17074         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17075         * ext/sndfile/gstsf.c: (plugin_init):
17076         * gst/avi/gstavi.c: (plugin_init):
17077         * sys/dxr3/dxr3init.c: (plugin_init):
17078         * sys/oss/gstossaudio.c: (plugin_init):
17079         * sys/v4l/gstv4l.c: (plugin_init):
17080         * sys/v4l2/gstv4l2.c: (plugin_init):
17081           remove textdomain calls
17082         * po/nl.po:
17083           update Dutch translation
17084
17085 2004-02-02  Julien MOUTTE  <julien@moutte.net>
17086
17087         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17088         (gst_play_set_audio_sink): Moving volume in the audio thread for
17089         instantaneous volume change. Maybe i will add another volume in front
17090         of visualization later, not sure yet though.
17091
17092 2004-02-02  Julien MOUTTE  <julien@moutte.net>
17093
17094         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17095         (gst_ximagesink_handle_xevents): Better X events handling, only take
17096         the latest events for configure and motion.
17097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
17098
17099 2004-02-02  Jon Trowbridge  <trow@gnu.org>
17100
17101         reviewed by: David Schleef  <ds@schleef.org>
17102
17103         Fix memory leaks:
17104         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
17105         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
17106
17107 2004-02-02  David Schleef  <ds@schleef.org>
17108
17109         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
17110         of lines.
17111         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
17112         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17113         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
17114         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
17115         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17116         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
17117         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
17118         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
17119         (gst_float2_2_int_link):
17120         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17121         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
17122         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
17123         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
17124         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
17125         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
17126         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
17127         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
17128         * testsuite/gst-lint: Add tests for bzero and ;;
17129
17130 2004-02-02  David Schleef  <ds@schleef.org>
17131
17132         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
17133
17134 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17135
17136         * ext/aalib/gstaasink.c: (gst_aasink_open):
17137         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
17138         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17139         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17140         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
17141         (gst_afsink_close_file):
17142         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
17143         (gst_afsrc_close_file):
17144         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17145         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17146         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
17147         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
17148         * ext/esd/esdmon.c: (gst_esdmon_get):
17149         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
17150         * ext/faac/gstfaac.c: (gst_faac_chain):
17151         * ext/faad/gstfaad.c: (gst_faad_chain):
17152         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
17153         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
17154         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
17155         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
17156         (gst_flacdec_loop):
17157         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17158         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17159         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
17160         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17161         (gst_gnomevfssink_close_file):
17162         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17163         (gst_gnomevfssrc_open_file):
17164         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
17165         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
17166         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
17167         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17168         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
17169         * ext/mad/gstmad.c: (gst_mad_chain):
17170         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17171         * ext/mpeg2dec/gstmpeg2dec.c:
17172         * ext/mpeg2enc/gstmpeg2enc.cc:
17173         * ext/mplex/gstmplex.cc:
17174         * ext/mplex/gstmplexibitstream.cc:
17175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
17176         (gst_ogg_demux_push):
17177         * ext/raw1394/gstdv1394src.c:
17178         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
17179         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
17180         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
17181         (gst_sf_loop):
17182         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
17183         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
17184         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
17185         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
17186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17187         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
17188         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
17189         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
17190         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
17191         (gst_riff_read_element_data), (gst_riff_read_seek),
17192         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
17193         * gst/adder/gstadder.c: (gst_adder_loop):
17194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
17195         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
17196         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
17197         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
17198         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
17199         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
17200         * gst/goom/gstgoom.c: (gst_goom_chain):
17201         * gst/id3/gstid3types.c: (gst_id3types_loop):
17202         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
17203         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
17204         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
17205         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
17206         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
17207         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
17208         (gst_ebml_read_float), (gst_ebml_read_header):
17209         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
17210         (gst_matroska_demux_parse_blockgroup):
17211         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
17212         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
17213         * gst/oneton/gstoneton.c: (gst_oneton_chain):
17214         * gst/silence/gstsilence.c: (gst_silence_get):
17215         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17216         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
17217         * gst/speed/gstspeed.c: (speed_loop):
17218         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
17219         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17220         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
17221         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17222         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17223         (gst_wavparse_loop):
17224         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
17225         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
17226         (dxr3audiosink_close):
17227         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
17228         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
17229         (dxr3videosink_close), (dxr3videosink_write_data):
17230         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17231         * sys/oss/gstosssink.c: (gst_osssink_chain):
17232         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17233         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17234         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
17235         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
17236         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17237         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17238         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
17239         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
17240         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
17241         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
17242         (gst_v4l_set_audio):
17243         * sys/v4l/v4l_calls.h:
17244         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17245         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
17246         (gst_v4lmjpegsink_playback_init),
17247         (gst_v4lmjpegsink_playback_start):
17248         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
17249         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17250         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
17251         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
17252         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
17253         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
17254         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
17255         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17256         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
17257         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
17258         (gst_v4l2_get_output), (gst_v4l2_set_output),
17259         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
17260         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
17261         (gst_v4l2_set_attribute):
17262         * sys/v4l2/v4l2_calls.h:
17263         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
17264         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
17265         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
17266         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
17267         (gst_v4l2src_capture_stop):
17268         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
17269         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17270         (gst_ximagesink_chain):
17271         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
17272         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
17273         (gst_xvideosink_xwindow_new):
17274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17275         (gst_xvimagesink_chain):
17276
17277 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17278
17279         * gst/volume/gstvolume.c: (gst_volume_set_volume),
17280         (gst_volume_get_volume), (volume_class_init), (volume_init),
17281         (volume_chain_int16), (volume_update_volume):
17282         * gst/volume/gstvolume.h:
17283           make code more readable by removing magic numbers
17284           make mixer interface export 0-100 range
17285           make it internally map to 0.0-1.0 range so users don't distort
17286           output by putting the sliders at full volume
17287
17288 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17289
17290         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
17291         (gst_play_state_change), (gst_play_seek_to_time):
17292         block the tick callback for 0.5 secs after doing a seek
17293
17294 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17295
17296         * gst-libs/gst/play/play.c: (gst_play_new):
17297           check for GError
17298
17299 2004-02-01  Julien MOUTTE  <julien@moutte.net>
17300
17301         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
17302         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
17303         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17304         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
17305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
17306         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
17307
17308 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17309
17310         * configure.ac:
17311         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17312           check for a function added in vorbis 1.1
17313
17314 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17315
17316         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17317         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
17318           really start/stop clock only on PLAYING <=> PAUSED
17319         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17320           remove \n from debugging lines
17321         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
17322           make it work when seeking does not
17323         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17324           reset on DISCONT
17325
17326 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17327
17328         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
17329           start clock on PAUSED=>PLAYING, not later
17330         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17331           extract correct time for different discont formats
17332         (gst_alsa_sink_get_time):
17333           don't segfault when no format is negotiated yet, just return 0
17334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
17335         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
17336         (gst_ogg_pad_push):
17337           handle flush and discont events correctly
17338         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
17339           handle discont events correctly
17340
17341 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
17342
17343         * gst-libs/gst/play/play.c: (gst_play_error_quark),
17344         (gst_play_error_create), (gst_play_error_plugin),
17345         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
17346         * gst-libs/gst/play/play.h:
17347           add error handling during creation
17348         * examples/gstplay/player.c: (main):
17349           use new gst_play_new
17350
17351
17352 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17353
17354         * ext/theora/theoradec.c: (theora_dec_chain):
17355           make comments work
17356         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17357         (vorbis_dec_src_event), (vorbis_dec_chain):
17358           add encoder tag, fix tag reading to be more error tolerant, change
17359           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
17360           gst_pad_event_default.
17361         * gst/tags/gstvorbistag.c:
17362         (gst_tag_list_from_vorbiscomment_buffer):
17363           undefine function specific define at end of function
17364
17365 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
17366
17367         * ext/flac/gstflac.c: (plugin_init):
17368         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
17369         * ext/flac/gstflacdec.h:
17370         * ext/flac/gstflacenc.h:
17371           Fix typos
17372
17373 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
17374
17375         * examples/gstplay/player.c: s/gstplay.h/play.h/
17376
17377 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17378
17379         * gst-libs/gst/play/Makefile.am:
17380         * gst-libs/gst/play/gstplay.c:
17381         * gst-libs/gst/play/gstplay.h:
17382         * gst-libs/gst/play/play.c:
17383           more surgery, operation complete
17384
17385 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17386
17387         * gst-libs/gst/play/play.old.c:
17388         * gst-libs/gst/play/play.old.h:
17389           after CVS surgery by moving, remove
17390         * gst-libs/gst/play/playpipelines.c:
17391           remove
17392
17393         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
17394           add negotiation error
17395
17396 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17397
17398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
17399         (gst_ogg_demux_push):
17400           add some seeking debug info
17401           send a flush when seeking
17402
17403 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17404
17405         * configure.ac:
17406           use AC_C_INLINE
17407         * configure.ac:
17408         * ext/Makefile.am:
17409         * ext/theora/Makefile.am:
17410         * ext/theora/theoradec.c:
17411           add theora video decoder. Does just do simple decoding for now and
17412           has been tested against Theora cvs only. It only works when theora
17413           is compiled with --enable-static.
17414         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17415           always reset packetno on DISCONT
17416
17417 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17418
17419         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
17420           Fix audio.
17421
17422 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17423
17424         * gst/mpegaudioparse/gstmpegaudioparse.c:
17425         (mp3_type_frame_length_from_header):
17426           Fix header parsing - stolen from ffmpeg (thank you! :) ).
17427
17428 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17429
17430         * ext/esd/esdsink.c: (gst_esdsink_init):
17431           Since we have static pad template caps, we don't need to negotiate;
17432           either the core errors out or we know the format.
17433
17434 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17435
17436         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
17437         (gst_riff_read_seek):
17438         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
17439         (gst_ebml_read_seek):
17440           Fix event handling.
17441
17442 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17443
17444         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
17445           removee video/x-theora from vp3 decoder, it doesn't handle raw
17446           theora streams
17447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
17448           fix bug with finalizing element that never went to PAUSED
17449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
17450           length and position queries were swapped
17451         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17452         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
17453         (vorbis_dec_src_event):
17454           implement querying time and bytes
17455
17456 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17457
17458         * just about every source file:
17459           gst_element_error -> GST_ELEMENT_ERROR
17460
17461 2004-01-29  Julien MOUTTE  <julien@moutte.net>
17462
17463         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
17464         emiting FLUSH and even before DISCONT.
17465         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
17466         get the best instant seeking as possible yay!
17467
17468 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17469
17470         * gst/mpeg1videoparse/gstmp1videoparse.c:
17471         (gst_mp1videoparse_real_chain):
17472           Committed wrong version last week... Grr... Didn't notice until now.
17473
17474 2004-01-29  Julien MOUTTE <julien@moutte.net>
17475
17476         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
17477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
17478         have_xwindow_id signal in xwindow_create.
17479
17480 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17481
17482         * ext/ogg/gstoggdemux.c:
17483           lots of changes - mainly support for chained bitstreams, seeking,
17484           querying and bugfixes of course
17485         * ext/vorbis/Makefile.am:
17486         * ext/vorbis/vorbisdec.c:
17487         * ext/vorbis/vorbisdec.h:
17488           add vorbisdec raw vorbis decoder
17489         * ext/vorbis/vorbis.c: (plugin_init):
17490           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
17491         * gst/intfloat/Makefile.am:
17492         * gst/intfloat/float22int.c:
17493         * gst/intfloat/float22int.h:
17494         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
17495           add float2intnew plugin. It converts multichannel interleaved float to
17496           multichannel interleaved int. The name should probably be changed.
17497         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
17498         (plugin_init):
17499           add typefinding for raw theora video so oggdemux can detect it.
17500
17501 2004-01-28  Julien MOUTTE  <julien@moutte.net>
17502
17503         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
17504         sink element first.
17505         * gst/videoscale/gstvideoscale.c:
17506         (gst_videoscale_handle_src_event): Fixing src event handler.
17507
17508 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17509
17510         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17511         (gst_v4lsrc_open), (gst_v4lsrc_close),
17512         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
17513         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
17514         * sys/v4l/gstv4lsrc.h:
17515         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
17516         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
17517           Implement resizing... Hack. But that's why v4l is b0rked...
17518
17519 2004-01-28  Julien MOUTTE <julien@moutte.net>
17520
17521         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17522         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17523         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
17524         (gst_ximagesink_xwindow_destroy):
17525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17526         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17527         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
17528         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
17529         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
17530         correctly cleaning the image created to check xshm calls on succes,
17531         added a lot of XSync calls in X11 functions, and fixed a segfault when
17532         no image format was defined before negotiation happened.
17533
17534 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17535
17536         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
17537           use gst_element_get_time to get correct time
17538
17539 2004-01-28  Julien MOUTTE  <julien@moutte.net>
17540
17541         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
17542         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
17543         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
17544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
17545         (gst_xvimagesink_check_xshm_calls),
17546         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
17547         X plugins are now able to detect that XShm calls will fail even if the
17548         server claims that it has XShm support (remote displays most of the
17549         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
17550         so that we use non XShm functions. This feature is almost useless for
17551         xvimagesink as Xv is not supported on remote displays anyway, but
17552         it might happen than even on the local display XShm calls fail.
17553
17554 2004-01-27  David Schleef  <ds@schleef.org>
17555
17556         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17557         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
17558         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
17559         changed esdsink to only use 44100,16,2, since esd sucks at rate
17560         conversion and esdsink has had difficulty negotiating.
17561
17562 2004-01-27  Julien MOUTTE <julien@moutte.net>
17563
17564         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
17565         (gst_play_seek_to_time): Fixing the way to get current position.
17566
17567 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17568
17569         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
17570           use gst_element_get_time to get correct time
17571
17572 2004-01-27  Julien MOUTTE <julien@moutte.net>
17573
17574         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
17575         fix ever... Inverting 2 lines of code make spider autoplug correctly
17576         tagged mp3 !
17577
17578 2004-01-27  David Schleef  <ds@schleef.org>
17579
17580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17581         Use gst_pad_try_set_caps_nonfixed().
17582
17583 2004-01-27  David Schleef  <ds@schleef.org>
17584
17585         * gst/ac3parse/gstac3parse.c: update to checklist 5
17586         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
17587         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
17588         * gst/audioscale/gstaudioscale.c: same
17589         * gst/auparse/gstauparse.c: same
17590         * gst/avi/gstavidemux.c: same
17591
17592 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17593
17594         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
17595           stop processing after EOS
17596
17597 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17598
17599         * gst/asfdemux/asfheaders.h:
17600         * gst/asfdemux/gstasfdemux.c:
17601         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
17602         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
17603         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
17604           lot's of fixes to make data extraction simpler and get the code
17605           architecture and compiler independant. Add debugging category
17606         * gst/goom/gstgoom.c: (gst_goom_change_state):
17607           reset channel count on PAUSED=>READY, not READY=>PAUSED
17608
17609 2004-01-26  Colin Walters  <walters@verbum.org>
17610
17611         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
17612         code to pull a bigger buffer in iradio mode.  This as a side effect
17613         makes typefinding work.
17614
17615 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
17616
17617         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
17618         Fix SVQ3 decoding on PPC
17619
17620 2004-01-26  Julien MOUTTE <julien@moutte.net>
17621
17622         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
17623         that one managed to stay there... Fixed.
17624
17625 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
17626
17627         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
17628         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
17629         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
17630         (qtdemux_video_caps):
17631         * gst/qtdemux/qtdemux.h:
17632         Add SVQ3 specific flags to qtdemux and ffmpeg
17633
17634 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17635
17636         * gst-libs/gst/audio/audio.h:
17637           remove buffer-frames from audio caps
17638         * gst/audioconvert/gstaudioconvert.c:
17639           fix plugin to really work.
17640
17641 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17642
17643         * gst-libs/gst/mixer/mixer.c:
17644         * gst-libs/gst/propertyprobe/propertyprobe.c:
17645         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
17646         (gst_tuner_find_channel_by_name):
17647         * gst-libs/gst/tuner/tuner.h:
17648           Add gtk-doc style comments. Also fix a function name.
17649
17650 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17651
17652         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
17653         (gst_divxdec_negotiate):
17654           Fix for new capsnego - also fixes gst-player with divxdec.
17655
17656 2004-01-25  Julien MOUTTE  <julien@moutte.net>
17657
17658         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17659         (gst_play_identity_handoff), (gst_play_set_location),
17660         (gst_play_set_visualization), (gst_play_connect_visualization): Another
17661         try in visualization implementation. Still have an issue with switch
17662         blocking when pulling from video_queue and only audio comes out of
17663         spider.
17664         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17665         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
17666         release method. And check if the pad is usable before pulling.
17667
17668 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17669
17670         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
17671         (gst_videobalance_init),
17672         (gst_videobalance_colorbalance_list_channels),
17673         (gst_videobalance_colorbalance_set_value),
17674         (gst_videobalance_colorbalance_get_value),
17675         (gst_videobalance_update_properties),
17676         (gst_videobalance_update_tables_planar411),
17677         (gst_videobalance_planar411):
17678         * gst/videofilter/gstvideobalance.h:
17679           Implement lookup-tables. +/- 10x faster.
17680
17681 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17682
17683         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
17684         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
17685           The index reading was broken. The rest worked fine, but the whole
17686           goal of my rewrite was to make avidemux readable, and this was
17687           not at all readable. Please use typed variables.
17688
17689 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17690
17691         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17692           Additional pad usability check.
17693         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
17694         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
17695         (gst_mp1videoparse_real_chain):
17696           Fix MPEG video stream parsing. The original plugin had several
17697           issues, including not timestamping streams where the source was
17698           not timestamped (this happens with PTS values in mpeg system
17699           streams, but MPEG video is also a valid stream on its own so
17700           that needs timestamps too). We use the display time code for that
17701           for now. Also, if one incoming buffer contains multiple valid
17702           frames, we push them all on correctly now, including proper EOS
17703           handling. Lastly, several potential segfaults were fixed, and we
17704           properly sync on new sequence/gop headers to include them in next,
17705           not previous frames (since they're header for the next frame, not
17706           the previous). Also see #119206.
17707         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
17708         (bpf_from_header):
17709           Move caps setting so we only do it after finding several valid
17710           MPEG-1 fraes sequentially, not right after the first one (which
17711           might be coincidental).
17712         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
17713         (mpeg_video_type_find), (mpeg_video_stream_type_find),
17714         (plugin_init):
17715           Add unsynced MPEG video stream typefinding, and change some
17716           probability values so we detect streams rightly. The idea is as
17717           follows: I can have an unsynced system stream which contains
17718           video. In the current code, I would randomly get a type for either
17719           system or video stream type found, because the probabilities are
17720           being calculated rather randomly. I now use fixed values, so we
17721           always prefer system stream if that was found (and that is how it
17722           should be). If no system stream was found, we can still identity                the stream as video-only.
17723
17724 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17725
17726         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
17727         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
17728           don't write to buffer. Extract data without the need of
17729           __attribute__ ((packed))
17730
17731 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17732
17733         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
17734         (mpeg1_sys_type_find):
17735           Fix MPEG-1 stream typefinding.
17736
17737 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17738
17739         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17740           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
17741
17742 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17743
17744         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
17745         * ext/esd/gstesd.c: (plugin_init):
17746           private debugging, better error reporting
17747
17748 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17749
17750         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
17751         (gst_riff_read_init), (gst_riff_read_change_state):
17752         * gst-libs/gst/riff/riff-read.h:
17753           Remove stuff fromold metadata system.
17754
17755 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17756
17757         * ext/ogg/gstoggdemux.c:
17758           Fix wrong file comment.
17759         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17760         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17761           Add metadata reading properly.
17762
17763 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17764
17765         * ext/Makefile.am:
17766           Fix nas DIST_SUBDIRS
17767           Uraeus:
17768           Fix bug where make distcheck doesn't get run on adding stuff to
17769           the build.
17770
17771 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17772
17773         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
17774         * ext/divx/gstdivxdec.h:
17775           Fix divx3 ("msmpeg4") playback using divxdec.
17776
17777 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17778
17779         * gst/typefind/gsttypefindfunctions.c:
17780         (mp3_type_frame_length_from_header): fix bug in length computation
17781         (mp3_type_find): improve debugging output
17782
17783 2004-01-23  Julien MOUTTE  <julien@moutte.net>
17784
17785         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17786         (gst_play_set_location), (gst_play_seek_to_time),
17787         (gst_play_set_audio_sink), (gst_play_set_visualization),
17788         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
17789         the pipeline from scratch. Visualization is back and switch went out as
17790         i realized it was not possible to use the way i wanted.
17791         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
17792         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
17793         clearing in state change from READY to NULL. So that one can clean the
17794         X ressources keeping the element.
17795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17796         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
17797         (gst_xvimagesink_colorbalance_set_value),
17798         (gst_xvimagesink_colorbalance_get_value),
17799         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
17800         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
17801         change from READY to NULL and fixed some stupid bugs in colorbalance
17802         get/set values. Also added the following feature : when nobody tries to
17803         set some values to the colorbalance levels before the xcontext is
17804         grabbed, then when creating channels list from Xv attributes we set the
17805         internal values to the Xv defaults. This way we handle buggy Xv drivers
17806         that set default hue values far from the middle of the range (Thanks
17807         to Jon Trowbridge for pointing that issue).
17808         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
17809         colorbalance levels have been set before xcontext is grabbed.
17810
17811 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17812
17813         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17814           Fix the ossmixer case where we shouldn't open /dev/dsp* because
17815           it might block operations (which is bad for a mixer).
17816
17817 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17818
17819         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17820         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
17821         (gmip_find_type_pre):
17822         * gst-libs/gst/media-info/media-info-priv.h:
17823         * gst-libs/gst/media-info/media-info.c:
17824         (gst_media_info_instance_init), (gst_media_info_read_idler):
17825         add fakesink to get caps on decoder src pad again
17826         fix callback prototype to match new have_type signal signature
17827
17828 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17829
17830         * gst/adder/gstadder.c: (gst_adder_link):
17831           fix non-compile and cut-n-paste code
17832
17833 2004-01-21  David Schleef  <ds@schleef.org>
17834
17835         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
17836         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
17837         (gst_swfdec_init), (gst_swfdec_change_state):
17838         * ext/swfdec/gstswfdec.h:
17839         Fix negotiation.
17840         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
17841         (gst_adder_request_new_pad): Fix negotiation.
17842         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
17843         Add a fixate function.
17844         * gst/intfloat/gstfloat2int.c:
17845         * gst/intfloat/gstfloat2int.h:
17846         * gst/intfloat/gstint2float.c:
17847         * gst/intfloat/gstint2float.h:
17848         Completely rewrite the negotiation.  Doesn't quite work yet,
17849         due to some buffer-frames problem.
17850
17851 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17852
17853         * ext/gnomevfs/gstgnomevfssrc.c:
17854         * sys/v4l2/v4l2_calls.h:
17855           fix includes for distcheck
17856
17857 2004-01-21  Christian Schaller <uraeus@gnome.org>
17858
17859         * ext/nas/
17860         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
17861         based on earlier patch from Laurent Vivier
17862
17863 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
17864
17865         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
17866         Fix wma caps property
17867         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17868         Fix typo (flags1 and flags2)
17869
17870 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17871
17872         * gst-libs/gst/media-info/media-info-priv.c:
17873         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
17874         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
17875         (gmip_find_stream), (gmip_find_track_metadata),
17876         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
17877         (gmip_find_track_format):
17878         * gst-libs/gst/media-info/media-info-priv.h:
17879         * gst-libs/gst/media-info/media-info-test.c: (main):
17880         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17881         (gst_media_info_read_idler), (gst_media_info_read):
17882         * gst-libs/gst/media-info/media-info.h:
17883           register debugging category and use it for debugging
17884
17885 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17886
17887         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
17888         (gst_vorbisfile_new_link):
17889           signal streaminfo through tags
17890
17891 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17892
17893         * ext/mplex/gstmplex.cc:
17894         * ext/mplex/gstmplexibitstream.cc:
17895           g++ doesn't like NULL in our i18n/error macros, should be
17896           either (NULL) or ("").
17897
17898 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17899
17900         * sys/dxr3/dxr3audiosink.c:
17901         * sys/dxr3/dxr3init.c:
17902         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
17903         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
17904           Fix more error error error errors (missing includes here).
17905
17906 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17907
17908         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17909           fix thomas' error errors.
17910
17911 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17912
17913         * ext/mpeg2enc/gstmpeg2enc.cc:
17914           fix error errors.
17915
17916 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17917
17918         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17919         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17920           Fix for new error system.
17921
17922 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17923
17924         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17925           fix for new error reporting
17926
17927 2004-01-20  David Schleef  <ds@schleef.org>
17928
17929         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
17930         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17931         (gst_ximagesink_set_xwindow_id): Change to using a framerate
17932         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
17933         and neither is 100+, most likely.
17934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17935         (gst_xvimagesink_getcaps): same
17936
17937 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17938
17939         * configure.ac:
17940           Up version requirement to 2.0.3 (not yet released) to avoid symbol
17941           clashes with ffmpeg.
17942
17943 2004-01-20  Julien MOUTTE  <julien@moutte.net>
17944
17945         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
17946         (gst_switch_init): Fixed switch element : proxying link and setting
17947         caps from src to sink on request.
17948
17949 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17950
17951         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17952         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
17953         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
17954         fix element_error
17955
17956 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17957
17958         * sys/v4l/v4l_calls.h:
17959         * sys/v4l2/v4l2_calls.h:
17960           element_error fixes
17961
17962 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17963
17964         * gst-libs/gst/gst-i18n-plugin.h:
17965           add locale.h
17966           remove config.h inclusion
17967
17968 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17969
17970         * autogen.sh:
17971           adding autopoint invocation
17972         * Makefile.am:
17973         * configure.ac:
17974         * gst-libs/gst/gettext.h:
17975           adding gettext bits
17976         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
17977         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
17978         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17979         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17980         (gst_gnomevfssink_close_file):
17981         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
17982         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
17983         * gst-libs/gst/gst-i18n-plugin.h:
17984         * gst/avi/gstavi.c: (plugin_init):
17985         * sys/dxr3/dxr3init.c: (plugin_init):
17986         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
17987         * sys/oss/gstossaudio.c: (plugin_init):
17988         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17989         * sys/v4l/gstv4l.c: (plugin_init):
17990         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17991         * sys/v4l2/gstv4l2.c: (plugin_init):
17992         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17993         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
17994         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
17995         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
17996         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
17997         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
17998           make sure locale and translation domain are set
17999           fix translated strings
18000         * po/.cvsignore:
18001         * po/LINGUAS:
18002         * po/Makevars:
18003         * po/POTFILES.in:
18004         * po/nl.po:
18005           put translation files into place
18006         * sys/xvideo/imagetest.c: (main):
18007         * ext/dv/demo-play.c: (main):
18008           fix unnecessary translations
18009
18010 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18011
18012         * ext/sndfile/gstsf.c:
18013         * gst/avi/gstavimux.c:
18014         * ext/audiofile/gstafsink.c:
18015         * ext/audiofile/gstafsrc.c:
18016         * ext/gnomevfs/gstgnomevfssink.c:
18017         * ext/gnomevfs/gstgnomevfssrc.c:
18018         * sys/oss/gstosselement.c:
18019         * sys/v4l/v4l_calls.h:
18020           fix i18n include
18021
18022 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18023
18024         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18025         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18026         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18027         (gst_v4l2_get_output), (gst_v4l2_set_output),
18028         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18029         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18030         (gst_v4l2_set_attribute):
18031         update to new error handling
18032
18033 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18034
18035         * ext/sidplay/gstsiddec.cc:
18036         * gst/modplug/gstmodplug.cc:
18037           parenthese NULL because C++ seems angry about it
18038
18039 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18040
18041         * gst-libs/gst/gst-i18n-plugin.h:
18042           add skeleton i18n stuff, but needs to be further implemented
18043
18044 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18045
18046         * examples/gstplay/player.c: (main):
18047         * ext/aalib/gstaasink.c: (gst_aasink_open):
18048         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18049         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18050         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18051         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18052         (gst_afsink_close_file):
18053         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18054         (gst_afsrc_close_file):
18055         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18056         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18057         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18058         * ext/esd/esdmon.c: (gst_esdmon_get):
18059         * ext/esd/esdsink.c: (gst_esdsink_chain):
18060         * ext/faac/gstfaac.c: (gst_faac_chain):
18061         * ext/faad/gstfaad.c: (gst_faad_chain):
18062         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18063         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18064         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18065         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18066         (gst_flacdec_loop):
18067         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18068         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18069         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18070         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18071         (gst_gnomevfssink_close_file):
18072         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18073         (gst_gnomevfssrc_open_file):
18074         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18075         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18076         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18077         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18078         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18079         * ext/mad/gstmad.c: (gst_mad_chain):
18080         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18081         * ext/mpeg2dec/gstmpeg2dec.c:
18082         * ext/mpeg2enc/gstmpeg2enc.cc:
18083         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18084         * ext/mplex/gstmplex.cc:
18085         * ext/mplex/gstmplexibitstream.cc:
18086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18087         (gst_ogg_demux_push), (gst_ogg_pad_push):
18088         * ext/raw1394/gstdv1394src.c:
18089         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18090         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18091         * ext/sidplay/gstsiddec.cc:
18092         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18093         (gst_sf_loop):
18094         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18095         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18096         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18097         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18098         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18099         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18100         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18101         * gst-libs/gst/Makefile.am:
18102         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18103         (gst_riff_read_element_data), (gst_riff_read_seek),
18104         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18105         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
18106         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18107         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18108         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18109         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18110         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18111         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18112         * gst/goom/gstgoom.c: (gst_goom_chain):
18113         * gst/id3/gstid3types.c: (gst_id3types_loop):
18114         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18115         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18116         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18117         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18118         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18119         (gst_ebml_read_float), (gst_ebml_read_header):
18120         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18121         (gst_matroska_demux_parse_blockgroup):
18122         * gst/modplug/gstmodplug.cc:
18123         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18124         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18125         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18126         * gst/silence/gstsilence.c: (gst_silence_get):
18127         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18128         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18129         * gst/speed/gstspeed.c: (speed_loop):
18130         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18131         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18132         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18133         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18134         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18135         (gst_wavparse_loop):
18136         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18137         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18138         (dxr3audiosink_close):
18139         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18140         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18141         (dxr3videosink_close), (dxr3videosink_write_data):
18142         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18143         * sys/oss/gstosselement.h:
18144         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
18145         (gst_osssink_chain):
18146         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18147         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18148         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18149         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18150         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
18151         (gst_v4l_enable_overlay):
18152         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18153         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18154         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18155         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18156         (gst_v4l_set_audio):
18157         * sys/v4l/v4l_calls.h:
18158         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18159         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18160         (gst_v4lmjpegsink_playback_init),
18161         (gst_v4lmjpegsink_playback_start):
18162         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
18163         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
18164         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
18165         (gst_v4lmjpegsrc_requeue_frame):
18166         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18167         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18168         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18169         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18170         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18171         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18172         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18173         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18174         (gst_v4l2src_capture_stop):
18175         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18176         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18177         (gst_ximagesink_chain):
18178         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18179         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18180         (gst_xvideosink_xwindow_new):
18181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18182         (gst_xvimagesink_chain):
18183         use new error signal, function and categories
18184
18185 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
18186
18187         * configure.ac:
18188         * ext/Makefile.am:
18189         * ext/musicbrainz/gsttrm.c:
18190         * ext/musicbrainz/gsttrm.h:
18191         * ext/musicbrainz/Makefile.am:
18192         Add a trm plugin
18193
18194 2004-01-18  Julien MOUTTE  <julien@moutte.net>
18195
18196         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
18197         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
18198         synchronous property for debugging.
18199         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
18200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18201         (gst_xvimagesink_set_property): Moving a pointer declaration to a
18202         smaller block, fixing indent.
18203
18204 2004-01-16  David Schleef  <ds@schleef.org>
18205
18206         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
18207         property affects the video stream.
18208         * sys/xvimage/xvimagesink.c:
18209         * sys/xvimage/xvimagesink.h:
18210         Add synchronous property for debugging.  Should probably be
18211         disabled in non-CVS builds.  Make sure that the Xv attribute
18212         exists before we set it (crash!).  Fix a silly float bug that
18213         caused colorbalance to just not work.
18214
18215 2004-01-17  Christian Schaller <Uraeus@gnome.org>
18216
18217         * tools/gst-launch-ext.in - update for new plugins
18218
18219 2004-01-16  David Schleef  <ds@schleef.org>
18220
18221         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
18222         already-freed caps.
18223
18224 2994-01-16  Christian Schaller <Uraeus@gnome.org>
18225
18226         * Update spec for new colorspace plugin and libcaca plugin
18227         * Fix compilation of libcaca plugin (clock -> id)
18228
18229 2004-01-16  Julien MOUTTE <julien@moutte.net>
18230
18231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
18232         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18233         (gst_xvimagesink_set_xwindow_id),
18234         (gst_xvimagesink_colorbalance_set_value),
18235         (gst_xvimagesink_colorbalance_get_value),
18236         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
18237         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
18238         correct colorbalance properties. They can now be set when the element
18239         is still in NULL state. The values will be committed to the Xv Port
18240         when xcontext is initialized.
18241         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
18242         brightness int values in the GstXvImagesink structure.
18243
18244 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18245
18246         * gst-libs/gst/Makefile.am:
18247           restructure so having local patches works easier.
18248
18249 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18250
18251         * ext/mpeg2enc/Makefile.am:
18252         * ext/mpeg2enc/gstmpeg2enc.cc:
18253         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18254           Bugfix with respect to EOS handling.
18255
18256 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18257
18258         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
18259           Link with right caps (else, it segfaults).
18260         * ext/mplex/gstmplexjob.cc:
18261           Fix for slight API change in 1.6.1.93 release of mjpegtools.
18262
18263 2004-01-15  David Schleef  <ds@schleef.org>
18264
18265         * gst-libs/gst/audio/Makefile.am:
18266         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
18267         from the template.
18268         * gst-libs/gst/audio/gstaudiofilter.c:
18269         * gst-libs/gst/audio/gstaudiofilter.h:
18270         Add bytes_per_sample and size and n_samples calculation.
18271         * gst-libs/gst/audio/gstaudiofilterexample.c:
18272         Remove, now autogenerated.
18273         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
18274         Moved from gstaudiofilterexample, object name changed, code added
18275         so that it actually works.
18276         * gst-libs/gst/audio/make_filter:
18277         Script to build an audiofilter subclass from the template.
18278         * gst/colorspace/Makefile.am:
18279         * gst/colorspace/yuv2yuv.c:
18280         Remove file, since it's GPL, and we don't use it.
18281
18282 2004-01-15  Julien MOUTTE  <julien@moutte.net>
18283
18284         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
18286         them use the buffer free function to test how the buffer was allocated.
18287
18288 2004-01-15  David Schleef  <ds@schleef.org>
18289
18290         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
18291         that handles osssink fallback.
18292         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18293         (gst_audio_convert_getcaps):
18294         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18295         Add audio/x-qdm2 for QDM2 audio.
18296         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18297         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
18298         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18299         Decrease minimum size to 16x16.
18300         * gst/wavparse/gstwavparse.c:
18301         Convert disabled pad template caps to new caps.
18302         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18304         (gst_xvimagesink_chain): Throw element error when display cannot
18305         be opened.  Increase minimum framerate to 1.0.  Check the data
18306         free function on a buffer to make sure it is the type we expect
18307         before manipulating it.
18308
18309 2004-01-15  Julien MOUTTE <julien@moutte.net>
18310
18311         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
18312         (gst_videobalance_colorbalance_set_value): Implement passthru if
18313         settings are in the middle.
18314         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
18315
18316 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18317
18318         * gst/videofilter/Makefile.am:
18319         * gst/volume/Makefile.am:
18320           Since we use videofilter symbols, link to it.
18321
18322 2004-01-15  Julien MOUTTE <julien@moutte.net>
18323
18324         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
18325         mixer interface type to HARDWARE.
18326         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
18327         type to SOFTWARE.
18328         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
18329         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
18330         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
18331         (gst_volume_interface_init), (gst_volume_list_tracks),
18332         (gst_volume_set_volume), (gst_volume_get_volume),
18333         (gst_volume_set_mute), (gst_volume_mixer_init),
18334         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
18335         (volume_init): Implementing mixer interface.
18336         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
18337         * sys/oss/gstosselement.c: (gst_osselement_get_type),
18338         (gst_osselement_change_state): Removing some trailing commas in
18339         structures.
18340         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
18341         interface type to HARDWARE.
18342         * sys/v4l/gstv4lcolorbalance.c:
18343         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
18344         type to HARDWARE.
18345         * sys/v4l2/gstv4l2colorbalance.c:
18346         (gst_v4l2_color_balance_interface_init): Setting colorbalance
18347         interface type to HARDWARE.
18348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
18349         same code than ximagesink for event handling.
18350
18351 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18352
18353         * ext/snapshot/Makefile.am:
18354         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
18355         (gst_snapshot_chain):
18356         * ext/snapshot/gstsnapshot.h:
18357           This has to be a joke... Snapshot should be connected to a tee,
18358           colorspace element before it and EOS after that, where the other
18359           src of the tee receives normal data.
18360           The current way is *wrong*.
18361
18362 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18363
18364         * ext/hermes/gsthermescolorspace.c:
18365           Fix another compile error. Same as below.
18366
18367 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18368
18369         * gst/colorspace/gstcolorspace.c:
18370         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
18371         (gst_colorspace_i420_to_yv12):
18372           Fix compiling... Didn't test if it actually works.
18373
18374 2004-01-15  David Schleef  <ds@schleef.org>
18375
18376         * configure.ac:
18377         * gst/colorspace/Makefile.am:
18378         * gst/colorspace/gstcolorspace.c:
18379         * gst/colorspace/gstcolorspace.h:
18380         * gst/colorspace/yuv2rgb.c:
18381         * gst/colorspace/yuv2rgb.h:
18382         Duplicate the ext/hermes colorspace plugin, and remove Hermes
18383         code and GPL code.  Fix for new caps negotiation.  Rewrite
18384         much of the format handling code, and some of the conversion
18385         code.  Basically, rewrote almost everything.  This element
18386         handles I420, YV12 to RGB conversions.
18387         * ext/hermes/Makefile.am:
18388         * ext/hermes/gsthermescolorspace.c:
18389         Rename colorspace to hermescolorspace.  Fix negotiation issues.
18390         Remove non-Hermes related code.  This element handles lots of
18391         RGB to RGB conversions, but no YUV.
18392         * ext/hermes/gstcolorspace.c:
18393         * ext/hermes/gstcolorspace.h:
18394         * ext/hermes/rgb2yuv.c:
18395         * ext/hermes/yuv2rgb.c:
18396         * ext/hermes/yuv2rgb.h:
18397         * ext/hermes/yuv2rgb_mmx16.s:
18398         * ext/hermes/yuv2yuv.c:
18399         * ext/hermes/yuv2yuv.h:
18400         Remove old code.
18401
18402 2004-01-14  Colin Walters  <walters@verbum.org>
18403
18404         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
18405         they've already been.
18406
18407 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18408
18409         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18410           assume tag mode when pad is not connected
18411
18412 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18413
18414         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18415           Don't update the time of the clock
18416         (gst_alsa_sink_loop):
18417           sync to the clock given to alsasink, not the own clock
18418         * sys/oss/gstosssink.c: (gst_osssink_chain):
18419           sync to the clock
18420         (gst_osssink_change_state):
18421           activate the clock
18422         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
18424           remove bogus code that made DISCONT events unhandled
18425         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
18426           explicitly case to double in _set_simple. (fixes 2nd warning in bug
18427           #131502)
18428         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
18429         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
18430         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
18431           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
18432           2nd warning in bug #131502)
18433
18434 2004-01-14  Julien MOUTTE  <julien@moutte.net>
18435
18436         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
18437         (gst_videobalance_colorbalance_set_value),
18438         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
18439         for colorbalance interface implementation.
18440         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18441         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
18442         (gst_ximagesink_dispose), (gst_ximagesink_init),
18443         (gst_ximagesink_class_init): Adding DISPLAY property.
18444         * sys/ximage/ximagesink.h: Adding display_name to store display.
18445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18446         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
18447         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
18448         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
18449         properties (they still need polishing though for gst-launch use : no
18450         xcontext yet, i ll do that tomorrow).
18451         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
18452
18453 2004-01-14  Julien MOUTTE  <julien@moutte.net>
18454
18455         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
18456         (gst_play_set_location), (gst_play_set_visualization): Preparing
18457         switch integration, adding videobalance in the pipeline.
18458
18459 2004-01-14  Julien MOUTTE <julien@moutte.net>
18460
18461         * gst-libs/gst/colorbalance/colorbalance.c:
18462         (gst_color_balance_class_init): Adding a default type.
18463         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
18464         the type.
18465         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
18466         (gst_videobalance_dispose), (gst_videobalance_class_init),
18467         (gst_videobalance_init), (gst_videobalance_interface_supported),
18468         (gst_videobalance_interface_init),
18469         (gst_videobalance_colorbalance_list_channels),
18470         (gst_videobalance_colorbalance_set_value),
18471         (gst_videobalance_colorbalance_get_value),
18472         (gst_videobalance_colorbalance_init): Implementing colorbalance
18473         interface.
18474         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
18475         list.
18476         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
18477         bug which was triggering a BadAccess X error when setting an overlay
18478         before pad was really negotiated.
18479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
18480         Using the colorbalance type macro.
18481
18482 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18483
18484         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
18485         (gst_flacenc_chain):
18486           handle tags correctly
18487         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
18488           extract ID3v1 tags correctly
18489
18490 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18491
18492         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
18493         (plugin_init):
18494           Improve matroska typefinding for odd-typed headers...
18495
18496 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18497
18498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
18499           Fix for using incremental number on padnames.
18500
18501 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18502
18503         * ext/divx/gstdivxdec.c:
18504         * ext/divx/gstdivxenc.c:
18505           Set category to divx4linux instead of divx (too generic).
18506         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18507         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18508         (gst_wavparse_loop), (gst_wavparse_change_state):
18509         * gst/wavparse/gstwavparse.h:
18510           fix parsing of WAV files with non-standard fmt-tag size and fix
18511           skipping of unrecognized chunks... Someone please fix this thing
18512           to use rifflib so all this is automated.
18513         * sys/v4l/Makefile.am:
18514         * sys/v4l2/Makefile.am:
18515           Add X_CFLAGS because we depend on X (for overlay).
18516
18517 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
18518
18519         * ext/mpeg2dec/gstmpeg2dec.c:
18520           Don't issue a timestamp unless we tagged the frame
18521           with a PTS.
18522
18523 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18524
18525         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
18526           Query the audio element to get the time, not the clock. We're
18527           interested in the element's time here.
18528
18529 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18530
18531         * ext/aalib/gstaasink.c: (gst_aasink_chain):
18532         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18533         * ext/esd/esdsink.c: (gst_esdsink_chain):
18534         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
18535         * ext/mas/massink.c: (gst_massink_chain):
18536         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
18537         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
18538         (gst_matroska_demux_parse_metadata):
18539         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
18540         (gst_mpeg_parse_release_locks):
18541         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
18542         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
18543         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18544         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18545         (gst_osssink_change_state):
18546         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18547         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18548         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
18549         (gst_xvideosink_release_locks):
18550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
18551           use element time.
18552         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
18553         (gst_alsa_clock_stop):
18554         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
18555         (gst_audio_clock_get_internal_time):
18556           simplify for use with new clocking code.
18557         * testsuite/alsa/Makefile.am:
18558         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
18559           fix testsuite for new caps system
18560
18561 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18562
18563         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
18564         * ext/flac/gstflacenc.c: (add_one_tag):
18565           length is already host endian, no need to convert. Fixes playback of
18566           tagged files on PPC. (bug #128384)
18567
18568 2004-01-13  Julien MOUTTE <julien@moutte.net>
18569
18570         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
18571         colorbalance interface stating if it is hardware based or software
18572         based.
18573         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
18574         Removing a trailing comma.
18575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18576         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
18577         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
18578         the documentation seems to be wrong on the -1000 to 1000 interval.
18579
18580 2004-01-12  David Schleef  <ds@schleef.org>
18581
18582         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18583         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
18584         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
18585         Fix negotiation.  Add a bufferalloc function for the sink pad,
18586         and generally clean up some of the code.
18587
18588 2004-01-12  Julien MOUTTE <julien@moutte.net>
18589
18590         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18591         (gst_color_balance_channel_dispose): Adding safety check in dispose
18592         method.
18593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18594         (gst_xvimagesink_xcontext_clear),
18595         (gst_xvimagesink_interface_supported),
18596         (gst_xvimagesink_colorbalance_list_channels),
18597         (gst_xvimagesink_colorbalance_set_value),
18598         (gst_xvimagesink_colorbalance_get_value),
18599         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
18600         Adding colorbalance interface support to set XV parameters such as
18601         HUE, BRIGHTNESS, CONTRAST, SATURATION.
18602         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
18603         interface.
18604
18605 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18606
18607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
18608         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
18609         (gst_audio_convert_init), (gst_audio_convert_set_property),
18610         (gst_audio_convert_get_property), (gst_audio_convert_chain),
18611         (gst_audio_convert_link),
18612         (gst_audio_convert_buffer_to_default_format),
18613         (gst_audio_convert_buffer_from_default_format), (plugin_init):
18614           - implement _getcaps and use it
18615           - improve linking
18616           - remove float caps since no float conversion is actually done
18617           - remove properties and arguments that were to be used for rate
18618             conversion
18619
18620 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18621
18622         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
18623         (gst_audio_structure_set_int):
18624         * gst-libs/gst/audio/audio.h:
18625           add helper functions for _getcaps matching the standard audio
18626           templates
18627
18628 2004-01-12  David Schleef  <ds@schleef.org>
18629
18630         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18631         Test that pad is negotiated before getting its caps.
18632
18633 2004-01-12  Julien MOUTTE <julien@moutte.net>
18634
18635         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
18636         analyzing the pads of an element the bin is mostly in READY state so
18637         no caps were negotiated. This helper function needs to work with
18638         _get_caps directly then. I was not freeing them though, added that to
18639         fix the mem leak.
18640
18641 2004-01-12  Julien MOUTTE <julien@moutte.net>
18642
18643         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
18645         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
18646         than the free_func.
18647
18648 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18649
18650         * sys/oss/gstossaudio.c: (plugin_init):
18651         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18652         * sys/oss/gstosselement.h:
18653           make an oss debugging category
18654           make failure more descriptive
18655
18656 2004-01-11  David Schleef  <ds@schleef.org>
18657
18658         * ext/ffmpeg/gstffmpeg.c:
18659         * ext/ffmpeg/gstffmpegcodecmap.c:
18660         * ext/ffmpeg/gstffmpegdec.c:
18661         * ext/ffmpeg/gstffmpegenc.c:
18662         * ext/ffmpeg/gstffmpegprotocol.c:
18663         * ext/gdk_pixbuf/gstgdkanimation.c:
18664         * ext/jpeg/gstjpeg.c:
18665         * ext/libpng/gstpng.c:
18666         * ext/mpeg2dec/perftest.c:
18667         * ext/speex/gstspeex.c:
18668         * gst-libs/gst/resample/dtos.c:
18669         * gst/intfloat/gstintfloatconvert.c:
18670         * gst/oneton/gstoneton.c:
18671         * gst/rtjpeg/RTjpeg.c:
18672         * gst/rtp/gstrtp.c:
18673         * sys/dxr3/dxr3init.c:
18674         * sys/glsink/gstgl_nvimage.c:
18675         * sys/glsink/gstgl_pdrimage.c:
18676         * sys/glsink/gstglsink.c:
18677         * testsuite/gst-lint:
18678         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
18679
18680 2004-01-11  David Schleef  <ds@schleef.org>
18681
18682         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
18683         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
18684         * ext/gdk_pixbuf/gstgdkanimation.c:
18685         (gst_gdk_animation_iter_create_pixbuf):
18686         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18687         (gst_gdk_pixbuf_chain):
18688         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18689         * ext/jack/gstjack.c: (gst_jack_change_state):
18690         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
18691         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
18692         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18693         * gst/videofilter/gstvideofilter.c:
18694         (gst_videofilter_set_output_size):
18695         Remove all usage of gst_pad_get_caps(), and replace it with
18696         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
18697
18698 2004-01-11  David Schleef  <ds@schleef.org>
18699
18700         * configure.ac:
18701         * ext/Makefile.am: Fixes to make ext/libcaca compile.
18702         * ext/divx/gstdivxdec.c:
18703         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18704         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
18705         handle images that span multiple buffers.  Now work with both
18706         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
18707         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18708         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
18709         video/video.h changes
18710         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
18711         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18712         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
18713         of GstData free function.
18714         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
18715         same.
18716
18717 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18718
18719         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
18720         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
18721         (gst_v4l2element_get_property):
18722         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
18723           add norm, channel and frequency properties.
18724         * sys/v4l2/gstv4l2tuner.c:
18725           fixes for tuner interface changes
18726         * sys/v4l2/gstv4l2element.h:
18727         * sys/v4l2/gstv4l2src.c:
18728         * sys/v4l2/gstv4l2src.h:
18729         * sys/v4l2/v4l2src_calls.c:
18730         * sys/v4l2/v4l2src_calls.h:
18731           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
18732
18733 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18734
18735         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
18736         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
18737         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
18738         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
18739         * gst-libs/gst/tuner/tuner.h:
18740           GObjects aren't const.
18741           Add find_by_name functions.
18742           Add checks to _changed functions.
18743         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
18744         (gst_v4l_tuner_get_norm):
18745           Fixes for above.
18746
18747 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18748
18749         * gst-libs/gst/video/video.h:
18750           Fix caps template names to be understandable.
18751           Prefix everything with GST_VIDEO.
18752         * ext/aalib/gstaasink.c:
18753         * ext/divx/gstdivxdec.c:
18754         * ext/divx/gstdivxenc.c:
18755         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18756         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
18757         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
18758         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
18759         * ext/libcaca/gstcacasink.c:
18760         * ext/libpng/gstpngenc.c: (raw_caps_factory):
18761         * ext/snapshot/gstsnapshot.c:
18762         * ext/swfdec/gstswfdec.c:
18763         * ext/xvid/gstxviddec.c:
18764         * ext/xvid/gstxvidenc.c:
18765         * gst/chart/gstchart.c:
18766         * gst/deinterlace/gstdeinterlace.c:
18767         * gst/effectv/gsteffectv.c:
18768         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18769         * gst/goom/gstgoom.c:
18770         * gst/median/gstmedian.c:
18771         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
18772         (gst_monoscope_srcconnect), (gst_monoscope_chain):
18773         * gst/overlay/gstoverlay.c:
18774         * gst/smooth/gstsmooth.c:
18775         * gst/smpte/gstsmpte.c:
18776         * gst/synaesthesia/gstsynaesthesia.c:
18777         * gst/videocrop/gstvideocrop.c:
18778         * gst/videodrop/gstvideodrop.c:
18779         * gst/y4m/gsty4mencode.c:
18780         * sys/qcam/gstqcamsrc.c:
18781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
18782           Make them work with new video.h file.
18783         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18784         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
18785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18786         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
18787           Make it work with new buffer allocation system.
18788
18789 2004-01-11  Julien MOUTTE  <julien@moutte.net>
18790
18791         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
18792         pad_alloc_buffer implementation to use ->srcpad
18793         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
18794         pad_alloc_buffer implementation to use ->srcpad
18795         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
18796         pad_alloc_buffer implementation to use ->srcpad
18797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18798         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18799         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
18800         a reference to everything we need.
18801         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
18802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18803         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18804         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
18805         a reference to everything we need.
18806         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
18807
18808 2004-01-11  David Schleef  <ds@schleef.org>
18809
18810         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
18811         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
18812         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
18813         structure members.
18814         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
18815         value during a resize/renegotiation.
18816         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
18817         gst_pad_alloc_buffer();
18818         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18819         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
18820         structure members.
18821         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
18822         Fix for rename of buffer private structure members.
18823         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18824         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
18825         Fix for rename of buffer private structure members.
18826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18827         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
18828         Fix for rename of buffer private structure members.
18829
18830 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
18831
18832         reviewed by: David Schleef <ds@schleef.org>
18833
18834         * gst/videofilter/Makefile.am:
18835         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
18836         from the patch by ds to fit in with recent make_filter changes.
18837
18838 2004-01-11  Julien MOUTTE  <julien@moutte.net>
18839
18840         * configure.ac: Adding examples/switch/Makefile
18841         * examples/Makefile.am: Adding examples/switch
18842         * examples/switch/Makefile.am: Adding switcher example.
18843         * examples/switch/switcher.c: (got_eos), (idle_iterate),
18844         (switch_timer), (main): Adding an example demonstrating switch usage
18845         with 2 videotestsrc showing different patterns.
18846         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
18847         (gst_switch_init): Fixing switch with the new caps system.
18848
18849 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18850
18851         * gst-libs/gst/video/video.h:
18852           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
18853           They should probably be like
18854           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
18855
18856 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18857
18858         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18859         (qtdemux_parse_trak):
18860           fix audio chunk size/timestamp calculation
18861
18862 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18863
18864         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18865           fix SVQ3 caps
18866
18867 2004-01-11  Steve Baker  <steve@stevebaker.org>
18868
18869         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
18870         (gst_agingtv_base_init), (gst_agingtv_class_init),
18871         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
18872         (gst_agingtv_set_property), (gst_agingtv_get_property):
18873         Port agingTV to videofilter
18874
18875 2004-01-09  Julien MOUTTE <julien@moutte.net>
18876
18877         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
18878         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18879
18880 2004-01-09  Julien MOUTTE <julien@moutte.net>
18881
18882         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
18883         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18884         * gst-libs/gst/xoverlay/xoverlay.c:
18885         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
18886         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
18887         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18888         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18889         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18890         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18891         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18892         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
18893         the bufferalloc_function to replace bufferpools, fixing the XOverlay
18894         interface implementation to handle xid being 0 and fix some bugs
18895         triggered by Benjamin's testcase.
18896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18897         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18898         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
18899         the bufferalloc_function to replace bufferpools, fixing the XOverlay
18900         interface implementation to handle xid being 0 and fix some bugs
18901         triggered by Benjamin's testcase.
18902
18903 2004-01-09  David Schleef  <ds@schleef.org>
18904
18905         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
18906         mouse pointer events.  It works.
18907
18908 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18909
18910         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
18911           Use explicit caps - fix capsnego.
18912         * ext/xvid/gstxviddec.c:
18913         * ext/xvid/gstxvidenc.c:
18914           Remove macro-inside-macro which caused compile errors.
18915         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
18916           Error out if it's not a RIFF file. Else we error out without
18917           gst_element_error() which is not good...
18918
18919 2004-01-08  David Schleef  <ds@schleef.org>
18920
18921         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
18922         Fix pad_link function to handle formats that ffmpeg returns
18923         as multiple caps structures.
18924         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
18925         Only complain if source buffer is _smaller_ than expected.
18926         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
18927         (gst_videoscale_handle_src_event): Resize navigation events
18928         when passing them upstream.
18929         * gst/videotestsrc/gstvideotestsrc.c:
18930         * gst/videotestsrc/gstvideotestsrc.h:
18931         * gst/videotestsrc/videotestsrc.c:
18932         * gst/videotestsrc/videotestsrc.h:
18933         Rewrite many of the buffer painting functions to handle odd
18934         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
18935         been verified to work with my video card.
18936         * testsuite/gst-lint:  Add check for elements calling
18937         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
18938
18939 2004-01-08  David Schleef  <ds@schleef.org>
18940
18941         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18942         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
18943
18944 2004-01-08  Julien MOUTTE  <julien@moutte.net>
18945
18946         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
18947         configure event is not emiting the desired size signal. That fixes
18948         aspect ratio issues with gst-player.
18949
18950 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18951
18952         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
18953           Fix capsnego.
18954
18955 2004-01-08  Julien MOUTTE  <julien@moutte.net>
18956
18957         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
18958         public method to fire size signal.
18959
18960 2004-01-07  Julien MOUTTE  <julien@moutte.net>
18961
18962         * examples/gstplay/Makefile.am: Adding the interface library.
18963         * gst-libs/gst/play/Makefile.am: Adding the interface library.
18964         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
18965         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
18966         GST_IS_X_OVERLAY before signal connect.
18967         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
18968         Removing the have_video_size signal.
18969         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
18970         and associated public method.
18971         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
18972         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
18973         signal.
18974         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18975         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
18976         signal.
18977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
18978         Using XOverlay public method to fire size signal.
18979
18980 2004-01-07  David Schleef  <ds@schleef.org>
18981
18982         * gst/videofilter/Makefile.am:
18983         * gst/videofilter/gstvideotemplate.c:
18984         * gst/videofilter/make_filter:
18985         Create gstvideoexample.c in a srcdir!=builddir friendly way.
18986         Convert make_filter to /bin/sh script.
18987
18988 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18989
18990         * gst/modplug/gstmodplug.cc: fix element description
18991
18992 2004-01-07  Julien MOUTTE  <julien@moutte.net>
18993
18994         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
18995         (got_video_size): Adding some new lines in g_print calls.
18996         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18997         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
18998         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
18999         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
19000         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
19001         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
19002         Complete code review, reverting some stuff i disagree with, adding
19003         some fixes : time synchronization on invalid timestamps, renegotiation
19004         of private window.
19005         * sys/ximage/ximagesink.h:
19006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
19007         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
19008         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
19009         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
19010         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
19011         (gst_xvimagesink_buffer_new),
19012         (gst_xvimagesink_navigation_send_event),
19013         (gst_xvimagesink_set_xwindow_id),
19014         (gst_xvimagesink_get_desired_size),
19015         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
19016         stuff i disagree with, adding some fixes : Renegotiation of private
19017         window, implementing get_desired_size.
19018
19019 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19020
19021         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
19022         (gst_afsink_handle_event):
19023         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
19024         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
19025         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
19026         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
19027         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
19028           Fix for instantiate-test (see core). Also remove dead code from
19029           jpegenc (which still needs fixing, but that's lower on my TODO
19030           list...).
19031         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19032           Never return NULL as caps.
19033
19034 2004-01-07  David Schleef  <ds@schleef.org>
19035
19036         * configure.ac:
19037         * ext/Makefile.am:
19038         * ext/librfb/Makefile.am:
19039         * ext/librfb/gstrfbsrc.c:
19040         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
19041         is the protocol used by VNC.
19042
19043 2004-01-07  David Schleef  <ds@schleef.org>
19044
19045         * gst/videofilter/gstvideotemplate.c:
19046         * gst/videofilter/gstvideotemplate.h:
19047         * gst/videofilter/make_filter:
19048         Merge videotemplate header into source file.
19049         * gst/effectv/Makefile.am:
19050         * gst/effectv/gsteffectv.c: (plugin_init):
19051         * gst/effectv/gstwarp.c:
19052         Make warpTV a subclass of videofilter.
19053
19054 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19055
19056         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
19057           Add guard against invalid utf-8 conversions in mad. Just in case.
19058
19059 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19060
19061         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
19062           Fix for bug shown by poisoning
19063
19064 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19065
19066         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
19067         (gst_v4lmjpegsrc_buffer_free):
19068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
19069         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
19070         (gst_v4lsrc_buffer_free):
19071           Fix for removed bufferpools.
19072
19073 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
19074
19075         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19076         Fix caps negotiation.
19077
19078         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
19079         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
19080         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
19081         (dvdnavsrc_event):
19082         * ext/mpeg2dec/gstmpeg2dec.c:
19083         * gst-libs/gst/navigation/navigation.c:
19084         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
19085         * gst-libs/gst/navigation/navigation.h:
19086         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
19087         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
19088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
19089         Super-simple first version of mouse and keyboard events. Clicking
19090         on a DVD menu now works, although it may not take you where you
19091         expected.
19092
19093         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19094         * gst/videotestsrc/gstvideotestsrc.c:
19095         (gst_videotestsrc_src_fixate):
19096         These fixate functions were broken - they never actually
19097         fixated :)
19098
19099 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19100
19101         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
19102         (gst_icecastsend_init):
19103           fix for new caps system.
19104         * gst-libs/gst/mixer/mixertrack.h:
19105         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
19106           Add 'master track' flag (for tools like ACME that only want to
19107           change the main volume).
19108
19109 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
19110
19111         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
19112         (gst_xvid_csp_to_caps):
19113         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
19114         * ext/xvid/gstxvidenc.c:
19115         ifdef out ARGB type when it isn't available
19116         in xvidcore 1.0.0beta2
19117
19118 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19119
19120         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19121           When we have received a new SCR right in the first buffer after
19122           a seek (so in the same cycle that handles the discont), we should
19123           handle the buffer instead of unreffing it, else we lose data.
19124
19125 2004-01-06  Iain <iain@prettypeople.org>
19126
19127         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
19128           buffer-frames caps too.
19129
19130         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
19131           caps that we need, don't destroy them all and rebuild them. And when
19132           creating src pads, use the src pad template rather than the sink...
19133
19134 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19135
19136         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19137           Add pad to element *after* setting functions such as event handler.
19138           Without this, the scheduler (opt) will link pads, set the event
19139           handler from the default event function (dispatcher in gstpad.c)
19140           and *after* that, we will set our own event function, which will
19141           thus never be used (and thus mpegdemux doesn't handle events).
19142
19143 2004-01-04  David Schleef  <ds@schleef.org>
19144
19145         Fix the fixate functions to handle new prototype:
19146         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19147         * gst/videotestsrc/gstvideotestsrc.c:
19148         (gst_videotestsrc_src_fixate):
19149         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
19150         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
19151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19152
19153 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19154
19155         * sys/ximage/ximagesink.h:
19156         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
19157         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
19158         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
19159         (gst_ximagesink_xoverlay_init):
19160           assorted fixes to make (re)embedding work
19161         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
19162         (gst_ximagesink_get_desired_size):
19163           implement desired size additions to XOverlay
19164
19165 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19166
19167         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
19168         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
19169         (gst_x_overlay_got_desired_size):
19170         * gst-libs/gst/xoverlay/xoverlay.h:
19171           Add optional "desired size" signal and querying.
19172
19173 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19174
19175         * gst/matroska/matroska-demux.c:
19176         (gst_matroska_demux_parse_blockgroup):
19177           Fix EBML-laced block parsing. Diffs are relative to previous
19178           lace, not the first lace. Thanks to Mosu from the Matroska
19179           team for detecting this.
19180         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19181         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
19182         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
19183         (gst_wavparse_change_state):
19184         * gst/wavparse/gstwavparse.h:
19185           Quickfix for capsnego.
19186
19187 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19188
19189         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
19190           Fix indenting, fix pad creation.
19191
19192 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19193
19194         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
19195         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
19196         (gst_xviddec_sink_link):
19197           Implement src_getcaps() so proper size caps is negotiated.
19198
19199 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19200
19201         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
19202           Finish flac decoder on EOS. See #116178.
19203
19204 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19205
19206         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
19207         (gst_matroska_demux_add_stream):
19208         * gst/matroska/matroska-ids.h:
19209           Add getcaps() function to fix capsnego...
19210
19211 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19212
19213         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19214         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
19215         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19216           Fix more integer overflows. Again, see #126967.
19217
19218 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19219
19220         * ext/mpeg2dec/gstmpeg2dec.c:
19221           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
19222           #130416.
19223
19224 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19225
19226         * configure.ac:
19227         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
19228         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
19229         * ext/xvid/gstxvid.h:
19230         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
19231         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
19232         (gst_xviddec_src_link), (gst_xviddec_sink_link),
19233         (gst_xviddec_change_state):
19234         * ext/xvid/gstxviddec.h:
19235         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
19236         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
19237         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
19238         (gst_xvidenc_link), (gst_xvidenc_set_property),
19239         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
19240         * ext/xvid/gstxvidenc.h:
19241           Update xvid plugin to latest xvid (1.0.0-beta3) API.
19242
19243 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19244
19245         * gst/rtp/rtp-packet.c:
19246           Add sys/types.h include, since OS X doesn't define in_addr_t
19247           in netinet/in.h, like it does on Linux (see #129600).
19248
19249 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
19250
19251         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
19252
19253         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
19254           Correct logic of dispose function (see #129306).
19255
19256 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19257
19258         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
19259         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
19260         (gst_mpeg_parse_init):
19261         * gst/mpegstream/gstmpegparse.h:
19262           Remove clock (which was never provided, i.e. dead code), and
19263           also fix integer overflows at high PTS values (see #126967).
19264
19265 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19266
19267         * ext/flac/gstflacdec.c:
19268         * ext/libpng/gstpngenc.h:
19269         * ext/mikmod/gstmikmod.h:
19270           OS X fixes (see #126628).
19271
19272 2004-01-02  David Schleef  <ds@schleef.org>
19273
19274         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
19275         (gst_alsa_src_base_init): Remove bogus "src" request pad.
19276         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
19277         (gst_mpeg_parse_class_init): Move pad template registration
19278         to class_init, since the derived class (mpegdemux) doesn't
19279         want them.
19280
19281 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19282
19283         * sys/ximage/Makefile.am:
19284         * sys/xvideo/Makefile.am:
19285         * sys/xvimage/Makefile.am:
19286           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
19287           after installation (see #127664).
19288
19289 2004-01-02  David Schleef  <ds@schleef.org>
19290
19291         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
19292         (gst_ffmpegenc_connect):  Negotiation fixes.
19293         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
19294         Remove inappropriate gst_caps_free().
19295         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
19296         Reenable Ronald's internal resize code, since the core handles
19297         it correctly now.
19298
19299 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19300
19301         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
19302         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
19303         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
19304           Fix pad template stuff.
19305
19306 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19307
19308         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
19309         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
19310           fix signed integer reading/writing.
19311
19312 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19313
19314         * ext/alsa/README:
19315           Remove outdated document
19316
19317 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
19318
19319         * gst/cutter/gstcutter.c: (gst_cutter_init):
19320           src pad was being created twice - oops.
19321
19322 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19323
19324         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
19325           Comment out internal resize. It doesn't handle the resulting
19326           XEvent internally, does another try_set_caps() which leads to
19327           a really nice loop.
19328           Real fix will come when Julien and Dave are awake. ;).
19329
19330 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19331
19332         * ext/mpeg2enc/gstmpeg2enc.cc:
19333           fix const/nonconst compile issue.
19334
19335 2004-01-02  David Schleef  <ds@schleef.org>
19336
19337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
19338         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
19339         Add fixate function and a check for bad formats.
19340
19341 2004-01-01  David Schleef  <ds@schleef.org>
19342
19343         Negotiation fixes:
19344         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
19345         (gst_audiofilter_init):
19346         * gst/debug/efence.c: (gst_efence_init):
19347         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
19348         (gst_deinterlace_init):
19349         * gst/volume/gstvolume.c: (volume_connect):
19350
19351 2004-01-01  David Schleef  <ds@schleef.org>
19352
19353         Convert elements to use gst_pad_use_explicit_caps() where
19354         appropriate:
19355         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
19356         * ext/audiofile/gstafparse.c: (gst_afparse_init),
19357         (gst_afparse_open_file):
19358         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
19359         (gst_afsrc_open_file):
19360         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
19361         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
19362         (gst_ffmpegdec_chain):
19363         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19364         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
19365         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
19366         (gst_gdk_pixbuf_chain):
19367         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
19368         (gst_jpegdec_chain):
19369         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
19370         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
19371         (gst_mikmod_negotiate):
19372         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19373         (gst_mpeg2dec_negotiate_format):
19374         * ext/mpeg2enc/gstmpeg2enc.cc:
19375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19376         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
19377         (gst_speexdec_sinkconnect):
19378         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
19379         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
19380         (gst_vorbisfile_new_link):
19381         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
19382         (gst_ac3parse_chain):
19383         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
19384         (gst_asf_demux_setup_pad):
19385         * gst/auparse/gstauparse.c: (gst_auparse_init),
19386         (gst_auparse_chain):
19387         * gst/id3/gstid3types.c: (gst_id3types_loop):
19388         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
19389         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19390         (mp1videoparse_parse_seq):
19391         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
19392         (bpf_from_header):
19393         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19394         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
19395         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19396         (gst_mpeg_parse_send_data):
19397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19398         (gst_qtdemux_add_stream):
19399         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
19400         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19401         (gst_wavparse_parse_fmt):
19402
19403 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19404
19405         * configure.ac:
19406           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
19407           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
19408           it therefore uses the wrong include paths. Too bad... Note
19409           that 1.6.1.93 is not release yet. ;).
19410           Also add a check for mplex, which is now using the lib'ified
19411           mplex from mjpegtools, too.
19412         * ext/ffmpeg/gstffmpegcodecmap.c:
19413           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
19414           issues. I don't think ffmpeg handles 3ivx correctly, so this
19415           probably won't work. But it won't hurt either.
19416         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
19417         (gst_ffmpegdec_chain):
19418         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
19419         (gst_ffmpegenc_chain_audio):
19420           Fix memleak in audio encoding. Close codec if open fails, this
19421           calls the cleanup routines so we can re-use the context.
19422         * ext/mpeg2enc/gstmpeg2enc.cc:
19423           Fix pad template names/types, fix memory issue with getcaps().
19424         * ext/mpeg2enc/gstmpeg2encoder.cc:
19425         * ext/mpeg2enc/gstmpeg2encoder.hh:
19426           Fix compile issue with new caps system (const thingy).
19427         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19428         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
19429           We read a first frame right on initing, so that we have a caps
19430           when we init the output. This caps is cached in padprivate and
19431           read as first frame.
19432         * ext/mplex/Makefile.am:
19433         * ext/mplex/gstmplex.cc:
19434         * ext/mplex/gstmplex.h:
19435         * ext/mplex/gstmplex.hh:
19436         * ext/mplex/gstmplexibitstream.cc:
19437         * ext/mplex/gstmplexibitstream.hh:
19438         * ext/mplex/gstmplexjob.cc:
19439         * ext/mplex/gstmplexjob.hh:
19440         * ext/mplex/gstmplexoutputstream.cc:
19441         * ext/mplex/gstmplexoutputstream.hh:
19442           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
19443           had issues, didn't do capsnego, supported only a subset of the
19444           mplex features and required a mplex fork in our local CVS. Plus
19445           that it worked agaist a very old mplex version. Rewriting was
19446           faster than updating it.
19447         * gst-libs/ext/Makefile.am:
19448         * gst-libs/ext/mplex/INSTRUCT:
19449         * gst-libs/ext/mplex/Makefile.am:
19450         * gst-libs/ext/mplex/README:
19451         * gst-libs/ext/mplex/TODO:
19452         * gst-libs/ext/mplex/ac3strm_in.cc:
19453         * gst-libs/ext/mplex/audiostrm.hh:
19454         * gst-libs/ext/mplex/audiostrm_out.cc:
19455         * gst-libs/ext/mplex/aunit.hh:
19456         * gst-libs/ext/mplex/bits.cc:
19457         * gst-libs/ext/mplex/bits.hh:
19458         * gst-libs/ext/mplex/buffer.cc:
19459         * gst-libs/ext/mplex/buffer.hh:
19460         * gst-libs/ext/mplex/fastintfns.h:
19461         * gst-libs/ext/mplex/format_codes.h:
19462         * gst-libs/ext/mplex/inputstrm.cc:
19463         * gst-libs/ext/mplex/inputstrm.hh:
19464         * gst-libs/ext/mplex/lpcmstrm_in.cc:
19465         * gst-libs/ext/mplex/mjpeg_logging.cc:
19466         * gst-libs/ext/mplex/mjpeg_logging.h:
19467         * gst-libs/ext/mplex/mjpeg_types.h:
19468         * gst-libs/ext/mplex/mpastrm_in.cc:
19469         * gst-libs/ext/mplex/mpegconsts.cc:
19470         * gst-libs/ext/mplex/mpegconsts.h:
19471         * gst-libs/ext/mplex/mplexconsts.hh:
19472         * gst-libs/ext/mplex/multplex.cc:
19473         * gst-libs/ext/mplex/outputstream.hh:
19474         * gst-libs/ext/mplex/padstrm.cc:
19475         * gst-libs/ext/mplex/padstrm.hh:
19476         * gst-libs/ext/mplex/stillsstream.cc:
19477         * gst-libs/ext/mplex/stillsstream.hh:
19478         * gst-libs/ext/mplex/systems.cc:
19479         * gst-libs/ext/mplex/systems.hh:
19480         * gst-libs/ext/mplex/vector.cc:
19481         * gst-libs/ext/mplex/vector.hh:
19482         * gst-libs/ext/mplex/videostrm.hh:
19483         * gst-libs/ext/mplex/videostrm_in.cc:
19484         * gst-libs/ext/mplex/videostrm_out.cc:
19485         * gst-libs/ext/mplex/yuv4mpeg.cc:
19486         * gst-libs/ext/mplex/yuv4mpeg.h:
19487         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
19488         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
19489           We don't fork mjpegtools' mplex in our CVS anymore.
19490         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
19491         (gst_avi_demux_add_stream):
19492         * gst/avi/gstavidemux.h:
19493           Add getcaps() function for proper caps nego. This makes some
19494           parts of AVI playback/reading work.
19495         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
19496           Resize window on new capsnego. This is probably wrong, but
19497           I'm still committing it because with current capsnego, the
19498           first successfull capsnego is auto-fixated, therefore rounded
19499           down to the lowest values in the caps. this results in a 16x16
19500           XWindow that is not reized when real capsnego finishes.
19501           Dave, I see more cases of this, do you know a proper solution?
19502         * tools/gst-launch-ext.in:
19503           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
19504
19505 2003-12-31  David Schleef  <ds@schleef.org>
19506
19507         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
19508         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
19509           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
19510
19511 2003-12-30  David Schleef  <ds@schleef.org>
19512
19513         * ext/ffmpeg/gstffmpegcolorspace.c:
19514         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19515         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
19516         (gst_ffmpegcsp_chain): Negotiation fixes
19517         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
19518         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
19519         (gst_audio_convert_link), (gst_audio_convert_channels):
19520         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
19521         (gst_audioscale_link), (gst_audioscale_get_buffer),
19522         (gst_audioscale_chain): Negotiation fixes
19523         * gst/audioscale/gstaudioscale.h:
19524         * gst/videofilter/gstvideofilter.c:
19525         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
19526         (gst_videofilter_link), (gst_videofilter_init),
19527         (gst_videofilter_set_output_size), (gst_videofilter_setup),
19528         (gst_videofilter_find_format_by_structure):
19529         * gst/videofilter/gstvideofilter.h: Negotiation fixes
19530         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
19531         (gst_videoscale_link):
19532         * gst/videoscale/videoscale.c: (videoscale_get_structure),
19533         (videoscale_find_by_structure), (gst_videoscale_setup):
19534         * gst/videoscale/videoscale.h: Negotiation fixes
19535         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19536         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
19537         function, restrict resizing to a multiple of 4 (hack until
19538         everyone supports odd sizes correctly).
19539
19540 2003-12-29  Colin Walters  <walters@verbum.org>
19541
19542         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
19543         signed.
19544
19545 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
19546
19547         * ext/sndfile/gstsf.c: (gst_sf_loop):
19548           Fix warning about discarding const qualifier
19549
19550 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
19551
19552         * gst/cutter/gstcutter.c:
19553         * gst/videoscale/gstvideoscale.c:
19554         * gst/volenv/gstvolenv.c:
19555         * gst-libs/gst/audio/audio.c:
19556         * gst-libs/gst/video/video.c:
19557           Fix warnings
19558
19559 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19560
19561         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19562           Don't send ALSA debugging to stderr.
19563         * ext/alsa/gstalsa.h:
19564           Use GST_WARNING instead of g_warning when ALSA functions fail.
19565
19566 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19567
19568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19569           Free XVAdapterInfo correctly.
19570
19571 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19572
19573         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19574         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
19575           Make id3tag use correct caps nego.
19576
19577 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
19578
19579         * ext/ivorbis/vorbis.c:
19580         * ext/ivorbis/vorbisenc.h:
19581         * ext/ivorbis/vorbisfile.c:
19582           Modify so that it uses the new caps things
19583
19584 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19585
19586         * testsuite/spider/spider1.c: (main):
19587         * testsuite/spider/spider2.c: (main):
19588         * testsuite/spider/spider3.c: (main):
19589           Make tests compile again. They probably don't work.
19590
19591 2003-12-24  Colin Walters  <walters@verbum.org>
19592
19593         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
19594         we can't fixate the caps anymore.
19595
19596 2003-12-23  David Schleef  <ds@schleef.org>
19597
19598         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
19599         * sys/oss/gstosssink.c: (gst_osssink_init),
19600         (gst_osssink_sink_fixate): Add fixate function.
19601
19602 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19603
19604         * ext/ffmpeg/gstffmpegcodecmap.c:
19605         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
19606         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
19607         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
19608         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19609         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19610         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19611         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
19612           fix typo in RGB masks, and move back to "old" colorspace
19613           capsnego code until whoever wrote this new crap has actually
19614           tested it so that it works.
19615           And yes, this works, keep it that way please.
19616
19617 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19618
19619         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
19620         (gst_divxdec_init), (gst_divxdec_negotiate):
19621         * ext/divx/gstdivxdec.h:
19622         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
19623         (gst_divxenc_init):
19624         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19625         (gst_faac_sinkconnect), (gst_faac_srcconnect):
19626         * ext/mpeg2enc/gstmpeg2enc.cc:
19627         * ext/mpeg2enc/gstmpeg2encoder.cc:
19628         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19629         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
19630         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
19631         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
19632         (dxr3spusink_init):
19633         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
19634         (dxr3videosink_init):
19635           Fix caps breakage after Dave's caps branch merge.
19636
19637 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19638
19639         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19640           Fix for 24bpp display.
19641
19642 2003-12-23  Colin Walters  <walters@verbum.org>
19643
19644         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
19645         a GnomeVFSHandle directly.
19646
19647 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19648
19649         * gst/volume/Makefile.am:
19650         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
19651         (volume_base_init), (volume_init):
19652           Reenable volume element and fix to work with new caps stuff.
19653           Rhythmbox needs this.
19654
19655 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19656
19657         * gst/qtdemux/qtdemux.c: (plugin_init):
19658           qtdemux requires bytestream
19659
19660 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19661
19662         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
19663           Fix remaining caps handling errors due to CAPS merge.
19664
19665 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19666
19667         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
19668         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
19669         (gst_faad_srcconnect):
19670           Port to new caps system.
19671
19672 2003-12-21  Julien MOUTTE  <julien@moutte.net>
19673
19674         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
19675         (got_video_size), (main): using g_print instead of g_message.
19676         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
19677         signal which was not emitted because of "switch" element added to the
19678         bin but not connected. (Removing from the bin temporarily)
19679
19680 2003-12-21  Julien MOUTTE  <julien@moutte.net>
19681
19682         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
19683         find X development files. I don't understand the previous tests and
19684         they fail on my debian/ppc unstable. This one works.
19685         * examples/gstplay/player.c: (main): Set the pipeline to READY before
19686         exiting.
19687         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
19688         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19689         (gst_play_set_visualization): Add some safety checks in set_ methods
19690         and state_change. This was throwing some ugly CRITICAL messages when
19691         pipeline was getting disposed and casts were failing.
19692
19693 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19694
19695         * configure.ac:
19696           Improve mpeg2enc detection. This is for distributions that do
19697           ship mjpegtools, but without mpeg2enc. Also does object check
19698           for might there ever be ABI incompatibility.
19699         * ext/mpeg2enc/gstmpeg2enc.cc:
19700           Add Andrew as second maintainer (he's helping me), and also add
19701           an error if no caps was set. This happens if I pull before capsnego
19702           and that's something I should solve sometime else.
19703         * gst/matroska/matroska-demux.c:
19704         (gst_matroska_demux_parse_blockgroup):
19705           Fix time parsing.
19706         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
19707         (gst_matroska_mux_track_header):
19708           Add caps to templates.
19709         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
19710           Add mpegversion=1 to prevent confusion with MPEG/AAC.
19711         * gst/mpegstream/gstmpegdemux.c:
19712           Remove layer since it causes warnings about unfixed caps.
19713         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19714           Fix obvious typo (we error out if caps were set, we should of
19715           course error out if *no* caps were set).
19716         * sys/oss/gstosselement.c: (gst_osselement_convert):
19717           Fix format conversion, we confused bits/bytes.
19718         * sys/oss/gstosselement.h:
19719           Improve documentation for 'bps'.
19720         * sys/v4l/TODO:
19721           Remove stuff about plugins that need removing - this was done
19722           ages ago.
19723         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
19724         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
19725         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
19726         (gst_v4lsrc_src_query):
19727         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19728         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
19729           Add get_query_types(), get_formats() and query() functions.
19730
19731 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19732
19733         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
19734         * moved CVS to freedesktop.org
19735
19736 >>>>>>> 1.1891