gst/tcp/gsttcp.c: Fix a simple mistake (see the docs)
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
4           Fix a simple mistake (see the docs)
5           Fixes #359580
6
7 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * docs/plugins/Makefile.am:
10         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12         * docs/plugins/gst-plugins-base-plugins.args:
13         * docs/plugins/gst-plugins-base-plugins.hierarchy:
14         * docs/plugins/inspect/plugin-adder.xml:
15         * docs/plugins/inspect/plugin-alsa.xml:
16         * docs/plugins/inspect/plugin-audioconvert.xml:
17         * docs/plugins/inspect/plugin-audiorate.xml:
18         * docs/plugins/inspect/plugin-audioresample.xml:
19         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20         * docs/plugins/inspect/plugin-cdparanoia.xml:
21         * docs/plugins/inspect/plugin-decodebin.xml:
22         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
23         * docs/plugins/inspect/plugin-gdp.xml:
24         * docs/plugins/inspect/plugin-gnomevfs.xml:
25         * docs/plugins/inspect/plugin-libvisual.xml:
26         * docs/plugins/inspect/plugin-ogg.xml:
27         * docs/plugins/inspect/plugin-pango.xml:
28         * docs/plugins/inspect/plugin-playbin.xml:
29         * docs/plugins/inspect/plugin-subparse.xml:
30         * docs/plugins/inspect/plugin-tcp.xml:
31         * docs/plugins/inspect/plugin-theora.xml:
32         * docs/plugins/inspect/plugin-typefindfunctions.xml:
33         * docs/plugins/inspect/plugin-video4linux.xml:
34         * docs/plugins/inspect/plugin-videorate.xml:
35         * docs/plugins/inspect/plugin-videoscale.xml:
36         * docs/plugins/inspect/plugin-videotestsrc.xml:
37         * docs/plugins/inspect/plugin-volume.xml:
38         * docs/plugins/inspect/plugin-vorbis.xml:
39         * docs/plugins/inspect/plugin-ximagesink.xml:
40         * docs/plugins/inspect/plugin-xvimagesink.xml:
41           Add vorbistag element to docs; update version numbers to 0.10.10.1.
42
43 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
44
45         Patch by: James "Doc" Livingston <doclivingston at gmail com>
46
47         * ext/vorbis/Makefile.am:
48         * ext/vorbis/vorbis.c: (plugin_init):
49         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
50         (vorbis_parse_parse_packet), (vorbis_parse_chain):
51         * ext/vorbis/vorbisparse.h:
52         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
53         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
54         (gst_vorbis_tag_parse_packet):
55         * ext/vorbis/vorbistag.h:
56           Add new vorbistag element which derives from vorbisparse
57           and is essentially the same as well, only that it implements
58           the GstTagSetter interface and can modify the stream's
59           vorbiscomment on the fly (#335635).
60
61         * tests/check/Makefile.am:
62         * tests/check/elements/.cvsignore:
63         * tests/check/elements/vorbistag.c: (setup_vorbistag),
64         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
65         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
66         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
67           Add unit test for new vorbistag element.
68
69 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
70
71         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
72         (vorbis_parse_push_headers), (vorbis_parse_chain):
73           Set BOS flag in packet structure to fix 'jump depends
74           on unitialized value' errors in valgrind; various minor
75           clean-ups.
76
77 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
78
79         * gst/playback/gstdecodebin.c: (close_pad_link):
80         Fix typo in a debug statement.
81
82         * gst/playback/gstplaybasebin.c: (probe_triggered),
83         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
84         (gen_source_element), (source_new_pad), (analyse_source),
85         (setup_source):
86         When handling no_more_pads in new_decoded_pad, make sure to treat
87         subtitle pads correctly. Fixes playback with subtitle files.
88
89         Move a recurring message to LOG level.
90
91         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
92         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
93         which ends up as -1 when cast to an int. Make the logic handle the
94         max value as an unsigned mask and only change the colorkey when it's
95         a value we recognise.
96
97 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
98
99         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
100         Removed empty * between paragraphs
101
102 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
103
104         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
105         * gst-libs/gst/rtp/README:
106         Moved some documentation into .c file
107
108 2006-09-29  Wim Taymans  <wim@fluendo.com>
109
110         * gst/playback/gstdecodebin.c: (no_more_pads):
111         Fix compilation.
112
113 2006-09-29  Wim Taymans  <wim@fluendo.com>
114
115         * gst/playback/gstdecodebin.c: (new_caps):
116         Remove g_print
117
118         * gst/playback/gstplaybin.c:
119         Add some docs.
120
121 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
122
123         * tests/check/Makefile.am:
124           Re-enable cddabasesrc test to see if it works again
125           now.
126
127 2006-09-29  Wim Taymans  <wim@fluendo.com>
128
129         * gst/playback/gstplaybasebin.c: (setup_subtitle),
130         (gen_source_element):
131         Handle invalid URIs a bit more gracefully.
132
133 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
134
135         * tests/check/pipelines/oggmux.c:
136           Remove obsolete comment.
137
138 2006-09-29  Michael Smith  <msmith@fluendo.com>
139
140         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
141         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
142         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
143         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
144         (gst_ogg_mux_collected):
145           Commit patch from James "Doc" Livingston, adds proper EOS handling
146           in oggmux. GStreamer can, for the first time ever, create a valid
147           Ogg file! Yay!
148
149         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
150         (oggmux_suite):
151           Reenable tests now that they pass.
152
153 2006-09-29  Wim Taymans  <wim@fluendo.com>
154
155         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
156         Stop reading commands when EOF (we read 0) as well.
157
158 2006-09-28  Wim Taymans  <wim@fluendo.com>
159
160         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
161         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
162         (find_dynamic), (unlinked), (close_link):
163         Implement delayed caps linking needed for element with a lot of
164         different caps on the src pads that get fixed at runtime.
165         Improve management of dynamic elements.
166
167         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
168         (group_destroy), (group_commit), (check_queue), (queue_overrun),
169         (gen_preroll_element), (remove_groups), (unknown_type),
170         (add_element_stream), (no_more_pads_full), (no_more_pads),
171         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
172         (new_decoded_pad), (setup_subtitle), (array_has_value),
173         (gen_source_element), (source_new_pad), (has_all_raw_caps),
174         (analyse_source), (remove_decoders), (make_decoder),
175         (remove_source), (setup_source), (finish_source), (prepare_output),
176         (gst_play_base_bin_change_state):
177         * gst/playback/gstplaybasebin.h:
178         Use more _CAST instead of full type checking casts.
179         Small cleanups, plug some leaks.
180         Handle dynamic sources.
181         Add some helper functions to create lists of strings used for
182         blacklisting and other stuff.
183         Refactor some code dealing with analysing the source.
184         Re-enable sources without pads (like cd:// or other selfcontained
185         elements).
186
187 2006-09-28  Wim Taymans  <wim@fluendo.com>
188
189         * gst-libs/gst/audio/gstbaseaudiosink.c:
190         (gst_base_audio_sink_render):
191         When we have a timestamp, we can still perform clipping.
192         When we have no clock, we must play the sample ASAP.
193
194 2006-09-28  Wim Taymans  <wim@fluendo.com>
195
196         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
197         Set caps on outgoing buffers.
198
199         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
200         (gst_video_rate_event), (gst_video_rate_chain):
201         * gst/videorate/gstvideorate.h:
202         Fix videorate some more. Fixes #357977
203
204 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
205
206         * tests/check/elements/adder.c: (adder_suite):
207           Don't set timeout to 6 seconds when we're running
208           in valgrind ... (and how is 6 seconds longer than
209           the default anyway?)
210
211 2006-09-28  Wim Taymans  <wim@fluendo.com>
212
213         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
214         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
215         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
216         Keep sink and src segment to keep track of time and support more
217         input formats.
218         Fix bogus next_offset and run_time calculation, don't understand how
219         this could have worked before. Fixes #357976.
220         Remove some unneeded vars.
221
222 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
223
224         * gst/playback/gstplaybin.c: (remove_sinks):
225           Only remove visualisation from visbin if there is a visbin (or:
226           don't throw warnings when closing totem without playing a file).
227
228 2006-09-27  Wim Taymans  <wim@fluendo.com>
229
230         * gst-libs/gst/audio/gstbaseaudiosink.c:
231         (gst_base_audio_sink_render):
232         Add some more info in a WARNING.
233
234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
235         (gst_base_audio_src_create):
236         Handle PAUSE in create function, use new -core addition to
237         wait for playing. Fixes pausing and resuming capture from an
238         audiosrc.
239
240         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
241         (gst_ring_buffer_read):
242         Constify some more.
243         Caller supports interrupted reads now.
244
245 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
246
247         * tests/check/Makefile.am:
248           Another attempt to make the gen64 buildbot happy.
249
250 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
251
252         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
253
254         * ext/libvisual/visual.c: (gst_visual_clear_actors),
255         (gst_visual_chain), (gst_visual_change_state):
256           Libvisual plugin was not passing audio data to libvisual 0.4.0 
257           correctly. Fixes #357800
258
259 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
260
261         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
262           Add timeout to _get_state() so we see which pipeline it is
263           that causes trouble on the gen64 build bot.
264
265 2006-09-27  Wim Taymans  <wim@fluendo.com>
266
267         * gst-libs/gst/rtp/gstbasertpdepayload.c:
268         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
269         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
270         (gst_base_rtp_depayload_set_gst_timestamp):
271         the source pad always uses fixed caps.
272
273 2006-09-27  Wim Taymans  <wim@fluendo.com>
274
275         * docs/libs/gst-plugins-base-libs-docs.sgml:
276         * docs/libs/gst-plugins-base-libs-sections.txt:
277         * gst-libs/gst/audio/gstaudioclock.c:
278         * gst-libs/gst/audio/gstaudioclock.h:
279         * gst-libs/gst/audio/gstaudiosink.c:
280         * gst-libs/gst/audio/gstaudiosink.h:
281         * gst-libs/gst/audio/gstaudiosrc.c:
282         * gst-libs/gst/audio/gstbaseaudiosink.c:
283         (gst_base_audio_sink_render):
284         * gst-libs/gst/audio/gstbaseaudiosink.h:
285         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
286         * gst-libs/gst/audio/gstbaseaudiosrc.h:
287         * gst-libs/gst/audio/gstringbuffer.h:
288         Added docs for the audio libs.
289
290 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
291
292         * tests/check/Makefile.am:
293           Temporarily disable test that fails on the bots for unknown reasons.
294
295 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
296
297         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
298         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
299         Moved AudioCodecType into priv
300         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
301
302 2006-09-25  Wim Taymans  <wim@fluendo.com>
303
304         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
305         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
306         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
307         (new_pad):
308         Cleanups and small leak fixes.
309         Added Depayloaders to valid list of autopluggable elements.
310
311 2006-09-25  Wim Taymans  <wim@fluendo.com>
312
313         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
314         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
315         (gen_video_element), (gen_text_element), (gen_audio_element),
316         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
317         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
318         Detect NO_PREROLL state change returns and disable clock distribution to
319         the sinks so that sync is disabled.
320         Avoid some type checking and do simple casts instead.
321         Small cleanups, fix some FIXMEs.
322         Be more robust when linking user specified elements, catch an report
323         errors. Fixes #357404.
324         Fix some leaks in the error paths.
325
326 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
327
328         * ChangeLog:
329           ChangeLog surgery for missing bug-number
330
331 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
332
333         Patch by: Peter Kjellerstedt  <pkj at axis com>
334
335         * gst/playback/test.c:
336           Fix compilation with uClibc and -Werror (#357591).
337
338 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
339
340         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
341           Parse dates that are followed by a time as well (#357532).
342
343         * tests/check/libs/tag.c: (test_vorbis_tags):
344           Add unit test for this.
345
346 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
347
348         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
349         (gst_audio_convert_transform_caps):
350         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
351         * gst/videotestsrc/videotestsrc.h:
352           A few array const-ifications.
353
354 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
355
356         * tests/check/Makefile.am:
357           See if this makes the build bots happy.
358
359         * tests/check/libs/cddabasesrc.c:
360           UTF8-ise my name.
361
362 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
363
364         Patch by: Young-Ho Cha <ganadist at chollian dot net>
365
366         * gst/subparse/samiparse.c: (handle_start_font),
367         (fix_invalid_entities):
368           More case-insensitivity for certain tags; recognise entities with
369           decimal codes as special entities as well (#357330).
370
371 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
372
373         * gst-libs/gst/Makefile.am:
374           Need to build tag directory before cdda.
375
376 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
377
378         * docs/libs/gst-plugins-base-libs-sections.txt:
379         * gst-libs/gst/cdda/Makefile.am:
380         * gst-libs/gst/cdda/gstcddabasesrc.c:
381         (gst_cdda_base_src_base_init):
382         * gst-libs/gst/cdda/gstcddabasesrc.h:
383         * gst-libs/gst/tag/tag.h:
384         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
385         (gst_tag_register_musicbrainz_tags):
386           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
387           depend on libgsttag. This is required so we can extract/read tags like
388           DISCID without depending on libgstcddabasesrc (which used to register
389           them).
390
391         * gst-libs/gst/tag/gstvorbistag.c:
392           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
393           tags (also see #347848).
394
395         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
396           Log vorbis comments we are actually writing. Const-ify array.
397
398 2006-09-23  Wim Taymans  <wim@fluendo.com>
399
400         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
401         Improve buffering a bit by avoiding a deadlock because we cannot assume
402         the underrun is always called.
403
404 2006-09-23  Wim Taymans  <wim@fluendo.com>
405
406         Patch by: Young-Ho Cha <ganadist at chollian dot net>
407
408         * gst-libs/gst/riff/riff-ids.h:
409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
410         (gst_riff_create_audio_template_caps):
411         Added MPEG-4 AAC and id and caps. Fixes #357289
412         Added WMA9 Lossless id.
413
414 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
415
416         * ext/gnomevfs/gstgnomevfssrc.c:
417           Fix misleading docs addition.
418
419         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
420           Get rid of compiler warning the right way.
421
422 2006-09-22  Wim Taymans  <wim@fluendo.com>
423
424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
425         (gst_base_rtp_depayload_finalize),
426         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
427         (gst_base_rtp_depayload_push_full),
428         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
429         (gst_base_rtp_depayload_process),
430         (gst_base_rtp_depayload_set_gst_timestamp),
431         (gst_base_rtp_depayload_queue_release):
432         * gst-libs/gst/rtp/gstbasertpdepayload.h:
433         Small cleanups.
434         Fix some leaks.
435         Refactored the process method and added methods to push from the process
436         vmethod.
437         Use _scale functions.
438         API: gst_base_rtp_depayload_push_ts
439         API: gst_base_rtp_depayload_push
440
441         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
442         timestamps are uint.
443
444 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
445
446         * gst-libs/gst/interfaces/xoverlay.c:
447           Remove unused statement from doc example.
448
449 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
450
451         * gst-libs/gst/interfaces/videoorientation.c:
452         (gst_video_orientation_iface_init),
453         (gst_video_orientation_get_hflip),
454         (gst_video_orientation_get_vflip),
455         (gst_video_orientation_get_hcenter),
456         (gst_video_orientation_get_vcenter),
457         (gst_video_orientation_set_hflip),
458         (gst_video_orientation_set_vflip),
459         (gst_video_orientation_set_hcenter),
460         (gst_video_orientation_set_vcenter):
461           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
462           in ChangeLog)
463
464 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
465
466         * tests/check/Makefile.am:
467         * tests/check/elements/.cvsignore:
468         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
469         (create_rgb_conversions), (rgb_conversion_free),
470         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
471         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
472           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
473           but disable for now since it doesn't pass (something wrong with
474           RGBA somewhere).
475
476 2006-09-21  Wim Taymans  <wim@fluendo.com>
477
478         * gst/playback/gstplaybasebin.c: (group_commit),
479         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
480         (queue_out_of_data), (gen_preroll_element),
481         (preroll_remove_overrun), (probe_triggered):
482         Refactor handling of overrun detection.
483         Separate handling of group completion and deadlock detection when doing
484         network buffering. This should fix some deadlocks that were not detected
485         because the group was completed.
486         Add more comments, improve debugging.
487
488 2006-09-21  Wim Taymans  <wim@fluendo.com>
489
490         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
491         * tests/check/libs/audio.c:
492         Some more compilation fixes.
493
494 2006-09-21  Wim Taymans  <wim@fluendo.com>
495
496         * gst-libs/gst/audio/gstringbuffer.c:
497         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
498         (gst_ring_buffer_read):
499         Early morning compilation fix.
500
501 2006-09-20  Wim Taymans  <wim@fluendo.com>
502
503         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
504         * tests/check/elements/multifdsink.c: (GST_START_TEST):
505         * tests/check/elements/videorate.c: (GST_START_TEST):
506         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
507         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
508         Fix some warnings.
509
510 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
511
512         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
513         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
514         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
515           Handcrafted merge to help CVS understanding what I changed and what
516           not.
517
518 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
519
520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
521         (gst_xvimagesink_get_times):
522           change colorkey behaviour back according to #354773 comment 6/7
523
524 2006-09-19  Michael Smith  <msmith@fluendo.com>
525
526         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
527         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
528         (gst_multi_fd_sink_recover_client),
529         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
530         (gst_multi_fd_sink_get_property):
531         * gst/tcp/gstmultifdsink.h:
532           Implement stubbed out properties unit-type, units-soft-max,
533           units-max, to allow specifying maximum sizes in units other than
534           buffers.
535           Fixes #355935
536
537 2006-09-19  Wim Taymans  <wim@fluendo.com>
538
539         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
540         (gst_riff_create_audio_template_caps):
541         Reorder the audio formats a bit for clarity.
542         Detect and create caps for MSGSM and MSN (WAV49).
543         Fixes #356596.
544
545         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
546         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
547         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
548         Small cleanups, move error handling out of normal flow for clarity.
549
550 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
551
552         * docs/libs/gst-plugins-base-libs-docs.sgml:
553         * docs/libs/gst-plugins-base-libs.types:
554         * gst-libs/gst/interfaces/Makefile.am:
555         * gst-libs/gst/interfaces/videoorientation.c:
556         (gst_video_orientation_get_type),
557         (gst_video_orientation_iface_init),
558         (gst_video_orientation_get_hflip),
559         (gst_video_orientation_get_vflip),
560         (gst_video_orientation_get_hcenter),
561         (gst_video_orientation_get_vcenter),
562         (gst_video_orientation_set_hflip),
563         (gst_video_orientation_set_vflip),
564         (gst_video_orientation_set_hcenter),
565         (gst_video_orientation_set_vcenter):
566         * gst-libs/gst/interfaces/videoorientation.h:
567           API: Add new interface to control video orientation (fixes #354908)
568
569 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
570
571         * gst/videotestsrc/gstvideotestsrc.c:
572           Use G_UNLIKELY in _create and log one more detail.
573           
574         (gst_video_test_src_get_times), (gst_video_test_src_create):
575         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
576           Use gst_util_uint64_scale_int in _get_times().
577
578 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
579
580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
581           Give better warning message (add object and detail).
582
583 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
584
585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
586         (gst_xvimagesink_get_times):
587           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
588           #354773), use gst_util_uint64_scale_int in _get_times()
589
590 2006-09-18  Michael Smith  <msmith@fluendo.com>
591
592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
593           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
594           always true, leading to dropping all timestamps.
595
596 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
597
598         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
599         (gst_visual_chain), (gst_visual_change_state):
600           update to work also with libvisual 0.4 API, fix double unref (#355914)
601           
602         * tools/gst-launch-ext.1.in:
603         * tools/gst-visualise.1.in:
604           remove references to old man-pages
605
606         * tests/examples/seek/seek.c: (main):
607           add real meadi-buttons, add tool-tips for the seek-options, arrange
608           seek options in a table
609
610 2006-09-18  Michael Smith  <msmith@fluendo.com>
611
612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
613         (gst_ogg_mux_push_buffer):
614           Don't generate out-of-order timestamps from oggmux, instead clamp
615           output timestamps to be >= the previously output ts.
616           Fixes #355595
617
618 2006-09-18  Michael Smith  <msmith@fluendo.com>
619
620         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
621         (gst_multi_fd_sink_class_init):
622           Updates, fixes, and typo corrections for multifdsink. No functional
623           changes.
624
625 2006-09-17  Michael Smith  <msmith@fluendo.com>
626
627         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
628           Don't crash on truncated files - check that we got an 8 byte buffer
629           before trying to memcmp it.
630
631 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
632
633         * gst/playback/gstplaybasebin.c: (get_active_source):
634           Make stream-switching appear instant to the application
635           (ie. make sure that a g_object_get on 'current-foo' returns
636           the stream previously set with g_object_set(). Totem needs
637           this to update stream-related meta-info (like audio-codec)
638           correctly when switching streams.
639
640 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
641
642         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
643         (gst_alsa_mixer_ensure_track_list):
644           Try harder to guess which mixer track is the master mixer
645           track (instead of just taking the first one that has a pvolume).
646           Fixes #342228.
647
648 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
649
650         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
651         (gst_audio_convert_transform_caps):
652           Get structure-name just once.
653
654 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
655
656         * tests/check/elements/audioresample.c: (GST_START_TEST):
657         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
658         * tests/check/elements/volume.c: (GST_START_TEST):
659         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
660         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
661         (test_pipeline), (GST_START_TEST):
662         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
663         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
664           Fix big batch of compiler warnings.
665
666 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
667
668         * ext/gnomevfs/gstgnomevfssrc.c:
669           Add docs about icydemux usage in connection with gnomevfssrc
670
671         * ext/libvisual/visual.c:
672         * ext/ogg/gstoggaviparse.c:
673         * ext/ogg/gstoggdemux.c:
674         * ext/ogg/gstoggmux.c:
675         * ext/ogg/gstoggparse.c:
676         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
677         * gst-libs/gst/audio/gstaudiosink.c:
678         * gst-libs/gst/audio/gstaudiosrc.c:
679         * gst/audiorate/gstaudiorate.c:
680           More G_OBJECT macro fixing.
681
682         * gst/audiotestsrc/gstaudiotestsrc.h:
683           Fix wrong info in header due to copy & paste
684
685 2006-09-15  Wim Taymans  <wim@fluendo.com>
686
687         * gst-libs/gst/audio/gstbaseaudiosink.c:
688         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
689         * gst-libs/gst/audio/gstbaseaudiosrc.c:
690         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
691         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
692         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
693         Do the delay calculation in the source/sink base classes as this is
694         specific for the capture/playback mode.
695         Try to fixate a bit better, like round depth up to a multiple of 8
696         bigger than width.
697         Handle underruns correctly by marking DISCONT on buffers and adjusting
698         timestamps to handle the gap.
699         Set offset/offset_end correctly on buffers.
700
701         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
702         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
703         (gst_ring_buffer_read):
704         Remove resync and underrun recovery from the ringbuffer.
705         Fix ringbuffer read code on under/overrun.
706
707 2006-09-15  Wim Taymans  <wim@fluendo.com>
708
709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
710         (gst_play_base_bin_init), (fill_buffer), (check_queue),
711         (queue_threshold_reached), (gst_play_base_bin_set_property),
712         (gst_play_base_bin_get_property):
713         * gst/playback/gstplaybasebin.h:
714         Don't use a 0 low watermark when buffering, it is catching starvation
715         way too late. Instead, use a 3 second queue with 30 and 95
716         percent low/high watermarks. 
717         Added queue-min-threshold property to configure low watermark.
718         Use new _buffering message API.
719         Make queue_threshold variable big enough to store a uint64 time value.
720         API: playbin::queue-min-threshold property.
721
722 2006-09-15  Wim Taymans  <wim@fluendo.com>
723
724         * configure.ac:
725         We require 0.10.10.1 now because of _wait_preroll().
726
727         * gst-libs/gst/audio/gstbaseaudiosink.c:
728         (gst_base_audio_sink_render):
729         Use gst_base_sink_wait_preroll().
730
731 2006-09-15  Wim Taymans  <wim@fluendo.com>
732
733         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
734         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
735         Use DEBUG_OBJECT more.
736
737 === release 0.10.10 ===
738
739 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
740
741         patch by: Michael Smith <msmith at fluendo dot com>
742
743         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
744         (gst_multi_fd_sink_client_queue_buffer),
745         (gst_multi_fd_sink_new_client):
746         * tests/check/elements/multifdsink.c: (GST_START_TEST),
747         (multifdsink_suite):
748           Fix implementation of sync-method 'next-keyframe'
749           Closes #354594
750
751 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
752
753         patch by: Wim Taymans <wim at fluendo dot com>
754
755         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
756         This patch removes the RANDOM flag that was incorrectly introduced with
757         revision 1.91.  Fixes #354590
758
759 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
760
761         * tests/check/Makefile.am:
762           Random variation in Makefile line to see if it makes the
763           gen64-base-full bot any happier.
764
765 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
766
767         * tests/check/pipelines/oggmux.c: (oggmux_suite):
768           Disable test that fails at the moment (killed after timeout).
769
770 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
771
772         Patch by: James Livingston  <doclivingston at gmail.com>
773
774         * tests/check/Makefile.am:
775         * tests/check/pipelines/.cvsignore:
776         * tests/check/pipelines/oggmux.c: (get_page_codec),
777         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
778         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
779         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
780         (test_theora_vorbis), (oggmux_suite):
781           Add simple unit test for oggmux from #337026 with checking for the
782           EOS flags disabled for the time being.
783
784 2006-09-04  Wim Taymans  <wim@fluendo.com>
785
786         patch by: Alessandro Dessina <alessandro nnva org>
787
788         * ext/ogg/gstoggmux.c:
789         Add cmml caps to oggmux. Fixes #353912
790
791 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
792
793         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
794           Returning a return value often helps. In this case, we
795           don't need the return value anyway, so just get rid of it.
796           Should make build bots much happier.
797
798 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
799
800         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
801         (paint_get_structure), (gst_video_test_src_get_size),
802         (gst_video_test_src_smpte), (gst_video_test_src_snow),
803         (gst_video_test_src_unicolor), (paint_setup_AYUV),
804         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
805         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
806         * gst/videotestsrc/videotestsrc.h:
807           Add support for AYUV and the various RGBA formats. Initialise
808           fields of paintinfo structs allocated on the stack.
809
810         * tests/check/elements/videotestsrc.c: (right_shift_colour),
811         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
812         (check_rgb_buf), (videotestsrc_suite):
813           Add unit tests for videotestsrc's RGB output.
814
815 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
816
817         * gst/videotestsrc/gstvideotestsrc.c:
818         (gst_video_test_src_pattern_get_type),
819         (gst_video_test_src_set_pattern):
820         * gst/videotestsrc/gstvideotestsrc.h:
821         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
822         (gst_video_test_src_black), (gst_video_test_src_white),
823         (gst_video_test_src_red), (gst_video_test_src_green),
824         (gst_video_test_src_blue):
825         * gst/videotestsrc/videotestsrc.h:
826           Add more uni-colour patterns ("white", "red", "green", and "blue").
827
828 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
829
830         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
831           Fix stride for YVYU, should be word-aligned (#353658).
832
833 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
834
835         * gst/adder/gstadder.c: (gst_adder_src_event):
836           Fix build.
837
838 2006-08-31  Edward Hervey  <edward@fluendo.com>
839
840         * gst/adder/gstadder.c: (forward_event_func),
841         (gst_adder_src_event), (gst_adder_collected),
842         (gst_adder_change_state):
843         * gst/adder/gstadder.h:
844         Remember the start position asked in the incoming seeks, so we can
845         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
846         of assuming it will always be 0).
847
848 2006-08-31  Edward Hervey  <edward@fluendo.com>
849
850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
851         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
852         (gst_ogg_demux_loop):
853         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
854
855 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
856
857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
858         (gst_ffmpegcsp_get_unit_size):
859           Return FALSE instead of returning a random false unit
860           size when the format isn't known/supported (even if
861           this shouldn't happen under normal circumstances).
862
863 2006-08-29  Wim Taymans  <wim@fluendo.com>
864
865         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
866
867         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
868         (gst_gnome_vfs_src_start):
869         Try harder to get the size from a uri by using _info_uri() when
870         _info_from_handle() does not give us enough info. 
871         Also follow symlinks when getting the size.
872         Partially Fixes #332864.
873
874 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
875
876         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
877
878         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
879         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
880         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
881         (gst_alsa_mixer_set_record):
882         * ext/alsa/gstalsamixertrack.c:
883         (gst_alsa_mixer_track_update_alsa_capabilities),
884         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
885         (gst_alsa_mixer_track_update):
886         * ext/alsa/gstalsamixertrack.h:
887           Improve and fix mixer track handling, in particular better handling
888           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
889           separate track objects for tracks that have both capture and playback
890           volume (and label them differently as well so they're not mistakenly
891           assumed to be duplicates); classify mixer tracks that only affect
892           the audible volume of something (rather than the capture volume)
893           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
894           for capture tracks to correspond to alsa-pswitch alsa-cswitch
895           (following the meaning documented in the mixer interface header
896           file); add support for alsa's exclusive cswitch groups; update/sync
897           state/flags better if mixer settings are changed by another
898           application. Fixes #336075.
899
900 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
901
902         * gst/playback/gstplaybin.c:
903           Improve docs: add section about BUFFERING messages sent by playbin.
904
905 2006-08-29  Michael Smith  <msmith@fluendo.com>
906
907         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
908         (gst_vorbis_enc_buffer_check_discontinuous),
909         (gst_vorbis_enc_chain):
910           Ignore explicit DISCONT marked on buffers (which is often spurious,
911           particularly when using multiple segments), in favour of solely
912           using the timestamps/durations.
913
914 2006-08-29  Edward Hervey  <edward@fluendo.com>
915
916         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
917         Don't rely on incoming buffers offset anymore, since it is completely
918         broken when using multiple segments.
919         Instead convert the incoming buffers timestamp to running time, and
920         then convert that value to the offsets.
921         Also inform GstSegment of the last outputted stop position, which is
922         needed if we received several segments with an unknown stop value.
923
924 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
925
926         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
927           fix buffer unreffing on a header push failure
928
929 2006-08-28  Wim Taymans  <wim@fluendo.com>
930
931         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
932         (gst_audio_rate_chain):
933         Make the metadata of the buffer writable before changing its
934         flags.
935
936 2006-08-28  Wim Taymans  <wim@fluendo.com>
937
938         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
939         (gst_audio_rate_setcaps), (gst_audio_rate_init),
940         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
941         (gst_audio_rate_chain), (gst_audio_rate_change_state):
942         Fix audiorate some more.
943         Reset and resync counters on flush and READY.
944         Handle the DISCONT flag correctly.
945         Use GstSegment to track position.
946         Fail when not negotiated.
947         Fixes #353234.
948
949 2006-08-25  Michael Smith  <msmith@fluendo.com>
950
951         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
952           Fix spelling.
953           Remove accidently included debug line.
954
955 2006-08-25  Wim Taymans  <wim@fluendo.com>
956
957         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
958         Small cleanups.
959         If a buffer is received with no caps, make the buffer metadata
960         writable and set the caps, making sure that we don't screw up the
961         refcounts.
962
963 2006-08-25  Michael Smith  <msmith@fluendo.com>
964
965         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
966         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
967           Fix memory leaks and misleading debug messages, add a couple of
968           comments.
969
970         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
971         (gst_multi_fd_sink_render):
972           Do not use gst_buffer_make_writable() in a basesink render method,
973           as it may incorrectly unref the buffer. Instead, use convoluted
974           dance to avoid copying the buffer except when we need to.
975
976 2006-08-25  Michael Smith  <msmith@fluendo.com>
977
978         * ext/vorbis/vorbisenc.c:
979         (gst_vorbis_enc_buffer_check_discontinuous):
980           Allow very small discontinuities in the timestamps. These we can't
981           do anything useful with anyway (because vorbis's timestamps have
982           only sample granularity), and are commonly produced by elements with
983           minor bugs. Allow up to 1/2 a sample out.
984           Fixes #351742.
985
986 2006-08-24  Wim Taymans  <wim@fluendo.com>
987
988         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
989         (play_scrub_toggle_cb), (main):
990         Add a checkbox to enable play scrubbing. Makes it possible to disable
991         normal scrubbing.
992
993 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
994
995         * tests/check/elements/.cvsignore:
996           make buildbot happy
997
998 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
999
1000         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1001         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
1002         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
1003         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1004         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1005         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
1006         (gst_ogm_text_parse_strip_trailing_zeroes),
1007         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
1008         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
1009           Refactor ogm parse, do better input checking, misc. clean-ups.
1010           Cache incoming events and push them once the source pad has
1011           been created. Don't pass unterminated strings to sscanf().
1012           Strip trailing zeroes from subtitle text output, since they
1013           are not valid UTF-8. Don't push vorbiscomment packets on
1014           the subtitle text pad. Output perfect streams if possible.
1015
1016 2006-08-23  Wim Taymans  <wim@fluendo.com>
1017
1018         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
1019         Waits for tasks to settle down so that we clean up correctly for 
1020         valgrind.
1021
1022 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
1023
1024         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
1025           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
1026           actually return return value in taglists_are_equal.
1027
1028 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
1029
1030         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1031           Fix crash due to broken bitstream parsing on x86-64: can't make
1032           any assumptions about sizeof(struct) due to alignment/packing
1033           differences on different architectures. Fixes #351790.
1034
1035 2006-08-22  Wim Taymans  <wim@fluendo.com>
1036
1037         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
1038         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
1039         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
1040         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
1041         (gst_riff_parse_info):
1042         Protect public functions against bad input.
1043         Do some cleanups.
1044         Fix documentation.
1045
1046 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
1047
1048         * gst-libs/gst/riff/riff-ids.h:
1049         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1050           Add voxware audio IDs (even if we can't play it) (#351795).
1051
1052 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
1053
1054         * gst-libs/gst/riff/riff-media.c:
1055         (gst_riff_create_video_template_caps),
1056         (gst_riff_create_audio_template_caps),
1057         (gst_riff_create_iavs_template_caps):
1058           Const-ify some arrays and use G_N_ELEMENTS instead
1059           of wasting oodles of RAM on terminator bits.
1060
1061 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
1062
1063         * gst-libs/gst/tag/gstvorbistag.c:
1064         (gst_tag_list_to_vorbiscomment_buffer):
1065         * tests/check/libs/tag.c: (GST_START_TEST):
1066           And the same for _to_vorbiscomment_buffer(): allow
1067           id_data_len == 0 for speex.
1068
1069 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1070
1071         * configure.ac:
1072         * docs/plugins/Makefile.am:
1073         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1074         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1075         * docs/plugins/inspect/plugin-gdp.xml:
1076         * gst/gdp/Makefile.am:
1077         * tests/check/Makefile.am:
1078           Move GDP plugin to -base from -bad.  Closes #347783.
1079
1080 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         * gst-libs/gst/tag/gstvorbistag.c:
1083         (gst_tag_list_from_vorbiscomment_buffer):
1084           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
1085           Also add some checks to make sure we don't memcmp() beyond the end of
1086           vorbiscomment buffer if the ID to check for is larger than the buffer.
1087
1088         * tests/check/libs/tag.c: (GST_START_TEST):
1089           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
1090
1091 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
1092
1093         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
1094         (gst_vorbis_enc_set_metadata):
1095           Use vorbis comment utility functions from libgsttag
1096           instead of re-inventing the wheel (partially fixes #347091).
1097
1098 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
1099
1100         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1101         Fix leaks. Wait for state transitions that might happen ASYNC, as well
1102         as some that won't.
1103
1104 2006-08-21  Wim Taymans  <wim@fluendo.com>
1105
1106         * docs/libs/Makefile.am:
1107         * docs/libs/gst-plugins-base-libs-sections.txt:
1108         * docs/libs/gst-plugins-base-libs.types:
1109         Don't try to GObject scan the netbuffer as it's not a GObject.
1110         Fixes #351308.
1111
1112         * gst-libs/gst/netbuffer/gstnetbuffer.c:
1113         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1114         Document GstNetBuffer.
1115
1116 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
1117
1118         * tests/check/elements/audioconvert.c: (GST_START_TEST),
1119         (audioconvert_suite):
1120           Add testcase for caps-size-explosion
1121
1122 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
1123
1124         * gst/audioconvert/gstaudioconvert.c:
1125         (gst_audio_convert_get_unit_size), (set_structure_widths):
1126           Lower debug, use g_assert in _get_unit_size
1127
1128         * gst/audioresample/gstaudioresample.c:
1129         (audioresample_get_unit_size):
1130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1131         (gst_ffmpegcsp_get_unit_size):
1132         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
1133           use g_assert in _get_unit_size
1134
1135 2006-08-18  Wim Taymans  <wim@fluendo.com>
1136
1137         * docs/libs/gst-plugins-base-libs-sections.txt:
1138         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
1139         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
1140         (gst_rtp_buffer_get_payload_buffer):
1141         * gst-libs/gst/rtp/gstrtpbuffer.h:
1142         Document GstRTPBuffer.
1143         Added function to efficiently strip payload headers.
1144         API: gst_rtp_buffer_get_payload_subbuffer()
1145
1146 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
1147
1148         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1149         (gst_tag_to_vorbis_comments):
1150           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
1151           tags and deserialise them properly as well (#347091).
1152           Add some more gtk-doc blurbs and also some g_return_if_fail().
1153
1154         * tests/check/libs/tag.c: (GST_START_TEST),
1155         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
1156           More tests.
1157
1158 2006-08-17  Wim Taymans  <wim@fluendo.com>
1159
1160         * ext/ogg/Makefile.am:
1161         * ext/ogg/gstogg.c: (plugin_init):
1162         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
1163         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
1164         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
1165         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
1166         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
1167         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
1168         Added ogg-in-avi parser element. Fixes #140139.
1169
1170         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
1171         Fixed a bug in oggdemux debug code.
1172
1173         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1174         (gst_riff_create_audio_template_caps):
1175         Recognise Ogg in the AVI extensible wave format.
1176
1177 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
1178
1179         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1180           Make buffer durations add up (duration should be next_ts-ts for
1181           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
1182           from CVS.
1183
1184         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
1185         (test_buffer_timestamps), (cddabasesrc_suite):
1186           Add unit test for the above.
1187
1188         * tests/check/Makefile.am:
1189           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
1190           to see what happens.
1191
1192 2006-08-16  Wim Taymans  <wim@fluendo.com>
1193
1194         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
1195         (gst_alsasink_open):
1196         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
1197         (gst_alsasrc_open):
1198         Avoid setting and using a NULL device name.
1199         Print more info when we fail to open a device.
1200
1201 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
1202
1203         * docs/libs/gst-plugins-base-libs-sections.txt:
1204         * gst-libs/gst/tag/tag.h:
1205         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
1206           API: add gst_tag_parse_extended_comment() (#351426).
1207
1208         * tests/check/Makefile.am:
1209         * tests/check/libs/.cvsignore:
1210         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
1211           Add unit test for gst_tag_parse_extended_comment().
1212
1213 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
1214
1215         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
1216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
1217           Fix leak (#351502).
1218
1219 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
1220
1221         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1222         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1223         * docs/plugins/gst-plugins-base-plugins.args:
1224         * gst/playback/gstplaybin.c:
1225           Document playbin.
1226           
1227         * docs/plugins/inspect/plugin-adder.xml:
1228         * docs/plugins/inspect/plugin-alsa.xml:
1229         * docs/plugins/inspect/plugin-audioconvert.xml:
1230         * docs/plugins/inspect/plugin-audiorate.xml:
1231         * docs/plugins/inspect/plugin-audioresample.xml:
1232         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1233         * docs/plugins/inspect/plugin-cdparanoia.xml:
1234         * docs/plugins/inspect/plugin-decodebin.xml:
1235         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1236         * docs/plugins/inspect/plugin-gnomevfs.xml:
1237         * docs/plugins/inspect/plugin-ogg.xml:
1238         * docs/plugins/inspect/plugin-pango.xml:
1239         * docs/plugins/inspect/plugin-playbin.xml:
1240         * docs/plugins/inspect/plugin-subparse.xml:
1241         * docs/plugins/inspect/plugin-tcp.xml:
1242         * docs/plugins/inspect/plugin-theora.xml:
1243         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1244         * docs/plugins/inspect/plugin-video4linux.xml:
1245         * docs/plugins/inspect/plugin-videorate.xml:
1246         * docs/plugins/inspect/plugin-videoscale.xml:
1247         * docs/plugins/inspect/plugin-videotestsrc.xml:
1248         * docs/plugins/inspect/plugin-volume.xml:
1249         * docs/plugins/inspect/plugin-vorbis.xml:
1250         * docs/plugins/inspect/plugin-ximagesink.xml:
1251         * docs/plugins/inspect/plugin-xvimagesink.xml:
1252           Update to CVS version.
1253
1254 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
1255
1256         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1257         (gst_play_bin_set_property), (gst_play_bin_get_property),
1258         (value_list_append_structure_list),
1259         (gst_play_bin_handle_redirect_message),
1260         (gst_play_bin_handle_message):
1261           API: GstPlayBin::connection-speed
1262           Add "connection-speed" property; re-order redirect messages with
1263           multiple redirect locations depending on the minimum bitrate if
1264           that information is available and a connection speed is set
1265           (#350399).
1266
1267 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
1268
1269         * gst/playback/gstplaybin.c:
1270           Update max volume to the same value that the volume element uses.
1271
1272 2006-08-14  Wim Taymans  <wim@fluendo.com>
1273
1274         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1275         Less uglyness..
1276
1277 2006-08-14  Wim Taymans  <wim@fluendo.com>
1278
1279         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1280         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
1281         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
1282         Add some more debug info.
1283         Don't crash when a seek failed.
1284         Actually return the result of the seek instead of TRUE.
1285         Ignore multiple BOS pages with the same serial so that we don't create
1286         the same stream multiple times.
1287         Post an error when we fail to do the initial seek.
1288
1289 2006-08-13  Wim Taymans  <wim@fluendo.com>
1290
1291         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
1292         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
1293         Small code cleanup.
1294
1295         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
1296         (gst_alsa_mixer_new):
1297         Remove hack that always set the device to hw:0*.
1298         Properly find the card name for whatever device was configured.
1299         Do some better debugging.
1300         Fixes #350784.
1301
1302         * ext/alsa/gstalsamixerelement.c:
1303         (gst_alsa_mixer_element_set_property),
1304         (gst_alsa_mixer_element_change_state):
1305         Cleanups.
1306         Handle setting of a NULL device name better.
1307
1308 2006-08-11  Wim Taymans  <wim@fluendo.com>
1309
1310         * gst/adder/gstadder.c:
1311         Don't clip float values. Fixes #350900.
1312
1313 2006-08-11  Andy Wingo  <wingo@pobox.com>
1314
1315         * gst/tcp/gsttcp.c: Really fix the build?
1316
1317         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
1318         fixes the build.
1319
1320 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
1321
1322         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
1323           Float caps shouldn't have a "signed" field.
1324
1325 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
1326
1327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
1328           Implement SEEKING query in its most basic form, so that we can
1329           at least check if we're seekable or not (#350655).
1330
1331 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
1332
1333         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1334           The checks here are not even close to anything that would
1335           justify MAXIMUM probability, lowering to POSSIBLE until someone
1336           fixes the checks (case at hand: quicktime redirection files
1337           might start with 00 00 01 XX and pass the checks here just
1338           fine, see #350399).
1339
1340 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
1341
1342         Patch by: Sjoerd Simons  <sjoerd at luon net>
1343
1344         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
1345           Better detection for multipart/x-mixed-replace: accept leading
1346           whitespaces before the boundary marker as well (as our very own
1347           multipartmux used to produce) (#349068).
1348
1349 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
1350
1351         Patch by: Young-Ho Cha  <ganadist at chollian net>
1352
1353         * gst-libs/gst/riff/riff-ids.h:
1354         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1355         (gst_riff_create_audio_template_caps):
1356           Detect DTS audio streams (#350157).
1357
1358 2006-08-05  Andy Wingo  <wingo@pobox.com>
1359
1360         * ext/theora/gsttheoraparse.h:
1361         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
1362         (theora_parse_dispose, theora_parse_set_property)
1363         (theora_parse_get_property, theora_parse_munge_granulepos)
1364         (theora_parse_push_buffer, theora_parse_change_state):
1365         API: GstTheoraParse::synchronization-points
1366         Add a property 'synchronization-points' to fix badly synchronized oggs.
1367
1368 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * tests/check/Makefile.am:
1371         * tests/check/libs/.cvsignore:
1372         * tests/check/libs/audio.c: (structure_contains_channel_positions),
1373         (fixed_caps_have_channel_positions), (GST_START_TEST),
1374         (audio_suite), (main):
1375           Add a few tests for the channel position stuff in libgstaudio.
1376
1377 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
1378
1379         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
1380         (gst_alsa_detect_channels):
1381         * ext/alsa/gstalsasink.c:
1382           Add support for cards that (only) do more than 8 channels,
1383           like the Delta 44 (#345188).
1384
1385         * gst-libs/gst/audio/multichannel.c:
1386         (gst_audio_check_channel_positions):
1387         * gst-libs/gst/audio/multichannel.h:
1388           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
1389           unspecified channel position and cannot be combined with any
1390           of the other audio channel positions; adjust position layout
1391           checks accordingly (#345188).
1392
1393 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
1394
1395         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1396           Recognise ancient RealAudio files (see #349779).
1397
1398 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
1399
1400         Patch by: Jens Granseuer  <jensgr at gmx net>
1401
1402         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1403           Add typefinder for Interplay's MVE format (#348973).
1404
1405 2006-08-02  Wim Taymans  <wim@fluendo.com>
1406
1407         Patch by: Marcel Moreaux <marcelm at luon dot net>
1408
1409         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1410         (gst_base_rtp_depayload_add_to_queue):
1411         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1412         Handle RTP sequence number rollover.
1413         Disable jitterbuffer by default.
1414
1415 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
1416
1417         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
1418         (audioresample_set_caps):
1419         Don't leak references to the incoming caps. Clean them up when
1420         stopping.
1421
1422         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1423         (gst_video_scale_finalize):
1424         Don't leak our temporary pixel buffer.
1425
1426         * tests/check/Makefile.am:
1427         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
1428         (GST_START_TEST), (simple_launch_lines_suite):
1429
1430         Fix leaks and re-enable the test for valgrind checking.
1431
1432 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
1433
1434         Patch by: Sjoerd Simons  <sjoerd at luon net>
1435
1436         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
1437         (plugin_init):
1438           Add typefind function for multipart/x-mixed-replace (#348916).
1439
1440 2006-07-28  Wim Taymans  <wim@fluendo.com>
1441
1442         * gst/adder/gstadder.c: (gst_adder_setcaps),
1443         (gst_adder_query_duration):
1444         Fix leak in duration query.
1445         Reflow some docs and notes.
1446
1447 2006-07-28  Michael Smith  <msmith@fluendo.com>
1448
1449         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
1450         (vorbisenc_suite):
1451           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
1452           aspect of it.
1453
1454 2006-07-28  Michael Smith  <msmith@fluendo.com>
1455
1456         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
1457         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
1458         (gst_vorbis_enc_push_buffer),
1459         (gst_vorbis_enc_buffer_check_discontinuous),
1460         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1461         * ext/vorbis/vorbisenc.h:
1462           Handle discontinuities in the input vorbis stream correctly,
1463           so that the output is properly timestamped (and has good granulepos
1464           values). Needs some oggmux fixes too.
1465
1466 2006-07-27  Wim Taymans  <wim@fluendo.com>
1467
1468         patch by: Kai Vehmanen <kv2004 eca cx>
1469
1470         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1471         (gst_base_rtp_depayload_chain),
1472         (gst_base_rtp_depayload_handle_sink_event),
1473         (gst_base_rtp_depayload_change_state):
1474         Don't send multiple newsegments with different formats.
1475         Fixes #348677.
1476
1477 2006-07-26  Wim Taymans  <wim@fluendo.com>
1478
1479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1480         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
1481         Make seeking in ogg more accurate again by doing the more correct
1482         granuletime to stream time conversion.
1483
1484 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1485
1486         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1487         (gst_multi_fd_sink_new_client):
1488           debug a little more understandably
1489           do not use goto as a substitute for break, especially if
1490           break is also being used
1491
1492 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
1493
1494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
1495         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1496           Remove GLib-2.6 compatibility cruft.
1497
1498 2006-07-24  Wim Taymans  <wim@fluendo.com>
1499
1500         * gst-libs/gst/audio/gstbaseaudiosink.c:
1501         (gst_base_audio_sink_render):
1502         Don't try to align a sample to an unknown value.
1503
1504 2006-07-24  Wim Taymans  <wim@fluendo.com>
1505
1506         * gst-libs/gst/audio/gstbaseaudiosink.c:
1507         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1508         When the audio clock is slaved to another clock, never try to align
1509         samples but trust the rate interpolation algorithm.
1510
1511 2006-07-24  Wim Taymans  <wim@fluendo.com>
1512
1513         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
1514         Don't try to calculate silence samples, base class does this much
1515         better now.
1516
1517         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1518         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
1519         (gst_ring_buffer_acquire):
1520         Calculate silence samples correctly.
1521
1522         * gst-libs/gst/audio/gstringbuffer.h:
1523         Add _CAST macro.
1524
1525 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
1526
1527         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
1528           Limit search for the first markup tag to the first few kB of
1529           the file. If we don't find one there, it's highly unlikely that
1530           this is an XML(-ish) file.
1531
1532 2006-07-21  Andy Wingo  <wingo@pobox.com>
1533
1534         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
1535         test to the one in vorbisenc. Also commented out.
1536
1537         * tests/check/pipelines/vorbisenc.c: 
1538         (test_discontinuity): New test, commented out until Mike lands
1539         some elite vorbisenc patches.
1540
1541         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
1542         Bufferstraw was actually factored out of these tests. Now we share
1543         code yay.
1544
1545         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
1546         for bufferstraw addition to gstcheck.
1547
1548 2006-07-21  Wim Taymans  <wim@fluendo.com>
1549
1550         * ext/theora/theoradec.c: (clip_buffer):
1551         Better clipping.
1552
1553 2006-07-21  Wim Taymans  <wim@fluendo.com>
1554
1555         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1556         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
1557         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
1558         Fix leak.
1559         Avoid type casting when we can.
1560
1561         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
1562         Fix mem leak.
1563
1564 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
1565
1566         * ext/alsa/gstalsamixerelement.c:
1567         (gst_alsa_mixer_element_change_state):
1568           Make state change fail if the specified device can't be opened
1569           for some reason.
1570
1571 2006-07-20  Wim Taymans  <wim@fluendo.com>
1572
1573         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1574         (cb_newpad), (main):
1575         Example of a small audio/video player using decodebin.
1576
1577 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
1578
1579         * gst-libs/gst/riff/riff-ids.h:
1580           Add 'fact' chunk id
1581
1582 2006-07-19  Wim Taymans  <wim@fluendo.com>
1583
1584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1585         (gst_base_rtp_depayload_chain),
1586         (gst_base_rtp_depayload_change_state):
1587         Don't assert when not negotiated but post a meaningfull 
1588         error message. Fixes #347918.
1589
1590         * gst-libs/gst/rtp/gstbasertppayload.c:
1591         Add comment about better default MTU size.
1592
1593         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
1594         Small cleanups, start docs.
1595
1596 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         Patch by: Martin Szulecki
1599
1600         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
1601           If "device-name" is requested and the device is not
1602           open, try to temporarily open it to obtain this
1603           information (#342494).
1604
1605 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
1606
1607         * gst-libs/gst/tag/gstid3tag.c:
1608           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
1609
1610         * gst-libs/gst/tag/gsttageditingprivate.h:
1611         * gst-libs/gst/tag/gstvorbistag.c:
1612           Some more random const-ifications.
1613
1614 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
1615
1616         * gst-libs/gst/riff/riff-ids.h:
1617         * gst-libs/gst/riff/riff-media.c:
1618         (gst_riff_create_video_template_caps):
1619           Add more FOURCCs (sort list to make stuff easier to find),
1620           add comment what those 16 bytes in struct _gst_riff_strh according to
1621           one avi-dumper are
1622
1623 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
1624
1625         * gst-libs/gst/audio/multichannel.c:
1626         (gst_audio_check_channel_positions),
1627         (gst_audio_fixate_channel_positions):
1628           Const-ify two arrays.
1629
1630 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
1631
1632         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
1633           Fix typo, so that alsasink also advertises 8 channels
1634           if that's supported (tags: can, worms, open, alsa, ph34r).
1635
1636 2006-07-17  Wim Taymans  <wim@fluendo.com>
1637
1638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1639         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
1640         *sigh*, when is the compiler going to warn when the comments
1641         are out-of-sync with the code.. Refix case of busted theora
1642         headers with 0 granule pos.
1643
1644 2006-07-14  Wim Taymans  <wim@fluendo.com>
1645
1646         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1647         (gst_base_rtp_depayload_wait),
1648         (gst_base_rtp_depayload_change_state),
1649         (gst_base_rtp_depayload_set_property),
1650         (gst_base_rtp_depayload_get_property):
1651         Fix 99% cpu load by waiting for absolute times on the
1652         clock. Fixes #347300.
1653
1654 2006-07-14  Andy Wingo  <wingo@pobox.com>
1655
1656         * ext/theora/gsttheoraparse.h: 
1657         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
1658         (theora_parse_push_headers, theora_parse_clear_queue)
1659         (theora_parse_drain_queue_prematurely, )
1660         (theora_parse_sink_event, theora_parse_change_state): Queue events
1661         until we initialized our state, like in vorbisparse.
1662
1663         * ext/vorbis/vorbisparse.h: 
1664         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
1665         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
1666         (vorbis_parse_drain_queue_prematurely, )
1667         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
1668         until we have initialized our state. Fixes seeking after an
1669         initial pad block.
1670
1671 2006-07-14  Andy Wingo  <wingo@pobox.com>
1672
1673         Patch by: Iain Holmes <iaingnome@gmail.com>
1674         
1675         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
1676
1677 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
1678
1679         * configure.ac:
1680         Bump nano back to CVS
1681
1682 === release 0.10.9 ===
1683
1684 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
1685
1686         * configure.ac:
1687           releasing 0.10.9, "I walk the line"
1688
1689 2006-07-14  Michael Smith  <msmith@fluendo.com>
1690
1691         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
1692           Move a g_cond_signal to earlier to avoid sometimes deadlocking
1693           (commonly happens when running this test under valgrind) when trying
1694           to remove the buffer probe.
1695
1696 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1697
1698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1699         Fix missing g_unlock from the previous commit
1700
1701 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1702
1703         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1704         (gst_ximagesink_change_state):
1705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1706         (gst_xvimagesink_change_state):
1707         Implement a locking order to ensure we always take the object lock
1708         before the x_lock and never vice-versa.
1709
1710 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1711
1712         * gst/playback/gstdecodebin.c: (find_compatibles):
1713         Fix a caps leak when linking (#347304)
1714
1715         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1716         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
1717         (gst_ximagesink_change_state):
1718         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1719         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
1720         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1721         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
1722         Don't leak shared memory resources. Use the object lock to protect
1723         against the xcontext disappearing while returning a buffer from the
1724         pipeline. (#347304)
1725
1726 2006-07-12  Edward Hervey  <edward@fluendo.com>
1727
1728         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
1729         (vorbis_handle_comment_packet):
1730         gst_tag_list_merge() returns a new object. Take that into account when
1731         using it. This avoids memleak.
1732         Revert previous commit which is not needed.
1733
1734 2006-07-12  Edward Hervey  <edward@fluendo.com>
1735
1736         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
1737         Reset the decoder in finalize so that all fields get cleared.
1738
1739 2006-07-12  Wim Taymans  <wim@fluendo.com>
1740
1741         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1742         (gst_base_audio_src_set_clock),
1743         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
1744         Don't try to post an error message when setting the clock fails
1745         as this can happen when adding an element to a bin which will then
1746         deadlock. Fixes #347296.
1747
1748 2006-07-12  Edward Hervey  <edward@fluendo.com>
1749
1750         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1751         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
1752         (vorbis_handle_type_packet):
1753         Post tag messages on the bus even if we're not initialized.
1754         If we're not initialized, we still postpone the event pushing of tags.
1755
1756 2006-07-12  Wim Taymans  <wim@fluendo.com>
1757
1758         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
1759         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1760         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
1761         Revert last two changes that broke the freeze.
1762
1763 2006-07-12  Wim Taymans  <wim@fluendo.com>
1764
1765         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
1766         basesink calculates silence sample correctly for us.
1767
1768 2006-07-12  Wim Taymans  <wim@fluendo.com>
1769
1770         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1771         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
1772         Calculate correct silence samples so we don't fill our ringbuffer
1773         with noise.
1774
1775 2006-07-12  Edward Hervey  <edward@fluendo.com>
1776
1777         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1778         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
1779         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
1780         * ext/vorbis/vorbisdec.h:
1781         Delay sending events (newsegment, tags) until the decoder is properly
1782         initialized.
1783         Fixes #347295
1784
1785 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
1786
1787         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
1788         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
1789           Patch from #347221 adding a test for audioconvert
1790           channel remappings.
1791
1792 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
1793
1794         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1795         (gst_ssa_parse_parse_line):
1796           Don't include the terminating NUL in the buffer size,
1797           it's only there for extra paranoia (would add random
1798           '*' characters at the end of each subtitle since the
1799           terminator itself is not valid UTF-8 technically).
1800           Also fix indenting after boilerplate macro.
1801
1802 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
1803
1804         * gst/playback/gstdecodebin.c: (close_pad_link):
1805           Also emit 'unknown-type' signal (which should really be
1806           called unhandled-type) if we found potential decoders/demuxers
1807           in the registry but none of them worked in the end (as in the
1808           case where the plugins don't exist any longer but are still
1809           listed in the registry). Fixes #329798.
1810
1811 2006-07-08  Andy Wingo  <wingo@pobox.com>
1812
1813         * theoraparse.c (theora_parse_push_buffer)
1814         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
1815         Add some more debugging. Fix granulepos reconstruction in the face
1816         of discontinuities.
1817
1818 2006-07-06  Wim Taymans  <wim@fluendo.com>
1819
1820         * gst-libs/gst/audio/gstbaseaudiosink.c:
1821         (gst_base_audio_sink_class_init),
1822         (gst_base_audio_sink_provide_clock):
1823         Use gobject_class instead of G_OBJECT_CLASS (klass)
1824
1825         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1826         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1827         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
1828         (gst_base_audio_src_get_time),
1829         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
1830         (gst_base_audio_src_create_ringbuffer):
1831         Fix latency and buffer-time constants and properties ala basesink.
1832         Implement pull based scheduling. Fixes #346527.
1833         Set default blocksize in GstBaseSrc to 0, we default to pushing out
1834         one segment.
1835         Refuse slaving to another clock instead of silently not working.
1836         Only provide a clock when we are actually able to do so.
1837         Various small cleanups and compiler hints.
1838
1839 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1840
1841         Patch by: Lutz Mueller <lutz at topfrose de>
1842
1843         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
1844         (plugin_init):
1845           Add typefinding for text/html (#346581).
1846
1847 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1848
1849         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1850         (xml_check_first_element), (xml_type_find), (smil_type_find):
1851           Fix SMIL typefinding, make xml_check_first_element() more
1852           useful.
1853
1854 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1855
1856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1857         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
1858         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
1859         * gst/playback/gstplaybasebin.h:
1860           Protect list of elements with a subtitle-encoding property and
1861           the subtitle encoding member itself with a lock of their own
1862           instead of using the object lock. This prevents a dead-lock in
1863           the element-remove callback in some circumstances when shutting
1864           down playbin.
1865
1866 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
1867
1868         * win32/common/libgsttag.def:
1869         Export some new functions.
1870         * win32/vs6/libgstogg.dsp:
1871         Add a link to libgsttag-0.10.lib.
1872
1873 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
1874
1875         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1876           Some const-ification.
1877
1878 2006-07-04  Wim Taymans  <wim@fluendo.com>
1879
1880         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
1881         Improve checking if we are dealing with a stream. Added some
1882         more uris that need buffering.
1883
1884 2006-07-03  Edward Hervey  <edward@fluendo.com>
1885
1886         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
1887         Remove unused variable.
1888
1889 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1890
1891         * Makefile.am:
1892           include lcov.mak
1893         * configure.ac:
1894           add GCOV_LIBS to GST_LIBS
1895
1896 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
1897
1898         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
1899
1900         * ext/alsa/gstalsasrc.c:
1901           Add 32 bps to template caps and increase channels range
1902           from [1,2] to [1,MAX]. See #346326.
1903
1904 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
1905
1906         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1907           Recognise 'WMVA' video codec fourcc (#345879).
1908           
1909 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
1910          
1911         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
1912           Fixed nasty memory leak
1913
1914 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1915
1916         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
1917         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
1918           fix logging
1919
1920 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
1921
1922         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1923         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
1924         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
1925         Protect remove_fakesink using a mutex, so that we don't try and
1926         remove the fakesink simultaneously from multiple threads.
1927
1928         When going from READY to PAUSED, restore the fakesink, so that
1929         it is there when decodebin gets reused.
1930
1931 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
1932
1933         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1934         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1935         * gst-libs/gst/rtp/gstbasertppayload.c:
1936         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1937         * gst/tcp/gstmultifdsink.c:
1938         * gst/tcp/gsttcpclientsink.c:
1939         * gst/tcp/gsttcpclientsrc.c:
1940         * gst/tcp/gsttcpserversink.c:
1941         * gst/tcp/gsttcpserversrc.c:
1942         * gst/videorate/gstvideorate.c:
1943         * gst/videotestsrc/gstvideotestsrc.c:
1944         * sys/v4l/gstv4ljpegsrc.c:
1945         * sys/v4l/gstv4lmjpegsink.c:
1946         * sys/v4l/gstv4lsrc.c:
1947         * tests/examples/seek/scrubby.c:
1948         * tests/examples/seek/seek.c:
1949           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
1950
1951 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1954           Second field in GEnumValue shouldn't be a description,
1955           but a stringified version of the enum value.
1956
1957 2006-06-22  Wim Taymans  <wim@fluendo.com>
1958
1959         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1960         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
1961         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
1962         Avoid type checking in buffer casts.
1963         Avoid caps copy in buffer_alloc when we can.
1964         Use pad_peer_accept.
1965
1966 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1967
1968         * gst-libs/gst/tag/tag.h:
1969           Oops, make that 'Since: 0.10.9'.
1970
1971 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1972
1973         * docs/libs/gst-plugins-base-libs-sections.txt:
1974         * gst-libs/gst/tag/tag.h:
1975         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1976         (gst_tag_image_type_get_type):
1977           API: add GstTagImageType enum to describe images contained
1978           in image tags (#345641).
1979
1980 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1981
1982         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1983           Fix warnings with gst-inspect: "buffers-min" property
1984           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
1985           typo in property description.
1986
1987 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1988
1989         Patch by: Cody Russell <bratsche at gnome org>
1990
1991         * gst/audioresample/gstaudioresample.c:
1992         (gst_audioresample_class_init):
1993         * gst/playback/gststreamselector.c:
1994         (gst_stream_selector_class_init):
1995         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1996         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
1997         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1998         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
1999         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
2000         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
2001         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
2002         * gst/videotestsrc/gstvideotestsrc.c:
2003         (gst_video_test_src_class_init):
2004         * gst/volume/gstvolume.c: (gst_volume_class_init):
2005           Avoid unnecessary class cast check in class_init
2006           functions (#337747).
2007
2008 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
2009
2010         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
2011         (gst_text_overlay_video_chain):
2012           g_markup_escape_text() REALLY doesn't like non-UTF8 input
2013           and doesn't validate its input either (and neither did
2014           textoverlay it seems). Let's do that then and fix #345206.
2015
2016 2006-06-19  Wim Taymans  <wim@fluendo.com>
2017
2018         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2019         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
2020         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
2021         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
2022         (find_syncframe), (find_limits), (assign_value),
2023         (count_burst_unit), (gst_multi_fd_sink_new_client),
2024         (gst_multi_fd_sink_handle_client_write),
2025         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
2026         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
2027         (gst_multi_fd_sink_change_state):
2028         * gst/tcp/gstmultifdsink.h:
2029         Added shiny new burst-on-connect methods.
2030         Add properties to control the minimal amount of data queued.
2031         Small cleanups.
2032         API: bytes-min property
2033         API: time-min property
2034         API: buffers-min property
2035         API: burst-unit property
2036         API: burst-value property
2037         API: add-full signal
2038
2039         * gst/tcp/gsttcp-marshal.list:
2040         Added new marshaller code for the new signal.
2041
2042         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2043         (multifdsink_suite):
2044         Added testcases for new burst methods.
2045
2046 2006-06-19  Edward Hervey  <edward@fluendo.com>
2047
2048         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
2049         Implement clipping for accurate seeking.
2050         Closes #345225
2051
2052 2006-06-19  Wim Taymans  <wim@fluendo.com>
2053
2054         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
2055
2056         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
2057         (gst_video_scale_transform):
2058         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
2059
2060 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2061
2062         * configure.ac:
2063           Fix --disable-external (can't set conditionals conditionally,
2064           #343602).
2065
2066 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
2067
2068         * tests/check/elements/audioresample.c: (test_reuse),
2069         (audioresample_suite):
2070           Add test case for bug #342789 fixed below.
2071
2072 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
2073
2074         * gst/audioresample/gstaudioresample.c:
2075         (gst_audioresample_class_init), (gst_audioresample_init),
2076         (audioresample_start), (audioresample_stop),
2077         (gst_audioresample_set_property), (gst_audioresample_get_property):
2078           Implement GstBaseTransform::start and ::stop so that audioresample
2079           can clear its internal state properly and be reused instead of
2080           causing non-negotiated errors with playbin under some circumstances
2081           (#342789).
2082
2083         * tests/check/elements/audioresample.c: (setup_audioresample),
2084         (cleanup_audioresample):
2085           Need to set element state here so that ::start and ::stop are
2086           called.
2087
2088 2006-06-16  Wim Taymans  <wim@fluendo.com>
2089
2090         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2091
2092         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
2093         Parse extra data better, apparently it's right behind
2094         the normal strf header size. Fixes #343500.
2095
2096 2006-06-16  Wim Taymans  <wim@fluendo.com>
2097
2098         * ext/alsa/gstalsasink.c: (set_hwparams):
2099         If we fail to set the buffer_time and period_time alsa
2100         parameters, post a warning and leave alsa select a 
2101         default instead of failing. Fixes #342085
2102
2103 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
2104
2105         * docs/libs/gst-plugins-base-libs-sections.txt:
2106         * gst-libs/gst/cdda/gstcddabasesrc.h:
2107           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
2108           out in the header file and shouldn't be listed in the docs.
2109
2110         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
2111           Must dereference pointer to fourcc in the debug statement.
2112
2113 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
2114
2115         * docs/libs/Makefile.am:
2116         * docs/libs/gst-plugins-base-libs-docs.sgml:
2117         * docs/libs/gst-plugins-base-libs-sections.txt:
2118         * docs/libs/gst-plugins-base-libs.types:
2119         add remaining symbols into correct setions
2120         
2121         * gst-libs/gst/audio/gstringbuffer.c:
2122         fix incomplete docs
2123         
2124         * gst-libs/gst/audio/gstringbuffer.h:
2125         comment out not yet implemented function
2126         
2127         
2128         * gst-libs/gst/floatcast/floatcast.h:
2129         * gst-libs/gst/netbuffer/gstnetbuffer.c:
2130         add short descriptions
2131         
2132         
2133         * gst-libs/gst/interfaces/propertyprobe.c:
2134         fix return value docs   
2135         
2136         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
2137         simplify debug logging
2138         
2139         * gst-libs/gst/riff/riff-read.h:
2140         sync function prototype and docs
2141         
2142         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2143         remove left over symbol
2144
2145 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
2146
2147         * autogen.sh:
2148         * configure.ac:
2149         * docs/Makefile.am:
2150           Use GST_PLUGIN_DOCS macro in configure.ac, add
2151           --enable-plugin-docs default to autogen.sh and use
2152           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
2153
2154 2006-06-15  Wim Taymans  <wim@fluendo.com>
2155
2156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
2157         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
2158         (gst_ogg_demux_loop):
2159         Combine GstFlowReturn from the source pads to give a
2160         meaningfull result to the upstream peer or to stop the
2161         processing task in case of errors.
2162
2163 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
2164
2165         * gst/playback/gststreaminfo.c: (cb_probe):
2166           Try GST_TAG_CODEC as fallback when extracting the
2167           codec name; more debug info.
2168
2169 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
2170
2171         * ext/ogg/Makefile.am:
2172         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2173           Extract language tags from ogm subtitle streams, so that
2174           the subtitle menu choices are labelled correctly in
2175           Totem (fixes #344708).
2176
2177 2006-06-14  Wim Taymans  <wim@fluendo.com>
2178
2179         Patch by: Alessandro Decina <alessandro at nnva dot org>
2180
2181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
2182         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
2183         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
2184         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2185         Fix various leaks. Fixes #343699.
2186         Add x-smoke mime type.
2187
2188 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
2189
2190         * gst-libs/gst/riff/riff-ids.h:
2191           Add IDs for 'bext' chunks (see #343837).
2192
2193 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
2194
2195         Patch by: Young-Ho Cha  <ganadist at chollian net>
2196
2197         * gst/subparse/samiparse.c: (sami_context_pop_state),
2198         (handle_start_font), (end_sami_element):
2199           Honour font face tags in SAMI subtitles (#344503).
2200
2201 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
2202
2203         * po/POTFILES.in:
2204           add missing files containing translatable strings
2205
2206 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
2207
2208         * docs/libs/tmpl/.cvsignore:
2209           we don't want those *.sgml files in CVS either
2210
2211 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
2212
2213         * docs/libs/.cvsignore:
2214         * tests/check/elements/.cvsignore:
2215         * tests/check/libs/.cvsignore:
2216           ignore more
2217
2218 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
2219
2220         * docs/libs/Makefile.am:
2221           also commiting the changed Makefile.am (added more libs to the
2222           doc-build)
2223
2224 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
2225
2226         * docs/libs/gst-plugins-base-libs-docs.sgml:
2227         * docs/libs/gst-plugins-base-libs-sections.txt:
2228         * docs/libs/gst-plugins-base-libs.types:
2229           first batch of reordering things, add index & hierarchy
2230
2231 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2232
2233         * configure.ac:
2234           use GST_PKG_CHECK_MODULES, cleans up output
2235
2236 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
2237
2238         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2239           Add support for burn:// URIs (#343385); const-ify things a bit,
2240           use G_N_ELEMENTS instead of hard-coded array size.
2241
2242 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
2243
2244         Patch by: Young-Ho Cha  <ganadist at chollian net>
2245
2246         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
2247           Fix up broken entities before passing them to libxml *sigh*.
2248           (#343303).
2249           
2250 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2251
2252         * configure.ac:
2253           back to TRUNK
2254
2255 === release 0.10.8 ===
2256
2257 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
2258
2259         * configure.ac:
2260           releasing 0.10.8, "Moar gij ziet mij nie"
2261
2262 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2263
2264         * configure.ac:
2265         * po/af.po:
2266         * po/az.po:
2267         * po/cs.po:
2268         * po/en_GB.po:
2269         * po/hu.po:
2270         * po/it.po:
2271         * po/nb.po:
2272         * po/nl.po:
2273         * po/or.po:
2274         * po/sq.po:
2275         * po/sr.po:
2276         * po/sv.po:
2277         * po/uk.po:
2278         * po/vi.po:
2279         * win32/common/config.h:
2280           0.10.7.2 prerelease
2281
2282 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2283
2284         * docs/libs/tmpl/gstaudio.sgml:
2285         * docs/libs/tmpl/gstcolorbalance.sgml:
2286         * docs/libs/tmpl/gstmixer.sgml:
2287         * docs/libs/tmpl/gstringbuffer.sgml:
2288         * docs/libs/tmpl/gsttuner.sgml:
2289         * docs/libs/tmpl/gstxoverlay.sgml:
2290         * gst-libs/gst/audio/audio.c:
2291         * gst-libs/gst/audio/gstringbuffer.c:
2292         * gst-libs/gst/interfaces/colorbalance.c:
2293         * gst-libs/gst/interfaces/mixer.c:
2294         * gst-libs/gst/interfaces/tuner.c:
2295         * gst-libs/gst/interfaces/xoverlay.c:
2296           move last template doc snippets to source code and delete them
2297
2298 2006-06-06  Michael Smith  <msmith@fluendo.com>
2299
2300         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
2301         (theora_parse_drain_queue):
2302           Mark DELTA_UNIT on non-keyframes.
2303
2304 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
2305
2306         * gst-libs/gst/audio/gstbaseaudiosink.c:
2307         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
2308         * gst-libs/gst/audio/gstbaseaudiosink.h:
2309         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
2310         (gst_ring_buffer_samples_done):
2311         * gst-libs/gst/audio/gstringbuffer.h:
2312         Document better the fact that latency_time and buffer_time are values
2313         stored in microseconds, and not the usual GStreamer nanoseconds.
2314         Change the variables (compatibly) that store them from GstClockTime 
2315         to guint64 to make it more clear that they're not storing clock times.
2316         Also, remove the bogus property description that says the user can
2317         specify -1 to get the default value, since that's never been the case.
2318
2319         When computing the default segment size for the ring buffer, make it
2320         an integer number of samples.
2321
2322         When the sub-class indicates a delay greater than the number of
2323         samples we've written return 0 from the audio sink get_time method.
2324
2325 2006-06-02  Michael Smith  <msmith@fluendo.com>
2326
2327         * tests/check/elements/audioconvert.c: (set_channel_positions),
2328         (get_float_mc_caps), (get_int_mc_caps):
2329         * tests/check/elements/audioresample.c:
2330         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
2331         * tests/check/elements/videorate.c:
2332         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2333         * tests/check/elements/volume.c:
2334         * tests/check/elements/vorbisdec.c:
2335         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2336           Don't busy-wait in tests; this was causing test timeouts very
2337           frequently when running under valgrind.
2338
2339 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2340
2341         * gst/tcp/README:
2342         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
2343         (gst_multi_fd_sink_remove_client_link),
2344         (gst_multi_fd_sink_client_queue_caps),
2345         (gst_multi_fd_sink_client_queue_buffer),
2346         (gst_multi_fd_sink_handle_client_write),
2347         (gst_multi_fd_sink_render):
2348         * gst/tcp/gstmultifdsink.h:
2349           make multifdsink properly deal with streamheader:
2350           - streamheader is taken from caps
2351           - buffers marked with IN_CAPS are not sent
2352           - streamheaders are sent, on connection, from the caps of the
2353             buffer where the client gets positioned to
2354           - further streamheader changes are done every time the client
2355             will receive a buffer with different caps
2356         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2357         (gst_multifdsink_create_streamheader):
2358           add tests for this
2359
2360 2006-06-02  Michael Smith  <msmith@fluendo.com>
2361
2362         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2363           Reinstate limit on channel count. Vorbis does not define the meaning
2364           of > 6 channels, so they're just independent channels. Gstreamer
2365           currently has no mechanism to represent N independent channels.
2366
2367 2006-06-02  Michael Smith  <msmith@fluendo.com>
2368
2369         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2370           Don't arbitrarily restrict channel counts and rate in vorbis.
2371           In terms of effects likely on real-world files, this fixes 96kHz
2372           playback of vorbis.
2373
2374 2006-06-02  Michael Smith  <msmith@fluendo.com>
2375
2376         * gst/audioconvert/audioconvert.c: (float):
2377           More correct float->int conversion.
2378
2379 2006-06-02  Michael Smith  <msmith@fluendo.com>
2380
2381         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
2382           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
2383           value. Fixes g-critical on trying to play back ogg containing
2384           unknown codec.
2385
2386 2006-06-02  Wim Taymans  <wim@fluendo.com>
2387
2388         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
2389         (setup_source):
2390         * gst/playback/gstplaybasebin.h:
2391         Make the subtitle detection work from any thread so we don't
2392         deadlock. Fixes #343397.
2393
2394 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2395
2396         * gst/volume/Makefile.am:
2397           Seriously, it's not *that* hard to get compilation right.  Even
2398           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
2399
2400 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
2401
2402         * gst/volume/gstvolume.c: (volume_choose_func),
2403         (volume_update_real_volume), (gst_volume_class_init),
2404         (gst_volume_init), (volume_process_float), (volume_process_int16),
2405         (volume_process_int16_clamp), (volume_set_caps),
2406         (volume_transform_ip), (plugin_init):
2407         * gst/volume/gstvolume.h:
2408         rewrite the passthrough check, split _int16 and _int16_clamp, fix
2409         another property desc., remove unused param from process function
2410         
2411         * tests/check/elements/volume.c: (volume_suite):
2412         reactivate the passthrough test
2413
2414 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
2415
2416         * ext/alsa/gstalsamixerelement.h:
2417         * ext/alsa/gstalsamixeroptions.h:
2418         * ext/alsa/gstalsamixertrack.h:
2419         * ext/gnomevfs/gstgnomevfssink.h:
2420         * ext/gnomevfs/gstgnomevfssrc.h:
2421         * ext/theora/gsttheoradec.h:
2422         * ext/theora/gsttheoraenc.h:
2423         * ext/theora/gsttheoraparse.h:
2424         * ext/vorbis/vorbisparse.h:
2425         * gst-libs/gst/audio/gstaudioclock.h:
2426         * gst-libs/gst/audio/gstaudiofilter.h:
2427         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2428         * gst/audioconvert/gstaudioconvert.h:
2429         * gst/audioresample/gstaudioresample.h:
2430         * gst/audiotestsrc/gstaudiotestsrc.h:
2431         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2432         * gst/playback/gststreamselector.h:
2433         * gst/tcp/gstmultifdsink.h:
2434         * gst/tcp/gsttcpclientsink.h:
2435         * gst/tcp/gsttcpclientsrc.h:
2436         * gst/tcp/gsttcpserversink.h:
2437         * gst/tcp/gsttcpserversrc.h:
2438         * gst/videorate/gstvideorate.h:
2439         * gst/videoscale/gstvideoscale.h:
2440         * gst/videotestsrc/gstvideotestsrc.h:
2441         * gst/volume/gstvolume.h:
2442         * sys/v4l/gstv4ljpegsrc.h:
2443         * sys/v4l/gstv4lmjpegsink.h:
2444         * sys/v4l/gstv4lmjpegsrc.h:
2445         * sys/v4l/gstv4lsrc.h:
2446         * sys/ximage/ximagesink.h:
2447         * sys/xvimage/xvimagesink.h:
2448         * tests/old/testsuite/alsa/sinesrc.h:
2449         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
2450
2451 2006-05-31  Wim Taymans  <wim@fluendo.com>
2452
2453         * ext/libvisual/visual.c: (gst_visual_reset),
2454         (gst_visual_sink_setcaps), (gst_visual_sink_event),
2455         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
2456         Handle DISCONT.
2457         Use running time before doing QoS.
2458         Handle mono too.
2459
2460 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2461
2462         * docs/libs/Makefile.am:
2463           set a magic variable to indicate we know the docs are incomplete
2464
2465 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
2466
2467         * win32/common/libgstvideo.def:
2468           export gst_video_calculate_display_ratio
2469         * win32/vs6/libgstvideoscale.dsp:
2470           add link to libgstvideo-0.10.lib
2471
2472 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2473
2474         * gst/playback/gstplaybasebin.c: (gen_source_element):
2475           Throw a more comprehensible error for rtsp:// URIs (rather
2476           than erroring out with a negotiation error later on) until
2477           we fix playbin to handle rtspsrc etc.
2478
2479 2006-05-30  Wim Taymans  <wim@fluendo.com>
2480
2481         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
2482         (gst_text_overlay_text_event):
2483         Added some FIXMEs.
2484
2485 2006-05-30  Wim Taymans  <wim@fluendo.com>
2486
2487         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
2488         (gst_adder_request_new_pad), (gst_adder_release_pad):
2489         * gst/adder/gstadder.h:
2490         Implement release_request_pad.
2491         Make padcounter atomic.
2492
2493         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
2494         Added check for release_pad in adder.
2495
2496 2006-05-30  Wim Taymans  <wim@fluendo.com>
2497
2498         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
2499         Fix build again.
2500
2501 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2502
2503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2504         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
2505         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2506         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
2507         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
2508         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
2509         (gst_ogg_demux_bisect_forward_serialno),
2510         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
2511         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2512           add more debugging
2513           clean up printf formats for granulepos and serialno
2514
2515 2006-05-30  Michael Smith  <msmith@fluendo.com>
2516
2517         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
2518         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
2519         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
2520         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
2521         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
2522         * ext/vorbis/vorbisenc.h:
2523           Multi-channel caps negotiation, so we can do proper multichannel
2524           vorbis encoding, negotiated through audioconvert.
2525
2526 2006-05-30  Wim Taymans  <wim@fluendo.com>
2527
2528         * tests/check/elements/adder.c: (test_event_message_received),
2529         (test_play_twice_message_received), (GST_START_TEST),
2530         (adder_suite):
2531         Added check to show that #339935 is fixed with ongoing
2532         adder and collectpads fixes.
2533
2534 2006-05-29  Wim Taymans  <wim@fluendo.com>
2535
2536         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
2537         Don't leak pad name.
2538
2539 2006-05-29  Wim Taymans  <wim@fluendo.com>
2540
2541         * gst/adder/gstadder.c: (gst_adder_query_duration),
2542         (forward_event_func), (forward_event), (gst_adder_src_event):
2543         Fix adder seeking.
2544         Make query/seeking code threadsafe.
2545
2546         * tests/check/Makefile.am:
2547         * tests/check/elements/adder.c: (test_event_message_received),
2548         (GST_START_TEST), (test_play_twice_message_received):
2549         Fix adder test case.
2550
2551 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
2552
2553         Patch by: Young-Ho Cha  <ganadist at chollian net>
2554
2555         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2556         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
2557         (set_encoding_element), (decodebin_element_added_cb),
2558         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
2559         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
2560         * gst/playback/gstplaybasebin.h:
2561           Add 'subtitle-encoding' property to playbin, so applications can
2562           force a subtitle encoding for non-UTF8 subtitles (#342268).
2563
2564         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
2565         (gst_sub_parse_set_property):
2566           Rename recently-added 'encoding' property to 'subtitle-encoding'
2567           (so it can be proxied by playbin/decodebin in a generic way
2568           with less danger of false positives).
2569
2570 2006-05-29  Michael Smith  <msmith@fluendo.com>
2571
2572         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2573         (append_with_other_format), (set_structure_widths),
2574         (gst_audio_convert_transform_caps):
2575           Patch from #341562: give more specific audio caps in get_caps, so
2576           that basetransform  can make better decisions on what caps to
2577           negotiate.
2578
2579 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
2580
2581         * tests/check/elements/volume.c:
2582         make it compile again
2583
2584 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
2585
2586         * tests/check/elements/volume.c: (volume_suite):
2587         disable test until #343196 gets resolved
2588
2589 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
2590
2591         * gst/adder/gstadder.c: (gst_adder_get_type):
2592         Make it easier to copy&paste
2593         
2594         * gst/volume/Makefile.am:
2595         * gst/volume/gstvolume.c: (volume_update_real_volume),
2596         (gst_volume_set_volume), (gst_volume_set_mute),
2597         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
2598         (volume_transform_ip), (volume_update_mute),
2599         (volume_update_volume):
2600         * gst/volume/gstvolume.h:
2601         Add own debug category, move duplicate code to helper function, fix
2602         property texts, add more comments and prepare ffor liboil-goodness
2603         
2604         * tests/check/Makefile.am:
2605         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2606         add test for mute and passtrough case, be a bit more verbose to track
2607         failure
2608         
2609         * tests/check/generic/states.c: (GST_START_TEST):
2610         catch elements that fail to instantiate
2611
2612 2006-05-28  Edward Hervey  <edward@fluendo.com>
2613
2614         * tests/check/pipelines/simple-launch-lines.c:
2615         * tests/check/pipelines/theoraenc.c:
2616         * tests/check/pipelines/vorbisenc.c:
2617         Comment out tests using parse_launch() if core was built without
2618         parsing capabilities.
2619
2620 2006-05-27  Edward Hervey  <edward@fluendo.com>
2621
2622         * tests/check/Makefile.am:
2623         Extra bonus points for whoever explains to ensonic that you are meant
2624         to test unit tests thoroughly before commiting them, especially if
2625         you know it's going to break.
2626         De-activated element/adder tests.
2627
2628 2006-05-27  Edward Hervey  <edward@fluendo.com>
2629
2630         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2631         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
2632         Marking caps conversion issues as GST_WARNING is way too verbose,
2633         Moving them to GST_LOG.
2634
2635 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
2636
2637         * README:
2638           Replace current README (containing the release notes from
2639           some 0.9.x version) with a proper README taken from the core.
2640
2641 2006-05-26  Wim Taymans  <wim@fluendo.com>
2642
2643         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2644         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
2645         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
2646         (vorbis_dec_change_state):
2647         Small cleanups.
2648         Add some FIXMEs
2649         Clip output samples to segment boundaries.
2650
2651 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
2652
2653         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2654         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
2655         Improve the errors produced on bad output, including some human
2656         readable description strings.
2657         Handle the (theoretical for ximagesink) case where the XServer 
2658         has a different idea about the size required for a particular 
2659         frame and gives us too small a memory allocation.
2660
2661 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
2662
2663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2664         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
2665         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
2666         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2667         Improve the errors produced on bad output, including some human 
2668         readable description strings.
2669         Handle RGB Xv formats properly by transforming them into our 
2670         big-endian caps description.
2671         Use gst_caps_truncate to ensure that we never try and choose a
2672         non-fixed caps in buffer_alloc.
2673         Handle the case where the XServer has a different idea about the size
2674         required for a particular frame and gives us too small a memory
2675         allocation.
2676         Use -1 to indicate 'no image format', because 0 is a valid XServer
2677         image format number.
2678         Put RGB Xv formats at the end of the caps, so that we always prefer
2679         YUV format frames.
2680         Iterate the available Xv Encodings to determine the maximum width and
2681         height, and then return that in our caps.
2682         (Closes #315312, #337544)
2683
2684 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2685
2686         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
2687         When there is only one unfinished pad and it receives an event that
2688         doesn't match our requirements, we need to set alldone=FALSE so that
2689         the fakesink is not removed yet.
2690
2691 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2692
2693         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2694           Use gst_type_find_helper_for_buffer() to find the type
2695           of stream from the first packet.
2696
2697         * configure.ac:
2698           Bump requirements to core CVS (needed for vorbis
2699           typefinding to work).
2700
2701 2006-05-24  Edward Hervey  <edward@fluendo.com>
2702
2703         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
2704         Added the 'prfl' atom type which MQV (no, it's not a typo) files
2705         contain.  Else they play perfectly fine with qtdemux.
2706
2707 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
2708
2709         * ext/theora/theoradec.c:
2710         * ext/theora/theoraenc.c:
2711         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
2712         * gst/audiorate/gstaudiorate.c:
2713           make more debug catagories static
2714         
2715         * tests/check/Makefile.am:
2716         * tests/check/elements/adder.c: (message_received),
2717         (test_event_message_received), (GST_START_TEST),
2718         (test_play_twice_message_received), (adder_suite):
2719           added test case for using element twice, extra bonus points for anyone
2720           who can make these test run reliably
2721
2722 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
2723
2724         * ext/theora/theoradec.c: (theora_dec_chain):
2725           Make work with time-stamped input buffers that do not
2726           have a granulepos in BUFFER_OFFSET_END (like theora
2727           buffers coming from matroskademux). Fixes #342448.
2728
2729 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
2730
2731         Patch by: Peter Kjellerstedt  <pkj at axis com>
2732
2733         * gst/tcp/Makefile.am:
2734           fdstresstest doesn't need Gtk+, fix compilation if 
2735           gtk is not available (#342566).
2736
2737 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2738          
2739         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
2740           80 line columns
2741           Removed redundant floor()
2742
2743 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
2744
2745         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
2746           On second thought, just skip JUNK chunks automatically, so
2747           the caller doesn't have to handle this. Fixes #342345.
2748           Also, return GST_FLOW_UNEXPECTED if we get a short read,
2749           not GST_FLOW_ERROR.
2750
2751 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
2754           Don't bail out on JUNK chunks with a size of 0 (would try to
2755           pull_range 0 bytes before, which sources don't like too much).
2756           See #342345.
2757
2758 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
2759
2760         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
2761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2762         Use the gstutil scaling function to preserve 64 bits while calculating
2763         output width and height from the display-aspect-ratio. (A continuation
2764         of #341542)
2765
2766 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
2767
2768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
2769         (gst_xvimagesink_buffer_alloc):
2770         * sys/xvimage/xvimagesink.h:
2771         When performing buffer allocations, remember the caps and image format
2772         we return so that if the same caps are asked for next time we can
2773         return them immediately without doing any caps intersections.
2774
2775 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2776          
2777         * gst-libs/gst/rtp/README:
2778           Some new documentation
2779         * gst-libs/gst/rtp/gstrtpbuffer.h:       
2780           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
2781         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
2782         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
2783           New RTP audio base payloader class. Supports frame or sample based
2784           codecs.  Not enabled in Makefile.am until approved.
2785
2786 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2787
2788         * tests/check/elements/alsa.c: (test_device_property_probe):
2789           Fix test case: don't try to free NULL GValueArray when there
2790           are no devices.
2791
2792 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2793
2794         * tests/check/Makefile.am:
2795         * tests/check/elements/alsa.c: (test_device_property_probe),
2796         (alsa_suite), (main):
2797           Add simple test that runs a device property probe on alsasrc,
2798           alsasink and alsamixer. Disable valgrind check for now (too
2799           many leaks in libasound, and valgrind ignored my suppressions
2800           additions).
2801
2802 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2803
2804         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
2805         (gst_alsa_device_property_probe_probe_property),
2806         (gst_alsa_device_property_probe_needs_probe),
2807         (gst_alsa_device_property_probe_get_values),
2808         (gst_alsa_type_add_device_property_probe_interface):
2809         * ext/alsa/gstalsadeviceprobe.h:
2810         * ext/alsa/gstalsamixerelement.c:
2811         (gst_alsa_mixer_element_init_interfaces):
2812         * ext/alsa/gstalsamixerelement.h:
2813           Clean up and simplify alsa device probing. Make it actually work
2814           for multiple classes. Don't cache results any longer.
2815
2816         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
2817         (gst_alsasink_init):
2818         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
2819         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
2820         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
2821           Make alsasink and alsasrc implement the GstPropertyProbe interface
2822           for device probing (#342181).
2823           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
2824
2825 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2826
2827         * gst/subparse/samiparse.c: (handle_start_font):
2828           Don't ignore return value of strtol (++compiler_happiness).
2829
2830 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2831
2832         Patch by: Young-Ho Cha  <ganadist chollian net>
2833
2834         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2835         (gst_sub_parse_class_init), (gst_sub_parse_init),
2836         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
2837         (convert_encoding):
2838         * gst/subparse/gstsubparse.h:
2839           Add 'encoding' property (#341681).
2840
2841         * gst/subparse/samiparse.c: (characters_sami):
2842           Output is pango markup, so we need to escape text
2843           between tags (#342143).
2844
2845 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
2846
2847         * gst-libs/gst/audio/multichannel.c:
2848         (gst_audio_check_channel_positions):
2849           It's okay to have caps with channels=1 and a channel position
2850           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
2851           (deinterleavers might want to keep the position in the caps,
2852           so that they can be re-interleaved again properly later).
2853           Leave check for unexpected 2-channel layouts intact for now.
2854
2855 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2856
2857         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
2858         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
2859         basesrc can do its job correctly.
2860
2861 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
2862
2863         * ext/alsa/Makefile.am:
2864         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
2865         (gst_alsa_detect_formats), (get_channel_free_structure),
2866         (caps_add_channel_configuration), (gst_alsa_detect_channels),
2867         (gst_alsa_probe_supported_formats):
2868         * ext/alsa/gstalsa.h:
2869         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2870           Refactor and improve caps probing code: probe signedness
2871           when we probe the supported formats/widths; set endianness
2872           to the one we actually probed for (ie. cpu endianness).
2873           
2874         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
2875         (gst_alsasrc_close):
2876         * ext/alsa/gstalsasrc.h:
2877           Implement caps probing for alsasrc.
2878
2879 2006-05-15  Wim Taymans  <wim@fluendo.com>
2880
2881         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2882         (theora_dec_src_query), (theora_dec_src_event),
2883         (theora_dec_sink_event), (theora_handle_comment_packet),
2884         (theora_handle_data_packet), (theora_dec_change_state):
2885         Cleanups, add some G_LIKELY.
2886         Use segment helpers instead of our own wrong code.
2887         Clear queued buffers on seek and READY.
2888
2889         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2890         (vorbis_dec_convert), (vorbis_dec_src_query),
2891         (vorbis_dec_src_event), (vorbis_dec_sink_event),
2892         (vorbis_handle_comment_packet), (vorbis_dec_push),
2893         (vorbis_handle_data_packet), (vorbis_dec_chain),
2894         (vorbis_dec_change_state):
2895         * ext/vorbis/vorbisdec.h:
2896         Remove old useless packetno variable.
2897         Do position query properly.
2898         Add some G_LIKELY.
2899         Do cleanup of queued buffers in new helper function
2900         and use it.
2901
2902 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2903
2904         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2905           Query supported sample rates. Fixes #341732.
2906
2907 2006-05-15  Julien MOUTTE  <julien@moutte.net>
2908
2909         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
2910         (gst_decode_bin_change_state): Make decodebin reusable
2911         when going from PAUSE_TO_READY and then back to PAUSED.
2912         Fixes #331678.
2913
2914 2006-05-15  Wim Taymans  <wim@fluendo.com>
2915
2916         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
2917         (vorbis_dec_convert), (vorbis_dec_src_query),
2918         (vorbis_dec_sink_query), (vorbis_dec_src_event),
2919         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
2920         (vorbis_dec_clean_queued), (vorbis_dec_push),
2921         (vorbis_handle_data_packet), (vorbis_dec_change_state):
2922         Cleanups. Use refcounting and DEBUG_OBJECT.
2923         Reset segment on flush, use code methods instead of our
2924         own wrong version.
2925         Fix potential memleak.
2926
2927 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2928
2929         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2930         (gst_alsasink_init):
2931         * ext/alsa/gstalsasink.h:
2932           Don't leak allocated snd_output_t structure if there's
2933           more than one alsasink instance at a time (#341873).
2934           Also fix GObject macros in header file.
2935           
2936 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         * gst/subparse/gstsubparse.c:
2939         (gst_sub_parse_data_format_autodetect):
2940           Don't use libxml functions in the typefinding code.
2941
2942 2006-05-15  Wim Taymans  <wim@fluendo.com>
2943
2944         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2945         Fix seeking performance in the case where a non-header 
2946         packet has a 0 granulepos (busted theora case). 
2947         Fixes #341719
2948         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
2949          the first place, you limelight stealer you)
2950
2951 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2952
2953         * gst/subparse/gstsubparse.c:
2954         (gst_sub_parse_data_format_autodetect):
2955           Improve SAMI typefinding: handle case where there are
2956           whitespaces or newlines in front of the first <SAMI>
2957           tag (#169936).
2958
2959 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2960
2961         * configure.ac:
2962           Build video4linux plugin even if there's no XVIDEO, just
2963           without implementing the GstXOverlay interface (#334002).
2964          
2965 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2966
2967         * configure.ac:
2968         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
2969         (plugin_init):
2970           Add tentative support for libvisual-0.4 (#336881).
2971
2972 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         Patch by: Young-Ho Cha <ganadist at chollian net>
2975
2976         * gst/subparse/samiparse.c: (handle_start_font):
2977           Need to map "silver" colour explicitly (#169936).
2978
2979 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2980
2981         Patch by: Young-Ho Cha  <ganadist at chollian net>
2982
2983         * gst/subparse/Makefile.am:
2984         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2985         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
2986         (gst_sub_parse_format_autodetect), (feed_textbuf),
2987         (gst_subparse_type_find), (plugin_init):
2988         * gst/subparse/gstsubparse.h:
2989         * gst/subparse/samiparse.c:
2990         * gst/subparse/samiparse.h:
2991           Add support for SAMI subtitles (#169936).
2992
2993 2006-05-14  Michael Smith  <msmith@fluendo.com>
2994
2995         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2996           Fix #341696: crash when mixing L+R+C to mono or stereo.
2997         * tests/check/Makefile.am:
2998         * tests/check/elements/audioconvert.c: (set_channel_positions),
2999         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
3000         (audioconvert_suite):
3001           Add test for the above, including some generic framework bits for
3002           testing multichannel things.
3003
3004 === release 0.10.7 ===
3005
3006 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
3007
3008         * configure.ac:
3009           releasing 0.10.7, "Leave the gun"
3010
3011 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
3012
3013         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
3014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3015         Fix the build.
3016
3017 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
3018
3019         * docs/libs/gst-plugins-base-libs-docs.sgml:
3020         * docs/libs/gst-plugins-base-libs-sections.txt:
3021         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
3022         * gst-libs/gst/video/video.h:
3023         * gst/videoscale/Makefile.am:
3024         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
3025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3026         * tests/check/Makefile.am:
3027         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
3028         (main):
3029           Fix integer overflow problem with pixel-aspect-ratio calculations
3030           in videoscale and xvimagesink (#341542)
3031
3032 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
3033
3034         * gst-libs/gst/tag/gstid3tag.c:
3035           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
3036
3037 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
3038
3039         * win32/MANIFEST:
3040           update win32 files listing
3041
3042 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3043
3044         patch by: Sjoerd Simons (sjoerd@luon.net)
3045
3046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3047         (group_create), (group_destroy), (add_stream),
3048         (gst_play_base_bin_get_property),
3049         (gst_play_base_bin_get_streaminfo_value_array):
3050         * gst/playback/gstplaybasebin.h:
3051           API: GstPlayBaseBin::stream-info-value-array property
3052           use a more bindings-friendly way of exposing streaminfo
3053           using a GValueArray.  Tested in ipython.
3054           Closes #341114
3055
3056 2006-05-11  Wim Taymans  <wim@fluendo.com>
3057
3058         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
3059         (queue_underrun_cb), (queue_filled_cb):
3060         Also catch queue underruns but don't do anything yet.
3061         Refactor and comment queue enlarging code a bit.
3062
3063         * gst/playback/gstplaybasebin.c: (queue_overrun),
3064         (queue_threshold_reached), (queue_out_of_data),
3065         (gen_preroll_element):
3066         If a queue over/underruns check that we don't create nasty
3067         deadlocks when the min-threshold is not reached but the
3068         max-bytes is. In those cases disable max-bytes when we
3069         know that the queue is fed timed data.
3070         Add more comments.
3071
3072 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3073
3074         * gst/playback/gstplaybin.c: (gen_audio_element):
3075           Make playbin automatically plug an 'audioresample'
3076           element before the audio sink as well. This solves
3077           problems with sinks that only accept a very specific
3078           sample rate, like esdsink (e.g. #340379).
3079
3080 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3081
3082         * gst/playback/gstplaybasebin.c: (gen_source_element):
3083           Make http sources send special headers so that we receive
3084           icecast metadata if the http stream is an icecast stream
3085           (otherwise the server will just ignore them). This also
3086           means that from now on users will need the 'icydemux'
3087           element from gst-plugins-good installed if they want to
3088           listen to icecast radio streams. (#341432, #333657).
3089
3090 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3091
3092         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
3093         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
3094           remove stupid example from docs - it should come with a simple
3095           C program instead.
3096           Clean up/fix docs
3097         * tests/check/elements/multifdsink.c: (wait_bytes_served),
3098         (fail_if_can_read), (GST_START_TEST),
3099         (gst_multifdsink_create_streamheader), (multifdsink_suite):
3100           add a test for changing streamheader which exposes a bug in
3101           multifdsink
3102
3103 2006-05-11  Michael Smith  <msmith@fluendo.com>
3104
3105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3106         (gst_gnome_vfs_src_received_headers_callback):
3107         * ext/gnomevfs/gstgnomevfssrc.h:
3108           Don't set icy-caps unless we have a sane interval value. Move
3109           interval to a local variable; we never use it outside this function.
3110
3111 2006-05-11  Wim Taymans  <wim@fluendo.com>
3112
3113         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
3114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
3115         Register special buffer types along with the objects so
3116         that they are not registered at runtime from N different
3117         streaming threads since they are not threadsafe.
3118
3119 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3120
3121         * tests/check/elements/multifdsink.c: (wait_bytes_served),
3122         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
3123           add two more tests, one doing streamheader
3124
3125 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3126
3127         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
3128           clean up the bufqueue when shutting down
3129         * tests/check/Makefile.am:
3130         * tests/check/elements/multifdsink.c: (setup_multifdsink),
3131         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
3132         (main):
3133           add a test for the leak that was just fixed
3134
3135 2006-05-10  Wim Taymans  <wim@fluendo.com>
3136
3137         * gst/adder/gstadder.c: (gst_adder_setcaps),
3138         (gst_adder_query_duration), (gst_adder_query), (forward_event),
3139         (gst_adder_src_event), (gst_adder_sink_event),
3140         (gst_adder_class_init), (gst_adder_finalize),
3141         (gst_adder_request_new_pad), (gst_adder_collected):
3142         * gst/adder/gstadder.h:
3143         Updated some docs. Added comments and FIXMEs all over the place.
3144         Improve debugging info.
3145         Fix leak on finalize by not calling the parent.
3146         Implement duration query.
3147         Make event forwarding threadsafe.
3148         Correctly send NEWSEGMENT at start and after flush.
3149         Handle EOS correctly.
3150         Post error when not negotiated.
3151
3152         * tests/check/elements/adder.c: (GST_START_TEST):
3153         Added FIXME in the test.
3154
3155 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
3156
3157         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
3158         (gst_text_overlay_halign_get_type),
3159         (gst_text_overlay_wrap_mode_get_type):
3160         * ext/theora/theoradec.c: (theora_handle_type_packet),
3161         (theora_handle_data_packet):
3162         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
3163         (theora_enc_sink_setcaps), (theora_enc_chain):
3164         * gst-libs/gst/cdda/gstcddabasesrc.c:
3165         (gst_cdda_base_src_mode_get_type):
3166         * gst/audiotestsrc/gstaudiotestsrc.c:
3167         (gst_audiostestsrc_wave_get_type):
3168         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3169         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3170         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3171         (gst_sync_method_get_type), (gst_unit_type_get_type),
3172         (gst_client_status_get_type):
3173         * gst/videoscale/gstvideoscale.c:
3174         (gst_video_scale_method_get_type):
3175         * gst/videotestsrc/gstvideotestsrc.c:
3176         (gst_video_test_src_pattern_get_type):
3177         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
3178         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
3179         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
3180         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
3181         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
3182         (paint_setup_RGB565), (paint_setup_xRGB1555):
3183           Const-ify GEnumValue and GFlagsValue arrays. Use
3184           GST_ROUND_UP_* macros instead of home-made ones.
3185
3186 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
3187
3188         * configure.ac:
3189           Require core CVS for the new newsegment stuff.
3190
3191 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
3192
3193         Patch by: Sjoerd Simons  <sjoerd at luon net>
3194
3195         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
3196           Register nick for enum value (#341160).
3197
3198 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
3199
3200         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
3201         (plugin_init):
3202          backout typefind patch #340375
3203          
3204         * tests/check/elements/adder.c: (message_received),
3205         (GST_START_TEST), (adder_suite):
3206           redo, signal-handling of test
3207
3208 2006-05-09  Wim Taymans  <wim@fluendo.com>
3209
3210         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
3211         (gst_adder_collected):
3212         * gst/adder/gstadder.h:
3213         Remove bogus segment merging and forwarding, we don't
3214         care about timestamps anyway and we just produce a
3215         continuous stream. 
3216         Also create a nice NEWSEGMENT event when we start.
3217         Use _scale_int some more.
3218
3219 2006-05-09  Edward Hervey  <edward@fluendo.com>
3220
3221         * tests/icles/stress-xoverlay.c:
3222         Fix if core was built without parsing support.
3223
3224 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
3225
3226         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3227           Add SEDG (Samsung MPEG-4) fourcc.
3228
3229 2006-05-09  Edward Hervey  <edward@fluendo.com>
3230
3231         * tests/icles/stress-xoverlay.c:
3232         * tests/examples/volume/volume.c:
3233         Fix if core was built without parsing support.
3234
3235         * tests/examples/seek/seek.c:
3236         Disable the parse_launch example if core was built without parsing
3237         support.
3238
3239 2006-05-08  Edward Hervey  <edward@fluendo.com>
3240
3241         * autogen.sh: (CONFIGURE_DEF_OPT): 
3242         libtoolize on Darwin/MacOSX is called glibtoolize
3243
3244 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
3245
3246         * tests/check/Makefile.am:
3247         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
3248           Disable the adder test, until the build-slaves posses the kindness to 
3249           either like it or to give valid reason for not doing so 
3250
3251 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
3252
3253         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
3254         (adder_suite):
3255           Shuffle NULL state change around and raise timeout more
3256
3257 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
3258
3259         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
3260         (mp4_type_find), (plugin_init):
3261           Add typefind to distinguish between "audio/x-m4a" and new type
3262           "video/mp4". Fixes #340375
3263
3264         * tests/check/elements/adder.c: (adder_suite):
3265           Raise timeout to make buildbot happy
3266
3267 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
3268
3269         * gst/adder/gstadder.c: (gst_adder_sink_event),
3270         (gst_adder_request_new_pad), (gst_adder_change_state):
3271         * gst/adder/gstadder.h:
3272         * tests/check/Makefile.am:
3273         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
3274         (adder_suite), (main):
3275           Add sink-event handling to adder. It tries to merge incomming
3276           newsegment-events. Added test to check if segment_done is comming
3277           through. Fixes #340060
3278
3279 2006-05-05  Andy Wingo  <wingo@pobox.com>
3280
3281         * ext/theora/theoraparse.c (gst_theora_parse_init)
3282         (theora_parse_src_convert, theora_parse_src_query):
3283         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
3284         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
3285         query functions on the source pads of the theora and vorbis parse
3286         elements. Fixes position querying when doing a remux.
3287
3288 2006-05-05  Michael Smith  <msmith@fluendo.com>
3289
3290         * ext/theora/theoraparse.c: (parse_granulepos),
3291         (theora_parse_drain_queue_prematurely),
3292         (theora_parse_queue_buffer), (theora_parse_sink_event):
3293           Fix flushing.
3294           Fix invalid granulepos outputs when starting with a non-keyframe.
3295
3296 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
3297
3298         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
3299         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
3300         Rearrange MPEG system stream detection, fixing some memleaks in the
3301         process.
3302         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
3303         they clean up their data correctly.
3304         Remove unused ogganx caps and move the 'is_annodex' check to inside
3305         the 'is_ogg' if statement.
3306
3307 2006-05-05  Wim Taymans  <wim@fluendo.com>
3308
3309         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
3310         Properly remove ghostpads. Fixes #340392
3311
3312 2006-05-04  David Schleef  <ds@schleef.org>
3313
3314         * gst/typefind/gsttypefindfunctions.c:
3315
3316 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
3317
3318         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3319         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
3320
3321         When typefinding an MP3 in push-based mode, don't penalise the
3322         probability down to 74% when we found 5 valid frames just because we
3323         can't peek the end of the file.
3324
3325         Make the probability for detecting MPEG Transport Streams based on the
3326         number of sequential headers we successfully detected.
3327
3328 2006-05-03  Wim Taymans  <wim@fluendo.com>
3329
3330         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3331         (vorbis_dec_push), (vorbis_dec_chain):
3332         Still produce an error when we receive an empty packet.
3333
3334 2006-05-03  Wim Taymans  <wim@fluendo.com>
3335
3336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3337         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
3338         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
3339         Mark buffers with DISCONT after seek and after activating new
3340         chains.
3341
3342         * ext/theora/gsttheoradec.h:
3343         * ext/theora/theoradec.c: (gst_theora_dec_reset),
3344         (theora_get_query_types), (theora_dec_sink_event),
3345         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
3346         (theora_dec_change_state):
3347         Fix frame counter.
3348         Detect and mark DISCONT buffers.
3349
3350         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3351         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
3352         (vorbis_dec_change_state):
3353         * ext/vorbis/vorbisdec.h:
3354         Use GstSegment.
3355         Detect and mark DISCONT buffers.
3356         Don't crash on 0 sized buffers.
3357
3358 2006-05-03  Wim Taymans  <wim@fluendo.com>
3359
3360         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
3361         (volume_transform_ip):
3362         Increase "volume" property to 10.0. Fixes #340369.
3363         Set the process function to NULL when capsnego fails so that
3364         we properly error out.
3365
3366 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
3367
3368         * gst/playback/gstplaybin.c: (add_sink):
3369         * gst/playback/test.c: (main):
3370         * gst/playback/test5.c: (dump_element_stats):
3371         * gst/playback/test6.c: (main):
3372           free cpas using gst_caps_unref, don't leak caps-strings
3373
3374 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
3375
3376         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3377         (plugin_init):
3378           Refine musepack typefinding a bit. Return MAXIMUM
3379           probability when we detect stream version 7 to make
3380           sure the mpeg audio typefinder doesn't trump us.
3381
3382 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
3383
3384         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3385           Protect against unexpected NULL strf_data buffer.
3386
3387 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3388
3389         * tests/check/elements/audioconvert.c: (verify_convert),
3390         (GST_START_TEST):
3391           interpret the out[] buffer in the order the bytes are actually
3392           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
3393           Other tests should use BYTE_ORDER since the array is filled in
3394           with actual values
3395
3396 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3397
3398         * tests/check/elements/audioconvert.c: (verify_convert),
3399         (GST_START_TEST):
3400           when a test fails, give an indication of which it is
3401
3402 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3403
3404         * gst-libs/gst/cdda/gstcddabasesrc.c:
3405           compile fix; strtol() needs <stdlib.h>
3406
3407 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
3408
3409         * ext/alsa/gstalsamixerelement.c:
3410         * ext/alsa/gstalsasrc.c:
3411         * ext/cdparanoia/gstcdparanoiasrc.c:
3412         * ext/gnomevfs/gstgnomevfssink.c:
3413         * ext/gnomevfs/gstgnomevfssrc.c:
3414         * ext/ogg/gstoggdemux.c:
3415         * ext/ogg/gstoggmux.c:
3416         * ext/ogg/gstoggparse.c:
3417         * ext/ogg/gstogmparse.c:
3418         * ext/pango/gstclockoverlay.c:
3419         * ext/pango/gsttextoverlay.c:
3420         * ext/pango/gsttextrender.c:
3421         * ext/pango/gsttimeoverlay.c:
3422         * ext/theora/theoradec.c:
3423         * ext/theora/theoraenc.c:
3424         * ext/vorbis/vorbisdec.c:
3425         * ext/vorbis/vorbisenc.c:
3426         * gst-libs/gst/audio/gstaudiofilter.c:
3427         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3428         * gst/audioconvert/gstaudioconvert.c:
3429         * gst/audiorate/gstaudiorate.c:
3430         * gst/audioresample/gstaudioresample.c:
3431         * gst/audiotestsrc/gstaudiotestsrc.c:
3432         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3433         * gst/playback/gstdecodebin.c:
3434         * gst/playback/gstplaybin.c:
3435         * gst/playback/gststreamselector.c:
3436         * gst/subparse/gstsubparse.c:
3437         * gst/tcp/gstmultifdsink.c:
3438         * gst/tcp/gsttcpclientsink.c:
3439         * gst/tcp/gsttcpclientsrc.c:
3440         * gst/tcp/gsttcpserversink.c:
3441         * gst/tcp/gsttcpserversrc.c:
3442         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3443         * gst/videorate/gstvideorate.c:
3444         * gst/videoscale/gstvideoscale.c:
3445         * gst/videotestsrc/gstvideotestsrc.c:
3446         * gst/volume/gstvolume.c:
3447         * sys/v4l/gstv4ljpegsrc.c:
3448         * sys/v4l/gstv4lmjpegsink.c:
3449         * sys/v4l/gstv4lmjpegsrc.c:
3450         * sys/v4l/gstv4lsrc.c:
3451         * sys/ximage/ximagesink.c:
3452         * sys/xvimage/xvimagesink.c:
3453         * tests/check/libs/cddabasesrc.c:
3454           make GstElementDetails const
3455
3456 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
3457
3458         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
3459         (gst_adder_init):
3460           send events from src-pad to all sink-pads fixes #338657
3461
3462 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
3463
3464         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
3465         (alsasink_parse_spec):
3466           query width capabilities from alsa, fixes #338919
3467
3468 2006-04-28  Wim Taymans  <wim@fluendo.com>
3469
3470         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3471         (gst_multi_fd_sink_remove_client_link):
3472         * gst/tcp/gstmultifdsink.h:
3473         Fix race condition in multifdsink that can lead to spurious 
3474         duplicate clients. this patch adds a new signal that is fired when
3475         multifdsink has removed all references to the fd.
3476         Fixes #339574.
3477         Updated documentation.
3478         API: client-fd-removed signal added
3479
3480 2006-04-28  Michael Smith  <msmith@fluendo.com>
3481
3482         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
3483           When asking g_value_array_new to prealloc elements, we may as well
3484           ask for the right number of elements.
3485
3486 2006-04-28  Wim Taymans  <wim@fluendo.com>
3487
3488         * gst-libs/gst/audio/gstbaseaudiosink.c:
3489         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
3490         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3491         patch to make timestamp checking more tollerant to rounding 
3492         errors given that real discontinuities are to be marked on
3493         buffers. Fixes some asf files and #338778.
3494         Also avoid some crashers when we receive an event in the 
3495         NULL state.
3496
3497 2006-04-28  Michael Smith  <msmith@fluendo.com>
3498
3499         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
3500         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
3501         (gst_gnome_vfs_src_get_property),
3502         (gst_gnome_vfs_src_send_additional_headers_callback),
3503         (gst_gnome_vfs_src_received_headers_callback),
3504         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
3505         (gst_gnome_vfs_src_stop):
3506         * ext/gnomevfs/gstgnomevfssrc.h:
3507           Remove ICY handling (mostly) from gnomevfssrc, in favour of
3508           proper shared support within icydemux.
3509
3510 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3511
3512         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
3513         (gst_video_rate_swap_prev), (gst_video_rate_chain):
3514           fix up docs
3515           fix a leak when no caps negotiated
3516           fix counting of input frames
3517         * tests/check/elements/.cvsignore:
3518         * tests/check/elements/videorate.c: (assert_videorate_stats),
3519         (GST_START_TEST), (videorate_suite):
3520           add tests for these
3521
3522 2006-04-28  Wim Taymans  <wim@fluendo.com>
3523
3524         * gst-libs/gst/audio/gstringbuffer.c:
3525         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3526         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3527         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3528         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
3529         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
3530         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
3531         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3532         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3533         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
3534         Check arguments passed to public functions instead of
3535         crashing.
3536
3537 2006-04-28  Wim Taymans  <wim@fluendo.com>
3538
3539         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3540         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3541         GstBaseAudioSrc must be live or it does not work.
3542
3543         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
3544         Don't set live to TRUE as this is the default in the parentclass.
3545
3546 2006-04-28  Wim Taymans  <wim@fluendo.com>
3547
3548         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
3549         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
3550         Videoscale doesn't pass on pixel-aspect ratio. Handle all
3551         fixation cases better. Fixes #338991
3552
3553 2006-04-28  Wim Taymans  <wim@fluendo.com>
3554
3555         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3556         Handle 0/1 framerate correctly Fixes #331901.
3557
3558 2006-04-28  Wim Taymans  <wim@fluendo.com>
3559
3560         * tests/check/elements/audioconvert.c: (get_float_caps),
3561         (GST_START_TEST), (audioconvert_suite):
3562         Added check for correct clipping when doing float samples
3563         in audioconvert.
3564
3565 2006-04-28  Wim Taymans  <wim@fluendo.com>
3566
3567         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
3568         (gst_video_rate_chain):
3569         Print more debugging info.
3570
3571 2006-04-28  Wim Taymans  <wim@fluendo.com>
3572
3573         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
3574         (resample_set_state_from_caps):
3575         Add support for other formats audioresample can handle such as
3576         32 bits in and float and 64 bits float. Fixes #301759
3577
3578 2006-04-28  Wim Taymans  <wim@fluendo.com>
3579
3580         * gst/audioconvert/audioconvert.c: (float):
3581         correctly clip float samples > 1.0. Fixes #338718
3582
3583 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
3584
3585         Patch by: Young-Ho Cha  <ganadist at chollian net>
3586
3587         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3588         (gst_text_overlay_render_text):
3589           Don't strip newlines from the text. Also, center lines
3590           within multi-line paragraphs (#339405).
3591
3592 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
3593
3594         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
3595           Fix wavpack typefinding to work in more cases (don't peek
3596           for chunks of multiple hundred kBs at once, but process
3597           things step-by-step in smaller units). Fixes #339786.
3598
3599 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3600
3601         * configure.ac:
3602           back to HEAD
3603
3604 === release 0.10.6 ===
3605
3606 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
3607
3608         * configure.ac:
3609           releasing 0.10.6, "Chao"
3610
3611 2006-04-26  David Schleef  <ds@schleef.org>
3612
3613         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
3614           Fixes #338897.
3615
3616 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3617
3618         * configure.ac:
3619         * win32/common/config.h:
3620           new prerelease
3621
3622 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3623
3624         patch by: Wim Taymans
3625
3626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3627         (gst_ogg_demux_perform_seek):
3628           make sure correct newsegments are sent, so that the decoder
3629           and the demuxer agree on timestamps.  Fixes playback of a lot
3630           of Ogg files that do not start from 0.  Fixes #339833.
3631
3632 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3633
3634         Patch by: Edward Hervey  <edward@fluendo.com>
3635
3636         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3637         * tests/check/Makefile.am:
3638         * tests/check/elements/videorate.c: (assert_videorate_stats),
3639         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
3640         (videorate_suite), (main):
3641           Fix an infinite loop if frames are passed in with wrongly ordered
3642           timestamps.  Fixes #339013.
3643
3644 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3645
3646         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3647
3648         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
3649           fix typefinding on some ISO files.  Fixes #339212.
3650
3651 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3652
3653         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3654
3655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3656           add another H264 fourcc.  Fixes #339047.
3657
3658 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3659
3660         Patch by: Jan Schmidt
3661
3662         * gst/playback/gststreamselector.c:
3663         (gst_stream_selector_bufferalloc):
3664           Restore old StreamSelector behaviour.
3665           Fixes #338419.
3666
3667 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3668
3669         * configure.ac:
3670         * win32/common/config.h:
3671           prerelease
3672
3673 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3674
3675         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
3676
3677         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3678         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
3679           Fix some memory leaks: on finalize, free buffers left in the queue
3680           before destroying the queue; in _push(), unref rtp_buf even if
3681           the process vfunc returned a NULL buffer as output buffer (#337548);
3682           demote some recuring debug messages to LOG level.
3683
3684 2006-04-11  Wim Taymans  <wim@fluendo.com>
3685
3686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3687         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3688         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
3689         (gst_ogg_demux_loop):
3690         More cleanups.
3691         Respect segment stop when emiting EOS or SEGMENT_DONE.
3692         Fixes (#337945).
3693
3694 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3695
3696         * gst/playback/gststreamselector.c:
3697         (gst_stream_selector_get_property):
3698           Don't leak pad name.
3699
3700 2006-04-10  Michael Smith  <msmith@fluendo.com>
3701
3702         * tests/check/Makefile.am:
3703         * tests/check/gst-plugins-base.supp:
3704           Suppress an old libtheora bug (fixed in more recent versions), so 
3705           that FC4 buildslaves can pass.
3706
3707 2006-04-10  Wim Taymans  <wim@fluendo.com>
3708
3709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3710         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
3711         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
3712         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
3713         (gst_ogg_demux_loop):
3714         Don't leak events.
3715         Remember what error we got when finding chains, if we
3716         were shutdown, that would not be an error.
3717
3718 2006-04-10  Wim Taymans  <wim@fluendo.com>
3719
3720         * gst-libs/gst/audio/gstbaseaudiosink.c:
3721         (gst_base_audio_sink_event):
3722         Starting the ringbuffer when we did not acquire it can cause
3723         a deadlock, is pointless and causes nasty things for
3724         subclasses. 
3725         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
3726
3727 2006-04-10  Wim Taymans  <wim@fluendo.com>
3728
3729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3730         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
3731         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3732         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
3733         (gst_ogg_demux_deactivate_current_chain),
3734         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3735         (gst_ogg_demux_bisect_forward_serialno),
3736         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
3737         Add some more debugging.
3738
3739 2006-04-10  Wim Taymans  <wim@fluendo.com>
3740
3741         * ext/theora/theoradec.c: (theora_dec_src_event),
3742         (theora_handle_data_packet):
3743         Some more debug info.
3744
3745         * tests/examples/seek/seek.c: (start_seek), (main):
3746         Print element messages too.
3747
3748 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
3749
3750         * gst/audioresample/debug.h:
3751           replace debug macros with variable number of parameters
3752           by a simple alias to gstreamer standard debug macros 
3753          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
3754           supported by MSVC 6.0 and 7.1)
3755         * gst/audioresample/resample.h:
3756           define M_PI and rint for WIN32
3757         * win32/common/libgstaudio.def:
3758         * win32/common/libgstriff.def:
3759         * win32/common/libgsttag.def:
3760         * win32/common/libgstvideo.def:
3761           add new exported functions
3762         * win32/vs6:
3763           update project files
3764
3765 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3766
3767         * ext/alsa/gstalsamixeroptions.c:
3768         (gst_alsa_mixer_options_class_init):
3769         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
3770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
3771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3772         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
3773         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
3774         * gst-libs/gst/audio/gstaudiofilter.c:
3775         (gst_audio_filter_class_init):
3776         * gst-libs/gst/audio/gstaudiosink.c:
3777         (gst_audioringbuffer_class_init):
3778         * gst-libs/gst/audio/gstaudiosrc.c:
3779         (gst_audioringbuffer_class_init):
3780         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
3781         * gst-libs/gst/interfaces/colorbalancechannel.c:
3782         (gst_color_balance_channel_class_init):
3783         * gst-libs/gst/interfaces/mixeroptions.c:
3784         (gst_mixer_options_class_init):
3785         * gst-libs/gst/interfaces/mixertrack.c:
3786         (gst_mixer_track_class_init):
3787         * gst-libs/gst/interfaces/tunerchannel.c:
3788         (gst_tuner_channel_class_init):
3789         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
3790         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3791         (gst_netbuffer_class_init):
3792         * gst-libs/gst/rtp/gstbasertppayload.c:
3793         (gst_basertppayload_class_init):
3794         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3795         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
3796         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3797         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3798         * gst/playback/gststreamselector.c:
3799         (gst_stream_selector_class_init):
3800         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3801         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3802         * sys/v4l/gstv4lcolorbalance.c:
3803         (gst_v4l_color_balance_channel_class_init):
3804         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
3805         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3806         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3807         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
3808         (gst_v4l_tuner_norm_class_init):
3809         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3811         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
3812         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
3813
3814 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3815
3816         * ext/pango/gsttextrender.h:
3817         * gst-libs/gst/audio/gstaudiosink.h:
3818         * gst-libs/gst/audio/gstaudiosrc.h:
3819         * gst-libs/gst/audio/gstbaseaudiosink.h:
3820         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3821         * gst-libs/gst/audio/gstringbuffer.h:
3822         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3823         * gst-libs/gst/rtp/gstbasertppayload.h:
3824         * gst-libs/gst/video/gstvideofilter.h:
3825         * gst-libs/gst/video/gstvideosink.h:
3826         * gst/playback/gstplaybasebin.h:
3827         * gst/tcp/gstmultifdsink.h:
3828         * sys/v4l/gstv4lelement.h:
3829         Fix broken GObject macros
3830
3831 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3832
3833         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
3834         More debug to trace why my USB headset is not working with gst
3835
3836 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
3837
3838         * gst/playback/gstplaybasebin.c: (group_destroy):
3839         Clean up our group elements properly in the case where it never 
3840         got committed - it still got added unconditionally to the bin.
3841
3842 2006-04-07  Wim Taymans  <wim@fluendo.com>
3843
3844         * ext/theora/theoradec.c: (theora_dec_sink_event),
3845         (theora_handle_data_packet), (theora_dec_chain):
3846         Unref unhandled events.
3847         Protect against empty buffers.
3848         Perform QoS on running time.
3849
3850 2006-04-07  Michael Smith  <msmith@fluendo.com>
3851
3852         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
3853         (gst_vorbis_enc_chain):
3854           Remove leaks from vorbisenc.
3855           Mostly minor changes, the only significant one is that now the
3856           buffers we set as 'streamheader' on the caps are copies of the
3857           original buffers, to avoid circular refcounting problems.
3858
3859 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
3860
3861         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
3862           Don't remove our mute-probe if someone else already did so.
3863           Don't set a 2nd one if there is already one pending on the pad.
3864
3865         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
3866         (do_playbin_seek):
3867           When a seek fails, ensure that playbin is still set back to playing.
3868           
3869         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
3870         (mpeg_ts_type_find), (plugin_init):
3871           Add a typefind function for mpeg-ts streams. (Closes: #336617)
3872
3873 2006-04-06  Andy Wingo  <wingo@pobox.com>
3874
3875         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
3876         (gst_video_rate_init): Caps-related parameters should not be reset
3877         by a flush -- move their inits to the instance init function.
3878         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
3879         is not OK, just return the result.
3880
3881         * gst/audiotestsrc/gstaudiotestsrc.c
3882         (gst_audio_test_src_class_init)
3883         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
3884         broken by Stefan's commit on 24 March.
3885
3886         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
3887         buffers being pushed out. Fixes oggmux ! multifdsink.
3888
3889 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
3890
3891         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
3892         (gst_vorbis_dec_init), (vorbis_dec_finalize):
3893         * ext/vorbis/vorbisdec.h:
3894         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
3895         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
3896         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
3897         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
3898         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
3899         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
3900         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
3901         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
3902         (gst_vorbis_enc_buffer_from_packet),
3903         (gst_vorbis_enc_buffer_from_header_packet),
3904         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
3905         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
3906         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
3907         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
3908         (gst_vorbis_enc_change_state):
3909         * ext/vorbis/vorbisenc.h:
3910           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
3911           vorbisenc adhere to the official nomenclature; use boilerplate
3912           macro.
3913
3914 2006-04-04  Andy Wingo  <wingo@pobox.com>
3915
3916         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
3917         Whoops, fix bug introduced. Bad hacker!
3918         
3919         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
3920         Properly handle the case where you get EOS before any buffers are
3921         received. Use gst_buffer_make_metadata_writable where appropriate.
3922
3923         * ext/theora/theoradec.c (theora_handle_data_packet): This value
3924         is often negative -- make it signed so as not to wrap around.
3925         Fixes segfaults introduced on 9 March.
3926
3927 2006-04-03  Wim Taymans  <wim@fluendo.com>
3928
3929         * ext/theora/gsttheoradec.h:
3930         * ext/theora/theoradec.c: (theora_dec_src_event):
3931         Don't try to store a gdouble in a gboolean.
3932         Small cleanups.
3933
3934 2006-04-03  Michael Smith  <msmith@fluendo.com>
3935
3936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
3937           Oggmux sucks.
3938           Make it suck slightly less by writing out the final page.
3939           Still can't encode a vorbis-in-ogg file correctly, though.
3940
3941 2006-04-03  Andy Wingo  <wingo@pobox.com>
3942
3943         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
3944         a g_print.
3945
3946         * ext/theora/theora.c (plugin_init): Register theoraparse.
3947
3948         * ext/theora/gsttheoraparse.h: 
3949         * ext/theora/theoraparse.c: New files implementing a theora
3950         parser. Now we can properly remux ogg/theora+vorbis, yay.
3951
3952         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
3953
3954 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3955
3956         * gst/audiotestsrc/gstaudiotestsrc.c:
3957           Fixed the sample pipeline (see #323798)
3958
3959 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3960
3961         * configure.ac:
3962         * win32/common/config.h:
3963         * win32/common/config.h.in:
3964           use AS_VERSION and AS_NANO
3965           more cleanups
3966
3967 2006-03-31  Andy Wingo  <wingo@pobox.com>
3968
3969         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
3970         uninitialized variable return that would happen.
3971         
3972         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
3973         uninitialized variable return that would never happen.
3974
3975         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
3976         (vorbis_parse_sink_event): Add an event function to flush our
3977         state on a seek, and to drain buffers on a premature EOS.
3978         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
3979         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
3980         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
3981         (vorbis_parse_drain_queue): Queue up buffers until we can set
3982         their timestamps and granulepos values.
3983
3984         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
3985         and keep track of data needed for deriving granulepos and
3986         timestamps for buffers.
3987
3988 2006-03-29  Wim Taymans  <wim@fluendo.com>
3989
3990         Patch by: j^ <j at bootlab dot org>
3991
3992         * ext/alsa/gstalsamixerelement.c:
3993         (gst_alsa_mixer_element_class_init):
3994         * ext/alsa/gstalsasink.c:
3995         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3996         * ext/ogg/gstoggdemux.c:
3997         * ext/ogg/gstoggmux.c:
3998         * ext/ogg/gstoggparse.c:
3999         * ext/pango/gstclockoverlay.c:
4000         * ext/pango/gsttextoverlay.c:
4001         * ext/pango/gsttextrender.c:
4002         * ext/pango/gsttimeoverlay.c:
4003         * ext/theora/theoradec.c:
4004         * ext/theora/theoraenc.c:
4005         * ext/vorbis/vorbisdec.c:
4006         * ext/vorbis/vorbisenc.c:
4007         * gst/audioconvert/gstaudioconvert.c:
4008         * gst/subparse/gstsubparse.c:
4009         * gst/tcp/gstmultifdsink.c:
4010         * gst/tcp/gsttcpclientsink.c:
4011         * gst/tcp/gsttcpclientsrc.c:
4012         * gst/tcp/gsttcpserversink.c:
4013         * gst/tcp/gsttcpserversrc.c:
4014           better/unified long descriptions
4015           Fixes #336477
4016
4017 2006-03-29  Wim Taymans  <wim@fluendo.com>
4018
4019         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
4020         (stop_seek):
4021         Don't let double and triple clicks mess up our state.
4022
4023 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
4024
4025         * gst/playback/gstplaybin.c: (gen_video_element),
4026         (gen_text_element), (gen_audio_element), (gen_vis_element):
4027           Error out gracefully when we can't create any of the usual
4028           conversion elements for some reason. Also, don't try to
4029           create an audioscale (sic) element that's not used anyway.
4030
4031 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * gst/playback/gstplaybasebin.c: (setup_source):
4034           Don't post RESOURCE_NOT_FOUND error when we can't find a source
4035           element for a particular protocol, that's confusing for users.
4036           Instead, post a RESOURCE_FAILED error, so that our own error
4037           message is actually shown in totem etc. (#336303).
4038
4039 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4040
4041         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4042
4043         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
4044         (gst_gnome_vfs_src_get_icy_metadata):
4045           Fix some minor memory leaks (#336194).
4046
4047 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4048
4049         * ext/gnomevfs/gstgnomevfs.c:
4050         (gst_gnome_vfs_location_to_uri_string):
4051         * ext/gnomevfs/gstgnomevfs.h:
4052         * ext/gnomevfs/gstgnomevfssink.c:
4053         (gst_gnome_vfs_sink_set_property):
4054         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
4055           Make gnomevfssink accept filenames as well as URIs for the
4056           "location" property, just like gnomevfssrc does (and
4057           filesrc/filesink do) (#336190).
4058
4059 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
4060
4061         * tests/check/generic/clock-selection.c: (GST_START_TEST):
4062           set to NULL before unreffing, fixes a valgrind leak.
4063           Why was this not triggering the error that an object needs to
4064           be NULL before unreffing ?
4065         * win32/common/config.h:
4066           update
4067
4068 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
4069
4070         * gst/subparse/gstsubparse.c: (convert_encoding),
4071         (gst_sub_parse_change_state):
4072         * gst/subparse/gstsubparse.h:
4073           Text subtitle files may or may not be UTF-8. If it's not, we
4074           don't really want to see '?' characters in place of non-ASCII
4075           characters like accented characters. So let's assume the input
4076           is UTF-8 until we come across text that is clearly not. If it's
4077           not UTF-8, we don't really know what it is, so try the following:
4078           (a) see whether the GST_SUBTITLE_ENCODING environment variable
4079           is set; if not, check (b) if the current locale encoding is
4080           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
4081           the current locale encoding is UTF-8 and the environment variable
4082           was not set to any particular encoding. Not perfect, but better
4083           than nothing (and better than before, I think) (fixes #172848).
4084
4085 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
4086
4087         * configure.ac:
4088           update core requirement to 0.10.4.1 because of async_playback
4089           vmethod on GstBaseSink
4090
4091 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
4092
4093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4094         * gst/adder/gstadder.c: (gst_adder_init):
4095         use DEBUG_FUNCPTR for collectpads
4096
4097 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
4098
4099         * docs/plugins/Makefile.am:
4100         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4101         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4102         * ext/cdparanoia/gstcdparanoiasrc.c:
4103         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
4104         (gst_gnome_vfs_sink_class_init):
4105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
4106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
4107         * ext/ogg/gstoggmux.c:
4108         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
4109         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
4110         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
4111         * ext/pango/gsttextoverlay.c:
4112         * ext/pango/gsttextrender.c:
4113         * ext/theora/theoradec.c:
4114         * ext/theora/theoraenc.c:
4115         * ext/vorbis/vorbisdec.c:
4116         * ext/vorbis/vorbisenc.c:
4117         * gst-libs/gst/audio/gstaudiofilter.c:
4118         (gst_audio_filter_base_init):
4119         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4120         (gst_audio_filter_template_base_init):
4121         * gst/adder/gstadder.c: (gst_adder_get_type):
4122         * gst/adder/gstadder.h:
4123         * gst/audioconvert/gstaudioconvert.c:
4124         * gst/audiotestsrc/gstaudiotestsrc.c:
4125         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
4126         (gst_audio_test_src_create):
4127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4128         * gst/playback/gstdecodebin.c:
4129         * gst/playback/gstplaybin.c:
4130         * gst/playback/gststreamselector.c:
4131         (gst_stream_selector_base_init):
4132         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
4133         * gst/volume/gstvolume.c:
4134         * sys/v4l/gstv4lmjpegsink.c:
4135         * sys/v4l/gstv4lmjpegsrc.c:
4136         * tests/check/libs/cddabasesrc.c:
4137         * tests/old/examples/gob/gst-identity2.gob:
4138           Add docs for adder, use GST_ELEMENT_DETAILS macro,
4139           define GstElementDetails at the top
4140
4141 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
4142
4143         * win32/common/libgstinterfaces.def:
4144         Add a lot of export functions for gst-python
4145         * win32/vs6/libgstinterfaces.dsp:
4146         Add a missing include folder in the project configuration
4147         
4148 2006-03-23  Wim Taymans  <wim@fluendo.com>
4149
4150         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4151         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
4152         (gst_base_audio_src_change_state):
4153         Fix audio sources, forgot to make the ringbuffer
4154         startable...
4155
4156 2006-03-23  Wim Taymans  <wim@fluendo.com>
4157
4158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4159         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
4160         (gst_base_audio_src_change_state):
4161         unparent instead of unref the ringbuffer.
4162
4163 2006-03-23  Wim Taymans  <wim@fluendo.com>
4164
4165         * gst-libs/gst/audio/gstbaseaudiosink.c:
4166         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
4167         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
4168         Implement new async_play vmethod to start slaving and allow
4169         playback start in case of async PLAY state changes. 
4170
4171         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
4172         Enable QoS with new method in base class.
4173
4174 2006-03-23  Wim Taymans  <wim@fluendo.com>
4175
4176         Patch by: Julien MOUTTE <julien at moutte dot net>
4177
4178         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
4179         (gst_video_test_src_do_seek), (gst_video_test_src_create):
4180         Partially handle 0 framerate, only EOS after the first frame
4181         is missing.
4182
4183 2006-03-23  Wim Taymans  <wim@fluendo.com>
4184
4185         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
4186
4187         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4188         (gst_riff_create_video_template_caps):
4189         * gst/ffmpegcolorspace/avcodec.h:
4190         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4191         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4192         (gst_ffmpegcsp_avpicture_fill):
4193         * gst/ffmpegcolorspace/imgconvert.c:
4194         Patch for support of YVU9 AVI files (#334822)
4195
4196 2006-03-22  Edward Hervey  <edward@fluendo.com>
4197
4198         * docs/design/design-decodebin.txt:
4199         Added design document for new decodebin
4200         (Target Caps): text/x-pango-markup is also a default target caps.
4201
4202 2006-03-22  Wim Taymans  <wim@fluendo.com>
4203
4204         * gst-libs/gst/audio/gstbaseaudiosink.c:
4205         (gst_base_audio_sink_dispose):
4206         Since we _parent the ringbuffer, we also need to
4207         _unparent instead of a plain _unref.
4208
4209 2006-03-22  Wim Taymans  <wim@fluendo.com>
4210
4211         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
4212         (stop_seek), (scrub_toggle_cb), (main):
4213         Add scrub checkbox.
4214
4215 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4216
4217         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
4218         (gst_ogg_parse_chain):
4219           Fix very inefficient usage of linked lists (#335365).
4220
4221 2006-03-21  Edward Hervey  <edward@fluendo.com>
4222
4223         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4224         * gst/playback/gstplaybin.c: (handoff):
4225         * gst/playback/gststreamselector.c:
4226         (gst_stream_selector_set_property):
4227         gcc 4.1 unreferenced pointer fixes.
4228         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4230         gst_buffer_ref() now takes a GstBuffer*.
4231
4232 2006-03-20  Julien MOUTTE  <julien@moutte.net>
4233
4234         * sys/xvimage/xvimagesink.c:
4235         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
4236         by Jan Schmidt.
4237
4238 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4239
4240         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
4241         (id3v1_type_find), (apetag_type_find), (plugin_init):
4242           Can't do tag preferences via probability, as tags would then
4243           lose against types that are recognised with MAXIMUM probability
4244           (like .wav); so let all tag typefinders return MAXIMUM themselves
4245           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
4246           that we can prefer APE to ID3v1 (fixes #335028).
4247           
4248 2006-03-17  Wim Taymans  <wim@fluendo.com>
4249
4250         * gst-libs/gst/audio/gstbaseaudiosink.c:
4251         (gst_base_audio_sink_change_state):
4252         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
4253         (gst_ring_buffer_may_start):
4254         * gst-libs/gst/audio/gstringbuffer.h:
4255         Only start playback if we are playing.
4256         should fix #330748.
4257
4258 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
4259
4260         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
4261         * win32/common/config.h:
4262           Revert accidental commits to these files.
4263
4264 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4265
4266         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
4267
4268         * tests/Makefile.am:
4269           Don't try to build tests in tests/icles if we
4270           don't have X (#323852)
4271
4272 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4273
4274         * gst-libs/gst/tag/gstid3tag.c:
4275           Add TXXX frame identifiers for replaygain stuff as used
4276           by some taggers (see #323721).
4277
4278 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
4279
4280         * gst/playback/gststreamselector.c:
4281         (gst_stream_selector_set_property),
4282         (gst_stream_selector_bufferalloc):
4283           Preserve the existing buggy streamselector behaviour by performing
4284           a fallback buffer allocation when downstream isn't linked yet.
4285           This should really be fixed in playbin by blocking pads until it's
4286           linked them.
4287           Also, use gst_pad_alloc_buffer instead of
4288           gst_pad_alloc_buffer_and_set.
4289
4290 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * gst-libs/gst/tag/gstid3tag.c:
4293           Don't crash on unknown ID3v2 TXXX frames.
4294           
4295 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
4296
4297         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
4298           Chain up to the parent finalize method.
4299           Add 32-bit sample size to the template caps.
4300
4301         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4302         (gst_riff_create_video_template_caps):
4303           Add the fourcc that the VMWare codec uses.
4304           
4305         * gst/playback/gststreamselector.c:
4306         (gst_stream_selector_set_property),
4307         (gst_stream_selector_bufferalloc),
4308         (gst_stream_selector_request_new_pad):
4309           For the active pad, forward buffer-alloc requests, otherwise
4310           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
4311           having to memcpy every frame when used by playbin.
4312
4313         * gst/tcp/gstmultifdsink.c:
4314         (gst_multi_fd_sink_handle_client_write):
4315           Get negotiated caps from the sink pad, rather than the sink
4316           pad's peer.
4317
4318 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
4319
4320         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4321         
4322         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
4323           Don't forget to set src->callbacks_pushed to FALSE again when
4324           popping them, otherwise re-activation in a different mode won't
4325           work (#334620).
4326
4327 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
4328
4329         Patch by: Sebastien Moutte  <sebastien moutte net>
4330
4331         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
4332         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
4333         (gst_ffmpeg_smpfmt_to_caps):
4334           Replace __VA_ARGS__ caps creation macros with varargs functions.
4335           Makes things compile on MSVC (#320765), looks nicer, and we can
4336           tell the compiler to check for the NULL terminator.
4337
4338 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4339
4340         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
4341
4342         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4343           Make sure the buffer we copy into is really always big
4344           enough, this time for real (#333488).
4345           
4346 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4349           Add support for 24bpp DIB (#305279).
4350
4351 2006-03-14  Wim Taymans  <wim@fluendo.com>
4352
4353         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
4354         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
4355         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
4356         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4357         (gst_video_scale_init), (gst_video_scale_src_event):
4358         Re-enable QoS after the release.
4359         Rework videoscale to use the base class src_event handler.
4360
4361 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         * configure.ac:
4364           back to CVS.
4365
4366 === release 0.10.5 ===
4367
4368 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
4369
4370         * configure.ac:
4371           releasing 0.10.5, "Net"
4372
4373 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
4374
4375         * docs/plugins/Makefile.am:
4376           Part of previous cdparanoiasrc docs fixes, forgot to commit.
4377           
4378 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4381         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4382         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4383           Add cdparanoiasrc to docs.
4384
4385         * gst-libs/gst/cdda/gstcddabasesrc.c:
4386           More GstCddaBaseSrc docs.
4387
4388 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4389
4390         * docs/libs/gst-plugins-base-libs-sections.txt:
4391         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
4392         * gst-libs/gst/tag/tag.h:
4393           API: libgsttag: new method gst_tag_from_id3_user_tag().
4394
4395 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4398           NULL-terminate array of mpeg4 video file extensions.
4399           Fixes crash on PPC (#334226).
4400
4401 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4402
4403         * ext/gnomevfs/gstgnomevfssrc.c:
4404         (gst_gnome_vfs_src_check_get_range):
4405           gnome_vfs_uri_is_local() alone is not a good indicator
4406           whether we can operate in pull-mode with a specific URI,
4407           as it returns FALSE for file:// URIs that point to an
4408           NFS-mounted path. Be more conservative here: whitelist
4409           local files, blacklist http URIs and use the old
4410           mechanism for anything else (fixes #334216).
4411
4412 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4413
4414         * configure.ac:
4415           back to trunk
4416
4417 === release 0.10.4 ===
4418
4419 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
4420
4421         * configure.ac:
4422           releasing 0.10.4, "Power"
4423
4424 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
4425
4426         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
4427         Disable max-lateness by setting it to -1 for now, so that 
4428         we can bed QoS stuff in thoroughly between now and the next
4429         release.
4430
4431 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4432
4433         Patch by: Fabrizio Gennari
4434
4435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4436           Make sure we don't read beyond the palette buffer in case of
4437           broken or manipulated files (#333488)
4438
4439 2006-03-10  Edward Hervey  <edward@fluendo.com>
4440
4441         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4442         Fix for variable not initialized.
4443
4444 2006-03-09  Wim Taymans  <wim@fluendo.com>
4445
4446         * ext/libvisual/visual.c: (gst_visual_get_type),
4447         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
4448         (gst_visual_chain):
4449         Small cleanups.
4450
4451         * ext/theora/gsttheoradec.h:
4452         * ext/theora/theoradec.c: (gst_theora_dec_init),
4453         (gst_theora_dec_reset), (_theora_granule_time),
4454         (theora_dec_src_convert), (theora_dec_sink_convert),
4455         (theora_dec_src_query), (theora_dec_src_event),
4456         (theora_dec_sink_event), (theora_handle_comment_packet),
4457         (theora_handle_header_packet), (theora_dec_push),
4458         (theora_handle_data_packet), (theora_dec_chain),
4459         (theora_dec_change_state):
4460         Add simple QoS.
4461
4462 2006-03-09  Wim Taymans  <wim@fluendo.com>
4463
4464         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4465         (audiocast_register_listener), (gst_gnome_vfs_src_start):
4466         Some cleanups.
4467
4468 2006-03-09  Wim Taymans  <wim@fluendo.com>
4469
4470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4471         Don't try to activate NULL chains.
4472
4473 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4474
4475         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4476           Fix invalid memory access to region before peek'd data (#332964).
4477
4478 2006-03-09  Wim Taymans  <wim@fluendo.com>
4479
4480         Patch by: Christophe Fergeau
4481
4482         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
4483         * ext/pango/gsttextrender.c: (gst_text_render_init):
4484         * gst/adder/gstadder.c: (gst_adder_init):
4485         Don't leak padtemplates, closes #333510.
4486
4487 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4488
4489         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
4490           Fix invalid memory access: make sure string passed to
4491           regexec() is NUL-termianted.
4492
4493 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4494
4495         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4496         (mp3_type_find):
4497           Refactor mpeg/audio typefinding to make it more maintainable
4498           and easier to fine-tune. Make probing into middle of the file
4499           work properly (fixes #333900, also see #152688).
4500
4501 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4502
4503         * gst/typefind/gsttypefindfunctions.c:
4504         (utf8_type_find_have_valid_utf8_at_offset):
4505           Remove part from previous commit that was bogus:
4506           g_utf8_validate() does in fact not accept embedded
4507           zeroes, so we don't need to check for those (thanks
4508           to Mike for the hint).
4509
4510 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4511
4512         * gst/typefind/gsttypefindfunctions.c:
4513         (utf8_type_find_count_embedded_zeroes),
4514         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
4515           Make plain/text typefinder more conservative: firstly, check
4516           for embedded zeroes, which are perfectly valid UTF-8 characters,
4517           but also a fairly good sign that something is not a plain text
4518           file; secondly, probe into the middle of the file if possible.
4519           If we can't probe into the middle, limit the probability value
4520           to be returned to TYPE_FIND_POSSIBLE (see #333900).
4521
4522 2006-03-08  Michael Smith  <msmith@fluendo.com>
4523
4524         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4525           Make typefind function name for mpeg4 video unique.
4526
4527 2006-03-08  Wim Taymans  <wim@fluendo.com>
4528
4529         * ext/libvisual/visual.c: (gst_visual_init),
4530         (gst_visual_clear_actors), (gst_visual_dispose),
4531         (gst_visual_reset), (gst_visual_src_setcaps),
4532         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
4533         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
4534         (gst_visual_chain), (gst_visual_change_state):
4535         Cleanups, post nice errors.
4536         Handle sink and src events.
4537         Implement simple QoS.
4538
4539         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
4540         Use new basesink methods to configure max-lateness.
4541         Small doc update.
4542
4543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4544         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
4545         Debug statement cleanups.
4546
4547         * gst/volume/gstvolume.c: (gst_volume_class_init):
4548         Simple cleanup.
4549
4550 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4551
4552         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4553         (gst_text_overlay_init), (gst_text_overlay_set_property),
4554         (gst_text_overlay_get_property):
4555           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
4556           as string type properties, but mark them deprecated. Add
4557           'halignment' and 'valignment' properties that use enums
4558           instead of strings.
4559
4560 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4561
4562         Patch by: Fabrizio Gennari
4563
4564         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4565           Allow palettes with less than 256 colours in AVI files
4566           (#333488)
4567
4568 2006-03-07  Julien MOUTTE  <julien@moutte.net>
4569
4570         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
4571         (gst_text_overlay_video_event): Fix wrong EOS handling on text
4572         pad. We were releasing the queued text buffer when we should keep
4573         it until video pad gets EOS or discard the text buffer because it's
4574         too old. That was eating the last subtitle buffer. Add some more
4575         debug.
4576
4577 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4578
4579         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
4580         (gst_text_overlay_video_chain):
4581           Fix invalid memory access (we can't access a buffer after it's been
4582           pushed downstream without taking a reference); fix memory leak (if
4583           there's no text to render, bail out before allocating stuff).
4584
4585 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4586
4587         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4588         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
4589         * ext/pango/gsttextoverlay.h:
4590           If input is plain text, escape it before passing it to
4591           pango_layout_set_markup().
4592
4593 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4594
4595         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
4596           Don't ignore flow return from gst_pad_push().
4597
4598 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4599
4600         Patch by: Fabrizio Gennari
4601
4602         * ext/libvisual/visual.c: (gst_visual_getcaps),
4603         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
4604         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
4605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
4606         (gst_vorbisenc_convert_sink):
4607         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
4608         (gst_audio_duration_from_pad_buffer):
4609         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
4610         (gst_audio_filter_chain):
4611         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4612         (gst_base_rtp_depayload_setcaps):
4613         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
4614         (gst_video_get_size):
4615         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
4616           Don't leak references returned by gst_pad_get_parent()
4617           (#333663)
4618
4619 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
4620
4621         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4622           change location param details
4623         * gst/volume/gstvolume.c: (plugin_init):
4624           correct plugin description
4625
4626 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4627
4628         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
4629         (gst_gnome_vfs_src_check_get_range):
4630           Override GstBaseSrc::check_get_range() in order to avoid opening
4631           the resource just to check whether we can operate in pull-mode or
4632           not - we can predict that pretty well from the URI alone. Should
4633           fix problems with last.fm (#331690). (Requires latest core CVS).
4634
4635 2006-03-06  Wim Taymans  <wim@fluendo.com>
4636
4637         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4638         (gst_video_sink_class_init):
4639         Throw away frames that are later than 20 ms.
4640
4641 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4642
4643         Patch by: Fabrizio Gennari
4644
4645         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4646           Set depth on WMA caps (#333545)
4647
4648 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4649
4650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4651         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4652           put Theora BOS pages before others.  This hardcodes
4653           the Ogg/Theora I profile, but hey.
4654
4655 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4656
4657         * ext/ogg/README:
4658           updated with some examples
4659         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
4660         (granulepos_add), (theora_buffer_from_packet):
4661         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
4662         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
4663         (gst_vorbisenc_chain):
4664           implement strategy from ext/ogg/README
4665         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4666         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4667         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
4668         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
4669           Fix muxer so that oggz-validate is happy with all streams;
4670           except for no eos mark, and the BOS page ordering
4671         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4672         (check_buffer_granulepos):
4673         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
4674           update tests to check for OFFSET being set as requested
4675           fixed type of granulepos, it's not a ClockTime
4676
4677 2006-03-05  Julien MOUTTE  <julien@moutte.net>
4678
4679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4680         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4681         Check that the xvimage we are creating has a correct size
4682         before returning it. (#314897)
4683
4684 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
4685
4686         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4687           Give id3 and ape tag typefinders a rank slightly higher
4688           than PRIMARY to ensure they're always run before any of
4689           the other typefinders (in particular wav and mp3) (#324186).
4690
4691 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
4692
4693         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4694           Add support for '3IVD' fourcc (#333403).
4695
4696 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         * configure.ac:
4699           Bump requirements to GStreamer CVS for the new error enum.
4700
4701         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
4702           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
4703           space left on the device (fixes #333352).
4704
4705 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
4706
4707         * win32/vs6:
4708           add a project file for libgstvolume
4709           update the workspace
4710
4711 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4712
4713         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4714         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4715         (GST_START_TEST):
4716           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
4717           Set IN_CAPS on header buffers
4718
4719 2006-03-02  Wim Taymans  <wim@fluendo.com>
4720
4721         * docs/plugins/Makefile.am:
4722         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4723         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4724         Add audioresample to docs.
4725
4726         * gst/audioconvert/gstaudioconvert.c:
4727         Add revision date.
4728
4729         * gst/audioresample/gstaudioresample.c:
4730         (gst_audioresample_base_init), (gst_audioresample_class_init),
4731         (gst_audioresample_init), (gst_audioresample_dispose),
4732         (audioresample_get_unit_size), (audioresample_transform_caps),
4733         (resample_set_state_from_caps), (audioresample_transform_size),
4734         (audioresample_set_caps), (audioresample_event),
4735         (audioresample_do_output), (audioresample_transform),
4736         (audioresample_pushthrough), (gst_audioresample_set_property),
4737         (gst_audioresample_get_property), (plugin_init):
4738         * gst/audioresample/gstaudioresample.h:
4739         Added docs.
4740         Small code cleanups.
4741
4742 2006-03-02  Wim Taymans  <wim@fluendo.com>
4743
4744         * docs/plugins/Makefile.am:
4745         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4746         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4747         Added videoscale to docs.
4748
4749         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
4750         (gst_video_rate_swap_prev), (gst_video_rate_event),
4751         (gst_video_rate_chain):
4752         Fix typo in docs.
4753
4754         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4755         (gst_video_scale_init), (gst_video_scale_prepare_size),
4756         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4757         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
4758         * gst/videoscale/gstvideoscale.h:
4759         Added docs, examples.
4760         Some code cleanups.
4761         Post errors instead of g_warning.
4762
4763 2006-03-02  Wim Taymans  <wim@fluendo.com>
4764
4765         * docs/libs/gst-plugins-base-libs-docs.sgml:
4766         * docs/libs/gst-plugins-base-libs-sections.txt:
4767         * docs/libs/gst-plugins-base-libs.types:
4768         * docs/plugins/Makefile.am:
4769         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4770         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4771         Added some more docs to libs and plugins.
4772
4773         * gst-libs/gst/audio/gstringbuffer.c:
4774         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
4775         * gst-libs/gst/audio/gstringbuffer.h:
4776         Document ringbuffer some more.
4777
4778         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
4779         (gst_video_rate_setcaps), (gst_video_rate_reset),
4780         (gst_video_rate_init), (gst_video_rate_flush_prev),
4781         (gst_video_rate_swap_prev), (gst_video_rate_event),
4782         (gst_video_rate_chain), (gst_video_rate_change_state):
4783         * gst/videorate/gstvideorate.h:
4784         Fix videorate to use segments.
4785         Make it work with 0/1 framerates (closes #331903)
4786         Handle EOS correctly.
4787         Added docs.
4788
4789 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
4792         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
4793         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
4794           In state change function, first chain up to parent class,
4795           then handle downwards state change stuff. Remove some
4796           commented out cruft from 0.8 code.
4797
4798 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4799
4800         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4801         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4802         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
4803         (gst_ogm_parse_chain):
4804           Don't remove/re-add source pad if the new caps are the same as
4805           the old caps anyway (#333042). When removing source pad, don't
4806           unref it afterwards - we didn't ref it when adding. Sprinkle some
4807           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
4808           after using gst_pad_get_parent(). Return downstream flow return
4809           value in chain function.
4810
4811 2006-03-02  Wim Taymans  <wim@fluendo.com>
4812
4813         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4814         * docs/plugins/gst-plugins-base-plugins.args:
4815         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4816         * docs/plugins/gst-plugins-base-plugins.interfaces:
4817         * docs/plugins/gst-plugins-base-plugins.signals:
4818         Fix hierarchy, added some more elements to the docs.
4819
4820         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4821         (gst_ffmpegcsp_get_type):
4822         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4823         Fix docs for ffmpegcolorspace.
4824
4825 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
4826
4827         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
4828         (apetag_type_find), (ape_type_find), (plugin_init):
4829           Some typefinding fine-tuning:
4830           - rank ID3/APE tags in order of preference via probabilities, so that
4831             ID3v2 > APEv2 > APEv1 > ID3v1.
4832           - three or four bytes don't really justify MAXIMUM probability,
4833             change those to 'very likely' (musepack and monkeysaudio).
4834
4835 2006-03-01  Wim Taymans  <wim@fluendo.com>
4836
4837         * docs/plugins/Makefile.am:
4838         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4839         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4840         * ext/alsa/gstalsamixer.c:
4841         * ext/alsa/gstalsamixer.h:
4842         * ext/alsa/gstalsamixerelement.c:
4843         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
4844         * ext/alsa/gstalsamixerelement.h:
4845         * ext/alsa/gstalsasink.c:
4846         * ext/alsa/gstalsasink.h:
4847         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4848         (gst_alsasrc_init):
4849         * ext/alsa/gstalsasrc.h:
4850         Added alsa docs.
4851         Small code cleanups.
4852
4853 2006-03-01  Wim Taymans  <wim@fluendo.com>
4854
4855         * ext/theora/Makefile.am:
4856         Dist new header too,
4857
4858 2006-03-01  Wim Taymans  <wim@fluendo.com>
4859
4860         * docs/plugins/Makefile.am:
4861         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4862         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4863         * ext/gnomevfs/gstgnomevfssink.h:
4864         * ext/gnomevfs/gstgnomevfssrc.h:
4865         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4866         * ext/vorbis/vorbisdec.h:
4867         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
4868         * ext/vorbis/vorbisenc.h:
4869         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
4870         (vorbis_parse_chain), (vorbis_parse_change_state):
4871         * ext/vorbis/vorbisparse.h:
4872         * gst/audioconvert/gstaudioconvert.h:
4873         * gst/tcp/gsttcpserversink.h:
4874         * gst/videotestsrc/gstvideotestsrc.c:
4875         * gst/videotestsrc/gstvideotestsrc.h:
4876         * gst/volume/gstvolume.c:
4877         * gst/volume/gstvolume.h:
4878         Fix some more docs.
4879         Added docs for vorbisdec and vorbisparse.
4880         Fix vorbisparse.
4881
4882 2006-03-01  Wim Taymans  <wim@fluendo.com>
4883
4884         * docs/plugins/Makefile.am:
4885         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4886         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4887         * ext/pango/gstclockoverlay.h:
4888         * ext/pango/gsttextoverlay.h:
4889         * ext/pango/gsttextrender.h:
4890         * ext/pango/gsttimeoverlay.h:
4891         * ext/theora/gsttheoradec.h:
4892         * ext/theora/gsttheoraenc.h:
4893         * ext/theora/theoradec.c:
4894         * ext/theora/theoraenc.c:
4895         * gst/audioconvert/gstaudioconvert.h:
4896         * gst/audiotestsrc/gstaudiotestsrc.h:
4897         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4898         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4899         * gst/tcp/gstmultifdsink.h:
4900         Updated/added documentation.
4901
4902         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
4903         (gst_text_overlay_halign_get_type),
4904         (gst_text_overlay_wrap_mode_get_type),
4905         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
4906         (gst_text_overlay_init), (gst_text_overlay_set_property),
4907         (gst_text_overlay_get_property):
4908         Fix up properties to be enums instead of string to make bindings,
4909         introspection and automatic GUI creation possible.
4910         Add getters for the properties.
4911
4912 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
4913
4914         * gst/audiotestsrc/gstaudiotestsrc.c:
4915           added defines of M_PI and M_PI_2
4916         * gst/ffmpegcolorspace/avcodec.h:
4917           removed #include "stdint.h" for win32 as _stdint.h is 
4918           autogenerated to win32/common
4919         * win32/common/libgstaudio.def:
4920         * win32/common/libgsttag.def:
4921           added some exports
4922         * win32/vs6:
4923           some project files bugs corrected
4924         * win32/vs7:
4925           project files are reset to the default vs7 configuration 
4926           (they link to msvcr71.dll using default optimizations)
4927           
4928 2006-02-28  Wim Taymans  <wim@fluendo.com>
4929
4930         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4931         Fix some docs.
4932
4933 2006-02-28  Edward Hervey  <edward@fluendo.com>
4934
4935         * ext/alsa/gstalsasrc.c:
4936         Set proper class on the ElementDetails:
4937         Source/Audio instead of Src/Audio/
4938
4939 2006-02-28  Edward Hervey  <edward@fluendo.com>
4940
4941         * gst/videoscale/vs_scanline.c:
4942         (vs_scanline_resample_nearest_RGBA):
4943         Revert optimization in videoscale. It should go in liboil and have
4944         an appropriate liboil function.
4945
4946 2006-02-28  Wim Taymans  <wim@fluendo.com>
4947
4948         * gst-libs/gst/audio/gstbaseaudiosink.c:
4949         (gst_base_audio_sink_provide_clock):
4950         Don't try to provide a clock in the NULL state.
4951
4952 2006-02-28  Wim Taymans  <wim@fluendo.com>
4953
4954         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4955         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
4956         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4957         (gst_ogg_demux_deactivate_current_chain),
4958         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
4959         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
4960         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
4961         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4962         Use GstSegment infrastructure to remove duplicated code
4963         and handle more seek cases correctly.
4964
4965 2006-02-28  Wim Taymans  <wim@fluendo.com>
4966
4967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4968         (gst_ffmpegcsp_transform):
4969         Don't ignore return code from ffmpeg convert function.
4970
4971         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
4972         Split out some long statements to ease debugging.
4973
4974 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
4975
4976         * ext/libvisual/visual.c: (gst_visual_init),
4977         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
4978         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
4979         being able to renegotiate the size. Instead, use the negotiation
4980         algorithm from the goom plugin to pick an initial output caps. 
4981
4982         Also, allow theoretical libvisual plugins that might support non-GL 
4983         output even if they also do GL.
4984
4985 2006-02-26  Julien MOUTTE  <julien@moutte.net>
4986
4987         * ext/libvisual/visual.c: (gst_visual_init),
4988         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
4989         (plugin_init): Load only non GL plugins. Fix some memleaks and 
4990         possible negotiation issues.
4991
4992 2006-02-25  Julien MOUTTE  <julien@moutte.net>
4993
4994         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
4995
4996 2006-02-24  Michael Smith  <msmith@fluendo.com>
4997
4998         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
4999         (cmml_type_find), (plugin_init):
5000           Fix CMML type find function to not require a specific minor version
5001           of the CMML header.
5002
5003           Add an MPEG4 video elementary stream typefind function.
5004
5005 2006-02-04  Michael Smith  <msmith@fluendo.com>
5006
5007         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
5008         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
5009         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5010         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5011         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
5012         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
5013           Annodex support in ogg demuxer. Doesn't do very much without the
5014           other annodex patches (to come).
5015
5016 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5017
5018         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
5019
5020         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5021           Pick up palette for MS video v1 (#327028)
5022
5023 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5024
5025         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5026         (gst_ffmpegcsp_caps_remove_format_info),
5027         (gst_ffmpegcsp_get_unit_size):
5028           The 'palette_data' field from incoming RGB caps shouldn't be
5029           proxied on outgoing YUV caps; also, restrict unit size
5030           adjustment in case of paletted data only to the unit that
5031           actually has a palette. Fixes #330711.
5032
5033 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5034
5035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5036         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
5037         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
5038         (gst_ffmpegcsp_get_unit_size):
5039           Plug some memory leaks.
5040
5041 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5042
5043         * sys/ximage/Makefile.am:
5044         * sys/xvimage/Makefile.am:
5045           Add some _CFLAGS and _LIBS that seem to be missing
5046           and/or required for Cygwin (see #317048).
5047
5048 2006-02-22  Wim Taymans  <wim@fluendo.com>
5049
5050         * ext/alsa/gstalsasrc.c:
5051         Fix description as pointed out by caugier.
5052
5053 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
5054
5055         Reviewed by : Edward Hervey  <edward@fluendo.com>
5056
5057         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
5058         (qt_type_find):
5059         Better 3gp typefinding (#331526).
5060
5061 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
5064           Don't send EOS event here, the base class will send one for us.
5065
5066         * gst/playback/gstplaybasebin.c: (prepare_output):
5067           Subpictures without video stream aren't allowed either.
5068         
5069         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
5070           Fix debug statement copy'n'paste-o.
5071
5072 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
5073
5074         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
5075           Fix issues with mixer keeping state when muting/unmuting
5076           and when changing the volume whilst muted (see #331763
5077           and #331765).
5078
5079 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
5080
5081         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
5082         (parse_subrip), (gst_sub_parse_format_autodetect):
5083           Set right caps given that we send escaped text. Also,
5084           honour <i></i>, <b></b> and <u></u> markers that can be found
5085           in .srt files (fixes #310202).
5086
5087 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
5088
5089         * gst-libs/gst/audio/mixerutils.c:
5090         (element_factory_rank_compare_func):
5091           Make order in which elements are tried more determinable.
5092
5093 2006-02-20  Julien MOUTTE  <julien@moutte.net>
5094
5095         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5096         (remove_element_chain), (cleanup_decodebin),
5097         (gst_decode_bin_change_state): Make decodebin reusable by
5098         fixing remove_element_chain first and then introduce a
5099         cleaner in state change to ->NULL. (Closes #331678)
5100
5101 2006-02-19  Wim Taymans  <wim@fluendo.com>
5102
5103         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
5104         use 0666 mask when creating files so umask gets applied
5105         correctly. Fixes #331295.
5106
5107 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
5108
5109         * gst/subparse/Makefile.am:
5110         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
5111         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
5112         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
5113         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
5114         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
5115         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
5116         * gst/subparse/gstssaparse.h:
5117         * gst/subparse/gstsubparse.c: (plugin_init):
5118           Add very basic parser for SSA subtitle streams (as often
5119           found in matroska files).
5120
5121 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
5122
5123         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
5124           That should be text/x-pango-markup, not text/x-pango-layout.
5125
5126 2006-02-19  Julien MOUTTE  <julien@moutte.net>
5127
5128         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
5129         Polishing.
5130
5131 2006-02-19  Julien MOUTTE  <julien@moutte.net>
5132
5133         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
5134         (gst_text_overlay_finalize), (gst_text_overlay_init),
5135         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
5136         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
5137         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
5138         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
5139         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
5140         Fix state change deadlock.
5141
5142 2006-02-19  Julien MOUTTE  <julien@moutte.net>
5143
5144         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
5145         (gst_text_overlay_finalize), (gst_text_overlay_init),
5146         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
5147         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
5148         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
5149         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
5150         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
5151         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
5152         and subtitles files.
5153
5154 2006-02-19  Julien MOUTTE  <julien@moutte.net>
5155
5156         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
5157         should be considered as raw.
5158
5159 2006-02-19  Julien MOUTTE  <julien@moutte.net>
5160
5161         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
5162         (cb_probe):
5163         * gst/playback/gststreaminfo.h: Introduce language informations.
5164
5165 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
5166
5167         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5168         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
5169         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5170         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5171         Set shared memory segments to be deleted as soon as we have attached,
5172         that way they get cleaned up automatically if we crash.
5173
5174 2006-02-18  Julien MOUTTE  <julien@moutte.net>
5175
5176         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
5177         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
5178         functions are called with lock held.
5179
5180 2006-02-18  Julien MOUTTE  <julien@moutte.net>
5181
5182         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
5183         (gst_text_overlay_finalize), (gst_text_overlay_init),
5184         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
5185         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
5186         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
5187         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
5188         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
5189         (gst_text_overlay_change_state): Refactoring of textoverlay
5190         without collectpads. This now supports sparse subtitles coming
5191         from a demuxer instead of a sub file. Seeking is still broken 
5192         though. Need to discuss with wtay some more on how to handle
5193         seeking correctly.
5194         * ext/pango/gsttextoverlay.h:
5195         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
5196         subtitles coming from the demuxer.
5197
5198 2006-02-17  Wim Taymans  <wim@fluendo.com>
5199
5200         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
5201         (gst_vorbisenc_convert_sink):
5202         Use some more scaling functions.
5203
5204 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
5205
5206         * ext/cdparanoia/gstcdparanoiasrc.c:
5207         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
5208         (gst_cd_paranoia_paranoia_callback),
5209         (gst_cd_paranoia_src_signal_is_being_watched),
5210         (gst_cd_paranoia_src_read_sector):
5211         * ext/cdparanoia/gstcdparanoiasrc.h:
5212           Add back 'transport-error' and 'uncorrected-error' signals and
5213           make them actually be fired when bad stuff happens (#319340).
5214
5215 2006-02-17  Wim Taymans  <wim@fluendo.com>
5216
5217         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
5218         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5219         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
5220         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
5221         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
5222         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5223         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5224         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5225         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
5226         (gst_ring_buffer_clear):
5227         Small cleanups.
5228         Added some G_LIKELY.
5229
5230 2006-02-17  Wim Taymans  <wim@fluendo.com>
5231
5232         * gst-libs/gst/audio/TODO:
5233         Update TODO
5234
5235         * gst-libs/gst/audio/gstbaseaudiosink.c:
5236         (gst_base_audio_sink_get_offset):
5237         When trying to play samples ASAP and we don't have a
5238         previous sample, try to play at position 0 instead of
5239         an invalid position.
5240
5241 2006-02-17  Wim Taymans  <wim@fluendo.com>
5242
5243         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
5244         (gst_alsasink_reset):
5245         Also release lock when we get an error in _reset();
5246         fix an error message.
5247
5248 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5249
5250         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5251         (gst_alsasink_init), (get_channel_free_structure),
5252         (caps_add_channel_configuration), (gst_alsasink_getcaps),
5253         (gst_alsasink_close):
5254         * ext/alsa/gstalsasink.h:
5255           Add support for more than 2 channels (#326720).
5256
5257 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5260           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
5261           with 4 or 6 channels, assume a default channel layout to make things
5262           work (not sure there's anything else we can do in those cases).
5263
5264 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5265
5266         * gst-libs/gst/audio/multichannel.c:
5267           Minor docs fix.
5268
5269         * gst-libs/gst/riff/Makefile.am:
5270         * gst-libs/gst/riff/riff-ids.h:
5271         * gst-libs/gst/riff/riff-media.c:
5272         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
5273           Add support for WAVEFORMATEX, eg. PCM audio with more than two
5274           channels and a channel layout map.
5275           
5276 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
5277
5278         Reviewed by Edward Hervey  <edward@fluendo.com>
5279
5280         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
5281         C-level optimization of the RGBA nearest neighbour function.
5282         Eventually this might end up in liboil with vectorized versions.
5283
5284 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5285
5286         * gst-libs/gst/audio/multichannel.c:
5287         (gst_audio_get_channel_positions):
5288           When we have more than 2 channels, but no channel layout is
5289           specified in the caps, return some default channel layout
5290           to the caller and warn about about a possibly buggy element
5291           (could be buggy filtercaps as well of course) (#317038).
5292
5293 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5294
5295         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5296           Add gst-libs/gst/cdda to list of lib search paths.
5297
5298 2006-02-15  Andy Wingo  <wingo@pobox.com>
5299
5300         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
5301         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
5302         to the Lord Jesus that I do not have to touch the ogg muxer ever
5303         again.
5304
5305 2006-02-15  Edward Hervey  <edward@fluendo.com>
5306
5307         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5308         quicktime movie files can also contain 'uuid' atoms.
5309
5310 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
5311
5312         * gst/audioconvert/plugin.c: (plugin_init):
5313           Register the GstAudioChannelPosition enum type with the type
5314           system in the plugin_init function, so that it is known before
5315           any element actually makes use of multi-channel stuff. This is
5316           required for example if one wants to be able to deserialise/use
5317           a caps string with channel positions before any pipeline has
5318           been setup and started, like with gst-launch.
5319
5320 2006-02-14  Wim Taymans  <wim@fluendo.com>
5321
5322         * gst-libs/gst/audio/gstringbuffer.c:
5323         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
5324         (gst_ring_buffer_samples_done), (wait_segment),
5325         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
5326         Add some compiler G_(UN_)LIKELY help.
5327         SIGNAL the ringbuffer waiters when going to PAUSED as well to
5328         make sure they can exit their functions. Should fix #330748
5329
5330 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5331
5332         * Makefile.am:
5333         * configure.ac:
5334         * win32/MANIFEST:
5335         * win32/common/_stdint.h:
5336           Windows does not have long long; copy the generated _stdint.h
5337         * win32/common/interfaces-enumtypes.c:
5338         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5339         (gst_mixer_track_flags_get_type),
5340         (gst_tuner_channel_flags_get_type):
5341         * win32/common/multichannel-enumtypes.c:
5342         (gst_audio_channel_position_get_type):
5343           update
5344
5345 2006-02-13  Wim Taymans  <wim@fluendo.com>
5346
5347         * gst-libs/gst/audio/gstbaseaudiosink.c:
5348         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
5349         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5350         Always sync on first sample we receive when starting.
5351
5352 2006-02-13  Wim Taymans  <wim@fluendo.com>
5353
5354         * gst/playback/gstplaybin.c: (gen_vis_element):
5355         Update vis bin docs.
5356         Move queue after tee so we don't queue video buffers but
5357         audio samples instead. Fixes problems where the video queue
5358         is filled and the audio queue empty.
5359
5360 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
5361
5362         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5363           No need to push an EOS event here, GstBaseSrc will do that for us
5364           when we return FLOW_UNEXPECTED.
5365           
5366 2006-02-12  Wim Taymans  <wim@fluendo.com>
5367
5368         * gst-libs/gst/audio/gstbaseaudiosink.c:
5369         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
5370         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
5371         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5372         Use scale functions when possible.
5373         Fix error messages.
5374         Free clockid when after waiting for EOS.
5375         Use G_(UN_)LIKLY when it makes sense.
5376         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
5377
5378 2006-02-12  Edward Hervey  <edward@fluendo.com>
5379
5380         * gst/playback/gstplaybasebin.c: (prepare_output): 
5381         Remove stray semi-colon (fixes #330888).
5382
5383 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
5384
5385         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
5386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
5387         Fix up the XShm call testing so that we catch errors, and don't
5388         cause new ones by attempting to detach from a segment we failed
5389         to attach to. Fixes #312439.
5390
5391 2006-02-10  Edward Hervey  <edward@fluendo.com>
5392
5393         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5394         Added flv file typefind (video/x-flv).
5395
5396 2006-02-10  Edward Hervey  <edward@fluendo.com>
5397
5398         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5399         (gst_riff_create_video_template_caps):
5400         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
5401         Also added the caps to the default set of riff video caps.
5402
5403 2006-02-09  Andy Wingo  <wingo@pobox.com>
5404
5405         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
5406         time and the end time of the last packet in the page.
5407         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
5408         on the pages in our queue, set the duration as well. Reflow a
5409         debug statement.
5410         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
5411         Fixes bad muxing order.
5412
5413 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5414
5415         * gst-libs/gst/rtp/gstbasertppayload.c:
5416         (gst_basertppayload_setcaps), (gst_basertppayload_push):
5417           update seqnum before setting it on the packet; this makes sure
5418           that the timestamp and seqnum properties match after pushing
5419           a buffer
5420
5421 2006-02-09  Andy Wingo  <wingo@pobox.com>
5422
5423         * gst-libs/gst/audio/gstringbuffer.c
5424         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
5425         overflow after 13.5 hours of recording. Kapow!
5426
5427         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
5428         the buffer size -- we don't care about underrun/overrun reporting
5429         right now, just need to return a useful value.
5430
5431 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
5432
5433         * configure.ac:
5434           Back to CVS
5435
5436 === release 0.10.3 ===
5437
5438 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
5439
5440         * configure.ac:
5441           releasing 0.10.3, "Under Pressure"
5442
5443 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5444
5445         * configure.ac:
5446         Drat. Bump libtool version number for new API.
5447         Prelease 0.10.2.3 (of 0.10.3)
5448
5449 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5450
5451         * configure.ac:
5452         * win32/common/config.h:
5453         0.10.2.2 prerelease (of 0.10.3).
5454
5455 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5456
5457         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
5458           Revert Andy's newsegment change pending a more correct
5459           fix.
5460
5461 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5462
5463         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
5464         (qt_type_find), (plugin_init):
5465           detect more files as 3gp
5466           group and reorder the iso file formats
5467
5468 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         * ext/vorbis/vorbis.c: (plugin_init):
5471           Register musicbrainz tags, so apps don't have to.
5472
5473 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5474
5475         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
5476         (gst_tag_to_vorbis_tag):
5477           Make sure we called gst_tag_register_musicbrainz_tags()
5478           before possibly mapping a vorbiscomment string from/to a
5479           musicbrainz tag.
5480
5481 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5482
5483         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
5484           In case we can't find the required number of consecutive
5485           mpeg audio frames to positively identify an MPEG audio
5486           stream, check if there's at least a valid mpeg audio
5487           frame right at offset 0 and if so suggest mpeg/audio
5488           caps with a very low probability (#153004).
5489
5490 2006-02-07  Andy Wingo  <wingo@pobox.com>
5491
5492         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
5493         a TIME segment if we get timestamped buffers. Requires recent
5494         fixes in core to work properly.
5495
5496 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5497
5498         * gst/playback/gstplaybasebin.c: (prepare_output):
5499           Don't print the URI as part of the error message, it
5500           makes error dialogs look rather ugly, especially if
5501           the URI is very long or has characters in it that
5502           need escaping.
5503
5504 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5505
5506         * gst/playback/gstplaybasebin.c: (prepare_output):
5507           Error out if we have only text or subtitles, but nothing
5508           else. Also error out if we have subtitles but no video
5509           stream.
5510
5511 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5512
5513         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
5514           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
5515           Post an error message on the bus when we encounter an
5516           error, which will hopefully be more meaningful than the
5517           'Internal Flow Error' message users get to see if we
5518           just return GST_FLOW_ERROR.
5519
5520 2006-02-07  Andy Wingo  <wingo@pobox.com>
5521
5522         * configure.ac (GST_MAJORMINOR): Update core version req to
5523         0.10.2.2, for the collectpads API addition (#330244).
5524
5525 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5526
5527         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5528           Return FALSE from plugin_init() when GnomeVFS can't
5529           be initialised for some reason (#328423).
5530
5531 2006-02-06  Julien MOUTTE  <julien@moutte.net>
5532
5533         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
5534         Stick to seeking theory until i find the bug.
5535         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
5536
5537 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
5538
5539         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5540         (theora_enc_finalize), (theora_enc_sink_setcaps),
5541         (theora_set_header_on_caps), (theora_enc_chain),
5542         (theora_enc_change_state):
5543         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5544           Make theoraenc and the tests leak free. Like, really.
5545
5546 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
5547
5548         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5549         (theora_enc_finalize), (theora_enc_sink_setcaps):
5550           Add a finalize method to ensure we clean up state even if
5551           someone omitted the state change back to NULL.
5552
5553         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
5554         (gst_vorbisenc_chain):
5555           Free some more leaked bits.
5556
5557         * tests/check/pipelines/theoraenc.c: (start_pipeline),
5558         (stop_pipeline):
5559           Wait for state changes to happen if they're ASYNC.
5560
5561           This ought to teach those fancy pants buildbots a lesson.
5562
5563 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5564
5565         * gst-libs/gst/tag/gstid3tag.c:
5566           Add mapping for ID3 International Standard Recording Code
5567           tag "TSRC"
5568
5569 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5570
5571         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
5572           Don't leak tag names.
5573
5574 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5575
5576         * docs/libs/gst-plugins-base-libs-docs.sgml:
5577         * docs/libs/gst-plugins-base-libs-sections.txt:
5578         * gst-libs/gst/tag/gstid3tag.c:
5579         * gst-libs/gst/tag/gstvorbistag.c:
5580         * gst-libs/gst/tag/tags.c:
5581           Split libgsttag docs into multiple sections.
5582
5583 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         * docs/libs/Makefile.am:
5586         * docs/libs/gst-plugins-base-libs-docs.sgml:
5587         * docs/libs/gst-plugins-base-libs-sections.txt:
5588         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
5589         * gst-libs/gst/tag/gstvorbistag.c:
5590         * gst-libs/gst/tag/tag.h:
5591         * gst-libs/gst/tag/tags.c:
5592           Add libgsttag to the docs.
5593
5594 2006-02-05  Julien MOUTTE  <julien@moutte.net>
5595
5596         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
5597         (gst_text_overlay_init), (gst_text_overlay_src_event),
5598         (gst_text_overlay_collected): Fix clockoverlay.
5599
5600 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5601
5602         * docs/libs/compiling.sgml:
5603           Fix typo: it's pkg-config, not pkg-gconfig
5604
5605         * docs/libs/gst-plugins-base-libs-docs.sgml:
5606         * docs/libs/gst-plugins-base-libs-sections.txt:
5607         * docs/libs/tmpl/gstgconf.sgml:
5608           There is no libgstgconf in 0.10, remove it
5609           from the docs.
5610
5611 2006-02-05  Julien MOUTTE  <julien@moutte.net>
5612
5613         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
5614         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5615         (gst_text_overlay_src_event), (gst_text_overlay_collected):
5616         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5617         (gst_sub_parse_class_init), (gst_sub_parse_init),
5618         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
5619         (parse_mpsub), (parser_state_init), (handle_buffer),
5620         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
5621         * gst/subparse/gstsubparse.h: Introduce seeking code.
5622
5623 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5624
5625         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5626           Add comment about LANGUAGE tag inconsistency (we want
5627           ISO-639-1, but extract three-letter identifiers?)
5628
5629         * po/POTFILES.in:
5630           Add two translatable files.
5631
5632 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5633
5634         * gst-libs/gst/tag/Makefile.am:
5635         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5636         * gst-libs/gst/tag/tag.h:
5637         * gst-libs/gst/tag/tags.c:
5638         (gst_tag_register_musicbrainz_tags_internal),
5639         (gst_tag_register_musicbrainz_tags):
5640           Forward-port some tags stuff from the 0.8 branch. This is
5641           mostly the addition of musicbrainz tags and their mapping
5642           to vorbistags, and a vorbistag mapping of the language tag.
5643
5644 2006-02-05  Julien MOUTTE  <julien@moutte.net>
5645
5646         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
5647         refactoring.
5648
5649 2006-02-04  David Schleef  <ds@schleef.org>
5650
5651         * ext/ogg/gstoggmux.c:
5652         * gst/typefind/gsttypefindfunctions.c:
5653           Add Dirac typefinding and add dirac format to oggmux.
5654
5655 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         * gst/playback/gstdecodebin.c: (try_to_link_1):
5658           Don't put essential function call into
5659           g_return_*() macro, otherwise it'll all be
5660           replaced by NOOPs when compiling with
5661           G_DISABLE_CHECKS defined.
5662
5663 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
5664
5665         * ext/ogg/gstoggdemux.c:
5666         * ext/ogg/gstoggparse.c:
5667         * gst/tcp/gsttcpserversink.c:
5668         * sys/v4l/v4lsrc_calls.c:
5669         * sys/v4l/v4lsrc_calls.h:
5670         Just make it compile with --disable-gst-debug.
5671
5672 2006-02-03  Wim Taymans  <wim@fluendo.com>
5673
5674         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5675         (gst_alsasink_class_init), (gst_alsasink_init),
5676         (gst_alsasink_write), (gst_alsasink_reset):
5677         * ext/alsa/gstalsasink.h:
5678         Add lock to protect alsa calls.
5679         Implement reset to flush samples ASAP, does not work
5680         with dmix though.
5681
5682 2006-02-02  Wim Taymans  <wim@fluendo.com>
5683
5684         * gst-libs/gst/audio/gstbaseaudiosink.c:
5685         (gst_base_audio_sink_provide_clock):
5686         Ugh.. getting late I guess...
5687
5688 2006-02-02  Wim Taymans  <wim@fluendo.com>
5689
5690         * gst-libs/gst/audio/gstbaseaudiosink.c:
5691         (gst_base_audio_sink_provide_clock),
5692         (gst_base_audio_sink_set_property),
5693         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
5694         Don't try to provide a clock when we are not negotiated since
5695         we might not be able to make it run.
5696
5697 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         * gst/playback/gstdecodebin.c: (try_to_link_1):
5700           Unlinking two source pads is ... hard.
5701
5702 2006-02-02  Wim Taymans  <wim@fluendo.com>
5703
5704         * gst-libs/gst/audio/TODO:
5705         Updated.
5706
5707         * gst-libs/gst/audio/gstbaseaudiosink.c:
5708         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
5709         On EOS, wait till the last sample is played before posting EOS.
5710
5711 2006-02-01  Philippe Kalaf <burger at speedy dot org>
5712
5713         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5714           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
5715           setting queue_delay to zero. Also avoid thread being started if
5716           queue_delay is zero.
5717
5718 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5719
5720         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
5721           Make test work again by connecting fakesinks to each decoded pad,
5722           which makes the pipeline wait until each fakesink has a buffer
5723           queued before going to PAUSED state. At that point we know the
5724           decodebin pads are negotiated.
5725
5726 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5727
5728         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
5729         (gst_cdda_base_src_handle_event):
5730         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
5731           Pass unhandled queries to the parent class's query function.
5732
5733 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
5736         (gst_ogg_pad_src_query):
5737         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5738         * ext/theora/theoradec.c: (theora_dec_src_query),
5739         (theora_dec_sink_query):
5740         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5741         (vorbis_dec_sink_query):
5742         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5743         (gst_vorbisenc_sink_query):
5744         * gst/adder/gstadder.c: (gst_adder_query):
5745           Pass unhandled queries upstream instead of just
5746           dropping them (#326447). Also, fix supported
5747           query types list for some elements.
5748
5749 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5750
5751         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
5752         (paris_type_find), (ilbc_type_find), (plugin_init):
5753           Fix typefinding for audio/x-au, audio/x-paris and
5754           audio/iLBC-sh. We cannot use the START_WITH macros
5755           here, because there can only be one typefind factory
5756           with the same name (caps), so the second one would
5757           replace the first one and the first one would never
5758           be called when doing typefinding (see #161712).
5759           
5760
5761 2006-01-31  Wim Taymans  <wim@fluendo.com>
5762
5763         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5764         (vorbis_handle_header_packet), (vorbis_dec_push),
5765         (vorbis_handle_data_packet):
5766         Use scale_int when we can, add some more scaling.
5767         Check packettype before parsing it.
5768
5769 2006-01-31  Wim Taymans  <wim@fluendo.com>
5770
5771         * ext/theora/theoradec.c: (_theora_granule_time),
5772         (theora_dec_src_convert), (theora_dec_sink_convert):
5773         Call right _scale functions.
5774         Use parameter instead of some other random value.
5775
5776 2006-01-31  Wim Taymans  <wim@fluendo.com>
5777
5778         * ext/theora/theoradec.c: (_theora_granule_frame),
5779         (_theora_granule_time), (_inc_granulepos),
5780         (theora_dec_src_convert), (theora_dec_sink_convert),
5781         (theora_handle_type_packet), (theora_handle_data_packet),
5782         (theora_dec_chain):
5783         Use higher precision timestamps calculation.
5784         Convert some other conversions to _scale.
5785
5786 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
5787
5788         * gst/audiotestsrc/gstaudiotestsrc.c:
5789         (gst_audio_test_src_create_sine_table), (plugin_init):
5790         * gst/volume/gstvolume.c: (plugin_init):
5791           initialize gst_controller before using
5792
5793 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5794
5795         * tests/check/pipelines/theoraenc.c:
5796         * tests/check/pipelines/vorbisenc.c:
5797         Define constant using G_GINT64_CONSTANT to avoid errors when
5798         passing it around - otherwise it gets truncated to 32 bits.
5799
5800         Fixes failing tests.
5801
5802 2006-01-31  Andy Wingo  <wingo@pobox.com>
5803
5804         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
5805         caps being set doesn't have a framerate value. Basically a stopgap
5806         measure.
5807
5808         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
5809         technically correct enough to put into core though.
5810         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
5811         DURATION. Fixes theoraenc ! oggmux.
5812
5813         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
5814         fraction, not double.
5815
5816 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
5817
5818         * win32/vs7:
5819         add vs7 project files created by Sergey Scobich
5820
5821 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
5822
5823         * win32/vs8:
5824         add vs8 project files created by Sergey Scobich
5825         
5826 2006-01-30  Andy Wingo  <wingo@pobox.com>
5827
5828         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
5829         timestamp + duration, not just timestamp -- ogg pages should be
5830         ordered by stop time. Necessary fix given the change in vorbis
5831         timestamps.
5832
5833         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
5834         (gst_theora_enc_init): Pull the granule shift out of the encoder.
5835         (granulepos_add): New function, handles the messiness of adjusting
5836         granulepos values.
5837         (theora_buffer_from_packet):
5838         (theora_enc_chain):
5839         (theora_enc_sink_event): Use granulepos_add, not +.
5840
5841         * tests/check/pipelines/theoraenc.c
5842         (check_buffer_granulepos_from_starttime): Just check the frame
5843         count, not the actual granulepos -- we can't dictate to the
5844         encoder when it should be placing keyframes.
5845
5846 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5847
5848         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5849           SERVICE_NOT_AVAILABLE happens for example when you're trying to
5850           play an http:// stream from a server that's not serving
5851
5852 2006-01-30  Andy Wingo  <wingo@pobox.com>
5853
5854         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
5855         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
5856         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
5857         available.
5858
5859         * ext/theora/gsttheoraenc.h:
5860         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
5861         although theoraenc was timestamping correctly. Added handling of
5862         streams that start with nonzero timestamps.
5863
5864         * tests/check/Makefile.am:
5865         * tests/check/pipelines/theoraenc.c: New file, basically does same
5866         tests as vorbisenc.
5867
5868         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
5869
5870 2006-01-30  Wim Taymans  <wim@fluendo.com>
5871
5872         * gst-libs/gst/audio/gstaudiosink.c:
5873         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
5874         (gst_audioringbuffer_pause):
5875         Implement pause that does not wait for completion.
5876
5877         * gst-libs/gst/audio/gstbaseaudiosink.c:
5878         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5879         Don't drop buffers when going to PAUSED but perform preroll on
5880         remaining samples now that core base class supports this.
5881
5882         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
5883         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
5884         (gst_ring_buffer_commit):
5885         Pause should not signal waiters.
5886         Implement return value of _commit correctly.
5887
5888 2006-01-30  Andy Wingo  <wingo@pobox.com>
5889
5890         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
5891
5892         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
5893         updated to timestamp from the first sample, not the last.
5894         (gst_vorbisenc_buffer_from_header_packet): New function, takes
5895         special care of granulepos and timestamp for header packets.
5896         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
5897         when the first buffer has a nonzero timestamp.
5898
5899         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
5900         (GstVorbisEnc.subgranule_offset): New members. Take care of the
5901         case when the first audio buffer we get has a nonzero timestamp.
5902         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
5903         properly timestamp vorbis buffers with the time of the first
5904         sample, not the last.
5905         
5906         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
5907         vorbis_granule_time_copy -- now it takes the granule/subgranule
5908         offset into account.
5909
5910         * tests/check/pipelines/vorbisenc.c: New test for correctness of
5911         timestamps, durations, and granulepos on buffers produced by
5912         vorbisenc.
5913
5914 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
5915
5916         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5917         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5918           Patch from Eric Jonas to support conversions to/from UYVY 
5919           (Fixes: #324626)
5920
5921 2006-01-30  Julien MOUTTE  <julien@moutte.net>
5922
5923         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
5924         (setup_subtitle), (setup_source), (set_active_source):
5925         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
5926         (gen_text_element), (gen_audio_element), (gen_vis_element),
5927         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
5928
5929 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
5930
5931         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
5932         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
5933                 use gst_guint64_to_gdouble to be compliant with vs6
5934         * gst/playback/gstdecodebin.c: (try_to_link_1)
5935         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
5936                 use G_GINT64_CONSTANT for int64 constants
5937         * win32/common/libgstinterfaces.def:
5938                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
5939         * win32/vs6:
5940                 update and add new project files
5941                 
5942 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5943
5944         * Makefile.am:
5945         * win32/MANIFEST:
5946         * win32/common/interfaces-enumtypes.c:
5947         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5948         (gst_mixer_track_flags_get_type),
5949         (gst_tuner_channel_flags_get_type):
5950         * win32/common/interfaces-enumtypes.h:
5951         * win32/common/multichannel-enumtypes.c:
5952         (gst_audio_channel_position_get_type):
5953         * win32/common/multichannel-enumtypes.h:
5954           add a win32-update rule like in core, and copy over enumtypes files
5955
5956 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5957
5958         * win32/MANIFEST:
5959         * win32/common/config.h:
5960         * win32/common/config.h.in:
5961           add config files just like in core
5962
5963 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5964
5965         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
5966           Make gcc-4.1 happy (part of #327357).
5967
5968 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5969
5970         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
5971         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
5972         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
5973         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
5974         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
5975         (gst_alsasrc_unprepare), (gst_alsasrc_read):
5976           Update all error messages.  All of them should either use
5977           the default translated message, or actually provide a
5978           translatable string.
5979           Make the string for channel count problems meaningful.
5980
5981 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5982
5983         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5984           check for and throw RESOURCE_BUSY
5985
5986 2006-01-27  David Schleef  <ds@schleef.org>
5987
5988         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
5989           checked in this change -- it requires liboil features not
5990           in 0.3.6.  Revert parts.
5991
5992 2006-01-27  David Schleef  <ds@schleef.org>
5993
5994         * REQUIREMENTS:
5995         * configure.ac: update liboil requirement to 0.3.6
5996         * gst/videoscale/Makefile.am:
5997         * gst/videoscale/vs_scanline.c: liboilify
5998
5999 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
6000
6001         * ext/libvisual/visual.c: (get_buffer):
6002           When pad_alloc returns a GstFlowReturn other
6003           than GST_FLOW_OK, make sure it is passed upstream.
6004
6005 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
6006
6007         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
6008         (gst_alsasink_class_init):
6009           Free the device name string.
6010
6011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6012         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
6013         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
6014           Don't remove a pad from the collectpads structure until it
6015           is released - it's a request pad, and may receive data again
6016           if the element gets moved back to PLAYING state.
6017
6018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6019           Ensure we turn on double buffering on the Xv port, and
6020           set the colour key to something dark and mysterious that
6021           isn't black.
6022
6023 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6024
6025         * ext/alsa/gstalsaplugin.c: (plugin_init):
6026         * ext/cdparanoia/gstcdparanoiasrc.c:
6027         (gst_cd_paranoia_src_base_init), (plugin_init):
6028         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
6030           - a library should not call setlocale. see "Libraries" node in
6031             gettext manual
6032           - make sure all plugins that use translation do bindtextdomain
6033             to point to the localedir
6034         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
6035         (setup_sinks), (plugin_init):
6036           all this, and check for NULL when creating sinks
6037
6038 2006-01-27  Julien MOUTTE  <julien@moutte.net>
6039
6040         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
6041         (plugin_init): Make typefinding of subtitles work again.
6042
6043 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6044
6045         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
6046         (mp3_type_frame_length_from_header), (mp3_type_find),
6047         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
6048         (plugin_init):
6049           Backport a bunch of typefinding fixes from the 0.8 branch.
6050           Also, improve wavpack typefinding: if we can't peek the
6051           entire wavpack block, try to parse the bits we can get and
6052           see if we find what we're looking for in those.
6053
6054 2006-01-26  Julien MOUTTE  <julien@moutte.net>
6055
6056         * sys/ximage/ximagesink.c:
6057         (gst_ximagesink_calculate_pixel_aspect_ratio):
6058         * sys/xvimage/xvimagesink.c:
6059         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
6060         more cases of pixel aspect ratio.
6061
6062 2006-01-26  Edward Hervey  <edward@fluendo.com>
6063
6064         * gst/playback/gstdecodebin.c: (pad_probe):
6065         Also consider the flush-start and tag events as unblockers
6066         for the pad probes.
6067
6068 2006-01-26  Julien MOUTTE  <julien@moutte.net>
6069
6070         * gst/playback/gstplaybin.c: (gst_play_bin_init),
6071         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
6072         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
6073         On the fly visualisation switch, works disabling, enabling as
6074         well but it won't be able to enable vis in a playbin that was
6075         created with no visualisation.
6076
6077 2006-01-25  Wim Taymans  <wim@fluendo.com>
6078
6079         * gst-libs/gst/audio/gstbaseaudiosink.c:
6080         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6081         Undo previous commit that returned WRONG_STATE sooner, it breaks 
6082         resume after pause.
6083
6084 2006-01-25  Wim Taymans  <wim@fluendo.com>
6085
6086         * gst-libs/gst/audio/gstbaseaudiosink.c:
6087         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
6088         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
6089         Improve debugging.
6090         Post error when caps cannot be parsed.
6091         Resync on discontinuity in the stream.
6092         Clip samples to segment boundaries.
6093         return WRONG_STATE sooner when we are flushing.
6094
6095         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6096         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6097         Make audiosrc operate in TIME.
6098         Set TIMESTAMP and DURATION on buffers.
6099
6100 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6101
6102         * tests/examples/seek/seek.c: (main):
6103           Output tag messages as well.
6104
6105 2006-01-23  Edward Hervey  <edward@fluendo.com>
6106
6107         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6108         (free_pad_probes), (remove_fakesink), (pad_probe),
6109         (close_pad_link), (gst_decode_bin_change_state):
6110         Replace GstPadBlockCallback with pad probes that detect
6111         first buffer AND eos before removing fakesink.
6112         Fixes hang with demuxers doing EOS while pre-rolling.
6113         Solves #328279
6114
6115 2006-01-23  Andy Wingo  <wingo@pobox.com>
6116
6117         * ext/alsa/gstalsasink.c:
6118         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6119         (gst_base_rtp_depayload_setcaps),
6120         (gst_base_rtp_depayload_add_to_queue),
6121         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
6122         
6123         Patch by: Jens Granseuer <jensgr at gmx dot net>
6124
6125 2006-01-22  Julien MOUTTE  <julien@moutte.net>
6126
6127         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
6128         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6129         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
6130         frames. We might get a frame destroyed after changing state to
6131         NULL, adding a safety check on xcontext.
6132
6133 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6134
6135         * gst-libs/gst/interfaces/xoverlay.c:
6136           Fix prepare-xwindow-id code example in the docs - we need to
6137           ignore all messages that aren't element messages as well.
6138           
6139 2006-01-21  Julien MOUTTE  <julien@moutte.net>
6140
6141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
6142           I think one day i'll completely undestand how caps negotiation
6143           is supposed to work. This refactoring handles buffer_alloc
6144           called with caps we can't handle. We definitely don't want a
6145           set_caps with those caps, so we define and allocate a buffer
6146           we would like to receive.
6147
6148 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6149
6150         * gst/playback/gstplaybasebin.c: (setup_source):
6151           Free iterator when done.
6152
6153 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
6154
6155         * gst-libs/gst/audio/gstbaseaudiosink.c:
6156         (gst_base_audio_sink_render):
6157           Fix playback of non-synchronised streams by assuming a rate
6158           of 1.0 instead of a random one.
6159
6160           Makes this work again:
6161
6162           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
6163           endianness=(int)4321, signed=(boolean)true, width=(int)16,
6164           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
6165           audioresample ! alsasink
6166
6167 === release 0.10.2 ===
6168
6169 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
6170
6171         * configure.ac:
6172           releasing 0.10.2, "Then the devil is six"
6173
6174 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6175
6176         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6177         * gst/playback/gststreamselector.c:
6178         (gst_stream_selector_set_property):
6179           Comment out broken code that connects to the state-changed signal.
6180           At this point, changing current stream selection is broken, but 
6181           stuff like gst-launch playbin current-audio=1 works and filters
6182           to the chosen stream.
6183
6184 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6185
6186         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6187           Fix #327216 (null dereference in vorbisdec)
6188
6189 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * ext/theora/theoradec.c: (theora_handle_comment_packet):
6192           Post taglist actually on bus instead of just freeing it
6193           (fixes #327114 and totem bug #327080).
6194
6195         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
6196           Use gst_element_found_tags_for_pad(), so that the tags
6197           are sent downstream as an event as well.
6198
6199 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6200
6201         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6202         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
6203         (gst_ximagesink_buffer_alloc):
6204         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
6205         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
6206         (gst_xvimagesink_buffer_alloc):
6207           move all regularly occurring messages to GST_LOG level
6208           add some more object logs
6209
6210 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6211
6212         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6213           fix a silly segfault
6214
6215 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6216
6217         * docs/libs/gst-plugins-base-libs-docs.sgml:
6218         * docs/libs/gst-plugins-base-libs-sections.txt:
6219         * gst-libs/gst/audio/mixerutils.c:
6220         * gst-libs/gst/audio/mixerutils.h:
6221           Add docs for mixerutils stuff.
6222
6223 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * gst/playback/gstplaybasebin.c: (setup_source):
6226           Fix playback for sources that emit raw audio or
6227           raw video streams (e.g.: cd audio sources) (#325984).
6228
6229 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6230
6231         * gst-libs/gst/audio/mixerutils.c:
6232         (gst_audio_mixer_filter_do_filter):
6233           actually save the element we create
6234
6235 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         * gst-libs/gst/cdda/gstcddabasesrc.c:
6238         (gst_cdda_base_src_handle_track_seek):
6239           No need to post a tag message on the bus when seeking
6240           within the same track, only post it when the current
6241           track changes.
6242
6243 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
6244
6245         * gst/playback/gstplaybasebin.c: (group_destroy),
6246         (probe_triggered), (new_decoded_pad), (mute_group_type),
6247         (set_active_source):
6248         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6249         * gst/playback/gststreamselector.c:
6250         (gst_stream_selector_base_init),
6251         (gst_stream_selector_set_property),
6252         (gst_stream_selector_request_new_pad):
6253           Reenable stream selection. These mechanisms need a complete overhaul
6254           in the face of 0.8->0.10 changes though.
6255
6256 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
6257
6258         * ext/ogg/gstoggdemux.c:
6259           Change the pad template to src_%d to match the pads that 
6260           are created from it. decodebin needs this information in order
6261           to decide that oggdemux is capable of producing multiple pads
6262           (and hence needs queues inserted).
6263
6264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6265         (gst_ogg_mux_collected):
6266           Make debug output more useful by using GST_PTR_FORMAT.
6267
6268 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6269
6270         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6271
6272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
6273           Set depth and width for alaw/mulaw (fixes #326601).
6274
6275 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6276
6277         * tests/icles/Makefile.am:
6278           don't build the tests if we don't have the libs
6279
6280 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6281
6282         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
6283         (gst_cd_paranoia_paranoia_callback):
6284           Don't try to free NULL pointers.
6285
6286 2006-01-10  Edward Hervey  <edward@fluendo.com>
6287
6288         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
6289         (gst_audio_rate_change_state), (plugin_init):
6290         Add debugging category.
6291         Fix type issues.
6292         Add case for incoming buffers without valid offset/offset_end.
6293
6294 2006-01-10  Michael Smith  <msmith@fluendo.com>
6295
6296         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
6297           Don't leak GCond in audio sources.
6298
6299 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
6300
6301         * gst/playback/gstplaybin.c: (gen_audio_element):
6302           Don't leak an autoaudiosink/alsasink when we generate
6303           a new audio element. (old code, I guess)
6304
6305 2006-01-10  Michael Smith  <msmith@fluendo.com>
6306
6307         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6308           Support float audio in audiorate.
6309           Use width rather than depth for selecting sample width.
6310
6311 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6312
6313         * gst/videotestsrc/videotestsrc.h:
6314           Use GLib types here (that way we don't have to include the
6315           generated _stdint.h header, which makes life easier for win32
6316           folks that don't use autotools for the build) (#325990, patch
6317           by: Sergey Scobich).
6318
6319 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6320
6321         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
6322         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6323         (gst_ring_buffer_pause), (wait_segment):
6324         * gst-libs/gst/audio/gstringbuffer.h:
6325           Name (private) union, makes Forte compiler happy (this time
6326           for real) (#324900).
6327
6328 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         * gst-libs/gst/audio/Makefile.am:
6331           Link against libgstinterfaces, needed for mixer
6332           and property probe stuff.
6333
6334 2006-01-09  Edward Hervey  <edward@fluendo.com>
6335
6336         * gst-libs/gst/Makefile.am:
6337
6338 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6339
6340         * gst-libs/gst/audio/Makefile.am:
6341         * gst-libs/gst/audio/mixerutils.c:
6342         (gst_audio_mixer_filter_do_filter),
6343         (gst_audio_mixer_filter_check_element),
6344         (gst_audio_mixer_filter_probe_feature),
6345         (element_factory_rank_compare_func),
6346         (gst_audio_default_registry_mixer_filter):
6347         * gst-libs/gst/audio/mixerutils.h:
6348           Add gst_audio_default_registry_mixer_filter() utility
6349           function.
6350
6351 2006-01-03  Michael Smith  <msmith@fluendo.com>
6352
6353         * gst/audioresample/resample.h:
6354           As before, but for o_buf
6355
6356 2006-01-03  Michael Smith  <msmith@fluendo.com>
6357
6358         * gst/audioresample/resample.h:
6359           Declare struct _ResampleState.buffer as unsigned char *, not void *,
6360           since we do arithmetic on it.
6361
6362 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
6363
6364         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
6365         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6366         (gst_ring_buffer_pause), (wait_segment):
6367         * gst-libs/gst/audio/gstringbuffer.h:
6368           Sun's Forte compiler doesn't seem to like anonymous structs,
6369           so use same setup as in GstBaseSrc (fixes #324900).
6370
6371 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
6372
6373         * configure.ac:
6374         * gst/volume/Makefile.am:
6375         * gst/volume/demo.c:
6376           move old example to tests/examples/volume/volune.c
6377         * tests/examples/Makefile.am:
6378         * tests/examples/seek/seek.c: (main):
6379           change window-close event from "delete-event" to "destroy"
6380         * tests/examples/volume/Makefile.am:
6381         * tests/examples/volume/volume.c: (value_changed_callback),
6382         (setup_gui), (message_received), (eos_message_received), (main):
6383           fix event handling and bus usage
6384
6385 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
6386
6387         * gst/audiotestsrc/gstaudiotestsrc.c:
6388         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6389         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
6390         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
6391         (gst_audio_test_src_create_square),
6392         (gst_audio_test_src_create_saw),
6393         (gst_audio_test_src_create_triangle),
6394         (gst_audio_test_src_create_silence),
6395         (gst_audio_test_src_create_white_noise),
6396         (gst_audio_test_src_create_pink_noise),
6397         (gst_audio_test_src_init_sine_table),
6398         (gst_audio_test_src_create_sine_table),
6399         (gst_audio_test_src_change_wave),
6400         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
6401         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
6402         * gst/audiotestsrc/gstaudiotestsrc.h:
6403           update to basesrc changes, implement segmented seeking and eos
6404           handling, add a 'sine-tab' waveform for performance critical playback
6405
6406 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
6407
6408         * po/POTFILES.in:
6409           ... and this time the other modified file that I missed last time.
6410
6411 2005-12-29  Michael Smith  <msmith@fluendo.com>
6412
6413         * gst/playback/gstdecodebin.c: (new_pad):
6414           Fix non-C89 variable declaration not at the start of a block. Should
6415           help some compilers.
6416
6417 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
6418
6419         * tests/check/Makefile.am:
6420           And now fix 'make distcheck' (builddir != srcdir)
6421
6422 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
6423
6424         * configure.ac:
6425         * ext/cdparanoia/Makefile.am:
6426         * ext/cdparanoia/gstcdparanoia.c:
6427         * ext/cdparanoia/gstcdparanoia.h:
6428         * ext/cdparanoia/gstcdparanoiasrc.c:
6429         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
6430         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
6431         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
6432         (gst_cd_paranoia_paranoia_callback),
6433         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
6434         (gst_cd_paranoia_src_set_property),
6435         (gst_cd_paranoia_src_get_property), (plugin_init):
6436         * ext/cdparanoia/gstcdparanoiasrc.h:
6437           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
6438           plugin again (there are still fixes required to playbin to make
6439           cdda:// uris work there).
6440
6441 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
6442
6443         * tests/check/Makefile.am:
6444           Fix test case compilation.
6445
6446 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
6447
6448         * gst-libs/gst/cdda/gstcddabasesrc.c:
6449         (gst_cdda_base_src_update_duration),
6450         (gst_cdda_base_src_calculate_cddb_id):
6451           An integer is not a string. Fix access to uninitialised variable.
6452
6453         * tests/check/Makefile.am:
6454           Add cddabasesrc unit test; also actually enable the vorbis test.
6455
6456         * tests/check/generic/states.c:
6457           Blacklist new cd audio elements as well.
6458
6459         * tests/check/libs/cddabasesrc.c:
6460           Unit test for GstCddaBaseSrc (discid calculation mostly).
6461
6462 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         * docs/libs/Makefile.am:
6465         * docs/libs/gst-plugins-base-libs-docs.sgml:
6466         * docs/libs/gst-plugins-base-libs-sections.txt:
6467         * docs/libs/gst-plugins-base-libs.types:
6468           Add docs for libgstcdda/GstCddaBaseSrc.
6469
6470         * gst-libs/gst/interfaces/mixertrack.h:
6471           Do one struct member per line with a semicolon at the end, that way
6472           even gtk-doc might parse it without complaining.
6473
6474 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6475
6476         * configure.ac:
6477         * gst-libs/gst/Makefile.am:
6478         * gst-libs/gst/cdda/Makefile.am:
6479         * gst-libs/gst/cdda/base64.c:
6480         * gst-libs/gst/cdda/base64.h:
6481         * gst-libs/gst/cdda/gstcddabasesrc.c:
6482         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
6483         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
6484         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
6485         (gst_cdda_base_src_get_property),
6486         (gst_cdda_base_src_get_track_from_sector),
6487         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
6488         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
6489         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
6490         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
6491         (gst_cdda_base_src_uri_get_protocols),
6492         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
6493         (gst_cdda_base_src_uri_handler_init),
6494         (gst_cdda_base_src_setup_interfaces),
6495         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
6496         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
6497         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
6498         (gst_cdda_base_src_add_tags),
6499         (gst_cdda_base_src_add_index_associations),
6500         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
6501         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
6502         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
6503         (gst_cdda_base_src_create):
6504         * gst-libs/gst/cdda/gstcddabasesrc.h:
6505         * gst-libs/gst/cdda/sha1.c:
6506         * gst-libs/gst/cdda/sha1.h:
6507           Add new libgstcdda with GstCddaBaseSrc class.
6508
6509 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6510
6511         * ext/gnomevfs/gstgnomevfssink.h:
6512           Use GstBaseSinkClass as parent_class member for class struct, not
6513           GstBaseSink.
6514
6515 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
6516
6517         Patch by: Michael Benes
6518
6519         * gst/videotestsrc/gstvideotestsrc.c:
6520         (gst_video_test_src_class_init), (gst_video_test_src_start):
6521           Add start method to reset running time and number of frames sent
6522           when starting up (fixes #324696)
6523
6524 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
6525
6526         * docs/plugins/Makefile.am:
6527         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6528         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6529         * docs/plugins/gst-plugins-base-plugins.args:
6530         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6531         * docs/plugins/gst-plugins-base-plugins.signals:
6532           Add docs stuff for gnomevfssrc and gnomevfssink.
6533
6534         * ext/gnomevfs/gstgnomevfssrc.c:
6535           Fix example pipeline in gtk-doc blurb.
6536
6537 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * ext/gnomevfs/Makefile.am:
6540         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
6541         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
6542         (gst_gnome_vfs_handle_get_type), (plugin_init):
6543         * ext/gnomevfs/gstgnomevfs.h:
6544         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
6545         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
6546         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
6547         (gst_gnome_vfs_sink_set_property),
6548         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
6549         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
6550         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
6551         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
6552         (gst_gnome_vfs_sink_uri_get_type),
6553         (gst_gnome_vfs_sink_uri_get_protocols),
6554         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
6555         (gst_gnome_vfs_sink_uri_handler_init):
6556         * ext/gnomevfs/gstgnomevfssink.h:
6557           Port gnomevfssink; add gtk-doc blurb.
6558
6559         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
6560         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
6561         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6562         (gst_gnome_vfs_src_uri_get_type),
6563         (gst_gnome_vfs_src_uri_get_protocols),
6564         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
6565         (gst_gnome_vfs_src_uri_handler_init),
6566         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
6567         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
6568         (gst_gnome_vfs_src_send_additional_headers_callback),
6569         (gst_gnome_vfs_src_received_headers_callback),
6570         (gst_gnome_vfs_src_push_callbacks),
6571         (gst_gnome_vfs_src_pop_callbacks),
6572         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
6573         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
6574         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
6575         * ext/gnomevfs/gstgnomevfssrc.h:
6576           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
6577           file; add gtk-doc blurb with example pipelines.
6578
6579 === release 0.10.1 ===
6580
6581 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
6582
6583         * configure.ac:
6584           releasing 0.10.1, "Dobro Dedek"
6585
6586 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
6587
6588         * gst/typefind/gsttypefindfunctions.c:
6589         iLBC30 and iLBC20 added to typefind.
6590
6591 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6592
6593         * gst-libs/gst/audio/gstbaseaudiosink.c:
6594         (gst_base_audio_sink_class_init):
6595         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6596         (gst_base_audio_src_class_init):
6597           update strings, values are in microseconds
6598           change the default sink buffer time to something that is smaller
6599           (to help software volume mixing have a slightly lower delay) but
6600           still be acceptable on Wim's laptop
6601
6602 2005-12-20  Edward Hervey  <edward@fluendo.com>
6603
6604         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
6605         Made a quack, forgot to add DUCK to the riff video template.
6606
6607 2005-12-19  Edward Hervey  <edward@fluendo.com>
6608
6609         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
6610         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6611         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6612         (gst_ogm_parse_chain):
6613         Make sure pads are initialized correctly.
6614         * gst-libs/gst/riff/riff-ids.h:
6615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6616         (gst_riff_create_video_template_caps):
6617         Add a whole bunch of FOURCC <=> MimeType.
6618         Extend the riff video pad template to support the newly added fourcc.
6619
6620 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6621
6622         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
6623         (gst_ogg_demux_activate_chain):
6624           Extra debug output when activating/deactivating chains.
6625
6626         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
6627         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
6628         (unlinked):
6629           Remove a queue from our list when it becomes unlinked.
6630           Don't add queues to elements in class 'Demux' if they
6631           can only produce one pad 
6632
6633 2005-12-18  Julien MOUTTE  <julien@moutte.net>
6634
6635         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
6636         (gst_video_sink_get_type): Add a debug category.
6637
6638 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
6639
6640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6641         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
6642           Handle downstream newsegment by sending our own newsegment before the
6643           next buffer to be released. (#323900)
6644
6645 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
6646
6647         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6648         (gst_base_rtp_depayload_set_gst_timestamp):
6649           add queue delay to new segment as well (as opposed to just the first
6650           buffer). (bug #322347)
6651
6652 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
6653
6654         * ext/libvisual/visual.c: (make_valid_name):
6655           change some char* into char[]
6656         * gst/audiotestsrc/gstaudiotestsrc.c:
6657         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
6658         (gst_audio_test_src_create):
6659         * gst/audiotestsrc/gstaudiotestsrc.h:
6660           prepare to handle EOS and SEGMENT_DONE
6661
6662 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6663
6664         * tests/check/generic/states.c: (GST_START_TEST):
6665           Blacklist cdparanoia element in state test.
6666
6667 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6668
6669           Patch by: Benjamin Pineau
6670
6671         * gst/tcp/gsttcp.c:
6672         * gst/tcp/gsttcpclientsink.c:
6673         * gst/tcp/gsttcpserversink.c:
6674         * gst/tcp/gsttcpserversrc.c:
6675           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
6676
6677 2005-12-15  Michael Smith  <msmith@fluendo.com>
6678
6679         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
6680         (gst_video_rate_chain):
6681           Fix timestamping for videorate when the first buffer it sees has a
6682           non-zero timestamp. Fix some misleading debug output.
6683
6684 2005-12-15  Michael Smith  <msmith@fluendo.com>
6685
6686         * gst/audioresample/gstaudioresample.c:
6687           Don't leak all input buffers to audioresample.
6688
6689 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6690
6691         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
6692           Don't operate on empty text buffers. Strip newlines and
6693           tabs only from the end of the text, but leave them intact
6694           in the middle. Fix typo in gtk-doc description.
6695
6696 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6697
6698         * gst/playback/gstplaybasebin.c:
6699         * gst/playback/gstplaybin.c: (handoff):
6700           Make sure the video frame buffer we return to apps via the
6701           "frame" property always has caps set on it. Modify
6702           _gst_gvalue_set_object() macro to handle NULL objects
6703           gracefully too.
6704
6705 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
6706
6707         * gst/audiotestsrc/gstaudiotestsrc.c:
6708         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
6709         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
6710         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
6711         (gst_audio_test_src_create):
6712         * gst/audiotestsrc/gstaudiotestsrc.h:
6713         Adjust to some recent api changes and add wtays new cool seeking
6714         capabillities
6715
6716 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6717
6718         * ext/alsa/Makefile.am:
6719         * ext/alsa/gstalsadeviceprobe.c:
6720         * ext/alsa/gstalsadeviceprobe.h:
6721           Helper functions to add device probing via the GstPropertyProbe
6722           interface to a class.
6723
6724         * ext/alsa/gstalsamixer.h:
6725           Comment out GST_ALSA_MIXER, it returns a struct that's not
6726           used.
6727
6728         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6729           Add some debug info. 
6730
6731         * ext/alsa/gstalsamixerelement.c:
6732         (gst_alsa_mixer_element_interface_supported),
6733         (gst_implements_interface_init),
6734         (gst_alsa_mixer_element_init_interfaces),
6735         (gst_alsa_mixer_element_class_init),
6736         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
6737         (gst_alsa_mixer_element_set_property),
6738         (gst_alsa_mixer_element_get_property),
6739         (gst_alsa_mixer_element_change_state):
6740         * ext/alsa/gstalsamixerelement.h:
6741           Add 'device' and 'device-name' properties. Add GstPropertyProbe
6742           for device handling (gnome-volume-control will need that).
6743
6744 2005-12-12  Christian Schaller  <uraeus@gnome.org>
6745
6746         * ext/Makefile.am: fix cdparanoia entry
6747         * gst-plugins-base.spec.in: add cdparanoia
6748
6749 2005-12-12  Michael Smith  <msmith@fluendo.com>
6750
6751         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
6752           Use the correct function to free list of typefind factories.
6753
6754 2005-12-12  Wim Taymans  <wim@fluendo.com>
6755
6756         * gst/videotestsrc/gstvideotestsrc.c:
6757         (gst_video_test_src_class_init), (gst_video_test_src_init),
6758         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
6759         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
6760         (gst_video_test_src_create):
6761         * gst/videotestsrc/gstvideotestsrc.h:
6762         Implement seeking in videotestsrc.
6763         Small cleanups.
6764
6765 2005-12-12  Wim Taymans  <wim@fluendo.com>
6766
6767         * ext/cdparanoia/Makefile.am:
6768         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
6769         (gst_paranoia_endian_get_type), (_do_init),
6770         (cdparanoia_class_init), (cdparanoia_init),
6771         (cdparanoia_set_property), (cdparanoia_get_property),
6772         (cdparanoia_do_seek), (cdparanoia_is_seekable),
6773         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
6774         (cdparanoia_convert), (cdparanoia_get_query_types),
6775         (cdparanoia_query), (cdparanoia_set_index),
6776         (cdparanoia_uri_set_uri):
6777         * ext/cdparanoia/gstcdparanoia.h:
6778         Partially ported cdparanoia now that basesrc can support a
6779         plugin like this..
6780
6781 2005-12-12  Wim Taymans  <wim@fluendo.com>
6782
6783         * tests/examples/seek/scrubby.c: (main):
6784         Set higher priority for bus events so they don't get reordered with
6785         gtk gui events.
6786
6787         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
6788         (flush_toggle_cb), (main):
6789         Added checkbox to disable flushing seeks. 
6790         Disable scrubbing when doing non flushing seeks.
6791
6792 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6793
6794         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
6795         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
6796         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
6797         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
6798           Implement some sort of event handling that doesn't rely on
6799           g_return_if_fail; make sure we always push the last chunk of an 
6800           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
6801           state change function; remove some old cruft. Seeking is still
6802           rather unlikely to work though.
6803
6804         * tools/.cvsignore:
6805           Ignore more.
6806
6807 2005-12-11  Julien MOUTTE  <julien@moutte.net>
6808
6809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
6810         Fixed a leak of the current image reference when cleaning up.
6811         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
6812
6813 2005-12-09  Michael Smith  <msmith@fluendo.com>
6814
6815         * tools/Makefile.am:
6816         * tools/gst-launch-ext-m.m:
6817           Remove gst-launch-ext. It doesn't work, and is no longer
6818           particularly useful.
6819
6820 2005-12-08  Luca Ognibene  <luogni@tin.it>
6821
6822         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6823           don't pass random values to ogmparse convert function.
6824           Make seeking possible in the exile1.ogm file.
6825
6826 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6827
6828         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6829         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6830           Work around refcount problem with g_value_set_object() that occur
6831           if the core has been compiled against GLib-2.6 (g_value_set_object()
6832           will only g_object_ref() the element, but the caller will
6833           gst_object_unref() it and bad things will happen due to the way
6834           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
6835           totem for people on FC4 using Thomas's 0.10 RPMs.
6836           
6837 2005-12-07  Edward Hervey  <edward@fluendo.com>
6838
6839         Time to welcome ogm to 0.10 :)
6840         
6841         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
6842         (gst_ogg_pad_typefind):
6843         Oggdemux can now properly typefind elements with dynamic pads.
6844         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6845         Properly set caps on src pad, and set caps on outgoing buffers.
6846
6847 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6848
6849         * ext/alsa/gstalsamixer.h:
6850         * ext/alsa/gstalsamixerelement.h:
6851         * ext/alsa/gstalsamixeroptions.h:
6852         * ext/alsa/gstalsamixertrack.h:
6853         * ext/alsa/gstalsasink.c:
6854         * ext/alsa/gstalsasink.h:
6855         * ext/alsa/gstalsasrc.c:
6856         * ext/alsa/gstalsasrc.h:
6857         * ext/cdparanoia/gstcdparanoia.h:
6858         * ext/gnomevfs/gstgnomevfsuri.h:
6859         * ext/ogg/gstoggdemux.c:
6860         * ext/ogg/gstoggmux.c:
6861         * ext/pango/gsttextoverlay.h:
6862         * ext/theora/theoradec.c:
6863         * ext/theora/theoraenc.c:
6864         * ext/vorbis/vorbisdec.h:
6865         * ext/vorbis/vorbisenc.c:
6866         * ext/vorbis/vorbisenc.h:
6867         * ext/vorbis/vorbisparse.h:
6868         * gst-libs/gst/audio/gstaudioclock.h:
6869         * gst-libs/gst/audio/gstaudiosink.c:
6870         * gst-libs/gst/audio/gstaudiosink.h:
6871         * gst-libs/gst/audio/gstaudiosrc.c:
6872         * gst-libs/gst/audio/gstaudiosrc.h:
6873         * gst-libs/gst/audio/gstbaseaudiosink.c:
6874         * gst-libs/gst/audio/gstbaseaudiosink.h:
6875         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6876         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6877         * gst-libs/gst/audio/gstringbuffer.h:
6878         * gst-libs/gst/audio/multichannel.h:
6879         * gst-libs/gst/floatcast/floatcast.h:
6880         * gst-libs/gst/interfaces/colorbalance.c:
6881         * gst-libs/gst/interfaces/colorbalance.h:
6882         * gst-libs/gst/interfaces/colorbalancechannel.h:
6883         * gst-libs/gst/interfaces/mixer.h:
6884         * gst-libs/gst/interfaces/mixeroptions.h:
6885         * gst-libs/gst/interfaces/mixertrack.h:
6886         * gst-libs/gst/interfaces/navigation.h:
6887         * gst-libs/gst/interfaces/propertyprobe.h:
6888         * gst-libs/gst/interfaces/tuner.h:
6889         * gst-libs/gst/interfaces/tunerchannel.h:
6890         * gst-libs/gst/interfaces/tunernorm.h:
6891         * gst-libs/gst/interfaces/xoverlay.h:
6892         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6893         * gst-libs/gst/riff/riff-ids.h:
6894         * gst-libs/gst/riff/riff-media.h:
6895         * gst-libs/gst/riff/riff-read.h:
6896         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6897         * gst-libs/gst/rtp/gstbasertppayload.c:
6898         * gst-libs/gst/rtp/gstbasertppayload.h:
6899         * gst-libs/gst/rtp/gstrtpbuffer.c:
6900         * gst-libs/gst/rtp/gstrtpbuffer.h:
6901         * gst-libs/gst/tag/gsttageditingprivate.h:
6902         * gst-libs/gst/tag/gstvorbistag.c:
6903         (gst_tag_list_from_vorbiscomment_buffer):
6904         * gst-libs/gst/tag/tag.h:
6905         * gst-libs/gst/video/video.h:
6906         * gst/adder/gstadder.c:
6907         * gst/adder/gstadder.h:
6908         * gst/audioconvert/audioconvert.c:
6909         * gst/audioconvert/audioconvert.h:
6910         * gst/audioconvert/gstaudioconvert.c:
6911         * gst/audioconvert/gstchannelmix.c:
6912         * gst/audioconvert/gstchannelmix.h:
6913         * gst/audiorate/gstaudiorate.c:
6914         * gst/audioresample/buffer.h:
6915         * gst/audioresample/functable.h:
6916         * gst/audioresample/gstaudioresample.c:
6917         * gst/audioresample/resample.h:
6918         * gst/ffmpegcolorspace/avcodec.h:
6919         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6920         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
6921         * gst/ffmpegcolorspace/imgconvert.c:
6922         * gst/ffmpegcolorspace/imgconvert_template.h:
6923         * gst/playback/gstdecodebin.c:
6924         * gst/playback/gstplaybasebin.h:
6925         * gst/playback/gstplaybin.c:
6926         * gst/playback/gststreaminfo.h:
6927         * gst/tcp/gstfdset.c:
6928         * gst/tcp/gstfdset.h:
6929         * gst/tcp/gstmultifdsink.c:
6930         * gst/tcp/gstmultifdsink.h:
6931         * gst/tcp/gsttcp.h:
6932         * gst/tcp/gsttcpclientsrc.c:
6933         * gst/tcp/gsttcpclientsrc.h:
6934         * gst/tcp/gsttcpplugin.h:
6935         * gst/tcp/gsttcpserversink.c:
6936         * gst/tcp/gsttcpserversrc.c:
6937         * gst/typefind/gsttypefindfunctions.c:
6938         * gst/videorate/gstvideorate.c:
6939         * gst/videotestsrc/gstvideotestsrc.h:
6940         * gst/videotestsrc/videotestsrc.h:
6941         * sys/v4l/gstv4lcolorbalance.h:
6942         * sys/v4l/gstv4ltuner.h:
6943         * sys/v4l/gstv4lxoverlay.h:
6944         * sys/v4l/v4l_calls.h:
6945         * sys/v4l/videodev_mjpeg.h:
6946         * tests/check/elements/audioconvert.c:
6947         * tests/check/elements/audioresample.c:
6948         * tests/check/elements/audiotestsrc.c:
6949         * tests/check/elements/videotestsrc.c:
6950         * tests/check/elements/volume.c:
6951         * tests/examples/seek/scrubby.c:
6952         * tests/examples/seek/seek.c:
6953           expand tabs
6954
6955 === release 0.10.0 ===
6956
6957 2005-12-05   <thomas (at) apestaart (dot) org>
6958
6959         * configure.ac:
6960           releasing 0.10.0, "Mont-d'or"
6961
6962 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
6963
6964         * tests/examples/seek/Makefile.am:
6965         Build fix for when gtk is not available.
6966
6967 2005-12-05  Andy Wingo  <wingo@pobox.com>
6968
6969         * ext/libvisual/visual.c: (get_buffer):
6970         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
6971         * ext/pango/gsttextrender.c: (gst_text_render_chain):
6972         * ext/theora/theoradec.c: (theora_handle_data_packet):
6973         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6974         (theora_enc_chain):
6975         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6976         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6977         Update for alloc_buffer changes.
6978
6979 2005-12-05  Andy Wingo  <wingo@pobox.com>
6980
6981         patch by: Kai Vehmanen <kv2004 eca cx>
6982         
6983         * gst-libs/gst/rtp/gstbasertpdepayload.c
6984         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
6985
6986 2005-12-04  Andy Wingo  <wingo@pobox.com>
6987
6988         patch by: Sebastien Cote <sebas642 yahoo ca>
6989         
6990         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
6991         Fixes #319172.
6992
6993 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         * docs/plugins/Makefile.am:
6996         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6997         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6998         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6999         * ext/pango/gstclockoverlay.c:
7000         * ext/pango/gsttextoverlay.c: 
7001         * ext/pango/gsttextrender.c:
7002         * ext/pango/gsttimeoverlay.c:
7003           Add gtk-doc blurbs to pango elements.
7004
7005 2005-12-02  Wim Taymans  <wim@fluendo.com>
7006
7007         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
7008         * gst/audioresample/buffer.h:
7009         * gst/audioresample/gstaudioresample.c:
7010         * gst/audioresample/gstaudioresample.h:
7011         * gst/audioresample/resample.c: (resample_input_flush),
7012         (resample_input_pushthrough), (resample_input_eos),
7013         (resample_get_output_size_for_input),
7014         (resample_get_input_size_for_output), (resample_get_output_size),
7015         (resample_get_output_data):
7016         * gst/audioresample/resample.h:
7017         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7018         Fix audioresample, seek torture, new segments, reverse negotiation
7019         etc.. work fine.
7020
7021 2005-12-02  Wim Taymans  <wim@fluendo.com>
7022
7023         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7024         Small cleanups.
7025
7026 2005-12-02  Wim Taymans  <wim@fluendo.com>
7027
7028         * gst/audioconvert/gstaudioconvert.c:
7029         (gst_audio_convert_transform):
7030         Post errors.
7031
7032 === release 0.9.7 ===
7033
7034 2005-12-01   <thomas (at) apestaart (dot) org>
7035
7036         * configure.ac:
7037           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
7038
7039 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7040
7041         * Makefile.am:
7042         * po/hu.po:
7043         * win32/MANIFEST:
7044         * win32/gst.sln:
7045           add win32 MANIFEST file
7046           do something to the hungarian translation
7047
7048 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
7049
7050         * ext/Makefile.am:
7051           Add $(PANGO_DIR) to SUBDIRS
7052
7053         * ext/pango/gstclockoverlay.c:
7054         * ext/pango/gsttimeoverlay.c:
7055           Fix and improve element descriptions.
7056
7057 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7058
7059         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7060         * docs/plugins/inspect/plugin-libvisual.xml:
7061         * docs/plugins/inspect/plugin-pango.xml:
7062           add pango plugin to docs
7063
7064 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7065
7066         * configure.ac:
7067         * ext/Makefile.am:
7068           moved pango to base
7069
7070 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7071
7072         * configure.ac:
7073         * tests/Makefile.am:
7074         * tests/icles/.cvsignore:
7075         * tests/icles/Makefile.am:
7076         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
7077         (close_display), (resize_window), (move_window), (create_window),
7078         (terminate_playback), (pause_playback), (start_playback), (main):
7079           add stress test for xoverlay from Julien
7080
7081 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7082
7083         * docs/libs/tmpl/gstcolorbalance.sgml:
7084         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7085         * gst-libs/gst/rtp/gstbasertppayload.c:
7086         * gst-libs/gst/rtp/gstrtpbuffer.c:
7087         * gst-libs/gst/rtp/gstrtpbuffer.h:
7088           Do burger's rename for rtp payloaders and depayloaders
7089
7090 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7091
7092         * win32/:
7093           add Visual Studio 6 build files
7094
7095 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7096
7097         * docs/libs/gst-plugins-base-libs-docs.sgml:
7098         * docs/libs/gst-plugins-base-libs-sections.txt:
7099         * docs/libs/tmpl/gstaudio.sgml:
7100         * docs/libs/tmpl/gstringbuffer.sgml:
7101         * gst-libs/gst/interfaces/xoverlay.c:
7102         * gst-libs/gst/video/gstvideofilter.c:
7103         * gst-libs/gst/video/gstvideosink.c:
7104           update documentation
7105
7106 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7107
7108         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
7109         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
7110         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
7111         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
7112         (gst_multi_fd_sink_get_stats),
7113         (gst_multi_fd_sink_remove_client_link),
7114         (gst_multi_fd_sink_handle_client_read),
7115         (gst_multi_fd_sink_client_queue_data),
7116         (gst_multi_fd_sink_client_queue_caps),
7117         (gst_multi_fd_sink_client_queue_buffer),
7118         (gst_multi_fd_sink_new_client),
7119         (gst_multi_fd_sink_handle_client_write),
7120         (gst_multi_fd_sink_recover_client),
7121         (gst_multi_fd_sink_queue_buffer),
7122         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
7123         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
7124         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
7125         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
7126         * gst/tcp/gstmultifdsink.h:
7127         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
7128         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
7129         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
7130         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
7131         (gst_tcp_client_sink_set_property),
7132         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
7133         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
7134         * gst/tcp/gsttcpclientsink.h:
7135         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
7136         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
7137         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
7138         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
7139         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
7140         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
7141         * gst/tcp/gsttcpclientsrc.h:
7142         * gst/tcp/gsttcpplugin.c: (plugin_init):
7143         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
7144         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
7145         (gst_tcp_server_sink_finalize),
7146         (gst_tcp_server_sink_handle_server_read),
7147         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
7148         (gst_tcp_server_sink_set_property),
7149         (gst_tcp_server_sink_get_property),
7150         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
7151         * gst/tcp/gsttcpserversink.h:
7152         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
7153         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
7154         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
7155         (gst_tcp_server_src_set_property),
7156         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
7157         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
7158         * gst/tcp/gsttcpserversrc.h:
7159           more borgifying
7160
7161 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7162
7163         * docs/plugins/Makefile.am:
7164         * docs/plugins/gst-plugins-base-plugins.args:
7165         * docs/plugins/inspect/plugin-libvisual.xml:
7166         * gst/audioconvert/plugin.h:
7167         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
7168         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
7169         (gst_audio_rate_setcaps), (gst_audio_rate_init),
7170         (gst_audio_rate_chain), (gst_audio_rate_set_property),
7171         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
7172         (plugin_init):
7173         * gst/audiotestsrc/gstaudiotestsrc.c:
7174         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
7175         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
7176         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7177         (gst_audio_test_src_get_query_types),
7178         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
7179         (gst_audio_test_src_create_square),
7180         (gst_audio_test_src_create_saw),
7181         (gst_audio_test_src_create_triangle),
7182         (gst_audio_test_src_create_silence),
7183         (gst_audio_test_src_create_white_noise),
7184         (gst_audio_test_src_init_pink_noise),
7185         (gst_audio_test_src_generate_pink_noise_value),
7186         (gst_audio_test_src_create_pink_noise),
7187         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
7188         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
7189         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
7190         (plugin_init):
7191         * gst/audiotestsrc/gstaudiotestsrc.h:
7192         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
7193         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
7194         (gst_sub_parse_init), (gst_sub_parse_formats),
7195         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
7196         (convert_encoding), (get_next_line),
7197         (gst_sub_parse_data_format_autodetect),
7198         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
7199         (gst_sub_parse_loop), (gst_sub_parse_chain),
7200         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
7201         (plugin_init):
7202         * gst/subparse/gstsubparse.h:
7203         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
7204         (gst_video_rate_base_init), (gst_video_rate_class_init),
7205         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
7206         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
7207         (gst_video_rate_init), (gst_video_rate_event),
7208         (gst_video_rate_chain), (gst_video_rate_set_property),
7209         (gst_video_rate_get_property), (gst_video_rate_change_state),
7210         (plugin_init):
7211         * gst/videoscale/gstvideoscale.c:
7212         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
7213         (gst_video_scale_src_template_factory),
7214         (gst_video_scale_sink_template_factory),
7215         (gst_video_scale_get_type), (gst_video_scale_base_init),
7216         (gst_video_scale_class_init), (gst_video_scale_init),
7217         (gst_video_scale_set_property), (gst_video_scale_get_property),
7218         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
7219         (gst_video_scale_prepare_size), (parse_caps),
7220         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7221         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
7222         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
7223         (plugin_init):
7224         * gst/videoscale/gstvideoscale.h:
7225         * gst/videotestsrc/gstvideotestsrc.c:
7226         (gst_video_test_src_pattern_get_type),
7227         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
7228         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
7229         (gst_video_test_src_set_pattern),
7230         (gst_video_test_src_set_property),
7231         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
7232         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
7233         (gst_video_test_src_event), (gst_video_test_src_get_times),
7234         (gst_video_test_src_create), (plugin_init):
7235         * gst/videotestsrc/gstvideotestsrc.h:
7236         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
7237         (gst_video_test_src_smpte), (gst_video_test_src_snow),
7238         (gst_video_test_src_black):
7239         * gst/videotestsrc/videotestsrc.h:
7240           borgify further
7241           clean up docs a little
7242
7243 2005-11-30  Wim Taymans  <wim@fluendo.com>
7244
7245         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7246         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7247         (gst_basertppayload_event), (gst_basertppayload_push),
7248         (gst_basertppayload_change_state):
7249         * gst-libs/gst/rtp/gstbasertppayload.h:
7250         closed #320644.
7251
7252 2005-11-30  Julien MOUTTE  <julien@moutte.net>
7253
7254         * docs/libs/gst-plugins-base-libs-docs.sgml:
7255         * docs/libs/gst-plugins-base-libs-sections.txt:
7256         * gst-libs/gst/video/gstvideofilter.c:
7257         * gst-libs/gst/video/gstvideosink.c:
7258         * gst-libs/gst/video/gstvideosink.h: Adding docs.
7259
7260 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7261
7262         * LICENSE:
7263           move
7264         * po/af.po:
7265         * po/az.po:
7266         * po/cs.po:
7267         * po/en_GB.po:
7268         * po/hu.po:
7269         * po/it.po:
7270         * po/nb.po:
7271         * po/nl.po:
7272         * po/or.po:
7273         * po/sq.po:
7274         * po/sr.po:
7275         * po/sv.po:
7276         * po/uk.po:
7277         * po/vi.po:
7278         * Makefile.am:
7279           update
7280         * scripts/autoplugins.sh:
7281           remove
7282
7283 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7284
7285         * Makefile.am:
7286         * configure.ac:
7287         * examples/Makefile.am:
7288         * examples/capsfilter/Makefile.am:
7289         * examples/capsfilter/capsfilter1.c:
7290         * examples/gob/Makefile.am:
7291         * examples/gob/gst-identity2.gob:
7292         * examples/indexing/.cvsignore:
7293         * examples/indexing/Makefile.am:
7294         * examples/indexing/indexmpeg.c:
7295         * examples/seeking/.cvsignore:
7296         * examples/seeking/Makefile.am:
7297         * examples/seeking/cdparanoia.c:
7298         * examples/seeking/cdplayer.c:
7299         * examples/seeking/chained.c:
7300         * examples/seeking/scrubby.c:
7301         * examples/seeking/seek.c:
7302         * examples/stats/Makefile.am:
7303         * examples/stats/mp2ogg.c:
7304         * examples/switch/.cvsignore:
7305         * examples/switch/Makefile.am:
7306         * examples/switch/switcher.c:
7307         * tests/Makefile.am:
7308         * tests/check/generic/.cvsignore:
7309         * tests/check/pipelines/.cvsignore:
7310         * tests/examples/Makefile.am:
7311         * tests/examples/seek/Makefile.am:
7312           reorganize stuff under tests/
7313
7314 2005-11-30  Edward Hervey  <edward@fluendo.com>
7315
7316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7317         Go away you stupid GstStaticPadTemplate memleak.
7318
7319 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7320
7321         * gst-libs/gst/net/Makefile.am:
7322         * gst-libs/gst/net/README:
7323         * gst-libs/gst/net/gstnetbuffer.c:
7324         * gst-libs/gst/net/gstnetbuffer.h:
7325           this was moved to "netbuffer"
7326
7327 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7328
7329         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
7330         (gst_video_filter_class_init), (gst_video_filter_init):
7331         * gst-libs/gst/video/gstvideofilter.h:
7332           borgify name to bring in line with other classes
7333
7334 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7335
7336         * gst/audioscale/.cvsignore:
7337         * gst/audioscale/Makefile.am:
7338         * gst/audioscale/README:
7339         * gst/audioscale/audioscale.vcproj:
7340         * gst/audioscale/dtof.c:
7341         * gst/audioscale/dtos.c:
7342         * gst/audioscale/functable.c:
7343         * gst/audioscale/gstaudioscale.c:
7344         * gst/audioscale/gstaudioscale.h:
7345         * gst/audioscale/private.h:
7346         * gst/audioscale/resample.c:
7347         * gst/audioscale/resample.h:
7348         * gst/audioscale/test.c:
7349           remove
7350
7351 2005-11-30  Edward Hervey  <edward@fluendo.com>
7352
7353         * gst-libs/gst/netbuffer/Makefile.am:
7354         really, really tired
7355
7356 2005-11-30  Edward Hervey  <edward@fluendo.com>
7357
7358         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7359         Update for new GstTypeFindFactory _register()
7360
7361 2005-11-30  Edward Hervey  <edward@fluendo.com>
7362
7363         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
7364         Let's not override libgstnet from core for no reason...
7365         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
7366         Ok, maybe not so quick next time.
7367
7368 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7369
7370         * configure.ac:
7371         * gst-libs/gst/Makefile.am:
7372           moved gst-libs/gst/net to netbuffer through CVS surgery
7373           remove old directory
7374           updating build to accomodate
7375           (#322257)
7376
7377 2005-11-29  Andy Wingo  <wingo@pobox.com>
7378
7379         * pkgconfig/gstreamer-plugins-base.pc.in:
7380         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7381         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
7382         (#322257).
7383
7384 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
7385
7386         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
7387         3rd time's the charm. Correct ref-counting for discarded buffers.
7388
7389 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
7390
7391         * gst/playback/gststreamselector.c:
7392         (gst_stream_selector_class_init),
7393         (gst_stream_selector_set_property),
7394         (gst_stream_selector_get_property),
7395         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7396         Fix ref-counting
7397
7398 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
7399
7400         * gst/subparse/gstsubparse.c: (feed_textbuf):
7401           Don't access already unref'ed buffer.
7402
7403 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
7404
7405         * gst/playback/gststreamselector.c:
7406         (gst_stream_selector_class_init), (gst_stream_selector_init),
7407         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
7408         (gst_stream_selector_get_property),
7409         (gst_stream_selector_get_linked_pad),
7410         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7411         * gst/playback/gststreamselector.h:
7412         Add the active-pad property for playbin to use shortly. Ignore buffers
7413         from any other pad, returning GST_FLOW_NOT_LINKED
7414
7415 2005-11-29  Julien MOUTTE  <julien@moutte.net>
7416
7417         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
7418         patch from bug #322704 (Alessandro Decina).
7419
7420 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7421
7422         * gst-libs/gst/audio/Makefile.am:
7423           folded audiofilter into the audio library
7424
7425 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7426
7427         * gst/videoscale/gstvideoscale.h:
7428         * gst/videoscale/gstvideoscale.c:
7429           remove unimplemented scale methods
7430
7431 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
7432
7433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7434           Don't leak caps.
7435
7436 2005-11-28  Julien MOUTTE  <julien@moutte.net>
7437
7438         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7439         (gst_ximagesink_setcaps):
7440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7441         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
7442         happens (only visible on ximagesink but bug is in xv too) set_caps was
7443         destroying the internal x[v]image used to memcpy non locally alloced
7444         buffers so that it got renewed on next _chain. The issue is that 
7445         _expose will try to put that image as it reffed it in _put.
7446         Using gst_buffer_unref instead of destroy fixes it !
7447
7448 2005-11-28  Edward Hervey  <edward@fluendo.com>
7449
7450         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7451         (try_to_link_1), (queue_filled_cb):
7452         Better use of the queues. Start with a small size queue and only increase
7453         the size of the queues when the other queues are empty.
7454
7455 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7456
7457         * gst-libs/gst/video/Makefile.am:
7458           compile in copied-over videofilter into the video library
7459         * gst-libs/gst/video/videosink.h:
7460           rename the header to gstvideosink.h since it's a base GstObject class
7461         * sys/ximage/ximagesink.h:
7462         * sys/xvimage/xvimagesink.h:
7463           use the new header
7464
7465 2005-11-28  Wim Taymans  <wim@fluendo.com>
7466
7467         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
7468         * gst/playback/gstplaybasebin.h:
7469         Prepare to handle errors betters.
7470
7471         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7472         Set sinks to PAUSED first before adding and linking them so that
7473         we don't interrupt dataflow.
7474
7475 2005-11-28  Wim Taymans  <wim@fluendo.com>
7476
7477         * gst-libs/gst/audio/TODO:
7478         Updated TODO
7479
7480         * gst-libs/gst/audio/gstaudiosink.c:
7481         (gst_audioringbuffer_open_device),
7482         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
7483         (gst_audioringbuffer_release):
7484         Small cleanups.
7485
7486         * gst-libs/gst/audio/gstbaseaudiosink.c:
7487         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
7488         (gst_base_audio_sink_change_state):
7489         Slave to the master clock when going to PLAYING and unslave when
7490         going to PAUSED.
7491
7492         * gst-libs/gst/audio/gstringbuffer.c:
7493         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7494         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
7495         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7496         (gst_ring_buffer_clear_all), (wait_segment),
7497         (gst_ring_buffer_commit), (gst_ring_buffer_read),
7498         (gst_ring_buffer_advance):
7499         * gst-libs/gst/audio/gstringbuffer.h:
7500         Add some docs and cleanups.
7501
7502 2005-11-28  Julien MOUTTE  <julien@moutte.net>
7503
7504         * sys/xvimage/xvimagesink.c:
7505         (gst_xvimagesink_navigation_send_event): Fix navigation events
7506         coordinates translation with pixel aspect ratios.
7507
7508 2005-11-28  Julien MOUTTE  <julien@moutte.net>
7509
7510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7511         Use calculated video geometry from _setcaps instead of buffer
7512         caps to respect pixel aspect ratio. (fixes #322388)
7513
7514 2005-11-28  Julien MOUTTE  <julien@moutte.net>
7515
7516         * docs/libs/tmpl/gstcolorbalance.sgml:
7517         * docs/libs/tmpl/gstmixer.sgml:
7518         * docs/libs/tmpl/gstxoverlay.sgml:
7519         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
7520         interface.
7521
7522 2005-11-28  Julien MOUTTE  <julien@moutte.net>
7523
7524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7525         Refuse to create an XvImage if we can't find the format.
7526
7527 2005-11-28  Edward Hervey  <edward@fluendo.com>
7528
7529         * gst-libs/gst/riff/riff-media.c:
7530         (gst_riff_create_audio_template_caps):
7531         Add ATRAC3 to the list of riff-possible audio caps.
7532         I know we still don't have a plugin for atrac3, but it's saner to output
7533         that than a cryptic mimetype.
7534
7535 2005-11-27  Edward Hervey  <edward@fluendo.com>
7536
7537         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
7538         Don't try to create a zero-sized subbuffer.
7539
7540 2005-11-27  Julien MOUTTE  <julien@moutte.net>
7541
7542         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
7543         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
7544         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
7545         (gst_ximagesink_expose): Fixed a tricky race.
7546         * sys/ximage/ximagesink.h:
7547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7548         (gst_xvimagesink_expose): Fixed a tricky race.
7549         * sys/xvimage/xvimagesink.h:
7550
7551 2005-11-27  Edward Hervey  <edward@fluendo.com>
7552
7553         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7554         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
7555         Remove unused properties, and add queues between demuxers and decoders
7556         so that a lot more files can preroll properly.
7557
7558 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7559
7560         * gst-libs/gst/net/Makefile.am:
7561         * gst-libs/gst/rtp/Makefile.am:
7562         * gst-libs/gst/tag/Makefile.am:
7563           remove silly include
7564         * gst/tags/Makefile.am:
7565         * gst/tags/gsttagediting.c:
7566         * gst/tags/gsttageditingprivate.h:
7567         * gst/tags/tagedit.vcproj:
7568           remove directory, is as good as empty
7569
7570 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7571
7572         * configure.ac:
7573           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
7574         * gst-libs/Makefile.am:
7575         * gst-libs/gst/audio/Makefile.am:
7576         * gst-libs/gst/interfaces/Makefile.am:
7577         * gst-libs/gst/net/Makefile.am:
7578         * gst-libs/gst/riff/Makefile.am:
7579         * gst-libs/gst/rtp/Makefile.am:
7580         * gst-libs/gst/tag/Makefile.am:
7581         * gst-libs/gst/video/Makefile.am:
7582           and use them
7583
7584 2005-11-27  Julien MOUTTE  <julien@moutte.net>
7585
7586         * docs/libs/tmpl/gstcolorbalance.sgml:
7587         * docs/libs/tmpl/gstmixer.sgml:
7588         * docs/libs/tmpl/gstxoverlay.sgml:
7589         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
7590         * sys/ximage/ximagesink.h:
7591         * sys/xvimage/xvimagesink.h: More and more documentation.
7592
7593 2005-11-26  Julien MOUTTE  <julien@moutte.net>
7594
7595         * docs/libs/gst-plugins-base-libs-docs.sgml:
7596         * docs/libs/gst-plugins-base-libs-sections.txt:
7597         * docs/libs/tmpl/gstcolorbalance.sgml:
7598         * docs/libs/tmpl/gstmixer.sgml:
7599         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
7600         to documentation.
7601
7602 2005-11-26  Julien MOUTTE  <julien@moutte.net>
7603
7604         * docs/plugins/Makefile.am:
7605         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7606         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7607         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
7608
7609 2005-11-26  Julien MOUTTE  <julien@moutte.net>
7610
7611         * docs/plugins/Makefile.am:
7612         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7613         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7614         * docs/plugins/inspect/plugin-adder.xml:
7615         * docs/plugins/inspect/plugin-alsa.xml:
7616         * docs/plugins/inspect/plugin-audioconvert.xml:
7617         * docs/plugins/inspect/plugin-audiorate.xml:
7618         * docs/plugins/inspect/plugin-audioresample.xml:
7619         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7620         * docs/plugins/inspect/plugin-decodebin.xml:
7621         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7622         * docs/plugins/inspect/plugin-gnomevfs.xml:
7623         * docs/plugins/inspect/plugin-ogg.xml:
7624         * docs/plugins/inspect/plugin-playbin.xml:
7625         * docs/plugins/inspect/plugin-subparse.xml:
7626         * docs/plugins/inspect/plugin-tcp.xml:
7627         * docs/plugins/inspect/plugin-theora.xml:
7628         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7629         * docs/plugins/inspect/plugin-video4linux.xml:
7630         * docs/plugins/inspect/plugin-videorate.xml:
7631         * docs/plugins/inspect/plugin-videoscale.xml:
7632         * docs/plugins/inspect/plugin-videotestsrc.xml:
7633         * docs/plugins/inspect/plugin-volume.xml:
7634         * docs/plugins/inspect/plugin-vorbis.xml:
7635         * docs/plugins/inspect/plugin-ximagesink.xml:
7636         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
7637         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
7638
7639 2005-11-26  Edward Hervey  <edward@fluendo.com>
7640
7641         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
7642         Properly return GstFlowReturn from gst_pad_push in chain functions.
7643
7644 2005-11-25  Michael Smith  <msmith@fluendo.com>
7645
7646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
7647         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
7648         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7649         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7650           Handle various conditions better when we don't understand a stream.
7651           Removes a heap of CRITICALs on ogg streams containing unknown data.
7652
7653 2005-11-24  Andy Wingo  <wingo@pobox.com>
7654
7655         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
7656         Be threadsafe.
7657
7658 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7659
7660         * configure.ac: back to HEAD
7661
7662 === release 0.9.6 ===
7663
7664 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
7665
7666         * configure.ac:
7667           releasing 0.9.6, "White Eight"
7668
7669 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7670
7671         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7672         * docs/plugins/inspect/plugin-sine.xml:
7673           remove sinesrc some more
7674
7675 2005-11-23  Wim Taymans  <wim@fluendo.com>
7676
7677         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
7678         If we are reading too slowly, jump forward in the ringbuffer
7679         instead of blocking.
7680
7681 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
7682
7683         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
7684         (gst_visual_chain):
7685         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
7686         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
7687         (gst_videorate_chain):
7688         * gst/videotestsrc/gstvideotestsrc.c:
7689         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
7690         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
7691         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
7692         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
7693         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
7694         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
7695           Updates for API changes
7696
7697 2005-11-23  Wim Taymans  <wim@fluendo.com>
7698
7699         * gst-libs/gst/audio/gstbaseaudiosink.c:
7700         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
7701         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7702         Fix for calibration API change.
7703
7704 2005-11-23  Michael Smith <msmith@fluendo.com>
7705
7706         * gst-libs/gst/audio/multichannel.c:
7707         (gst_audio_get_channel_positions),
7708         (gst_audio_set_channel_positions),
7709         (gst_audio_set_structure_channel_positions_list),
7710         (gst_audio_fixate_channel_positions):
7711           Use gst_value_array_*() functions on value arrays, not
7712           gst_value_list_*().
7713
7714 2005-11-23  Edward Hervey  <edward@fluendo.com>
7715
7716         * autogen.sh:
7717         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
7718         Fixes autogen
7719
7720 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7721
7722         * check/Makefile.am:
7723         * check/elements/videotestsrc.c: (setup_videotestsrc),
7724         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
7725         (main):
7726           add a test for videotestsrc
7727
7728 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7729
7730         * gst/sine/.cvsignore:
7731         * gst/sine/Makefile.am:
7732         * gst/sine/gstsinesrc.c:
7733         * gst/sine/gstsinesrc.h:
7734         * gst/sine/sinesrc.vcproj:
7735           and remove sinesrc from the repository.  Closes #321446
7736
7737 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7738
7739         * configure.ac:
7740         * gst-plugins-base.spec.in:
7741           remove sinesrc from the build
7742
7743 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7744
7745         * check/Makefile.am:
7746         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
7747         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
7748         (main):
7749           add a test for audiotestsrc, testing all waves.  Even seems
7750           leak-free at first glance, nice job Stefan
7751
7752 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
7753
7754         * po/af.po:
7755         * po/az.po:
7756         * po/cs.po:
7757         * po/en_GB.po:
7758         * po/hu.po:
7759         * po/it.po:
7760         * po/nb.po:
7761         * po/nl.po:
7762         * po/or.po:
7763         * po/sq.po:
7764         * po/sr.po:
7765         * po/sv.po:
7766         * po/uk.po:
7767         * po/vi.po:
7768           Translation string updates
7769
7770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
7771         (gst_v4lsrc_set_caps):
7772         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
7773         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
7774         * sys/v4l/v4lsrc_calls.h:
7775           Improve v4lsrc, by making it work again.
7776
7777 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
7778
7779         * ext/libvisual/visual.c: (gst_visual_chain):
7780           Fix the fps calculations.
7781
7782         * gst/ffmpegcolorspace/avcodec.h:
7783           Move structure element for clarity
7784
7785         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
7786         * gst-libs/gst/interfaces/tunernorm.h:
7787         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
7788         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
7789         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
7790         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
7791         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
7792         (gst_v4lmjpegsrc_getcaps):
7793         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
7794         (gst_v4lsrc_set_caps):
7795         * sys/v4l/gstv4lsrc.h:
7796         * sys/v4l/v4l_calls.c: (gst_v4l_open):
7797         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
7798         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
7799         * sys/v4l/v4lsrc_calls.h:
7800           Fractional framerates...
7801
7802 2005-11-22  Wim Taymans  <wim@fluendo.com>
7803
7804         * gst-libs/gst/audio/gstbaseaudiosink.c:
7805         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
7806         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7807         And we provide a clock by default, of course...
7808
7809 2005-11-22  Wim Taymans  <wim@fluendo.com>
7810
7811         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
7812         This clock can be slaved to a master clock now.
7813
7814         * gst-libs/gst/audio/gstbaseaudiosink.c:
7815         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
7816         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
7817         (gst_base_audio_sink_set_clock),
7818         (gst_base_audio_sink_set_property),
7819         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
7820         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7821         * gst-libs/gst/audio/gstbaseaudiosink.h:
7822         Handle slaving the internal clock to the clock selected in the
7823         pipeline.
7824         Add property to make the basesink not provide a clock.
7825
7826         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7827         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
7828         (gst_base_rtp_depayload_wait):
7829         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7830         We can use the clock in GstElement, no need to store it ourselves.
7831
7832 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7833
7834         * docs/libs/tmpl/gstaudio.sgml:
7835           update
7836         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
7837         (gst_paranoia_endian_get_type):
7838         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
7839         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7840         * gst/audiotestsrc/gstaudiotestsrc.c:
7841         (gst_audiostestsrc_wave_get_type):
7842         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
7843         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7844         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7845         (gst_sync_method_get_type), (gst_unit_type_get_type),
7846         (gst_client_status_get_type), (gst_multifdsink_class_init),
7847         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
7848         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
7849         (gst_multifdsink_get_property):
7850         * gst/tcp/gstmultifdsink.h:
7851         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
7852         * gst/videotestsrc/gstvideotestsrc.c:
7853         (gst_videotestsrc_pattern_get_type):
7854           remove deprecated properties
7855           fix up enums to correctly have short lowercase dashed nicks
7856
7857 2005-11-22  Michael Smith <msmith@fluendo.com>
7858
7859         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
7860         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7861           Add underscore.
7862
7863 2005-11-22  Michael Smith <msmith@fluendo.com>
7864
7865         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
7866         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7867           Use utility method for scaling clocktime for fractional framerates.
7868
7869 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
7870
7871         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
7872         (gst_visual_chain):
7873         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7874         * ext/theora/theoradec.c: (theora_handle_type_packet):
7875         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7876         (theora_enc_chain):
7877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7878         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
7879         * gst-libs/gst/video/video.h:
7880         * gst/ffmpegcolorspace/avcodec.h:
7881         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7882         (gst_ffmpeg_caps_to_pixfmt):
7883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7884         (gst_ffmpegcsp_set_caps):
7885         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7886         (gst_videorate_setcaps), (gst_videorate_blank_data),
7887         (gst_videorate_chain):
7888         * gst/videotestsrc/gstvideotestsrc.c:
7889         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
7890         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
7891         (gst_videotestsrc_event), (gst_videotestsrc_create):
7892         * gst/videotestsrc/gstvideotestsrc.h:
7893         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7894         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
7895         (gst_ximagesink_get_times), (gst_ximagesink_init):
7896         * sys/ximage/ximagesink.h:
7897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7898         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7899         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
7900         * sys/xvimage/xvimagesink.h:
7901           Convert elements to use fractions for their framerate.
7902           V4L elements to come later tonight.
7903
7904 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7905
7906         * gst-libs/gst/audio/audio.c:
7907         * gst-libs/gst/audio/audio.h:
7908           remove some deprecated functions
7909
7910 2005-11-22  Andy Wingo  <wingo@pobox.com>
7911
7912         * Update for gst_tag_setter API changes.
7913
7914 2005-11-22  Andy Wingo  <wingo@pobox.com>
7915
7916         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
7917         (gst_ogg_demux_perform_seek):
7918         * ext/theora/theoradec.c (theora_dec_sink_event):
7919         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
7920         update-funcnames.
7921
7922 2005-11-22  Wim Taymans  <wim@fluendo.com>
7923
7924         * examples/seeking/seek.c: (main):
7925         Give higher priority to bus signals than the gtk events
7926         to fix a race condition in the segment looping.
7927
7928 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
7929
7930         * ext/theora/Makefile.am:
7931         * ext/vorbis/Makefile.am:
7932         * gst-libs/gst/tag/Makefile.am:
7933         * gst-plugins-base.spec.in:
7934           Rename libgsttagedit to libgsttag (#322117).
7935
7936 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
7937
7938         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
7939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7940           Call gst_x_overlay_prepare_xwindow_id() to give applications
7941           a final chance to set their own xwindow id before the video
7942           sink creates its own window.
7943
7944 2005-11-22  Julien MOUTTE  <julien@moutte.net>
7945
7946         * sys/xvimage/xvimagesink.c:
7947         (gst_xvimagesink_navigation_send_event): Handle navigation
7948         events correcly with borders if applicable.
7949
7950 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
7951
7952         Patch by: Luca Ognibene
7953
7954         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7955         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7956         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7957         (gst_ffmpegcsp_caps_remove_format_info):
7958         * gst/ffmpegcolorspace/imgconvert.c:
7959         * gst/ffmpegcolorspace/imgconvert_template.h:
7960           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
7961           #318353); use gst_structure_has_name().
7962
7963 2005-11-22  Julien MOUTTE  <julien@moutte.net>
7964
7965         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
7966         (gst_ximagesink_class_init): Add debug macros on functions.
7967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7968         (gst_xvimagesink_xwindow_draw_borders),
7969         (gst_xvimagesink_xvimage_put),
7970         (gst_xvimagesink_xwindow_update_geometry),
7971         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
7972         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
7973         (gst_xvimagesink_xcontext_clear),
7974         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7975         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
7976         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
7977         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
7978         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
7979         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7980         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
7981         expose while being PAUSED, out of data flow navigation events, etc..
7982
7983 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7984
7985         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
7986         * gst-libs/gst/audio/audio.h:
7987           fix prototype - wondering why the test worked regardless
7988
7989 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
7990
7991         * check/Makefile.am:
7992         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
7993         * gst-libs/gst/audio/audio.h:
7994           add a method that returns a proper GstClockTime
7995
7996 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
7997
7998         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
7999         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
8000         * gst-libs/gst/interfaces/xoverlay.h:
8001           Remove everything having to do with the desired size; add 
8002           gst_x_overlay_prepare_xwindow_id() function; remove the
8003           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
8004           post a message on the bus instead (#321816).
8005
8006         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
8007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
8008         (gst_xvimagesink_xoverlay_init):
8009           Remove desired size stuff (#321816).
8010
8011 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8012
8013         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8014         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8015         (mpeg_video_type_find), (mpeg_video_stream_type_find):
8016           Terminate vararg functions with NULL instead of 0 to 
8017           make gcc4 happy.
8018
8019 2005-11-21  Andy Wingo  <wingo@pobox.com>
8020
8021         patch by: Sebastien Cote <sebas642@yahoo.ca>
8022         
8023         * gst-libs/gst/rtp/gstrtpbuffer.h: 
8024         * gst-libs/gst/rtp/gstrtpbuffer.c
8025         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
8026
8027 2005-11-21  Andy Wingo  <wingo@pobox.com>
8028
8029         * gst/playback/gstplaybin.c (gen_audio_element) 
8030         (gen_video_element): Use the new MISSING_PLUGIN core error
8031         category. Closes #320060.
8032
8033         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
8034         * gst/videorate/gstvideorate.c (gst_videorate_event):
8035         * ext/theora/theoradec.c (theora_dec_sink_event): 
8036         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
8037         stream lock.
8038
8039         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
8040         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
8041         stream lock changes.
8042
8043 2005-11-21  Wim Taymans  <wim@fluendo.com>
8044
8045         * gst-libs/gst/audio/gstbaseaudiosink.c:
8046         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
8047         (gst_base_audio_sink_provide_clock),
8048         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
8049         (gst_base_audio_sink_change_state):
8050         * gst/audioresample/gstaudioresample.c:
8051         Segment update fix.
8052
8053 2005-11-21  Andy Wingo  <wingo@pobox.com>
8054
8055         * *.h:
8056         * *.c: Ran scripts/update-macros. Oh yes.
8057
8058 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8059
8060         * sys/ximage/Makefile.am:
8061         * sys/ximage/ximage.c:
8062           Rename ximage plugin to ximagesink (#321426) (Don't forget to
8063           remove your old libgstximage.* manually if necessary).
8064
8065 2005-11-21  Michael Smith <msmith@fluendo.com>
8066
8067         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
8068           Minimal fix for bug #320200: set the min/max bitrate in the correct
8069           units. A better fix would be to upgrade to the RATEMANAGE2
8070           interface, rather than using the deprecated interface used here, but
8071           that would require an update in our libvorbis dependency (to 1.1),
8072           which is probably undesirable.
8073
8074 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
8075
8076         * ext/libvisual/visual.c: (get_buffer):
8077         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8078         (gst_base_audio_src_fixate):
8079         * gst/audioconvert/gstaudioconvert.c:
8080         (gst_audio_convert_fixate_caps):
8081         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
8082         * gst/audiotestsrc/gstaudiotestsrc.c:
8083         (gst_audiotestsrc_src_fixate):
8084         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
8085         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
8086         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
8087         * gst/videotestsrc/gstvideotestsrc.c:
8088         (gst_videotestsrc_src_fixate):
8089         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
8090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
8091           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
8092           (#322027)
8093
8094
8095 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8096
8097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8098         (gst_riff_create_iavs_caps):
8099         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
8100         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8101         (gst_riff_parse_info):
8102         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
8103         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
8104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8105           Fixes for GST_FOURCC_FORMAT API change.
8106
8107 2005-11-21  Andy Wingo  <wingo@pobox.com>
8108
8109         patch by: Alessandro Dessina <alessandro nnva org>
8110
8111         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
8112         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
8113         (gst_ogg_parse_chain):
8114         * ext/theora/theoraenc.c (theora_set_header_on_caps):
8115         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
8116         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
8117         gst_value_list calls on arrays. Fixes #321962.
8118
8119 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8120
8121         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8122         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
8123         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
8124         * gst/adder/gstadder.c: (gst_adder_init),
8125         (gst_adder_request_new_pad), (gst_adder_collected),
8126         (gst_adder_change_state):
8127           Update for gst_collectpads_foo() to gst_collect_pads_foo()
8128           API change.
8129
8130 2005-11-21  Michael Smith <msmith@fluendo.com>
8131
8132         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
8133         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
8134           Properly handle pad_push return values.
8135
8136 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
8137
8138         * gst-libs/gst/tag/Makefile.am:
8139         * gst-libs/gst/tag/gstvorbistag.c:
8140         (gst_tag_list_to_vorbiscomment_buffer):
8141           Remove obsolete vorbistag element and debug category.
8142
8143         * gst/playback/gstplaybasebin.c: (check_queue):
8144           Don't divide by 0 when queue-threshold is 0.
8145
8146         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
8147           Don't modify an existing pixel-aspect-ratio if we fail to read
8148           a new one.
8149
8150 2005-11-20  Wim Taymans  <wim@fluendo.com>
8151
8152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
8153         (gst_vorbisenc_push_packet):
8154         GST_PAD_IS_USABLE is gone, use the return value of
8155         the push or pad_alloc_buffer instead.
8156
8157 2005-11-18  Julien MOUTTE  <julien@moutte.net>
8158
8159         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8160         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
8161         (gst_ximagesink_ximage_destroy),
8162         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
8163         (gst_ximagesink_xwindow_new),
8164         (gst_ximagesink_xwindow_update_geometry),
8165         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
8166         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
8167         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
8168         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
8169         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
8170         (gst_ximagesink_navigation_send_event),
8171         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
8172         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8173         (gst_ximagesink_finalize), (gst_ximagesink_init),
8174         (gst_ximagesink_class_init):
8175         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
8176         This new version brings correct software scaling, non flickering
8177         window while resizing, pixel aspect ratio handling, usage of
8178         hardware buffer pools, out of data flow event thread for 
8179         navigation and handling of expose events even when being PAUSED,
8180         a new property to keep video aspect ratio when resizing, etc...
8181
8182 2005-11-18  Julien MOUTTE  <julien@moutte.net>
8183
8184         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8185         (gst_videoscale_fixate_caps): Introduce back caps fixate with
8186         handling of PAR.
8187
8188 2005-11-18    <bilboed@dvdsrc.fluendo.com>
8189
8190         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
8191         Unsetting IS_SINK flag from the fakesink, so decodebin
8192         never behaves as a sink.
8193
8194 2005-11-17  Wim Taymans  <wim@fluendo.com>
8195
8196         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8197         (gst_base_audio_src_change_state):
8198         Fix the audiosrc base class again, we did not unflush.
8199
8200 2005-11-17  Julien MOUTTE  <julien@moutte.net>
8201
8202         * examples/seeking/seek.c: (make_dv_pipeline),
8203         (make_vorbis_theora_pipeline), (make_avi_pipeline),
8204         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
8205         to ogg/vorbis/theora pipeline.
8206
8207 2005-11-17  Wim Taymans  <wim@fluendo.com>
8208
8209         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8210         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8211         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8212         Fix EOS on multiple streams.
8213         More debugging.
8214
8215 2005-11-16  Wim Taymans  <wim@fluendo.com>
8216
8217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
8218         (gst_ogg_demux_perform_seek):
8219         Segment done must include stream time.
8220
8221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8222         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
8223         (gst_ogg_mux_change_state):
8224         Fix ogg muxer again.
8225
8226 2005-11-16  Wim Taymans  <wim@fluendo.com>
8227
8228         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
8229         Fix compile again.
8230
8231 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8232
8233         * ext/libvisual/visual.c: (gst_visual_init):
8234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
8235         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
8236         (gst_ogg_parse_chain):
8237         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8238         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
8239         * ext/theora/theoradec.c: (gst_theora_dec_init):
8240         * ext/theora/theoraenc.c: (gst_theora_enc_init):
8241         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
8242         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
8243         * gst/adder/gstadder.c: (gst_adder_class_init),
8244         (gst_adder_dispose):
8245         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
8246         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8247         * gst/videorate/gstvideorate.c: (gst_videorate_init):
8248           Fix a whole set of pad template leaks
8249
8250 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8251
8252         * check/generic/states.c: (GST_START_TEST):
8253           fix the test so that it only checks for elements that are part of
8254           this source module
8255
8256 2005-11-16  Michael Smith <msmith@fluendo.com>
8257
8258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
8259         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
8260         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
8261         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
8262         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
8263         (gst_ogg_mux_change_state):
8264           Fix leaking collectpads.
8265
8266 2005-11-16  Edward Hervey  <edward@fluendo.com>
8267
8268         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8269         (gst_videorate_event), (gst_videorate_chain):
8270         Handle segment seeks
8271
8272 2005-11-16  Wim Taymans  <wim@fluendo.com>
8273
8274         * gst-libs/gst/audio/gstbaseaudiosink.c:
8275         (gst_base_audio_sink_provide_clock),
8276         (gst_base_audio_sink_change_state):
8277         Set ringbuffer to non-flushing when going to PAUSED, set to
8278         flushing again when going to READY.
8279
8280         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8281         (gst_ring_buffer_stop):
8282         Start in flushing mode by default.
8283         Don't set flushing in the _stop method, let the app call
8284         this explicitly.
8285
8286 2005-11-16  Julien MOUTTE  <julien@moutte.net>
8287
8288         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
8289         * gst-libs/gst/video/videosink.h: Add helper function needed
8290         for video sinks.
8291
8292 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * gst/videoscale/gstvideoscale.c:
8295         (gst_videoscale_handle_src_event):
8296           Don't leak reference to pad parent.
8297
8298 2005-11-16  Wim Taymans  <wim@fluendo.com>
8299
8300         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
8301         Set ringbuffer to flushing when stopping so that we don't
8302         block on wait_segment anymore and livelock.
8303
8304 2005-11-16  Wim Taymans  <wim@fluendo.com>
8305
8306         * examples/seeking/seek.c: (send_event), (do_seek),
8307         (loop_toggle_cb), (segment_done), (main):
8308         Added looping checkbox.
8309
8310 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8311
8312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8313         (gst_ogg_demux_init):
8314         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
8315         (gst_vorbis_dec_init):
8316           revert unrefs, they don't pass make check
8317
8318 2005-11-15  Johan Dahlin  <johan@gnome.org>
8319
8320         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8321         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
8322         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
8323         (gst_vorbis_dec_init):
8324         Fix pad template leaks. 
8325
8326 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
8327
8328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
8329           Make state change function thread safe.
8330
8331 2005-11-15  Edward Hervey  <edward@fluendo.com>
8332
8333         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
8334         (gst_ogg_demux_class_init):
8335         Implement GstElement::send_event, so we can send seek events
8336         in GST_STATE_READY
8337
8338 2005-11-14  Julien MOUTTE  <julien@moutte.net>
8339
8340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
8341         Discovered how to take away flickering while resizing the
8342         window. Please don't put that in ximagesink, refactoring in
8343         progress.
8344
8345 2005-11-14  Michael Smith <msmith@fluendo.com>
8346
8347         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
8348         (gst_multifdsink_render):
8349           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
8350
8351 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
8352
8353         * gst/playback/gstplaybin.c: (gen_audio_element):
8354           Use autoaudiosink, it tends to be more widely available than
8355           autoaudiiosink.
8356           
8357 2005-11-14  Andy Wingo  <wingo@pobox.com>
8358
8359         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
8360         as well if it is available. Fixes #316442.
8361
8362 2005-11-14  Michael Smith <msmith@fluendo.com>
8363
8364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
8365         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
8366         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
8367         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
8368         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
8369         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
8370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
8371         (gst_vorbisenc_change_state):
8372           Fix a small memory leak in vorbisenc.
8373           Fix large memory leaks in oggmux, also fix lots of state change
8374           bugs in oggmux.
8375
8376 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8377
8378         * gst/videotestsrc/gstvideotestsrc.c:
8379         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
8380         (gst_videotestsrc_src_fixate):
8381           move fixation to a fixate function
8382           remove negotiate function, basesrc's is good enough
8383           fixes a bug for check when using the element alone
8384
8385 2005-11-13  Edward Hervey  <edward@fluendo.com>
8386
8387         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
8388         (key_toggle_cb), (main):
8389         Added checkboxes for adding/removing the accurate and key_unit seek
8390         flags.
8391
8392 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8393
8394         * configure.ac: back to HEAD
8395
8396 === release 0.9.5 ===
8397
8398 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
8399
8400         * configure.ac:
8401           releasing 0.9.5, "No No Kia"
8402
8403 2005-11-11  Edward Hervey  <edward@fluendo.com>
8404
8405         * examples/seeking/seek.c: (make_parselaunch_pipeline):
8406         Added parse-launch syntax seeking mode for the seeking example.
8407         This should help stress-test even more cases.
8408         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
8409
8410 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
8411
8412         * sys/xvimage/xvimagesink.c:
8413         (gst_xvimagesink_navigation_send_event):
8414           Check whether peer pad exists before sending navigation events
8415           to it.
8416
8417 2005-11-11  Michael Smith <msmith@fluendo.com>
8418
8419         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
8420         (gst_vorbisenc_buffer_from_packet):
8421         * ext/vorbis/vorbisenc.h:
8422           Set duration on encoded buffers. This allows oggmux's
8423           max_page_delay parameter to actually work.
8424
8425 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
8426
8427         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8428         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
8429         (gst_ffmpegcsp_avpicture_fill):
8430         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8431         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
8432           Make palettes work again (see #132341). Use our own macros
8433           for rounding up.
8434
8435 2005-11-10  Andy Wingo  <wingo@pobox.com>
8436
8437         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
8438         string doober.
8439
8440 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8441
8442         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8443         (gst_ffmpegcsp_transform_caps):
8444           Prefer passthrough in transform_caps
8445
8446 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8447
8448         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8449           check for ALSA errors properly, instead of relying on ALSA's
8450           error strings to serve to the user.
8451
8452 2005-11-10  Wim Taymans  <wim@fluendo.com>
8453
8454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
8455         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
8456         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
8457         Modernise the seek code.
8458
8459 2005-11-10  Michael Smith <msmith@fluendo.com>
8460         
8461         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
8462         (setup_substreams), (set_active_source):
8463           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
8464           trying to go to NULL if we failed to read a file.
8465
8466 2005-11-10  Wim Taymans  <wim@fluendo.com>
8467
8468         * gst/audiotestsrc/gstaudiotestsrc.c:
8469         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
8470         (gst_audiotestsrc_create):
8471         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8472         (gst_sinesrc_get_times), (gst_sinesrc_create):
8473         * gst/videotestsrc/gstvideotestsrc.c:
8474         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
8475         (gst_videotestsrc_create):
8476         The base class can now sync for us.
8477
8478 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8479
8480         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
8481           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
8482           name=source autoprobe=false autoprobe-fps=false copy-mode=1
8483           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
8484           format=(fourcc)I420" ! xvimagesink
8485
8486 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
8487
8488         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8489         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
8490         (gst_sinesrc_newsegment):
8491           Send newsegment event in TIME format, set duration if
8492           num-buffers is set, fix duration querying.
8493
8494 2005-11-10  Michael Smith <msmith@fluendo.com>
8495
8496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
8497         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
8498         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
8499         (gst_ogg_mux_collected):
8500          Fix EOS handling, partially. Now forwarding an EOS event once we have
8501          EOS on all pads works correctly. However, we still don't properly set
8502          EOS on the actual ogg stream pages.
8503
8504 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
8505
8506         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
8507           Set elements to NULL state before disposing of them.
8508
8509 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
8510
8511         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8512
8513         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8514         (gst_base_rtp_depayload_init),
8515         (gst_base_rtp_depayload_set_gst_timestamp):
8516         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8517           We need to send a newsegment event for each instance, not
8518           just for the first instance of this class (get rid of
8519           static variable in function). (#321011).
8520           
8521 2005-11-08  Michael Smith <msmith@fluendo.com>
8522
8523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
8524         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
8525         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
8526         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
8527           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
8528           This makes us mux things correctly according to the ogg muxing
8529           rules. Still not handling EOS correctly right now, though.
8530
8531 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
8532
8533         * gst/audioconvert/gstaudioconvert.c:
8534           Fix typo in docs. 
8535
8536 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
8537
8538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8539         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
8540           Initialise segment_stop to GST_CLOCK_TIME_NONE when
8541           creating a new chain; should fix live streaming. Also
8542           add more debug output and fix a typo.
8543
8544 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
8545
8546         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8547
8548         * gst/volume/gstvolume.c: (volume_set_caps):
8549           Fix compilation on Solaris with Forte. (#320923)
8550
8551 2005-11-08  Wim Taymans  <wim@fluendo.com>
8552
8553         * gst-libs/gst/audio/gstbaseaudiosink.c:
8554         (gst_base_audio_sink_render):
8555         No need to do a typecheck.
8556
8557 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
8558
8559         * ext/alsa/gstalsa.h:
8560           We register a debug category, so let's use it.
8561
8562 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
8563
8564         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8565         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
8566         Fixed a small problem.
8567
8568 2005-11-04  Wim Taymans  <wim@fluendo.com>
8569
8570         * examples/seeking/Makefile.am:
8571         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
8572         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
8573         (make_playerbin_pipeline), (format_value), (update_scale),
8574         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
8575         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
8576         (print_usage), (main):
8577         Added app for playback speed testing.
8578
8579         * examples/seeking/seek.c: (dynamic_link),
8580         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
8581         (make_mpeg_pipeline), (do_seek), (set_update_scale),
8582         (message_received), (main):
8583         Updated seek example.
8584
8585 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
8586
8587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8588         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8589         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
8590         (gst_base_rtp_depayload_set_clock):
8591         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8592         Don't sleep on the bench (system clock) when you have a nice 
8593         comfortable bed (Gstreamer clock) to sleep on.
8594
8595 2005-11-03  Wim Taymans  <wim@fluendo.com>
8596
8597         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8598         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
8599         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
8600         Handle the case where a pad_block failed.
8601
8602 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
8603
8604         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
8605
8606         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8607         (gst_base_rtp_depayload_add_to_queue),
8608         (gst_base_rtp_depayload_push),
8609         (gst_base_rtp_depayload_set_gst_timestamp),
8610         (gst_base_rtp_depayload_queue_release):
8611           Fixes some bugs in the depayloader's queuing/de-queueing code.
8612
8613 2005-10-31  Michael Smith <msmith@fluendo.com>
8614
8615         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8616         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8617         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
8618           Patch from Alessandro Decina <alessandro@nnva.org>.
8619           Make oggdemux only find the final time in a chain, not per-pad,
8620           since the per-pad information can be very expensive to locate, and
8621           it isn't used anywhere. This makes reading a file containing
8622           OggSkeleton reasonably fast.
8623           Also, make chain finding work when there are logical bitstreams that
8624           can't be decoded. Fixes #319110.
8625
8626 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
8627
8628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8629         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8630         (gst_base_rtp_depayload_chain),
8631         (gst_base_rtp_depayload_add_to_queue),
8632         (gst_base_rtp_depayload_push),
8633         (gst_base_rtp_depayload_set_gst_timestamp),
8634         (gst_base_rtp_depayload_queue_release),
8635         (gst_base_rtp_depayload_start_thread),
8636         (gst_base_rtp_depayload_set_property),
8637         (gst_base_rtp_depayload_get_property):
8638         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8639         Some random fixes, to fullfill the desires of thomas.
8640
8641 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
8642
8643         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8644         (gst_base_rtp_depayload_add_to_queue),
8645         (gst_base_rtp_depayload_push):
8646         Fixed the queueing algorithm.
8647
8648 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
8649
8650         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8651         (gst_base_rtp_depayload_push):
8652         A small fix
8653
8654 2005-10-31  Wim Taymans  <wim@fluendo.com>
8655
8656         * gst-libs/gst/audio/gstringbuffer.h:
8657         Don't break ABI.
8658
8659         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8660         (gst_ffmpeg_caps_to_pixfmt):
8661         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8662         (gst_ffmpegcsp_set_caps):
8663         Some more comments.
8664         Handle missing required caps fields better.
8665
8666 2005-10-31  Wim Taymans  <wim@fluendo.com>
8667
8668         * gst-libs/gst/audio/gstbaseaudiosink.c:
8669         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
8670         (gst_base_audio_sink_render):
8671         * gst-libs/gst/audio/gstringbuffer.c:
8672         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8673         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8674         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
8675         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
8676         (gst_ring_buffer_read):
8677         * gst-libs/gst/audio/gstringbuffer.h:
8678         Add flushing mode to the ringbuffer so that it in all cases does
8679         not try to handle more audio. This makes sure it does not try to
8680         block anymore when flushing and fixes a livelock.
8681
8682 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
8683
8684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
8685         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
8686         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
8687           Explicitly check for -1 values before doing a conversion
8688           and always map them to -1. (#315545)
8689
8690 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8691
8692         * gst/playback/gstplaybin.c: (gen_video_element):
8693           first try autovideosink, then xvimagesink, then error out
8694         * po/POTFILES.in:
8695           add translatable file
8696         * po/af.po:
8697         * po/az.po:
8698         * po/cs.po:
8699         * po/en_GB.po:
8700         * po/hu.po:
8701         * po/it.po:
8702         * po/nb.po:
8703         * po/nl.po:
8704         * po/or.po:
8705         * po/sq.po:
8706         * po/sr.po:
8707         * po/sv.po:
8708         * po/uk.po:
8709         * po/vi.po:
8710           update translations
8711
8712 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
8713
8714         * gst-libs/gst/rtp/gstbasedepayload.c:
8715         * gst-libs/gst/rtp/gstbasedepayload.h:
8716           Minor cleanups
8717
8718 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8719
8720         * gst/playback/.cvsignore:
8721         * gst/playback/decodetest.c:
8722         * gst/playback/test3.c:
8723           Port these two tests as well.
8724
8725 2005-10-27  Wim Taymans  <wim@fluendo.com>
8726
8727         * ext/theora/theoradec.c: (theora_dec_src_query),
8728         (theora_dec_sink_event):
8729         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8730         (theora_enc_change_state):
8731         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8732         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
8733         Take proper locks when handling events.
8734
8735 2005-10-27  Wim Taymans  <wim@fluendo.com>
8736
8737         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
8738         (gst_adder_change_state):
8739         Fix timestamps and fix deadlock when stopping the collectpads.
8740
8741 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
8742
8743         * gst-libs/gst/rtp/gstrtpbuffer.h:
8744         Declaring the payload types as strings too so that they can be used
8745         in the padtemplate inialization.
8746
8747 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
8748
8749         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
8750
8751         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8752         (gst_base_rtp_depayload_class_init):
8753         Fixes a small but nasty bug. The derived elements no longer segfaults
8754         on finalization.
8755
8756 2005-10-26  Michael Smith <msmith@fluendo.com>
8757
8758         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
8759           When clearing an audioconvert context, set tmpbufsize to zero, so
8760           we'll allocate it again later if required.
8761           This fixes audioconvert re-negotiating formats, which previously
8762           segfaulted with a NULL destination buffer.
8763
8764 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
8765
8766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8767         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
8768         (gst_base_rtp_depayload_set_gst_timestamp),
8769         (gst_base_rtp_depayload_queue_release):
8770         Fixed a smalll memleak.
8771
8772 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
8773         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8774         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
8775         (gst_base_rtp_depayload_finalize),
8776         (gst_base_rtp_depayload_setcaps),
8777         (gst_base_rtp_depayload_add_to_queue),
8778         (gst_base_rtp_depayload_push),
8779         (gst_base_rtp_depayload_set_gst_timestamp),
8780         (gst_base_rtp_depayload_queue_release),
8781         (gst_base_rtp_depayload_thread),
8782         (gst_base_rtp_depayload_change_state):
8783         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8784         Changed the C++ comments to C comments
8785
8786 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
8789         * gst/tcp/gsttcpclientsrc.h:
8790         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
8791         * gst/tcp/gsttcpserversrc.h:
8792           Remove unused 'curoffset' structure member.
8793
8794 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
8795
8796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8797         (gst_base_rtp_depayload_base_init),
8798         (gst_base_rtp_depayload_finalize):
8799         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8800         * gst-libs/gst/rtp/gstbasertppayload.h:
8801           The pad-template on the sinkpad should be set by the derived classes.
8802           Also added some useful macros.
8803
8804 2005-10-24  Wim Taymans  <wim@fluendo.com>
8805
8806         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8807         Correctly flush decoder samples even if we could not
8808         copy them to an output buffer. Fixes #319618.
8809
8810 2005-10-24  Julien MOUTTE  <julien@moutte.net>
8811
8812         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
8813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
8814         the caps against our xcontext caps.
8815
8816 2005-10-24  Wim Taymans  <wim@fluendo.com>
8817
8818         * gst-libs/gst/audio/gstbaseaudiosink.c:
8819         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
8820         Remove g_print
8821         Use sync property from baseclass to disable sync.
8822
8823 2005-10-24  Wim Taymans  <wim@fluendo.com>
8824
8825         * gst-libs/gst/audio/gstbaseaudiosink.c:
8826         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
8827         Buffers with no timestamps get aligned with previous buffers or
8828         on underrun, played ASAP.
8829
8830 2005-10-24  Julien MOUTTE  <julien@moutte.net>
8831
8832         * gst-libs/gst/video/video.h:
8833         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8834         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
8836         here comes my change on caps for framerate and geometry range.
8837         We are now accepting 1 to MAXINT for width and height, and from
8838         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
8839         to be blended correctly in videomixer.
8840
8841 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8842
8843         * configure.ac:
8844           back to HEAD
8845
8846 === release 0.9.4 ===
8847
8848 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8849
8850         * NEWS:
8851         * RELEASE:
8852         * configure.ac:
8853           releasing 0.9.4, "Velociraptor"
8854
8855 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8856
8857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
8858         * po/POTFILES.in:
8859           STOPPED -> FAILED
8860
8861 2005-10-21  Wim Taymans  <wim@fluendo.com>
8862
8863         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8864         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
8865         (pad_blocked), (close_pad_link), (new_pad):
8866         Don't try to remove elements twice.
8867
8868 2005-10-21  Wim Taymans  <wim@fluendo.com>
8869
8870         * ext/theora/theoradec.c: (theora_dec_src_query),
8871         (theora_dec_sink_event):
8872         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8873         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8874         (vorbis_handle_data_packet):
8875         * ext/vorbis/vorbisdec.h:
8876         Fix old naming.
8877
8878         * gst-libs/gst/audio/gstbaseaudiosink.c:
8879         (gst_base_audio_sink_render):
8880         Don't try to sync on buffers without a timestamp.
8881
8882 2005-10-21  Wim Taymans  <wim@fluendo.com>
8883
8884         * ext/theora/theoradec.c: (theora_dec_src_query),
8885         (theora_dec_sink_event):
8886         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8887         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8888         (vorbis_handle_data_packet):
8889         * ext/vorbis/vorbisdec.h:
8890         Fix old naming.
8891
8892 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
8893
8894         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
8895         (gst_vorbisenc_src_query):
8896           Implement position and duration queries.
8897
8898         * gst/playback/test3.c: (update_scale), (main):
8899           Fix for async state changes and print nicer output.
8900
8901 2005-10-20  Wim Taymans  <wim@fluendo.com>
8902
8903         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8904         (dump_element_stats), (main):
8905         * gst/playback/test6.c: (main):
8906         Fix tests again
8907
8908 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
8911         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8912           Don't use functions for position queries when handling
8913           duration queries.
8914
8915 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
8916
8917         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8918         (vorbis_handle_data_packet), (vorbis_dec_chain),
8919         (vorbis_dec_change_state):
8920         * ext/vorbis/vorbisdec.h:
8921           Vorbis streams can be embedded in other container formats
8922           than ogg, container formats where the demuxer might set 
8923           timestamps on encoded vorbis buffers instead of those silly 
8924           granulepos thingies. In short: make vorbisdec handle 
8925           timestamps on incoming buffers as well.
8926
8927 2005-10-20  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/playback/gstplaybasebin.c: (group_destroy),
8930         (gst_play_base_bin_change_state):
8931         Fix leak.
8932         Handle case where playbasebin is now ASYNC because
8933         decodebin is.
8934
8935 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
8936
8937         * gst/audioconvert/Makefile.am:
8938         * gst/audioconvert/bufferframesconvert.c:
8939         * gst/audioconvert/plugin.c: (plugin_init):
8940         * gst/audioconvert/plugin.h:
8941           And bye bye buffer-frames-convert
8942
8943 2005-10-19  Wim Taymans  <wim@fluendo.com>
8944
8945         * check/elements/audioconvert.c:
8946         * docs/libs/tmpl/gstaudio.sgml:
8947         * docs/libs/tmpl/gstcolorbalance.sgml:
8948         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8949         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
8950         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8951         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
8952         * gst-libs/gst/audio/audio.h:
8953         * gst/audioconvert/audioconvert.h:
8954         * gst/audioconvert/gstaudioconvert.c:
8955         (gst_audio_convert_parse_caps):
8956         * gst/volume/gstvolume.c:
8957         Bye bye buffer-frames.
8958
8959 2005-10-19  Wim Taymans  <wim@fluendo.com>
8960
8961         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
8962         (query_positions_elems), (query_positions_pads), (update_scale),
8963         (do_seek), (set_update_scale), (message_received), (main):
8964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8965         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
8966         (gst_ogg_demux_loop):
8967         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8968         * ext/theora/theoradec.c: (theora_dec_src_query),
8969         (theora_dec_sink_event):
8970         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8971         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
8972         * gst/adder/gstadder.c: (gst_adder_query):
8973         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
8974         * gst/playback/test3.c: (update_scale):
8975         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8976         (dump_element_stats), (main):
8977         * gst/playback/test6.c: (main):
8978         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8979         Query API update.
8980
8981 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
8982
8983         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
8984         (xml_check_first_element), (xml_type_find), (smil_type_find),
8985         (plugin_init):
8986           Add typefinding for SMIL and for generic XML. Based on patch by
8987           Akos Maroy (#308663).
8988
8989 2005-10-18  Wim Taymans  <wim@fluendo.com>
8990
8991         * gst/playback/Makefile.am:
8992         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8993         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
8994         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
8995         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
8996         (gst_decode_bin_change_state):
8997         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8998         (gst_play_bin_send_event_to_sink):
8999         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
9000         (dump_element_stats), (main):
9001         * gst/playback/test6.c: (main):
9002         Make playbin async, it'll commit state to paused when all streams
9003         are detected.
9004         Remove ugly hack.
9005         Added test6.c to show async behaviour.
9006
9007 2005-10-18  Wim Taymans  <wim@fluendo.com>
9008
9009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9010         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
9011         Fix for segment-start/stop API change.
9012
9013 2005-10-18  Wim Taymans  <wim@fluendo.com>
9014
9015         * check/Makefile.am:
9016         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
9017         (main):
9018         Add future test for clock selection.
9019
9020 2005-10-18  Wim Taymans  <wim@fluendo.com>
9021
9022         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
9023         (gst_alsasink_close):
9024         Set handle to NULL.
9025
9026         * gst-libs/gst/audio/gstringbuffer.c:
9027         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9028         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9029         (gst_ring_buffer_start), (gst_ring_buffer_pause),
9030         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
9031         (gst_ring_buffer_read):
9032         More debug info.
9033
9034 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
9035
9036         * gst/audiotestsrc/Makefile.am:
9037         * gst/sine/Makefile.am:
9038         * gst/volume/Makefile.am:
9039           fix broken build of controllerized plugins
9040
9041 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9042
9043         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9044
9045         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9046         (gst_riff_create_video_template_caps):
9047           Add support for Indeo-3 (IV32).
9048
9049 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9050
9051         * configure.ac:
9052           rewrite
9053
9054 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9055
9056         * gst-libs/gst/video/video.c: (gst_video_get_size):
9057         * gst/audiotestsrc/gstaudiotestsrc.c:
9058           doc updates
9059
9060 2005-10-17  Andy Wingo  <wingo@pobox.com>
9061
9062         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
9063         with the collectpads change.
9064         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
9065
9066         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
9067
9068         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
9069
9070         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
9071         alloc_buffer flow return to callers.
9072         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
9073         change. Fix some memleaks in theoraenc.
9074
9075         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
9076         in strange circumstance.
9077
9078 2005-10-17  Julien MOUTTE  <julien@moutte.net>
9079
9080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9081         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
9082         from caps, let's use the caps...
9083
9084 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9085
9086         * configure.ac:
9087           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
9088
9089 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9090
9091         * gst-libs/gst/interfaces/Makefile.am:
9092           fix silly typo
9093
9094 2005-10-16  Andy Wingo  <wingo@pobox.com>
9095
9096         * gst/playback/gstdecodebin.c
9097         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
9098         function!
9099         (try_to_link_1): Increase kraziness level.
9100
9101 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9102
9103         * configure.ac:
9104           restructure like the core one
9105         * gst-libs/gst/audio/Makefile.am:
9106         * gst-libs/gst/interfaces/Makefile.am:
9107         * gst-libs/gst/net/Makefile.am:
9108         * gst-libs/gst/riff/Makefile.am:
9109         * gst-libs/gst/rtp/Makefile.am:
9110         * gst-libs/gst/tag/Makefile.am:
9111         * gst-libs/gst/video/Makefile.am:
9112           use correct linker flags, now the libs are properly versioned
9113         * check/elements/audioconvert.c: (verify_convert):
9114         * ext/alsa/gstalsaplugin.c:
9115         * ext/cdparanoia/gstcdparanoia.c:
9116         * ext/gnomevfs/gstgnomevfs.c:
9117         * ext/libvisual/visual.c:
9118         * ext/ogg/gstogg.c:
9119         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
9120         * ext/theora/theora.c:
9121         * ext/vorbis/vorbis.c:
9122         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9123         * gst-libs/gst/tag/gsttagediting.c:
9124         * gst-libs/gst/video/video.c:
9125         * gst/adder/gstadder.c:
9126         * gst/audioconvert/plugin.c:
9127         * gst/audiorate/gstaudiorate.c:
9128         * gst/audioresample/gstaudioresample.c:
9129         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9130         * gst/audioscale/gstaudioscale.c:
9131         * gst/audioscale/resample.c:
9132         * gst/audiotestsrc/gstaudiotestsrc.c:
9133         * gst/ffmpegcolorspace/gstffmpeg.c:
9134         * gst/playback/gstdecodebin.c: (close_pad_link):
9135         * gst/playback/gstplaybin.c: (gen_video_element),
9136         (gen_audio_element):
9137         * gst/sine/gstsinesrc.c:
9138         * gst/subparse/gstsubparse.c:
9139         * gst/tags/gsttagediting.c:
9140         * gst/tcp/gsttcpplugin.c:
9141         * gst/typefind/gsttypefindfunctions.c:
9142         * gst/videorate/gstvideorate.c:
9143         * gst/videoscale/gstvideoscale.c:
9144         * gst/videotestsrc/gstvideotestsrc.c:
9145         * gst/volume/gstvolume.c:
9146         * sys/v4l/gstv4l.c:
9147         * sys/ximage/ximage.c:
9148         * sys/xvimage/xvimagesink.c:
9149           fix up defines
9150
9151 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
9152
9153         * ext/vorbis/vorbisenc.c:
9154         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
9155         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
9156         (gst_tag_to_vorbis_comments):
9157           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
9158
9159 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
9160
9161         * examples/stats/mp2ogg.c:
9162         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9163           typo fixes
9164
9165 2005-10-13  Michael Smith <msmith@fluendo.com>
9166
9167         * ext/ogg/gstoggmux.c:
9168           Use magic glib macros to define constants as 64 bit, to ensure
9169           appropriate vararg passing.
9170
9171 2005-10-13  Michael Smith <msmith@fluendo.com>
9172
9173         * ext/ogg/gstoggmux.c:
9174         * gst/audioconvert/audioconvert.c: (float):
9175           Don't use LL suffix, as it's not portable, and neither of these
9176           uses required it anyway.
9177
9178 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
9179
9180         * examples/indexing/indexmpeg.c: (main):
9181         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
9182         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
9183         (cdparanoia_convert), (cdparanoia_query):
9184         * ext/cdparanoia/gstcdparanoia.h:
9185         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9186         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
9187         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
9188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9189         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
9190         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
9191         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
9192         (gst_multifdsink_render), (gst_multifdsink_start),
9193         (gst_multifdsink_stop):
9194         * gst/tcp/gstmultifdsink.h:
9195         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
9196         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
9197         (gst_tcpclientsink_stop):
9198         * gst/tcp/gsttcpclientsink.h:
9199         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
9200         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
9201         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
9202         * gst/tcp/gsttcpclientsrc.h:
9203         * gst/tcp/gsttcpserversink.h:
9204         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
9205         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
9206         (gst_tcpserversrc_stop):
9207         * gst/tcp/gsttcpserversrc.h:
9208         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
9209         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
9210         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
9211           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
9212           moved bitshift from macro to enum definition
9213
9214 2005-10-12  Wim Taymans  <wim@fluendo.com>
9215
9216         * examples/seeking/Makefile.am:
9217         Oops.
9218
9219 2005-10-12  Wim Taymans  <wim@fluendo.com>
9220
9221         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
9222         (gst_ring_buffer_read), (gst_ring_buffer_clear):
9223         Don't assert on normal stuff.
9224
9225         * gst/playback/gstplaybin.c: (do_playbin_seek):
9226         API fix.
9227
9228 2005-10-12  Wim Taymans  <wim@fluendo.com>
9229
9230         * check/pipelines/simple_launch_lines.c: (run_pipeline):
9231         * examples/seeking/Makefile.am:
9232         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
9233         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
9234         (do_seek), (set_update_scale), (message_received), (main):
9235         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
9236         (gst_ring_buffer_read), (gst_ring_buffer_clear):
9237         Update for _get_state() API change.
9238
9239 2005-10-11  Wim Taymans  <wim@fluendo.com>
9240
9241         * gst-libs/gst/audio/gstbaseaudiosink.c:
9242         (gst_base_audio_sink_render):
9243         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9244         (gst_base_audio_src_create):
9245         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
9246         (gst_ring_buffer_read):
9247         Cleanups.
9248         Commit and read from ringbuffer in samples rather than bytes.
9249
9250 2005-10-11  Wim Taymans  <wim@fluendo.com>
9251
9252         * gst-libs/gst/audio/gstbaseaudiosink.c:
9253         (gst_base_audio_sink_render):
9254         Respect segment rate and accum when scheduling samples.
9255
9256 2005-10-11  Julien MOUTTE  <julien@moutte.net>
9257
9258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9259         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
9260         EOS correctly, that needs more work.
9261
9262 2005-10-11  Wim Taymans  <wim@fluendo.com>
9263
9264         * check/generic/states.c: (GST_START_TEST):
9265         remove old property.
9266
9267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9268         (gst_ogg_demux_perform_seek):
9269         * ext/theora/theoradec.c: (theora_dec_sink_event):
9270         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9271         (vorbis_handle_data_packet):
9272         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9273         (gst_base_rtp_depayload_set_gst_timestamp):
9274         * gst/videorate/gstvideorate.c: (gst_videorate_event):
9275         Update for newsegment API change.
9276
9277 2005-10-11  Michael Smith <msmith@fluendo.com>
9278
9279         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9280         (do_playbin_seek), (gst_play_bin_send_event):
9281           Override send_event differently, so that we can takes bits of
9282           functionality from GstPipeline (special handling for seeks,
9283           including pausing/resuming, and resetting stream time) and still get
9284           the appropriate behaviour of only forwarding event to a single sink,
9285           rather than all of them.
9286           Unfortunately requires a lot of code duplication, but the
9287           alternatives are equally ugly in the end.
9288
9289 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9290
9291         * check/elements/audioconvert.c: (setup_audioconvert),
9292         (cleanup_audioconvert), (get_int_caps), (verify_convert),
9293         (GST_START_TEST), (audioconvert_suite):
9294           clean up tests a little, fix some leaks.
9295
9296 2005-10-10  Wim Taymans  <wim@fluendo.com>
9297
9298         * ext/alsa/gstalsasink.c:
9299         Also allow unsigned int.
9300
9301         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9302         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
9303         Small cleanup
9304
9305 2005-10-10  Wim Taymans  <wim@fluendo.com>
9306
9307         * check/pipelines/simple_launch_lines.c: (run_pipeline):
9308         Small update, use API as stated in design docs.
9309
9310         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
9311         (update_scale), (do_seek), (seek_cb), (set_update_scale),
9312         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
9313         (message_received), (main):
9314         Updated seek example for GOption. Some usability improvements.
9315
9316 2005-10-10  Wim Taymans  <wim@fluendo.com>
9317
9318         * gst/audioconvert/audioconvert.h:
9319         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
9320         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
9321         Alloc temp storage somewhere else where we can do it more
9322         portable.
9323
9324 2005-10-10  Wim Taymans  <wim@fluendo.com>
9325
9326         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
9327         (gst_tcpserversrc_start):
9328         Don't block in accept while doing the state change, move
9329         to poll and make cancellable.
9330
9331 2005-10-09  Philippe Khalaf <burger@speedy.org>
9332
9333         * gst-libs/gst/rtp/rtpbasedepayload.c:
9334         Set timestamp and add queue delay to timestamp
9335         * gst-libs/gst/rtp/rtpbuffer.h:
9336         Set correct payload type for h263
9337
9338 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
9339
9340         * gst/audiotestsrc/gstaudiotestsrc.c:
9341         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
9342         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
9343         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
9344         (gst_audiotestsrc_create_triangle),
9345         (gst_audiotestsrc_create_silence),
9346         (gst_audiotestsrc_create_white_noise),
9347         (gst_audiotestsrc_init_pink_noise),
9348         (gst_audiotestsrc_generate_pink_noise_value),
9349         (gst_audiotestsrc_create_pink_noise),
9350         (gst_audiotestsrc_change_wave):
9351         * gst/audiotestsrc/gstaudiotestsrc.h:
9352           fixed typo, added pink noise
9353
9354 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
9355
9356         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
9357         (plugin_init):
9358           Add wavpack and spc typefind functions from 0.8 branch.
9359
9360 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
9361
9362         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
9363         (ar_type_find), (msdos_type_find), (plugin_init):
9364           Add typefind functions for tar archives, ar archives,
9365           RAR archives, and msdos-executables (dlls, exe, etc.).
9366           Some of those would be wrongly identified as mpeg
9367           streams of some sort before (#315550).
9368
9369 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
9370
9371         * configure.ac:
9372         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9373         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9374         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
9375         * gst/audiotestsrc/Makefile.am:
9376         * gst/audiotestsrc/gstaudiotestsrc.c:
9377         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
9378         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
9379         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
9380         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
9381         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
9382         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
9383         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
9384         (gst_audiotestsrc_create_silence),
9385         (gst_audiotestsrc_create_white_noise),
9386         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
9387         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
9388         (gst_audiotestsrc_start), (plugin_init):
9389         * gst/audiotestsrc/gstaudiotestsrc.h:
9390           add new plugin and element
9391         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
9392           use gobject_class
9393
9394 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
9395
9396         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
9397         (gst_adder_init), (gst_adder_request_new_pad),
9398         (gst_adder_change_state):
9399           Add query function to source pad, so adder reports the correct
9400           time/sample position when queried (#315457); fix state change
9401           function; use GST_DEBUG_FUNCPTR() for pad functions.
9402
9403 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9404
9405         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
9406           Fix leaks in typefind registration
9407           Clean up the gratuitous commenting and whitespacing a little
9408
9409 2005-10-08  Wim Taymans  <wim@fluendo.com>
9410
9411         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
9412         Only actually wait for the thread to be stopped if it's 
9413         running.
9414
9415 2005-10-08  Wim Taymans  <wim@fluendo.com>
9416
9417         * gst-libs/gst/audio/gstbaseaudiosink.c:
9418         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
9419         If we receive EOS we can start playback of what we had.
9420
9421 2005-10-08  Wim Taymans  <wim@fluendo.com>
9422
9423         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9424         (gst_multifdsink_finalize), (multifdsink_hash_remove),
9425         (gst_multifdsink_stop):
9426         Fix crasher when going to NULL multiple times.
9427
9428 2005-10-06  Wim Taymans  <wim@fluendo.com>
9429
9430         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
9431         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
9432         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9433         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9434         patch from Edgard Lima <edgard.lima@indt.org.br>
9435         Fixed gstbaseaudiosrc adding ring buffer sync to it.
9436
9437 2005-10-06  Wim Taymans  <wim@fluendo.com>
9438
9439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
9440         Report the FLOW_RETURN as string in the error message.
9441
9442         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
9443         Don't assert when clearing an unnegotiated buffer.
9444
9445 2005-10-04  Michael Smith <msmith@fluendo.com>
9446
9447         * gst/playback/gstplaybasebin.c: (group_destroy),
9448         (gen_preroll_element), (remove_groups), (setup_source):
9449         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
9450         (setup_sinks), (gst_play_bin_send_event),
9451         (gst_play_bin_change_state):
9452           Set state to NULL before removing from bin. Fix refcounting.
9453
9454 2005-10-04  Michael Smith <msmith@fluendo.com>
9455
9456         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
9457           Correct refcounting in send_event() function. Previously was wrong
9458           if the first sink was unable to handle the event.
9459
9460 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9461
9462         * configure.ac:
9463           back to development
9464
9465 === release 0.9.3 ===
9466
9467 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9468
9469         * configure.ac:
9470           Releasing 0.9.3, "De Facto"
9471
9472 2005-10-03  Andy Wingo  <wingo@pobox.com>
9473
9474         * gst/playback/gstdecodebin.c (try_to_link_1)
9475         (remove_element_chain): set element to NULL before removing it.
9476
9477 2005-10-02  Johan Dahlin  <johan@gnome.org>
9478
9479         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
9480         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
9481         MT safe.
9482
9483 2005-10-02  Andy Wingo  <wingo@pobox.com>
9484
9485         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
9486         (gst_ring_buffer_prepare_read): 
9487         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
9488         Demote to LOG.
9489
9490 2005-09-29  Wim Taymans  <wim@fluendo.com>
9491
9492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9493         * ext/theora/theoradec.c: (theora_handle_data_packet):
9494         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9495         Propagate error codes from alloc_buffer too.
9496
9497 2005-09-29  Wim Taymans  <wim@fluendo.com>
9498
9499         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
9500         We use fixed caps.
9501
9502         * gst/playback/Makefile.am:
9503         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
9504         (dump_element_stats), (main):
9505         Added example stream introspection code.
9506
9507 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
9508
9509         * gst/adder/gstadder.c: (gst_adder_collected):
9510           fix adder for float elements
9511
9512 2005-09-28  Wim Taymans  <wim@fluendo.com>
9513
9514         * gst-libs/gst/audio/gstbaseaudiosink.c:
9515         (gst_base_audio_sink_class_init),
9516         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
9517         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9518         (gst_base_audio_src_class_init),
9519         (gst_base_audio_src_provide_clock):
9520         get_clock -> provide_clock
9521
9522 2005-09-28  Andy Wingo  <wingo@pobox.com>
9523
9524         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
9525         and unlocking.
9526
9527         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
9528         unlocking.
9529
9530         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
9531         Actually add the pad template.
9532         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
9533
9534         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
9535         I'm at it...
9536
9537         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
9538         from fdsrc. Get caps in create() instead of start() so it can be
9539         interrupted. Interruption somewhat untested.
9540
9541         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
9542         Proper EOS handling.
9543
9544 2005-09-27  Andy Wingo  <wingo@pobox.com>
9545
9546         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
9547
9548         * gst/tcp/gsttcpserversrc.c: Cleaned up.
9549
9550         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
9551
9552         * gst/tcp/gsttcp.h: 
9553         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
9554         out of tcpclientsrc.c. Cancellable.
9555         (gst_tcp_socket_read): Made private, cancellable, with better
9556         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
9557         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
9558         whole buffer, and better diagnostics.
9559         (gst_tcp_gdp_read_caps): Same.
9560
9561         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
9562
9563 2005-09-26  Andy Wingo  <wingo@pobox.com>
9564
9565         * gst/sine/gstsinesrc.h:
9566         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
9567         change the 'sync' property to 'is-live' and implement it halfway,
9568         update for controller api change.
9569
9570         * gst/volume/gstvolume.c (volume_transform_ip): Update for
9571         controller api change.
9572
9573 2005-09-24  Wim Taymans  <wim@fluendo.com>
9574
9575         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9576         * gst-libs/gst/audio/gstaudiosink.c:
9577         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9578         (gst_audioringbuffer_stop):
9579         * gst-libs/gst/audio/gstbaseaudiosink.c:
9580         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
9581         (gst_base_audio_sink_change_state):
9582         * gst-libs/gst/audio/gstbaseaudiosink.h:
9583         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
9584         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9585         (gst_ring_buffer_commit), (gst_ring_buffer_read):
9586         * gst-libs/gst/audio/gstringbuffer.h:
9587         Fix sync again. Moved sample alignment to basesink.
9588
9589 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9590
9591         * docs/plugins/Makefile.am:
9592         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9593         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9594         * gst/volume/gstvolume.c:
9595           add/fix docs
9596         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
9597         * gst-libs/gst/audio/audio.h:
9598           add conversion macros for frames <-> clocktime
9599
9600 2005-09-23  David Schleef  <ds@schleef.org>
9601
9602         * gst/audioresample/Makefile.am:
9603         * gst/audioresample/debug.h:
9604         * gst/audioresample/gstaudioresample.c:
9605         * gst/audioresample/resample.c: Convert to using gst debugging
9606
9607 2005-09-22  Wim Taymans  <wim@fluendo.com>
9608
9609         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9610         (gst_play_bin_send_event):
9611         Only seek on one sink, the first one that succeeds.
9612
9613 2005-09-22  Michael Smith <msmith@fluendo.com>
9614
9615         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
9616         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
9617         Don't flush encoder state unless we have an initialised encoder.
9618         Clear out encoder state on PAUSED_TO_READY.
9619
9620 2005-09-22  Wim Taymans  <wim@fluendo.com>
9621
9622         * gst-libs/gst/rtp/gstbasertppayload.c:
9623         (gst_basertppayload_class_init), (gst_basertppayload_init),
9624         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
9625         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
9626         (gst_basertppayload_is_filled), (gst_basertppayload_push),
9627         (gst_basertppayload_set_property),
9628         (gst_basertppayload_get_property),
9629         (gst_basertppayload_change_state):
9630         * gst-libs/gst/rtp/gstbasertppayload.h:
9631         Added max-ptime to control amount of data in the rtp packets.
9632
9633 2005-09-21  Andy Wingo  <wingo@pobox.com>
9634
9635         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
9636         thingies.
9637
9638         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
9639         can be called multiple times, dogs.
9640
9641 2005-09-21  Wim Taymans  <wim@fluendo.com>
9642
9643         * gst-libs/gst/rtp/gstbasertppayload.c:
9644         (gst_basertppayload_class_init), (gst_basertppayload_init),
9645         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
9646         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
9647         (gst_basertppayload_push), (gst_basertppayload_get_property),
9648         (gst_basertppayload_change_state):
9649         Allow 0 ssrc too.
9650
9651 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
9652
9653         * docs/libs/compiling.sgml:
9654           fixing typos
9655
9656 2005-09-20  Wim Taymans  <wim@fluendo.com>
9657
9658         * gst-libs/gst/rtp/gstbasertppayload.c:
9659         (gst_basertppayload_class_init), (gst_basertppayload_init),
9660         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
9661         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
9662         (gst_basertppayload_push), (gst_basertppayload_set_property),
9663         (gst_basertppayload_get_property),
9664         (gst_basertppayload_change_state):
9665         * gst-libs/gst/rtp/gstbasertppayload.h:
9666         Added property to configure sequence number offsets.
9667
9668 2005-09-20  Wim Taymans  <wim@fluendo.com>
9669
9670         * gst-libs/gst/rtp/gstbasertppayload.c:
9671         (gst_basertppayload_class_init), (gst_basertppayload_init),
9672         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
9673         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
9674         (gst_basertppayload_push), (gst_basertppayload_set_property),
9675         (gst_basertppayload_get_property),
9676         (gst_basertppayload_change_state):
9677         * gst-libs/gst/rtp/gstbasertppayload.h:
9678         Make timestamp offset configurable.
9679
9680 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9681
9682         * check/pipelines/simple_launch_lines.c: (run_pipeline):
9683           fix wrong pop/unref
9684
9685 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
9686
9687         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9688
9689         * gst-libs/gst/interfaces/propertyprobe.c:
9690         (gst_property_probe_probe_property_name),
9691         (gst_property_probe_needs_probe_name),
9692         (gst_property_probe_get_values_name),
9693         (gst_property_probe_probe_and_get_values_name):
9694           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
9695           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
9696
9697 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9698
9699         * check/Makefile.am:
9700           have some tests be disabled for valgrinding
9701         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
9702         (GST_START_TEST):
9703         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
9704           Fix A Leak.  Chain To Parent Finalize.
9705
9706 2005-09-19  Wim Taymans  <wim@fluendo.com>
9707
9708         * examples/seeking/seek.c: (make_wav_pipeline), (main):
9709         Fixed wav pipeline.
9710
9711 2005-09-19  Wim Taymans  <wim@fluendo.com>
9712
9713         * gst-libs/gst/rtp/gstbasertppayload.c:
9714         (gst_basertppayload_class_init), (gst_basertppayload_init),
9715         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
9716         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
9717         (gst_basertppayload_push), (gst_basertppayload_get_property),
9718         (gst_basertppayload_change_state):
9719         Posting ERROR and WARNING messages is good.
9720
9721 2005-09-19  Wim Taymans  <wim@fluendo.com>
9722
9723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9724         (gst_base_rtp_depayload_add_to_queue),
9725         (gst_base_rtp_depayload_push),
9726         (gst_base_rtp_depayload_set_gst_timestamp),
9727         (gst_base_rtp_depayload_queue_release):
9728         This one was not supposed to go in.
9729
9730 2005-09-19  Wim Taymans  <wim@fluendo.com>
9731
9732         * check/pipelines/simple_launch_lines.c: (run_pipeline):
9733         Fix for bus API.
9734
9735         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9736         (gst_base_rtp_depayload_chain),
9737         (gst_base_rtp_depayload_add_to_queue),
9738         (gst_base_rtp_depayload_push),
9739         (gst_base_rtp_depayload_set_gst_timestamp),
9740         (gst_base_rtp_depayload_queue_release):
9741         Some cleanups.
9742
9743         * gst-libs/gst/rtp/gstbasertppayload.c:
9744         (gst_basertppayload_class_init), (gst_basertppayload_init),
9745         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
9746         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
9747         (gst_basertppayload_get_property),
9748         (gst_basertppayload_change_state):
9749         Added debugging category.
9750
9751 2005-09-18  David Schleef  <ds@schleef.org>
9752
9753         * gst/playback/gstdecodebin.c: free plugin list correctly
9754         * gst/playback/gstplaybin.c: emit warning if autovideosink
9755           and autoaudiosink can't be found (instead of segfaulting)
9756
9757 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9758
9759         * check/elements/audioconvert.c: (GST_START_TEST):
9760           try out 24 bit conversion
9761
9762 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9763
9764         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9765         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9766         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
9767         * ext/vorbis/vorbisenc.h:
9768           Fix EOS handling.  Still needs a fix in the ogg muxer to
9769           mark the last page as eos.
9770
9771 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9772
9773         * common/gtk-doc-plugins.mak:
9774         * docs/plugins/Makefile.am:
9775         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9776         * gst/ffmpegcolorspace/Makefile.am:
9777         * gst/ffmpegcolorspace/avcodec.h:
9778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9779         * gst/tcp/gstmultifdsink.c:
9780           fix up ffmpegcolorspace docs; extract header
9781
9782 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9783
9784         * common/gtk-doc-plugins.mak:
9785         * docs/plugins/Makefile.am:
9786         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9787         * ext/theora/Makefile.am:
9788         * ext/theora/gsttheoraenc.h:
9789         * ext/theora/theoraenc.c:
9790         * ext/vorbis/vorbisenc.c:
9791           pick up signals and args for vorbis; add some docs for vorbis
9792
9793 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9794
9795         * common/gstdoc-scangobj:
9796         * common/gtk-doc-plugins.mak:
9797         * docs/libs/Makefile.am:
9798         * docs/plugins/gst-plugins-base-plugins.args:
9799         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9800         * docs/plugins/gst-plugins-base-plugins.interfaces:
9801         * docs/plugins/gst-plugins-base-plugins.prerequisites:
9802         * docs/plugins/gst-plugins-base-plugins.signals:
9803           only scanobj stuff from our source module.  Not sure yet
9804           if that's correct, given the hierarchy stuff :)
9805
9806 2005-09-15  Wim Taymans  <wim@fluendo.com>
9807
9808         * gst/audioconvert/gstaudioconvert.c:
9809         And enable 24 bits mode as well..
9810
9811 2005-09-15  Wim Taymans  <wim@fluendo.com>
9812
9813         * gst-libs/gst/rtp/Makefile.am:
9814         * gst-libs/gst/rtp/gstbasertppayload.c:
9815         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
9816         (gst_basertppayload_class_init), (gst_basertppayload_init),
9817         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
9818         (gst_basertppayload_chain), (gst_basertppayload_set_options),
9819         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
9820         (gst_basertppayload_set_property),
9821         (gst_basertppayload_get_property),
9822         (gst_basertppayload_change_state):
9823         * gst-libs/gst/rtp/gstbasertppayload.h:
9824         Added rtp payloader base class.
9825
9826 2005-09-15  Andy Wingo  <wingo@pobox.com>
9827
9828         * configure.ac (plugindir): Remove the EOL matcher from the
9829         regexp, as it causes me problems. Libtool? Make? Who knows?
9830
9831 2005-09-14  David Schleef  <ds@schleef.org>
9832
9833         * check/generic/states.c: 
9834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9835         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9836           Fixes for changes in registry API.
9837
9838         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
9839           to GST_PLUGIN_LDFLAGS.
9840         * ext/libvisual/visual.c: Make the library shut up.
9841         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
9842         * gst-libs/gst/audio/gstaudiofilter.c: same
9843
9844 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9845
9846         * docs/plugins/Makefile.am:
9847         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9848         * docs/plugins/inspect/plugin-libvisual.xml:
9849         * docs/plugins/tmpl/element-tcpserversink.sgml:
9850         * ext/theora/theoraenc.c:
9851           add libvisual plugin and theoraenc element to docs
9852
9853 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9854
9855         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9856         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9857         * ext/theora/theoraenc.c:
9858           add theoraenc
9859
9860 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
9861
9862         * gst/audioconvert/Makefile.am:
9863           Audioconvert derives from GstBaseTransform and should
9864           link to the library with our base elements to avoid
9865           unresolved symbols. Makes things work with MinGW (#316160)
9866
9867         * gst/playback/test4.c: (main):
9868           Fix MinGW build problem and use g_usleep() instead of 
9869           sleep() (#316162)
9870
9871 2005-09-12  Wim Taymans  <wim@fluendo.com>
9872
9873         * gst/audioconvert/audioconvert.c: (float),
9874         (audio_convert_prepare_context), (audio_convert_convert):
9875         * gst/audioconvert/audioconvert.h:
9876         Cleanups, speedups, simplifications, added back support
9877         for 24 bits.
9878
9879 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9880
9881         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9882         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9883         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9884         * docs/plugins/tmpl/element-tcpserversink.sgml:
9885         * gst/ffmpegcolorspace/gstffmpeg.c:
9886         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9887         * gst/videotestsrc/gstvideotestsrc.c:
9888         * gst/volume/gstvolume.c:
9889           add more elements to the docs
9890
9891 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
9892
9893         * check/Makefile.am:
9894         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
9895         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
9896           Add extra tests for basetransform based components. 
9897           Comment out the test_element_negotiation test until we decide
9898           if it's testing correct behaviour.
9899         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
9900         (gst_visual_chain), (gst_visual_change_state):
9901           Slightly more correct but still bogus timestamping.
9902           Fix state change function.
9903         * gst/audioconvert/gstaudioconvert.c:
9904         (gst_audio_convert_class_init):
9905         * gst/audioresample/gstaudioresample.c:
9906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9907         (gst_ffmpegcsp_class_init):
9908         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
9909         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
9910         (gst_videoscale_prepare_image):
9911         * gst/volume/gstvolume.c: (gst_volume_class_init),
9912         (volume_transform_ip):
9913           Basetransform updates. Enable passthrough modes.
9914         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9915         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
9916         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9917           Negotiation fix that allows the window to return to the original
9918           size and renegotiate passthrough upstream. Extra debug output.
9919
9920 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9921
9922         * gst/sine/gstsinesrc.c:
9923         * gst/volume/gstvolume.c:
9924           fix up header include
9925
9926 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
9927
9928         * gst-libs/gst/audio/gstbaseaudiosink.c:
9929         (gst_base_audio_sink_render):
9930         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
9931         * gst/volume/gstvolume.c: (gst_volume_class_init),
9932         (volume_transform):
9933           fixing lost sync, some more debugging
9934
9935 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
9936
9937         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9938         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
9939         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
9940         (gst_xvimagesink_check_xshm_calls):
9941           Fix compilation when XShm is not available.
9942
9943 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
9944
9945         * ext/libvisual/visual.c: (gst_visual_dispose),
9946         (gst_visual_getcaps), (gst_visual_src_setcaps),
9947         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
9948         (gst_visual_change_state):
9949           Finish fixing up libvisual plugin so that it runs. 
9950
9951 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
9952
9953         * ext/vorbis/vorbisenc.c:
9954         * gst-libs/gst/tag/gstvorbistag.c:
9955           gsttaginterface.h -> gsttagsetter.h
9956
9957 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
9958
9959         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9960           added another test that failes for me (test is not active by default)
9961
9962 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9963
9964         * configure.ac:
9965           v4l2 is no longer in gst-plugins-base
9966
9967 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
9968
9969         * configure.ac:
9970           In the output at the end, don't show the first plugin on the same
9971           line as "Core plug-ins, always built:".
9972           Indent the output as for other plugin categories
9973         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
9974           #define that can be used to not use peer buffer_alloc functions for
9975           test purposes.
9976         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9977         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
9978         (gst_ximagesink_show_frame):
9979         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
9980         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
9981         (gst_xvimagesink_show_frame):
9982           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
9983           fails gracefully instead of XError aborting or deadlocking.
9984
9985 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
9986
9987         * ext/libvisual/Makefile.am:
9988           link against gst-base-libs
9989
9990 2005-09-06  David Schleef  <ds@schleef.org>
9991
9992         * configure.ac: Enable libvisual plugin.
9993         * ext/libvisual/Makefile.am:
9994         * ext/libvisual/visual.c: Fixes to make it compile.
9995
9996 === release 0.9.2 ===
9997
9998 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9999
10000         * NEWS:
10001         * RELEASE:
10002         * configure.ac:
10003         * docs/random/ChangeLog-0.8:
10004           releasing 0.9.2, "Spoon"
10005
10006 2005-09-05  Michael Smith <msmith@fluendo.com>
10007
10008         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10009           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
10010           that in the vorbisenc element.
10011
10012 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10013
10014         * common/gtk-doc-plugins.mak:
10015         * docs/plugins/Makefile.am:
10016           fix distcheck
10017         * gst/audioresample/resample.c:
10018           fix wrong docstring
10019
10020 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10021
10022         * common/gst-xmlinspect.py:
10023         * common/gtk-doc-plugins.mak:
10024           only inspect plugins for this given package
10025           require gst-python 0.9
10026
10027 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10028
10029         * Makefile.am:
10030         * autogen.sh:
10031         * common/gst-xmlinspect.py:
10032         * configure.ac:
10033         * docs/Makefile.am:
10034         * docs/plugins/inspect/plugin-alsa.xml:
10035         * docs/plugins/inspect/plugin-audioresample.xml:
10036         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10037         * docs/plugins/inspect/plugin-ogg.xml:
10038         * docs/plugins/tmpl/element-gnomevfssink.sgml:
10039         * docs/plugins/tmpl/element-multifdsink.sgml:
10040         * docs/plugins/tmpl/element-tcpserversink.sgml:
10041         * docs/plugins/tmpl/element-vorbisenc.sgml:
10042         * gst-plugins-base.spec.in:
10043           various doc-related updates
10044
10045 2005-08-31  Wim Taymans  <wim@fluendo.com>
10046
10047         * gst-libs/gst/audio/gstbaseaudiosink.c:
10048         (gst_base_audio_sink_render):
10049         Resync if the buffer timestamps drift more than a 10th 
10050         of a second.
10051
10052 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
10053
10054         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
10055         (gst_v4lsrc_get_property):
10056           The 'timestamp-offset' property is registered as an int64, so
10057           let's use g_value_{set|get}_int64() in our setter and getter
10058           functions (makes it work and fixes warnings with gst-inspect).
10059
10060 2005-08-30  Wim Taymans  <wim@fluendo.com>
10061
10062         * check/elements/audioconvert.c: (setup_audioconvert):
10063         * check/elements/audioresample.c: (setup_audioresample):
10064         * check/elements/volume.c: (setup_volume):
10065         Fix checks.
10066
10067 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10068
10069         * common/gtk-doc-plugins.mak:
10070         * common/plugins.xsl:
10071         * docs/plugins/Makefile.am:
10072           make module a param
10073
10074 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
10075
10076         * examples/seeking/seek.c: (make_mp3_pipeline),
10077         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
10078         (play_cb), (pause_cb), (stop_cb):
10079           update the example
10080
10081 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
10082
10083         * gst/volume/gstvolume.c: (gst_volume_class_init),
10084         (volume_transform):
10085           do not update controlled params, if buffer has no timestamp
10086
10087 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
10088
10089         * configure.ac:
10090         * gst/sine/Makefile.am:
10091         * gst/volume/Makefile.am:
10092           controllerized elements also need to link against controller-libs ;)
10093
10094 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
10095
10096         * docs/libs/tmpl/gstcolorbalance.sgml:
10097         * docs/libs/tmpl/gstgconf.sgml:
10098         * docs/libs/tmpl/gstmixer.sgml:
10099         * docs/libs/tmpl/gstringbuffer.sgml:
10100         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10101         (gst_sinesrc_create):
10102         * gst/volume/gstvolume.c: (gst_volume_class_init),
10103         (volume_transform):
10104           controllerized two audio plugins
10105
10106 2005-08-29  Andy Wingo  <wingo@pobox.com>
10107
10108         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
10109         (vorbis_handle_data_packet): Fix some int overflow errors.
10110
10111         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
10112         -1.
10113         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
10114         valid.
10115         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
10116         if it's valid. Fixed streaming-mode playback.
10117
10118         * check/elements/volume.c (cleanup_volume): Fix for running
10119         CK_FORK=no.
10120
10121         * check/elements/audioconvert.c: Convert from native endian, not
10122         little endian.
10123
10124 2005-08-29  Michael Smith <msmith@fluendo.com>
10125
10126         * ext/ogg/Makefile.am:
10127         * ext/ogg/gstogg.c: (plugin_init):
10128         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
10129         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
10130         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
10131         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
10132         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
10133         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
10134         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
10135         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
10136         Add an ogg parser element.
10137
10138 2005-08-28  Andy Wingo  <wingo@pobox.com>
10139
10140         * Updates for two-arg init from GST_BOILERPLATE_FULL.
10141
10142 2005-08-26  Wim Taymans  <wim@fluendo.com>
10143
10144         * gst/audioconvert/audioconvert.c: (if), (float),
10145         (audio_convert_get_func_index), (check_default),
10146         (audio_convert_clean_fmt), (audio_convert_prepare_context),
10147         (audio_convert_clean_context), (audio_convert_get_sizes),
10148         (audio_convert_convert):
10149         Cleanups.
10150
10151 2005-08-26  Wim Taymans  <wim@fluendo.com>
10152
10153         * gst/audioconvert/audioconvert.c: (if), (float),
10154         (audio_convert_get_func_index), (check_default),
10155         (audio_convert_clean_fmt), (audio_convert_prepare_context),
10156         (audio_convert_clean_context), (audio_convert_get_sizes),
10157         (audio_convert_convert):
10158         More elegant and working temp buffer selection algo.
10159
10160 2005-08-26  Wim Taymans  <wim@fluendo.com>
10161
10162         * gst/audioconvert/audioconvert.c: (if), (float),
10163         (audio_convert_get_func_index), (check_default),
10164         (audio_convert_clean_fmt), (audio_convert_prepare_context),
10165         (audio_convert_clean_context), (audio_convert_get_sizes),
10166         (get_temp_buffer), (audio_convert_convert):
10167         Use realloc else we lose our original data.
10168
10169 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10170
10171         * gst/audioresample/gstaudioresample.c:
10172           use base class' newsegment to properly timestamp
10173
10174 2005-08-26  Wim Taymans  <wim@fluendo.com>
10175
10176         * gst/audioconvert/audioconvert.c: (if), (float),
10177         (audio_convert_get_func_index), (check_default),
10178         (audio_convert_clean_fmt), (audio_convert_prepare_context),
10179         (audio_convert_clean_context), (audio_convert_get_sizes),
10180         (get_temp_buffer), (audio_convert_convert):
10181         * gst/audioconvert/gstaudioconvert.c:
10182         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
10183         (gst_audio_convert_transform_caps),
10184         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
10185         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
10186         Oops, allocate enough space to perform the channel mix.
10187
10188 2005-08-26  Wim Taymans  <wim@fluendo.com>
10189
10190         * gst/audioconvert/Makefile.am:
10191         * gst/audioconvert/audioconvert.c: (if), (float),
10192         (audio_convert_get_func_index), (check_default),
10193         (audio_convert_clean_fmt), (audio_convert_prepare_context),
10194         (audio_convert_clean_context), (audio_convert_get_sizes),
10195         (get_temp_buffer), (audio_convert_convert):
10196         * gst/audioconvert/audioconvert.h:
10197         * gst/audioconvert/gstaudioconvert.c:
10198         (gst_audio_convert_class_init), (gst_audio_convert_init),
10199         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
10200         (gst_audio_convert_get_unit_size),
10201         (gst_audio_convert_transform_caps),
10202         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
10203         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
10204         * gst/audioconvert/gstaudioconvert.h:
10205         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
10206         (gst_channel_mix_fill_identical),
10207         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
10208         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
10209         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
10210         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
10211         (gst_channel_mix_mix):
10212         * gst/audioconvert/gstchannelmix.h:
10213         Cleanups, librarify a bit, optimize, better negotiation and more.
10214
10215 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
10216
10217         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
10218         Another from MikeS:
10219         During typefinding, don't support negative offsets
10220         (offsets from the end of the stream) in our typefind->peek() function
10221         - nothing embedded in ogg ever needs them. However, we need to recognise
10222         those requests and reject them, otherwise we return invalid pointers.
10223
10224 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
10225
10226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
10227         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
10228         (vorbisdec_finalize), (vorbis_handle_type_packet):
10229           Big shout-out to MikeS for fixing this giant memory leak.
10230           Huzzah!
10231
10232 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10233
10234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
10235         (audio_convert_get_unit_size):
10236           plug some leaks
10237
10238 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10239
10240         * check/Makefile.am:
10241         * check/elements/audioconvert.c: (setup_audioconvert),
10242         (cleanup_audioconvert), (get_int_caps), (verify_convert),
10243         (GST_START_TEST), (audioconvert_suite), (main):
10244           add a test for audioconvert
10245         * gst/audioresample/gstaudioresample.c:
10246         * gst/audioresample/gstaudioresample.h:
10247           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
10248           note that for buffers of 1/3 sec this means DURATION(c) is 
10249           one nanosecond more than for a and b
10250
10251 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10252
10253         * check/Makefile.am:
10254         * check/elements/audioresample.c: (setup_audioresample),
10255         (cleanup_audioresample), (fail_unless_perfect_stream),
10256         (test_perfect_stream_instance), (GST_START_TEST),
10257           add a check for audioresample
10258         (audioresample_suite), (main):
10259         * check/elements/volume.c: (GST_START_TEST):
10260           remove unused method
10261         * gst/audioresample/gstaudioresample.c:
10262           set correct buffer parameters since we're changing them
10263         * gst/audioresample/resample_ref.c: (resample_scale_ref):
10264           add some debug
10265
10266 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10267
10268         * gst/audioresample/debug.c:
10269         * gst/audioresample/gstaudioresample.c:
10270           add room for extra overlap samples when asked to transform size
10271           protect against possible mem corruption and check for discrepancies
10272           between written size and outbuffer's size so we can warn for
10273           potential problems
10274         * gst/audioresample/resample.c: (resample_init),
10275         (resample_get_output_size_for_input), (resample_get_output_size),
10276         (resample_set_n_channels), (resample_set_format):
10277           set debug level based on RESAMPLE_DEBUG env var
10278           make sure that get_output_size* returns a whole number of
10279           sample_size
10280           set sample_size each time either channel or format is set
10281         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
10282         * gst/audioresample/resample_functable.c:
10283         (resample_scale_functable):
10284         * gst/audioresample/resample_ref.c: (resample_scale_ref):
10285           remove r->sample_size, it's done in resample.c now
10286           add some debugging to the ref implementation
10287           make sure we only give back bytes that are wholes of the sample
10288           size
10289
10290 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
10291         * gst/playback/gstplaybasebin.c: (fill_buffer):
10292         Revert unpopular change for GST_MESSAGE_SRC to GObject.
10293
10294 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
10295
10296         * gst/volume/gstvolume.c:
10297           made set_caps function static
10298
10299 2005-08-24  Wim Taymans  <wim@fluendo.com>
10300
10301         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10302         (gst_vorbisenc_change_state):
10303         Stop leaking taglists.
10304
10305 2005-08-24  Wim Taymans  <wim@fluendo.com>
10306
10307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10308         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
10309         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
10310         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
10311         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
10312         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
10313         Parse seeking events better.
10314         Unref static caps.
10315         Generate correct newsegment events, fixes seeking in live oggs.
10316
10317         * ext/theora/theoradec.c: (theora_dec_src_query),
10318         (theora_dec_src_event), (theora_dec_src_getcaps),
10319         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
10320         Use newsegment values to report correct play time.
10321
10322         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10323         (vorbis_dec_src_event), (vorbis_dec_sink_event):
10324         * ext/vorbis/vorbisdec.h:
10325         Parse and use newsegment values to report correct play time.
10326
10327         * gst-libs/gst/audio/gstbaseaudiosink.c:
10328         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10329         Clear ringbuffer on flush.
10330         Use newsegment values to calculate playback time.
10331
10332         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
10333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
10334         Basesink does newsegment calculations for us now.
10335
10336 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10337
10338         * check/Makefile.am:
10339         * configure.ac:
10340           add core's plugins to the mix so that playbin works
10341         * check/generic/states.c: (GST_START_TEST):
10342           set a 0 timeout on pipelines, so they don't force the next
10343           state change
10344         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
10345         (gst_play_base_bin_change_state):
10346           remove the crappy error handling and do GST error handling
10347
10348 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10349
10350         * check/Makefile.am:
10351         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
10352           add same test as to core, it bitches out on playbin atm.
10353
10354 2005-08-24  Wim Taymans  <wim@fluendo.com>
10355
10356         * configure.ac:
10357         Remove audioscale.
10358
10359 2005-08-24  Wim Taymans  <wim@fluendo.com>
10360
10361         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
10362         (gst_videoscale_prepare_size), (parse_caps),
10363         (gst_videoscale_set_caps), (gst_videoscale_get_size),
10364         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
10365         (gst_videoscale_transform):
10366         * gst/videoscale/gstvideoscale.h:
10367         Refactor, make use of BaseTranform really well.
10368
10369 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10370
10371         * configure.ac:
10372           compile audioresample
10373         * gst/audioresample/Makefile.am:
10374         * gst/audioresample/buffer.c:
10375         * gst/audioresample/functable.c:
10376         * gst/audioresample/gstaudioresample.c:
10377         * gst/audioresample/gstaudioresample.h:
10378         * gst/audioresample/resample.c:
10379         (resample_get_output_size_for_input):
10380         * gst/audioresample/resample.h:
10381         * gst/audioresample/resample_chunk.c:
10382         * gst/audioresample/resample_functable.c:
10383         * gst/audioresample/resample_ref.c:
10384           port to use basetransform; doesn't work in all cases yet
10385
10386 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10387
10388         * gst/audioconvert/gstaudioconvert.c:
10389         (gst_audio_convert_class_init), (gst_audio_convert_init),
10390         (audio_convert_get_unit_size), (audio_convert_transform_caps),
10391         (audio_convert_fixate_caps), (audio_convert_set_caps),
10392         (audio_convert_transform),
10393         (gst_audio_convert_buffer_to_default_format),
10394         (gst_audio_convert_buffer_from_default_format),
10395         (gst_audio_convert_channels):
10396         * gst/audioconvert/gstchannelmix.c:
10397         * gst/audioconvert/gstchannelmix.h:
10398           port to basetransform
10399         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10400         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
10401         (gst_ffmpegcsp_get_unit_size):
10402         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10403         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
10404           fix for basetransform changes
10405
10406 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
10407
10408         * check/Makefile.am:
10409           Add CHECK_CFLAGS and LDFLAGS
10410
10411         * gst/playback/gstplaybasebin.c: (fill_buffer):
10412           GST_MESSAGE_SRC became a GObject
10413
10414 2005-08-24  Wim Taymans  <wim@fluendo.com>
10415
10416         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
10417         (gst_ring_buffer_clear_all):
10418         * gst-libs/gst/audio/gstringbuffer.h:
10419         Added function to clear the ringbuffer.
10420
10421 2005-08-24  Andy Wingo  <wingo@pobox.com>
10422
10423         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
10424         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
10425         of _open and _close.
10426
10427         * sys/v4l/gstv4lxoverlay.h:
10428         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
10429         an Xv connection here, instead of all the time. Make Xv only be
10430         loaded if you axe for it. Kindof a workaround for buggy behaviour
10431         of Xv when using remote xservers (XvQueryExtension would block).
10432         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
10433         replace the _open and _close public API. Only start the xv
10434         connection if necessary.
10435         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
10436
10437 2005-08-23  David Schleef  <ds@schleef.org>
10438
10439         * gst/audioresample/Makefile.am: Leet audioresampling code
10440         * gst/audioresample/buffer.c:
10441         * gst/audioresample/buffer.h:
10442         * gst/audioresample/debug.c:
10443         * gst/audioresample/debug.h:
10444         * gst/audioresample/functable.c:
10445         * gst/audioresample/functable.h:
10446         * gst/audioresample/gstaudioresample.c:
10447         * gst/audioresample/gstaudioresample.h:
10448         * gst/audioresample/resample.c:
10449         * gst/audioresample/resample.h:
10450         * gst/audioresample/resample_chunk.c:
10451         * gst/audioresample/resample_functable.c:
10452         * gst/audioresample/resample_ref.c:
10453
10454 2005-08-23  Wim Taymans  <wim@fluendo.com>
10455
10456         * examples/seeking/seek.c: (make_vorbis_pipeline),
10457         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
10458         Small seek updates.
10459
10460 2005-08-23  Andy Wingo  <wingo@pobox.com>
10461
10462         * gst-libs/gst/audio/gstbaseaudiosrc.c
10463         (gst_base_audio_src_fixate): Only fixate endianness if it is
10464         present in the caps.
10465
10466 2005-08-22  Andy Wingo  <wingo@pobox.com>
10467
10468         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
10469         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
10470         device-name property.
10471
10472         * gst-libs/gst/audio/gstaudiosrc.h:
10473         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
10474         close_device in the ring buffer, like gstaudiosink.
10475
10476         * ext/alsa/gstalsamixer.h:
10477         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
10478         macro to implement the interface without much code. Cleanups. 
10479
10480         * ext/alsa/gstalsasrc.h:
10481         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
10482         READY.
10483
10484         * ext/alsa/Makefile.am: Add new files.
10485         * ext/alsa/gstalsamixerelement.c: 
10486         * ext/alsa/gstalsamixerelement.c: Split element code out from
10487         mixer code so that alsasrc can be a mixer too.
10488
10489 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10490
10491         * check/elements/volume.c: (setup_volume), (cleanup_volume),
10492         (GST_START_TEST):
10493         * check/elements/vorbisdec.c: (setup_vorbisdec),
10494         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
10495         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10496         (vorbis_handle_identification_packet),
10497         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
10498         (vorbis_handle_header_packet), (vorbis_dec_push),
10499         (vorbis_dec_chain):
10500           use the setup/teardown methods to save code.  save code is good.
10501
10502 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10503
10504         * check/Makefile.am:
10505           add ext dir for plugins
10506           add vorbisdec test conditionally
10507         * check/elements/volume.c: (setup_volume), (cleanup_volume),
10508         (GST_START_TEST), (volume_suite):
10509           add a test with wrong caps
10510         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
10511         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
10512           add a vorbisdec test
10513         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
10514         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
10515           clean up debug output
10516         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10517           yay, fix a segfault/security issue in vorbisdec
10518           gst-launch fakesrc ! vorbisdec wasn't happy
10519         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
10520         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
10521         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
10522         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
10523         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
10524         (gst_vorbisenc_set_metadata), (get_constraints_string),
10525         (update_start_message), (gst_vorbisenc_setup),
10526         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10527         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
10528         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
10529         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
10530         * ext/vorbis/vorbisenc.h:
10531           march in line
10532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10533         (gst_ffmpegcsp_transform):
10534           have the kow come home
10535         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
10536           debug my func ptr
10537         * gst/volume/gstvolume.c: (volume_set_caps):
10538           add a debug
10539
10540 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10541
10542         * Makefile.am:
10543         * check/.cvsignore:
10544         * check/Makefile.am:
10545         * check/elements/.cvsignore:
10546         * check/elements/volume.c: (chain_func), (event_func),
10547         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
10548         (main):
10549         * configure.ac:
10550           add unit test structure for gst-plugins-base
10551           add a test for volume
10552         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
10553         (gst_volume_set_volume), (gst_volume_get_volume),
10554         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
10555         (volume_funcfind), (volume_process_float), (volume_process_int16),
10556         (volume_set_caps), (volume_transform), (volume_update_mute),
10557         (volume_update_volume), (volume_set_property),
10558         (volume_get_property):
10559           document a little; use basetransform vmethod _set_caps
10560
10561 2005-08-19  Andy Wingo  <wingo@pobox.com>
10562
10563         * ext/alsa/gstalsamixertrack.h:
10564         * ext/alsa/gstalsamixertrack.c:
10565         * ext/alsa/gstalsamixeroptions.h:
10566         * ext/alsa/gstalsamixeroptions.c:
10567         * ext/alsa/gstalsamixer.h:
10568         * ext/alsa/gstalsamixer.c: Port to 0.9.
10569
10570         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
10571         Remove gstalsa.c and alsaclock. No more cruft here.
10572         
10573 2005-08-18  Wim Taymans  <wim@fluendo.com>
10574
10575         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10576         (gst_base_rtp_depayload_chain),
10577         (gst_base_rtp_depayload_add_to_queue),
10578         (gst_base_rtp_depayload_push),
10579         (gst_base_rtp_depayload_queue_release):
10580         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10581         Fix for RTPBuffer changes.
10582
10583         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
10584         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
10585         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
10586         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
10587         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
10588         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
10589         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
10590         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
10591         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
10592         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
10593         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
10594         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
10595         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
10596         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
10597         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
10598         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
10599         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
10600         (gst_rtpbuffer_get_payload):
10601         * gst-libs/gst/rtp/gstrtpbuffer.h:
10602         Don't subclass GstBuffer but add methods and helper functions
10603         to construct and manipulate RTP packets in regular GstBuffers.
10604
10605 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
10606
10607         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
10608           moved statement below switch
10609         * gst/volume/gstvolume.c: (gst_volume_class_init):
10610           added debug ptr
10611
10612 2005-08-16  Wim Taymans  <wim@fluendo.com>
10613
10614         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10615         (gst_base_audio_src_change_state):
10616         Open and close device in READY<->NULL state change.
10617
10618 2005-08-16  Andy Wingo  <wingo@pobox.com>
10619
10620         * examples/seeking/Makefile.am: Don't compile non-compiling
10621         compiled objects with the compiler.
10622
10623         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
10624         elements.
10625
10626 2005-08-12  Philippe Khalaf <burger@speedy.org>
10627         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10628         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10629           Made a thread to release the queue.
10630           Removed timestamp conversion for now.
10631
10632 2005-08-10  Philippe Khalaf <burger@speedy.org>
10633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10634         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10635           Added rtp timestamp -> gst timestamp conversion.
10636           Fixed several problems with queue.
10637
10638 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
10639
10640         * gst-libs/gst/audio/gstaudioclock.h:
10641         * gst-libs/gst/audio/gstaudiofilter.h:
10642         * gst-libs/gst/audio/gstaudiosink.h:
10643         * gst-libs/gst/audio/gstaudiosrc.h:
10644         * gst-libs/gst/audio/gstbaseaudiosink.h:
10645         * gst-libs/gst/audio/gstbaseaudiosrc.h:
10646         * gst-libs/gst/audio/gstringbuffer.h:
10647         * gst-libs/gst/net/gstnetbuffer.h:
10648         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10649         * gst-libs/gst/rtp/gstrtpbuffer.h:
10650           Add padding (you will need to rebuild gst-plugins-base,
10651           gst-plugins and all applications afterwards!)
10652
10653 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
10654
10655         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
10656         (gst_riff_parse_chunk):
10657           Fix bug in debug message and add some more debug messages.
10658
10659 2005-08-08  Edward Hervey  <edward@fluendo.com>
10660
10661         * gst-libs/gst/riff/riff-media.c:
10662         backported updates since branch
10663
10664 2005-08-08  Andy Wingo  <wingo@pobox.com>
10665
10666         * gst-libs/gst/audio/gstbaseaudiosink.c
10667         (gst_base_audio_sink_change_state): Open the device in NULL->READY
10668         like good elements should. Close on READY->NULL too.
10669
10670         * gst-libs/gst/audio/gstaudiosink.c
10671         (gst_audioringbuffer_open_device,
10672         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
10673         (gst_audioringbuffer_release): Updates for new ring buffer API,
10674         hook into the new audio sink api.
10675
10676         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
10677         (GstAudioSinkClass.close): Just open and close the device -- no
10678         resource allocation or configuration.
10679         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
10680         vmethods, handle device setup and resource allocation.
10681
10682         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
10683         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
10684         base class API.
10685
10686         * gst-libs/gst/audio/gstringbuffer.h
10687         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
10688         New vmethods.
10689
10690         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
10691         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
10692         New API functions. The device should be opened before acquiring
10693         and closed after releasing.
10694
10695 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
10696
10697         * gst-libs/gst/interfaces/mixer.h:
10698           Reset padding to GST_PADDING.
10699
10700 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10701
10702         * gst/playback/gstplaybin.c: (remove_sinks):
10703           Remove visualization from parent explicitely; works around some
10704           apparent refcount issue that I haven't tracked down yet.
10705
10706 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10707
10708         * ext/alsa/gstalsasink.c: (set_hwparams):
10709           Assign debug category, add negotiation debug msgs.
10710
10711 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10712
10713         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
10714           Fix error code for file-not-found to NOT_FOUND.
10715
10716 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10717
10718         * common/gtk-doc-plugins.mak:
10719         * docs/plugins/Makefile.am:
10720         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10721         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10722           renamed to actual element names, so much nicer to look at
10723         * docs/plugins/tmpl/gstmultifdsink.sgml:
10724           remove
10725         * docs/plugins/tmpl/multifdsink.sgml:
10726         * docs/plugins/tmpl/tcpserversink.sgml:
10727           add
10728         * ext/alsa/gstalsa.c:
10729         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
10730         * ext/ogg/gstoggmux.c:
10731         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
10732         * gst/playback/gstdecodebin.c:
10733         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
10734         * gst/tcp/gsttcpserversink.c:
10735           various fixes and documentation additions
10736
10737 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10738
10739         * common/Makefile.am:
10740         * common/gstdoc-scangobj:
10741         * common/gtk-doc-plugins.mak:
10742         * common/gtk-doc.mak:
10743           add a custom scangobj that uses the registry
10744           add a custom gtk-doc-plugins.mak that uses it
10745           some doc build fixes
10746         * configure.ac:
10747         * docs/Makefile.am:
10748         * docs/plugins/Makefile.am:
10749         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10750         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10751         * docs/plugins/gst-plugins-base-plugins.types:
10752         * docs/plugins/tmpl/gstmultifdsink.sgml:
10753           add docs for one element, multifdsink
10754         * gst/adder/gstadder.h:
10755         * gst/volume/gstvolume.h:
10756           don't privatize enum
10757         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10758         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10759         (gst_sync_method_get_type), (gst_client_status_get_type),
10760         (gst_multifdsink_class_init),
10761         (gst_multifdsink_client_queue_buffer),
10762         (gst_multifdsink_handle_client_write):
10763         * gst/tcp/gstmultifdsink.h:
10764         * gst/tcp/gsttcp.h:
10765         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10766         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
10767         (gst_tcpclientsink_render):
10768         * gst/tcp/gsttcpclientsink.h:
10769         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10770         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
10771         (gst_tcpclientsrc_start):
10772         * gst/tcp/gsttcpclientsrc.h:
10773         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10774         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
10775         * gst/tcp/gsttcpserversrc.h:
10776         * gst/typefind/gsttypefindfunctions.c:
10777           remove superfluous Type stuff
10778
10779 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10780
10781         * gst/playback/gstplaybin.c: (gen_video_element):
10782           Enable videoscale.
10783
10784 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10785
10786         * gst-libs/gst/gconf/gconf.c:
10787         * gst-libs/gst/gconf/gconf.h:
10788           Fix some Andy Problem [tm].
10789
10790 2005-08-04  Andy Wingo  <wingo@pobox.com>
10791
10792         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
10793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
10794         (gst_ffmpegcsp_get_size): Adapt to API changes.
10795
10796         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
10797         Implement an in-place do-nothing transform.
10798
10799 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10800
10801         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10802         (gst_ximagesink_renegotiate_size):
10803           Do not set new window sizes yet if we prepare a new buffer size
10804           for upstream renegotiation (software scaling) at some point in the
10805           future, because this new size waqs not actually accepted yet. Once
10806           accepted, renegotiation later on will set the new sizes just fine.
10807           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
10808           embedding testcase.
10809
10810 2005-08-03  Andy Wingo  <wingo@pobox.com>
10811
10812         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
10813         (gst_ximagesink_buffer_alloc): 
10814         Protect the height, width, and desired_caps with the pool_lock.
10815         Fixes videotestsrc ! queue ! ximagesink.
10816
10817 2005-08-02  Edward Hervey  <edward@fluendo.com>
10818
10819         * gst/volume/gstvolume.c:
10820         include left from controller cleanup
10821
10822 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
10823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
10824           Stop collectpads before calling the parent state
10825           change function on PAUSED->READY.
10826
10827 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
10828         * configure.ac:
10829           When testing for X libs, use the X CFlags 
10830         * gst/adder/gstadder.c: (gst_adder_change_state):
10831           Stop the collectpads before calling parent state change function
10832           on PAUSED->READY, otherwise we deadlock deactivating pads.
10833
10834 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
10835
10836         * configure.ac:
10837         * docs/libs/tmpl/gstcolorbalance.sgml:
10838         * docs/libs/tmpl/gstmixer.sgml:
10839         * examples/Makefile.am:
10840         * gst/sine/Makefile.am:
10841         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
10842         (gst_sinesrc_set_property), (plugin_init):
10843         * gst/sine/gstsinesrc.h:
10844         * gst/volume/Makefile.am:
10845         * gst/volume/gstvolume.c: (gst_volume_set_volume),
10846         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
10847         (volume_process_float), (volume_process_int16),
10848         (volume_set_property), (plugin_init):
10849         * gst/volume/gstvolume.h:
10850           deactivate and remove dparams (libgstcontrol)
10851
10852 2005-07-29  Wim Taymans  <wim@fluendo.com>
10853
10854         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
10855         Convert me to BaseTransform!! help..
10856
10857 2005-07-29  Andy Wingo  <wingo@pobox.com>
10858
10859         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
10860         sinks.
10861
10862         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
10863         support of both endiannesses.
10864
10865 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
10866
10867         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10868           Fix confusing debug message (s/event/query/)
10869
10870 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
10871
10872         * gst/videotestsrc/videotestsrc.h:
10873           Use "_stdint.h" instead of <stdint.h>
10874
10875 2005-07-27  Wim Taymans  <wim@fluendo.com>
10876
10877         * ext/vorbis/Makefile.am:
10878         Revert wrong commit.
10879
10880 2005-07-27  Wim Taymans  <wim@fluendo.com>
10881
10882         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
10883         More compilation fixen.
10884
10885 2005-07-27  Wim Taymans  <wim@fluendo.com>
10886
10887         * gst-libs/gst/audio/gstbaseaudiosink.c:
10888         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
10889         (gst_base_audio_sink_create_ringbuffer),
10890         (gst_base_audio_sink_change_state):
10891         Fix compilation.
10892
10893 2005-07-27  Wim Taymans  <wim@fluendo.com>
10894
10895         * examples/seeking/seek.c: (setup_dynamic_link),
10896         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
10897         (query_positions_elems), (query_positions_pads), (do_seek):
10898         Update seek example.
10899
10900         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
10901         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
10902         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
10903         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10904         (gst_ogg_demux_handle_event),
10905         (gst_ogg_demux_deactivate_current_chain),
10906         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10907         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
10908         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
10909         (gst_ogg_demux_loop):
10910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
10911         * ext/theora/theoradec.c: (theora_dec_src_event),
10912         (theora_dec_src_getcaps), (theora_dec_sink_event),
10913         (theora_dec_push), (theora_dec_chain):
10914         * ext/vorbis/Makefile.am:
10915         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
10916         (vorbis_dec_sink_event), (vorbis_dec_push),
10917         (vorbis_handle_data_packet):
10918         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
10919         (gst_vorbisenc_chain):
10920         * gst/playback/gststreaminfo.c: (cb_probe):
10921         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
10922         * gst/videorate/gstvideorate.c: (gst_videorate_event):
10923         * gst/videoscale/gstvideoscale.c:
10924         (gst_videoscale_handle_src_event):
10925         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
10926         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
10927         (gst_ximagesink_navigation_send_event):
10928         * sys/xvimage/xvimagesink.c:
10929         (gst_xvimagesink_navigation_send_event):
10930         Various event updates and cleanups
10931
10932 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10933
10934         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
10935           Fix segfault for I420/YV12.
10936
10937 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10938
10939         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
10940           Report bitrate.
10941
10942 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10943
10944         * gst/playback/gstplaybin.c: (gen_video_element),
10945         (gen_audio_element):
10946           Switch to auto*sink elements as default sinks; add volume element
10947           so that volume control in totem works.
10948
10949 2005-07-21  Wim Taymans  <wim@fluendo.com>
10950
10951         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
10952         * gst/playback/gstplaybin.c: (setup_sinks),
10953         (gst_play_bin_change_state):
10954         Refcount fix and more comments.
10955
10956 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10957
10958         * sys/ximage/Makefile.am:
10959         * sys/ximage/ximage.c: (plugin_init):
10960         * sys/ximage/ximagesink.c:
10961         Prepare for adding ximagesrc, rename of plugin to ximage etc.
10962         
10963
10964 2005-07-21  Wim Taymans  <wim@fluendo.com>
10965
10966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
10967         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10968         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
10969         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10970         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
10971         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
10972         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
10973         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
10974         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10975         Generate correct disconts for live chained oggs.
10976
10977         * gst-libs/gst/audio/gstbaseaudiosink.c:
10978         (gst_base_audio_sink_render),
10979         (gst_base_audio_sink_create_ringbuffer),
10980         (gst_base_audio_sink_change_state):
10981         Handle discont math correctly.
10982
10983         * gst/playback/gstplaybin.c: (add_sink):
10984         Some small debug cleanup.
10985
10986 2005-07-21  Wim Taymans  <wim@fluendo.com>
10987
10988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
10989         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10990         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
10991         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10992         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
10993         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
10994         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10995         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
10996         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
10997         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10998         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
10999         (gst_ogg_demux_change_state), (gst_ogg_print):
11000         Reorganize code to send the right disconts when in streaming
11001         mode.
11002
11003 2005-07-20  Andy Wingo  <wingo@pobox.com>
11004
11005         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
11006         fix (?), fixes a seggie mcfalterson (#310894).
11007
11008 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11009
11010         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
11011         (gst_ogg_mux_set_header_on_caps):
11012         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
11014         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
11015         * gst-libs/gst/audio/multichannel.c:
11016         (gst_audio_set_channel_positions),
11017         (gst_audio_set_structure_channel_positions_list):
11018         * gst/playback/gstdecodebin.c: (dynamic_create):
11019         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
11020         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11021           Fixes for API changes in core.
11022
11023 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11024
11025         * gst/playback/gstplaybasebin.c: (fill_buffer):
11026           Use _new_custom() so we can set custom message types for buffering
11027           messages.
11028
11029 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11030
11031         * configure.ac:
11032         * gst-libs/gst/Makefile.am:
11033         * gst-libs/gst/gconf/.cvsignore:
11034         * gst-libs/gst/gconf/Makefile.am:
11035         * gst-libs/gst/gconf/test-gconf.c:
11036         * pkgconfig/Makefile.am:
11037         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
11038         * pkgconfig/gstreamer-gconf.pc.in:
11039           Remove gconf stuff, use gconf elements instead from now on.
11040
11041 2005-07-20  Wim Taymans  <wim@fluendo.com>
11042
11043         * gst-libs/gst/audio/TODO:
11044         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
11045         (gst_audio_clock_get_internal_time):
11046         * gst-libs/gst/audio/gstaudioclock.h:
11047         * gst-libs/gst/audio/gstbaseaudiosink.c:
11048         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
11049         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
11050         (gst_base_audio_sink_render),
11051         (gst_base_audio_sink_create_ringbuffer),
11052         (gst_base_audio_sink_change_state):
11053         Make sure the audio clock always returns an increasing value.
11054
11055 2005-07-19  Andy Wingo  <wingo@pobox.com>
11056
11057         * gst/videotestsrc/: Cleanups.
11058
11059 2005-07-19  Wim Taymans  <wim@fluendo.com>
11060
11061         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
11062         Better debugging.
11063
11064 2005-07-19  Wim Taymans  <wim@fluendo.com>
11065
11066         * examples/seeking/seek.c: (make_dv_pipeline),
11067         (make_vorbis_theora_pipeline), (query_rates),
11068         (query_positions_elems), (query_positions_pads), (do_seek):
11069         Make correct DV pipeline.
11070
11071 2005-07-18  Andy Wingo  <wingo@pobox.com>
11072
11073         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
11074         default. Also because it's the only thing that really works. (This
11075         is used in the GConf elements).
11076         Use AS_LIBTOOL_TAGS.
11077
11078 2005-07-18  Wim Taymans  <wim@fluendo.com>
11079
11080         * gst/playback/gstdecodebin.c: (remove_element_chain):
11081         * gst/playback/gstplaybin.c: (add_sink):
11082         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
11083         (gst_stream_info_set_mute):
11084         * gst/playback/gststreamselector.c:
11085         (gst_stream_selector_get_linked_pad),
11086         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
11087         More leak and compile fixes.
11088
11089 2005-07-18  Wim Taymans  <wim@fluendo.com>
11090
11091         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
11092         (query_rates), (query_positions_elems), (query_positions_pads),
11093         (do_seek), (seek_cb), (stop_seek):
11094         Updated seek example. 
11095
11096         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
11097         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
11098         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
11099         * gst/playback/gstplaybin.c: (add_sink):
11100         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
11101         (gst_stream_info_set_mute):
11102         Some refcount leak fixes.
11103
11104 2005-07-16  Wim Taymans  <wim@fluendo.com>
11105
11106         * gst-libs/gst/audio/gstbaseaudiosink.c:
11107         (gst_base_audio_sink_render):
11108         Align samples even if we have roundoff errors in the 
11109         timestamp conversion.
11110
11111 2005-07-16  Wim Taymans  <wim@fluendo.com>
11112
11113         * docs/libs/tmpl/gstringbuffer.sgml:
11114         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
11115         (query_rates), (query_positions_elems), (query_positions_pads),
11116         (update_scale), (do_seek):
11117         Updated seek example.
11118
11119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11120         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
11121         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
11122         (gst_ogg_demux_loop):
11123         Push out correct discont values.
11124
11125         * ext/theora/theoradec.c: (theora_dec_src_convert),
11126         (theora_dec_sink_convert), (theora_dec_src_getcaps),
11127         (theora_dec_sink_event), (theora_handle_type_packet),
11128         (theora_handle_header_packet), (theora_dec_push),
11129         (theora_handle_data_packet), (theora_dec_chain),
11130         (theora_dec_change_state):
11131         Better timestamping.
11132
11133         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11134         (vorbis_dec_sink_event), (vorbis_dec_push),
11135         (vorbis_handle_data_packet), (vorbis_dec_chain):
11136         * ext/vorbis/vorbisdec.h:
11137         Better timestamping.
11138
11139         * gst-libs/gst/audio/gstbaseaudiosink.c:
11140         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
11141         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11142         Handle syncing on timestamps instead of sample offsets. Make
11143         use of DISCONT values as described in design docs.
11144
11145         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11146         (gst_base_audio_src_get_time):
11147         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
11148         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
11149         (gst_ring_buffer_read):
11150         * gst-libs/gst/audio/gstringbuffer.h:
11151         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
11152         (gst_ximagesink_show_frame):
11153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
11154         Correcly convert buffer timestamp to stream time.
11155
11156 2005-07-16  Wim Taymans  <wim@fluendo.com>
11157
11158         * gst/audioconvert/gstaudioconvert.c:
11159         (gst_audio_convert_get_buffer):
11160         Timestamp buffers correctly.
11161
11162         * gst/playback/gstplaybin.c: (gen_video_element):
11163         Make internal fakesink silent.
11164
11165 2005-07-15  Wim Taymans  <wim@fluendo.com>
11166
11167         * gst/ffmpegcolorspace/Makefile.am:
11168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11169         (gst_ffmpegcsp_caps_remove_format_info),
11170         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
11171         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
11172         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
11173         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
11174         Ported ffmpegcolorspace to basetransform.
11175
11176         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
11177         * gst/volume/gstvolume.c: (volume_transform):
11178         Ported to new API.
11179
11180 2005-07-14  Wim Taymans  <wim@fluendo.com>
11181
11182         * gst/videotestsrc/Makefile.am:
11183         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
11184         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
11185         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
11186         (gst_videotestsrc_init), (gst_videotestsrc_event),
11187         (gst_videotestsrc_create), (gst_videotestsrc_start),
11188         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
11189         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
11190         (gst_videotestsrc_get_property):
11191         * gst/videotestsrc/gstvideotestsrc.h:
11192         Make videotestsrc a pushsrc.
11193
11194 2005-07-14  Wim Taymans  <wim@fluendo.com>
11195
11196         * gst/tcp/gstfdset.c: (gst_fdset_free):
11197         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11198         (gst_multifdsink_add), (gst_multifdsink_remove),
11199         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11200         (gst_multifdsink_remove_client_link),
11201         (gst_multifdsink_client_queue_data),
11202         (gst_multifdsink_client_queue_caps),
11203         (gst_multifdsink_client_queue_buffer),
11204         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11205         (gst_multifdsink_stop):
11206         * gst/tcp/gstmultifdsink.h:
11207         0.8 backporting.
11208
11209         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
11210         Also draw image when not from a pool.
11211
11212 2005-07-14  Wim Taymans  <wim@fluendo.com>
11213
11214         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
11215         (mute_stream), (silence_stream):
11216         Small debug additions.
11217
11218 2005-07-14  Wim Taymans  <wim@fluendo.com>
11219
11220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
11221         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
11222         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
11223         Better error recovery, ignore unconnected pads and
11224         non-fatal errors.
11225
11226 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11227
11228         * docs/libs/tmpl/gstaudio.sgml:
11229         * docs/libs/tmpl/gstcolorbalance.sgml:
11230         * docs/libs/tmpl/gstgconf.sgml:
11231         * docs/libs/tmpl/gstmixer.sgml:
11232         * docs/libs/tmpl/gstringbuffer.sgml:
11233         * docs/libs/tmpl/gsttuner.sgml:
11234         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11235         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
11236         (gst_tcpclientsrc_class_init):
11237         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
11238         (gst_tcpserversrc_class_init):
11239         * sys/v4l/gstv4lelement.c:
11240           more autistic cleanliness in functions/names/defines
11241
11242 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11243
11244         * configure.ac:
11245           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
11246           added manually to each Makefile.am so we are sure it goes
11247           *last* and doesn't add -L flags before linking in libs of our
11248           own, like, say, internal .la libs, that then accidentally pick
11249           up the installed copy.
11250         * docs/libs/Makefile.am:
11251         * ext/alsa/Makefile.am:
11252         * ext/cdparanoia/Makefile.am:
11253         * ext/gnomevfs/Makefile.am:
11254         * ext/libvisual/Makefile.am:
11255         * ext/ogg/Makefile.am:
11256         * ext/theora/Makefile.am:
11257         * ext/vorbis/Makefile.am:
11258         * gst-libs/gst/video/Makefile.am:
11259         * gst/adder/Makefile.am:
11260         * gst/audioconvert/Makefile.am:
11261         * gst/audiorate/Makefile.am:
11262         * gst/audioscale/Makefile.am:
11263         * gst/ffmpegcolorspace/Makefile.am:
11264         * gst/playback/Makefile.am:
11265         * gst/sine/Makefile.am:
11266         * gst/subparse/Makefile.am:
11267         * gst/tags/Makefile.am:
11268         * gst/tcp/Makefile.am:
11269         * gst/typefind/Makefile.am:
11270         * gst/videorate/Makefile.am:
11271         * gst/videoscale/Makefile.am:
11272         * gst/videotestsrc/Makefile.am:
11273         * gst/volume/Makefile.am:
11274         * sys/v4l/Makefile.am:
11275         * sys/ximage/Makefile.am:
11276         * sys/xvimage/Makefile.am:
11277           adapt properly to this change. This should make sure that
11278           plugins and libs properly link to the as-yet-uninstalled
11279           copies of stuff like libgstinterfaces and libgstvideo
11280
11281 2005-07-13  Andy Wingo  <wingo@pobox.com>
11282
11283         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
11284         (gst_v4lsrc_fixate): Fixate on format as well.
11285
11286         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
11287         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
11288         buffer points to it.
11289         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
11290         rather just doing X calls ourselves. Also fixes a memleak.
11291
11292 2005-07-12  Andy Wingo  <wingo@pobox.com>
11293
11294         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
11295         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
11296         (gst_v4lsrc_create): Re-add the copy-mode property, default to
11297         TRUE to avoid deadlocks if an element holds on to our buffers.
11298
11299 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11300
11301         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11302         (gst_sinesrc_init), (gst_sinesrc_create),
11303         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
11304         (gst_sinesrc_start):
11305         * gst/sine/gstsinesrc.h:
11306           removing num-buffers property before moving it
11307
11308 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11309
11310         * configure.ac:
11311           use overridable ERROR_CFLAGS
11312         * docs/libs/gst-plugins-base-libs.types:
11313         * docs/libs/tmpl/gstringbuffer.sgml:
11314         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
11315         (gst_alsasink_class_init):
11316         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
11317         (gst_alsasrc_class_init):
11318         * gst-libs/gst/audio/audio.h:
11319         * gst-libs/gst/audio/gstaudioclock.h:
11320         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
11321         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
11322         (gst_audio_filter_link), (gst_audio_filter_init),
11323         (gst_audio_filter_chain), (gst_audio_filter_set_property),
11324         (gst_audio_filter_get_property),
11325         (gst_audio_filter_class_add_pad_templates):
11326         * gst-libs/gst/audio/gstaudiofilter.h:
11327         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11328         (gst_audio_filter_template_get_type),
11329         (gst_audio_filter_template_base_init),
11330         (gst_audio_filter_template_class_init),
11331         (gst_audio_filter_template_init),
11332         (gst_audio_filter_template_set_property),
11333         (gst_audio_filter_template_get_property), (plugin_init),
11334         (gst_audio_filter_template_setup),
11335         (gst_audio_filter_template_filter),
11336         (gst_audio_filter_template_filter_inplace):
11337         * gst-libs/gst/audio/gstaudiosink.c:
11338         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11339         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
11340         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
11341         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
11342         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
11343         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
11344         * gst-libs/gst/audio/gstaudiosink.h:
11345         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
11346         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11347         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
11348         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
11349         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
11350         (gst_audio_src_class_init), (gst_audio_src_init),
11351         (gst_audio_src_create_ringbuffer):
11352         * gst-libs/gst/audio/gstaudiosrc.h:
11353         * gst-libs/gst/audio/gstbaseaudiosink.c:
11354         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
11355         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
11356         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
11357         (gst_base_audio_sink_set_property),
11358         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
11359         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
11360         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
11361         (gst_base_audio_sink_create_ringbuffer),
11362         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
11363         * gst-libs/gst/audio/gstbaseaudiosink.h:
11364         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11365         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
11366         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
11367         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
11368         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
11369         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
11370         (gst_base_audio_src_event), (gst_base_audio_src_create),
11371         (gst_base_audio_src_create_ringbuffer),
11372         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
11373         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
11375         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
11376         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
11377         (gst_ring_buffer_debug_spec_caps),
11378         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
11379         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
11380         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
11381         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11382         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
11383         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
11384         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
11385         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
11386         (gst_ring_buffer_clear):
11387         * gst-libs/gst/audio/gstringbuffer.h:
11388         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
11389         (gst_video_sink_class_init), (gst_video_sink_get_type):
11390         * gst-libs/gst/video/videosink.h:
11391         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
11392         (gst_multifdsink_class_init),
11393         (gst_multifdsink_handle_client_write),
11394         (gst_multifdsink_change_state):
11395         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11396         (gst_tcpclientsink_setcaps):
11397         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11398         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
11399         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
11400         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
11401         (gst_ximagesink_send_pending_navigation),
11402         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
11403         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
11404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
11405         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
11406         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
11407         (gst_xvimagesink_send_pending_navigation),
11408         (gst_xvimagesink_navigation_send_event),
11409         (gst_xvimagesink_set_xwindow_id),
11410         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
11411         (gst_xvimagesink_get_type):
11412         more macro splitting
11413
11414 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11415
11416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11417           plug a memleak, allows me to import 1479 albums in one go
11418           in jamboree
11419         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11420         (vorbis_handle_type_packet), (vorbis_dec_chain),
11421         (vorbis_dec_change_state):
11422           fix some format strings
11423
11424 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11425
11426         * docs/libs/tmpl/gstcolorbalance.sgml:
11427         * docs/libs/tmpl/gstmixer.sgml:
11428         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
11429         (gst_alsasink_set_property), (gst_alsasink_get_property):
11430         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
11431         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
11432           add device property
11433
11434 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11435
11436         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11437         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11438         (audiocast_register_listener), (audiocast_thread_run),
11439         (gst_gnomevfssrc_send_additional_headers_callback),
11440         (gst_gnomevfssrc_received_headers_callback),
11441         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
11442         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
11443         (gst_gnomevfssrc_get_size):
11444           add/clean up debugging
11445         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11446           cleanups
11447
11448 2005-07-07  Andy Wingo  <wingo@pobox.com>
11449
11450         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
11451         framerate. Need to get a handle on when exactly this function is
11452         called, tho.
11453
11454         * sys/v4l/v4lsrc_calls.h:
11455         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
11456         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
11457         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
11458
11459         * sys/v4l/v4l_calls.h: Cast to V4lElement.
11460         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
11461         v4lelements are sources.
11462
11463         * sys/v4l/gstv4lxoverlay.h:
11464         * sys/v4l/gstv4lxoverlay.c:
11465         * sys/v4l/gstv4ltuner.h:
11466         * sys/v4l/gstv4ltuner.c: Header loc fixen.
11467         
11468         * sys/v4l/gstv4lsrc.h:
11469         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
11470         PushSrc/BaseSrc. Removed most sync-related properties, videorate
11471         or something should handle that. Made a live source.
11472
11473         * sys/v4l/gstv4lelement.h:
11474         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
11475         signals. Some cleanups.
11476
11477         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
11478
11479         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
11480         stuff.
11481
11482         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
11483         stuff.
11484
11485         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
11486
11487 2005-07-07  Wim Taymans  <wim@fluendo.com>
11488
11489         * ext/theora/theoradec.c: (theora_get_query_types),
11490         (theora_dec_src_getcaps), (theora_dec_push):
11491         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
11492         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
11493         Remove deprecated/unused query types.
11494
11495 2005-07-06  Wim Taymans  <wim@fluendo.com>
11496
11497         * ext/alsa/Makefile.am:
11498         * ext/alsa/gstalsaplugin.c: (plugin_init):
11499         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11500         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
11501         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
11502         (gst_alsasrc_class_init), (gst_alsasrc_init),
11503         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
11504         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
11505         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
11506         (gst_alsasrc_reset):
11507         * ext/alsa/gstalsasrc.h:
11508         * gst-libs/gst/audio/Makefile.am:
11509         * gst-libs/gst/audio/gstaudiosink.c:
11510         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11511         (gst_audioringbuffer_start):
11512         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
11513         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11514         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
11515         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
11516         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
11517         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
11518         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
11519         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
11520         * gst-libs/gst/audio/gstaudiosrc.h:
11521         * gst-libs/gst/audio/gstbaseaudiosink.c:
11522         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
11523         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
11524         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
11525         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11526         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
11527         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
11528         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
11529         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
11530         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
11531         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
11532         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
11533         (gst_baseaudiosrc_change_state):
11534         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11535         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
11536         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
11537         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
11538         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
11539         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
11540         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
11541         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
11542         * gst-libs/gst/audio/gstringbuffer.h:
11543         Added audiosource base classes.
11544         Ported alsasrc, still very basic.
11545
11546 2005-07-06  Wim Taymans  <wim@fluendo.com>
11547
11548         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
11549         (theora_dec_push), (theora_handle_data_packet):
11550         Prepare for better timestamp fix later.
11551
11552         * gst/audioconvert/gstaudioconvert.c:
11553         List most accurate caps first
11554
11555         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
11556         Use proper pad task function.
11557
11558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11559         (gst_xvimagesink_show_frame):
11560         Fix deadlock when alloc failed.
11561
11562 2005-07-05  Andy Wingo  <wingo@pobox.com>
11563
11564         * ext/gnomevfs/gstgnomevfssrc.c:
11565         * gst/sine/gstsinesrc.c:
11566         * gst/tcp/gsttcpserversrc.c:
11567         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
11568
11569         * sys/v4l/: Port from 0.8.
11570
11571         * Many files: Null if we got it....
11572
11573 2005-07-05  Andy Wingo  <wingo@pobox.com>
11574
11575         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
11576         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
11577         Signedness fixes.
11578
11579 2005-07-05  Wim Taymans  <wim@fluendo.com>
11580
11581         * configure.ac:
11582         * gst/tcp/Makefile.am:
11583         * gst/tcp/README:
11584         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
11585         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
11586         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11587         (is_sync_frame), (gst_multifdsink_handle_client_write),
11588         (gst_multifdsink_render), (gst_multifdsink_start),
11589         (gst_multifdsink_stop), (gst_multifdsink_change_state):
11590         * gst/tcp/gstmultifdsink.h:
11591         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
11592         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
11593         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11594         * gst/tcp/gsttcp.h:
11595         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11596         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
11597         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11598         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
11599         * gst/tcp/gsttcpclientsink.h:
11600         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
11601         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
11602         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
11603         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
11604         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
11605         * gst/tcp/gsttcpclientsrc.h:
11606         * gst/tcp/gsttcpplugin.c: (plugin_init):
11607         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
11608         * gst/tcp/gsttcpserversink.h:
11609         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
11610         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
11611         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
11612         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11613         (gst_tcpserversrc_stop):
11614         * gst/tcp/gsttcpserversrc.h:
11615         * gst/tcp/gsttcpsink.c:
11616         * gst/tcp/gsttcpsink.h:
11617         * gst/tcp/gsttcpsrc.c:
11618         * gst/tcp/gsttcpsrc.h:
11619         Ported tcp plugins to 0.9. 
11620         
11621
11622 2005-07-05  Andy Wingo  <wingo@pobox.com>
11623
11624         * gst/playback/gstplaybasebin.c (fill_buffer):
11625         message_new_application fixen.
11626
11627         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
11628         Style fix.
11629
11630 2005-07-04  Wim Taymans  <wim@fluendo.com>
11631
11632         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
11633         Set caps on output buffer.
11634
11635 2005-07-04  Andy Wingo  <wingo@pobox.com>
11636
11637         * ext/gnomevfs/gstgnomevfssrc.c
11638         (gst_gnomevfssrc_received_headers_callback) 
11639         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
11640         hopefully.
11641
11642         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
11643         No refcount leakage.
11644
11645         * configure.ac: Enable -Werror.
11646         
11647         * ext/theora/theoradec.c (theora_dec_src_getcaps):
11648         * gst/audioconvert/bufferframesconvert.c
11649         (buffer_frames_convert_fixate):
11650         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
11651         (gst_audio_convert_fixate):
11652         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
11653         (gst_sinesrc_create): Fixate func changes.
11654         
11655         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11656         (gst_ximagesink_buffer_alloc): Unused var.
11657
11658 2005-07-01  Andy Wingo  <wingo@pobox.com>
11659
11660         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
11661         getcaps to do explicit caps. Needs to be done in all decoders,
11662         possibly via a base class.
11663
11664         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
11665
11666         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
11667         caps on the sink pad, just rely on the pad template. Also, setting
11668         ANY caps on a pad is not valid because the caps are not fixed.
11669
11670         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
11671         caps on the buffer, and get the width from the desired_caps if
11672         they're set.
11673         (gst_ximagesink_renegotiate_size): Implement via setting the
11674         desired_caps on the ximagesink.
11675         (gst_ximagesink_setcaps): Only reset the width of the player if it
11676         wasn't already set. Not sure if this is right.
11677         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
11678
11679         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
11680         that the user wants. NULL unless the window has been resized.
11681
11682         * gst/volume/gstvolume.c (volume_transform): Adapt to
11683         basetransform refcount changes.
11684         
11685 2005-07-01  Andy Wingo  <wingo@pobox.com>
11686
11687         * gst/videoscale/gstvideoscale.c:
11688         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
11689         from BaseTransform, implements a transform_caps. Removed dead code
11690         including some PAR stuff that was never reached -- should probably
11691         be added back somehow.
11692
11693 2005-07-01  Andy Wingo  <wingo@pobox.com>
11694
11695         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
11696         come later.
11697
11698 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11699
11700         * configure.ac:
11701         * docs/libs/Makefile.am:
11702         * docs/libs/gst-plugins-libs.types:
11703         * ext/alsa/Makefile.am:
11704         * ext/alsa/gstalsamixer.h:
11705         * ext/alsa/gstalsamixeroptions.h:
11706         * ext/alsa/gstalsamixertrack.h:
11707         * gst-libs/gst/Makefile.am:
11708         * gst-libs/gst/colorbalance/.cvsignore:
11709         * gst-libs/gst/colorbalance/Makefile.am:
11710         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
11711         * gst-libs/gst/colorbalance/colorbalance.c:
11712         * gst-libs/gst/colorbalance/colorbalance.h:
11713         * gst-libs/gst/colorbalance/colorbalance.vcproj:
11714         * gst-libs/gst/colorbalance/colorbalancechannel.c:
11715         * gst-libs/gst/colorbalance/colorbalancechannel.h:
11716         * gst-libs/gst/interfaces/Makefile.am:
11717         * gst-libs/gst/interfaces/colorbalance.c:
11718         (gst_color_balance_class_init):
11719         * gst-libs/gst/interfaces/colorbalance.h:
11720         * gst-libs/gst/interfaces/interfaces-marshal.list:
11721         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
11722         * gst-libs/gst/interfaces/mixer.h:
11723         * gst-libs/gst/interfaces/mixeroptions.h:
11724         * gst-libs/gst/interfaces/navigation.c:
11725         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
11726         * gst-libs/gst/interfaces/tuner.h:
11727         * gst/volume/Makefile.am:
11728         * gst/volume/gstvolume.c:
11729         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
11730         * sys/ximage/Makefile.am:
11731         * sys/ximage/ximagesink.c:
11732         * sys/xvimage/Makefile.am:
11733         * sys/xvimage/xvimagesink.c:
11734           fold in all interfaces into an interfaces dir, preserving CVS
11735           history
11736
11737 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11738
11739         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11740           Fix build after riff changes.
11741
11742 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11743
11744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11745         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
11746         (gst_riff_create_video_template_caps),
11747         (gst_riff_create_audio_template_caps),
11748         (gst_riff_create_iavs_template_caps):
11749         * gst-libs/gst/riff/riff-media.h:
11750         * gst-libs/gst/riff/riff-read.h:
11751         * gst-libs/gst/riff/riff.c: (gst_riff_init):
11752           Add gst_riff_init() to initialize the debug category, instead
11753           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
11754
11755 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11756
11757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
11758           Oops, I shouldn't apply hacks.
11759
11760 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11761
11762         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
11763           Remove pad_loop function which doesn't work.
11764
11765 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11766
11767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
11768           Send EOS when deactivating.
11769         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11770         (check_queue), (queue_threshold_reached), (queue_out_of_data),
11771         (gen_preroll_element), (probe_triggered), (mute_stream),
11772         (silence_stream), (new_decoded_pad), (setup_substreams),
11773         (set_active_source):
11774         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
11775         (remove_sinks), (add_sink):
11776         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
11777           Change for new probe API.
11778
11779 2005-06-29  Wim Taymans  <wim@fluendo.com>
11780
11781         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
11782         * gst-libs/gst/audio/gstbaseaudiosink.c:
11783         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
11784         (gst_baseaudiosink_change_state):
11785         * gst-libs/gst/audio/gstbaseaudiosink.h:
11786         * gst-libs/gst/audio/gstringbuffer.c:
11787         (gst_ringbuffer_set_callback):
11788         Fix compilation error.
11789         Ringbuffer starts out as not running.
11790         Free our clock in dispose.
11791         When releasing the ringbuffer we need to renegotiate so
11792         clear the pad caps.
11793
11794 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11795
11796         * autogen.sh:
11797         * configure.ac:
11798         * docs/Makefile.am:
11799         * docs/libs/Makefile.am:
11800         * docs/libs/gst-plugins-libs-docs.sgml:
11801         * docs/libs/gst-plugins-libs-sections.txt:
11802         * docs/libs/gst-plugins-libs.types:
11803         * docs/libs/tmpl/gstaudio.sgml:
11804         * docs/libs/tmpl/gstcolorbalance.sgml:
11805         * docs/libs/tmpl/gstringbuffer.sgml:
11806         * gst-libs/gst/audio/gstringbuffer.c:
11807         (gst_ringbuffer_set_callback):
11808           reinstate gtk-doc docs for plugin libs
11809
11810 2005-06-28  Wim Taymans  <wim@fluendo.com>
11811
11812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11813         (gst_ogg_demux_init):
11814         Removed pad loop function.
11815
11816 2005-06-28  Wim Taymans  <wim@fluendo.com>
11817
11818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
11819         If we're building a chain we are not in an error case
11820         when we queue a buffer.
11821
11822 2005-06-28  Andy Wingo  <wingo@pobox.com>
11823
11824         * *.c: Don't cast to GstObject before reffing/unreffing.
11825
11826 2005-06-27  Andy Wingo  <wingo@pobox.com>
11827
11828         * gst/videotestsrc/gstvideotestsrc.c
11829         (gst_videotestsrc_activate_push): Activation API changes.
11830
11831         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
11832         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
11833         they have refs on the decodebin.
11834
11835         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
11836         parent class.
11837         (gst_ogg_pad_typefind): Don't leak a pad ref.
11838         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
11839         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
11840         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
11841
11842 2005-06-27  Edward Hervey  <edward@fluendo.com>
11843
11844         * ext/theora/theoradec.c: (theora_dec_change_state): 
11845         re-arranged call to parent's state change in order to avoid locks (or
11846         worse).
11847
11848 2005-06-26  Edward Hervey  <edward@fluendo.com>
11849
11850         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11851         2nd argument of 'unknow-type' signal is a GstCaps and not a
11852         GstMiniObject
11853
11854 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
11855         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
11856           Set the worker thread's running flag to TRUE before starting the
11857           thread.
11858         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11859           Catch a failure to add typefind to the bin.
11860
11861 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11862
11863         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11864         (gst_sinesrc_init), (gst_sinesrc_create),
11865         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
11866         (gst_sinesrc_start):
11867         * gst/sine/gstsinesrc.h:
11868           add num-buffers and timestamp-offset properties
11869         * gst/videotestsrc/gstvideotestsrc.c:
11870         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
11871         (gst_videotestsrc_get_property):
11872           add timestamp-offset property
11873
11874 2005-06-23  Christian Schaller  <uraeus@gnome.org>
11875
11876         * configure.ac: add videorate
11877         * gst-plugins-base.spec.in: add videorate
11878
11879 2005-06-23  Wim Taymans  <wim@fluendo.com>
11880
11881         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
11882         (gst_videorate_getcaps), (gst_videorate_setcaps),
11883         (gst_videorate_event), (gst_videorate_chain):
11884         Fixed videorate, fixating an already fixated caps is not
11885         an error.
11886
11887 2005-06-23  Wim Taymans  <wim@fluendo.com>
11888
11889         * ext/ogg/README:
11890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
11891         Buffer on caps is not boxed anymore.
11892
11893 2005-06-22  Wim Taymans  <wim@fluendo.com>
11894
11895         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
11897         Set buffers on caps as miniobjects and not as boxed.
11898
11899 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11900
11901         * configure.ac:
11902           back to HEAD
11903
11904 === release 0.9.1 ===
11905
11906 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11907
11908         * .cvsignore:
11909         * NEWS:
11910         * README:
11911         * RELEASE:
11912         * configure.ac:
11913         * po/af.po:
11914         * po/az.po:
11915         * po/cs.po:
11916         * po/en_GB.po:
11917         * po/hu.po:
11918         * po/it.po:
11919         * po/nb.po:
11920         * po/nl.po:
11921         * po/or.po:
11922         * po/sq.po:
11923         * po/sr.po:
11924         * po/sv.po:
11925         * po/uk.po:
11926         * po/vi.po:
11927           updates for release
11928
11929 2005-06-09  Andy Wingo  <wingo@pobox.com>
11930
11931         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
11932         
11933 2005-06-09  Andy Wingo  <wingo@pobox.com>
11934
11935         * configure.ac:
11936         * gst-libs/gst/Makefile.am:
11937         * gst-libs/gst/net/Makefile.am:
11938         Add gstnet to build.
11939
11940 2005-06-09  Andy Wingo  <wingo@pobox.com>
11941
11942         * gst-libs/gst/gconf/gconf.c:
11943         * gst/playback/test.c:
11944         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
11945         fixes.
11946
11947         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
11948
11949         * ext/theora/theoraenc.c (theora_enc_chain): 
11950         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
11951
11952         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
11953         RealPad.
11954
11955 2005-06-02  Wim Taymans  <wim@fluendo.com>
11956
11957         * gst-libs/gst/net/Makefile.am:
11958         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
11959         * pkgconfig/gstreamer-libs.pc.in:
11960         Added net stuff, version net lib.
11961
11962 2005-06-02  Wim Taymans  <wim@fluendo.com>
11963
11964         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
11965         (query_rates), (query_positions_elems), (query_positions_pads),
11966         (do_seek):
11967         Updated seek example.
11968
11969 2005-06-02  Andy Wingo  <wingo@pobox.com>
11970
11971         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
11972         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
11973         list.
11974
11975         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
11976         remove the typefind, the bin dispose will do it for us. When it's
11977         removed and unreffed, the signal handler will be disconnected,
11978         too.
11979         (unlinked): It's too difficult to disconnect from unlinked
11980         handlers, as they are on pads not elements. Just punt if the pads
11981         aren't grandkids of the bin.
11982
11983 2005-06-02  Wim Taymans  <wim@fluendo.com>
11984
11985         * ext/ogg/README:
11986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11987         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
11988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
11989         * ext/theora/theoradec.c: (theora_dec_src_query),
11990         (theora_handle_data_packet):
11991         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11992         (theora_enc_chain):
11993         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11994         (vorbis_handle_data_packet):
11995         * gst/audioconvert/bufferframesconvert.c:
11996         (buffer_frames_convert_chain):
11997         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11998         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
11999         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
12000         (gst_ffmpegcsp_chain):
12001         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
12002         (gst_videorate_getcaps), (gst_videorate_setcaps),
12003         (gst_videorate_event), (gst_videorate_chain):
12004         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
12005         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
12006         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12007         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12008         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12009         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
12010         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
12011         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
12012         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
12013         Cleanups and buffer alloc.
12014
12015 2005-05-31  Wim Taymans  <wim@fluendo.com>
12016
12017         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
12018         Don't try to call the delay method when the device is not
12019         opened.
12020
12021 2005-05-31  Wim Taymans  <wim@fluendo.com>
12022
12023         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
12024         Get actual segment size and buffer size after opening
12025         the device.
12026
12027 2005-05-30  Wim Taymans  <wim@fluendo.com>
12028
12029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
12030         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
12031         Also FLUSH upstream, makes the loop function exit faster.
12032         
12033         * ext/theora/theoradec.c: (theora_dec_src_query):
12034         Some more debug info in the query.
12035         
12036         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12037         (gst_ximagesink_setcaps):
12038         Release lock on par error, better error reporting.
12039
12040 2005-05-26  Wim Taymans  <wim@fluendo.com>
12041
12042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12043         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
12044         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
12045         Clear chains in READY
12046         Queue packets until the chain is activated.
12047
12048 2005-05-25  Wim Taymans  <wim@fluendo.com>
12049
12050         * gst-libs/gst/audio/gstaudiosink.c:
12051         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12052         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12053         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12054         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12055         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12056         (gst_audiosink_create_ringbuffer):
12057         * gst-libs/gst/audio/gstbaseaudiosink.c:
12058         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
12059         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
12060         (gst_baseaudiosink_set_property), (build_linear_format),
12061         (debug_spec_caps), (debug_spec_buffer),
12062         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
12063         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
12064         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
12065         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12066         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12067         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12068         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
12069         (gst_ringbuffer_play), (gst_ringbuffer_pause),
12070         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
12071         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
12072         (wait_segment), (gst_ringbuffer_commit),
12073         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
12074         (gst_ringbuffer_clear):
12075         Various small cleanups.
12076
12077         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12078         (gst_audio_convert_change_state):
12079         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
12080         No need to take the locks anymore.
12081
12082 2005-05-25  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12085         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
12086         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
12087         (type_found):
12088         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
12089         (group_destroy), (group_commit), (queue_overrun),
12090         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
12091         (mute_stream), (new_decoded_pad), (setup_substreams),
12092         (setup_source), (mute_group_type), (set_active_source),
12093         (gst_play_base_bin_change_state):
12094         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12095         (gen_video_element), (gen_text_element), (gen_audio_element),
12096         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
12097         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
12098         (gst_stream_info_dispose), (gst_stream_info_set_mute):
12099         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12100         Some playbin cleanups mostly refcounting sloppyness.
12101
12102 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12103
12104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
12105           Work with streaming input.
12106
12107 2005-05-25  Wim Taymans  <wim@fluendo.com>
12108
12109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12110         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12111         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
12112         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
12113         No need to take the STREAM lock anymore.
12114
12115 2005-05-25  Wim Taymans  <wim@fluendo.com>
12116
12117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
12118         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
12119         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
12120         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
12121         (gst_ogg_demux_sink_activate):
12122         * ext/theora/theoradec.c: (theora_dec_src_event),
12123         (theora_handle_comment_packet), (theora_dec_chain),
12124         (theora_dec_change_state):
12125         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12126         (vorbis_handle_data_packet), (vorbis_dec_chain),
12127         (vorbis_dec_change_state):
12128         Remove STREAM locks as they are taken in core now.
12129         Never set bogus granulepos on vorbis/theora.
12130         Fix leaks in theoradec tag parsing.
12131
12132 2005-05-25  Wim Taymans  <wim@fluendo.com>
12133
12134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
12135         Fix memleaks, GST_BUFFER_DATA() is not freed.
12136
12137 2005-05-25  Wim Taymans  <wim@fluendo.com>
12138
12139         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
12140         Open non-blocking, set to blocking mode afterwards to avoid
12141         lockups when audio device is busy.
12142
12143 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12144
12145         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
12146           This can't be good.
12147
12148 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12149
12150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12151         (gst_audio_convert_chain), (gst_audio_convert_link_src),
12152         (gst_audio_convert_setcaps):
12153           Implement instant setup switching.
12154
12155 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12156
12157         * gst/playback/gstplaybasebin.c: (probe_triggered):
12158           Fix missing unlock.
12159         * gst/playback/gstplaybin.c: (add_sink):
12160           First add, then link (otherwise pad link fails).
12161
12162 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12163
12164         * examples/Makefile.am:
12165         fix buildbot (make distcheck)
12166
12167 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12168
12169         * gst/playback/gstplaybin.c: (gen_vis_element):
12170           Remove some wrong code. Doesn't work yet.
12171
12172 2005-05-19  Wim Taymans  <wim@fluendo.com>
12173
12174         * gst-libs/gst/net/Makefile.am:
12175         * gst-libs/gst/net/README:
12176         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
12177         (gst_netbuffer_class_init), (gst_netbuffer_init),
12178         (gst_netbuffer_finalize), (gst_netbuffer_copy),
12179         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
12180         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
12181         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
12182         * gst-libs/gst/net/gstnetbuffer.h:
12183         Added buffer subclass to store extra to/from addresses for
12184         network sources/sinks.
12185
12186 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12187
12188         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
12189           Don't lock an unassigned variable.
12190
12191 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12192
12193         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12194           Increase buffer for video, decrease buffer for other media types.
12195         * gst/playback/gstplaybin.c: (gen_video_element),
12196         (gen_audio_element):
12197           Change names for debugging purposes.
12198
12199 2005-05-18  Wim Taymans  <wim@fluendo.com>
12200
12201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12202         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12203         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
12204         (gst_ffmpegcsp_chain):
12205         Enable buffer alloc passthrough if the source and dest
12206         formats are the same.
12207
12208 2005-05-17  Wim Taymans  <wim@fluendo.com>
12209
12210         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12211         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
12212         (gst_ogg_demux_chain_unlocked):
12213         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12214         (gst_audio_convert_caps_remove_format_info),
12215         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
12216         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
12217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12218         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12219         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
12220         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
12221         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12222         (gst_ffmpegcsp_get_property):
12223         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12224         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
12225         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
12226         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12227         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
12228         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
12229         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
12230         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
12231         Leak fixes in oggdemux.
12232         Some cleanups in audioconvert.
12233         Make passthrough work along with buffer_alloc etc.
12234         Make buffer_alloc and buffer recycling actually work in
12235         xvimagesink.
12236
12237 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12238
12239         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
12240           make the compiler happy
12241
12242 2005-05-17  Wim Taymans  <wim@fluendo.com>
12243
12244         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
12245         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
12246         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
12247         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
12248         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
12249         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
12250         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
12251         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
12252         (gst_xvimagesink_set_xwindow_id):
12253         * sys/xvimage/xvimagesink.h:
12254         Port xvimagesink to new MiniObject.
12255
12256 2005-05-17  Wim Taymans  <wim@fluendo.com>
12257
12258         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
12259         (gst_audiofilter_chain):
12260         * gst-libs/gst/audio/gstaudiosink.c:
12261         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12262         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12263         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12264         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12265         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12266         (gst_audiosink_create_ringbuffer):
12267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12268         (gst_audio_convert_caps_remove_format_info),
12269         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
12270         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12271         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12272         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12273         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
12274         Fix passthrough in ffmpegcolorspace.
12275         Fix memset in audiosink on wrong memory.
12276
12277 2005-05-16  David Schleef  <ds@schleef.org>
12278
12279         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
12280         to GstMiniObject.
12281
12282 2005-05-16  David Schleef  <ds@schleef.org>
12283
12284         Port from GstData to GstMiniObject.
12285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
12287         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
12288         (gst_ogg_mux_collected):
12289         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12290         * ext/theora/theoradec.c: (theora_handle_comment_packet),
12291         (theora_handle_data_packet):
12292         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12293         (theora_set_header_on_caps), (theora_enc_chain):
12294         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12295         (vorbis_handle_comment_packet):
12296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
12297         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
12298         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
12299         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
12300         * gst/audioconvert/gstaudioconvert.c:
12301         (gst_audio_convert_get_buffer):
12302         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
12303         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
12304         (mute_stream), (silence_stream):
12305         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
12306         * gst/volume/gstvolume.c: (volume_transform):
12307         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
12308         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
12309         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
12310         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
12311         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
12312         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
12313         (gst_ximagesink_buffer_alloc):
12314         * sys/ximage/ximagesink.h:
12315
12316 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12317
12318         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12319         (fill_buffer), (check_queue), (queue_threshold_reached),
12320         (queue_out_of_data):
12321         * gst/playback/gstplaybasebin.h:
12322           Post buffer-fullness on the bus.
12323
12324 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12325
12326         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12327         (try_to_link_1):
12328         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12329         (group_commit), (probe_triggered), (setup_source),
12330         (gst_play_base_bin_change_state):
12331         * gst/playback/gstplaybasebin.h:
12332         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12333         (gst_play_bin_init), (remove_sinks), (setup_sinks),
12334         (gst_play_bin_change_state):
12335           Move setup_output_pads into a virtual function, remove
12336           group-switch (no longer needed) and redirect (handled by bus
12337           now) signals.
12338
12339 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12340
12341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12342         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
12343         (get_active_group), (get_building_group), (group_destroy),
12344         (group_commit), (check_queue), (queue_overrun),
12345         (queue_threshold_reached), (queue_out_of_data),
12346         (gen_preroll_element), (remove_groups), (unknown_type),
12347         (add_element_stream), (no_more_pads), (probe_triggered),
12348         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
12349         (setup_substreams), (setup_source), (finish_source),
12350         (prepare_output), (muted_group_change_state),
12351         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12352         (gst_play_base_bin_change_state):
12353         * gst/playback/gstplaybasebin.h:
12354         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12355         (gst_play_bin_init), (gst_play_bin_set_property),
12356         (gen_video_element), (gen_text_element), (gen_audio_element),
12357         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12358         (gst_play_bin_change_state):
12359         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12360         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
12361         (stream_info_change_state), (gst_stream_info_set_mute),
12362         (gst_stream_info_get_property):
12363         * gst/playback/gststreaminfo.h:
12364         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
12365         (gst_stream_selector_get_linked_pad),
12366         (gst_stream_selector_getcaps),
12367         (gst_stream_selector_get_linked_pads),
12368         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12369         * gst/playback/gststreamselector.h:
12370           Rough port of playbin. Needs some more work, but is mostly done,
12371           and uses a few locks in important places, which should make stuff
12372           like chain-switches clean. Still uses GST_STATE() in a few places,
12373           which isn't all that good an idea, subtitles/elements disabled
12374           because no elements to test with and thus probably broken, query
12375           and event handling moved to GstBin, internal thread removed
12376           alltogether because the pipeline does that for us now. Can play
12377           Ogg/Vorbis files. Haven't tested anything else yet.
12378
12379 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12380
12381         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
12382           Do no-more-pads (needed for autoplugging).
12383
12384 2005-05-10  Andy Wingo  <wingo@pobox.com>
12385
12386         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
12387         message to the bus with the tags. Still not sent downstream tho.
12388
12389         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
12390         get_parent.
12391         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
12392         avoid refcounting hassles.
12393
12394 2005-05-09  Andy Wingo  <wingo@pobox.com>
12395
12396         * gst/volume/Makefile.am:
12397         * gst/volume/demo.c
12398         * gst/volume/gstvolume.h
12399         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
12400         basetransform. Probably need an audio filter base class.
12401
12402 2005-05-09  Wim Taymans  <wim@fluendo.com>
12403
12404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
12405         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12406         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
12407         (gst_vorbisenc_chain):
12408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12409         (gst_audio_convert_caps_remove_format_info),
12410         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
12411         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12412         Make caps writable before writing to it.
12413         Fix negotiation in audioconvert some more.
12414
12415 2005-05-09  Wim Taymans  <wim@fluendo.com>
12416
12417         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
12418         (gst_videorate_getcaps), (gst_videorate_setcaps),
12419         (gst_videorate_event), (gst_videorate_chain):
12420         Better negotiation.
12421
12422 2005-05-09  Wim Taymans  <wim@fluendo.com>
12423
12424         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
12425         (gst_videorate_getcaps), (gst_videorate_setcaps),
12426         (gst_videorate_blank_data), (gst_videorate_init),
12427         (gst_videorate_event), (gst_videorate_chain),
12428         (gst_videorate_change_state):
12429         Port videorate, do a better job at negotiation while we're at
12430         it.
12431
12432 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
12433
12434         * configure.ac:
12435           Disable libvisual
12436
12437         * examples/Makefile.am:
12438         * gst-libs/gst/audio/Makefile.am:
12439         * gst-libs/gst/riff/Makefile.am:
12440         * gst-libs/gst/tag/Makefile.am:
12441         * gst-libs/gst/video/Makefile.am:
12442           Fixups for missing variables.
12443
12444 2005-05-09  Wim Taymans  <wim@fluendo.com>
12445
12446         * examples/seeking/seek.c: (make_theora_pipeline),
12447         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
12448         (query_rates), (query_positions_elems), (query_positions_pads),
12449         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
12450         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
12451         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
12452         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
12453         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
12454         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
12455         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12456         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
12457         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
12458         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
12459         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
12460         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
12461         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12462         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
12463         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
12464         (theora_dec_src_convert), (theora_dec_sink_convert),
12465         (theora_dec_src_query), (theora_dec_sink_query),
12466         (theora_dec_src_event), (theora_dec_sink_event),
12467         (theora_handle_comment_packet), (theora_handle_type_packet),
12468         (theora_handle_header_packet), (theora_handle_data_packet),
12469         (theora_dec_chain):
12470         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
12471         (vorbis_dec_convert), (vorbis_dec_src_query),
12472         (vorbis_dec_sink_query), (vorbis_dec_src_event),
12473         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12474         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
12475         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
12476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
12477         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
12478         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
12479         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12480         (gst_play_bin_query):
12481         * gst/playback/test3.c: (update_scale):
12482         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
12483         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
12484         * gst/subparse/gstsubparse.c: (gst_subparse_init):
12485         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
12486         (gst_videotestsrc_src_query):
12487         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
12488         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
12489         (paint_hline_YUV9):
12490         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
12491         Port to new query API.
12492         Updated seek.
12493         Cleanups in x[v]imagesink
12494
12495 2005-05-09  Andy Wingo  <wingo@pobox.com>
12496
12497         * ext/alsa/gstalsasink.h:
12498         * ext/gnomevfs/gstgnomevfssrc.c:
12499         (gst_gnomevfssrc_get_icy_metadata):
12500         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
12501         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
12502         * ext/theora/theoradec.c (theora_dec_src_query)
12503         (theora_dec_src_event, theora_dec_sink_event)
12504         (theora_handle_comment_packet, theora_handle_data_packet):
12505         * ext/theora/theoraenc.c (theora_enc_chain):
12506         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
12507         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
12508         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
12509         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
12510         (qt_type_find):
12511         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
12512         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
12513         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
12514         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
12515         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
12516         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
12517         (paint_setup_xBGR8888, paint_setup_RGBx8888)
12518         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
12519         (paint_setup_RGB565, paint_setup_xRGB1555):
12520         * gst/videotestsrc/videotestsrc.h:
12521         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
12522         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
12523         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
12524         GCC4 fixes.
12525         
12526         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
12527         gst_pad_query_position. Fixes oggdemux.
12528
12529 2005-05-08  David Schleef  <ds@schleef.org>
12530
12531         * configure.ac: Require liboil.
12532         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
12533         a few more.
12534         * gst/videotestsrc/videotestsrc.c:
12535         * gst/videotestsrc/videotestsrc.h:
12536
12537 2005-05-06  Wim Taymans  <wim@fluendo.com>
12538
12539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12540         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12541         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
12542         Well, unreffing a buffer right before pushing it is asking
12543         for trouble..
12544
12545 2005-05-06  Christian Schaller  <uraeus@gnome.org>
12546
12547         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
12548
12549 2005-05-06  Wim Taymans  <wim@fluendo.com>
12550
12551         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12552         (gst_audio_convert_caps_remove_format_info),
12553         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
12554         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12555         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12556         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12557         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
12558         * gst/sine/Makefile.am:
12559         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
12560         (gst_sinesrc_class_init), (gst_sinesrc_init),
12561         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
12562         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
12563         (gst_sinesrc_update_freq):
12564         * gst/sine/gstsinesrc.h:
12565         * gst/tcp/gstmultifdsink.c:
12566         * sys/xvimage/xvimagesink.c:
12567         Fixed negotiation wrt _peer_get_caps()
12568         Some cleanups.
12569
12570
12571 2005-05-06  Wim Taymans  <wim@fluendo.com>
12572
12573         * gst-libs/gst/audio/gstaudiosink.c:
12574         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12575         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12576         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12577         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12578         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12579         (gst_audiosink_create_ringbuffer):
12580         * gst-libs/gst/audio/gstbaseaudiosink.c:
12581         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
12582         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
12583         (gst_baseaudiosink_set_property), (build_linear_format),
12584         (debug_spec_caps), (debug_spec_buffer),
12585         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
12586         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
12587         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
12588         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12589         * gst-libs/gst/audio/gstbaseaudiosink.h:
12590         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12591         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12592         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
12593         (gst_ringbuffer_play), (gst_ringbuffer_pause),
12594         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
12595         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
12596         (wait_segment), (gst_ringbuffer_commit),
12597         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
12598         (gst_ringbuffer_clear):
12599         * gst-libs/gst/audio/gstringbuffer.h:
12600         Make the base audiosink return an error when there is no
12601         audiobuffer negotiated.
12602
12603 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12604
12605         * ext/Makefile.am:
12606         Disable cdparanoia until someone ports it!
12607
12608 2005-05-06  Wim Taymans  <wim@fluendo.com>
12609
12610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
12611         (gst_ogg_demux_sink_activate):
12612         And revert after wingo's revert.. sigh..
12613
12614 2005-05-05  Andy Wingo  <wingo@pobox.com>
12615
12616         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
12617         GObject.
12618         * configure.ac: Return audiorate and subparse from the ghetto.
12619         Re-enable -Wall -Werror.
12620         * gst/subparse/gstsubparse.c:
12621         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
12622         or chain-based. Cleaned up a bit. Not tested.
12623         
12624 2005-05-05  Christian Schaller <christian@fluendo.com> 
12625
12626         * Makefile.am: remove stuff that is not building
12627         * configure.ac: remove stuff that is not building
12628         * examples/Makefile.am: remove stuff that is not building
12629         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
12630         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
12631         * sys/Makefile.am: remove stuff that is not building
12632         * testsuite/Makefile.am: remove stuff that is not building
12633
12634 2005-05-05  Andy Wingo  <wingo@pobox.com>
12635
12636         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12637         * gst-libs/gst/tag/gstvorbistag.c:
12638         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
12639         * gst/adder/gstadder.h:
12640         * gst/audioconvert/gstchannelmix.c:
12641         (gst_audio_convert_fill_one_other):
12642         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
12643         (gst_audiorate_init), (gst_audiorate_chain):
12644         * gst/playback/gstplaybasebin.c: (setup_source):
12645         * gst/playback/test3.c: (update_scale):
12646         Some GCC4 fixes
12647         
12648         * po/af.po:
12649         * po/az.po:
12650         * po/cs.po:
12651         * po/en_GB.po:
12652         * po/hu.po:
12653         * po/it.po:
12654         * po/nb.po:
12655         * po/nl.po:
12656         * po/or.po:
12657         * po/sq.po:
12658         * po/sr.po:
12659         * po/sv.po:
12660         * po/uk.po:
12661         * po/vi.po: Foo
12662
12663 2005-05-05  Wim Taymans  <wim@fluendo.com>
12664
12665         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12666         (gst_audio_convert_caps_remove_format_info),
12667         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
12668         (gst_audio_convert_change_state), (gst_audio_convert_channels):
12669         * gst/videotestsrc/gstvideotestsrc.c:
12670         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
12671         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
12672         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
12673         (gst_videotestsrc_init), (gst_videotestsrc_loop):
12674         Don't ignore _push() return values.
12675         Make sure no processing is done when shutting down.
12676         Videotestsrc pad activation fix.
12677
12678 2005-05-05  Wim Taymans  <wim@fluendo.com>
12679
12680         * gst/adder/Makefile.am:
12681         * gst/adder/gstadder.c: (gst_adder_setcaps),
12682         (gst_adder_class_init), (gst_adder_init),
12683         (gst_adder_request_new_pad), (gst_adder_collected),
12684         (gst_adder_change_state):
12685         * gst/adder/gstadder.h:
12686         Ported adder as an example of a mixer element using
12687         collect pads. Needs more negotiation work.
12688
12689 2005-05-05  Wim Taymans  <wim@fluendo.com>
12690
12691         * ext/theora/theoradec.c: (_inc_granulepos),
12692         (theora_dec_src_event), (theora_dec_sink_event),
12693         (theora_handle_comment_packet), (theora_handle_type_packet),
12694         (theora_handle_header_packet), (theora_handle_data_packet),
12695         (theora_dec_chain):
12696         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12697         (gst_theora_enc_init), (theora_enc_sink_setcaps),
12698         (theora_push_buffer), (theora_push_packet),
12699         (theora_enc_sink_event), (theora_enc_chain),
12700         (theora_enc_change_state), (theora_enc_set_property),
12701         (theora_enc_get_property):
12702         Added stream lock to decoder so that we can serialize
12703         the discont event.
12704         More theoraenc porting, recover from errors, do clean
12705         shutdown.
12706
12707 2005-05-05  Wim Taymans  <wim@fluendo.com>
12708
12709         * ext/ogg/Makefile.am:
12710         * ext/ogg/README:
12711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
12712         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
12713         (gst_ogg_print):
12714         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12715         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
12716         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
12717         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
12718         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
12719         (gst_ogg_mux_change_state):
12720         Ported ogg muxer.
12721
12722 2005-05-05  Wim Taymans  <wim@fluendo.com>
12723
12724         * docs/design-audiosinks.txt:
12725         * gst-libs/gst/audio/TODO:
12726         * gst-libs/gst/audio/gstaudiosink.c:
12727         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12728         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12729         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12730         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12731         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12732         (gst_audiosink_create_ringbuffer):
12733         * gst-libs/gst/audio/gstbaseaudiosink.c:
12734         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
12735         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
12736         (gst_baseaudiosink_set_property), (build_linear_format),
12737         (debug_spec_caps), (debug_spec_buffer),
12738         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
12739         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
12740         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
12741         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12742         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12743         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12744         (gst_ringbuffer_release), (gst_ringbuffer_play),
12745         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
12746         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
12747         (gst_ringbuffer_set_sample), (wait_segment),
12748         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
12749         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
12750         More work on the audiosink, mostly debugging and a race in
12751         shutdown.
12752
12753 2005-04-28  Wim Taymans  <wim@fluendo.com>
12754
12755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
12756         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
12757         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
12758         (vorbis_dec_src_query), (vorbis_dec_src_event),
12759         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12760         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
12761         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
12762         Don't crap out when seeking back to position 0.
12763
12764 2005-04-28  Wim Taymans  <wim@fluendo.com>
12765
12766         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
12767         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
12768         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
12769         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
12770         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
12771         Make audio sink configurable, use alsasink as default.
12772
12773 2005-04-28  Wim Taymans  <wim@fluendo.com>
12774
12775         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12776         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12777         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
12778         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
12779         (vorbis_dec_change_state):
12780         * ext/vorbis/vorbisdec.h:
12781         Refactor, use STREAM_LOCK.
12782
12783 2005-04-28  Wim Taymans  <wim@fluendo.com>
12784
12785         * ext/theora/theoradec.c: (_inc_granulepos),
12786         (theora_dec_sink_event), (theora_handle_comment_packet),
12787         (theora_handle_type_packet), (theora_handle_header_packet),
12788         (theora_handle_data_packet), (theora_dec_chain),
12789         (theora_dec_change_state):
12790         Refactor a bit, use STREAM_LOCK.
12791
12792 2005-04-28  Wim Taymans  <wim@fluendo.com>
12793
12794         * ext/alsa/Makefile.am:
12795         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
12796         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
12797         (gst_alsa_link), (gst_alsa_close_audio):
12798         * ext/alsa/gstalsaplugin.c: (plugin_init):
12799         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
12800         (gst_alsasink_dispose), (gst_alsasink_base_init),
12801         (gst_alsasink_class_init), (gst_alsasink_init),
12802         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
12803         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
12804         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
12805         (gst_alsasink_reset):
12806         * ext/alsa/gstalsasink.h:
12807         Implement alsasink with simple open/write/close API. 
12808         Make alsa dir build by disabling compilation of code.
12809
12810 2005-04-28  Wim Taymans  <wim@fluendo.com>
12811
12812         * gst-libs/gst/audio/Makefile.am:
12813         * gst-libs/gst/audio/audio.h:
12814         * gst-libs/gst/audio/audioclock.c:
12815         * gst-libs/gst/audio/audioclock.h:
12816         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
12817         (gst_audio_clock_class_init), (gst_audio_clock_init),
12818         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
12819         * gst-libs/gst/audio/gstaudioclock.h:
12820         * gst-libs/gst/audio/gstaudiosink.c:
12821         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12822         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12823         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12824         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12825         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12826         (gst_audiosink_create_ringbuffer):
12827         * gst-libs/gst/audio/gstbaseaudiosink.c:
12828         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
12829         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
12830         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
12831         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
12832         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
12833         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
12834         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
12835         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12836         * gst-libs/gst/audio/gstbaseaudiosink.h:
12837         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12838         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
12839         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12840         (gst_ringbuffer_release), (gst_ringbuffer_play),
12841         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
12842         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
12843         (gst_ringbuffer_set_sample), (wait_segment),
12844         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
12845         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
12846         * gst-libs/gst/audio/gstringbuffer.h:
12847         Make ringbuffer faster and more simple by removing the locks
12848         in the playback thread.
12849         Add sample accurate playback based on buffer sample offsets.
12850         Make the baseaudiosink provide a clock.
12851         Parse caps in the base class.
12852         Correctly handle seeking, flushing and state changes.
12853
12854 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12855
12856         * configure.ac:
12857         * gst/audioconvert/Makefile.am:
12858         * gst/audioscale/Makefile.am:
12859           Fix part of the build.  Come on guys, autogen didn't even work :)
12860
12861 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12862
12863         * configure.ac:
12864         * gst-libs/gst/Makefile.am:
12865         * gst-libs/gst/media-info/.cvsignore:
12866         * gst-libs/gst/media-info/Makefile.am:
12867         * gst-libs/gst/media-info/README:
12868         * gst-libs/gst/media-info/media-info-priv.c:
12869         * gst-libs/gst/media-info/media-info-priv.h:
12870         * gst-libs/gst/media-info/media-info-test.c:
12871         * gst-libs/gst/media-info/media-info.c:
12872         * gst-libs/gst/media-info/media-info.h:
12873         * gst-libs/gst/media-info/media-info.vcproj:
12874         * pkgconfig/Makefile.am:
12875         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
12876         * pkgconfig/gstreamer-media-info.pc.in:
12877           Remove media-info, which is also successed by playbin (see Totem
12878           implementation).
12879
12880 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12881
12882         * configure.ac:
12883         * examples/Makefile.am:
12884         * examples/gstplay/.cvsignore:
12885         * examples/gstplay/Makefile.am:
12886         * examples/gstplay/player.c:
12887         * gst-libs/gst/Makefile.am:
12888         * gst-libs/gst/play/.cvsignore:
12889         * gst-libs/gst/play/Makefile.am:
12890         * gst-libs/gst/play/play.c:
12891         * gst-libs/gst/play/play.h:
12892         * gst-libs/gst/play/play.vcproj:
12893         * pkgconfig/Makefile.am:
12894         * pkgconfig/gstreamer-play-uninstalled.pc.in:
12895         * pkgconfig/gstreamer-play.pc.in:
12896           Remove libgstplay, playbin is now the official successor.
12897
12898 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12899
12900         * configure.ac:
12901         * gst-libs/gst/Makefile.am:
12902         * gst-libs/gst/xwindowlistener/Makefile.am:
12903         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12904         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
12905           Remove deprecated xwindowlistener (I've moved xwindowlistening
12906           in the v4l/v4l2 plugins over to serverside).
12907
12908 2005-04-25  David Schleef  <ds@schleef.org>
12909
12910         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
12911         to examples/dynparams.  Examples do not belong interspersed with
12912         source code.
12913         * examples/dynparams/demo-dparams.c:
12914         * gst/sine/Makefile.am:
12915         * gst/sine/demo-dparams.c:
12916
12917 2005-04-25  David Schleef  <ds@schleef.org>
12918
12919         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
12920         * gst-libs/gst/audio/Makefile.am:
12921         * gst-libs/gst/riff/Makefile.am:
12922         * gst-libs/gst/tag/Makefile.am:
12923         * gst-libs/gst/video/Makefile.am:
12924         * gst-libs/gst/xwindowlistener/Makefile.am:
12925
12926         Convert to 0.9 API, seems to work:
12927         * sys/ximage/Makefile.am:
12928         * sys/ximage/ximagesink.c:
12929
12930 2005-04-24  David Schleef  <ds@schleef.org>
12931
12932         Link plugins against libraries:
12933         * ext/alsa/Makefile.am:
12934         * gst/tcp/Makefile.am:
12935
12936         Remove asm code that should be in liboil
12937         * gst/videoscale/Makefile.am:
12938         * gst/videoscale/videoscale_x86_asm.s:
12939
12940         gettext wants these checked in:
12941         * po/af.po:
12942         * po/az.po:
12943         * po/cs.po:
12944         * po/en_GB.po:
12945         * po/hu.po:
12946         * po/it.po:
12947         * po/nb.po:
12948         * po/nl.po:
12949         * po/or.po:
12950         * po/sq.po:
12951         * po/sr.po:
12952         * po/sv.po:
12953         * po/uk.po:
12954         * po/vi.po:
12955
12956 2005-04-24  David Schleef  <ds@schleef.org>
12957
12958         Convert gst_main() to g_main_loop_run()
12959         * gst/playback/decodetest.c: (main):
12960         * gst/playback/test2.c: (main):
12961         * gst/playback/test3.c: (main):
12962         * gst/playback/test4.c: (main):
12963
12964         Link plugins against libraries:
12965         * ext/libvisual/Makefile.am:
12966         * sys/xvimage/Makefile.am:
12967
12968 2005-04-24  David Schleef  <ds@schleef.org>
12969
12970         * configure.ac: Remove idct and resample libs
12971         * gst-libs/gst/Makefile.am: same
12972
12973         Remove usage of gst_library_load():
12974         * ext/alsa/gstalsaplugin.c: (plugin_init):
12975         * ext/libvisual/visual.c: (plugin_init):
12976         * ext/ogg/gstogg.c: (plugin_init):
12977         * ext/theora/theora.c: (plugin_init):
12978         * ext/vorbis/vorbis.c: (plugin_init):
12979         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
12980         * gst/audioscale/gstaudioscale.c:
12981         * gst/adder/gstadder.c: (plugin_init):
12982         * gst/audioconvert/plugin.c: (plugin_init):
12983         * sys/ximage/ximagesink.c: (plugin_init):
12984         * sys/xvimage/xvimagesink.c: (plugin_init):
12985         * gst/tcp/gsttcpplugin.c: (plugin_init):
12986
12987         Link plugins against libraries:
12988         * ext/ogg/Makefile.am:
12989         * ext/theora/Makefile.am:
12990         * ext/vorbis/Makefile.am:
12991         * gst/audioconvert/Makefile.am:
12992
12993         Create proper libraries:
12994         * gst-libs/gst/riff/Makefile.am:
12995         * gst-libs/gst/audio/Makefile.am:
12996         * gst-libs/gst/video/Makefile.am:
12997
12998         Move resample library to audioscale plugin directory:
12999         * gst-libs/gst/resample/Makefile.am:
13000         * gst-libs/gst/resample/README:
13001         * gst-libs/gst/resample/dtof.c:
13002         * gst-libs/gst/resample/dtos.c:
13003         * gst-libs/gst/resample/functable.c:
13004         * gst-libs/gst/resample/private.h:
13005         * gst-libs/gst/resample/resample.c:
13006         * gst-libs/gst/resample/resample.h:
13007         * gst-libs/gst/resample/resample.vcproj:
13008         * gst-libs/gst/resample/test.c:
13009         * gst/audioscale/Makefile.am:
13010         * gst/audioscale/README:
13011         * gst/audioscale/dtof.c:
13012         * gst/audioscale/dtos.c:
13013         * gst/audioscale/functable.c:
13014         * gst/audioscale/private.h:
13015         * gst/audioscale/resample.c:
13016         * gst/audioscale/resample.h:
13017         * gst/audioscale/test.c:
13018
13019         Move tagedit library to gst-libs:
13020         * gst-libs/gst/tag/Makefile.am:
13021         * gst-libs/gst/tag/gstid3tag.c:
13022         * gst-libs/gst/tag/gsttagediting.c:
13023         * gst-libs/gst/tag/gsttageditingprivate.h:
13024         * gst-libs/gst/tag/gstvorbistag.c:
13025         * gst/tags/Makefile.am:
13026         * gst/tags/gstid3tag.c:
13027         * gst/tags/gstvorbistag.c:
13028
13029         Fix for core changes:
13030         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13031         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
13032         (gst_sinesrc_getrange):
13033
13034 2005-04-23  David Schleef  <ds@schleef.org>
13035
13036         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
13037         in gst-plugins in a long time, and properly belongs in liboil.
13038         * gst-libs/gst/idct/Makefile.am:
13039         * gst-libs/gst/idct/README:
13040         * gst-libs/gst/idct/dct.h:
13041         * gst-libs/gst/idct/doieee:
13042         * gst-libs/gst/idct/fastintidct.c:
13043         * gst-libs/gst/idct/floatidct.c:
13044         * gst-libs/gst/idct/idct.c:
13045         * gst-libs/gst/idct/idct.h:
13046         * gst-libs/gst/idct/idtc.vcproj:
13047         * gst-libs/gst/idct/ieeetest.c:
13048         * gst-libs/gst/idct/intidct.c:
13049
13050 2005-04-20  Wim Taymans  <wim@fluendo.com>
13051
13052         * docs/design-audiosinks.txt:
13053         * gst-libs/gst/audio/Makefile.am:
13054         * gst-libs/gst/audio/TODO:
13055         * gst-libs/gst/audio/gstaudiosink.c:
13056         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13057         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
13058         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
13059         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13060         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
13061         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
13062         (gst_audiosink_class_init), (gst_audiosink_init),
13063         (gst_audiosink_create_ringbuffer):
13064         * gst-libs/gst/audio/gstaudiosink.h:
13065         * gst-libs/gst/audio/gstbaseaudiosink.c:
13066         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
13067         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
13068         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
13069         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
13070         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
13071         (gst_baseaudiosink_create_ringbuffer),
13072         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
13073         * gst-libs/gst/audio/gstbaseaudiosink.h:
13074         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
13075         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
13076         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
13077         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
13078         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
13079         (gst_ringbuffer_play), (gst_ringbuffer_pause),
13080         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
13081         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
13082         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
13083         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
13084         * gst-libs/gst/audio/gstringbuffer.h:
13085         An attempt at a set of audio base classes together with some
13086         design docs.
13087
13088 2005-04-20  Wim Taymans  <wim@fluendo.com>
13089
13090         * gst/audioconvert/Makefile.am:
13091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13092         (gst_audio_convert_caps_remove_format_info),
13093         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
13094         (gst_audio_convert_channels):
13095         Link against audio libs.
13096         Fix audio convert plugin.
13097
13098 2005-04-20  Wim Taymans  <wim@fluendo.com>
13099
13100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
13101         (gst_ogg_demux_sink_activate):
13102         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13103         (theora_set_header_on_caps), (theora_enc_sink_event),
13104         (theora_enc_chain):
13105         Fix theora encoder.
13106
13107 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13108
13109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
13110         * gst/playback/gstdecodebin.c: (find_compatibles):
13111           Work with staticpadtemplates in elementfactories.
13112
13113 2005-04-12  Wim Taymans  <wim@fluendo.com>
13114
13115         * gst/playback/README:
13116         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13117         (compare_ranks), (print_feature), (gst_decode_bin_init),
13118         (dynamic_create), (dynamic_free), (find_compatibles),
13119         (mimetype_is_raw), (close_pad_link), (got_redirect),
13120         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
13121         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
13122         (gst_decode_bin_change_state):
13123         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13124         (gst_play_base_bin_init), (group_destroy), (group_commit),
13125         (check_queue), (queue_overrun), (queue_threshold_reached),
13126         (queue_out_of_data), (gen_preroll_element), (unknown_type),
13127         (new_decoded_pad), (setup_subtitle), (gen_source_element),
13128         (got_redirect), (setup_source), (play_base_eos),
13129         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13130         (gst_play_base_bin_remove_element):
13131         * gst/playback/gstplaybasebin.h:
13132         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13133         (gst_play_bin_init), (gst_play_bin_dispose),
13134         (gst_play_bin_set_property), (gen_video_element),
13135         (gen_text_element), (gen_audio_element), (remove_sinks),
13136         (gst_play_bin_send_event):
13137         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13138         (stream_info_change_state), (gst_stream_info_set_mute):
13139         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
13140         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
13141         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
13142         (gst_stream_selector_chain):
13143         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13144         (main):
13145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13146         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
13147         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
13148         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
13149         Raw and crude port of decodebin. 
13150         Make playbin compile.
13151
13152 2005-04-06  Wim Taymans  <wim@fluendo.com>
13153
13154         * ext/gnomevfs/Makefile.am:
13155         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13156         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
13157         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13158         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
13159         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
13160         (gst_gnomevfssrc_stop):
13161         * ext/ogg/Makefile.am:
13162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
13163         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
13164         * ext/theora/Makefile.am:
13165         * ext/theora/theoradec.c: (_inc_granulepos),
13166         (theora_dec_sink_event), (theora_dec_chain):
13167         * ext/vorbis/Makefile.am:
13168         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13169         (vorbis_dec_sink_event), (vorbis_dec_chain):
13170         * gst-libs/gst/audio/Makefile.am:
13171         * sys/xvimage/Makefile.am:
13172         Make gnomevfssrc extend the source base class.
13173         Fix linking against libs in various plugins.
13174
13175 2005-04-06  Andy Wingo  <wingo@pobox.com>
13176
13177         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
13178         GST_BASE_LIBS.
13179
13180         * configure.ac: Add check and AC_SUBST for libgstbase.
13181
13182 2005-03-31  Wim Taymans  <wim@fluendo.com>
13183
13184         * examples/seeking/Makefile.am:
13185         * examples/seeking/cdparanoia.c: (main):
13186         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
13187         (play_cb), (pause_cb), (stop_cb), (main):
13188         * examples/seeking/playbin.c:
13189         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
13190         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
13191         (make_sid_pipeline), (make_vorbis_pipeline),
13192         (make_theora_pipeline), (make_vorbis_theora_pipeline),
13193         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
13194         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
13195         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
13196         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
13197         (stop_cb), (main):
13198         * examples/seeking/spider_seek.c:
13199         * examples/seeking/vorbisfile.c:
13200         * ext/gnomevfs/Makefile.am:
13201         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13202         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
13203         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
13204         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
13205         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
13206         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
13207         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
13208         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13209         * ext/ogg/README:
13210         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
13211         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
13212         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
13213         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
13214         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
13215         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
13216         (gst_ogg_pad_event), (gst_ogg_pad_reset),
13217         (gst_ogg_demux_factory_filter), (compare_ranks),
13218         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13219         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13220         (gst_ogg_chain_new), (gst_ogg_chain_free),
13221         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
13222         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
13223         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
13224         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
13225         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
13226         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
13227         (gst_ogg_demux_get_prev_page),
13228         (gst_ogg_demux_deactivate_current_chain),
13229         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13230         (gst_ogg_demux_bisect_forward_serialno),
13231         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13232         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
13233         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
13234         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
13235         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
13236         (gst_ogg_demux_change_state), (gst_ogg_print):
13237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13238         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
13239         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
13240         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
13241         (gst_ogg_mux_loop):
13242         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13243         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
13244         (theora_dec_src_convert), (theora_dec_sink_convert),
13245         (theora_dec_src_query), (theora_dec_src_event),
13246         (theora_dec_sink_event), (theora_dec_chain),
13247         (theora_dec_change_state):
13248         * ext/theora/theoraenc.c: (gst_theora_enc_init),
13249         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
13250         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
13251         (theora_enc_change_state):
13252         * ext/vorbis/Makefile.am:
13253         * ext/vorbis/oggvorbisenc.c:
13254         * ext/vorbis/oggvorbisenc.h:
13255         * ext/vorbis/vorbis.c: (plugin_init):
13256         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13257         (vorbis_dec_src_query), (vorbis_dec_src_event),
13258         (vorbis_dec_sink_event), (vorbis_dec_chain),
13259         (vorbis_dec_change_state):
13260         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13261         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
13262         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13263         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
13264         (gst_vorbisenc_change_state):
13265         * ext/vorbis/vorbisenc.h:
13266         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
13267         * gst-libs/gst/audio/audioclock.c:
13268         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
13269         (gst_audiofilter_init), (gst_audiofilter_chain):
13270         * gst-libs/gst/audio/testchannels.c: (main):
13271         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
13272         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
13273         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
13274         (gmip_find_track_streaminfo), (gmip_find_track_format):
13275         * gst-libs/gst/media-info/media-info.c:
13276         (gst_media_info_read_idler):
13277         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
13278         (gst_play_get_all_by_interface):
13279         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13280         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13281         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13282         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13283         (gst_riff_parse_info):
13284         * gst-libs/gst/riff/riff-read.h:
13285         * gst-libs/gst/riff/riff.c: (plugin_init):
13286         * gst-libs/gst/video/Makefile.am:
13287         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
13288         (gst_videosink_class_init), (gst_videosink_get_type):
13289         * gst-libs/gst/video/videosink.h:
13290         * gst/audioconvert/bufferframesconvert.c:
13291         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
13292         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
13293         * gst/audioconvert/channelmixtest.c: (main):
13294         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13295         (gst_audio_convert_chain),
13296         (gst_audio_convert_caps_remove_format_info),
13297         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
13298         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
13299         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
13300         (gst_audio_convert_buffer_to_default_format),
13301         (gst_audio_convert_buffer_from_default_format),
13302         (gst_audio_convert_channels):
13303         * gst/audioconvert/gstchannelmix.h:
13304         * gst/ffmpegcolorspace/avcodec.h:
13305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13306         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13307         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
13308         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
13309         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
13310         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13311         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13312         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13313         (mpeg_video_type_find), (mpeg_video_stream_type_find),
13314         (dv_type_find):
13315         * gst/videotestsrc/gstvideotestsrc.c:
13316         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
13317         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
13318         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
13319         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
13320         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
13321         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
13322         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
13323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13324         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
13325         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
13326         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
13327         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
13328         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
13329         (gst_xvimagesink_navigation_send_event),
13330         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
13331         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
13332         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13333         * sys/xvimage/xvimagesink.h:
13334         Plugin port to 0.9, ogg/theora playback should work in the seek
13335         example now.
13336         Removed old examples.
13337         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
13338         explained in 0.9 TODO doc.
13339
13340
13341 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13342
13343         * autogen.sh:
13344         * configure.ac:
13345         * ext/Makefile.am:
13346         * gst/Makefile.am:
13347         * po/POTFILES.in:
13348         * po/af.po:
13349         * po/az.po:
13350         * po/cs.po:
13351         * po/en_GB.po:
13352         * po/hu.po:
13353         * po/it.po:
13354         * po/nb.po:
13355         * po/nl.po:
13356         * po/or.po:
13357         * po/sq.po:
13358         * po/sr.po:
13359         * po/sv.po:
13360         * po/uk.po:
13361         * po/vi.po:
13362         * sys/Makefile.am:
13363         * testsuite/Makefile.am:
13364           remove a whole bunch of plugins.  This module now contains a set
13365           of free reference plugins/elements as agreed.
13366
13367 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13368
13369         * configure.ac:
13370           hunting season on 0.9 is now OPEN
13371
13372 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13373
13374         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
13375           Kick the hell out of gcc for not warning me about a symbol conflict.
13376
13377 2005-02-22  Luca Ognibene  <luogni@tin.it>
13378
13379         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
13380
13381         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
13382           Don't leak caps string (fixes #168134)
13383
13384         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
13385         (gst_jpegenc_init), (gst_jpegenc_finalize),
13386         (gst_jpegenc_change_state):
13387           Don't leak line buffers and context struct (fixes #168133).
13388
13389 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
13390
13391         * configure.ac:
13392         * ext/dirac/gstdiracdec.cc:
13393         (gst_diracdec_chain):
13394           Since dirac 0.5.0 the framerate in dirac is expressed as a
13395           rational number. Fix build and up requirement to 0.5.0, and
13396           also pass parameters to gst_diracdec_link in the right order
13397           (fixes #167959).
13398
13399 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
13400
13401         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
13402         * ext/faad/gstfaad.h:
13403         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
13404         certain invalid muxed streams, where some packets will contain 
13405         junk after decoder data. Partially fixes #149158.
13406
13407 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
13408         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
13409           Make sure we only write to writable buffers
13410
13411 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
13412
13413         * gst-libs/gst/riff/riff-media.c:
13414         (gst_riff_create_audio_caps_with_data):
13415           Do actually fix invalid RIFF fmt header values for alaw
13416           and mulaw audio instead of just saying so.
13417
13418         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13419           Give gst_riff_create_audio_caps_with_data() a chance to
13420           fix up broken format header fields before extracting any
13421           parameters from the header. (fixes #167633)
13422
13423 2005-02-19  Martin Holters  <martin.holters@gmx.de>
13424
13425         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
13426
13427         * gst/audioconvert/bufferframesconvert.c:
13428         (buffer_frames_convert_link):
13429           Don't leak othercaps. (fixes #167878)
13430
13431 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
13432
13433         * configure.ac:
13434         * ext/libvisual/visual.c: (gst_visual_srclink),
13435         (gst_visual_change_state):
13436           Support libvisual 0.2.0.
13437
13438 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
13439
13440         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
13441         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
13442           Use same rowstrides for I420 as used everywhere else.
13443
13444 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
13445
13446         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13447           Declare variables at beginning of block and make gcc-2.95 happy
13448           (fixes # 167482, patch by Gergely Nagy).
13449           
13450         * gst/tcp/gsttcpclientsrc.c:
13451         * gst/tcp/gsttcpclientsrc.h:
13452           Move some includes into the header, so that struct sockaddr_in is
13453           defined when it should be defined on FreeBSD as well (fixes
13454           #167483).
13455           
13456         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13457           Don't pass uninitialised values to setsockopt() here either.
13458
13459 2005-02-17  Luca Ognibene  <luogni at tin dot it>
13460
13461         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
13462
13463         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
13464           Don't pass uninitialised values to setsockopt(). (fixes #167704)
13465
13466 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13467
13468         * gst/playback/gstplaybin.c: (add_sink):
13469           Invert bin_add/link order to workaround deadlock in opt.
13470
13471 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13472
13473         * gst/modplug/gstmodplug.cc:
13474           Add missing break causing position queries to fail.
13475
13476 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13477
13478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
13479           Granpos can apparently be -1, which screws up calculations...
13480
13481 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
13482
13483         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
13484         (gst_ximagesink_send_pending_navigation),
13485         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
13486         (gst_ximagesink_init):
13487         * sys/ximage/ximagesink.h:
13488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
13489         (gst_xvimagesink_send_pending_navigation),
13490         (gst_xvimagesink_navigation_send_event),
13491         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
13492         * sys/xvimage/xvimagesink.h:
13493           Use a mutex protected list to marshal navigation
13494           events into the stream thread from whichever thread
13495           sends them.
13496
13497 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
13498
13499         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
13500           Display current position and track length; misc. clean-ups.
13501           
13502         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
13503         (speed_init), (speed_chain):
13504           Add query function, so that the stream length and current position
13505           get adjusted when queried (note that current position queries may
13506           still be wrong if the audio sink returns values based on buffer
13507           timestamps instead of passing on the query).
13508
13509 2005-02-13  Benjamin Otte  <otte@gnome.org>
13510
13511         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
13512         (gst_audio_convert_channels):
13513           create channel conversion matrix when linking
13514         * gst/audioconvert/.cvsignore:
13515         * gst/audioconvert/Makefile.am:
13516         * gst/audioconvert/channelmixtest.c: (main):
13517           add (ugly) test that ensures stereo <=> mono conversion works
13518           correctly
13519
13520 2005-02-13  Benjamin Otte  <otte@gnome.org>
13521
13522         * gst/audioconvert/gstchannelmix.h:
13523           include missing header file
13524         * gst/audioconvert/gstchannelmix.c:
13525         (gst_audio_convert_fill_compatible):
13526           use same sign for both channels when converting to/from compatible
13527           channel. Previously used different signs made the signals cancel
13528           each other out and appear like silence. (fixes #167269)
13529
13530 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
13531
13532         * gst/ffmpegcolorspace/avcodec.h:
13533         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13534         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
13535         (gst_ffmpegcsp_avpicture_fill):
13536         * gst/ffmpegcolorspace/imgconvert.c:
13537           Convert to and from YV12 (fixes #156379).
13538
13539 2005-02-12  Julien MOUTTE  <julien@moutte.net>
13540
13541         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
13542         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
13543         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
13544         (gst_ximagesink_expose), (gst_ximagesink_set_property),
13545         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
13546         methods from chain and negotiation and vice versa (Fixes #166142).
13547         * sys/ximage/ximagesink.h: Add stream_lock.
13548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13549         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13550         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13551         (gst_xvimagesink_expose): Check for xcontext before trying to link.
13552
13553 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
13554
13555         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
13556           Don't send "Hey! You gave me a NULL pointer you naughty person" as
13557           error message when we can't open the DVD device (when dvdnav_open()
13558           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
13559           the above). Send something more useful instead (fixes #167117).
13560
13561 2005-02-11  Julien MOUTTE  <julien@moutte.net>
13562
13563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13564         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
13565         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13566         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13567         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13568         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
13569         methods from chain and negotiation and vice versa (Fixes #166142).
13570         Fix a possible bug of images in the buffer pool being discarded because
13571         we are looking at the wrong geometry.
13572         * sys/xvimage/xvimagesink.h: Add stream_lock.
13573
13574 2005-02-11  David Schleef  <ds@schleef.org>
13575
13576         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
13577         unsigned int. (fixes #167128)
13578
13579 2005-02-11  David Schleef  <ds@schleef.org>
13580
13581         * gst/librfb/Makefile.am: Testing stuff before committing is
13582           for wimps... and people with fast machines.  Fix stupid
13583           mistake.
13584
13585 2005-02-11  David Schleef  <ds@schleef.org>
13586
13587         * configure.ac: Pull in librfb from my CVS tree, because it is
13588           too small and annoying to be separate.  Move rfbsrc plugin
13589           to gst/.
13590         * ext/Makefile.am:
13591         * ext/librfb/Makefile.am:
13592         * ext/librfb/gstrfbsrc.c:
13593         * gst/librfb/Makefile.am:
13594         * gst/librfb/gstrfbsrc.c:
13595         * gst/librfb/rfb.c:
13596         * gst/librfb/rfb.h:
13597         * gst/librfb/rfbbuffer.c:
13598         * gst/librfb/rfbbuffer.h:
13599         * gst/librfb/rfbbytestream.c:
13600         * gst/librfb/rfbbytestream.h:
13601         * gst/librfb/rfbcontext.h:
13602         * gst/librfb/rfbdecoder.c:
13603         * gst/librfb/rfbdecoder.h:
13604         * gst/librfb/rfbutil.h:
13605
13606 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
13607
13608         * gst/speed/Makefile.am:
13609         * gst/speed/demo-mp3.c: (main):
13610         * gst/speed/filter.func:
13611         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
13612         (speed_class_init), (speed_init), (speed_chain_int16),
13613         (speed_chain_float32), (speed_chain), (speed_set_property),
13614         (speed_get_property), (speed_change_state):
13615         * gst/speed/gstspeed.h:
13616           Fix speed element and make it chain-based (fixes #156467),
13617           and make it handle more than one channel.
13618
13619 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
13620
13621         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
13622         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
13623         (gst_dtsdec_chain), (gst_dtsdec_change_state):
13624         * ext/dts/gstdtsdec.h:
13625           Don't clobber the stack constructing the channels array.
13626           Make the element chain-based. DTS tracks can now be played.
13627           
13628 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
13629
13630         * gst-libs/gst/audio/multichannel.h:
13631         * gst-libs/gst/gconf/gconf.h:
13632         * gst-libs/gst/idct/idct.h:
13633         * gst-libs/gst/media-info/media-info-priv.h:
13634         * gst-libs/gst/play/play.h:
13635         * gst-libs/gst/resample/private.h:
13636         * gst-libs/gst/resample/resample.h:
13637         * gst-libs/gst/riff/riff-ids.h:
13638         * gst-libs/gst/video/video.h:
13639         * gst-libs/gst/video/videosink.h:
13640           Add G_BEGIN_DECLS and G_END_DECLS around headers where
13641           missing, so that they work when included from C++ code.
13642
13643 2005-02-09  David Schleef  <ds@schleef.org>
13644
13645         * testsuite/gst-lint: Check for non-statically scoped
13646           parent_class variables.  This won't be a problem once
13647           plugins are loaded with RTLD_LOCAL.
13648
13649 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13650
13651         * ext/mplex/gstmplexibitstream.cc:
13652           gcc madness.
13653
13654 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13655
13656         * ext/ogg/gstogmparse.c:
13657         * gst/debug/gstnavigationtest.c:
13658           Die, thou faulty symbol pollutors (non-static parent_class).
13659
13660 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13661
13662         * ext/mplex/gstmplexibitstream.cc:
13663           Fix event handling (#165525).
13664
13665 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13666
13667         * ext/mikmod/gstmikmod.c:
13668         * gst/modplug/gstmodplug.cc:
13669           Add missing endianness to template (fixes #165509).
13670
13671 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13672
13673         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
13674           Fix wrong order of reading of optional bytes (#165290).
13675
13676 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13677
13678         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13679           Implement FILLER event awareness.
13680
13681 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13682
13683         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
13684           Fix track calculations (#166208).
13685
13686 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
13687
13688         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13689
13690         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
13691         * ext/libpng/gstpngenc.c:
13692           Fix byte-order, use proper fixed caps. Fixes #164197.
13693
13694 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13695
13696         * configure.ac:
13697           Add dvdlpcmdec 
13698
13699         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
13700         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
13701           Don't push buffers if the src pad isn't negotiated yet.
13702           
13703         * gst/audioconvert/gstaudioconvert.c:
13704         (gst_audio_convert_buffer_to_default_format),
13705         (gst_audio_convert_buffer_from_default_format):
13706           Add support for 24-bit width.
13707
13708         * gst/dvdlpcmdec/.cvsignore:
13709         * gst/dvdlpcmdec/Makefile.am:
13710         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
13711         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
13712         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
13713         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
13714         (plugin_init):
13715         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
13716           New decoder for rearranging DVD LPCM into our audio/x-raw-int
13717           format. Needs support for the channels maps if someone can find 
13718           a DVD LPCM track with > 2 channels.
13719
13720         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
13721         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
13722         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
13723         * gst/mpegstream/gstdvddemux.h:
13724         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
13725         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
13726         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
13727         * gst/mpegstream/gstmpegdemux.h:
13728         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
13729         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
13730         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
13731         (gst_mpeg_parse_handle_src_query),
13732         (gst_mpeg_parse_handle_src_event):
13733           Use audio/x-dvd-lpcm for LPCM output.
13734           Add DTS output.
13735
13736 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
13737
13738         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13739
13740         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
13741         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
13742           Add BGRA handling (#165736).
13743
13744 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
13745
13746         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13747
13748         * gst/law/alaw-decode.c: (alawdec_link):
13749         * gst/law/alaw-encode.c: (alawenc_link):
13750         * gst/law/mulaw-decode.c: (mulawdec_link):
13751         * gst/law/mulaw-encode.c: (mulawenc_link):
13752           Fix caps memleaks (#166600).
13753
13754 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
13755
13756         * ext/tarkin/mem.h:
13757         * ext/tarkin/wavelet.h:
13758         * ext/tarkin/yuv.h:
13759         * gst/ffmpegcolorspace/avcodec.h:
13760           Include "_stdint.h" instead of <stdint.h>. Fixes build on
13761           systems that don't have stdint.h, like Solaris9 (fixes #166631).
13762
13763 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13764
13765         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
13766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
13767         (gst_xvimagesink_change_state):
13768           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
13769           Xv video (and thereby regenerate Xv colourkey) in clear() so
13770           that PLAY -> READY -> PLAY works (fixes #162504).
13771
13772 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13773
13774         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
13775           Switch to list instead of range, since MJPEG-devices really just
13776           support decimations, not any size.
13777
13778 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13779         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
13780         (gst_mpeg2dec_reset), (free_all_buffers),
13781         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
13782         * ext/mpeg2dec/gstmpeg2dec.h:
13783           The libmpeg2 user-allocated buffer management is awkward, 
13784           to say the least. Hopefully this fixes things.
13785
13786 2005-02-04  Andy Wingo  <wingo@pobox.com>
13787
13788         * gst/audioconvert/bufferframesconvert.c
13789         (buffer_frames_convert_fixate): New function, fixates to 256
13790         frames per buffer by default. (Much better than 1.)
13791         (buffer_frames_convert_init): Set the fixate function for both src
13792         and sink pad.
13793         (buffer_frames_convert_link): After success setting nonfixed caps,
13794         get the negotiated caps so we can know how many buffer-frames it
13795         will be. No idea how this worked at all before.
13796
13797 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13798
13799         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
13800         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
13801         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
13802         (handle_sequence), (handle_picture):
13803         * ext/mpeg2dec/gstmpeg2dec.h:
13804           Rearrange buffer tracking and refcounting and refactor
13805           a little for readability. 
13806
13807 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13808         * sys/v4l/gstv4l.c: (plugin_init):
13809         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
13810         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
13811         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
13812         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
13813         * sys/v4l/gstv4ljpegsrc.h:
13814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
13815         * sys/v4l/v4l_calls.h:
13816         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
13817         (gst_v4lsrc_get_fps):
13818         * sys/v4l/v4lsrc_calls.h:
13819           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
13820           you jpeg inside rgb frames" driver.
13821           Don't error in the v4lsrc link function, just return 
13822           REFUSED.
13823
13824 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13825
13826         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
13827         (gst_qcamsrc_open):
13828           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
13829
13830 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13831
13832         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
13833           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
13834
13835 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13836
13837         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
13838           Reset negotiated state on PAUSED->READY.
13839
13840 2005-02-02  David Schleef  <ds@schleef.org>
13841
13842         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
13843         whereever possible.  (Fixes #165997)
13844         * examples/capsfilter/capsfilter1.c: (main):
13845         * examples/dynparams/filter.c: (create_ui):
13846         * examples/seeking/cdparanoia.c: (get_track_info), (main):
13847         * examples/seeking/chained.c: (main):
13848         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
13849         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
13850         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
13851         (make_mpeg_pipeline), (make_mpegnt_pipeline):
13852         * examples/seeking/spider_seek.c: (make_spider_pipeline):
13853         * examples/switch/switcher.c: (main):
13854         * ext/dv/demo-play.c: (main):
13855         * ext/faad/gstfaad.c: (gst_faad_change_state):
13856         * ext/mad/gstmad.c: (gst_mad_chain):
13857         * ext/smoothwave/demo-osssrc.c: (main):
13858         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
13859         (gst_gconf_render_bin_from_description),
13860         (gst_gconf_get_default_audio_sink),
13861         (gst_gconf_get_default_video_sink),
13862         (gst_gconf_get_default_audio_src),
13863         (gst_gconf_get_default_video_src),
13864         (gst_gconf_get_default_visualization_element):
13865         * gst/level/demo.c: (main):
13866         * gst/level/plot.c: (main):
13867         * gst/playback/gstplaybin.c: (gen_video_element),
13868         (gen_audio_element):
13869         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
13870         * gst/playondemand/demo-mp3.c: (setup_pipeline):
13871         * gst/sine/demo-dparams.c: (main):
13872         * gst/spectrum/demo-osssrc.c: (main):
13873         * gst/speed/demo-mp3.c: (main):
13874         * gst/volume/demo.c: (main):
13875         * testsuite/embed/embed.c: (main):
13876
13877 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
13878
13879         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13880         (gst_tcpclientsink_finalize):
13881         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13882         (gst_tcpclientsrc_finalize):
13883         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13884         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
13885         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13886         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
13887           Don't leak the hostname when shutting down.
13888           In tcpserversrc, take a copy of the default hostname.
13889
13890 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13891
13892         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
13893           Set caps to systemstream=TRUE.
13894
13895 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13896
13897         * testsuite/Makefile.am:
13898           Fix more OSX buildbots.
13899
13900 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
13901
13902         * ext/mpeg2dec/gstmpeg2dec.c:
13903           Don't send things to NULL PAD_PEERs
13904
13905         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
13906           Copy-on-write the incoming buffer.
13907
13908         * gst/mpegstream/gstdvddemux.h:
13909         * gst/mpegstream/gstmpegclock.h:
13910         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
13911         (normal_seek), (gst_mpeg_demux_handle_src_event):
13912         * gst/mpegstream/gstmpegdemux.h:
13913         * gst/mpegstream/gstmpegpacketize.h:
13914         * gst/mpegstream/gstmpegparse.c:
13915         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
13916         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
13917         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
13918         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
13919         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
13920         * gst/mpegstream/gstmpegparse.h:
13921         * gst/mpegstream/gstrfc2250enc.h:
13922           Various changes to the way time is computed that make seeking and
13923           total time estimation much better here.
13924           Use G_BEGIN/END_DECLS instead of __cplusplus
13925
13926         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
13927           Use gst_buffer_stamp instead of only copying the TIMESTAMP
13928
13929 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13930
13931         * gst/subparse/gstsubparse.c:
13932           Fix OSX buildbot.
13933
13934 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
13935
13936         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13937         (theora_enc_chain), (theora_enc_change_state):
13938         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13939         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
13940         (gst_vorbisenc_change_state):
13941         * ext/vorbis/vorbisenc.h:
13942           Set granulepos and timestamp correctly for streams not
13943           starting at 0, taking into account the initial delay.
13944
13945 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
13946
13947         * gst/mpegstream/gstdvddemux.c:
13948           Add audio/x-dts to audio pad template caps
13949
13950 2005-01-30  David Schleef  <ds@schleef.org>
13951
13952         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
13953         (create_context), (gst_polypsink_link): Fix silly endianness
13954         bug.  Add some debugging.  Remove float from caps; it doesn't
13955         work.  Attempt to get remote audio working.
13956
13957 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13958
13959         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
13960           Add 3IV2 fourcc.
13961
13962 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13963
13964         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
13965         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
13966         (gst_avi_demux_stream_data):
13967         * gst/avi/gstavidemux.h:
13968           Invert DIB images. Fixes #132341.
13969
13970 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13971
13972         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13973         (gst_ffmpegcsp_chain):
13974           D'oh, reference the palette data, not the palette structure.
13975           Fixes color distortion in #132341.
13976
13977 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13978
13979         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13980           PAR can be non-fixed when not provided as argument (#162626).
13981
13982 2005-01-29  David Moore  <dcm@acm.org>
13983
13984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13985
13986         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13987         (gst_qtdemux_loop_header):
13988           Re-apply patch from #142272 that allows non-seekable sources,
13989           re-proposed by Daniel Drake <dsd@gentoo.org>.
13990
13991 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13992
13993         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
13994           Use the src template for creating the src pad (#162330).
13995
13996 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13997
13998         * configure.ac:
13999         * ext/musepack/Makefile.am:
14000         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
14001         (gst_musepackdec_init), (gst_musepackdec_dispose),
14002         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
14003         (gst_musepack_stream_init), (gst_musepackdec_loop),
14004         (gst_musepackdec_change_state):
14005         * ext/musepack/gstmusepackdec.cpp:
14006         * ext/musepack/gstmusepackdec.h:
14007         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
14008         (gst_musepack_reader_read), (gst_musepack_reader_seek),
14009         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
14010         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
14011         * ext/musepack/gstmusepackreader.cpp:
14012         * ext/musepack/gstmusepackreader.h:
14013           Update to 1.1 API (#165446).
14014
14015 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14016
14017         * ext/Makefile.am:
14018           Unbreak buildbot.
14019
14020 2005-01-28  Andy Wingo  <wingo@pobox.com>
14021
14022         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
14023         to reflect a different dubious internet source. Add a reference
14024         and some commentary.
14025
14026 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14027
14028         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14029         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
14030         * gst/playback/gststreamselector.h:
14031           Be more selective when we're redoing caps negotiation from
14032           within the chain function on a stream change.
14033
14034 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14035
14036         * configure.ac:
14037         * ext/Makefile.am:
14038         * ext/amrnb/Makefile.am:
14039         * ext/amrnb/amrnb.c: (plugin_init):
14040         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
14041         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
14042         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
14043         (gst_amrnbdec_state_change):
14044         * ext/amrnb/amrnbdec.h:
14045         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
14046         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
14047         (gst_amrnbparse_init), (gst_amrnbparse_formats),
14048         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
14049         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
14050         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
14051         * ext/amrnb/amrnbparse.h:
14052           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
14053         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14054           Add AMR-NB/-WB raw formats.
14055         * ext/alsa/gstalsa.c: (gst_alsa_link):
14056           Keep valid time when changing format.
14057         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14058         (qtdemux_parse_trak):
14059           Add some more format-specific options (#140141, #143555, #155163).
14060
14061 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14062
14063         * gst/matroska/matroska-demux.c:
14064         (gst_matroska_demux_parse_blockgroup):
14065           Fix logic error in timing of subtitle stream synchronization.
14066         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14067           Add skip-chunk, which is found in kodak-camera streams.
14068
14069 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14070
14071         * po/LINGUAS:
14072         * po/vi.po:
14073           Adding Vietnamese translation (submitted by Clytie Siddall)
14074
14075 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14076
14077         * gst/playback/gstdecodebin.c: (try_to_link_1):
14078           Use realpad for signal.
14079
14080 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14081
14082         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
14083           Fix category so decodebin picks it up.
14084
14085 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14086
14087         * ext/mad/Makefile.am:
14088         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
14089         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
14090         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
14091         (found_type), (gst_id3demux_bin_change_state):
14092         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
14093         (gst_id3_tag_init), (gst_id3_tag_handle_event),
14094         (gst_id3_tag_src_link), (gst_id3_tag_chain),
14095         (gst_id3_tag_change_state), (plugin_init):
14096         * ext/mad/gstmad.h:
14097           Add id3demuxbin (which is a simple bin consisting of id3demux
14098           and typefind), take over rank from id3demux, remove typefind
14099           code from id3demux. Makes all broken mp3s that I know of work,
14100           and thereby fixes #152688.
14101
14102 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
14103
14104         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14105
14106         * ext/mad/gstmad.c: (gst_mad_src_event):
14107         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14108           Allow seeks on audio pad, make mad forward those (#164826).
14109         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
14110           Set duration (#165335).
14111
14112 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14113
14114         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14115         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
14116         (gst_asf_demux_process_ext_content_desc),
14117         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
14118         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
14119         * gst/asfdemux/gstasfdemux.h:
14120           Improve metadata display, e.g. if the metadata comes before the
14121           streams are loaded (which is perfectly valid).
14122
14123 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14124
14125         * tools/gst-launch-ext-m.m:
14126           Fix AVI/ASF pipelines (#165340).
14127
14128 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
14129         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
14130         build failure on amd64
14131
14132 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
14133
14134         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
14135         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
14136           Check environment variables GST_ID3V2_TAG_ENCODING,
14137           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
14138           list of character encodings to force interpretation of non-unicode
14139           strings stored in an ID3v2 tag to a particular encoding. If none
14140           is specified, try to use current locale's encoding, then fall back
14141           to ISO-8859-1 (which will always succeed). (Resolves #149274)
14142         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
14143         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
14144           Check environment variables GST_ID3V1_TAG_ENCODING,
14145           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
14146           list of character encodings to use in case a string encountered
14147           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
14148           specified, try to use the current locale's encoding, then fall
14149           back to ISO-8859-1 (which will always succeed).
14150
14151 2005-01-25  Benjamin Otte  <otte@gnome.org>
14152
14153         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
14154           - on half framerate, compute the rate in advance so the comparisons
14155             don't compare wrong values
14156           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
14157             behaviour
14158           - don't use mad_header_decode anymore, mad_frame_decode does that
14159             automatically
14160           - when getting rid of consumed bytes, reset the stream's skiplen
14161           (fixes #163867)
14162
14163 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
14164
14165         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
14166           Use 1/2 a second for default max_discont, as PES streams from DVB
14167           seem to have larger spacings in the SCR. 
14168           Fix a typo.
14169
14170 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14171
14172         * gst/playback/gstplaybasebin.c: (group_commit):
14173           Notify delayed stream-info availability.
14174
14175 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
14176         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
14177         (gst_a52dec_handle_event), (gst_a52dec_chain):
14178         Add some debug output. Check that a discont has a valid
14179         time associated.
14180         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14181         (gst_alsa_sink_loop):
14182         Ignore TAG events. A little extra debug for broken timestamps.
14183         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
14184         (dvdnavsrc_change_state):
14185         Ensure we send a discont to engage the link before we send any
14186         other events.
14187         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
14188         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
14189         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
14190         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
14191         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
14192         dvd://title works in totem because typefinding sends a seek that ends
14193         up going back to chapter 1 regardless.
14194         * ext/mpeg2dec/gstmpeg2dec.c:
14195         * ext/mpeg2dec/gstmpeg2dec.h:
14196         Output correct timestamps and handle disconts.
14197         * ext/ogg/gstoggdemux.c: (get_relative):
14198         Small guard against a null dereference.
14199         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
14200         (gst_textoverlay_set_property):
14201         Free memory when done. Don't call gst_event_filler_get_duration on
14202         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
14203         g_warning.
14204         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
14205         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
14206         (gst_sw_srclink), (gst_smoothwave_chain):
14207         Draw solid lines, prettier colours.
14208         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
14209         Add a default palette that'll work for some movies.
14210         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
14211         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
14212         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
14213         * gst/mpegstream/gstdvddemux.h:
14214         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
14215         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
14216         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
14217         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
14218         * gst/mpegstream/gstmpegparse.h:
14219         Use PTM/NAV events when for timestamp adjustment when connected to 
14220         dvdnavsrc. Don't use many discont events where one suffices.
14221         * gst/playback/gstplaybasebin.c: (group_destroy),
14222         (gen_preroll_element), (gst_play_base_bin_add_element):
14223         * gst/playback/gstplaybasebin.h:
14224         Make sure we remove subtitles from the same bin we put them in.
14225         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
14226         (gst_subparse_buffer_format_autodetect),
14227         (gst_subparse_change_state):
14228         Fix some memleaks and invalid accesses.
14229         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
14230         (oggskel_type_find), (cmml_type_find), (plugin_init):
14231         Some typefind functions for Annodex v3.0 files
14232         * gst/wavparse/gstwavparse.h:
14233         GstRiffReadClass is the correct parent class.
14234
14235 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14236
14237         * gst-libs/gst/riff/riff-media.c:
14238         (gst_riff_create_video_caps_with_data):
14239           Add extradata to huffyuv (fixes #165013).
14240         * gst-libs/gst/riff/riff-read.c:
14241         (gst_riff_read_strf_vids_with_data):
14242           Fix extradata extraction if it is in the chunk size.
14243
14244 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
14245
14246         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14247
14248         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
14249         (gst_quarktv_change_state), (gst_quarktv_dispose):
14250           Memory free'ing location fix (#164708).
14251
14252 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14253
14254         * gst/playback/gstplaybasebin.c: (group_commit),
14255         (gen_preroll_element), (probe_triggered), (gen_source_element),
14256         (setup_source), (gst_play_base_bin_change_state),
14257         (gst_play_base_bin_add_element):
14258           Don't block for streams.
14259         * gst/playback/gststreaminfo.c: (stream_info_change_state),
14260         (gst_stream_info_set_mute):
14261           Use gst_pad_set_active_recursive.
14262
14263 2005-01-25  Andy Wingo  <wingo@pobox.com>
14264
14265         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
14266         for #ifndef HAVE_XVIDEO.
14267
14268 2005-01-24  Jeffrey C. Ollie
14269
14270         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
14271
14272         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
14273         * ext/gsm/gstgsmdec.h:
14274         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
14275         * ext/gsm/gstgsmenc.h:
14276         Fix rate to 8kHz as per spec, removes obscure errors when no rate
14277         was given by property. Add proper buffer timestamps and offsets.
14278
14279 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14280
14281         * gst-libs/gst/riff/riff-media.c:
14282         (gst_riff_create_audio_caps_with_data):
14283           Audio can be <8000Hz.
14284
14285 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14286
14287         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14288           Explicit state change to workaround refcount bugs.
14289
14290 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14291
14292         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
14293         (gst_avimux_riff_get_avi_header):
14294           Fix...
14295
14296 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14297
14298         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
14299         (gst_riff_read_element_data):
14300         * gst-libs/gst/riff/riff-read.h:
14301           Add _peek version (req'ed in CDXA).
14302         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
14303         (gst_cdxaparse_loop):
14304           Fix parsing in playbin.
14305         * gst/playback/gstdecodebin.c: (close_pad_link):
14306           Ignore current_ pads, they cause major annoyance.
14307
14308 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14309
14310         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14311           Safety guard.
14312
14313 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14314
14315         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
14316           Fix padding...
14317
14318 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14319
14320         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
14321           Allow for 0-sized buffers. Fixes length query problems in
14322           starwars.mkv from the testsuite.
14323
14324 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
14325
14326         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
14327         (gst_video_box_i420), (gst_video_box_chain):
14328           Fix row strides for I420 (fixes #163159)
14329           
14330 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14331
14332         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14333           MPEG2 has a useful rate property, so we can actually use that.
14334           For MPEG-1, continue using the bytes/time properties.
14335
14336 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14337
14338         * gst-libs/gst/riff/riff-media.c:
14339         (gst_riff_create_video_caps_with_data),
14340         (gst_riff_create_video_template_caps):
14341           Add intel-h263.
14342
14343 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14344
14345         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
14346           Fail if caps negotiation fails. Should fix #162184, and should
14347           definately be in there regardless of it fixing the actual bug.
14348         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
14349         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
14350         (gst_avimux_riff_get_avix_header),
14351         (gst_avimux_riff_get_video_header),
14352         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
14353         (gst_avimux_start_file), (gst_avimux_handle_event),
14354         (gst_avimux_change_state):
14355         * gst/avi/gstavimux.h:
14356           Refactor structure writing to use GST_WRITE_UINT macros, add
14357           metadata writing support.
14358
14359 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14360
14361         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
14362           Elements may already be destroyed when this function is called.
14363
14364 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14365
14366         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14367         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
14368           More memory leak fixes (#149162).
14369
14370 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14371
14372         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14373         (gst_qtdemux_add_stream):
14374           Fix two memleaks.
14375
14376 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14377
14378         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
14379           Argh...
14380
14381 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14382
14383         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
14384           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
14385           when fixating to six channels in Totem.
14386
14387 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
14388
14389         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
14390           Fix compile warnings on Solaris 10 buildbot
14391
14392 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
14393
14394         * ext/dvdread/dvdreadsrc.c: (_read):
14395           Don't read beyond the last cell in a chapter (fixes 
14396           invalid memory access)
14397
14398 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
14399
14400         * ext/dvdread/stream_labels.c:
14401         (dvdreadsrc_get_audio_stream_labels):
14402           Use NULL for an empty GList instead of g_list_alloc(); fix 
14403           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
14404           of GString (easier to bulk free later)
14405
14406 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
14407
14408         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14409
14410         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14411         (gst_ffmpeg_pixfmt_to_caps):
14412           Fix BGRA32 caps (#164209).
14413
14414 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
14415
14416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14417
14418         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14419         (gst_ffmpeg_caps_to_pixfmt):
14420           alpha_mask can be RGBA/ABGR. Fixes #164265.
14421
14422 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
14423
14424         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14425
14426         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
14427         (gst_mpeg2dec_alloc_buffer):
14428         * ext/mpeg2dec/gstmpeg2dec.h:
14429           Crop if decoding size is not the actual image size (#163676).
14430
14431 2005-01-17  Steve Baker  <steve@stevebaker.org>
14432
14433         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14434
14435         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
14436         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
14437           Add libsndfile typefind functions (#163309).
14438
14439 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14440
14441         * tools/gst-launch-ext-m.m:
14442           Add .aac, fix .m1v/.m2v (#163891).
14443
14444 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14445
14446         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
14447           Sanity check, don't wait endlessly since the clock might not
14448           actually run at this point (which is a deadlock). Fixes #164069.
14449
14450 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14451
14452         * gst/playback/gstplaybasebin.c: (probe_triggered):
14453           Of course, only pause if group is done...
14454
14455 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14456
14457         * gst/playback/gstplaybasebin.c: (probe_triggered):
14458           Thread safety.
14459
14460 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
14461
14462         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
14463           Don't return state change success when the parent
14464           failed.
14465
14466 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14467
14468         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
14469           Free events (fix memleak in #162905).
14470
14471 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
14472
14473         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14474
14475         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14476         (gst_ffmpeg_caps_to_pixfmt):
14477           Fix for depth = 15. Fixes #161675.
14478
14479 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14480
14481         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
14482           Set FPS correctly, even for webcams and the like.
14483         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
14484           Don error on setting while capturing.
14485
14486 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14487
14488         * ext/dv/gstdvdec.c:
14489         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
14490         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
14491           I'm a bad boy. using /1001. to force C to do float division
14492           and not integer division (as it did in my last commit)
14493           Thanks to David I. Lehn for pointing this mistake.
14494
14495 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14496
14497         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14498           Revert Johan??s 1.35->1.36 since it breaks compat.
14499
14500 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14501
14502         * ext/dv/gstdvdec.c:
14503         * ext/libfame/gstlibfame.c:
14504         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
14505         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
14506           replace framerate aproximations by their real value
14507           (24000/1001, 30000/1001, 60000/1001)
14508           Finish fixing bug #164049
14509
14510 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14511
14512         * ext/ogg/gstoggmux.c:
14513           eos/bos debugging
14514         * gst/tcp/gstmultifdsink.c:
14515         * gst/tcp/gstmultifdsink.h:
14516         * gst/tcp/gsttcp.c:
14517         * gst/tcp/gsttcp.h:
14518         * gst/tcp/gsttcpclientsink.c:
14519         * gst/tcp/gsttcpclientsrc.c:
14520         * gst/tcp/gsttcpserversink.c:
14521         * gst/tcp/gsttcpserversrc.c:
14522           improve reusability of elements after state changes and errors
14523           make multifdsink throw away streamheaders when receiving new ones
14524
14525 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14526
14527         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
14528           Fix for if items are already in list...
14529
14530 2005-01-12  Benjamin Otte  <otte@gnome.org>
14531
14532         * gst/adder/gstadder.c: (gst_adder_loop):
14533           fix adder a bit so it doesn't screw up with events as much anymore
14534
14535 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
14536
14537         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
14538         (pixbufscale_scale), (gst_pixbufscale_chain):
14539         * ext/gdk_pixbuf/pixbufscale.h:
14540           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
14541           to ensure rowstrides are calculated the same way as 
14542           ffmpegcolorspace
14543           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
14544           that we pick up duration and offset also.
14545
14546 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14547
14548         * gst/avi/gstavimux.c: (gst_avimux_class_init),
14549         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
14550           Reusability fixes.
14551
14552 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14553
14554         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14555         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14556         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14557         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14558           Update flags when requested.
14559
14560 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14561
14562         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
14563           Fix dmix.
14564
14565 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14566
14567         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14568         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14569         (probe_triggered), (new_decoded_pad), (gen_source_element),
14570         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14571         * gst/playback/gstplaybasebin.h:
14572         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14573         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
14574         (gst_play_bin_change_state):
14575           Implement group-switch signal for use in apps to clear metadata
14576           cache, clean up subtitle, add suburi property instead of # hack,
14577           some error-out fixes.
14578
14579 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14580
14581         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14582           Debug.
14583         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
14584           If we got a state change in the _get handler, don't return success.
14585
14586 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14587
14588         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
14589         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
14590           Make jpegdec quiet on MJPEG decoding
14591         * gst/asfdemux/README:
14592           Fix mimetypes for MJPEG and H263
14593
14594 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14595
14596         * ext/theora/theoradec.c: (theora_dec_chain):
14597           Fix broken code generation by gcc by swapping arguments.
14598         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14599           Fix \n in debug.
14600
14601 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14602
14603         * TODO:
14604           delete this file, it is by far outdated
14605         * ext/alsa/gstalsa.1: remove
14606         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
14607         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
14608         (gst_alsa_get_caps):
14609           Add HW probing for supported sample rates. Fixes #161704
14610
14611 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14612
14613         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
14614           Don't crash, biatch! :).
14615
14616 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14617
14618         * ext/musepack/gstmusepackreader.cpp:
14619         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
14620           Some work on tags - still doesn't work in playbin...
14621         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
14622           Handle events...
14623
14624 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14625
14626         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14627           Also shove tags on kid pads.
14628
14629 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14630
14631         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
14632           Don't bail on unknown events.
14633         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
14634           Don't crash on events before negotiation.
14635         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14636           Send tags on pads, too.
14637         * gst/playback/gststreamselector.c:
14638         (gst_stream_selector_request_new_pad):
14639           Forward events on first pad if no input was selected yet.
14640
14641 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14642
14643         * gst/playback/gstplaybasebin.c: (setup_substreams):
14644           Don't disable streamtype if the stream doesn't exist, since
14645           then playing a video after audio will disable both and nothing
14646           will happen. Fixes the testsuite.
14647
14648 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14649
14650         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
14651         (gst_v4l_xoverlay_set_xwindow_id):
14652         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
14653         (gst_v4l2_xoverlay_set_xwindow_id):
14654           Add debug categories, fix overlay disabling.
14655
14656 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14657
14658         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
14659         * ext/alsa/gstalsa.h:
14660           Add HW probing for period_count/size and buffer_size MIX/MAX
14661           Adjust default/user defined value if out of bounds
14662           Should fix bug #162024
14663
14664 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14665
14666         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
14667           Fix warning (#161191).
14668
14669 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14670
14671         * ext/dvdread/stream_labels.c:
14672         (dvdreadsrc_get_audio_stream_labels):
14673           Fix warning (init the good variable in switch default)
14674
14675 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
14676
14677         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14678
14679         * gst/tta/gstttaparse.c: (gst_tta_src_event):
14680           Fix gcc-2.95 compile (#163485).
14681
14682 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14683
14684         * configure.ac:
14685         * ext/flac/gstflacenc.c: (gst_flacenc_init),
14686         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14687         (gst_flacenc_tell_callback), (gst_flacenc_chain),
14688         (gst_flacenc_change_state):
14689         * ext/flac/gstflacenc.h:
14690           Update for API change in flac-1.1.1. Update requirement in
14691           configure.ac. Fixes #162974.
14692
14693 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14694
14695         * gst/playback/gstplaybasebin.c: (group_destroy):
14696           Remove hack to get rid of assert and get rid of unlinked
14697           signals properly.
14698
14699 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14700
14701         * gst/playback/gstplaybasebin.c: (setup_source):
14702           Set source to NULL so that resources are free'ed. Fixes issues
14703           with playback of CDDA and similar device-accessing things.
14704
14705 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14706
14707         * testsuite/embed/Makefile.am:
14708           test->noinst, fix make test in buildbot.
14709
14710 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14711
14712         * ext/dvdread/stream_labels.c: new file
14713         * ext/dvdread/stream_labels.h: new file
14714         * ext/dvdread/Makefile.am:
14715         * ext/dvdread/dvdreadsrc.c: (_seek_title):
14716           Extract audio stream label from DVD IFO files.
14717           It only dump them on the console for now, still have to
14718           make playbin aware of them.
14719
14720 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14721
14722         * gst/playback/gstplaybasebin.c: (setup_source):
14723           Fix hanging subs.
14724
14725 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14726
14727         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14728         (gen_preroll_element), (remove_groups), (setup_subtitle),
14729         (gen_source_element), (setup_source):
14730         * gst/playback/gstplaybasebin.h:
14731           Multiple .sub files is just a stupid idea... Fix some threading
14732           mistakes. Interestingly, external .sub files cause playbin to
14733           hang, I don't know why... Parsing fixes contributed by Fran??ois
14734           Kooman <fkooman@tuxed.net>.
14735
14736 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14737
14738         * testsuite/embed/Makefile.am:
14739           Fix buildbot.
14740
14741 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
14742
14743         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14744
14745         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14746         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14747         (gst_pngenc_set_property):
14748         * ext/libpng/gstpngenc.h:
14749           Add compression level property (#163323).
14750
14751 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14752
14753         * configure.ac:
14754         * examples/capsfilter/capsfilter1.c: (main):
14755         * examples/seeking/spider_seek.c: (make_spider_pipeline):
14756         * ext/dvdread/Makefile.am:
14757         * ext/dvdread/demo-play:
14758         * ext/dvdread/demo-play.c:
14759         * gconf/gstreamer.schemas.in:
14760         * gst-libs/gst/gconf/gconf.c:
14761         * sys/v4l/TODO:
14762         * testsuite/Makefile.am:
14763         * testsuite/embed/Makefile.am:
14764         * testsuite/embed/embed.c: (cb_expose), (main):
14765           Remove all references to xvideosink, fix examples (#140845).
14766         * gst/playback/gstplaybasebin.c: (group_destroy):
14767           Apparently, disposal does not unlink - so do explicitely.
14768         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14769           Add debug.
14770
14771 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
14772
14773         * README: fix PKG_CONFIG_PATH instructions, what was there
14774         previously was breaking default search path, not nice. 
14775         Fixes #163358
14776
14777 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14778
14779         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
14780         (gst_audioscale_chain):
14781           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
14782           when resampling - how the ^@$^!@^! is this possible?!?
14783
14784 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14785
14786         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14787           Reset variables on READY.
14788         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
14789         (gst_matroska_mux_loop):
14790           Require data before writing header.
14791
14792 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
14793
14794         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14795
14796         * ext/mad/gstmad.c: (gst_mad_chain):
14797           Don't call mad_stream_sync() directly after recovering sync.
14798           Fixes #151661.
14799
14800 2005-01-09  Martin Eikermann  <meiker@upb.de>
14801
14802         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14803
14804         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
14805         (snapshot_handler), (gst_snapshot_sinkconnect),
14806         (gst_snapshot_chain):
14807           Allocate resources when required, fix recursive signal emission
14808           and fix caps. Fixes #161667.
14809
14810 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
14811
14812         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14813
14814         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
14815         (gst_pngdec_chain):
14816           Handle only 8-bppc (bits-per-pixel-component) images, better
14817           error handling and correct strides. Fixes #163177.
14818         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
14819         (gst_pngenc_chain):
14820           Better error handling. Fixes #163348.
14821
14822 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14823
14824         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
14825         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
14826         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
14827         (dvdnavsrc_uri_handler_init):
14828           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
14829         * gst/playback/gstplaybasebin.c: (gen_source_element):
14830           Add MMS to streaming URIs.
14831
14832 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14833
14834         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
14835         * sys/xvimage/xvimagesink.c:
14836         (gst_xvimagesink_navigation_send_event):
14837           Check for pad availability before sending event.
14838
14839 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14840
14841         * gst-plugins.spec.in:
14842           Add subparse.
14843
14844 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14845
14846         * configure.ac:
14847           Since we use functions from CVS, up requirement.
14848
14849 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14850
14851         * gst/playback/Makefile.am:
14852         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14853         (group_destroy), (group_commit), (group_is_muted),
14854         (gen_preroll_element), (add_stream), (unknown_type),
14855         (probe_triggered), (preroll_unlinked), (mute_stream),
14856         (silence_stream), (new_decoded_pad), (setup_substreams),
14857         (setup_source), (get_active_source), (mute_group_type),
14858         (muted_group_change_state), (set_active_source),
14859         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14860         (play_base_eos), (gst_play_base_bin_change_state):
14861         * gst/playback/gstplaybasebin.h:
14862         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
14863         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14864         (gst_stream_info_dispose), (stream_info_mute_pad),
14865         (stream_info_change_state), (gst_stream_info_set_mute):
14866         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
14867         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
14868         (gst_stream_selector_init), (gst_stream_selector_dispose),
14869         (gst_stream_selector_get_linked_pad),
14870         (gst_stream_selector_get_caps), (gst_stream_selector_link),
14871         (gst_stream_selector_get_linked_pads),
14872         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14873         * gst/playback/gststreamselector.h:
14874           Adding stream selection support plus required properties for
14875           applications to use this. Fully fixes #100931.
14876
14877 2005-01-08  Benjamin Otte  <otte@gnome.org>
14878
14879         * gst/games/gstpuzzle.c: (nav_event_handler):
14880           - handle nav events differently: forward every event no matter if it
14881             was handled or not.
14882           - translate events
14883           You can now cheat by using navigationtest ! puzzle and moving the
14884           mouse close to the edge of a tile. ;)
14885
14886 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14887
14888         * configure.ac:
14889         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
14890         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
14891         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
14892         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
14893         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
14894         (gst_ogm_parse_plugin_init):
14895         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
14896         (gst_textoverlay_link), (gst_textoverlay_getcaps),
14897         (gst_textoverlay_event), (gst_textoverlay_video_chain),
14898         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
14899         * ext/pango/gsttextoverlay.h:
14900         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14901         (gst_matroska_demux_handle_seek_event),
14902         (gst_matroska_demux_sync_streams),
14903         (gst_matroska_demux_parse_blockgroup),
14904         (gst_matroska_demux_subtitle_caps),
14905         (gst_matroska_demux_plugin_init):
14906         * gst/matroska/matroska-ids.h:
14907         * gst/playback/gstdecodebin.c: (close_pad_link):
14908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14909         (gen_preroll_element), (remove_groups), (add_stream),
14910         (new_decoded_pad), (setup_subtitles), (gen_source_element),
14911         (setup_source):
14912         * gst/playback/gstplaybasebin.h:
14913         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
14914         * gst/subparse/Makefile.am:
14915         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
14916         (gst_subparse_base_init), (gst_subparse_class_init),
14917         (gst_subparse_init), (gst_subparse_formats),
14918         (gst_subparse_eventmask), (gst_subparse_event),
14919         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
14920         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
14921         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
14922         (parse_mpsub_deinit), (parse_mpsub_init),
14923         (gst_subparse_buffer_format_autodetect),
14924         (gst_subparse_format_autodetect), (gst_subparse_loop),
14925         (gst_subparse_change_state), (gst_subparse_type_find),
14926         (plugin_init):
14927         * gst/subparse/gstsubparse.h:
14928         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
14929         (plugin_init):
14930           Add subtitle support, .sub parser (supports SRT and MPsub),
14931           OGM text support, Matroska UTF-8 text support, deadlock fixes
14932           all over the place, subtitle awareness in decodebin/playbin
14933           and some fixes to textoverlay to handle subtitles in a stream
14934           correctly. Fixes #100931.
14935
14936 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14937
14938         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14939           Check for pad availability before doing a query on it.
14940
14941 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14942
14943         * ext/dv/gstdvdec.c:
14944           really fix bpp24/32 dvdec caps (classic rgba indeed)
14945         * gst/asfdemux/gstasfdemux.c:
14946         (gst_asf_demux_process_ext_content_desc):
14947           don't send text tags if they are empty (bis repetita)
14948
14949 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14950
14951         * ext/dv/gstdvdec.c:
14952          remove unneeded comment from dvdec
14953           (related to DV 4CC codes in AVI files)
14954           moved them in gstreamer/docs/random/mimetypes
14955         * gst/asfdemux/gstasfdemux.c:
14956         (gst_asf_demux_process_ext_content_desc):
14957          don't send text tags if they are empty
14958          fix mem leak on error path
14959         * gst/ffmpegcolorspace/avcodec.h:
14960         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14961         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14962         (gst_ffmpegcsp_avpicture_fill):
14963         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
14964         * gst/ffmpegcolorspace/imgconvert_template.h:
14965          adds BGR32 and BGRA32 to ffmpegcolorspace
14966           (still bad colors, fixing it on next commit)
14967           helps with dvdec outputing BGR32
14968
14969 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14970
14971         * ext/dv/gstdvdec.c:
14972          Fix audio caps i just broke (missing ',')
14973         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
14974         (gst_matroska_mux_reset):
14975          Fix typo + add FIXME about old "x-gst-metadata" crap
14976
14977 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14978
14979         * ext/dv/demo-play.c: (main):
14980          xvideosink -> xvimagesink
14981         * ext/dv/gstdvdec.c:
14982          change rgb 32/32 caps to 24/32 (no alpha)
14983          change nb of channels to be a list (2 or 4, not 2)
14984          change sample rate to be a list (32, 44.1, 48 kHz) not a range
14985         * gst/asfdemux/gstasfdemux.c:
14986         (gst_asf_demux_process_ext_content_desc):
14987          Add 'date/year' to extracted metadata list
14988
14989 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14990
14991         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14992           The return value of fixate_to does not imply that the requested
14993           value was set, so don't assume.
14994
14995 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
14996
14997         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14998
14999         * ext/libpng/gstpngdec.c:
15000         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
15001         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
15002         * ext/libpng/gstpngenc.h:
15003           Alpha support (encoder; #163161), mime fixage.
15004
15005 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
15006
15007         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15008
15009         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
15010         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
15011         (gst_faac_set_property), (gst_faac_get_property):
15012         * ext/faac/gstfaac.h:
15013           Allow for ADTS output (#153434).
15014
15015 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15016
15017         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
15018           Fix against template (#150576).
15019
15020 2005-01-06  Benjamin Otte  <otte@gnome.org>
15021
15022         * gst/games/gstpuzzle.c: (draw_puzzle):
15023           don't draw a puzzle if either width or height of tiles would be 0.
15024
15025 2005-01-06  Benjamin Otte  <otte@gnome.org>
15026
15027         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
15028         (gst_puzzle_class_init), (gst_puzzle_finalize):
15029           no memleaks, please
15030         (gst_puzzle_create), (gst_puzzle_init),
15031         (gst_puzzle_set_property), (gst_puzzle_setup):
15032           change initialization code around so we don't reshuffle on resize
15033         (draw_puzzle):
15034           fix another stupid typo
15035
15036 2005-01-06  Benjamin Otte  <otte@gnome.org>
15037
15038         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
15039           fix stupid typo that borked copying on YUY2
15040
15041 2005-01-06  Benjamin Otte  <otte@gnome.org>
15042
15043         * gst/games/gstpuzzle.c: (draw_puzzle):
15044           fix edges when image sizes aren't multiples of tile sizes
15045
15046 2005-01-06  Benjamin Otte  <otte@gnome.org>
15047
15048         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
15049           make RGB endianness work correctly
15050         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
15051           refactor and fix race with initial shuffling
15052         (nav_event_handler):
15053           allow using the mouse to puzzle
15054         (draw_puzzle):
15055           insist on tiles having width and height as multiples of 4 to get
15056           clean YUV image handling
15057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15058         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
15059           s/DEBUG/LOG/ for common messages
15060         (gst_xvimagesink_navigation_send_event):
15061           fix mouse event translation to not include screen PAR
15062         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
15063           fix mouse event translation to actually work
15064
15065 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
15066
15067         * gst/asfdemux/gstasfdemux.c:
15068         (gst_asf_demux_process_ext_content_desc):
15069          Extract TrackNumber metadata + clean up code
15070         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
15071          Hope this is the good fix (var used unitialised)
15072
15073 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15074
15075         * ext/faad/gstfaad.c: (gst_faad_chain):
15076           Only increment timestamp if it's valid. Fixes raw AAC streams.
15077
15078 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15079
15080         * configure.ac:
15081         * gst/games/Makefile.am:
15082         * gst/games/gstpuzzle.c:
15083           add a puzzle game with...
15084         * gst/games/gstvideoimage.c:
15085         * gst/games/gstvideoimage.h:
15086           ... full colorspace support (that includes YUV9 and RGB16)) stolen
15087           from videotestsrc and made into something that would be a nice
15088           library for a lot of other plugins.
15089
15090 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
15091
15092         * configure.ac:
15093          don't compile faad plugin if a RC of 2.0 is found
15094          Fixes #155346 (and FC1 buildbot)
15095         * gst/asfdemux/gstasfdemux.c:
15096         (gst_asf_demux_process_ext_content_desc):
15097          try to make Solaris compiler happier
15098
15099 2005-01-06  Paul Jack  <pjack@sfaf.org>
15100
15101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15102
15103         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
15104           Fix segfault (#161667).
15105
15106 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15107
15108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
15109           Fix framerate reporting.
15110
15111 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
15112
15113         * gst-libs/gst/riff/riff-ids.h:
15114         * gst/wavenc/riff.h:
15115          Add AMR (VBR and CBR) ids to riff.h audio codec list
15116         * gst/asfdemux/gstasfdemux.c:
15117         (gst_asf_demux_process_ext_content_desc),
15118         (gst_asf_demux_process_object):
15119           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
15120
15121 2005-01-05  Martin Eikermann  <meiker@upb.de>
15122
15123         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15124
15125         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15126         (gst_dvd_demux_handle_discont):
15127         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
15128         (gst_mpeg_demux_handle_discont):
15129           Recreate pads on new-media (#160730).
15130         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
15131           Send discont even if manager changes timestamps (#161929).
15132
15133 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
15134
15135         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15136
15137         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
15138           Fix invalid memory access (#159211).
15139
15140 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15141
15142         * examples/gstplay/player.c: (main):
15143           Don't iterate.
15144         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
15145           Add visualizations.
15146         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
15147         (gst_a52dec_handle_frame):
15148           Set duration.
15149         * ext/dvdnav/gst-dvd:
15150           Add audioconvert. Fixes #161325.
15151         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
15152           Explicitely case to gint64. Possible valgrind error.
15153         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
15154         (gst_play_tick_callback), (gst_play_change_state),
15155         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
15156         (gst_play_set_location), (gst_play_get_location),
15157         (gst_play_seek_to_time), (gst_play_set_data_src),
15158         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15159         (gst_play_set_visualization), (gst_play_connect_visualization),
15160         (gst_play_get_framerate), (gst_play_get_all_by_interface),
15161         (gst_play_new):
15162           Use playbin. Fixes #139749 and #147744.
15163         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
15164           Add genre tag.
15165         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
15166         (audioscale_get_type), (gst_audioscale_base_init),
15167         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
15168         (gst_audioscale_getcaps), (gst_audioscale_fixate),
15169         (gst_audioscale_link), (gst_audioscale_get_buffer),
15170         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
15171         (gst_audioscale_init), (gst_audioscale_dispose),
15172         (gst_audioscale_chain), (gst_audioscale_set_property),
15173         (gst_audioscale_get_property), (plugin_init):
15174           Indent properly.
15175         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
15176           Fix LPCM.
15177         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
15178         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
15179         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
15180           Add more metadata (fixes #162656).
15181
15182 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15183
15184         * configure.ac:
15185           back to cvs
15186
15187 === release 0.8.7 ===
15188
15189 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15190
15191         * NEWS:
15192         * RELEASE:
15193         * configure.ac:
15194           releasing 0.8.7, "Hyperspace"
15195
15196 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15197
15198         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15199
15200         * gst/playback/gstplaybasebin.c:
15201          Fix for #162924 - free caps after use, not before
15202
15203 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15204
15205         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
15206
15207         * gst/playback/gstplaybasebin.c:
15208         * gst/wavparse/gstwavparse.c:
15209           Fix for #154773 - fixes playback of small .wav files
15210
15211 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15212
15213         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
15214
15215         * gst/audioscale/gstaudioscale.c:
15216           Fix for #162819 - make audioscale reusable
15217           Fixes playback of more than one file with playbin/totem
15218
15219 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15220
15221         * gst/ffmpegcolorspace/avcodec.h:
15222         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15223         * gst/ffmpegcolorspace/imgconvert.c:
15224           clean up the mess that made me cry and avoid needless duplication
15225
15226 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15227
15228         * gst/ffmpegcolorspace/imgconvert.c:
15229           give some indication of why we're segfaulting
15230
15231 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15232
15233         * configure.ac:
15234           Fix indentation, fix v4l2 plugin detection.
15235         * ext/Makefile.am:
15236           Fix libmms location (Maciej, use diff -u!).
15237         * ext/alsa/gstalsa.c: (gst_alsa_init):
15238           Initialize caps cache to NULL.
15239         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15240           Only change state on audiosink if it exists.
15241
15242 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
15243
15244         * gst/matroska/matroska-demux.c:
15245         * gst/matroska/matroska-ids.h:
15246         * gst/matroska/matroska-demux.h:
15247         Fix Vorbis streams failing to decode in some files, where cluster_time
15248         isn't 0, because then it doesn't send codec_priv before actual data.
15249         Remove time-based test and replace it with marker set on beginning of
15250         new stream
15251
15252 2004-12-28  David Schleef  <ds@schleef.org>
15253
15254         Merge patch from Ronald fixing problems with streaming
15255         text.
15256         * ext/cairo/gstcairo.c: (plugin_init):
15257         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
15258         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15259         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
15260         (gst_textoverlay_font_init), (gst_textoverlay_init),
15261         (gst_textoverlay_set_property):
15262         * ext/cairo/gsttextoverlay.h:
15263
15264 2004-12-27  David Schleef  <ds@schleef.org>
15265
15266         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
15267         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15268         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
15269         (gst_textoverlay_font_init), (gst_textoverlay_init),
15270         (gst_textoverlay_set_property): Improvements to actually
15271         render text as white on black outline on video, including
15272         font selection and horizontal/vertical alignment.  (Ronald's
15273         christmas present)
15274         * ext/cairo/gsttextoverlay.h:
15275
15276 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15277
15278         * ext/ogg/gstogg.c:
15279         * ext/ogg/gstogmparse.c:
15280           fix ogm[audio/video]parse plugin registration
15281           (riff won't load if bytestream is already loaded)
15282
15283 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15284
15285         * gst/audioconvert/gstchannelmix.c:
15286           fix for GLIB < 2.4
15287
15288 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15289
15290         * Makefile.am:
15291         * configure.ac:
15292           disable docs again until it actually passes make distcheck.
15293
15294 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15295
15296         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
15297         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
15298         (plugin_init):
15299           Add 3GP (variables name Q3GP because they can't start with a
15300           number). Add samr audio fourcc (used in .3gp files), decoder
15301           is work in progress. Also do a GST_WARNING instead of ERROR
15302           in case of unknown nodes, to decrease output.
15303
15304 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15305
15306         * Makefile.am:
15307           really fix dist
15308
15309 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15310
15311         * configure.ac:
15312         * ext/speex/gstspeexdec.h:
15313         * ext/speex/gstspeexenc.h:
15314           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
15315           Fix detection code in configure.ac
15316
15317 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15318
15319         * gst/matroska/matroska-demux.c:
15320         (gst_matroska_demux_parse_blockgroup):
15321           Save position, so that queries give proper return values. Don't
15322           know how this could ever have worked before...
15323
15324 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15325
15326         * configure.ac:
15327           Put additional LAME check inside the conditional.  Fixes #152339
15328
15329 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15330
15331         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15332         (gst_avi_demux_stream_scan):
15333           Add some more debug. Fix logic error when setting movi offset
15334           while reading index.
15335
15336 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15337
15338         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15339         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
15340         (gst_avi_demux_process_next_entry):
15341           Add some debugging. Better detection of broken indexes and the
15342           accompanying index recovery. No infinite loops on state changes
15343           when we're still in our loopfunction.
15344
15345 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15346
15347         * configure.ac:
15348           Fix up.
15349
15350 2004-12-22  Archana Shah  <archana.shah@wipro.com>
15351
15352         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15353
15354         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
15355           Normalizing the value before setting
15356         (gst_sunaudiomixer_get_volume):
15357           Normalizing the value after getting. Fixes bug# 161980
15358
15359 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15360
15361         * Makefile.am: Make sure docs gets disted
15362         * docs/Makefile.am: Make sure all needed files get disted
15363         * gst-plugins.spec.in: latest updates
15364
15365 2004-12-22  Wim Taymans  <wim@fluendo.com>
15366
15367         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
15368         Revert patch 1.38 as clock distribution over schedulers does
15369         not work correcly in the core yet.
15370
15371 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15372
15373         * sys/oss/README: remove this file, which predates my birth
15374           (and which content is by far outdated)
15375
15376 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
15377
15378         * Makefile.am:
15379         * configure.ac:
15380         * docs/Makefile.am:
15381         * docs/libs/Makefile.am:
15382         * docs/libs/gst-plugins-libs-docs.sgml:
15383         * docs/libs/gst-plugins-libs-sections.txt:
15384         * docs/libs/tmpl/gstgconf.sgml:
15385         * docs/upload.mak:
15386         * docs/version.entities.in:
15387           Added boilerplate gtk-doc files for plugin-libs documentation.
15388
15389 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15390
15391         * gst/auparse/gstauparse.c: fix int and float audio caps
15392
15393 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15394
15395         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
15396         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
15397           g_assert() can be a macro, don't use #ifdef inside it.
15398
15399 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
15400
15401         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15402
15403         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15404         (gst_videorate_init), (gst_videorate_chain),
15405         (gst_videorate_change_state):
15406           Event handling (fixes #159986).
15407
15408 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15409
15410         * gst-libs/gst/riff/riff-media.c:
15411         (gst_riff_create_video_caps_with_data):
15412           Add BLZ0 (Blizzard's version of DivX) fourcc.
15413
15414 2004-12-18  David Schleef  <ds@schleef.org>
15415
15416         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
15417         portability fix.
15418
15419 2004-12-18  David Schleef  <ds@schleef.org>
15420
15421         * gst/tta/ttadec.h: Disable some header code that isn't used
15422         and clearly isn't portable.
15423
15424 2004-12-18  David Schleef  <ds@schleef.org>
15425
15426         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
15427         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
15428         (avcodec_get_pix_fmt), (avpicture_layout),
15429         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
15430         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
15431         Fix code to not use GCC extensions (and c99 extensions that
15432         Forte does not like.)
15433
15434 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15435
15436         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15437
15438         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
15439         (gst_deinterlace_chain):
15440           Rowstride fixes. Fixes #161039.
15441         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
15442         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
15443         (gst_video_crop_getcaps), (gst_video_crop_link),
15444         (gst_video_crop_i420), (gst_video_crop_chain),
15445         (gst_video_crop_change_state):
15446           Rework of negotiation. Actually works now. Fixes #158650.
15447
15448 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15449
15450         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
15451           That was very stupid.
15452
15453 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15454
15455         * gst/matroska/matroska-demux.c:
15456         (gst_matroska_demux_parse_blockgroup):
15457           Fix possible crasher.
15458
15459 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15460
15461         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
15462         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
15463           Lace sizes can be zero.
15464
15465 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15466
15467         * ext/musepack/gstmusepackdec.cpp:
15468           Fetch error return values. Fixes #161624.
15469         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
15470           Really EOS.
15471
15472 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15473
15474         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
15475           Work for truncated (unfinished download etc.) files. Fixes #160514.
15476
15477 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15478
15479         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15480           Fix for integer overflow. Makes #156001 not crash. Probably masks
15481           the real bug.
15482
15483 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15484
15485         * gst/ac3parse/gstac3parse.c: (plugin_init):
15486           Parsers never have ranks. Fixes #159651.
15487
15488 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15489
15490         * gst/playback/gstdecodebin.c: (compare_ranks):
15491           make sure the facotries are ordered the same every time even if they
15492           have the same rank by using the name
15493         * gst/playback/gstdecodebin.c: (find_compatibles):
15494           make sure we don't add factories to the list twice
15495
15496 2004-12-16  David Schleef  <ds@schleef.org>
15497
15498         * configure.ac: look for musepack headers as musepack/*.h
15499         (fixes #159847)
15500         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
15501         * ext/musepack/gstmusepackreader.h: same
15502
15503 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15504
15505         * gst-libs/gst/riff/riff-read.c:
15506         (gst_riff_read_strf_auds_with_data):
15507           Read extradata correctly (fixes #155879).
15508
15509 2004-12-16  David Schleef  <ds@schleef.org>
15510
15511         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
15512         audio.  does _not_ attempt or allow conversion unless channels
15513         is 1 or 2.
15514
15515 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15516
15517         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
15518
15519 2004-12-16  David Schleef  <ds@schleef.org>
15520
15521         * gst/audioscale/gstaudioscale.c: the resample library only
15522         handles 1 or 2 channels.  Change caps to compensate.
15523
15524 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15525
15526         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
15527         (gst_matroska_demux_audio_caps):
15528           Some MPEG-AAC hacks, because else it doesn't work...
15529
15530 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15531
15532         * gst-libs/gst/riff/riff-media.c:
15533         (gst_riff_create_video_caps_with_data),
15534         (gst_riff_create_video_template_caps):
15535           Add h264.
15536
15537 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15538
15539         * gst-libs/gst/audio/Makefile.am:
15540           Try to fix buildbot.
15541
15542 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15543
15544         * gst/tcp/gstmultifdsink.c:
15545           Clean up and uniformize debugging.
15546
15547 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
15548
15549         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15550
15551         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15552         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
15553         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
15554         (gst_mpeg_demux_change_state):
15555           Reset on ready. Fixes 160276.
15556
15557 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
15558
15559         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15560
15561         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15562         (gst_ffmpegcsp_pad_link):
15563           Fix memleak (#154815).
15564
15565 2004-12-16  James Bowes  <bowes@cs.dal.ca>
15566
15567         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15568
15569         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
15570         (gst_musicbrainz_init), (gst_musicbrainz_chain),
15571         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
15572         * ext/musicbrainz/gsttrm.h:
15573           Add support for using a proxy server when getting a trm id from
15574           the MusicBrainz database (#149613).
15575
15576 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
15577
15578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15579
15580         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
15581         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15582           Fix memleaks (#157233).
15583
15584 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
15585
15586         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15587
15588         * gst-libs/gst/resample/resample.c: (gst_resample_close):
15589         * gst-libs/gst/resample/resample.h:
15590         * gst/audioscale/gstaudioscale.c:
15591           Fix memleak (#159215).
15592
15593 2004-12-16  Toni Willberg  <toniw@iki.fi>
15594
15595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15596
15597         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
15598         * sys/oss/oss_probe.c: (main):
15599           Check for mono/stereo support (similar to samplerate probing),
15600           fixes #159433. Also add missing copyright header to oss_probe.c.
15601
15602 2004-12-15  David Schleef  <ds@schleef.org>
15603
15604         * configure.ac: add audioresample and cairo plugins.  Remove
15605         HAVE_MMX stuff, because it's not used.
15606         * ext/Makefile.am: same
15607         * ext/audioresample/Makefile.am: You are not ready for an
15608         audio resampling element based on audioresample.
15609         * ext/audioresample/gstaudioresample.c:
15610         * ext/audioresample/gstaudioresample.h:
15611         * ext/cairo/Makefile.am: You are not ready for overlay elements
15612         based on cairo.  Don't look too closely, these elements kinda
15613         suck right now.
15614         * ext/cairo/gstcairo.c: new
15615         * ext/cairo/gsttextoverlay.c: new
15616         * ext/cairo/gsttextoverlay.h: new
15617         * ext/cairo/gsttimeoverlay.c: new
15618         * ext/cairo/gsttimeoverlay.h: new
15619         * gst-libs/gst/media-info/media-info-priv.h: fix compile
15620         problem with compilers that don't support variadic macros.
15621
15622 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
15623
15624         Reviewed by:  David Schleef  <ds@schleef.org>
15625
15626         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
15627         Bala, registering sunaudiosrc (oops!), and cleaning up code a
15628         bit.  Also ran indent-gst.
15629         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
15630         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
15631         (gst_sunaudiosrc_setparams):
15632
15633 2004-12-14  David Schleef  <ds@schleef.org>
15634
15635         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
15636         output rate to 16000.  Should fix #160235.
15637
15638 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15639
15640         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
15641         Add typefinding for mpeg2 pes streams
15642
15643 2004-12-13  David Schleef  <ds@schleef.org>
15644
15645         * configure.ac:  Applied patch from bug #143659, making default
15646         sources and sinks OS-dependent (for Solaris), and added code
15647         for OS/X.
15648         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
15649
15650 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15651
15652         * gst-libs/gst/riff/riff-media.c:
15653           forgot to add h2.64 to avidemux template caps
15654
15655 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15656
15657         * gst/wavenc/riff.h:
15658         * gst-libs/gst/riff/riff-media.c:
15659         * gst-libs/gst/riff/riff-ids.h:
15660         * gst/avi/gstavimux.c
15661         add 4CC code for VideoSoft h264 in AVI (VSSH)
15662           fixes bug #160655
15663         remove s323 from riff, it's quicktime specific :(
15664
15665 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15666
15667         * gst/asfdemux/README
15668         * gst/wavenc/riff.h
15669         * gst-libs/gst/riff/riff-ids.h
15670         * gst-libs/gst/riff/riff-media.c
15671         * gst/qtdemux/qtdemux.c:
15672           add new 4CC codes for h263 related codecs
15673           fixes partially bug #155163
15674
15675 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
15676
15677         * configure.ac: Update polyaudio requirement to 0.7
15678         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
15679
15680 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15681
15682         * gst/interleave/deinterleave.c:
15683         fix my name's spelling! :)
15684
15685 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15686
15687         * AUTHORS ChangeLog
15688         * gst/auparse/gstauparse.c
15689         * gst/interleave/deinterleave.c
15690         * gst/law/:
15691                 alaw-decode.c alaw-encode.c
15692                 mulaw-decode.c mulaw-encode.c
15693         * gst/oneton/gstoneton.c
15694         * sys/osxaudio/:
15695                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
15696         * sys/osxvideo/:
15697                 cocoawindow.h cocoawindow.m
15698                 osxvideosink.h osxvideosink.m
15699
15700         put the same mail address for Zaheer Abbas Merali everywhere
15701
15702 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15703
15704         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
15705           Align by packetsize, and assert that we a packet available before
15706           playing. The first makes webstreams work (they often include
15707           trailing padding data in a packet), the second allows pausing a
15708           ASF stream in totem without getting demux errors afterwards.
15709
15710 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15711
15712         * ext/ogg/gstoggdemux.c: (get_relative):
15713           Check for non-NULL before accessing member (end-of-chain).
15714
15715 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15716
15717         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
15718         (cdparanoia_set_property), (cdparanoia_get_property):
15719         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
15720         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
15721         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15722         (dvdreadsrc_init), (dvdreadsrc_set_property),
15723         (dvdreadsrc_get_property):
15724         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
15725         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
15726           Synchronize property names where not yet the case. Devices are
15727           now device=X, other versions are deprecated (but still exist).
15728           Also use g_free() unconditionally.
15729         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15730         (setup_source), (gst_play_base_bin_get_property):
15731           Expose source.
15732
15733 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15734
15735         * configure.ac: move GCONF macro outside conditional for the am
15736           conditional. Fixes #160439
15737
15738 2004-12-08  David Schleef  <ds@schleef.org>
15739
15740         * tools/gst-visualise-m.m: Switch to elements that currently
15741         exist.
15742
15743 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15744
15745         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15746           We love wrong commas.
15747
15748 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15749
15750         * gst/matroska/matroska-demux.c:
15751         (gst_matroska_demux_handle_src_query):
15752           Don't set DEFAULT, unsupported - makes length display incorrectly
15753           in some cases.
15754
15755 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15756
15757         * gst/monoscope/README: remove blurb about files being GPL
15758         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
15759         * gst/monoscope/monoscope.c: Change license to BSD with explanation
15760           monoscope is now effectively LGPL licensed
15761
15762 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15763
15764         * gst/monoscope/README: Update information to be more correct
15765         * gst/monoscope/convolve.c: Relicense to LGPL
15766         * gst/monoscope/convolve.h: Relicense to LGPL
15767
15768 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
15769
15770         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15771           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
15772         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
15773           set default_duration for mpeg1 audio
15774
15775 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15776
15777         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
15778         * ext/alsa/gstalsa.h:
15779           refactor big chunks of the core caps negotiation code to make it
15780           a lot faster, because people claim it's really slow
15781           (actually, just cache the getcaps when the device is opened)
15782
15783 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15784
15785         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
15786         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
15787         (gst_a52dec_handle_frame), (gst_a52dec_chain),
15788         (gst_a52dec_change_state), (plugin_init):
15789         * ext/a52dec/gsta52dec.h:
15790           Do something useful with timestamps. Make chain-based (since
15791           there's really no reason to be loopbased).
15792         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
15793           Update current_byte/frame correctly.
15794
15795 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15796
15797         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
15798         (gst_ape_demux_stream_init):
15799           Forward tags, too.
15800
15801 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15802
15803         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
15804           Let's make sure we're done typefinding when detecting tags.
15805
15806 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15807
15808         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
15809         (gst_ebml_read_init), (gst_ebml_read_use_event),
15810         (gst_ebml_read_element_id), (gst_ebml_peek_id),
15811         (gst_ebml_read_seek), (gst_ebml_read_skip),
15812         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
15813         (gst_ebml_read_master):
15814         * gst/matroska/ebml-read.h:
15815         * gst/matroska/matroska-demux.c:
15816         (gst_matroska_demux_parse_contents),
15817         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
15818           Disgustingly evil hack for working around INTERRUPT events and
15819           their extremely annoying habit of being a pain in the ass. We
15820           simply peek a cluster before reading any of it.
15821
15822 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15823
15824         * ext/musepack/gstmusepackdec.cpp:
15825           There's also floating point libmusepacks.
15826
15827 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15828
15829         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
15830         (gst_faad_chanpos_to_gst), (gst_faad_chain):
15831           Set DURATION even if source buffer didn't. Also use increasing
15832           timestamps.
15833         * gst-libs/gst/riff/riff-media.c:
15834         (gst_riff_create_audio_caps_with_data):
15835           Block_align can have larger values than 8192.
15836
15837 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15838
15839         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
15840         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
15841         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
15842         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
15843           Fix caps.
15844
15845 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15846
15847         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
15848           Fix logic bug.
15849
15850 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15851
15852         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
15853           Yay, another one.
15854
15855 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15856
15857         * ext/esd/esdsink.c: (gst_esdsink_chain):
15858           Make error actually say something useful (fixes #156798).
15859         * gst-libs/gst/riff/riff-media.c:
15860         (gst_riff_create_video_caps_with_data),
15861         (gst_riff_create_video_template_caps):
15862           Add Intel Video 5.0 fourcc (IV50).
15863
15864 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
15865
15866         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
15867         detection on mono and stereo mp3 files.
15868
15869 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15870
15871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15872           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
15873           the contained stream).
15874
15875 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15876
15877         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
15878           Oops, remove debug.
15879
15880 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15881
15882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15883
15884         * gst/law/alaw-decode.c: (alawdec_getcaps):
15885         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15886           Prevent warnings when negotiating caps (fixes #159338).
15887
15888 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15889
15890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15891         (gst_ffmpegcsp_chain):
15892           Remove old leftover that shouldn't be there...
15893
15894 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15895
15896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15897
15898         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
15899           Don't forward DISCONT events (fixes #159684).
15900
15901 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15902
15903         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
15904           Unlink manually since sometimes bin disposal (and therefore
15905           pad unlinking) is delayed, which will cause a new media file
15906           to not be able to start playing instantly.
15907
15908 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15909
15910         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
15911           On mute of an unlinked stream, check for pad availability so
15912           we don't crash on unlinked pad.
15913
15914 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15915
15916         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15917         (gst_avi_demux_massage_index):
15918           Fix quite humiliating bug in omitting 0-sized index chunks but
15919           forgetting to count them for timestamps.
15920
15921 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15922
15923         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
15924           Actually leave the loop if we failed to sync. Don't crash.
15925
15926 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15927
15928         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
15929         (gst_dvd_demux_process_private):
15930         * gst/mpegstream/gstdvddemux.h:
15931           Fix crash (#159759). Doesn't work, though. :-(.
15932
15933 2004-11-28  Benjamin Otte  <otte@gnome.org>
15934
15935         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
15936           more overwriting protection due to modifying channels one by one
15937           instead of all at once
15938
15939 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15940
15941         * gst/audioconvert/gstchannelmix.c:
15942         (gst_audio_convert_fill_normalize):
15943           Normalize using absolute values.
15944
15945 2004-11-28  Julien MOUTTE  <julien@moutte.net>
15946
15947         * configure.ac:
15948         * ext/Makefile.am:
15949         * ext/directfb/Makefile.am:
15950         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
15951         (gst_directfbvideosink_get_pixel_format),
15952         (gst_directfbvideosink_get_format_from_fourcc),
15953         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
15954         (gst_directfbvideosink_sink_link),
15955         (gst_directfbvideosink_change_state),
15956         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
15957         (gst_directfbvideosink_buffer_alloc),
15958         (gst_directfbvideosink_interface_supported),
15959         (gst_directfbvideosink_interface_init),
15960         (gst_directfbvideosink_navigation_send_event),
15961         (gst_directfbvideosink_navigation_init),
15962         (gst_directfbvideosink_set_property),
15963         (gst_directfbvideosink_get_property),
15964         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
15965         (gst_directfbvideosink_base_init),
15966         (gst_directfbvideosink_class_init),
15967         (gst_directfbvideosink_get_type), (plugin_init):
15968         * ext/directfb/directfbvideosink.h: Adding a first version of
15969         directfbvideosink.
15970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
15971         more.
15972
15973 2004-11-28  Benjamin Otte  <otte@gnome.org>
15974
15975         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
15976           walk the samples backwards if out_channels > in_channels so we don't
15977           overwrite data
15978
15979 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15980
15981         * gst/audioconvert/Makefile.am:
15982         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15983         (gst_audio_convert_link), (gst_audio_convert_change_state),
15984         (gst_audio_convert_channels):
15985         * gst/audioconvert/gstchannelmix.c:
15986         (gst_audio_convert_unset_matrix),
15987         (gst_audio_convert_fill_identical),
15988         (gst_audio_convert_fill_compatible),
15989         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
15990         (gst_audio_convert_fill_others),
15991         (gst_audio_convert_fill_normalize),
15992         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
15993         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
15994         * gst/audioconvert/gstchannelmix.h:
15995           Implement a channel mixer.
15996
15997 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
15998
15999         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
16000         * ext/alsa/gstalsa.h:
16001         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
16002         Make alsasink actually honor gst_element_set_clock and use that
16003         clock instead of its internal one.
16004
16005 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
16006
16007         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
16008         (gst_play_base_bin_change_state): nullify source and decoder when
16009         going from READY to NULL so that we don't try to do weird stuff with
16010         them when going from NULL to READY
16011         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
16012         instead of g_object_unref
16013         (gen_video_element), (gen_audio_element): more refcounting fixes, now
16014         it should be correct
16015         (gst_play_bin_change_state): don't call remove_sinks if we are
16016         currently disposing the object
16017
16018 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16019
16020         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
16021           Don't forget bass if it's there. Else left channel is silent...
16022
16023 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16024
16025         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
16026         (gst_a52dec_change_state):
16027           Don't do sample adjusting anymore, we use float audio now.
16028         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16029           Don't fixate to non-existing properties.
16030
16031 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16032
16033         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
16034         (gst_a52dec_change_state):
16035           Advertise that we can do surround sound.
16036
16037 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16038
16039         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
16040           Add buffer-frames=0.
16041         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
16042         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
16043         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
16044         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
16045         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
16046         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
16047         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
16048         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
16049         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
16050         * ext/dvdread/dvdreadsrc.h:
16051           Add seeking, querying for bytes, sectors, title, angle and
16052           chapter. Handle multiple chapters. Relicense to LGPL because
16053           Billy agreed on that (thanks Billy!).
16054
16055 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
16056
16057         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
16058         call parent dispose method
16059
16060 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
16061
16062         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
16063         (gst_audio_clock_get_internal_time):
16064         Fix active <-> inactive transitions: ensure time value always
16065         grows and avoid abrupt value changes.
16066
16067 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
16068
16069         * configure.ac:
16070         * gst/tta/Makefile.am:
16071         * gst/tta/crc32.h:
16072         * gst/tta/filters.h:
16073         * gst/tta/gsttta.c:
16074         * gst/tta/gstttadec.c:
16075         * gst/tta/gstttadec.h:
16076         * gst/tta/gstttaparse.c:
16077         * gst/tta/gstttaparse.h:
16078         * gst/tta/ttadec.h:
16079           added TTA parser and decoder
16080
16081 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16082
16083         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16084         (probe_triggered), (check_queue), (buffer_underrun),
16085         (buffer_running), (buffer_overrun), (gen_source_element),
16086         (setup_source):
16087         * gst/playback/gstplaybasebin.h:
16088           Implement buffering. Needs some more work.
16089
16090 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16091
16092         * ext/theora/theoradec.c: (theora_dec_chain):
16093           Fix ilog mask range overflow.
16094
16095 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16096
16097         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
16098           Don't omit the last (which in case of dmix is the only :) )
16099           channel count. Don't set channels if <= 2.
16100
16101 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
16102
16103         * gst/playback/gstplaybin.c: (gen_video_element),
16104         (gen_audio_element): Removed 2 obsolete comments
16105
16106 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16107
16108         * ext/vorbis/oggvorbisenc.c
16109         * ext/vorbis/vorbisenc.c :
16110           change description fields of those plugins to differentiate them
16111           (pitivi show Encoders by description, they had the same one)
16112
16113 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
16114
16115         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16116
16117         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
16118         (gst_play_bin_set_property), (gen_video_element),
16119         (gen_audio_element):
16120           Refcounting fixes for provided audio-/videosinks.
16121
16122 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16123
16124         * gst/playback/gstplaybin.c: (gen_video_element),
16125         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
16126           Don't reference all sinks, but only the video- and audiosinks.
16127           The vis. element should be disposed when we're done with it.
16128           We don't have any reason to keep it around. This fixes warnings
16129           when reusing playbin for playing multiple audio files with
16130           vis. enabled. Also release audio device on pause - idea stolen
16131           from Rhythmbox.
16132
16133 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16134
16135         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
16136         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
16137         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
16138         * ext/alsa/gstalsaplugin.c: (plugin_init):
16139         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
16140         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
16141         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
16142         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
16143         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
16144         (gst_faad_change_state), (plugin_init):
16145         * ext/faad/gstfaad.h:
16146         * ext/vorbis/vorbis.c: (plugin_init):
16147         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16148         * gst-libs/gst/audio/Makefile.am:
16149         * gst-libs/gst/audio/audio.c: (plugin_init):
16150         * gst-libs/gst/audio/multichannel.c:
16151         (gst_audio_check_channel_positions),
16152         (gst_audio_get_channel_positions),
16153         (gst_audio_set_channel_positions),
16154         (gst_audio_set_structure_channel_positions_list),
16155         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
16156         (gst_audio_fixate_channel_positions):
16157         * gst-libs/gst/audio/multichannel.h:
16158         * gst-libs/gst/audio/testchannels.c: (main):
16159         * gst/audioconvert/gstaudioconvert.c:
16160         (gst_audio_convert_class_init), (gst_audio_convert_init),
16161         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
16162         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
16163         (gst_audio_convert_fixate), (gst_audio_convert_channels):
16164         * gst/audioconvert/plugin.c: (plugin_init):
16165           Surround sound support.
16166
16167 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16168
16169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
16170           Fix position for discont if we're close as well. Nitpicking, but
16171           saves a few milliseconds of extra waiting or skipping.
16172
16173 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16174
16175         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
16176           We sometimes need parsers for playback, so add those too.
16177
16178 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16179
16180         * configure.ac:
16181         * gst/apetag/Makefile.am:
16182         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
16183         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
16184         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
16185         (gst_ape_demux_get_src_query_types),
16186         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
16187         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
16188         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
16189         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
16190         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
16191         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
16192         (gst_ape_demux_change_state):
16193         * gst/apetag/apedemux.h:
16194         * gst/apetag/apetag.c: (plugin_init):
16195         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
16196         (plugin_init):
16197           APE v1/2 tag reader plus typefind function.
16198
16199 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16200
16201         * configure.ac:
16202         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
16203         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16204           Remove hacks for older core. Require newer core version
16205           accordingly.
16206
16207 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16208
16209         * gst/cdxaparse/Makefile.am:
16210         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
16211         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
16212         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
16213         * gst/cdxaparse/gstcdxaparse.h:
16214         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
16215         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
16216         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
16217         (gst_cdxastrip_get_src_query_types),
16218         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
16219         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
16220         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
16221         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
16222         * gst/cdxaparse/gstcdxastrip.h:
16223           SVCD/VCD header stripping separated from CDXA image parsing.
16224         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
16225         (plugin_init):
16226           Add VCD/SVCD header typefinding for VCD/SVCD.
16227         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
16228         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
16229         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
16230         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
16231         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
16232         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
16233         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
16234         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
16235         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
16236         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
16237         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
16238         * sys/vcd/vcdsrc.h:
16239           Fix up, add seeking, querying, URI interface. Works in totem now.
16240
16241 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16242
16243         * configure.ac:
16244           back to CVS
16245
16246 === release 0.8.6 ===
16247
16248 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16249
16250         * NEWS:
16251         * RELEASE:
16252         * configure.ac:
16253         * po/af.po:
16254         * po/az.po:
16255         * po/cs.po:
16256         * po/en_GB.po:
16257         * po/hu.po:
16258         * po/it.po:
16259         * po/nb.po:
16260         * po/nl.po:
16261         * po/or.po:
16262         * po/sq.po:
16263         * po/sr.po:
16264         * po/sv.po:
16265         * po/uk.po:
16266           releasing 0.8.6, "IOU Love"
16267
16268 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16269
16270         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
16271
16272         * gst/playback/gstplaybasebin.c:
16273           Fix unplayable files error handling.  Fixes #158365
16274
16275 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16276
16277         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
16278
16279         * gst/typefind/gsttypefindfunctions.c:
16280           Fix broken mp3 typefinding.  Fixes #158375
16281
16282 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16283
16284         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
16285
16286         * ext/ogg/gstoggdemux.c:
16287           Fix sync on broken files.  Fixes #158976
16288
16289 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16290
16291         patch by: Edward Hervey <bilboed@bilboed.com>
16292
16293         * ext/libpng/gstpngenc.c:
16294           Copy over buffer properties.  Fixes #158832
16295
16296 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16297
16298         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
16299
16300         * ext/dvdread/dvdreadsrc.c:
16301           Fixes invalid reads (#158462)
16302
16303 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16304
16305         * sys/v4l/gstv4lsrc.c:
16306         * sys/v4l/gstv4lsrc.h:
16307         * sys/v4l/v4lsrc_calls.c:
16308           Probe less and cache it.  Fixes #159187.
16309
16310 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16311
16312         * gst/videorate/gstvideorate.c:
16313           Handle all video formats. Fixes #159186.
16314
16315 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
16316         * gst/synaesthesia/gstsynaesthesia.c:
16317         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
16318         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
16319         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
16320         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
16321         (gst_synaesthesia_change_state), (plugin_init):
16322         Fix up synaesthesia to work under different samplerates/ buffer sizes.
16323         Force 320x200 output, as that's the only thing the underlying
16324         synaesthesia implementation supports. Still needs to be made
16325         re-entrant.
16326
16327 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16328
16329         * configure.ac:
16330           Fix mpeg2enc configure check (similar to mplex check below).
16331
16332 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
16333
16334         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16335
16336         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16337           Fix for gcc-2.95 (fixes #158221).
16338
16339 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16340
16341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
16342           Re-add clock distribution hack (until new core is released).
16343           Fixes #158125.
16344
16345 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
16346         * configure.ac:
16347           fix mplex configure check segfaulting on some systems (bug #140994)
16348
16349 2004-11-13  Benjamin Otte  <otte@gnome.org>
16350
16351         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
16352           add debugging
16353         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16354           do a wait when we enter the loop func with no data available to
16355           write instead of getting into an 100% CPU loop by just returning and
16356           being called again by the scheduler
16357
16358 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
16359
16360         * configure.ac:
16361         * ext/libvisual/visual.c: (gst_visual_get_type),
16362         (libvisual_log_handler), (gst_visual_getcaps),
16363         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
16364         (plugin_init):
16365           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
16366         * ext/smoothwave/Makefile.am:
16367         * ext/smoothwave/demo-osssrc.c: (main):
16368         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
16369         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
16370         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
16371         (plugin_init):
16372         * ext/smoothwave/gstsmoothwave.h:
16373           Make gstsmoothwave a working element in the 20th century.
16374
16375         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
16376           Fix incorrect link function
16377
16378 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16379
16380         * gst/volume/gstvolume.c:
16381           Allow buffer-frames=0.
16382
16383 2004-11-12 Iain <iaingnome@gmail.com>
16384
16385         * configure.ac: Check for polypaudio
16386
16387         * ext/Makefile.am: Build the polyp dir
16388
16389         * ext/polyp: The polypsink sources.
16390
16391 2004-10-30 Iain <iaingnome@gmail.com>
16392
16393         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
16394         caps to reflect the new number of channels.
16395
16396 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16397
16398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16399           Fix for negotiation order problem. This would show when the
16400           ALSA loopfuction was called before any other function. ALSA
16401           wouldn't do anything because we're not negotiated yet, leading
16402           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
16403
16404 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16405
16406         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16407
16408         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16409           No warnings (#157986).
16410
16411 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16412
16413         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16414           Prefer apev1/2 and id3v1 (at end of file) over musepack.
16415
16416 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16417
16418         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
16419           Signal no-more-pads (so it works in playbin).
16420
16421 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16422
16423         * ext/musepack/gstmusepackreader.cpp:
16424           Workaround for older core.
16425
16426 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16427
16428         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
16429           Actually test for odd width/height rather than testing whether
16430           a temporary variable that was 0 before we subtracted 1 is now
16431           not equal to zero (which it always is).
16432
16433 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16434
16435         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
16436         Fix compilation if HAVE_XVIDEO is not defined
16437
16438 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16439
16440         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16441         Fix compilation if HAVE_XVIDEO is not defined
16442
16443 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
16444
16445         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16446         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
16447         (gst_goom_change_state), (plugin_init):
16448         Use the bytestream adapter so goom doesn't depend on the input
16449         buffer size.
16450         Add a debug category
16451
16452 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16453
16454         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16455           Only set hardware parameters *after* negotiation. Before
16456           negotiation, it will set ANY and that seems to cause crashes
16457           (see e.g. #151288, #153227).
16458
16459 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16460
16461         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16462           This seems to be antique leftover. It needs to pass error
16463           checking.
16464         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
16465         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
16466         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
16467         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
16468           Fix GstXOverlay implementation (#151059).
16469
16470 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16471
16472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16473           Don't assert (#157853).
16474
16475 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16476
16477         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16478           Fix bytes/samples confustion.
16479         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
16480           Fix for underrun (#144389).
16481
16482 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16483
16484         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16485           Disable halfway-seek for pending release (since it needs a new
16486           core release).
16487
16488 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16489
16490         * sys/v4l/gstv4lsrc.c:
16491         * sys/v4l/gstv4lsrc.h:
16492         * sys/v4l/v4lsrc_calls.c:
16493           add autoprobe-fps property so we can separate autoprobing parts
16494
16495 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16496
16497         * sys/v4l/gstv4lsrc.c:
16498         * sys/v4l/v4lsrc_calls.c:
16499         initialise fourcc to catch unset fourcc's, and debug
16500
16501 2004-11-09  Wim Taymans  <wim@fluendo.com>
16502
16503         * gst/playback/README:
16504         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
16505         * gst/playback/gstplaybin.c: (gst_play_bin_init),
16506         (gst_play_bin_dispose), (gst_play_bin_set_property),
16507         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
16508         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16509         (gst_play_bin_get_formats), (gst_play_bin_convert),
16510         (gst_play_bin_get_query_types), (gst_play_bin_query):
16511         Cleanups and some more documentation.
16512
16513 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
16514
16515         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16516         (gst_cacasink_init), (gst_cacasink_chain):
16517         * ext/libcaca/gstcacasink.h:
16518         Cacasink inherits from VideoSink, so let that store the clock.
16519
16520 2004-11-09  Wim Taymans  <wim@fluendo.com>
16521
16522         * gst/playback/README:
16523         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
16524         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
16525         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
16526         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
16527         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
16528         (setup_sinks):
16529         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
16530         (gst_stream_info_is_mute), (gst_stream_info_set_property):
16531         * gst/playback/gststreaminfo.h:
16532         Updated README.
16533         Only switch groups if all streams have muted (EOSed).
16534         Send Tags in sync with the stream playback instead of in
16535         the playback/preroll phase.
16536         Some cleanups, free the fakesrc elements.
16537
16538 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16539
16540         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
16541           buffer-frames property was missing
16542         * ext/arts/gst_arts.c:
16543           rate missing from sinkcaps
16544         * ext/audiofile/gstafparse.c:
16545         * ext/audiofile/gstafsink.c:
16546         * ext/audiofile/gstafsrc.c:
16547         * ext/swfdec/gstswfdec.c:
16548           int audio doesn't know buffer-frames
16549         * ext/cdparanoia/gstcdparanoia.c:
16550           int audio doesn't know chunksize either
16551         * ext/nas/nassink.c:
16552           it's endianness, not endianess
16553         * gst-libs/gst/audio/audio.h:
16554           make float standard pad template caps really describe float
16555         * gst/law/mulaw.c: (linear_factory):
16556           signed only, please
16557         * gst/mpegstream/gstdvddemux.c:
16558           widths of 20 are not valid
16559
16560 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16561
16562         Submitted by: Luca Ferretti <elle.uca@infinito.it>
16563
16564         * po/LINGUAS:
16565         * po/it.po:
16566           Add Italian
16567
16568 2004-11-08  Wim Taymans  <wim@fluendo.com>
16569
16570         * gst/playback/README:
16571         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
16572         * gst/playback/gstplaybasebin.c: (probe_triggered),
16573         (gst_play_base_bin_change_state):
16574         Updated README, added more comments for fixmes etc..
16575
16576 2004-11-08  Wim Taymans  <wim@fluendo.com>
16577
16578         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
16579         We can remove this hack now.
16580
16581 2004-11-08  Wim Taymans  <wim@fluendo.com>
16582
16583         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
16584         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16585         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
16586         Only mix AYUV for maximum quality.
16587
16588 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16589
16590         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
16591         (gst_ogg_demux_push), (gst_ogg_pad_push):
16592           Let's act as if we're synchronized now! :).
16593         * ext/theora/theoradec.c: (theora_dec_chain):
16594           Add some debug.
16595
16596 2004-11-08  Wim Taymans  <wim@fluendo.com>
16597
16598         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16599         (gst_alpha_set_property), (gst_alpha_sink_link),
16600         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
16601         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
16602         (gst_alpha_init_params), (gst_alpha_chain):
16603         Implement alpha functions for AYUV too, this increases
16604         accuracy quite a bit.
16605
16606 2004-11-08  Wim Taymans  <wim@fluendo.com>
16607
16608         * gst/ffmpegcolorspace/avcodec.h:
16609         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16610         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16611         (gst_ffmpegcsp_avpicture_fill):
16612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16613         (gst_ffmpegcsp_caps_remove_format_info):
16614         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
16615         (shrink12), (img_get_alpha_info), (deinterlace_line),
16616         (deinterlace_line_inplace):
16617         * gst/ffmpegcolorspace/imgconvert_template.h:
16618         Added AYUV colorspace and handle RGBA a bit more respectful.
16619
16620 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16621
16622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16623           Actually always send a discont (cornercase when resending the
16624           same serial-tagged chain twice).
16625
16626 2004-11-08  Julien MOUTTE  <julien@moutte.net>
16627
16628         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
16629         (gst_ximagesink_finalize):
16630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
16631         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
16632
16633 2004-11-08  Wim Taymans  <wim@fluendo.com>
16634
16635         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
16636         Don't segfault on NULL data.
16637
16638 2004-11-08  Wim Taymans  <wim@fluendo.com>
16639
16640         * gst/playback/gstdecodebin.c: (unlinked):
16641         * gst/playback/gstplay-marshal.list:
16642         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16643         (gst_play_base_bin_init), (group_create), (get_active_group),
16644         (get_building_group), (group_destroy), (group_commit),
16645         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
16646         (add_element_stream), (no_more_pads), (probe_triggered),
16647         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
16648         (state_change), (setup_source), (gst_play_base_bin_get_property),
16649         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16650         (gst_play_base_bin_link_stream),
16651         (gst_play_base_bin_get_streaminfo):
16652         * gst/playback/gstplaybasebin.h:
16653         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16654         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
16655         Add support for chained ogg files. Prepare for playlist
16656         support. This patch introduces the concept of pad groups, which
16657         together compose one playable media file.
16658
16659 2004-11-07  David Schleef  <ds@schleef.org>
16660
16661         * testsuite/gst-lint: Check for pad templates that aren't statically
16662         scoped.
16663
16664 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16665
16666         * configure.ac:
16667         * ext/Makefile.am:
16668         * ext/musepack/Makefile.am:
16669         * ext/musepack/gstmusepackdec.cpp:
16670         * ext/musepack/gstmusepackdec.h:
16671         * ext/musepack/gstmusepackreader.cpp:
16672         * ext/musepack/gstmusepackreader.h:
16673           Add musepack decoder.
16674         * ext/faad/gstfaad.c: (gst_faad_base_init):
16675           Make pad templates static.
16676         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
16677         (plugin_init):
16678           Add musepack typefinder, make mp3 typefinding work halfway stream,
16679           which doesn't actually work yet because id3demux doesn't implement
16680           _get_length().
16681
16682 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16683
16684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16685         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
16686           Fix interrupt event handling (#144436).
16687
16688 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16689
16690         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
16691           Hide unused glory.
16692
16693 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16694
16695         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16696
16697         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
16698           Fix weird caps (#157548).
16699
16700 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16701
16702         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16703
16704         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
16705           Add missing NULL terminator (#157543).
16706
16707 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16708
16709         * gst/tcp/gsttcp.h:
16710         * gst/tcp/gsttcpclientsink.c:
16711         * gst/tcp/gsttcpclientsrc.c:
16712         * gst/tcp/gsttcpserversink.c:
16713         * gst/tcp/gsttcpserversrc.c:
16714           ports can go up to 65535.  Move common defines to gsttcp.h
16715
16716 2004-11-05  Wim Taymans  <wim@fluendo.com>
16717
16718         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
16719         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
16720         Added two more colorspaces.
16721
16722 2004-11-05  Wim Taymans  <wim@fluendo.com>
16723
16724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16725         (gst_ffmpegcsp_avpicture_fill):
16726         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
16727         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
16728         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
16729         More stride fixes.
16730
16731 2004-11-05  Wim Taymans  <wim@fluendo.com>
16732
16733         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
16734         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
16735         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
16736         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
16737         (gst_videomixer_loop):
16738         More stride fixes.
16739
16740 2004-11-05  Benjamin Otte  <otte@gnome.org>
16741
16742         * ext/mad/gstmad.c: (gst_mad_chain):
16743           don't overflow data buffer. Flush not needed sync data when syncing
16744           failed.
16745
16746 2004-11-04  Wim Taymans  <wim@fluendo.com>
16747
16748         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16749         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
16750         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
16751         (gst_alpha_init_params), (gst_alpha_chain),
16752         (gst_alpha_change_state):
16753         Updated the chroma keying algorithm with something more
16754         sophisticated.
16755
16756 2004-11-03  Wim Taymans  <wim@fluendo.com>
16757
16758         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
16759         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16760         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
16761         Fix stride issues. Does not completely work for odd
16762         heights.
16763
16764 2004-11-03  Wim Taymans  <wim@fluendo.com>
16765
16766         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16767         (gst_alpha_chroma_key), (gst_alpha_chain):
16768         Fix stride issues. Does not completely work for odd
16769         heights.
16770
16771 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
16772
16773         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
16774         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
16775         leak fixes
16776
16777 2004-11-03  Wim Taymans  <wim@fluendo.com>
16778
16779         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16780         (gst_ffmpegcsp_avpicture_fill):
16781         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
16782         (avpicture_alloc):
16783         * gst/ffmpegcolorspace/imgconvert_template.h:
16784         Use correct _fill function to get correct strides.
16785
16786 2004-11-02  David Schleef  <ds@schleef.org>
16787
16788         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16789         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
16790         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
16791         Change all g_print()s to debugging.  Add a bunch of consistency
16792         checks.
16793
16794 2004-11-02  Wim Taymans  <wim@fluendo.com>
16795
16796         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16797         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16798         (unlinked), (no_more_pads), (close_link):
16799         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16800         (unknown_type), (add_element_stream), (new_decoded_pad),
16801         (removed_decoded_pad), (setup_source):
16802         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
16803         (gst_stream_info_class_init), (gst_stream_info_init),
16804         (gst_stream_info_new), (gst_stream_info_dispose),
16805         (stream_info_mute_pad), (gst_stream_info_set_property),
16806         (gst_stream_info_get_property):
16807         * gst/playback/gststreaminfo.h:
16808         Fix playback of multiple files.
16809         a slightly different approach to handling dynamic pad removals.
16810         This one only looks at pads that we have linked.
16811
16812 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
16813
16814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
16815         free" warning from libc.
16816
16817 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16818
16819         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16820         (get_unconnected_element), (remove_starting_from), (pad_removed),
16821         (close_link):
16822           Implement support for dynamic pad changing. We listen to "live"
16823           pad removals (i.e. while playing) and re-setup autoplugging
16824           after that. Playbasebin/playbin need some more work for this
16825           to finally work, but decodebin supports (and replugs) chained
16826           ogg now.
16827
16828 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
16829
16830         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
16831         (gst_alsa_finalize):
16832         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
16833         (gst_cdaudio_finalize):
16834         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
16835         (cdparanoia_finalize):
16836         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
16837         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
16838         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
16839         (dvdreadsrc_finalize):
16840         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16841         (gst_flacdec_finalize):
16842         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
16843         (gst_flacenc_finalize):
16844         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
16845         (gst_gnomevfssink_finalize):
16846         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
16847         (gst_gnomevfssrc_finalize):
16848         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
16849         (gst_fameenc_finalize):
16850         * ext/nas/nassink.c: (gst_nassink_class_init),
16851         (gst_nassink_finalize):
16852         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
16853         (gst_sdlvideosink_class_init):
16854         * ext/sndfile/gstsf.c: (gst_sf_dispose):
16855         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
16856         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
16857         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
16858         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16859         (gst_x_window_listener_dispose):
16860         * gst/audioscale/gstaudioscale.c:
16861         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
16862         (play_on_demand_finalize):
16863         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
16864         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
16865         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
16866         (cdplayer_finalize):
16867         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
16868         (gst_glimagesink_class_init):
16869         * sys/oss/gstosselement.c: (gst_osselement_class_init),
16870         (gst_osselement_finalize):
16871         * sys/oss/gstosssink.c: (gst_osssink_dispose):
16872         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
16873         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
16874           Fixes a bunch of problems with finalize and dispose functions,
16875           either assumptions that dispose is only called once, or not calling
16876           the parent class dispose/finalize function
16877
16878 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
16879
16880         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
16881           added two api precondition guards
16882           use g_strdup with getenv to fix crash when using ENVVAR
16883
16884 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
16885         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16886         (gst_esdsink_finalize):
16887         Use a finalize function, not dispose, and more importantly,
16888         call the parent class finalize function too
16889
16890 2004-11-01  Johan Dahlin  <johan@gnome.org>
16891
16892         * ext/ogg/gstoggdemux.c:
16893         * gst/tags/gstvorbistag.c:
16894         Plug leaks.
16895
16896 2004-10-31  Benjamin Otte  <otte@gnome.org>
16897
16898         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16899           lotsa memleaks today. But they're all small...
16900
16901 2004-10-31  Benjamin Otte  <otte@gnome.org>
16902
16903         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16904           another memleak crushed
16905
16906 2004-10-31  Benjamin Otte  <otte@gnome.org>
16907
16908         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
16909           fix memleak
16910
16911 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16912
16913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16914           Hack to prevent crash when going to READY inside signal handler
16915           while this function is active.
16916
16917 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16918
16919         * gst/ffmpegcolorspace/Makefile.am:
16920         * gst/ffmpegcolorspace/avcodec.h:
16921         * gst/ffmpegcolorspace/common.h:
16922         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16923         * gst/ffmpegcolorspace/dsputil.h:
16924         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16925         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16926         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
16927         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
16928         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
16929         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
16930         (gst_ffmpegcsp_avpicture_fill):
16931         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16932         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16933         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16934         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
16935         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
16936         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
16937         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
16938         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
16939         * gst/ffmpegcolorspace/imgconvert.c:
16940         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16941         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16942         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16943         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16944         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16945         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
16946         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
16947         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
16948         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
16949         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
16950         (grow21), (grow22), (grow41), (grow44), (conv411),
16951         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
16952         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
16953         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
16954         (avpicture_free), (is_yuv_planar), (img_convert),
16955         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
16956         (deinterlace_line_inplace), (deinterlace_bottom_field),
16957         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16958         * gst/ffmpegcolorspace/imgconvert_template.h:
16959         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16960         * gst/ffmpegcolorspace/mmx.h:
16961         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
16962         (av_fast_realloc), (av_mallocz_static), (av_free_static),
16963         (av_freep), (avcodec_get_context_defaults),
16964         (avcodec_alloc_context), (avcodec_init):
16965           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
16966           handling plus update from ffmpeg CVS. Large clean-up.
16967
16968 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16969
16970         * gst/playback/Makefile.am:
16971           We need the marshallers for decodebin, too.
16972
16973 2004-10-30  David Schleef  <ds@schleef.org>
16974
16975         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
16976           quicktime typefinding work with 64-bit offsets.
16977
16978 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
16979
16980         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
16981           Set EOS on the element when processing an EOS event.
16982         * ext/speex/gstspeexdec.h:
16983         * ext/speex/gstspeexenc.h:
16984           Only keep a const ptr to the mode
16985         * gst-libs/gst/riff/riff-media.c:
16986         (gst_riff_create_audio_caps_with_data),
16987         (gst_riff_create_audio_template_caps):
16988           Allow WMAV3, with up to 6 channels.
16989         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
16990           Don't call gst_pad_set_event_function on a sink pad.
16991         * gst/mpegstream/gstdvddemux.c:
16992         (gst_dvd_demux_get_subpicture_stream),
16993         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
16994           Copy the explicit caps that were set across to the cur_* pads,
16995           instead of trying to use a possibly non-existent negotiated caps.
16996           Reset the type of subpicture pads to UNKNOWN after calling
16997           init_stream, so that the caps get set.
16998
16999 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
17000
17001         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17002
17003         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17004           Don't touch buffer if it is of size 0 (fixes #151064).
17005
17006 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17007
17008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
17009           Synchronized discont handling.
17010
17011 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17012
17013         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
17014         (gst_ogg_demux_push):
17015           Make seeking sort-of exact again (fixes #156387).
17016
17017 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17018
17019         * gst/playback/gstplaybasebin.c: (unknown_type),
17020         (add_element_stream), (new_decoded_pad),
17021         (gst_play_base_bin_change_state):
17022         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17023         (gst_stream_info_init), (gst_stream_info_new),
17024         (gst_stream_info_dispose), (gst_stream_info_get_property):
17025         * gst/playback/gststreaminfo.h:
17026           Make caps explicitely available. Makes testing for unsupported
17027           types possible. Improves error reporting.
17028
17029 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17030
17031         * gst/audioconvert/gstaudioconvert.c:
17032         (gst_audio_convert_buffer_to_default_format):
17033           Really don't touch read-only buffers (#156563).
17034
17035 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
17036
17037         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17038
17039         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
17040           Fix memleak (#155223).
17041
17042 2004-10-29  Wim Taymans  <wim@fluendo.com>
17043
17044         * gst/tcp/.cvsignore:
17045         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
17046         (gst_multifdsink_class_init), (gst_multifdsink_init),
17047         (gst_multifdsink_add), (gst_multifdsink_remove),
17048         (gst_multifdsink_remove_client_link), (is_sync_frame),
17049         (gst_multifdsink_new_client),
17050         (gst_multifdsink_handle_client_write),
17051         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17052         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
17053         (gst_multifdsink_get_property):
17054         * gst/tcp/gstmultifdsink.h:
17055         Added burst on connect sync_method, deprecated sync_clients,
17056         streamlined the sync code some more.
17057
17058 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17059
17060         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
17061         (gst_play_base_bin_change_state):
17062           Improve error reporting.
17063
17064 2004-10-28  Wim Taymans  <wim@fluendo.com>
17065
17066         * gst/tcp/Makefile.am:
17067         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
17068         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
17069         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
17070         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
17071         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
17072         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
17073         (gst_fdset_wait):
17074         Added more locks around fdset structures. Fixed/reworked
17075         the poll array resizing code.
17076         Added stress test for fdset.
17077
17078 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17079
17080         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
17081         fix build
17082
17083 2004-10-28  Benjamin Otte  <otte@gnome.org>
17084
17085         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
17086           fix link function to always query channels and query width for
17087           floats
17088         * configure.ac:
17089           add equalizer dir
17090         * gst/equalizer/Makefile.am:
17091         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
17092         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
17093         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
17094         (arg_to_scale), (setup_filter),
17095         (gst_iir_equalizer_compute_frequencies),
17096         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
17097         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
17098         (plugin_init):
17099           add an equalizer
17100
17101 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17102
17103         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
17104
17105         * po/LINGUAS:
17106         * po/nb.po:
17107           Added Norwegian Bokmaal translation
17108
17109 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17110
17111         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17112           Don't break on options (fixes #156488).
17113
17114 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17115
17116         * configure.ac:
17117         * ext/cdaudio/Makefile.am:
17118         * sys/Makefile.am:
17119           fix build on older automake
17120
17121 2004-10-26  Wim Taymans  <wim@fluendo.com>
17122
17123         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
17124         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
17125         Allow a little margin when negotiating the framerate.
17126
17127 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
17128
17129         * gst/level/gstlevel.c:
17130           synchonised naming of pads and pad-templates
17131
17132 2004-10-26  Wim Taymans  <wim@fluendo.com>
17133
17134         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
17135         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
17136         (_find_streams_check), (gst_ogg_demux_push):
17137         Fix EOS again. Needs to be done in a better way. We should not
17138         remove the pad if there is no new chained stream.
17139
17140 2004-10-26 Iain <iaingnome@gmail.com>
17141
17142         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
17143         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
17144         of the caps.
17145         * gst/interleave/interleave.c (interleave_class_init): Hook up release
17146         pad.
17147         (interleave_release_pad): Remove the pad.
17148         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
17149         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
17150         the set device.
17151         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
17152         attrs
17153         (gst_xvimagesink_xcontext_clear): Free the xcontext.
17154         (gst_xvimagesink_finalize): Free the par.
17155
17156 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17157
17158         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
17159         (gst_avimux_stop_file):
17160           First calculate the rate, and only then use it. Hdr.rate is a
17161           multiple and not a derivative of hdr.scale. Scale is not the
17162           same as blockalign but is solely related to rate.
17163
17164 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17165
17166         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
17167         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
17168           Implement seeking.
17169
17170 2004-10-25  James Henstridge  <james@jamesh.id.au>
17171
17172         Reviewed by:  David Schleef  <ds@schleef.org>
17173
17174         * examples/gstplay/player.c: (got_stream_length), (main):
17175         * examples/seeking/cdplayer.c: (update_scale):
17176         * examples/seeking/seek.c: (format_value), (update_scale):
17177         * examples/seeking/spider_seek.c: (format_value), (update_scale),
17178         (stop_seek):
17179         Build fixes on AMD64.
17180
17181 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17182
17183         reviewed by: Ronald Bultje <rbultje at gnome dot org>
17184
17185         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
17186         Fix for some v4l cards which hang in v4lsrc
17187
17188 2004-10-25  Wim Taymans  <wim@fluendo.com>
17189
17190         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
17191         (gst_ogg_demux_push), (gst_ogg_chains_clear):
17192         Make sure to remove the pad when a new chain is
17193         encountered. Set some vars to NULL so we don't try
17194         to reference freed memory.
17195
17196 2004-10-25  Wim Taymans  <wim@fluendo.com>
17197
17198         * examples/seeking/Makefile.am:
17199         * examples/seeking/cdplayer.c: (update_scale):
17200         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
17201         * examples/seeking/playbin.c: (make_playerbin_pipeline),
17202         (format_value), (update_scale), (iterate), (start_seek),
17203         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
17204         (print_usage), (main):
17205         Added some more examples, update others.
17206
17207 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17208
17209         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
17210         * ext/speex/gstspeexdec.c: (speex_dec_chain):
17211         * ext/theora/theoradec.c: (theora_dec_chain):
17212         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17213           Add codec-name metadata.
17214
17215 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
17216
17217         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17218
17219         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17220         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17221         * ext/alsa/gstalsamixertrack.h:
17222         * po/POTFILES.in:
17223           ALSA mixer track label internationalization (#154054).
17224
17225 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17226
17227         * ext/theora/theoradec.c: (theora_dec_chain):
17228           Export bitrate as metadata.
17229
17230 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17231
17232         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17233         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17234         * ext/alsa/gstalsamixertrack.h:
17235           Fix names, fix loop.
17236
17237 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17238
17239         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
17240         (speex_dec_convert):
17241           sinkconvert function so oggdemux can get the file length (totem).
17242
17243 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
17244
17245         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17246
17247         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17248           Don't push incomplete packets.
17249         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
17250           Fix MPEG-4 audio typefinding.
17251
17252 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17253
17254         * sys/v4l/Makefile.am:
17255         * sys/v4l/gstv4l.c: (plugin_init):
17256         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
17257         (gst_v4lelement_init), (gst_v4lelement_dispose),
17258         (gst_v4lelement_change_state):
17259         * sys/v4l/gstv4lelement.h:
17260         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
17261         (gst_v4l_xoverlay_close), (idle_refresh),
17262         (gst_v4l_xoverlay_set_xwindow_id):
17263         * sys/v4l/gstv4lxoverlay.h:
17264         * sys/v4l/v4l-overlay_calls.c:
17265         * sys/v4l/v4l_calls.h:
17266         * sys/v4l2/Makefile.am:
17267         * sys/v4l2/gstv4l2.c: (plugin_init):
17268         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
17269         (gst_v4l2element_init), (gst_v4l2element_dispose),
17270         (gst_v4l2element_change_state):
17271         * sys/v4l2/gstv4l2element.h:
17272         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
17273         (gst_v4l2_xoverlay_close), (idle_refresh),
17274         (gst_v4l2_xoverlay_set_xwindow_id):
17275         * sys/v4l2/gstv4l2xoverlay.h:
17276         * sys/v4l2/v4l2-overlay_calls.c:
17277         * sys/v4l2/v4l2_calls.h:
17278           Remove client-side overlay handling, use the X-server v4l plugin
17279           for that. Nicer overlay, less code. Also make the plugin
17280           compileable without X (but then without overlay, obviously).
17281           Makes xwindowlistener obsolete, should we remove that?
17282
17283 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17284
17285         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
17286         (gst_osssrc_src_query):
17287         * sys/oss/gstosssrc.h:
17288           OK, so people want offset in DEFAULT. This time, actually fix all
17289           cases.
17290         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17291           Add FPS properly.
17292
17293 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17294
17295         * gst/asfdemux/gstasfmux.c:
17296         * gst/avi/gstavimux.c:
17297           Framerate.
17298
17299 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17300
17301         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
17302           Fix properties (channel, norm, frequency).
17303
17304 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17305
17306         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
17307           Flag typo.
17308         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
17309           No warnings.
17310
17311 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17312
17313         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
17314           Fix hang.
17315
17316 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17317
17318         * sys/v4l2/gstv4l2element.h:
17319           Yet Another Hack (tm) for kernel header borkedness.
17320         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
17321         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
17322         (gst_v4l2src_link), (gst_v4l2src_getcaps),
17323         (gst_v4l2src_change_state):
17324         * sys/v4l2/gstv4l2src.h:
17325         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
17326         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
17327           Fix caps, keep track of state, work.
17328
17329 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17330
17331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17332           Quiet.
17333
17334 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17335
17336         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17337           Don't mix bytes and samples.
17338
17339 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17340
17341         * ext/ogg/gstoggmux.c:
17342           Basic pad template which accepts OGM tracks, speex, flac, vorbis
17343           and theora. Any is incorrect.
17344         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
17345           Fix caps.
17346         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
17347         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
17348         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
17349         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
17350         * sys/v4l/gstv4lmjpegsrc.h:
17351         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17352         (gst_v4lsrc_change_state):
17353         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
17354         (gst_v4lmjpegsrc_capture_stop):
17355           Fix caps. Keep track of internal state. Work.
17356
17357 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17358
17359         * ext/Makefile.am:
17360           Fix the build fixes.
17361
17362 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17363
17364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17365         (gst_ogg_demux_src_event), (_find_chain_seek),
17366         (gst_ogg_pad_push):
17367           Check for pad availability before using it.
17368         * ext/ogg/gstoggdemux.c: (_find_chain_process):
17369           Fix parsing of chained ogg. Needs more work on the decoder side.
17370
17371 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17372
17373         * gst/spectrum/Makefile.am:
17374         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
17375         (idle_func):
17376           Fix demo and reenable it. Yes, I'm currently playing with audio
17377           analysis tools
17378
17379 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17380
17381         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17382           We love it if files that start at zero work too...
17383
17384 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17385
17386         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
17387           Handle files with missing EOS headers.
17388
17389 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17390
17391         * gst/tcp/gsttcpserversink.c:
17392         (gst_tcpserversink_handle_server_read),
17393         (gst_tcpserversink_init_send):
17394         Zero some variables first (need for accept not to return EINVAL)
17395
17396 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17397
17398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17399         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
17400         * ext/theora/theoradec.c: (theora_dec_sink_convert),
17401         (theora_dec_chain):
17402         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17403         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
17404           Seeking and querying finetune.
17405
17406 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17407
17408         * configure.ac:
17409         * ext/Makefile.am:
17410         * ext/raw1394/Makefile.am:
17411           fix the build
17412
17413 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17414
17415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
17416           Wrong return.
17417         * gst/playback/Makefile.am:
17418         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17419         * gst/playback/gstplay-marshal.list:
17420         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
17421           Fix marshallers.
17422
17423 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17424
17425         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
17426           Silence.
17427
17428 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17429
17430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17431         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
17432         (gst_ogg_pad_push):
17433           Yay for non-lineair granulepos in theora.
17434
17435 2004-10-18  Wim Taymans  <wim@fluendo.com>
17436
17437         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
17438         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
17439         * ext/dv/gstdvdec.h:
17440         Make sure we renegotiate aspect ratio when the camera switches.
17441
17442 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17443
17444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17445         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
17446           Start at zero.
17447         * ext/theora/theoradec.c: (theora_dec_chain):
17448           Skip headers. Bad idea for chained ogg, but fixes seeking.
17449
17450 2004-10-18  Wim Taymans  <wim@fluendo.com>
17451
17452         * configure.ac:
17453         I swear, this is the last time I touch this.
17454
17455 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17456
17457         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17458         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
17459         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
17460           Faster seeking.
17461         * ext/theora/theoradec.c: (theora_dec_sink_convert):
17462           Time-to-default conversion.
17463         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17464           Don't error on unknown packets, just skip. We should probably
17465           read them if we want to support chained ogg.
17466
17467 2004-10-18  Wim Taymans  <wim@fluendo.com>
17468
17469         * configure.ac:
17470         Added cdaudio to wrong list.
17471
17472 2004-10-18  Wim Taymans  <wim@fluendo.com>
17473
17474         * configure.ac:
17475         Revive cdaudio.
17476
17477 2004-10-18  Wim Taymans  <wim@fluendo.com>
17478
17479         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
17480         (gst_dvdec_video_link), (gst_dvdec_push):
17481         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
17482         (gst_smokeenc_resync), (gst_smokeenc_chain):
17483         Fix mimetype on smoke encoder.
17484         Add aspect ratio to dvdec. Not sure if these
17485         values are correct though....
17486
17487 2004-10-18  Wim Taymans  <wim@fluendo.com>
17488
17489         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
17490         Fix vorbis property descriptions and ranges.
17491
17492 2004-10-18  Wim Taymans  <wim@fluendo.com>
17493
17494         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
17495         Really do nothing when no data is available.
17496         Go to the playing state when the stream is not seekable
17497         instead of failing.
17498
17499 2004-10-18  Wim Taymans  <wim@fluendo.com>
17500
17501         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
17502         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
17503         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
17504         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
17505         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
17506         Added uri handler for cd://
17507         Port to new API.
17508
17509 2004-10-18  Wim Taymans  <wim@fluendo.com>
17510
17511         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17512         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
17513         (try_to_link_1), (no_more_pads), (close_link), (type_found):
17514         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
17515         (remove_prerolls), (unknown_type), (add_element_stream),
17516         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
17517         (gst_play_base_bin_remove_element),
17518         (gst_play_base_bin_link_stream):
17519         * gst/playback/gstplaybin.c: (gen_video_element),
17520         (gen_vis_element), (remove_sinks), (setup_sinks):
17521         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17522         (gst_stream_info_get_type), (gst_stream_info_class_init),
17523         (gst_stream_info_init), (gst_stream_info_new),
17524         (gst_stream_info_dispose), (stream_info_mute_pad),
17525         (gst_stream_info_set_property), (gst_stream_info_get_property):
17526         * gst/playback/gststreaminfo.h:
17527         Add sink padtemplate to decodebin.
17528         Added some more comments.
17529         Make queue size configurable in playbasebin.
17530         Added possibility to use elements as sinks (ex cdaudio).
17531
17532 2004-10-15  Wim Taymans  <wim@fluendo.com>
17533
17534         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17535         (gst_speexenc_chain):
17536         Fix speex timestamps so that it gets muxed properly.
17537
17538 2004-10-15  Wim Taymans  <wim@fluendo.com>
17539
17540         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
17541         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
17542         (gst_dv1394src_init), (gst_dv1394src_dispose),
17543         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
17544         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
17545         (gst_dv1394src_event), (gst_dv1394src_get_formats),
17546         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
17547         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
17548         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
17549         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
17550         * ext/raw1394/gstdv1394src.h:
17551         Added conversion/query functions.
17552         Update buffer timestamps,
17553         Added signals.
17554         Added uri dv:// so it might play from the firewire in playbin.
17555         Fix a possible leak.
17556         Added debugging.
17557
17558 2004-10-15  Wim Taymans  <wim@fluendo.com>
17559
17560         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
17561         (gst_dv1394src_init), (gst_dv1394src_set_property),
17562         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
17563         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
17564         * ext/raw1394/gstdv1394src.h:
17565         Added AV/C VTR control support needed for some cameras.
17566         Added automatic port detection.
17567         Added properties for selecting the channel.
17568         The configure.ac script is not yet updated to reflect the
17569         new libavc1394 and librom1394 dependencies.
17570
17571 2004-10-15  Wim Taymans  <wim@fluendo.com>
17572
17573         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17574         (qtdemux_parse), (gst_qtdemux_handle_esds):
17575         An esds box is not a container.
17576         Fix parsing of mp4v boxes.
17577         Do not try to renegotiate fps for each frame. Need to
17578         find a better method. This should fix mp4 playback.
17579
17580 2004-10-14  David Schleef  <ds@schleef.org>
17581
17582         * configure.ac: update for swfdec-0.3 and liboil-0.2
17583         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
17584         * ext/swfdec/gstswfdec.h: same
17585         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
17586         * gst/videotestsrc/videotestsrc.c: same
17587
17588 2004-10-14  Wim Taymans  <wim@fluendo.com>
17589
17590         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
17591         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
17592         (is_sync_frame), (gst_multifdsink_new_client),
17593         (gst_multifdsink_handle_client_write),
17594         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17595         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
17596         Turn warnings into info.
17597         Don't allow a state change in the streaming thread.
17598
17599 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17600
17601         * ext/vorbis/oggvorbisenc.c:
17602         * ext/vorbis/vorbisdec.c:
17603           fix template sample rate
17604
17605 2004-10-13  Wim Taymans  <wim@fluendo.com>
17606
17607         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17608         Decoding the header first fixes some problems in resyncing
17609         in more mp3s.
17610
17611 2004-10-12  Wim Taymans  <wim@fluendo.com>
17612
17613         * gst/playback/gstplaybin.c: (gen_video_element),
17614         (gen_vis_element), (remove_sinks), (setup_sinks):
17615         Added vis plugin support, need to configure the vis
17616         element to activate it.
17617
17618 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17619
17620         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
17621         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
17622           Some debug.
17623         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17624         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
17625         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
17626         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
17627         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
17628         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
17629         * gst/avi/gstavidemux.h:
17630           Support for openDML-2.0 indx/ix## chunks. Support for broken index
17631           recovery (where, if part of the index is broken, we will still read
17632           the rest of the index and recover the broken part by stream
17633           scanning). More broken media support. EOS workarounds. General AVI
17634           braindamage headache recovery. Aspirin included.
17635
17636 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17637
17638         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
17639         (cdparanoia_event), (cdparanoia_query):
17640           Get rid of hideous lead-in.
17641
17642 2004-10-11  Wim Taymans  <wim@fluendo.com>
17643
17644         * gst/playback/gstplaybasebin.c: (setup_source):
17645         Wrong var used to get g_list_next.
17646
17647 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17650         (cdparanoia_get), (cdparanoia_open):
17651           Report discid as metadata, add duration.
17652
17653 2004-10-11  Wim Taymans  <wim@fluendo.com>
17654
17655         * gst/playback/gstplaybasebin.c: (setup_source):
17656         Cleanup the previous pipeline a little earlier for the
17657         case that a source element provides raw data.
17658
17659 2004-10-11  Benjamin Otte  <otte@gnome.org>
17660
17661         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17662           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
17663           consuming the last 128 bytes, even though it was valid mp3 data.
17664
17665 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17666
17667         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
17668         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17669         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17670         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
17671
17672 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17673
17674         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
17675         Fix for webcams that support only specific width or height
17676
17677 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17678
17679         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17680
17681         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
17682           Fix wrong discont event setup (fixes #154967).
17683
17684 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
17685
17686         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17687
17688         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17689           Error out on invalid data (fixes #154807).
17690
17691 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17692
17693         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17694
17695         * ext/dvdread/dvdreadsrc.c: (_read):
17696           Make titles > 0 work again (fixes #154834).
17697
17698 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17699
17700         * gst-libs/gst/riff/riff-media.c:
17701         (gst_riff_create_video_template_caps):
17702           WMV3 missing in template caps.
17703
17704 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17705
17706         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17707           OK, so the original code was too strict. It makes random AVI files
17708           hang for seconds upon opening, which is unacceptable and is far
17709           beyond the original goal of getting multiple chunks for one-chunk
17710           sounc stream files. So now do just that.
17711
17712 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17713
17714         * gst/playback/gstplaybasebin.c: (setup_source),
17715         (gst_play_base_bin_change_state):
17716           Actually clean up streaminfo if output fails. This would trigger
17717           if, for example, there was no CD in the drive. No preroll, so
17718           a streaminfo structure is created, but the subsequent state change
17719           of the thread fails.
17720         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17721           Don't change state if parent failed.
17722
17723 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17724
17725         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17726         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
17727         (gen_video_element), (remove_sinks):
17728           Add small bits of code for screenshot handling.
17729
17730 2004-10-08  Wim Taymans  <wim@fluendo.com>
17731
17732         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
17733         (gen_video_element), (gen_audio_element), (setup_sinks):
17734         Don't assume the user provided sinks are named "sink"...
17735
17736 2004-10-08  Wim Taymans  <wim@fluendo.com>
17737
17738         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
17739         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
17740         (gst_play_base_bin_link_stream):
17741         Do not try to autoplug sources that generate raw streams like
17742         cdparanoia.
17743         disconnect the preroll overrun signal when we don't need it anymore.
17744
17745 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
17746
17747         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
17748         Added reworked patch from #154903 from milosz derezynski (deadchip).
17749
17750 2004-10-08  Wim Taymans  <wim@fluendo.com>
17751
17752         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
17753         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
17754         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
17755         (cdparanoia_convert), (cdparanoia_uri_get_type),
17756         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
17757         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
17758         * ext/cdparanoia/gstcdparanoia.h:
17759         This adds the cdda://<tracknum> uri.
17760
17761 2004-10-08  Wim Taymans  <wim@fluendo.com>
17762
17763         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17764         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
17765         (try_to_link_1), (no_more_pads), (close_link), (type_found):
17766         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17767         (unknown_type), (gst_play_base_bin_remove_element),
17768         (gst_play_base_bin_link_stream):
17769         * gst/playback/gstplaybasebin.h:
17770         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17771         (gst_play_bin_set_property), (gen_video_element),
17772         (gen_audio_element), (setup_sinks):
17773         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17774         (gst_stream_info_get_type), (gst_stream_info_class_init),
17775         (gst_stream_info_init), (gst_stream_info_new),
17776         (gst_stream_info_dispose), (stream_info_mute_pad),
17777         (gst_stream_info_set_property), (gst_stream_info_get_property):
17778         * gst/playback/gststreaminfo.h:
17779         Reuse the audio and video bins.
17780         Some internal cleanups in the stream selection code.
17781
17782 2004-10-08  Julien MOUTTE  <julien@moutte.net>
17783
17784         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17785         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
17786         * sys/ximage/ximagesink.h:
17787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
17788         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
17789         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
17790         not coming from those elements. Moreover these elements should not keep
17791         the xid they have been given when in NULL state.
17792
17793 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17794
17795         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17796         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
17797         * sys/ximage/ximagesink.h:
17798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
17799         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
17800         * sys/xvimage/xvimagesink.h:
17801           Actually only create a new toplevel window if we're not gonna
17802           embed it right after.
17803
17804 2004-10-07  Wim Taymans  <wim@fluendo.com>
17805
17806         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
17807         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
17808         * gst/playback/gstplaybin.c: (setup_sinks):
17809         Implement muting/unmuting of streams, mute streams that are not
17810         used.
17811
17812 2004-10-07  Wim Taymans  <wim@fluendo.com>
17813
17814         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
17815         (plugin_init):
17816         Added lame audio/x-ac3 typefind function.
17817
17818 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17819
17820         * configure.ac:
17821           bump nano to cvs
17822
17823 === release 0.8.5 ===
17824
17825 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17826
17827         * NEWS:
17828         * RELEASE:
17829         * configure.ac:
17830           releasing 0.8.5, "Take You On"
17831
17832 2004-10-06  Wim Taymans  <wim@fluendo.com>
17833
17834         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17835         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17836         (no_more_pads), (close_link), (type_found):
17837         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17838         * gst/playback/gstplaybin.c: (gen_video_element):
17839         Do not signal the no_more_pads after the first pad when
17840         we are plugging a non dynamic element with multiple
17841         output pads (like swfdec, dvdec, ...).
17842
17843 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17844
17845         * configure.ac:
17846           bump for prerelease
17847
17848 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17849
17850         * gst/wavparse/gstwavparse.c:
17851           add ATRAC3 to STATIC CAPS to fix a warning
17852
17853         * gst/matroska/ebml-read.c:
17854         * gst-libs/gst/riff/riff-read.c:
17855           fix typos
17856
17857 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17858
17859         * gst-libs/gst/riff/riff-media.c:
17860           generate caps for ATRAC3 audio streams
17861
17862         * gst/realmedia/rmdemux.c:
17863           generate caps for ATRAC3 audio streams
17864
17865 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17866
17867         * gst/wavparse/Makefile.am
17868         * gst/wavparse/riff.h
17869         * gst/wavparse/wavparse.vcproj
17870           riff.h removal (unused and duplication with riff-ids.h)
17871
17872 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17873
17874         * gst/wavparse/gstwavparse.h
17875           remove duplicated defines for audio codec codes
17876
17877         * gst-libs/gst/riff/riff-ids.h
17878         * gst/wavenc/riff.h:
17879           add "4CC" code for ATRAC3 audio streams
17880           add "4CC" code for ITU_G721_ADPCM (unused for now)
17881
17882 2004-10-06  Wim Taymans  <wim@fluendo.com>
17883
17884         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
17885         Actually _do_ negotiation. Pass gdouble as arg instead
17886         of guint64 for the framerate.
17887
17888 2004-10-06  Wim Taymans  <wim@fluendo.com>
17889
17890         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17891         (find_compatibles), (close_pad_link), (try_to_link_1),
17892         (no_more_pads), (close_link), (type_found):
17893         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17894         * gst/playback/gstplaybin.c: (gen_video_element),
17895         (gen_audio_element):
17896         Set state on newly added element to READY so that negotiation
17897         can happen ASAP.
17898         Addes some more debug info.
17899         Do not try to plug pads with multiple caps structures or ANY
17900         because it is too dangerous since we do not do dynamic
17901         replugging.
17902
17903 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17904
17905         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
17906
17907         * po/LINGUAS:
17908         * po/or.po:
17909           add Oriya translation
17910
17911 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17912
17913         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17914           Prevent overwrite of size member. Makes audio sound crappy.
17915
17916 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17917
17918         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17919         Add rmvb to the list of known RealMedia extensions
17920
17921 2004-10-05  Wim Taymans  <wim@fluendo.com>
17922
17923         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
17924         (mngdec_openstream), (mngdec_closestream),
17925         (mngdec_handle_sink_event), (mngdec_readdata),
17926         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
17927         (mngdec_getcanvasline), (mngdec_refresh),
17928         (gst_mngdec_change_state):
17929         Set the framerate correctly.
17930
17931 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17932
17933         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17934           There was something wrong with the index massaging.
17935
17936 2004-10-04  Wim Taymans  <wim@fluendo.com>
17937
17938         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
17939         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17940         (gst_smokedec_chain):
17941         * ext/jpeg/gstsmokedec.h:
17942         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
17943         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
17944         * ext/jpeg/gstsmokeenc.h:
17945         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
17946         (smokecodec_decode_new), (smokecodec_info_free),
17947         (smokecodec_set_quality), (smokecodec_get_quality),
17948         (smokecodec_set_threshold), (smokecodec_get_threshold),
17949         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17950         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
17951         (smokecodec_encode), (smokecodec_parse_id),
17952         (smokecodec_parse_header), (smokecodec_decode):
17953         * ext/jpeg/smokecodec.h:
17954         * ext/jpeg/smokeformat.h:
17955         Updated smoke, new bitstream, allows embedding in ogg.
17956
17957 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17958
17959         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17960           Fix seeking in some files. All this code is no longer needed (and
17961           actually breaks stuff) because we now synchronize the full index
17962           right when reading the header.
17963
17964 2004-10-04  Wim Taymans  <wim@fluendo.com>
17965
17966         * configure.ac:
17967         configure update for libmng.
17968
17969 2004-10-04  Wim Taymans  <wim@fluendo.com>
17970
17971         * ext/libmng/Makefile.am:
17972         * ext/libmng/gstmng.c: (plugin_init):
17973         * ext/libmng/gstmng.h:
17974         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
17975         (gst_mngdec_base_init), (gst_mngdec_class_init),
17976         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
17977         (gst_mngdec_loop), (gst_mngdec_get_property),
17978         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
17979         (mngdec_closestream), (mngdec_handle_sink_event),
17980         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
17981         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
17982         (gst_mngdec_change_state):
17983         * ext/libmng/gstmngdec.h:
17984         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
17985         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
17986         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
17987         (gst_mngenc_chain), (gst_mngenc_get_property),
17988         (gst_mngenc_set_property):
17989         * ext/libmng/gstmngenc.h:
17990         Added basic MNG decoder. Needs more work. The encoder does
17991         not work yet.
17992
17993 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17994
17995         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
17996         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
17997         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
17998           Don't hang on length=0 chunks. Some negotiation fixes. Signal
17999           no-more-pads.
18000
18001 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18002
18003         * configure.ac:
18004           you need at least 1.0.4 of speex
18005
18006 2004-10-04 Iain <iaingnome@gmail.com>
18007
18008         * ext/speex/gstspeexdec.h: Revert the includes changes.
18009
18010         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
18011
18012 2004-09-30 Iain <iaingnome@gmail.com>
18013
18014         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
18015         found during init or set as a property instead of hardcoding /dev/audio
18016
18017 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18018
18019         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
18020         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
18021         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
18022         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
18023         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
18024         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
18025         (gst_rmdemux_dump_data):
18026           Use debug category, fix EOS handling. filesrc ! rmdemux now
18027           works.
18028
18029 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18030
18031         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18032         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
18033         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
18034           Improve allocation, cutting and sorting of the index. How takes a
18035           few seconds instead of minutes.
18036
18037 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
18038
18039         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
18040           fixed compilation
18041
18042 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18043
18044         * gst-libs/gst/riff/riff-media.c:
18045         (gst_riff_create_video_caps_with_data),
18046         (gst_riff_create_video_template_caps):
18047           Add wing commander format mimetype/fourccs.
18048         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
18049           Don't crash if some value is 0.
18050
18051 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18052
18053         * gst-libs/gst/riff/riff-media.c:
18054         (gst_riff_create_video_caps_with_data),
18055         (gst_riff_create_video_template_caps):
18056           Add DIB fourcc (raw, palettized 8-bit RGB).
18057         * gst-libs/gst/riff/riff-read.c:
18058         (gst_riff_read_strf_vids_with_data):
18059           Oops, fix strf_data reading bug.
18060         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18061           Use a non-NULL tag.
18062         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18063           Time for hacks. Sorry Dave. At least one quicktime movie (a
18064           trailer) that I've encountered contains multiple video tracks.
18065           One of those is the actual video track, the other are one-frame
18066           tracks (images). Unfortunately, the number of frames according
18067           to the trak header is 1 for each, so that doesn't help. So
18068           instead, I look at the duration and discard tracks with a
18069           duration shorter than 20% of the length of the stream. Better
18070           than nothing.
18071
18072 2004-10-01  Christian Schaller <christian@fluendo.com>
18073
18074         * ext/ivorbis/vorbis.c:
18075           Patch from Phil Blundell (Bug 152341)
18076
18077 2004-10-01  Wim Taymans  <wim@fluendo.com>
18078
18079         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
18080         (speex_dec_get_formats), (speex_dec_convert),
18081         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
18082         (speex_dec_chain), (gst_speexdec_get_property),
18083         (gst_speexdec_set_property):
18084         Small cleanups.
18085
18086 2004-10-01  Wim Taymans  <wim@fluendo.com>
18087
18088         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18089         (gst_wavparse_stream_init), (gst_wavparse_fmt),
18090         (gst_wavparse_other), (gst_wavparse_loop),
18091         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18092         (gst_wavparse_srcpad_event):
18093         * gst/wavparse/gstwavparse.h:
18094         Added some more debugging info.
18095         Fix the case where the length of the file is 0.
18096         Make sure we seek to sample borders.
18097
18098 2004-10-01  Wim Taymans  <wim@fluendo.com>
18099
18100         * gst/playback/README:
18101         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18102         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
18103         (try_to_link_1), (no_more_pads), (close_link), (type_found):
18104         Add some debug info to decodebin, update README
18105
18106 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18107
18108         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
18109           Don't use g_print(); use GST_DEBUG().
18110
18111 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18112
18113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18114         (gst_ogg_mux_queue_pads):
18115           Handle EOS properly.
18116
18117 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18118
18119         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18120
18121         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
18122         (gst_faad_chain), (gst_faad_change_state):
18123         * ext/faad/gstfaad.h:
18124           Allow playback of raw (unframed) MPEG AAC files (#148993).
18125
18126 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18127
18128         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18129
18130         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18131           Throw error if we didn't recognize the stream. Fixes #152289.
18132
18133 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18134
18135         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
18136           Fix negotiation.
18137
18138 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
18139
18140         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18141
18142         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18143           Fix memleak.
18144
18145 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18146
18147         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18148
18149         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
18150           Solve #152805.
18151         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
18152           Solve 152806.
18153
18154 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18155
18156         * gst-libs/gst/riff/riff-media.c:
18157         (gst_riff_create_video_caps_with_data),
18158         (gst_riff_create_audio_caps_with_data):
18159           Add codec_data handling (like asfdemux used to do).
18160         * gst/asfdemux/gstasf.c: (plugin_init):
18161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18162         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
18163           Use riff-media for caps creation instead of our own (mostly
18164           broken) copy of its functions.
18165
18166 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18167
18168         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
18169           Don't actually error out if we get another return value than
18170           -EINVAL. Opposite to what I first thought, drivers have random
18171           return values for this, although -EINVAL is the expected return
18172           value. Since this is not fatal, we shouldn't use
18173           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
18174
18175 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18176
18177         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18178         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
18179         (dvdreadsrc_get_property), (_open), (_seek), (_read),
18180         (dvdreadsrc_get), (dvdreadsrc_open_file),
18181         (dvdreadsrc_change_state):
18182           Fix. Don't do one big huge loop around the whole DVD, that will
18183           cache all data and thus eat sizeof(dvd) (several GB) before we
18184           see something.
18185         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18186           Actually NULL'ify event after using it.
18187         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
18188         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
18189         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18190         (gst_ebml_read_seek), (gst_ebml_read_skip):
18191           Handle events.
18192         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
18193         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
18194         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
18195           Fix timing (this will probably break if I seek using menus, but
18196           I didn't get there yet). VOBs and normal DVDs should now work.
18197           Add a mpeg2-only pad with high rank so this get autoplugged for
18198           MPEG-2 movies.
18199         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
18200         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
18201         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
18202         (gst_mpeg_demux_get_audio_stream),
18203         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
18204         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
18205           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
18206           MPEG-1 but use dvddemux for MPEG-2.
18207         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
18208         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
18209         (gst_mpeg_parse_parse_packhead):
18210           Timing. Only add pad template if it exists. Add sink template from
18211           class and not from ourselves. This means we will always use the
18212           correct sink template even if it is not the one defined in this
18213           file.
18214
18215 2004-09-29  Wim Taymans  <wim@fluendo.com>
18216
18217         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
18218         (gst_mpeg_demux_parse_pes):
18219         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
18220         Fix playback of mpeg again, timestamps where screwed up by
18221         patch 1.61.
18222
18223 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18224
18225         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
18226           Only return true if we actually filled something in. Prevents
18227           player applications from showing a random length for flac files.
18228         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
18229         (gst_riff_read_use_event), (gst_riff_read_handle_event),
18230         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
18231         (gst_riff_read_strf_vids_with_data),
18232         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
18233           OK, ok, so I implemented event handling. Apparently it's normal
18234           that we receive random events at random points without asking
18235           for it.
18236         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18237         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
18238         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
18239         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
18240         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
18241         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
18242         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
18243         * gst/avi/gstavidemux.h:
18244           Implement non-lineair chunk handling and subchunk processing.
18245           The first solves playback of AVI files where the audio and video
18246           data of individual buffers that we read are not synchronized.
18247           This should not happen according to the wonderful AVI specs, but
18248           of course it does happen in reality. It is also a prerequisite for
18249           the second. Subchunk processing allows us to cut chunks in small
18250           pieces and process each of these pieces separately. This is
18251           required because I've seen several AVI files with incredibly large
18252           audio chunks, even some files with only one audio chunk for the
18253           whole file. This allows for proper playback including seeking.
18254           This patch is supposed to fix all AVI A/V sync issues.
18255         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
18256         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
18257           Work.
18258         * gst/modplug/gstmodplug.cc:
18259           Proper return value setting for the query() function.
18260         * gst/playback/gstplaybasebin.c: (setup_source):
18261           Being in non-playing state (after, e.g., EOS) is not necessarily
18262           a bad thing. Allow for that. This fixes playback of short files.
18263           They don't actually playback fully now, because the clock already
18264           runs. This means that small files (<500kB) with a small length
18265           (<2sec) will still not or barely play. Other files, such as mod
18266           or flx, will work correctly, however.
18267
18268 2004-09-28  Wim Taymans  <wim@fluendo.com>
18269
18270         * ext/speex/gstspeex.c: (plugin_init):
18271         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
18272         (gst_speex_dec_class_init), (speex_dec_get_formats),
18273         (speex_get_event_masks), (speex_get_query_types),
18274         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
18275         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
18276         (gst_speexdec_get_property), (gst_speexdec_set_property),
18277         (speex_dec_change_state):
18278         * ext/speex/gstspeexdec.h:
18279         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
18280         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
18281         (gst_speexenc_base_init), (gst_speexenc_class_init),
18282         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
18283         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
18284         (gst_speexenc_src_query), (gst_speexenc_init),
18285         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
18286         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
18287         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
18288         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
18289         (gst_speexenc_chain), (gst_speexenc_get_property),
18290         (gst_speexenc_set_property), (gst_speexenc_change_state):
18291         * ext/speex/gstspeexenc.h:
18292         Rewrote speex encoder, make sure it can be embedded in ogg.
18293         Implemented speex decoder.
18294
18295 2004-09-28  Christian Schaller <christian@fluendo.com>
18296
18297         * configure.ac:
18298         Remove kioslave plugin. Markey is brewing a new working one
18299         * ext/Makefile.am: Remove kioslave plugin
18300         * ext/kio: remove
18301         * gst-plugins.spec.in: remove kio plugin from spec
18302
18303 2004-09-27  Wim Taymans  <wim@fluendo.com>
18304
18305         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
18306         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
18307         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
18308         (gst_multifdsink_new_client),
18309         (gst_multifdsink_handle_client_write),
18310         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18311         (gst_multifdsink_handle_clients):
18312         * gst/tcp/gstmultifdsink.h:
18313         Make syncing to keyframes actually work for new clients and lagging
18314         clients.
18315
18316 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18317
18318         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
18319         (gst_navigationtest_handle_src_event), (draw_box_planar411),
18320         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
18321         * gst/debug/gstnavigationtest.h:
18322           make navigationtest display button-press and button-release events
18323
18324 2004-09-26 Iain <iaingnome@gmail.com>
18325
18326         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
18327         the channels have received a new media event.
18328         (interleave_buffered_loop): Compresses a new media event on all
18329         channels into one.
18330
18331 2004-09-26 Iain <iaingnome@gmail.com>
18332
18333         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
18334         call the sinkpad's default event handler and not the srcpads. He also
18335         says this is confusing :)
18336         (gst_wavenc_stop_file): Company says that seek events only go upstream
18337         we should send a discontinuous downstream instead.
18338
18339 2004-09-25  Christian Schaller <christian@fluendo.com>
18340
18341         * Update SPEC file to be usable in conjunction with Fedora Core,
18342           Fedora.us and freshrpms packages
18343         * Fix typo in multifilesrc test Makefile
18344
18345 2004-09-24  Wim Taymans  <wim@fluendo.com>
18346
18347         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18348         Only signal the no_more_pads signal when we have
18349         added the stream to our list.
18350
18351 2004-09-24  Wim Taymans  <wim@fluendo.com>
18352
18353         * gst/playback/gstplaybasebin.c: (remove_prerolls),
18354         (new_decoded_pad):
18355         * gst/playback/gstplaybasebin.h:
18356         * gst/playback/gstplaybin.c: (setup_sinks):
18357         Don't try to preroll or decode more than one audio/video
18358         track.
18359
18360 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18361
18362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18363           Throw error if we failed to find a suitable output. This should
18364           throw an error if we successfully set up a pipeline (e.g. because
18365           we recognized a media file) but found no decodable streams in it
18366           (e.g. because it contains only media stream types for which we
18367           have no decoders, or because it's not a media type).
18368
18369 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18370
18371         * ext/dirac/Makefile.am:
18372         * ext/dirac/gstdirac.cc:
18373         * ext/dirac/gstdiracdec.cc:
18374         * ext/dirac/gstdiracdec.h:
18375           Do something. Don't actually know if this works because I don't
18376           have a demuxer yet.
18377         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
18378           Add channels=1 to caps returned from _getcaps().
18379         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
18380         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
18381         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
18382         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
18383         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
18384         (gst_ogm_parse_change_state):
18385           Separate between audio/video so ogmaudioparse actually uses the
18386           audio pad templates. Both audio and video work now, including
18387           autoplugging. Also use sometimes-srcpad hack.
18388         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18389           Handle events better. Don't hang on infinite loops.
18390         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
18391         (gst_avi_demux_init), (gst_avi_demux_reset),
18392         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
18393         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
18394         (gst_avi_demux_change_state):
18395         * gst/avi/gstavidemux.h:
18396           Improve A/V sync. Still not perfect.
18397         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
18398         (gst_ebml_read_skip):
18399           Handle events better.
18400         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18401         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
18402         (qtdemux_audio_caps):
18403           Add IMA4. Improve event handling. Save offset after a seek when
18404           the headers are at the end of the file so that we don't end up in
18405           an infinite loop.
18406         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18407           Add low-priority typefind support for files with no length.
18408
18409 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18410
18411         * testsuite/multifilesink/Makefile.am:
18412         fix typo
18413
18414 2004-09-22  Julien MOUTTE  <julien@moutte.net>
18415
18416         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
18418         mistakes from thaytan's patches.
18419
18420 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
18421
18422         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18423           For completeness, XSync in the destroy function as xvimage does.
18424
18425 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
18426
18427         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
18428            Correct caps negotiation
18429         * gst/volume/gstvolume.c: (volume_chain_float),
18430         (volume_chain_int16):
18431            Modify debug output to be little more informative
18432         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18434         (gst_xvimagesink_xvimage_destroy):
18435           Add XSync calls after detaching from the shared memory segment to
18436           avoid a crash.
18437
18438 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18439
18440         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18441         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
18442         * ext/vorbis/vorbis.c: (plugin_init):
18443         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
18444         (gst_vorbisenc_chain):
18445         * ext/vorbis/vorbisenc.h:
18446         remove explicit newmedia support from oggmux and vorbisenc
18447         add debug category to vorbisenc
18448         * gst/multifilesink/gstmultifilesink.c:
18449         (gst_multifilesink_class_init), (gst_multifilesink_init),
18450         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
18451         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
18452         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
18453         (plugin_init):
18454         * gst/multifilesink/gstmultifilesink.h:
18455         add support for streamheader in multifilesink
18456
18457 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18458
18459         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
18460         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
18461         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
18462           Prevent infinite loops. More correct error reporting.
18463         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18464           Error out if negotiation fails.
18465         * gst/playback/gstplaybasebin.c: (setup_source),
18466         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
18467         (gst_play_base_bin_found_tag):
18468           Error/tag forwarding. Pre-roll fixes for source errors on state
18469           changes (e.g. "file does not exist") to prevent hangs.
18470
18471 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18472
18473         * testsuite/multifilesink/Makefile.am:
18474         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
18475         (gst_newmedia_class_init), (gst_newmedia_init),
18476         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
18477         (newfile_signal), (test_signal), (main):
18478         * testsuite/multifilesink/multifilesrc_test.c: (main):
18479         * testsuite/multifilesink/oggtheora_test.c:
18480         (gst_newmedia_base_init), (gst_newmedia_class_init),
18481         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
18482         (test_format), (newfile_signal), (test_signal), (main):
18483         * testsuite/multifilesink/oggvorbis_test.c:
18484         (gst_newmedia_base_init), (gst_newmedia_class_init),
18485         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
18486         (test_format), (newfile_signal), (test_signal), (main):
18487         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
18488         (gst_newmedia_class_init), (gst_newmedia_init),
18489         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
18490         (newfile_signal), (test_signal), (main):
18491         New media tests
18492
18493 2004-09-20  Christian Schaller <christian@fluendo.com>
18494
18495         * Fix mikmod license to LGPL as they have relicensed
18496         * Move Dirac and Effectv into LGPL section of README_license
18497
18498 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18499
18500         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
18501         (gst_mad_change_state):
18502           Allow for mp3 rate/channels changes. However, only very
18503           conservatively. Reason that we *have* to enable this is smiply
18504           because the mad find_sync() function is not good enough, it will
18505           regularly sync on random data as valid frames and therefore make
18506           us provide random caps as *final* caps of the stream. The best fix
18507           I could think of is to simply require several of the same stream
18508           changes in a row before we change caps.
18509           The actual testcase that works now is #
18510         * ext/ogg/Makefile.am:
18511         * ext/ogg/gstogg.c: (plugin_init):
18512         * ext/ogg/gstogmparse.c:
18513           OGM support (video only for now; I need an audio sample file).
18514         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18515         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
18516         (gst_asf_demux_add_video_stream):
18517           WMV extradata.
18518         * gst/playback/gstplaybasebin.c: (unknown_type):
18519           Don't error out on single unknown-types after all. It's wrong.
18520           If we found type of video and audio but not of a subtitle stream,
18521           it will still error out (which is unwanted). Will find a better fix
18522           later on.
18523         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
18524         (ogmaudio_type_find), (plugin_init):
18525           OGM support.
18526
18527 2004-09-20  Johan Dahlin  <johan@gnome.org>
18528
18529         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
18530         after setting caps.
18531
18532 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18533
18534         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
18535         * gst/wavenc/gstwavenc.h:
18536         Added newmedia support to wavenc
18537
18538 2004-09-17  Wim Taymans  <wim@fluendo.com>
18539
18540         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
18541         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
18542         (gst_fdset_fd_can_write), (gst_fdset_wait):
18543         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
18544         (gst_multifdsink_init), (gst_multifdsink_add),
18545         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
18546         (gst_multifdsink_remove_client_link),
18547         (gst_multifdsink_client_queue_buffer),
18548         (gst_multifdsink_handle_client_write),
18549         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
18550         (gst_multifdsink_close), (gst_multifdsink_change_state):
18551         * gst/tcp/gstmultifdsink.h:
18552         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18553         (gst_tcpserversink_removed):
18554         Small cleanups in fdset.c
18555         Use a hastable to map fd to the client structure for faster
18556         lookup in _remove and get_stats.
18557         Added virtual function to close the fds.
18558         Handle clients even when the select/poll call was unblocked because
18559         of a command.
18560         Implement syncing to keyframe in the recovery procedure.
18561
18562 2004-09-16 Iain <iaingnome@gmail.com>
18563
18564         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
18565         try caps.
18566
18567 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18568
18569         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
18570           Caps are only set if the type of the stream is unknown, but this
18571           is initialized in ->init_stream(), so set to UNKNOWN after calling
18572           ->init_stream() so that capsnego starts.
18573
18574 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18575
18576         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18577         (gst_avi_demux_stream_data):
18578           Just hardcode for raw audio then. AVI audio sucks.
18579
18580 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
18581
18582         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18583         * gst/matroska/matroska-mux.c: (audiosink_templ),
18584         (gst_matroska_mux_audio_pad_link):
18585         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
18586         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
18587
18588 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18589
18590         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18591         (gst_avi_demux_stream_data):
18592           Try to fix a/v sync issues.
18593
18594 2004-09-15  David Schleef  <ds@schleef.org>
18595
18596         * configure.ac: remove NASM check, since we don't use it.  Update
18597         dirac check to 0.4
18598         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
18599         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18600         Initialized variables.
18601         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18602         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
18603         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
18604         SVQ3 format
18605
18606 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18607
18608         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18609         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
18610         * gst/avi/gstavidemux.h:
18611           Fix for compressed audio (mp3) timestamp generation. How did this
18612           ever work?
18613
18614 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18615
18616         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18617           Volume is a double not a float.
18618
18619 2004-09-15  Wim Taymans  <wim@fluendo.com>
18620
18621         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
18622         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
18623         Don't close the fd in multifdsink as we didn't open it in the
18624         first place. Some cleanups.
18625
18626 2004-09-15  Wim Taymans  <wim@fluendo.com>
18627
18628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18630         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18631         Fix the case where the muxer would mark pages as delta
18632         frames when they are not (vorbis only ogg).
18633
18634 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18635
18636         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
18637         (gst_play_base_bin_change_state):
18638           Handle the case where we failed to setup a clear pipeline. This
18639           will throw an error (or EOS, another nice case) and if you don't
18640           catch that, the app will wait for the signal forever (and thus
18641           hang).
18642
18643 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18644
18645         * ext/gnomevfs/gstgnomevfssink.c:
18646         (gst_gnomevfssink_uri_get_protocols):
18647         * ext/gnomevfs/gstgnomevfssrc.c:
18648         (gst_gnomevfssrc_uri_get_protocols):
18649         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
18650         * ext/gnomevfs/gstgnomevfsuri.h:
18651           Use _uri_new() instead of _open(), so it doesn't take as long and
18652           Christophe's computer won't hang.
18653         * gst/playback/gstplaybasebin.c: (unknown_type):
18654           Throw error on unknown media type, so apps actually display it.
18655
18656 2004-09-14  Brian Cameron  <brian.cameron@sun.com
18657
18658         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
18659           this script to work on Solaris since bash shell handles echo
18660           differenly than bash.
18661
18662 2004-09-17  Wim Taymans  <wim@fluendo.com>
18663
18664         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
18665         (setup_source), (gst_play_base_bin_set_property),
18666         (gst_play_base_bin_add_element):
18667         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
18668         Some more work on making sure seeking pauses the pipeline and
18669         that changing the uri actually does something.
18670
18671 2004-09-17  Wim Taymans  <wim@fluendo.com>
18672
18673         * gst/tcp/gstfdset.c: (gst_fdset_wait):
18674         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
18675         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
18676         (gst_tcpserversink_close):
18677         Be a bit more paranoid when freeing memory.
18678
18679 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18680
18681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18682         (qtdemux_parse_trak):
18683           Don't crash by dividing by zero (see sample movie in #126922).
18684
18685 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18686
18687         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18688           Don't touch non-existing data (fixes crash on file in #140147).
18689
18690 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18691
18692         * gst/playback/gstplaybasebin.c:
18693         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
18694           Handle double disposals, and proper change of URIs.
18695
18696 2004-09-13  Martin Eikermann <meiker@upb.de>
18697
18698         * gst/mpegstream/gstmpegparse.c:
18699           fix synchronistation for streams recorded from digital PCR
18700           fixes bug #119376
18701
18702 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18703
18704         * ext/gnomevfs/Makefile.am:
18705         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18706         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
18707         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
18708         (gst_gnomevfssink_uri_get_type),
18709         (gst_gnomevfssink_uri_get_protocols),
18710         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
18711         (gst_gnomevfssink_uri_handler_init),
18712         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
18713         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
18714         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18715         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
18716         (gst_gnomevfssrc_uri_get_type),
18717         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
18718         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
18719         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18720         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
18721         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
18722         * ext/gnomevfs/gstgnomevfsuri.h:
18723           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
18724           of fake URIs to see which this version of Gnome-VFS likes, and
18725           uses that for the Gst-URI interface. Makes playbin support http://
18726           streams. Also fix up some stupid behaviour in gnomevfssrc.
18727
18728 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18729
18730         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
18731         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18732         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
18733         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
18734           Update mixer (to sync with other sessions) if we try to obtain
18735           a new value. This makes alsamixer work accross applications.
18736         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18737           Only call sync functions if we're running, else alsalib asserts.
18738         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18739           Sometimes fails to compile. Possibly a gcc bug.
18740         * gst/playback/gstplaybin.c: (gen_video_element),
18741         (gen_audio_element):
18742           Add a reference to an application-provided object, because we lose
18743           this same reference if we add it to the bin. If we don't do this,
18744           we can only use this object once and thus crash if we go from
18745           ready to playing, back to ready and back to playing again.
18746           Also add an audioscale element because several cheap soundcards -
18747           like mine - don't support all samplerates.
18748         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18749         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
18750           Fix wrong order or PAR calls. Makes automatically obtained PAR
18751           from the X server atually being used.
18752
18753 2004-09-12  David Schleef  <ds@schleef.org>
18754
18755         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
18756         #151887, #152102, #152247.
18757         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
18758         * examples/seeking/cdparanoia.c: same
18759         * examples/seeking/cdplayer.c: same
18760         * examples/seeking/seek.c: same
18761         * examples/seeking/spider_seek.c: same
18762         * examples/seeking/vorbisfile.c: same
18763         * examples/stats/mp2ogg.c: same
18764         * ext/esd/esdsink.c: (gst_esdsink_class_init),
18765         (gst_esdsink_dispose): Dispose of element properly.
18766         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
18767         fixes.
18768         * ext/nas/nassink.c: (gst_nassink_class_init),
18769         (gst_nassink_dispose): Dispose of element correctly.
18770         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
18771         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18772         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18773         Fix 64-bit warning.
18774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18775         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18776         Fix 64-bit warning.
18777
18778 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18779
18780         * configure.ac : change speex detection as 1.1.6 now uses
18781           .pc/pkg-config and they changed their headers location.
18782
18783 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
18784
18785         * gst/matroska/matroska-mux.h:
18786         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
18787         (gst_matroska_mux_start), (gst_matroska_mux_finish),
18788         (gst_matroska_mux_write_data):
18789           Write multiple blocks/frames per cluster.
18790                 Write meta-seek information (seek heads).
18791
18792 2004-09-09  Scott Wheeler <wheeler@kde.org>
18793
18794         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
18795         (gst_play_bin_set_property), (gst_play_bin_get_property),
18796         (gen_audio_element), (gen_audio_element):
18797           Add a volume element / property to the pipeline.
18798
18799 2004-09-07  Wim Taymans  <wim@fluendo.com>
18800
18801         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
18802         Copy timestamps from the master pad to the output buffers.
18803
18804 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18805
18806         * ext/raw1394/gstdv1394src.c:
18807           throw errors when applicable
18808
18809 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
18810
18811         * gst/matroska/ebml-ids.h:
18812         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
18813         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
18814         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
18815           automatically convert unix time <-> ebml time when reading/writing
18816           a date, use gst_ebml_write_uint to write CUETIME,
18817           not gst_ebml_write_date.
18818         * gst/matroska/matroska-ids.h:
18819         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
18820         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
18821         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
18822         (gst_matroska_mux_write_data):
18823           Write track and segment UIDs, write muxing date, write
18824           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
18825           Create cues for audio only files.
18826
18827 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18828
18829         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18830         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18831           Re-commit ALSA switches.
18832         * gst/adder/gstadder.c: (gst_adder_loop):
18833           64-bit fix (#151416).
18834         * gst/debug/progressreport.c: (gst_progressreport_report):
18835           64-bit fix (#151419).
18836         * gst/matroska/matroska-demux.c:
18837         (gst_matroska_demux_parse_contents):
18838           64-bit fix (#151420).
18839         * gst/playback/test3.c: (update_scale):
18840           64-bit fix (#151421).
18841
18842 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18843
18844         * configure.ac:
18845           bump nano to cvs
18846
18847 === release 0.8.4 ===
18848
18849 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18850
18851         * configure.ac: releasing 0.8.4, "Alias"
18852
18853 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18854
18855         * ext/theora/Makefile.am:
18856           fix makefile.  Fixes #151462.
18857
18858 2004-08-30  Wim Taymans  <wim@fluendo.com>
18859
18860         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
18861         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
18862         (gst_multifdsink_remove_client_link),
18863         (gst_multifdsink_client_queue_buffer),
18864         (gst_multifdsink_handle_client_write):
18865         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18866         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18867         Fix some memory leaks.
18868
18869 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18870
18871         Patch by: David Schleef
18872
18873         * configure.ac:
18874         * sys/Makefile.am:
18875           rename our detection macro for V4L2.  Fixes #151236.
18876
18877 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18878
18879         Patch by: David Schleef
18880
18881         * configure.ac:
18882           check to define LAMEPRESET.  Fixes #151232.
18883
18884 2004-08-27  David Schleef  <ds@schleef.org>
18885
18886         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
18887         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
18888         (gst_glimagesink_fixate):  Move local variable declarations to
18889         make gcc-2.95 happy.
18890
18891 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18892
18893         * configure.ac:
18894           bump nano for prerelease
18895
18896 2004-08-27  David Schleef  <ds@schleef.org>
18897
18898         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
18899         * sys/sunaudio/gstsunaudiosrc.c:
18900         * sys/sunaudio/gstsunaudiosrc.h:
18901
18902 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18903
18904         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
18905         handle EOS correctly
18906         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
18907         * gst/matroska/matroska-mux.h:
18908         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
18909         VFW compatibility mode
18910
18911 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18912
18913         patch by: Zaheer Abbas Merali
18914
18915         * ext/ogg/gstoggmux.c:
18916         * ext/vorbis/vorbisenc.c:
18917         * ext/vorbis/vorbisenc.h:
18918           handle NEWMEDIA
18919
18920 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
18921
18922         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
18923         fix byte order reversion on little endian machines.
18924         * gst/matroska/matroska-mux.c: (audiosink_templ),
18925         (gst_matroska_mux_audio_pad_link):
18926         add TTA codec to the list of supported codecs.
18927         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
18928         (gst_matroska_mux_start), (gst_matroska_mux_finish),
18929         (gst_matroska_mux_write_data):
18930         * gst/matroska/matroska-mux.h:
18931         write segment duration correctly, write muxing app string, fixes bugs
18932         #140897 and #140898.
18933         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
18934         wait for all pads to be negotiated before starting to mux.
18935
18936 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18937
18938         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
18939         * ext/lame/gstlame.h:
18940         Added new media support to lame
18941
18942 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
18943
18944         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
18945         send vorbis headers at the beginning of a stream, fixes bug #141554.
18946         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
18947         bug #148950.
18948         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
18949         (gst_matroska_demux_plugin_init):
18950         * gst/matroska/matroska-ids.h:
18951         enable demuxing of TTA audio streams, fixes bug #148951.
18952         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
18953         enable typefinding for TTA audio files, fixes bug #148711.
18954         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
18955         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
18956         fixes playback of packed bitstream and xvid with bframes, bug #135407.
18957
18958 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
18959
18960         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18961         (gst_riff_read_element_data), (gst_riff_read_seek),
18962         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
18963         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
18964         <teuf@gnome.org>
18965
18966 2004-08-23 Iain <iaingnome@gmail.com>
18967
18968         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
18969         tags. They appear to be handled differently to normal.
18970         (tag_list_to_id3_tag_foreach): Ditto.
18971
18972 2004-08-22  Wim Taymans  <wim@fluendo.com>
18973
18974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18975         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18976         Make sure we never send -1 granulepos.
18977
18978 2004-08-20  Wim Taymans  <wim@fluendo.com>
18979
18980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18981         (gst_ogg_mux_loop):
18982         I will accept bitchslappings with non sharp objects.
18983
18984 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18985
18986         * configure.ac:
18987         Clean up the test for lame presets
18988
18989 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18990
18991         * configure.ac:
18992         * ext/lame/Makefile.am:
18993         * ext/lame/gstlame.c: (gst_lame_class_init),
18994         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
18995         Only enable lame presets if version of lame has presets in API
18996
18997 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
18998         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
18999         * gst/udp/gstudpsrc.h:
19000           Don't call gst_pad_push in a get function. Fixes #150449
19001
19002 2004-08-18  Wim Taymans  <wim@fluendo.com>
19003
19004         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
19005         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
19006         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19007         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19008         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19009         (gst_fdset_wait):
19010         * gst/tcp/gstfdset.h:
19011         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19012         (gst_multifdsink_client_queue_buffer),
19013         (gst_multifdsink_handle_client_write):
19014         * gst/tcp/gstmultifdsink.h:
19015         Some extra checks in gstfdset.
19016         Only use send() when the fd is a socket. Don't try to
19017         read from write only fds.
19018
19019 2004-08-18  Wim Taymans  <wim@fluendo.com>
19020
19021         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
19022         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19023         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19024         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19025         (gst_fdset_wait):
19026         Add more locking and bounds checking.
19027
19028 2004-08-18  Wim Taymans  <wim@fluendo.com>
19029
19030         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
19031         Realloc test fdset in the lock and right before starting
19032         the poll call. Bump the limit to 4096.
19033
19034 2004-08-17  David Schleef  <ds@schleef.org>
19035
19036         * sys/sunaudio/Makefile.am:
19037         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
19038         of rates and channels.  Make debugging less obnoxious.
19039
19040         Patch from Balamurali Viswanathan implementing a mixer for
19041         Sun audio.  (bug #144091):
19042         * sys/sunaudio/gstsunelement.c:
19043         * sys/sunaudio/gstsunelement.h:
19044         * sys/sunaudio/gstsunmixer.c:
19045         * sys/sunaudio/gstsunmixer.h:
19046
19047 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19048
19049         * gst/audioscale/gstaudioscale.c:
19050         * gst/audioscale/gstaudioscale.h:
19051         made audioscale resample from any sample rate to any sample rate
19052
19053 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19054
19055         * ext/libpng/gstpngdec.c:
19056           error out on unsupported types
19057
19058 2004-08-17  Iain <iaingnome@gmail.com>
19059
19060         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
19061         mid_side and loose_mid_side properties if its a stereo stream.
19062
19063 2004-08-17  Wim Taymans  <wim@fluendo.com>
19064
19065         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
19066         (theora_get_formats), (theora_dec_src_convert),
19067         (theora_dec_sink_convert), (theora_dec_src_query),
19068         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
19069         Add a debug line.
19070
19071 2004-08-17  Wim Taymans  <wim@fluendo.com>
19072
19073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
19074         (gst_ogg_pad_push):
19075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19076         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19077         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
19078         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19079         Mark delta units in the muxer.
19080         Try to decode the packet after an out-of-sync error from
19081         libogg.
19082
19083 2004-08-17  Wim Taymans  <wim@fluendo.com>
19084
19085         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19086         (gst_multifdsink_init), (gst_multifdsink_add),
19087         (gst_multifdsink_client_queue_buffer),
19088         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
19089         * gst/tcp/gstmultifdsink.h:
19090         Added option to send a keyframe to clients as the first buffer.
19091         Make timeout property writable.
19092
19093 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19094
19095         patch by: Wim Taymans
19096
19097         * gst/tcp/gstfdset.c:
19098         * gst/tcp/gstmultifdsink.c:
19099           fix index comparison, should include 0
19100
19101 2004-08-16  Wim Taymans  <wim@fluendo.com>
19102
19103         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
19104         (gst_fdset_add_fd), (gst_fdset_remove_fd),
19105         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19106         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19107         (gst_fdset_wait):
19108           copy when reallocing for poll so the select arguments don't get
19109           changed during the call
19110
19111 2004-08-16  Wim Taymans  <wim@fluendo.com>
19112
19113         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
19114         (gst_theora_enc_class_init), (theora_enc_sink_link),
19115         (theora_buffer_from_packet), (theora_enc_chain):
19116         Fix bug where buffers were not marked as keyframes
19117         correctly.
19118
19119 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19120
19121         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
19122         (gst_lame_preset_get_type), (gst_lame_class_init):
19123         describe the enum values for vbr mode and presets more verbosely
19124
19125 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19126
19127         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
19128         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
19129         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
19130         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
19131         * ext/lame/gstlame.h:
19132         add preset property to lame so it can use lame presets
19133
19134 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19135
19136         * ext/lame/gstlame.c: (gst_lame_get_property):
19137         whoops forgot break, thanks teuf
19138
19139 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19140
19141         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
19142         (gst_lame_class_init), (gst_lame_src_getcaps),
19143         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
19144         (gst_lame_get_property), (gst_lame_setup):
19145         * ext/lame/gstlame.h:
19146         fix lame's broken vbr stuff, allow it to resample if need be, and also
19147         make xing header optional
19148
19149 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19150
19151         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
19152         added getcaps function so samplerate doesnt get fixated to silly values
19153
19154 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19155
19156         * ext/lame/gstlame.c: (gst_lame_src_link):
19157         revert previous fix
19158
19159 2004-08-12  Johan Dahlin  <johan@gnome.org>
19160
19161         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
19162         checks. Doesn't matter what state we are in. Interfaces are a
19163         compile time thing, not runtime. It also broke the python bindings.
19164
19165 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19166
19167         * ext/lame/gstlame.c: (gst_lame_src_link):
19168         made source pad link function check if sinkpad is ok..fixes the problem
19169         where core fixates the output rate of lame stupidly
19170
19171 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19172
19173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
19174         * sys/v4l/v4l_calls.c:
19175         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
19176           fix fixate function to handle nonsimple caps.
19177           remove bogus check in _link
19178           cleanups
19179
19180 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19181
19182         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
19183         set default compression ratio parameter to 0.0 so bitrate parameter
19184         works :)
19185
19186 2004-08-11  David Schleef  <ds@schleef.org>
19187
19188         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
19189
19190 2004-08-11  David Schleef  <ds@schleef.org>
19191
19192         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
19193         before.
19194
19195 2004-08-11  David Schleef  <ds@schleef.org>
19196
19197         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
19198
19199 2004-08-11  David Schleef  <ds@schleef.org>
19200
19201         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
19202           license field
19203         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
19204         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
19205           LGPL.
19206         * gst/auparse/gstauparse.c: Fix plugin license field.
19207         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
19208         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
19209         * gst/rtp/gstrtp.c: Fix plugin license field.
19210
19211 2004-08-11  Wim Taymans  <wim@fluendo.com>
19212
19213         * gst/tcp/Makefile.am:
19214         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
19215         (ensure_size), (gst_fdset_new), (gst_fdset_free),
19216         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
19217         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
19218         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
19219         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
19220         (gst_fdset_fd_can_write), (gst_fdset_wait):
19221         * gst/tcp/gstfdset.h:
19222         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
19223         (gst_multifdsink_class_init), (gst_multifdsink_init),
19224         (gst_multifdsink_add), (gst_multifdsink_remove),
19225         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
19226         (gst_multifdsink_remove_client_link),
19227         (gst_multifdsink_handle_client_read),
19228         (gst_multifdsink_client_queue_data),
19229         (gst_multifdsink_client_queue_caps),
19230         (gst_multifdsink_client_queue_buffer),
19231         (gst_multifdsink_handle_client_write),
19232         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19233         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19234         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
19235         (gst_multifdsink_close):
19236         * gst/tcp/gstmultifdsink.h:
19237         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19238         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19239         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
19240         (gst_tcpserversink_close):
19241         * gst/tcp/gsttcpserversink.h:
19242         Abstracted away the select call, implemented poll (yes we ran into
19243         the 1024 limit in production).
19244
19245 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19246
19247         * gst/tcp/gsttcp.c:
19248         * gst/tcp/gsttcpplugin.c:
19249           improve debuggging, remove assert
19250
19251 2004-08-10  Wim Taymans  <wim@fluendo.com>
19252
19253         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
19254         (gst_client_status_get_type), (gst_multifdsink_class_init),
19255         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
19256         (gst_multifdsink_handle_client_read),
19257         (gst_multifdsink_handle_client_write),
19258         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19259         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19260         (gst_multifdsink_get_property):
19261         * gst/tcp/gstmultifdsink.h:
19262         * gst/tcp/gsttcp-marshal.list:
19263         Starting to prepare for specifying buffer time in other units
19264         than buffers. Expose remove reason in signal.
19265
19266 2004-08-10  Wim Taymans  <wim@fluendo.com>
19267
19268         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19269         (gst_multifdsink_remove), (gst_multifdsink_clear),
19270         (gst_multifdsink_remove_client_link),
19271         (gst_multifdsink_handle_client_read),
19272         (gst_multifdsink_client_queue_data),
19273         (gst_multifdsink_client_queue_buffer),
19274         (gst_multifdsink_handle_client_write),
19275         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
19276         (gst_multifdsink_chain), (gst_multifdsink_close):
19277         * gst/tcp/gstmultifdsink.h:
19278         Added more debugging info. Changed the way clients are
19279         removed from the lists. Fixed a bug where a bad file descriptor
19280         could cause many clients to be removed.
19281
19282 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19283
19284         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
19285           allow all pixel-aspect-ratios, not just 1:1
19286
19287 2004-08-09  David Schleef  <ds@schleef.org>
19288
19289         * sys/glsink/ARB_multitexture.h:  Remove old files.
19290         * sys/glsink/EXT_paletted_texture.h:
19291         * sys/glsink/NV_register_combiners.h:
19292         * sys/glsink/gstgl_nvimage.c:
19293         * sys/glsink/gstgl_pdrimage.c:
19294         * sys/glsink/gstgl_rgbimage.c:
19295         * sys/glsink/gstglsink.c:
19296         * sys/glsink/gstglsink.h:
19297         * sys/glsink/gstglxwindow.c:
19298         * sys/glsink/regcomb_yuvrgb.c:
19299
19300 2004-08-09  David Schleef  <ds@schleef.org>
19301
19302         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
19303         GL sink plugin.  (Bug #147302)
19304
19305         * configure.ac: Test for OpenGL
19306         * sys/Makefile.am: Use test for OpenGL
19307         * sys/glsink/Makefile.am:
19308         * sys/glsink/glimagesink.c: rewrite
19309         * sys/glsink/glimagesink.h: rewrite
19310
19311 2004-08-09  David Schleef  <ds@schleef.org>
19312
19313         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
19314         sane framerates.
19315         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
19316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
19317         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
19318
19319 2004-08-09  Wim Taymans  <wim@fluendo.com>
19320
19321         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19322         (gst_multifdsink_add), (gst_multifdsink_get_stats),
19323         (gst_multifdsink_client_remove),
19324         (gst_multifdsink_handle_client_read),
19325         (gst_multifdsink_handle_client_write),
19326         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
19327         Do a bit more logging, make the client_read code more robust.
19328
19329 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19330
19331         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
19332         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
19333         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
19334         (gst_jpegdec_init), (gst_jpegdec_chain):
19335         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
19336         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
19337           cleanups, debugging fixes and memleak plugging
19338
19339 2004-08-09  Wim Taymans  <wim@fluendo.com>
19340
19341         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
19342         (theora_get_formats), (theora_dec_src_convert),
19343         (theora_dec_sink_convert), (theora_dec_src_query),
19344         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
19345         (theora_dec_change_state):
19346         Don't crash on missing header packets.
19347
19348 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19349
19350         * po/LINGUAS:
19351         * po/sq.po:
19352           Added Albanian translation (Laurent Dhima)
19353         * po/cs.po:
19354           updated
19355
19356 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19357
19358         * ext/lame/gstlame.c:
19359           fix/add debugging
19360
19361 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19362
19363         * sys/ximage/ximagesink.c:
19364         * sys/xvimage/xvimagesink.c:
19365           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
19366
19367 2004-08-06  Wim Taymans  <wim@fluendo.com>
19368
19369         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19370         (gst_multifdsink_add), (gst_multifdsink_get_stats),
19371         (gst_multifdsink_client_remove),
19372         (gst_multifdsink_handle_client_read),
19373         (gst_multifdsink_handle_client_write),
19374         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
19375         Make sure we don't try to read more from a client that what
19376         ioctl says us or we deadlock.
19377
19378 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19379
19380         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
19381         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
19382         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
19383           decouple running_time and n_frames so it can handle changing
19384           framerate while running
19385
19386 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19387
19388         * po/nl.po:
19389         * po/sv.po:
19390           updated translations
19391
19392 2004-08-04  Benjamin Otte  <otte@gnome.org>
19393
19394         * gst/videotestsrc/gstvideotestsrc.c:
19395         (gst_videotestsrc_get_capslist), (generate_capslist),
19396         (plugin_init):
19397           generate the list of supported caps at startup and reuse it instead
19398           of always generating it
19399
19400 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19401
19402         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
19403           whoops, last checkin broke normal build
19404
19405 2004-08-03  Benjamin Otte  <otte@gnome.org>
19406
19407         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
19408         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
19409         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
19410         (gst_alsa_mixer_get_option):
19411         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
19412         (dvdnavsrc_print_event):
19413         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
19414         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
19415         (gst_ogg_mux_pad_unlink):
19416         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
19417         (gst_multipart_mux_pad_unlink):
19418         * gst/videofilter/gstvideobalance.c:
19419         (gst_videobalance_colorbalance_set_value):
19420         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
19421         (gst_videomixer_pad_unlink):
19422         * po/uk.po:
19423         * sys/oss/gstossmixer.c:
19424         * sys/v4l/gstv4lcolorbalance.c:
19425         * sys/v4l/gstv4ltuner.c:
19426         * sys/v4l/v4lsrc_calls.c:
19427         * sys/v4l2/gstv4l2colorbalance.c:
19428         * sys/v4l2/gstv4l2tuner.c:
19429           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
19430
19431 2004-08-03  Benjamin Otte  <otte@gnome.org>
19432
19433         * examples/dynparams/filter.c: (ui_control_create):
19434         * examples/gstplay/player.c: (print_tag):
19435         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
19436         * ext/gdk_pixbuf/gstgdkanimation.c:
19437         (gst_gdk_animation_iter_may_advance):
19438         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
19439         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
19440         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
19441         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
19442         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
19443         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
19444         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
19445         * gst/sine/demo-dparams.c: (main):
19446         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19447         * testsuite/alsa/formats.c: (create_pipeline):
19448         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
19449           fixes for G_DISABLE_ASSERT and friends
19450         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
19451         (mp3_type_frame_length_from_header), (mp3_type_find),
19452         (plugin_init):
19453           require mp3 typefinding to have at least MIN_HEADERS valid headers
19454           add typefinding for AAC adts files
19455
19456 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
19457
19458         * sys/ximage/ximagesink.c:
19459         (gst_ximagesink_calculate_pixel_aspect_ratio):
19460         * sys/xvimage/xvimagesink.c:
19461         (gst_xvimagesink_calculate_pixel_aspect_ratio):
19462         Make sure we calculate pixel-aspect-ratio using floating point maths
19463
19464 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19465
19466         * po/uk.po:
19467           updated translation
19468
19469 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19470
19471         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
19473           add debugging for display PAR calculation
19474
19475 2004-08-02  David Schleef  <ds@schleef.org>
19476
19477         * configure.ac: Fix mikmod CFLAGS.
19478
19479 2004-07-27  Benjamin Otte  <otte@gnome.org>
19480
19481         * gst/audioscale/gstaudioscale.c:
19482         - fix templates to only support S16, it's the only format that works
19483         - make caps nego code use try_set_caps_nonfixed and fixation instead
19484         of try_set_caps twice, which is not nice for autopluggers
19485         - change rank to secondary, so autopluggers can pick it up after
19486         audioconvert
19487
19488 2004-08-02  Iain <iain@prettypeople.org>
19489
19490         * gst/interleave/interleave.c (interleave_init),
19491         (interleave_request_new_pad),
19492         (interleave_pad_removed),
19493         (interleave_buffered_loop): Use the real pad count, not the artificial
19494         one.
19495
19496 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19497
19498         * configure.ac: bump nano back to development
19499
19500 === release 0.8.3 ===
19501
19502 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19503
19504         * configure.ac: releasing 0.8.3, "Water"
19505
19506 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19507
19508         * sys/xvimage/xvimagesink.c:
19509         (gst_xvimagesink_calculate_pixel_aspect_ratio),
19510         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
19511         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
19512         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19513         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19514         * sys/xvimage/xvimagesink.h:
19515           apply similar PAR fixes as to ximagesink
19516
19517 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19518
19519         patch from: Benjamin Otte
19520
19521         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
19522           add link function to lame.  Fixes #148986.
19523
19524 2004-08-02  Johan Dahlin  <johan@gnome.org>
19525
19526         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
19527         fix debugging log
19528
19529 2004-07-30  David Schleef  <ds@schleef.org>
19530
19531         * gst/videomixer/Makefile.am: Fix things that should have been
19532         fixed in the last checkin.
19533
19534 2004-07-30  David Schleef  <ds@schleef.org>
19535
19536         * gst/multipart/Makefile.am: Fix things that should have been
19537         fixed in the last checkin.
19538
19539 2004-07-30  David Schleef  <ds@schleef.org>
19540
19541         * testsuite/multifilesink/Makefile.am: Fix unused variable.
19542
19543 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19544
19545         * configure.ac:
19546           bump nano for prerelease
19547         * po/af.po:
19548         * po/az.po:
19549         * po/cs.po:
19550         * po/en_GB.po:
19551         * po/hu.po:
19552         * po/nl.po:
19553         * po/sr.po:
19554         * po/sv.po:
19555         * po/uk.po:
19556           updates
19557
19558 2004-07-30  Wim Taymans  <wim@fluendo.com>
19559
19560         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19561         (gst_multifdsink_add), (gst_multifdsink_remove),
19562         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
19563         (gst_multifdsink_client_remove),
19564         (gst_multifdsink_handle_client_write),
19565         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
19566         * gst/tcp/gstmultifdsink.h:
19567         Recover from a select with a bad file descriptor by removing
19568         the client.
19569
19570 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19571
19572         * configure.ac:
19573           fix requirement of core
19574         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
19575         (gst_play_pipeline_setup):
19576           don't use colorspace element.  do use hermescolorspace element.
19577           make macro to get a colorspace element.
19578           mark strings for translation.
19579         * po/POTFILES.in:
19580           add play.c
19581         * po/af.po:
19582         * po/az.po:
19583         * po/cs.po:
19584         * po/en_GB.po:
19585         * po/hu.po:
19586         * po/nl.po:
19587         * po/sr.po:
19588         * po/sv.po:
19589         * po/uk.po:
19590           update translations
19591
19592 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19593
19594         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
19595         fix default for newmedia flag
19596
19597 2004-07-30  Wim Taymans  <wim@fluendo.com>
19598
19599         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
19600         (gst_theora_dec_init), (theora_get_formats),
19601         (theora_dec_src_convert), (theora_dec_sink_convert),
19602         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19603         (theora_dec_chain), (theora_dec_set_property),
19604         (theora_dec_get_property):
19605         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
19606         (gst_theora_enc_class_init), (gst_theora_enc_init),
19607         (theora_enc_sink_link), (theora_enc_chain),
19608         (theora_enc_set_property), (theora_enc_get_property):
19609         Added cropping option to theora decoder.
19610         Added border option to theora encoder.
19611
19612 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19613
19614         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19615         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19616         (gst_pngenc_set_property):
19617         * ext/libpng/gstpngenc.h:
19618         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
19619
19620 2004-07-30  Wim Taymans  <wim@fluendo.com>
19621
19622         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19623         (theora_enc_sink_link), (theora_enc_chain),
19624         (theora_enc_set_property), (theora_enc_get_property):
19625         Fix encoding of non-multiple-of-16 video.
19626
19627 2004-07-29  David Schleef  <ds@schleef.org>
19628
19629         * configure.ac: make test for audiofile more strict
19630
19631 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19632
19633         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19634           give different names to typefind functions
19635
19636 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19637
19638         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19639         (gst_ximagesink_calculate_pixel_aspect_ratio),
19640         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19641         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19642         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
19643         (gst_ximagesink_get_property), (gst_ximagesink_init):
19644         * sys/ximage/ximagesink.h:
19645           allocate PAR's dynamically.
19646           use autodetected PAR if no object-set PAR is given.
19647           add workaround for directfb's X not setting physical size.
19648           fix to xvimagesink will follow tomorrow.
19649
19650 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19651
19652         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
19653         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
19654         (gst_shout2send_get_type), (gst_shout2send_set_clock),
19655         (gst_shout2send_class_init), (gst_shout2send_init),
19656         (set_shout_metadata), (gst_shout2send_set_metadata),
19657         (gst_shout2send_chain), (gst_shout2send_set_property),
19658         (gst_shout2send_get_property), (gst_shout2send_connect),
19659         (gst_shout2send_change_state):
19660         * ext/shout2/gstshout2.h:
19661         - fix for sending mp3 audio to icecast2 server, if pad link function not
19662         called before PAUSED state
19663         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
19664         - added tagging support for mp3 audio broadcasted
19665         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
19666         debug info
19667
19668 2004-07-28  Wim Taymans  <wim@fluendo.com>
19669
19670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19671         (gst_ogg_demux_push):
19672         Return query failure when we don't know the length of
19673         an ogg stream insteda of returning TRUE with a bogus value.
19674
19675 2004-07-28  Wim Taymans  <wim@fluendo.com>
19676
19677         * ext/theora/theoradec.c: (theora_get_formats),
19678         (theora_dec_src_convert), (theora_dec_sink_convert),
19679         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19680         (theora_dec_chain):
19681         Don't screw up the 1 Chroma for 1 luma sample situation when we
19682         have an odd offset/width by adding a black border in those cases.
19683
19684 2004-07-28  Wim Taymans  <wim@fluendo.com>
19685
19686         * ext/theora/theoradec.c: (theora_get_formats),
19687         (theora_dec_src_convert), (theora_dec_sink_convert),
19688         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19689         (theora_dec_chain):
19690         * ext/theora/theoraenc.c: (theora_enc_sink_link):
19691         Added first attempt at cropping of the image as required by the
19692         theora spec. We need more properties in the caps (offset_x,
19693         offset_y,stride) to implement this correctly.
19694
19695 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
19696
19697         * ext/dvdnav/README:
19698           Update the README to use dvddemux
19699         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
19700           Ensure getcaps returns a subset of the template caps
19701         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
19702         (gst_mpeg2subt_init):
19703           Ensure getcaps returns a subset of the template caps
19704         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
19705         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
19706         (gst_dvd_demux_get_subpicture_stream),
19707         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
19708         * gst/mpegstream/gstdvddemux.h:
19709           Set the explicit caps on the current_video pad before pushing
19710           anything
19711         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
19712         (gst_mpeg_demux_get_audio_stream):
19713           Free caps used to gst_pad_set_explicit_caps, which takes a const
19714           GstCaps *
19715
19716 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19717
19718         * configure.ac: update GStreamer requirement to 0.8.4 because of
19719           GstFraction.
19720
19721 2004-07-28  Wim Taymans  <wim@fluendo.com>
19722
19723         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
19724         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
19725         Add the pad to the element after setting up the caps. This
19726         makes it a lot easier to autoplug.
19727
19728 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
19729
19730         * gst/median/gstmedian.c:
19731         * gst/mpeg2subt/gstmpeg2subt.c:
19732         * gst/mpegaudioparse/gstmpegaudioparse.c:
19733         * gst/mpegstream/gstdvddemux.c:
19734         * gst/mpegstream/gstmpegdemux.c:
19735         * gst/mpegstream/gstmpegpacketize.c:
19736         * gst/rtjpeg/gstrtjpeg.c:
19737         * gst/rtjpeg/gstrtjpegdec.c:
19738         * gst/rtjpeg/gstrtjpegenc.c:
19739         * gst/sine/gstsinesrc.c:
19740         * gst/smooth/gstsmooth.c:
19741         * gst/smpte/gstsmpte.c:
19742         * gst/smpte/gstsmpte.h:
19743         * gst/stereo/gststereo.c:
19744         * gst/videofilter/gstgamma.c:
19745         * gst/videofilter/gstvideobalance.c:
19746         * gst/videofilter/gstvideofilter.c:
19747         * gst/videofilter/gstvideoflip.c:
19748         * gst/videoscale/gstvideoscale.c:
19749         * gst/videoscale/videoscale.c:
19750         * gst/videotestsrc/gstvideotestsrc.c:
19751         * gst/videotestsrc/videotestsrc.c:
19752         * gst/wavenc/gstwavenc.c:
19753         * gst/wavparse/gstwavparse.c:
19754           fix local includes and 64 bits constants
19755
19756 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
19757
19758         * win32/gst.sln:
19759         * gst-libs/gst/*/*.vcproj:
19760         * gst/*/*.vcproj:
19761           more working plugins
19762
19763 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19764
19765         * testsuite/alsa/Makefile.am:
19766         * testsuite/alsa/srcstate.c:
19767         add test for alsasrc changing state
19768
19769 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19770
19771         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
19772         (gst_silence_get):
19773         * gst/silence/gstsilence.h:
19774         fix silence generation for 16bit raw audio
19775
19776 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19777
19778         * gst/matroska/matroska-demux.c:
19779         (gst_matroska_demux_parse_metadata),
19780         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
19781         * gst/mpegaudio/common.c:
19782         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
19783         (gst_videoscale_getcaps), (gst_videoscale_link),
19784         (gst_videoscale_src_fixate), (gst_videoscale_init),
19785         (gst_videoscale_finalize):
19786         * gst/videoscale/gstvideoscale.h:
19787         * gst/videotestsrc/gstvideotestsrc.c:
19788         (gst_videotestsrc_get_capslist):
19789         * gst/wavenc/gstwavenc.c:
19790         * sys/oss/gstossmixer.c: (fill_labels):
19791         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19792         (gst_ximagesink_handle_xevents),
19793         (gst_ximagesink_calculate_pixel_aspect_ratio),
19794         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
19795         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
19796         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19797         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19798         (gst_ximagesink_init), (gst_ximagesink_class_init):
19799         * sys/ximage/ximagesink.h:
19800         * sys/xvimage/xvimagesink.c:
19801         (gst_xvimagesink_calculate_pixel_aspect_ratio),
19802         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
19803         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
19804         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19805         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19806         * sys/xvimage/xvimagesink.h:
19807           first batch of pixel aspect ratio commits.
19808
19809 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19810
19811         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19812         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
19813         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
19814           handle stride, needs work if we want to move stride handling
19815           upstream, but works correctly for our purposes.
19816
19817 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19818
19819         * gst/videoscale/README:
19820           add testing examples
19821         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
19822         (gst_videoscale_chain):
19823         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19824         (gst_videoscale_get_size):
19825           add get_size function that handles stride like videotestsrc.
19826           fixes conversion for YUV formats for as much as I can test them.
19827
19828 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19829
19830         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19831         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
19832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19833         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19834         (gst_xvimagesink_xvimage_put):
19835           further cleanups, logging, error handling and synchronizing
19836
19837 2004-07-27  Wim Taymans  <wim@fluendo.com>
19838
19839         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19840         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
19841         (gst_videomixer_pad_set_property),
19842         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
19843         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19844         (gst_videomixer_class_init), (gst_videomixer_init),
19845         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
19846         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
19847         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
19848         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19849         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19850         (gst_videomixer_loop), (plugin_init):
19851         Be a nicer negotiation citizen and provide a getcaps function on
19852         the srcpad. This also fixes a crash when resizing.
19853
19854 2004-07-27  Julien MOUTTE  <julien@moutte.net>
19855
19856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19857         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
19858
19859 2004-07-27  Wim Taymans  <wim@fluendo.com>
19860
19861         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
19862         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19863         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19864         (gst_pngenc_set_property):
19865         * ext/libpng/gstpngenc.h:
19866         Added snapshot property to pngenc.
19867         removed g_print from pngdec
19868
19869 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
19870
19871         * gst/ac3parse/ac3parse.vcproj
19872         * gst/adder/adder.vcproj
19873         * gst/alpha/alpha.vcproj
19874         * gst/alpha/alphacolor.vcproj
19875         * gst/asfdemux/asf.vcproj
19876         * gst/audioconvert/audioconvert.vcproj
19877         * gst/audiorate/audiorate.vcproj
19878         * gst/audioscale/audioscale.vcproj
19879         * gst/auparse/auparse.vcproj
19880         * gst/avi/avi.vcproj
19881         * gst/cdxaparse/cdxaparse.vcproj
19882         * gst/chart/chart.vcproj
19883         * gst/colorspace/colorspace.vcproj
19884         * gst/cutter/cutter.vcproj
19885         * gst/debug/debug.vcproj
19886         * gst/debug/efence.vcproj
19887         * gst/debug/navigationtest.vcproj
19888         * gst/deinterlace/deinterlace.vcproj
19889         * gst/effectv/effectv.vcproj
19890         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
19891         * gst/filter/filter.vcproj
19892         * gst/flx/flxdec.vcproj
19893         * gst/goom/goom.vcproj
19894         * gst/interleave/interleave.vcproj
19895         * gst/law/alaw.vcproj
19896         * gst/law/mulaw.vcproj
19897         * gst/matroska/matroska.vcproj
19898         * gst/median/median.vcproj
19899         * gst/mixmatrix/mixmatrix.vcproj
19900         * gst/mpeg1sys/mpeg1systemencode.vcproj
19901         * gst/mpeg1videoparse/mp1videoparse.vcproj
19902         * gst/mpeg2sub/mpeg2subt.vcproj
19903         * gst/mpegaudio/mpegaudio.vcproj
19904         * gst/mpegaudioparse/mpegaudioparse.vcproj
19905         * gst/mpegstream/mpegstream.vcproj
19906         * gst/multifilesink/multifilesink.vcproj
19907         * gst/multipart/multipart.vcproj
19908         * gst/oneton/oneton.vcproj
19909         * gst/overlay/overlay.vcproj
19910         * gst/passthrough/passthrough.vcproj
19911         * gst/qtdemux/qtdemux.vcproj
19912         * gst/realmedia/rmdemux.vcproj
19913         * gst/rtjpeg/rtjpeg.vcproj
19914         * gst/rtp/rtp.vcproj
19915         * gst/silence/silence.vcproj
19916         * gst/sine/sinesrc.vcproj
19917         * gst/smooth/smooth.vcproj
19918         * gst/smpte/smpte.vcproj
19919         * gst/spectrum/spectrum.vcproj
19920         * gst/speed/speed.vcproj
19921         * gst/stereo/stereo.vcproj
19922         * gst/switch/switch.vcproj
19923         * gst/tags/tagedit.vcproj
19924         * gst/tcp/tcp.vcproj
19925         * gst/typefind/typefindfunctions.vcproj
19926         * gst/udp/udp.vcproj
19927         * gst/videobox/videobox.vcproj
19928         * gst/videocrop/videocrop.vcproj
19929         * gst/videodrop/videodrop.vcproj
19930         * gst/videofilter/gamma.vcproj
19931         * gst/videofilter/videobalance.vcproj
19932         * gst/videofilter/videofilter.vcproj
19933         * gst/videofilter/videoflip.vcproj
19934         * gst/videoflip/videoflip.vcproj
19935         * gst/videomixer/videomixer.vcproj
19936         * gst/videorate/videorate.vcproj
19937         * gst/videoscale/videoscale.vcproj
19938         * gst/videotestsrc/videotestsrc.vcproj
19939         * gst/virtualdub/virtualdub.vcproj
19940         * gst/volenv/volenv.vcproj
19941         * gst/volume/volume.vcproj
19942         * gst/wavenc/wavenc.vcproj
19943         * gst/wavparse/wavparse.vcproj
19944         * gst/y4m/y4menc.vcproj
19945         * gst-libs/gst/audio/audio.vcproj
19946         * gst-libs/gst/audio/audiofilter.vcproj
19947         * gst-libs/gst/colorbalance/colorbalance.vcproj
19948         * gst-libs/gst/idct/idtc.vcproj
19949         * gst-libs/gst/media-info/media-info.vcproj
19950         * gst-libs/gst/mixer/mixer.vcproj
19951         * gst-libs/gst/navigation/navigation.vcproj
19952         * gst-libs/gst/play/play.vcproj
19953         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
19954         * gst-libs/gst/resample/resample.vcproj
19955         * gst-libs/gst/riff/riff.vcproj
19956         * gst-libs/gst/tuner/tuner.vcproj
19957         * gst-libs/gst/video/video.vcproj
19958         * gst-libs/gst/xoverlay/xoverlay.vcproj
19959           avoid problems with math.h, fix release dependancy
19960           rename GStreamer-0.8.lib to libgstreamer.lib
19961
19962 2004-07-27  Julien MOUTTE  <julien@moutte.net>
19963
19964         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
19965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
19966         the atom is not available we have to unlock the mutex. Fixes #148023
19967
19968 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19969
19970         * gst-libs/gst/media-info/media-info.h:
19971           issue for a vararg macro with MSVC
19972
19973 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19974
19975         * gst/effectv/effectv.vcproj
19976         * gst-libs/gst/idct/idct.vcproj:
19977         * gst-libs/gst/media-info/media-info.vcproj:
19978         * gst-libs/gst/navigation/navigation.vcproj:
19979         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
19980         * gst-libs/gst/video/video.vcproj:
19981         * gst-libs/gst/xoverlay/xoverlay.vcproj:
19982           fixes for build problems
19983
19984 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19985
19986         * gst-libs/gst/audio/audio.def:
19987         * gst-libs/gst/audio/riff.def:
19988           add some definitions needed by plugins
19989
19990 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19991
19992         * gst/asfdemux/gstasfmux.c
19993           Fix some 64 bits constants to be glib friendly
19994
19995 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
19996
19997         * gst/ac3parse/gstac3parse.c
19998         * gst/audioscale/gstaudioscale.c
19999         * gst/auparse/gstauparse.c
20000         * gst/colorspace/gstcolorspace.c
20001         * gst/colorspace/yuv2rgb.h
20002           local include fixes
20003
20004 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20005
20006         * win32/gst.sln
20007           add more plugins to the build
20008
20009 2004-07-26  Julien MOUTTE  <julien@moutte.net>
20010
20011         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20012         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
20013
20014 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20015
20016         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20017         (gst_level_set_property), (gst_level_get_property),
20018         (gst_level_base_init), (gst_level_class_init):
20019           add debugging categories.  cleanups.
20020
20021 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20022
20023         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20024         (gst_videoscale_planar411), (gst_videoscale_planar400),
20025         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
20026         (gst_videoscale_scale_nearest_str1),
20027         (gst_videoscale_scale_nearest_str2),
20028         (gst_videoscale_scale_nearest_str4),
20029         (gst_videoscale_scale_nearest_16bit),
20030         (gst_videoscale_scale_nearest_24bit):
20031           fixed stride issues
20032           tested with 320x240 -> 321, 322, 324 x240
20033           tested with YV12, I420, YUY2, UYVY
20034           fixed packed422rev (don't think it could have worked before)
20035           by testing with UYVY
20036
20037 2004-07-26  Benjamin Otte  <otte@gnome.org>
20038
20039         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
20040         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
20041         (plugin_init):
20042           add debugging category, add error checks like checking return values
20043           of setup calls, make sure it still works after
20044           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
20045
20046 2004-07-26  Wim Taymans  <wim@fluendo.com>
20047
20048         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
20049         (gst_mpeg_demux_get_audio_stream),
20050         (gst_mpeg_demux_process_private):
20051         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
20052         Check for error codes from the negotiation functions. Make sure
20053         we really set the pad caps when a new pad is created.
20054
20055 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20056
20057         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20058         (gst_ffmpeg_caps_to_pix_fmt):
20059         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20061         (gst_ffmpegcolorspace_pad_link):
20062           don't make function do two things at the same time without reason.
20063
20064 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20065
20066         * gst/ac3parse/ac3parse.vcproj
20067         * gst/adder/adder.vcproj
20068         * gst/alpha/alpha.vcproj
20069         * gst/alpha/alphacolor.vcproj
20070         * gst/asfdemux/asf.vcproj
20071         * gst/audioconvert/audioconvert.vcproj
20072         * gst/audiorate/audiorate.vcproj
20073         * gst/audioscale/audioscale.vcproj
20074         * gst/auparse/auparse.vcproj
20075         * gst/avi/avi.vcproj
20076         * gst/cdxaparse/cdxaparse.vcproj
20077         * gst/chart/chart.vcproj
20078         * gst/colorspace/colorspace.vcproj
20079         * gst/cutter/cutter.vcproj
20080         * gst/debug/debug.vcproj
20081         * gst/debug/efence.vcproj
20082         * gst/debug/navigationtest.vcproj
20083         * gst/deinterlace/deinterlace.vcproj
20084         * gst/effectv/effectv.vcproj
20085         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
20086         * gst/filter/filter.vcproj
20087         * gst/flx/flxdec.vcproj
20088         * gst/goom/goom.vcproj
20089         * gst/interleave/interleave.vcproj
20090         * gst/law/alaw.vcproj
20091         * gst/law/mulaw.vcproj
20092         * gst/matroska/matroska.vcproj
20093         * gst/median/median.vcproj
20094         * gst/mixmatrix/mixmatrix.vcproj
20095         * gst/mpeg1sys/mpeg1systemencode.vcproj
20096         * gst/mpeg1videoparse/mp1videoparse.vcproj
20097         * gst/mpeg2sub/mpeg2subt.vcproj
20098         * gst/mpegaudio/mpegaudio.vcproj
20099         * gst/mpegaudioparse/mpegaudioparse.vcproj
20100         * gst/mpegstream/mpegstream.vcproj
20101         * gst/multifilesink/multifilesink.vcproj
20102         * gst/multipart/multipart.vcproj
20103         * gst/oneton/oneton.vcproj
20104         * gst/overlay/overlay.vcproj
20105         * gst/passthrough/passthrough.vcproj
20106         * gst/qtdemux/qtdemux.vcproj
20107         * gst/realmedia/rmdemux.vcproj
20108         * gst/rtjpeg/rtjpeg.vcproj
20109         * gst/rtp/rtp.vcproj
20110         * gst/silence/silence.vcproj
20111         * gst/sine/sinesrc.vcproj
20112         * gst/smooth/smooth.vcproj
20113         * gst/smpte/smpte.vcproj
20114         * gst/spectrum/spectrum.vcproj
20115         * gst/speed/speed.vcproj
20116         * gst/stereo/stereo.vcproj
20117         * gst/switch/switch.vcproj
20118         * gst/tags/tagedit.vcproj
20119         * gst/tcp/tcp.vcproj
20120         * gst/typefind/typefindfunctions.vcproj
20121         * gst/udp/udp.vcproj
20122         * gst/videobox/videobox.vcproj
20123         * gst/videocrop/videocrop.vcproj
20124         * gst/videodrop/videodrop.vcproj
20125         * gst/videofilter/gamma.vcproj
20126         * gst/videofilter/videobalance.vcproj
20127         * gst/videofilter/videofilter.vcproj
20128         * gst/videofilter/videoflip.vcproj
20129         * gst/videoflip/videoflip.vcproj
20130         * gst/videomixer/videomixer.vcproj
20131         * gst/videorate/videorate.vcproj
20132         * gst/videoscale/videoscale.vcproj
20133         * gst/videotestsrc/videotestsrc.vcproj
20134         * gst/virtualdub/virtualdub.vcproj
20135         * gst/volenv/volenv.vcproj
20136         * gst/volume/volume.vcproj
20137         * gst/wavenc/wavenc.vcproj
20138         * gst/wavparse/wavparse.vcproj
20139         * gst/y4m/y4menc.vcproj
20140           more plugins supported under windows
20141
20142 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20143
20144         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20145         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
20146         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
20147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20148         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
20149           Add debugging statements.  Use the sizes as returned by the
20150           *CreateImage calls.
20151
20152 2004-07-26  Johan Dahlin  <johan@gnome.org>
20153
20154         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
20155         the pad is negotiated.
20156
20157         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
20158
20159 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20160
20161         * gst-libs/gst/colorbalance/colorbalance.vcproj:
20162         * gst-libs/gst/idct/idct.vcproj:
20163         * gst-libs/gst/media-info/media-info.vcproj:
20164         * gst-libs/gst/mixer/mixer.vcproj:
20165         * gst-libs/gst/navigation/navigation.vcproj:
20166         * gst-libs/gst/play/play.vcproj:
20167         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
20168         * gst-libs/gst/resample/resample.vcproj:
20169         * gst-libs/gst/tuner/tuner.vcproj:
20170         * gst-libs/gst/video/video.vcproj:
20171         * gst-libs/gst/xoverlay/xoverlay.vcproj:
20172           more plugins supported under windows
20173
20174 2004-07-25 Iain <iain@prettypeople.org>
20175
20176         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
20177         pad now rather than when the pad is created because state changes wipe
20178         explicit caps (fixes #148043).
20179
20180 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
20181
20182         reviewed by Benjamin Otte  <otte@gnome.org>
20183
20184         * ext/mad/gstmad.c:
20185           fix mad plugin crashing on Sun (fixes #148289)
20186
20187 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
20188
20189         * gst/avi/avi.def:
20190         * gst/avi/avi.vcproj:
20191         * gst/matroska/matroska.def:
20192         * gst/matroska/matroska.vcproj:
20193           remove unused .def files
20194
20195 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
20196
20197         * gst-libs/gst/audio/gstaudiofilter.c:
20198           Clean the local include
20199
20200 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
20201
20202         * win32/gst.sln:
20203         * gst-libs/gst/audio/audio.def:
20204         * gst-libs/gst/audio/audio.vcproj:
20205         * gst-libs/gst/audio/audiofilter.vcproj:
20206         * gst-libs/gst/audio/riff.def:
20207         * gst-libs/gst/audio/riff.vcproj:
20208         * gst-libs/gst/gst-libs.def:
20209         * gst-libs/gst/gst-libs.vcproj:
20210         * gst/avi/avi.vcproj:
20211         * gst/avi/avi.vcproj:
20212           Copy the files where needed after building, cleaner projects
20213
20214 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
20215
20216         * gst/matroska/ebml-write.c:
20217           Fix some 64 bits constants to be glib friendly
20218
20219 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
20220
20221         * win32/gst.sln:
20222         * gst-libs/gst/gst-libs.def:
20223         * gst-libs/gst/gst-libs.vcproj:
20224         * gst/matroska/matroska.def:
20225         * gst/matroska/matroska.vcproj:
20226           Add the preliminary canvas to build plugins on Win32
20227
20228 2004-07-23  Benjamin Otte  <otte@gnome.org>
20229
20230         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20231           don't enfore negotiation from source side, it breaks
20232           sinesrc ! audioconvert ! osssink
20233
20234 2004-07-22  David Schleef  <ds@schleef.org>
20235
20236         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
20237         for ELF files, since they can easily be recognized as audio/mpeg.
20238         (bug #147441)
20239
20240 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20241
20242         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20243         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
20244         (gst_videoscale_scale_nearest_24bit),
20245         (gst_videoscale_scale_nearest_16bit):
20246           fix 16bit and 24bit for stride (24bit might need testing)
20247           don't pretend we do more than one algorithm
20248
20249 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20250
20251         * configure.ac:
20252         * gst/Makefile.am:
20253         * gst/multifilesink/Makefile.am:
20254         * gst/multifilesink/gstmultifilesink.c:
20255         (gst_multifilesink_get_formats),
20256         (gst_multifilesink_get_query_types), (_do_init),
20257         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
20258         (gst_multifilesink_init), (gst_multifilesink_dispose),
20259         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
20260         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
20261         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
20262         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
20263         (gst_multifilesink_chain), (gst_multifilesink_change_state),
20264         (gst_multifilesink_uri_get_type),
20265         (gst_multifilesink_uri_get_protocols),
20266         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
20267         (gst_multifilesink_uri_handler_init), (plugin_init):
20268         * gst/multifilesink/gstmultifilesink.h:
20269         * testsuite/Makefile.am:
20270         * testsuite/multifilesink/Makefile.am:
20271         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
20272         (gst_newmedia_class_init), (gst_newmedia_init),
20273         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20274         (newfile_signal), (test_signal), (main):
20275         multifilesink plugin for creating new files every time a new media
20276         discontinuity event occurs
20277
20278 2004-07-22  Wim Taymans  <wim@fluendo.com>
20279
20280         * gst/alpha/Makefile.am:
20281         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
20282         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
20283         (gst_alpha_color_init), (gst_alpha_color_set_property),
20284         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
20285         (transform), (gst_alpha_color_chain),
20286         (gst_alpha_color_change_state), (plugin_init):
20287         Stupid plugin to to RGBA to AYUV conversion because none of
20288         the colorspace plugins can handle that yet.
20289
20290 2004-07-22  Wim Taymans  <wim@fluendo.com>
20291
20292         * examples/seeking/seek.c: (update_scale), (main):
20293         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20294         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
20295         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
20296         (gst_decode_bin_init), (gst_decode_bin_dispose),
20297         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20298         (no_more_pads), (close_link), (type_found),
20299         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20300         (plugin_init):
20301         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20302         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20303         (gst_play_base_bin_dispose), (queue_overrun),
20304         (gen_preroll_element), (remove_prerolls), (unknown_type),
20305         (no_more_pads), (new_stream), (setup_source),
20306         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20307         (play_base_eos), (gst_play_base_bin_change_state),
20308         (gst_play_base_bin_add_element),
20309         (gst_play_base_bin_remove_element),
20310         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20311         (gst_play_base_bin_unlink_stream),
20312         (gst_play_base_bin_get_streaminfo):
20313         * gst/playback/gstplaybin.c: (gen_video_element),
20314         (gen_audio_element):
20315         * gst/playback/gststreaminfo.h:
20316         More playback updates, attempt to fix things after the state change
20317         breakage.
20318
20319 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20320
20321         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
20322         (gst_videoscale_scale_nearest_16bit):
20323           comment algorithm
20324
20325 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20326
20327         * gst/videotestsrc/gstvideotestsrc.c:
20328         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
20329         (gst_videotestsrc_init), (gst_videotestsrc_get),
20330         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
20331         (gst_videotestsrc_get_property):
20332         * gst/videotestsrc/gstvideotestsrc.h:
20333         * gst/videotestsrc/videotestsrc.c:
20334         * gst/videotestsrc/videotestsrc.h:
20335           cleanup and commenting
20336
20337 2004-07-21  Wim Taymans  <wim@fluendo.com>
20338
20339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
20340         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
20341         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
20342         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
20343         (_find_chain_get_unknown_part), (_find_streams_check),
20344         (gst_ogg_demux_push), (gst_ogg_pad_push):
20345         * ext/theora/theoradec.c: (theora_get_formats),
20346         (theora_dec_src_convert), (theora_dec_sink_convert),
20347         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
20348         (theora_dec_chain):
20349         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20350         (vorbis_dec_convert), (vorbis_dec_src_query),
20351         (vorbis_dec_src_event), (vorbis_dec_event):
20352         More seeking fixes, oggdemux now supports seeking to time and
20353         uses the downstream element to convert granulepos to time.
20354         Seeking in theora-only ogg files now works.
20355
20356 2004-07-21  Wim Taymans  <wim@fluendo.com>
20357
20358         * ext/theora/theoradec.c: (gst_theora_dec_init),
20359         (theora_get_formats), (theora_get_event_masks),
20360         (theora_get_query_types), (theora_dec_src_convert),
20361         (theora_dec_sink_convert), (theora_dec_src_query),
20362         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
20363         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20364         (vorbis_get_event_masks), (vorbis_get_query_types),
20365         (gst_vorbis_dec_init), (vorbis_dec_convert),
20366         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
20367         Added query/convert/formats functions to vorbis and theora decoders
20368         so that the outside world can use them too. Fixed seeking on an
20369         ogg/theora/vorbis file by disabling the seeking seeking on the
20370         theora srcpad.
20371
20372 2004-07-21  Julien MOUTTE  <julien@moutte.net>
20373
20374         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20375         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
20376         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
20377         images creation for both elements. We don't create the image on caps
20378         nego or renego, we just destroy the internal one if present if it does
20379         not match the needs. The chain function takes care of creating a new
20380         image when needed.
20381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20382         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
20383         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
20384         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
20385         the image format information. The buffer pool checks for the context
20386         image format and discard images with different formats.
20387         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
20388
20389 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20390
20391         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20392         (gst_ffmpegcolorspace_chain):
20393           no point in doing any chaining if the pad we want to push from
20394           isn't usable.
20395
20396 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20397
20398         * gst-libs/gst/riff/riff-media.c:
20399         (gst_riff_create_audio_caps_with_data):
20400           Fix double end-to-native symbol conversion (#148021).
20401
20402 2004-07-20  David Schleef  <ds@schleef.org>
20403
20404         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
20405         Don't use an Atom that doesn't exist.
20406
20407 2004-07-20  Wim Taymans  <wim@fluendo.com>
20408
20409         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20410         (gst_multifdsink_add), (gst_multifdsink_get_stats),
20411         (gst_multifdsink_client_remove),
20412         (gst_multifdsink_handle_client_write),
20413         (gst_multifdsink_queue_buffer):
20414         * gst/tcp/gstmultifdsink.h:
20415         More multifdsink stats. Avoid deadlock by releasing locks
20416         before sending out a signal.
20417
20418 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20419
20420         * po/LINGUAS:
20421         * po/hu.po:
20422           added Hungarian translation (Laszlo Dvornik)
20423
20424 2004-07-20  Wim Taymans  <wim@fluendo.com>
20425
20426         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20427         (gst_multifdsink_add), (gst_multifdsink_client_remove),
20428         (gst_multifdsink_handle_client_write),
20429         (gst_multifdsink_queue_buffer):
20430         * gst/tcp/gsttcp-marshal.list:
20431         Fixed the stupid marshal definition.
20432
20433 2004-07-20  Wim Taymans  <wim@fluendo.com>
20434
20435         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20436         (gst_multifdsink_init), (gst_multifdsink_add),
20437         (gst_multifdsink_client_remove),
20438         (gst_multifdsink_handle_client_write),
20439         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
20440         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
20441         (gst_multifdsink_init_send):
20442         * gst/tcp/gstmultifdsink.h:
20443         Added more stats, added timeout for a client, fixed some typos
20444         and added some comments.
20445
20446 2004-07-20  Wim Taymans  <wim@fluendo.com>
20447
20448         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20449         (gst_multifdsink_add), (gst_multifdsink_get_stats),
20450         (gst_multifdsink_client_remove),
20451         (gst_multifdsink_handle_client_write):
20452         * gst/tcp/gstmultifdsink.h:
20453         * gst/tcp/gsttcp-marshal.list:
20454         Added get_stats method that returns a GValueArray of
20455         stats values.
20456
20457 2004-07-19  Benjamin Otte  <otte@gnome.org>
20458
20459         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
20460           make sure longname, description and author are valid UTF-8
20461
20462 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20463
20464         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
20465         (gst_ximagesink_set_property):
20466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
20467         (gst_xvimagesink_set_property):
20468           make sure SYNCHRONOUS is respected after getting the X context
20469
20470 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20471
20472         * gst/matroska/matroska-demux.c:
20473         (gst_matroska_demux_handle_src_event),
20474         (gst_matroska_demux_parse_blockgroup):
20475         * gst/matroska/matroska-ids.h:
20476           add BlockReference tag and ignore it to clear out log.
20477           ignore NAVIGATION events to clear out log.
20478
20479 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20480
20481         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
20482         (gst_matroska_demux_add_stream):
20483         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
20484           add debug categories
20485
20486 2004-07-16  Wim Taymans  <wim@fluendo.com>
20487
20488         * ext/libpng/Makefile.am:
20489         * ext/libpng/gstpng.c: (plugin_init):
20490         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
20491         (gst_pngdec_get_type), (gst_pngdec_base_init),
20492         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
20493         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
20494         * ext/libpng/gstpngdec.h:
20495         Added png decoder.
20496
20497 2004-07-16  Julien MOUTTE  <julien@moutte.net>
20498
20499         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
20500         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20501         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
20502         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20503         (gst_ximagesink_buffer_alloc):
20504         * sys/ximage/ximagesink.h:
20505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20506         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
20507         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20508         (gst_xvimagesink_buffer_alloc):
20509         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
20510         again. Using internal data pointer of the x(v)image to store image's
20511         data to be coherent with the buffer alloc mechanism. Investigated the
20512         image destruction code to be sure that everything gets freed correctly.
20513
20514 2004-07-16  Wim Taymans  <wim@fluendo.com>
20515
20516         * gst-libs/gst/riff/riff-read.c:
20517         (gst_riff_read_strf_vids_with_data),
20518         (gst_riff_read_strf_auds_with_data):
20519         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20520         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20521         Make sure we don't create 0 sized subbuffers in riff-read.
20522         Signal the no more pads signal after reading the avi header.
20523
20524 2004-07-16  Wim Taymans  <wim@fluendo.com>
20525
20526         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20527         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
20528         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
20529         (gst_decode_bin_init), (gst_decode_bin_dispose),
20530         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20531         (no_more_pads), (close_link), (type_found),
20532         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20533         (gst_decode_bin_change_state), (plugin_init):
20534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20535         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20536         (gst_play_base_bin_dispose), (queue_overrun),
20537         (gen_preroll_element), (remove_prerolls), (unknown_type),
20538         (no_more_pads), (new_stream), (setup_source),
20539         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20540         (play_base_eos), (gst_play_base_bin_change_state),
20541         (gst_play_base_bin_add_element),
20542         (gst_play_base_bin_remove_element),
20543         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20544         (gst_play_base_bin_unlink_stream),
20545         (gst_play_base_bin_get_streaminfo):
20546         * gst/playback/gstplaybasebin.h:
20547         Better error recovery. Added configurable preroll queue size. Faster
20548         detection of no-more-pads.
20549
20550 2004-07-16  Wim Taymans  <wim@fluendo.com>
20551
20552         * gst-libs/gst/video/video.h:
20553         Added 32 bits RGBA. Not sure if we should use another mime-type
20554         for alpha rgb. Currently the presence of the alpha_mask property
20555         signals an alpha channel.
20556
20557 2004-07-16  Wim Taymans  <wim@fluendo.com>
20558
20559         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20561         FPS seems to be 0.0 to MAX everywhere else.
20562
20563 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20564
20565         * gst-libs/gst/riff/riff-media.c:
20566         (gst_riff_create_video_caps_with_data):
20567           mp42/mp43 (no caps) exist too.
20568         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20569           Set pixel_width/height; we've got them in-caps.
20570         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20571         * gst/wavparse/gstwavparse.c: (plugin_init):
20572           Both are valid primary.
20573         * sys/oss/gstossmixer.c:
20574           Remove i18n hack and enable translations.
20575
20576 2004-07-15  Benjamin Otte  <otte@gnome.org>
20577
20578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20579         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20580           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
20581
20582 2004-07-15  Benjamin Otte  <otte@gnome.org>
20583
20584         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20585         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
20586         (gst_alsa_close_audio):
20587           disable some of the debugging code for now. Writing debugging to a
20588           buffer is broken in current alsalib releases.
20589
20590 2004-07-12  Benjamin Otte  <otte@gnome.org>
20591
20592         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
20593           use bufferpools
20594
20595 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20596
20597         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
20598         (theora_dec_src_query), (theora_dec_event):
20599         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
20600           add debugging categories.  Remove \n's.
20601
20602 2004-07-13  Johan Dahlin  <johan@gnome.org>
20603
20604         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
20605         (gst_play_bin_get_property): Impl.
20606
20607 2004-07-13  Wim Taymans  <wim@fluendo.com>
20608
20609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
20610         When trying to find the stream length, seek back N pages
20611         instead of just one, where N is the number of streams in
20612         the current chain.
20613
20614 2004-07-13  Wim Taymans  <wim@fluendo.com>
20615
20616         * gst-libs/gst/riff/riff-media.c:
20617         (gst_riff_create_audio_caps_with_data),
20618         (gst_riff_create_audio_caps),
20619         (gst_riff_create_audio_template_caps):
20620         * gst-libs/gst/riff/riff-media.h:
20621         * gst-libs/gst/riff/riff-read.c:
20622         (gst_riff_read_strf_vids_with_data),
20623         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
20624         * gst-libs/gst/riff/riff-read.h:
20625         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20626         (gst_avi_demux_add_stream):
20627         Set codec_data on caps for avidemuxer.
20628
20629 2004-07-12  David Schleef  <ds@schleef.org>
20630
20631         * configure.ac: Fix test for Objective C
20632
20633 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
20634         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
20635         (gst_gdk_pixbuf_chain):
20636           Add svg and pcx to template caps, and ensure that getcaps returns a
20637           subset of the template caps.
20638           Copy each row manually for output, as gdkpixbuf may pad the
20639           rowstride to a 32-bit word boundary.
20640
20641 2004-07-12  Wim Taymans  <wim@fluendo.com>
20642
20643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
20644         (gst_riff_create_video_template_caps):
20645         Fix the template caps to include some more media types.
20646
20647 2004-07-12  Wim Taymans  <wim@fluendo.com>
20648
20649         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20650         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20651         (compare_ranks), (print_feature), (gst_decode_bin_init),
20652         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
20653         (try_to_link_1), (new_pad), (close_link), (type_found),
20654         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20655         (gst_decode_bin_change_state), (plugin_init):
20656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20657         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20658         (gst_play_base_bin_dispose), (queue_overrun),
20659         (gen_preroll_element), (remove_prerolls), (no_more_pads),
20660         (new_stream), (setup_source), (gst_play_base_bin_set_property),
20661         (gst_play_base_bin_get_property), (play_base_eos),
20662         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20663         (gst_play_base_bin_remove_element),
20664         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20665         (gst_play_base_bin_unlink_stream),
20666         (gst_play_base_bin_get_streaminfo):
20667         * gst/playback/gstplaybasebin.h:
20668         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20669         (gst_play_bin_class_init), (gst_play_bin_init),
20670         (gst_play_bin_dispose), (gst_play_bin_set_property),
20671         (gst_play_bin_get_property), (gen_video_element),
20672         (gen_audio_element), (remove_sinks), (setup_sinks),
20673         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
20674         (gst_play_bin_send_event), (gst_play_bin_get_formats),
20675         (gst_play_bin_convert), (gst_play_bin_get_query_types),
20676         (gst_play_bin_query), (plugin_init):
20677         * gst/playback/test4.c: (main):
20678         More fixes on reusing of the element.
20679
20680 2004-07-11  Benjamin Otte  <otte@gnome.org>
20681
20682         * ext/mad/gstmad.c: (normal_seek):
20683           allow seeking for other methods than just SET
20684
20685 2004-07-11  Andy Wingo  <wingo@pobox.com>
20686
20687         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
20688         float, "any" caps -> buffer_frames=[0,MAX].
20689
20690         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
20691         doesn't intersect our caps with the template any more. Do it
20692         ourselves.
20693         (interleave_buffered_loop): Use g_newa instead of malloc/free.
20694
20695 2004-07-09  Wim Taymans  <wim@fluendo.com>
20696
20697         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20698         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20699         (compare_ranks), (print_feature), (gst_decode_bin_init),
20700         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
20701         (try_to_link_1), (new_pad), (close_link), (type_found),
20702         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20703         (gst_decode_bin_change_state), (plugin_init):
20704         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20705         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20706         (gst_play_base_bin_dispose), (queue_overrun),
20707         (gen_preroll_element), (remove_prerolls), (no_more_pads),
20708         (new_stream), (setup_source), (gst_play_base_bin_set_property),
20709         (gst_play_base_bin_get_property), (play_base_eos),
20710         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20711         (gst_play_base_bin_remove_element),
20712         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20713         (gst_play_base_bin_unlink_stream),
20714         (gst_play_base_bin_get_streaminfo):
20715         * gst/playback/gstplaybasebin.h:
20716         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20717         (gst_play_bin_class_init), (gst_play_bin_init),
20718         (gst_play_bin_dispose), (gst_play_bin_set_property),
20719         (gst_play_bin_get_property), (gen_video_element),
20720         (gen_audio_element), (remove_sinks), (setup_sinks),
20721         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
20722         (gst_play_bin_send_event), (gst_play_bin_get_formats),
20723         (gst_play_bin_convert), (gst_play_bin_get_query_types),
20724         (gst_play_bin_query), (plugin_init):
20725         * gst/playback/test4.c: (main):
20726         Work on object reuse and seeking.
20727
20728 2004-07-09  Wim Taymans  <wim@fluendo.com>
20729
20730         * examples/seeking/seek.c: (iterate):
20731         Don't consume all CPU in the idle loop.
20732
20733 2004-07-09  Wim Taymans  <wim@fluendo.com>
20734
20735         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
20736         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
20737         Add pad to element *after* setting the pad functions so that
20738         the scheduler can use the correct ones.
20739
20740 2004-07-09  Wim Taymans  <wim@fluendo.com>
20741
20742         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
20743         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
20744         Sync to keyframe after seek
20745
20746 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20747
20748         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20749         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
20750         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
20751         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
20752         * ext/libvisual/visual.c: (gst_visual_change_state):
20753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
20754         * ext/theora/theoradec.c: (theora_dec_change_state):
20755         * ext/theora/theoraenc.c: (theora_enc_change_state):
20756         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
20757         * gst-libs/gst/navigation/navigation.c:
20758         * gst/adder/gstadder.c: (gst_adder_change_state):
20759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20760         (gst_audio_convert_get_buffer):
20761         * gst/multipart/multipartdemux.c:
20762         (gst_multipart_demux_change_state):
20763         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
20764         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20765         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20766         * gst/videoscale/gstvideoscale.c:
20767         (gst_videoscale_handle_src_event):
20768         * gst/volume/gstvolume.c: (volume_chain_int16):
20769           don't assert in state change, this should be done by the base
20770           GstElement class.
20771           various debugging fixes.
20772
20773 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20774
20775         * configure.ac:
20776         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20777         (gst_play_dispose), (gst_play_set_location),
20778         (gst_play_set_data_src), (gst_play_set_video_sink),
20779         (gst_play_set_audio_sink), (gst_play_set_visualization),
20780         (gst_play_connect_visualization), (gst_play_get_sink_element),
20781         (gst_play_get_all_by_interface):
20782         * gst-libs/gst/play/play.h:
20783           add new method to get elements implementing an interface.
20784           add various error logging
20785
20786 2004-07-08  Wim Taymans  <wim@fluendo.com>
20787
20788         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
20789         (make_mpeg_pipeline), (make_mpegnt_pipeline),
20790         (make_playerbin_pipeline), (query_durations_elems),
20791         (query_durations_pads), (query_positions_elems),
20792         (query_positions_pads), (update_scale), (iterate), (stop_seek),
20793         (main):
20794         Added playbin seeking example.
20795
20796 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20797
20798         * gst-libs/gst/play/play.c: (gst_play_set_location),
20799         (gst_play_set_data_src), (gst_play_set_video_sink),
20800         (gst_play_set_audio_sink), (gst_play_set_visualization),
20801         (gst_play_connect_visualization), (gst_play_get_framerate):
20802           use a macro to look up elements from hash table
20803
20804 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20805
20806         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20807         (gst_play_get_length_callback), (gst_play_set_location),
20808         (gst_play_seek_to_time), (gst_play_set_data_src),
20809         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20810         (gst_play_set_visualization), (gst_play_connect_visualization),
20811         (gst_play_get_sink_element):
20812         - add debugging info
20813         - fix looking up sink elements by iterating over complete caps
20814         - put everything except for source and autoplugger in a complete bin
20815
20816 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20817
20818         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
20819         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
20820         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
20821         (gst_alsa_sink_write), (gst_alsa_sink_loop):
20822         * ext/alsa/gstalsasink.h:
20823         - add debugging info
20824         - clean up schizophrenia of data/buffer/event
20825         - fix double event unref error
20826
20827 2004-07-08  Wim Taymans  <wim@fluendo.com>
20828
20829         * gst/playback/Makefile.am:
20830         Add headers to noinst
20831
20832 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20833
20834         * tools/gst-launch-ext-m.m:
20835         * tools/gst-launch-ext.1.in:
20836           convert to the third millenium
20837
20838 2004-07-07  David Schleef  <ds@schleef.org>
20839
20840         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
20841
20842 2004-07-07  Wim Taymans  <wim@fluendo.com>
20843
20844         * gst/playback/Makefile.am:
20845         * gst/playback/README:
20846         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20847         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20848         (compare_ranks), (print_feature), (gst_decode_bin_init),
20849         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
20850         (try_to_link_1), (new_pad), (close_link), (type_found),
20851         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20852         (plugin_init):
20853         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20854         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20855         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
20856         (gen_preroll_element), (no_more_pads), (new_stream),
20857         (setup_source), (gst_play_base_bin_set_property),
20858         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
20859         (gst_play_base_bin_add_element),
20860         (gst_play_base_bin_remove_element),
20861         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20862         (gst_play_base_bin_unlink_stream),
20863         (gst_play_base_bin_get_streaminfo):
20864         * gst/playback/gstplaybasebin.h:
20865         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20866         (gst_play_bin_class_init), (gst_play_bin_init),
20867         (gst_play_bin_dispose), (gst_play_bin_set_property),
20868         (gst_play_bin_get_property), (gen_video_element),
20869         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
20870         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
20871         (gst_play_bin_get_formats), (gst_play_bin_convert),
20872         (gst_play_bin_get_query_types), (gst_play_bin_query),
20873         (plugin_init):
20874         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20875         (gst_stream_info_get_type), (gst_stream_info_class_init),
20876         (gst_stream_info_init), (gst_stream_info_new),
20877         (gst_stream_info_dispose), (gst_stream_info_set_property),
20878         (gst_stream_info_get_property):
20879         * gst/playback/gststreaminfo.h:
20880         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20881         (main):
20882         * gst/playback/test2.c: (main):
20883         * gst/playback/test3.c: (update_scale), (main):
20884         More playbin fixes. Added README. Do better element filtering.
20885         Added base class to preroll media. Added test apps.
20886
20887 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20888
20889         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
20890         * ext/mpeg2dec/gstmpeg2dec.h:
20891           various debugging improvements.  Reset stream to next picture
20892           instead of sequence header, otherwise seeks cannot work.
20893
20894 2004-07-07  Wim Taymans  <wim@fluendo.com>
20895
20896         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
20897         (gst_video_box_class_init), (gst_video_box_set_property),
20898         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
20899         Use pad_alloc where possible.
20900
20901 2004-07-07  Wim Taymans  <wim@fluendo.com>
20902
20903         * sys/oss/gstosselement.c: (gst_osselement_reset),
20904         (gst_osselement_parse_caps):
20905         * sys/oss/gstosselement.h:
20906         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20907         Fix offset on osssrc.
20908
20909 2004-07-07  Wim Taymans  <wim@fluendo.com>
20910
20911         * ext/theora/theora.c: (plugin_init):
20912         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
20913         (theora_dec_src_query), (theora_dec_chain):
20914         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20915         (theora_enc_sink_link), (theora_buffer_from_packet),
20916         (theora_push_packet), (theora_enc_chain):
20917         Fix theora granulepos calculation.
20918         Fix overflow in duration/position calculation.
20919         Bump rank to PRIMARY for theoradec.
20920         Use granulepos of last packet to calculate position.
20921         Set keyframe flag on buffers when needed.
20922
20923 2004-07-06  David Schleef  <ds@schleef.org>
20924
20925         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
20926         serious?  (Fixed, obviously.)
20927
20928 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20929
20930         * po/LINGUAS:
20931         * po/cs.po:
20932           added Czech translation (Miloslav Trmac)
20933
20934 2004-07-05  Wim Taymans  <wim@fluendo.com>
20935
20936         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20937         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20938         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
20939         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20940         (close_link), (type_found), (gst_decode_bin_set_property),
20941         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
20942         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
20943         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
20944         (gst_decode_bin_query), (plugin_init):
20945         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20946         (gst_play_bin_class_init), (gst_play_bin_init),
20947         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
20948         (get_video_element), (new_pad), (setup_source),
20949         (gst_play_bin_set_property), (gst_play_bin_get_property),
20950         (gst_play_bin_change_state), (gst_play_bin_add_element),
20951         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
20952         (gst_play_bin_send_event), (gst_play_bin_get_formats),
20953         (gst_play_bin_convert), (gst_play_bin_get_query_types),
20954         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
20955         * gst/playback/test.c: (main):
20956         More fixes, cleaned up playbin, make it use decodebin. Added
20957         threaded property to playbin.
20958
20959 2004-07-05  Wim Taymans  <wim@fluendo.com>
20960
20961         * configure.ac:
20962         * gst/playback/Makefile.am:
20963         * gst/playback/decodetest.c: (main):
20964         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20965         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20966         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
20967         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20968         (close_link), (type_found), (gst_decode_bin_set_property),
20969         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
20970         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
20971         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
20972         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
20973         (plugin_init):
20974         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20975         (gst_play_bin_class_init), (gst_play_bin_init),
20976         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
20977         (collect_sink_pads), (find_compatibles), (close_pad_link),
20978         (try_to_link_1), (new_pad), (close_link), (type_found),
20979         (setup_source), (gst_play_bin_set_property),
20980         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
20981         (compare_ranks), (gst_play_bin_collect_factories),
20982         (gst_play_bin_change_state), (gst_play_bin_add_element),
20983         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
20984         (gst_play_bin_send_event), (gst_play_bin_get_formats),
20985         (gst_play_bin_convert), (gst_play_bin_get_query_types),
20986         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
20987         * gst/playback/test.c: (main):
20988         Added some playback helper elements and some test apps, very alpha
20989         still.
20990
20991 2004-07-04  Benjamin Otte  <otte@gnome.org>
20992
20993         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
20994           only restart audio when we indeed have an xrun to fix repeated
20995           xruns. Fix suggested by Giuliano Pochini.
20996
20997 2004-07-03  David Schleef  <ds@schleef.org>
20998
20999         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
21000         call to gst_debug_log() if debugging is disabled (bug #145118)
21001
21002 2004-07-03  Benjamin Otte  <otte@gnome.org>
21003
21004         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
21005           use our own functions for restarting the alsa device.
21006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21007           I should apply patches myself - use MIN for the third argument, not
21008           the second, this fixes seeking
21009
21010 2004-07-02  David Schleef  <ds@schleef.org>
21011
21012         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
21013         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
21014         do with the logic.
21015
21016 2004-07-02  David Schleef  <ds@schleef.org>
21017
21018         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
21019         output buffers.  Fix logic mistake.  (bug #144866)
21020
21021 2004-07-02  David Schleef  <ds@schleef.org>
21022
21023         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
21024         on X.  (bug #144753)
21025
21026 2004-07-02  David Schleef  <ds@schleef.org>
21027
21028         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
21029         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
21030         (bug #144624)
21031         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21032         (gst_osselement_rate_probe_check): Add another workaround for
21033         buggy drivers (bug #145336)
21034
21035 2004-07-02  David Schleef  <ds@schleef.org>
21036
21037         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
21038         Most systems don't have MSG_NOSIGNAL.
21039
21040 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21041
21042         * Makefile.am:
21043         * gst-libs/gst/colorbalance/Makefile.am:
21044         * gst-libs/gst/mixer/Makefile.am:
21045         * gst-libs/gst/play/Makefile.am:
21046         * gst-libs/gst/tuner/Makefile.am:
21047           (hopefully) fix both install and dist and make error message useful.
21048           needs testing across automakes.
21049
21050 2004-07-02  Benjamin Otte  <otte@gnome.org>
21051
21052         * ext/ogg/gstogg.c: (plugin_init):
21053           we require bytestream now
21054         * ext/ogg/gstoggdemux.c:
21055           huge diff to implement chain setup in a fast and generic way. This
21056           improves tag reading and startup of huge files (read: Theora videos)
21057           quite a bit. It probably contains bugs, too, so please test.
21058           Seeking is not improved to the fast method.
21059
21060 2004-06-29  Wim Taymans  <wim@fluendo.com>
21061
21062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21063         * ext/ogg/gstoggmux.c:
21064         Fix memleak in oggdemux when running unconnected pads.
21065         doc update in mux, start working on keyframe mode.
21066
21067 2004-06-29  Benjamin Otte  <otte@gnome.org>
21068
21069         * sys/oss/gstosssink.c:
21070         * sys/oss/gstosssrc.c:
21071           advertise correct template caps - we indeed do non-native endianness
21072           and 8bit audio has no endianness
21073         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
21074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
21075           avoid (wrong) duplications in getcaps function and return
21076           template caps
21077
21078 2004-06-29  Wim Taymans  <wim@fluendo.com>
21079
21080         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
21081         (gst_multifdsink_class_init), (gst_multifdsink_add),
21082         (gst_multifdsink_remove), (gst_multifdsink_clear),
21083         (gst_multifdsink_client_remove),
21084         (gst_multifdsink_handle_client_read),
21085         (gst_multifdsink_client_queue_data),
21086         (gst_multifdsink_client_queue_caps),
21087         (gst_multifdsink_client_queue_buffer),
21088         (gst_multifdsink_handle_client_write),
21089         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21090         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
21091         (gst_multifdsink_init_send), (gst_multifdsink_close):
21092         Fix wrong GList iteration that could crash the server when
21093         more then 2 clients disconnect at the same time. Read all the
21094         pending commands in one batch to recover from command storms under
21095         very heavy load.
21096
21097 2004-06-28  Wim Taymans  <wim@fluendo.com>
21098
21099         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21100         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
21101         (gst_videomixer_pad_set_property),
21102         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
21103         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
21104         (gst_videomixer_class_init), (gst_videomixer_init),
21105         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
21106         (pad_zorder_compare), (gst_videomixer_sort_pads),
21107         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21108         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
21109         (gst_videomixer_update_queues), (gst_videomixer_loop),
21110         (plugin_init):
21111         Avoid divide by zero, choose masterpad as the pad with the highest
21112         framerate.
21113
21114 2004-06-27  Julien Moutte  <julien@moutte.net>
21115
21116         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
21117         (gst_ximagesink_xwindow_new):
21118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
21119         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
21120         function directly. We might want to call it from somewhere else one day.
21121
21122 2004-06-27  Julien Moutte  <julien@moutte.net>
21123
21124         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
21125         (gst_ximagesink_xwindow_new):
21126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
21127         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
21128         window decorations.
21129
21130 2004-06-27  Wim Taymans  <wim@fluendo.com>
21131
21132         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
21133         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
21134         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
21135         (gst_dvdec_set_property), (gst_dvdec_get_property):
21136         * ext/dv/gstdvdec.h:
21137         Implement drop_factor property to lower the framerate with
21138         a factor.
21139
21140 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21141
21142         * gst-libs/gst/colorbalance/Makefile.am:
21143         * gst-libs/gst/mixer/Makefile.am:
21144         * gst-libs/gst/play/Makefile.am:
21145         * gst-libs/gst/tuner/Makefile.am:
21146           unbreak Company's fix that didn't install the -enum.h files
21147
21148 2004-06-27  Wim Taymans  <wim@fluendo.com>
21149
21150         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
21151         (gst_dvdec_change_state):
21152         * ext/dv/gstdvdec.h:
21153         Fix timestamp, duration and offset of the buffers.
21154
21155 2004-06-27  Wim Taymans  <wim@fluendo.com>
21156
21157         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
21158         (gst_multifdsink_class_init), (gst_multifdsink_add),
21159         (gst_multifdsink_remove), (gst_multifdsink_clear),
21160         (gst_multifdsink_client_remove),
21161         (gst_multifdsink_handle_client_read),
21162         (gst_multifdsink_client_queue_data),
21163         (gst_multifdsink_client_queue_caps),
21164         (gst_multifdsink_client_queue_buffer),
21165         (gst_multifdsink_handle_client_write),
21166         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21167         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
21168         (gst_multifdsink_init_send), (gst_multifdsink_close):
21169         * gst/tcp/gstmultifdsink.h:
21170         * gst/tcp/gsttcpserversink.c:
21171         (gst_tcpserversink_handle_server_read),
21172         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
21173         More multifdsink fixes, more recovery policy fixes.
21174         Removed stupid g_print
21175
21176 2004-06-26  Wim Taymans  <wim@fluendo.com>
21177
21178         * gst/tcp/Makefile.am:
21179         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
21180         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
21181         (gst_multifdsink_class_init), (gst_multifdsink_init),
21182         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
21183         (gst_multifdsink_handle_client_read),
21184         (gst_multifdsink_client_queue_data),
21185         (gst_multifdsink_client_queue_caps),
21186         (gst_multifdsink_client_queue_buffer),
21187         (gst_multifdsink_handle_client_write),
21188         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21189         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
21190         (gst_multifdsink_chain), (gst_multifdsink_set_property),
21191         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21192         (gst_multifdsink_close), (gst_multifdsink_change_state):
21193         * gst/tcp/gstmultifdsink.h:
21194         * gst/tcp/gsttcpplugin.c: (plugin_init):
21195         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
21196         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
21197         (gst_tcpserversink_handle_server_read),
21198         (gst_tcpserversink_handle_select),
21199         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
21200         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
21201         * gst/tcp/gsttcpserversink.h:
21202         Added multifdsink, made tcpserversink a subclass of fdsink, removed
21203         one of the locks, added recovery policy to multifdsink.
21204
21205 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21206
21207         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
21208           fix decision for when getting frames with same timestamp
21209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21210         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
21211         (gst_v4lsrc_get_property):
21212         * sys/v4l/gstv4lsrc.h:
21213           add latency offset property
21214
21215 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21216
21217         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
21218         (plugin_init):
21219           fix debugging. add category.
21220
21221 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21222
21223         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21224           fix wrong offsets
21225
21226 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21227
21228         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
21229         (gst_alsa_src_get_time), (gst_alsa_src_loop),
21230         (gst_alsa_src_change_state):
21231           return a time that is in sync with the element's processing
21232
21233 2004-06-25  Wim Taymans  <wim@fluendo.com>
21234
21235         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21236         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21237         (gst_tcpserversink_client_remove),
21238         (gst_tcpserversink_handle_client_read),
21239         (gst_tcpserversink_client_queue_data),
21240         (gst_tcpserversink_client_queue_caps),
21241         (gst_tcpserversink_client_queue_buffer),
21242         (gst_tcpserversink_handle_client_write),
21243         (gst_tcpserversink_queue_buffer),
21244         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
21245         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
21246         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
21247         (gst_tcpserversink_close):
21248         * gst/tcp/gsttcpserversink.h:
21249         Serversink rewrite. Really do non blocking writes to clients and
21250         maintain an internal queue to handle slower clients while not
21251         disturbing fast clients.
21252
21253 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21254
21255         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21256           better debug, don't override OFFSET and OFFSET_END
21257
21258 2004-06-25  Iain <iain@prettypeople.org>
21259
21260         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
21261         name=source for the wavparse pipeline.
21262
21263 2004-06-24  Johan Dahlin  <johan@gnome.org>
21264
21265         * ext/theora/theoraenc.c (theora_enc_chain): Call
21266         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
21267         streamheader caps are set correctly.
21268
21269 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21270
21271         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
21272         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
21273           respect minimum bitrate; same could be done for max bitrate
21274
21275 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21276
21277         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
21278         (gst_vorbisenc_setup):
21279           fix sample rate range
21280
21281 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21282
21283         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
21284         (gst_oggvorbisenc_setup):
21285         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
21286         (gst_vorbisenc_setup):
21287           resolve ambiguities in code and description
21288
21289 2004-06-24  Wim Taymans  <wim@fluendo.com>
21290
21291         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
21292         * ext/alsa/gstalsa.h:
21293         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
21294         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
21295         Use alsa trigger_tstamp to get the timestamp of the first
21296         sample in the buffer for more precise sync. Some cleanups.
21297
21298 2004-06-24  Wim Taymans  <wim@fluendo.com>
21299
21300         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
21301         (gst_audiorate_init), (gst_audiorate_chain),
21302         (gst_audiorate_set_property), (gst_audiorate_get_property):
21303         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
21304         (gst_videorate_chain):
21305         Added some logging, fixed an overflow bug in videorate.
21306
21307 2004-06-24  Benjamin Otte  <otte@gnome.org>
21308
21309         * ext/kio/Makefile.am:
21310           fix for builddir != srcdir and distcheck
21311
21312 2004-06-24  Benjamin Otte  <otte@gnome.org>
21313
21314         * gst-libs/gst/colorbalance/Makefile.am:
21315         * gst-libs/gst/mixer/Makefile.am:
21316         * gst-libs/gst/play/Makefile.am:
21317         * gst-libs/gst/tuner/Makefile.am:
21318         * gst/tcp/Makefile.am:
21319         * sys/dxr3/Makefile.am:
21320           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
21321           tarball.
21322           Also add all *.list files that were missing.
21323         * Makefile.am:
21324           add a distcheck hook to ensure the above doesn't happen again.
21325
21326 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
21327
21328         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
21329
21330 2004-06-23  Colin Walters  <walters@redhat.com>
21331
21332         * m4/Makefile.am: Distribute gst-fionread.m4.
21333
21334 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21335
21336         * configure.ac: back to dev
21337
21338 2004-06-23  Wim Taymans  <wim@fluendo.com>
21339
21340         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21341         (gst_alsa_xrun_recovery):
21342         * ext/alsa/gstalsa.h:
21343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21344         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
21345         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
21346         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
21347         (gst_alsa_src_loop):
21348         Add clock to alsasrc. Take new capture timestamp when
21349         restarting after an overrun. Split up some functions between
21350         alsasrc and alsasink.
21351
21352 === release 0.8.2 ===
21353
21354 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21355
21356         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
21357         (gst_alsa_change_state), (gst_alsa_update_avail),
21358         (gst_alsa_xrun_recovery):
21359         * ext/alsa/gstalsa.h:
21360         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21361           merge back changes from release
21362
21363 2004-06-23  Wim Taymans  <wim@fluendo.com>
21364
21365         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
21366         (gst_audiorate_init), (gst_audiorate_chain),
21367         (gst_audiorate_set_property), (gst_audiorate_get_property):
21368         Implement sample dropping and notify
21369
21370 2004-06-22  Wim Taymans  <wim@fluendo.com>
21371
21372         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21373         (theora_enc_sink_link), (theora_buffer_from_packet),
21374         (theora_push_packet), (theora_enc_chain):
21375         Some cleanups, make sure the timestamps are correct.
21376
21377 2004-06-22  Wim Taymans  <wim@fluendo.com>
21378
21379         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
21380         (gst_alsa_change_state), (gst_alsa_update_avail),
21381         (gst_alsa_xrun_recovery):
21382         * ext/alsa/gstalsa.h:
21383         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21384         Cleanups, take queued samples into account when reporting
21385         the time.
21386
21387 2004-06-22  Wim Taymans  <wim@fluendo.com>
21388
21389         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
21390         (gst_videorate_init):
21391         Initialize the property as well.
21392
21393 2004-06-22  Wim Taymans  <wim@fluendo.com>
21394
21395         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
21396         (gst_videorate_init), (gst_videorate_chain),
21397         (gst_videorate_set_property), (gst_videorate_get_property):
21398         Add property to make videorate silent.
21399         Add property to prefer new frames over old ones.
21400
21401 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21402
21403         * sys/osxvideo/Makefile.am:
21404         Workaround so that the osxvideo .so file gets linked with the
21405         Cocoa, OpenGL and QuickTime frameworks
21406
21407 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21408
21409         * sys/osxaudio/Makefile.am:
21410         Workaround so that the osxaudio .so file gets linked with the
21411         CoreAudio framework
21412
21413 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21414
21415         * configure.ac:
21416         Whoops, my fault...fixed build issues
21417
21418 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21419
21420         * configure.ac:
21421         Add objective-c support if running in Darwin/Mac OS X
21422         * sys/Makefile.am:
21423         * sys/osxvideo:
21424         * sys/osxvideo/Makefile.am:
21425         * sys/osxvideo/osxvideosink.h:
21426         * sys/osxvideo/osxvideosink.m:
21427         * sys/osxvideo/cocoawindow.h:
21428         * sys/osxvideo/cocoawindow.m:
21429         Add osxvideosink, a cocoa-based osx video sink
21430
21431
21432 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
21433         * ext/dvdnav/gst-dvd:
21434         Grab the gconf key from the right spot
21435         * gst/debug/gstnavseek.c: (gst_navseek_init),
21436         (gst_navseek_segseek), (gst_navseek_handle_src_event),
21437         (gst_navseek_chain):
21438         * gst/debug/gstnavseek.h:
21439           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
21440           and loop parameters of a segment seek.
21441         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
21442         (gst_videotestsrc_get_event_masks),
21443         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21444         * gst/videotestsrc/gstvideotestsrc.h:
21445           Add seeking support to videotestsrc
21446           Initialise the timestamp_offset variable.
21447
21448 2004-06-18  Wim Taymans  <wim@fluendo.com>
21449
21450         * ext/sidplay/gstsiddec.cc:
21451         Fix negotiation and set correct end offset.
21452
21453 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21454
21455         * configure.ac: branch and prerelease
21456
21457 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21458
21459         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21460         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
21461         (gst_tcpclientsrc_init_receive):
21462         * gst/tcp/gsttcpclientsrc.h:
21463           read caps when connecting to server for GDP so we set them correctly
21464
21465 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21466
21467         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
21468           notify drops and duplicates
21469         * gst/videoscale/videoscale.c: (videoscale_get_structure):
21470           no good reason to limit ourselves to 100x100
21471
21472 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21473
21474         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21475         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
21476         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
21477         (gst_v4lsrc_get_property):
21478         * sys/v4l/gstv4lsrc.h:
21479         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
21480         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
21481         (gst_v4l_set_audio):
21482         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
21483         (gst_v4lsrc_try_capture):
21484         * sys/v4l/v4lsrc_calls.h:
21485           change try_palette to more general try_capture
21486           add autoprobe option so we can turn off autoprobing
21487           various fixes
21488
21489 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21490
21491         * configure.ac:
21492           add videorate
21493         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
21494         (gst_ximagesink_class_init):
21495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
21496         (gst_xvimagesink_class_init):
21497           run them as finalize, not dispose, since dispose can be invoked
21498           multiple times
21499
21500 2004-06-17  Wim Taymans  <wim@fluendo.com>
21501
21502         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
21503         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
21504         * ext/alsa/gstalsa.h:
21505         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
21506         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
21507         (gst_alsa_src_change_state):
21508         * ext/alsa/gstalsasrc.h:
21509         Make the xrun code timestamp and offset the buffers correctly.
21510         moved the clock to the base class, use alsa methods to get time.
21511         Do correct timestamping on outgoing buffers.
21512
21513 2004-06-17  Wim Taymans  <wim@fluendo.com>
21514
21515         * gst/audiorate/Makefile.am:
21516         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
21517         (gst_audiorate_base_init), (gst_audiorate_class_init),
21518         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
21519         (gst_audiorate_set_property), (gst_audiorate_get_property),
21520         (gst_audiorate_change_state), (plugin_init):
21521         Added an audiorate converter that fills in gaps.
21522
21523 2004-06-17  Johan Dahlin  <johan@gnome.org>
21524
21525         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
21526
21527 2004-06-16  Wim Taymans  <wim@fluendo.com>
21528
21529         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
21530         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
21531         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
21532         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
21533         (gst_v4lsrc_get_property):
21534         * sys/v4l/gstv4lsrc.h:
21535         Added a copy mode to v4lsrc where it will output a copied version
21536         of its internal hardware buffer.
21537         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
21538         can't | them.
21539
21540 2004-06-16  Wim Taymans  <wim@fluendo.com>
21541
21542         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21543         Timestamp fixes.
21544
21545 2004-06-16  Wim Taymans  <wim@fluendo.com>
21546
21547         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
21548         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
21549         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
21550         (gst_v4lsrc_get_property):
21551         * sys/v4l/gstv4lsrc.h:
21552         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
21553         Added a sync mode enum property to control v4lsrc timestamp method
21554         Removed the use-fixed-fps property and moved functionality in
21555         the enum.
21556         Don't error on an error value from v4l-conf, it might not always
21557         be a real error.
21558
21559 2004-06-16  Wim Taymans  <wim@fluendo.com>
21560
21561         * gst/videorate/Makefile.am:
21562         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
21563         (gst_videorate_base_init), (gst_videorate_class_init),
21564         (gst_videorate_getcaps), (gst_videorate_link),
21565         (gst_videorate_init), (gst_videorate_chain),
21566         (gst_videorate_set_property), (gst_videorate_get_property),
21567         (gst_videorate_change_state), (plugin_init):
21568         Added a video timestamp corrector.
21569
21570 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21571
21572         fixed a potential leak with previous commit
21573
21574         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
21575
21576 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21577
21578         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
21579         Added missing refcount, fixes bug #144425
21580         Cheers Tim for finding the bug
21581
21582 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21583
21584         * sys/v4l/gstv4l.c: (plugin_init):
21585         * sys/v4l/gstv4lcolorbalance.c:
21586         * sys/v4l/gstv4lcolorbalance.h:
21587         * sys/v4l/gstv4lelement.c:
21588         * sys/v4l/gstv4lelement.h:
21589         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21590         * sys/v4l/gstv4lmjpegsink.h:
21591         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21592         * sys/v4l/gstv4lmjpegsrc.h:
21593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
21594         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
21595         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
21596         * sys/v4l/gstv4lsrc.h:
21597         * sys/v4l/gstv4ltuner.c:
21598         * sys/v4l/gstv4ltuner.h:
21599         * sys/v4l/gstv4lxoverlay.c:
21600         * sys/v4l/gstv4lxoverlay.h:
21601         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21602         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21603         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
21604         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
21605         (gst_v4l_set_audio):
21606         * sys/v4l/v4l_calls.h:
21607         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21608         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
21609         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
21610         (gst_v4lmjpegsink_playback_init),
21611         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
21612         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
21613         (gst_v4lmjpegsink_playback_stop),
21614         (gst_v4lmjpegsink_playback_deinit):
21615         * sys/v4l/v4lmjpegsink_calls.h:
21616         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
21617         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
21618         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21619         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
21620         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
21621         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
21622         * sys/v4l/v4lmjpegsrc_calls.h:
21623         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21624         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
21625         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
21626         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
21627         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
21628         (gst_v4lsrc_try_palette):
21629         * sys/v4l/v4lsrc_calls.h:
21630           bunch of paranoia cleanups
21631
21632 2004-06-14  David Schleef  <ds@schleef.org>
21633
21634         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
21635         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
21636         Send discont events and change timestamps appropriately when
21637         we get a seek event.  (bug #144240)
21638         * ext/cdparanoia/gstcdparanoia.h:
21639
21640 2004-06-14  Benjamin Otte  <otte@gnome.org>
21641
21642         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
21643           snd_pcm_hw_params_set_rate  since the latter fails for no good
21644           reason on some setups.
21645
21646 2004-06-14  David Schleef  <ds@schleef.org>
21647
21648         * gst/volume/demo.c: (value_changed_callback): exp10() is not
21649         standard.  Thank you for playing.
21650
21651 2004-06-14  Wim Taymans  <wim@fluendo.com>
21652
21653         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
21654         Patch 1.3 broke the ordering of the colorspace info and
21655         made the plugin basically work by coincidence, reordered
21656         the info.
21657
21658 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21659
21660         * ext/lame/gstlame.c:
21661         * ext/mad/gstmad.c:
21662           sync caps.  Make sure mad can only output a list of rates, not
21663           a full range.  In the future, have three caps lists for each of the
21664           mpeg versions.  Change mpegversion to a double as well.
21665
21666 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21667
21668         * gst/volume/.cvsignore:
21669         * gst/volume/Makefile.am:
21670         * gst/volume/demo.c: (value_changed_callback), (idler),
21671         (setup_gui), (main):
21672           added small demo app
21673
21674 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
21675         * ext/esd/esdsink.c: (gst_esdsink_change_state):
21676         * ext/esd/esdsink.h:
21677         Close the esd connection on pause, because esd will just wait -
21678         blocking all other esd clients indefinitely.
21679
21680 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
21681
21682         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
21683           previous commit with GST_DEBUG
21684
21685 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21686
21687         * configure.ac:
21688           add a header check for a dvdread header in dvdnav.  Fixes #133002
21689
21690 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21691
21692         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21693         * gst/tcp/gsttcpclientsink.h:
21694         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21695         * gst/tcp/gsttcpclientsrc.h:
21696         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
21697         (gst_tcpserversink_handle_server_read),
21698         (gst_tcpserversink_init_send):
21699         * gst/tcp/gsttcpserversink.h:
21700         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
21701         * gst/tcp/gsttcpserversrc.h:
21702         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
21703         version of IP)
21704
21705 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21706
21707         * configure.ac:
21708         Added ogg library so that OSX detects libtheora properly
21709
21710 2004-06-11  Wim Taymans  <wim@fluendo.com>
21711
21712         * ext/theora/theoradec.c: (theora_dec_chain),
21713         (theora_dec_change_state):
21714         Don't try to decode frames before we received a keyframe.
21715
21716 2004-06-11  Wim Taymans  <wim@fluendo.com>
21717
21718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21719         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
21720         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
21721         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
21722         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
21723         Added property to set the maximum delay of a page.
21724
21725 2004-06-10  Wim Taymans  <wim@fluendo.com>
21726
21727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21728         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
21729         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
21730         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
21731         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
21732         Added max-delay property to control the maximum amount
21733         of data to put in one page.
21734
21735 2004-06-10  Wim Taymans  <wim@fluendo.com>
21736
21737         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21738         (gst_theora_enc_init), (theora_enc_sink_link),
21739         (theora_buffer_from_packet), (theora_enc_set_property),
21740         (theora_enc_get_property):
21741         Set duration on encoded buffer, added some more properties
21742
21743 2004-06-10  Wim Taymans  <wim@fluendo.com>
21744
21745         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21746         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
21747         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21748         * ext/theora/theoraenc.c: (theora_enc_chain):
21749         Fix refcounting bugs
21750
21751 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21752
21753         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
21754         (gst_asf_demux_loop), (gst_asf_demux_process_file),
21755         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
21756         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
21757         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
21758         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
21759         (gst_asf_demux_change_state):
21760         * gst/asfdemux/gstasfdemux.h:
21761           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
21762           feels like. I think we should set a new requirement for demuxers
21763           from now on to implement sane loop functions, data loops, query
21764           and seek functions before first commit into CVS. And this commit
21765           fixes all of the above.
21766
21767 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
21768
21769         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
21770           vorbis comments are properly encoded in UTF-8 before adding them
21771           to a GstTagList
21772
21773 2004-06-09  Benjamin Otte  <otte@gnome.org>
21774
21775         * ext/alsa/gstalsa.c: (add_channels):
21776           handle min <= max correctly
21777         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
21778         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
21779           add fixation functions so we fixate correctly. No preferring of alaw
21780           anymore because it's the first structure.
21781         * ext/alsa/gstalsa.h:
21782         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
21783         (gst_alsa_hw_params_dump):
21784           add functions to ease debugging in alsalib
21785         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
21786         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
21787         (gst_alsa_start_audio):
21788           only specify hw params if we really setup a format (fixes #134007 -
21789           or at least works around it)
21790
21791 2004-06-09  Wim Taymans  <wim@fluendo.com>
21792
21793         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21794         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
21795         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
21796         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
21797         (gst_ogg_mux_loop):
21798         Use stream caps to setup the initial pages in the ogg stream.
21799         Correctly set the streamheader caps on the srcpad.
21800
21801 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21802
21803         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
21804         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
21805         (gst_v4lsrc_getcaps):
21806         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
21807         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
21808           add querying of fps lists for webcams.  Negotiating to a framerate
21809           now works.
21810
21811 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21812
21813         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21814         (theora_push_buffer), (theora_push_packet),
21815         (theora_set_header_on_caps), (theora_enc_chain):
21816           mark buffers and put on streamheader, raw theora streaming
21817           now works too, whee
21818
21819 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21820
21821         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
21822         (gst_tcp_gdp_read_caps):
21823           do a looping read for caps and GDP headers too
21824
21825 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21826
21827         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21828         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
21829           return EOS instead of NULL in _get
21830
21831 2004-06-08  Wim Taymans  <wim@fluendo.com>
21832
21833         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
21834         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
21835         (gst_tcp_gdp_write_caps):
21836         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21837         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
21838         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
21839         Memory leak fixes
21840
21841 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21842
21843         * ext/vorbis/Makefile.am:
21844         * ext/vorbis/vorbis.c: (plugin_init):
21845         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
21846         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
21847         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
21848         (vorbis_parse_change_state):
21849         * ext/vorbis/vorbisparse.h:
21850           adding a vorbisparse element that marks the buffers, streaming
21851           raw vorbis using GDP now works, whee
21852
21853 2004-06-08  Wim Taymans  <wim@fluendo.com>
21854
21855         * ext/jpeg/Makefile.am:
21856         * ext/jpeg/README:
21857         * ext/jpeg/gstjpeg.c: (plugin_init):
21858         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
21859         (gst_smokedec_base_init), (gst_smokedec_class_init),
21860         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
21861         * ext/jpeg/gstsmokedec.h:
21862         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
21863         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
21864         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
21865         (gst_smokeenc_resync), (gst_smokeenc_chain),
21866         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
21867         * ext/jpeg/gstsmokeenc.h:
21868         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
21869         (smokecodec_flush_destination), (smokecodec_term_destination),
21870         (smokecodec_init_source), (smokecodec_fill_input_buffer),
21871         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
21872         (smokecodec_term_source), (smokecodec_encode_new),
21873         (smokecodec_decode_new), (smokecodec_info_free),
21874         (smokecodec_set_quality), (smokecodec_get_quality),
21875         (smokecodec_set_threshold), (smokecodec_get_threshold),
21876         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
21877         (find_best_size), (abs_diff), (put), (smokecodec_encode),
21878         (smokecodec_parse_header), (smokecodec_decode):
21879         * ext/jpeg/smokecodec.h:
21880         Added a new simple jpeg based codec
21881
21882 2004-06-08  Wim Taymans  <wim@fluendo.com>
21883
21884         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21885         (gst_multipart_mux_loop):
21886         Fix memory leak
21887
21888 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21889
21890         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21891         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
21892         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
21893         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
21894         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
21895         * gst/tcp/gsttcpserversink.h:
21896           take streamheader into account
21897
21898 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21899
21900         * gst/level/Makefile.am:
21901         * gst/level/gstlevel.c: (gst_level_class_init):
21902           clean up marshal generation
21903
21904 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21905
21906         * gst/tcp/Makefile.am:
21907         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
21908         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
21909         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
21910         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21911         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
21912         (gst_tcpclientsrc_get_property):
21913         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21914         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21915         (gst_tcpserversink_handle_client_read),
21916         (gst_tcpserversink_handle_client_write),
21917         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
21918         * gst/tcp/gsttcpserversink.h:
21919           add signals client-added and client-removed
21920         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21921         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
21922         (gst_tcpserversrc_get_property):
21923         uniformized, change default protocol to NONE
21924         * gst/tcp/gsttcp-marshal.list: added
21925 2004-06-07  Benjamin Otte  <otte@gnome.org>
21926
21927         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21928           handle discont events if they happen before caps nego
21929
21930 2004-06-07  Wim Taymans  <wim@fluendo.com>
21931
21932         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
21933         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
21934         (gst_multipart_demux_plugin_init):
21935         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21936         (gst_multipart_mux_init), (gst_multipart_mux_loop),
21937         (gst_multipart_mux_change_state):
21938         Small updates, fix a memleak
21939
21940 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21941
21942         * configure.ac: OSS portability
21943         * ext/arts/gst_arts.c: idem
21944         * sys/oss/gstosselement.c: idem
21945         * sys/oss/gstossmixer.c: idem
21946         * sys/oss/gstosssink.c: idem
21947         * sys/oss/gstosssrc.c: idem
21948         * sys/oss/oss_probe.c: idem
21949           - check for soundcard.h in different places for some BSD
21950
21951 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
21952
21953         * AUTHORS:
21954         Add me to the authors file
21955         * configure.ac:
21956         Increase the libdv requirement to >= version 0.100
21957         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21958         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
21959         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
21960         * ext/dv/gstdvdec.h:
21961         Add support for the new_media flag when sending DISCONT events
21962         Make the querying work when video pad is not linked
21963
21964 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
21965
21966         reviewed by Benjamin Otte  <otte@gnome.org>
21967
21968         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
21969           create a NULL-initialized array of pads, so we don't think they
21970           exist already. (fixes #143130)
21971
21972 2004-06-07  Benjamin Otte  <otte@gnome.org>
21973
21974         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
21975         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
21976         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
21977           don't use // coments
21978
21979 2004-06-07  Benjamin Otte  <otte@gnome.org>
21980
21981         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
21982           cast to GstClockTime to get higher granularity
21983         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21984           use gst_element_set_time_delay to get the exact time
21985         * ext/mad/gstmad.c: (gst_mad_chain):
21986           use the negotiated rate instead of the current frame's rate which
21987           might be wrong because of bit errors. This avoids emitting totally
21988           bogus timestamps and screwing sync.
21989         (fixes #143454)
21990
21991 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
21992
21993         reviewed by Benjamin Otte  <otte@gnome.org>
21994
21995         * gst/adder/gstadder.c: (gst_adder_loop):
21996           properly error out when no negotiation has happened yet. (fixes
21997           #143032)
21998
21999 2004-06-06  Benjamin Otte  <otte@gnome.org>
22000
22001         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
22002           forward correctly transformed offset in discont events. Based on
22003           patch by Arwed v. Merkatz. (fixes #142851)
22004
22005 2004-06-06  David Schleef  <ds@schleef.org>
22006
22007         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
22008         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
22009         problems on several systems.
22010
22011 2004-06-06  Benjamin Otte  <otte@gnome.org>
22012
22013         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22014           use explicit caps on the srcpad
22015         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22016           properly error out if caps couldn't be set (fixes #142764)
22017
22018 2004-06-06  Benjamin Otte  <otte@gnome.org>
22019
22020         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
22021         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
22022         (gst_alsa_start_audio):
22023           - don't call set_periods_integer anymore, it breaks the
22024           configuration randomly
22025           - call snd_pcm_hw_params_set_access directly instead of using masks
22026           - don't fail if the sw_params can't be set, just use the default
22027           params and hope it works. Alsalib has weird issues when you touch
22028           sw_params and does no proper error reporting about what failed.
22029         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22030         (gst_alsa_close_audio):
22031           make our alsa debugging go via gst debugging and not conditionally
22032           defined
22033         * ext/alsa/gstalsa.h:
22034           add ALSA_DEBUG_FLUSH macro
22035         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
22036         (plugin_init):
22037           wrap alsa errors to be printed via the gst debugging system and not
22038           spammed to stderr
22039
22040 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22041
22042         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
22043         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
22044         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
22045         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
22046         (qtdemux_parse_trak):
22047         * gst/qtdemux/qtdemux.h:
22048           Bitch. Also known as seeking, querying & co.
22049         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22050         (gst_osssink_change_state):
22051         * sys/oss/gstosssink.h:
22052           Resyncing is for weenies, this hack is no longer needed and was
22053           broken anyway (since it - unintendedly - always leaves resync to
22054           TRUE).
22055
22056 2004-06-05  Andrew Turner <zxombie@hotpop.com>
22057
22058         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
22059         * gst/tcp/gsttcpclientsrc.h: idem
22060           - define MSG_NOSIGNAL if not done
22061           - include unistd.h for off_t
22062           (fixes #143749)
22063
22064 2004-06-05  Benjamin Otte  <otte@gnome.org>
22065
22066         * configure.ac:
22067         * ext/kio/Makefile.am:
22068           check for qt's moc preprocessor explicitly and use it
22069
22070 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22071
22072         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
22073           don't get a signal for EPIPE on socket writes
22074           (somebody check if this works on other platforms)
22075
22076 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22077
22078         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
22079         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22080           check error condition on available samples correctly
22081
22082 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22083
22084         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
22085           avoid a segfault
22086         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
22087         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
22088         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
22089         (gst_tcpserversrc_gdp_read_header):
22090          use ssize_t over size_t since the former is signed and thus the
22091          check for error codes can work
22092
22093 2004-06-02  Wim Taymans  <wim@fluendo.com>
22094
22095         reviewed by: Johan
22096
22097         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
22098         (gst_multipart_mux_loop):
22099         Oops
22100
22101 2004-06-02  Wim Taymans  <wim@fluendo.com>
22102
22103         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
22104         (gst_multipart_mux_init), (gst_multipart_mux_loop),
22105         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
22106         (gst_multipart_mux_change_state):
22107         Added configurable boundary specifier, added the value as a
22108         caps field as well.
22109
22110 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22111
22112         * gst/tcp/gsttcp.c:
22113         * gst/tcp/gsttcpclientsrc.c:
22114         * gst/tcp/gsttcpclientsrc.h:
22115         * gst/tcp/gsttcpserversrc.c:
22116           - portability fix, to compile on OSX
22117             (fixes #143146)
22118
22119         * sys/osxaudio/gstosxaudioelement.c:
22120         * sys/osxaudio/gstosxaudiosink.c:
22121         * sys/osxaudio/gstosxaudiosrc.c:
22122           - compilation warnings on OSX
22123             (fixes #143153)
22124
22125 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22126
22127         * ext/vorbis/vorbisdec.c : sign warning fixes
22128
22129         * gst-libs/gst/mixer/mixertrack.c :
22130           do no use defines which are glib 2.4 specific
22131
22132 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
22133
22134         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
22135           buffer since libflac doesn't expect it (reports a sync error when
22136           it encounters that)
22137
22138
22139 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
22140
22141         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
22142         * gst-libs/gst/mixer/mixertrack.c:
22143         (gst_mixer_track_get_property), (get_mixer_track_init),
22144         (get_mixer_track_get_property): Added property accessors
22145         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
22146         * gst-libs/gst/mixer/mixeroptions.c:
22147         (gst_mixer_options_get_values): Added
22148         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
22149         * gst-libs/gst/mixer/mixer.c: Fixed comment
22150
22151
22152 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22153
22154         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
22155           improve error messages on open
22156
22157
22158 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22159
22160         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22161           check if v4l-conf is in path
22162
22163 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22164
22165         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22166           change assert to a more readable error message
22167
22168 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22169
22170         * gst-libs/gst/tuner/tunerchannel.h:
22171           - add a freq_multiplicator field to make the conversion
22172             between internal frequency unit and Hz
22173         * sys/v4l/gstv4lelement.c:
22174         * sys/v4l2/gstv4l2element.c:
22175           - change default video device to /dev/video0
22176         * sys/v4l/v4l_calls.c:
22177         * sys/v4l2/v4l2_calls.c:
22178           - we only expose frequency to the user in Hz instead of
22179             bastard v4lX unit (either 62.5kHz or 62.5Hz)
22180
22181 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
22182         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22183           Initialise b_o_s and e_o_s variables
22184         * gst-libs/gst/riff/riff-media.c:
22185         (gst_riff_create_video_caps_with_data):
22186           Add some unusual fourcc's from mplayer avi's
22187         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
22188           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
22189           autoplugging.
22190
22191 2004-05-28  Wim Taymans  <wim@fluendo.com>
22192
22193         * configure.ac:
22194         * gst/alpha/Makefile.am:
22195         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22196         (gst_alpha_get_type), (gst_alpha_base_init),
22197         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22198         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
22199         (gst_alpha_chroma_key), (gst_alpha_chain),
22200         (gst_alpha_change_state), (plugin_init):
22201         A plugin to add an alpha channel to I420 video. Can optionally do
22202         chroma keying.
22203         * gst/multipart/Makefile.am:
22204         * gst/multipart/multipart.c: (plugin_init):
22205         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
22206         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
22207         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
22208         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
22209         (gst_multipart_demux_change_state),
22210         (gst_multipart_demux_plugin_init):
22211         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
22212         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
22213         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
22214         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
22215         (gst_multipart_mux_pad_unlink),
22216         (gst_multipart_mux_request_new_pad),
22217         (gst_multipart_mux_handle_src_event),
22218         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
22219         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
22220         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
22221         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
22222         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
22223         send multipart jpeg images to a browser.
22224         * gst/videobox/Makefile.am:
22225         * gst/videobox/README:
22226         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
22227         (gst_video_box_get_type), (gst_video_box_base_init),
22228         (gst_video_box_class_init), (gst_video_box_init),
22229         (gst_video_box_set_property), (gst_video_box_get_property),
22230         (gst_video_box_sink_link), (gst_video_box_i420),
22231         (gst_video_box_ayuv), (gst_video_box_chain),
22232         (gst_video_box_change_state), (plugin_init):
22233         Crops or adds borders around an image. can do alpha channel
22234         borders as well.
22235         * gst/videomixer/Makefile.am:
22236         * gst/videomixer/README:
22237         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22238         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
22239         (gst_videomixer_pad_get_sink_event_masks),
22240         (gst_videomixer_pad_get_property),
22241         (gst_videomixer_pad_set_property),
22242         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
22243         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
22244         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22245         (gst_videomixer_base_init), (gst_videomixer_class_init),
22246         (gst_videomixer_init), (gst_videomixer_request_new_pad),
22247         (gst_videomixer_handle_src_event),
22248         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
22249         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22250         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22251         (gst_videomixer_loop), (gst_videomixer_get_property),
22252         (gst_videomixer_set_property), (gst_videomixer_change_state),
22253         (plugin_init):
22254         Generic video mixer plugin, can handle multiple inputs all with
22255         different framerates and video sizes. Is fully alpha channel
22256         aware.
22257
22258 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22259
22260         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22261           Select first track as master track. Not sure how else to handle
22262           that...
22263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
22264           Discard discont events. Should fix #142962.
22265
22266 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22267
22268         * ext/alsa/Makefile.am:
22269         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
22270         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
22271         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22272         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22273         (gst_alsa_mixer_get_option):
22274         * ext/alsa/gstalsamixer.h:
22275         * ext/alsa/gstalsamixeroptions.c:
22276         (gst_alsa_mixer_options_get_type),
22277         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
22278         (gst_alsa_mixer_options_new):
22279         * ext/alsa/gstalsamixeroptions.h:
22280         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22281         * ext/alsa/gstalsamixertrack.h:
22282           Add enumerations (as GstMixerOptions). Make correct distinction
22283           between input/output tracks. Add capture/playback private flag.
22284           Use flag to decide on whether to set capture or playback volumes
22285           or switches. Use playback and record switches.
22286         * gst-libs/gst/mixer/Makefile.am:
22287         * gst-libs/gst/mixer/mixer-marshal.list:
22288         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
22289         (gst_mixer_set_option), (gst_mixer_get_option),
22290         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
22291         (gst_mixer_volume_changed), (gst_mixer_option_changed):
22292         * gst-libs/gst/mixer/mixer.h:
22293         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
22294         (gst_mixer_options_class_init), (gst_mixer_options_init),
22295         (gst_mixer_options_dispose):
22296         * gst-libs/gst/mixer/mixeroptions.h:
22297           Add GstMixerOptions.
22298         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22299           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
22300           broken device detection on computers with multiple OSS sound
22301           cards.
22302
22303 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22304
22305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22306           fixate nicely even when the peer is not negotiating
22307
22308 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22309
22310         * gst/audioconvert/gstaudioconvert.c:
22311         (gst_audio_convert_parse_caps):
22312           make sure we don't allow depth > width
22313         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22314           fixate endianness to G_BYTE_ORDER as default
22315         * gst/audioscale/gstaudioscale.c:
22316           we don't handle another endianness as host-endianness
22317
22318 2004-05-25  David Schleef  <ds@schleef.org>
22319
22320         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
22321
22322 2004-05-24  Benjamin Otte  <otte@gnome.org>
22323
22324         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
22325         (gst_oggvorbisenc_setup):
22326           properly fail when we can't setup the vorbis encoder due to
22327           unsupported settings
22328         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
22329         (gst_vorbisenc_setup):
22330           same
22331         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22332           fix case where warnings occured when one pad was unlinked while the
22333           other's link function was called
22334
22335 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22336
22337         * gst/tcp/Makefile.am:
22338           use GST_ENABLE_NEW
22339
22340 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22341
22342         * gst-libs/gst/resample/private.h:
22343           don't use optimizations that are #if 0'ed
22344
22345 2004-05-24  Wim Taymans  <wim@fluendo.com>
22346
22347         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
22348         Fix potential division by zero error and hopefully get
22349         the position query right to get correct timestamps on avi
22350         audio.
22351
22352 2004-05-24  Wim Taymans  <wim@fluendo.com>
22353
22354         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
22355         (gst_videoscale_scale_nearest_str2),
22356         (gst_videoscale_scale_nearest_str4),
22357         (gst_videoscale_scale_nearest_32bit),
22358         (gst_videoscale_scale_nearest_24bit),
22359         (gst_videoscale_scale_nearest_16bit):
22360         Fix the scaling algorithm and avoid a buffer overflow.
22361         removed the while loop in the scaling function as it
22362         was used for point sampling only.
22363
22364 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22365
22366         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
22367         (gst_id3_tag_class_init), (gst_id3_tag_init),
22368         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
22369         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
22370         (gst_id3_tag_send_tag_event):
22371           lots of fixes to make id3mux work and id3demux work correctly
22372
22373 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22374
22375         * ext/Makefile.am:
22376           add rules to build shout2send (was removed by accident
22377           when this module was no more marked experimental/broken)
22378
22379 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22380
22381         * ext/shout2/gstshout2.c:
22382         * ext/shout2/gstshout2.h:
22383           adding a "connection problem" signal to shout2send
22384           (fixes #142954)
22385
22386 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22387
22388         * ext/kio/kioreceiver.cpp:
22389         * ext/kio/kioreceiver.h:
22390           fix sign comparison issues
22391
22392 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22393
22394         * gst/cdxaparse/gstcdxaparse.c:
22395         * gst/cdxaparse/gstcdxaparse.h:
22396           some renaming
22397           add some checks/sanity
22398           prepare for seek addition
22399
22400         * sys/sunaudio/gstsunaudio.c:
22401           remove exported dupe init function
22402
22403 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
22404
22405         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
22406         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
22407           Fix format conversion and position querying.
22408         * gst/debug/progressreport.c: (gst_progressreport_report):
22409           Don't output a bogus total value that we didn't query.
22410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22411           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
22412           only a blank window after xine has been used.
22413
22414 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22415
22416         * m4/as-arts.m4:
22417           sync with upstream version to fix test on FC2
22418           readd with -ko to preserve Id header
22419
22420 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22421
22422         * configure.ac:
22423           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
22424         * gst/tcp/gsttcpclientsrc.c: idem
22425         * gst/tcp/gsttcpserversink.c: idem
22426         * gst/tcp/gsttcpserversrc.c: idem
22427         * m4/gst-fionread.m4: idem
22428
22429         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
22430
22431         * configure.ac: enable speex plugin for speex 1.1.5+
22432         * ext/speex/gstspeexenc.c: fix cast warning
22433
22434         * ext/esd/README: fix typo
22435
22436 2004-05-20  David Schleef  <ds@schleef.org>
22437
22438         * configure.ac: Minor cosmetic change to convince the buildbot to
22439         reautogen.
22440         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
22441         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
22442         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
22443         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
22444         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
22445         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
22446         More hacking.  Plays audio now.
22447
22448 2004-05-20  David Schleef  <ds@schleef.org>
22449
22450         * configure.ac:
22451         * sys/Makefile.am:
22452
22453 2004-05-20  David Schleef  <ds@schleef.org>
22454
22455         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
22456         * sys/osxaudio/gstosxaudio.c:
22457         * sys/osxaudio/gstosxaudioelement.c:
22458         * sys/osxaudio/gstosxaudioelement.h:
22459         * sys/osxaudio/gstosxaudiosink.c:
22460         * sys/osxaudio/gstosxaudiosink.h:
22461         * sys/osxaudio/gstosxaudiosrc.c:
22462         * sys/osxaudio/gstosxaudiosrc.h:
22463
22464 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22465
22466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
22467         (gst_vorbisenc_chain):
22468           put the codec headers on the caps as streamheader as well as
22469           pushing them out
22470
22471 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22472
22473         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
22474         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22475         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
22476         split up push_packet into two functions
22477
22478 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22479
22480         * gst/tcp/.cvsignore:
22481           ignore enums
22482         * gst/tcp/Makefile.am:
22483         * gst/tcp/README:
22484         * gst/tcp/gsttcp.c:
22485         * gst/tcp/gsttcp.h:
22486         * gst/tcp/gsttcpclientsink.c:
22487         * gst/tcp/gsttcpclientsink.h:
22488         * gst/tcp/gsttcpclientsrc.c:
22489         * gst/tcp/gsttcpclientsrc.h:
22490         * gst/tcp/gsttcpplugin.c:
22491         * gst/tcp/gsttcpserversink.c:
22492         * gst/tcp/gsttcpserversink.h:
22493         * gst/tcp/gsttcpserversrc.c:
22494         * gst/tcp/gsttcpserversrc.h:
22495           add new tcp elements
22496
22497 2004-05-19  Wim Taymans  <wim@fluendo.com>
22498
22499         * gst/law/mulaw-conversion.c: (mulaw_encode):
22500         Fix overflow bug in ulaw encoding.
22501
22502 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22503
22504         * ext/mad/gstmad.c: (gst_mad_handle_event):
22505           don't unref the event twice
22506
22507 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22508
22509         * configure.ac:
22510           remove -Wno-sign-compare
22511
22512 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22513
22514         * configure.ac:
22515           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
22516           if you want to work against glib 2.2 and 2.4
22517
22518 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22519
22520         * gst/tcp/Makefile.am:
22521         * gst/tcp/gsttcp.c:
22522         * gst/tcp/gsttcp.h:
22523         * gst/tcp/gsttcpsink.h:
22524         * gst/tcp/gsttcpsrc.h:
22525           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
22526
22527 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22528
22529         * gst/debug/tests.c: (md5_get_value):
22530           fix segfault on gst-inspect
22531
22532 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22533
22534         * gst/debug/testplugin.c:
22535         * gst/debug/tests.c:
22536         * gst/debug/tests.h:
22537           add new extensible and configurable testing element. Current tests
22538           include buffer count, stream length, timestamp/duration matching and
22539           md5.
22540         * gst/debug/Makefile.am:
22541         * gst/debug/gstdebug.c: (plugin_init):
22542           add infrastructure for new element
22543
22544 2004-05-19  Johan Dahlin  <johan@gnome.org>
22545
22546         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
22547         ending of the array. Fixes gst-inspect segfault on ppc.
22548
22549 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22550
22551         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
22552
22553         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
22554
22555 2004-05-18  David Schleef  <ds@schleef.org>
22556
22557         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
22558         warnings (bugs, actually) noticed by gcc but not forte.
22559
22560 2004-05-18  David Schleef  <ds@schleef.org>
22561
22562         * sys/sunaudio/Makefile.am:
22563         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
22564
22565 2004-05-18  David Schleef  <ds@schleef.org>
22566
22567         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
22568         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
22569         to allow qtdemux to use non-seekable streams. (bug #142272)
22570
22571 2004-05-18  David Schleef  <ds@schleef.org>
22572
22573         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
22574         (gst_resample_sinc_ft_float): Remove use of static temporary
22575         buffer.  This code was obviously not supposed to last long, but
22576         it's stuck in our ABI, so it required a little hack to make it
22577         ABI-compatible.  Fixes #142585.
22578         * gst-libs/gst/resample/resample.h: same.
22579
22580 2004-05-18  David Schleef  <ds@schleef.org>
22581
22582         * configure.ac: Add sunaudio
22583         * examples/Makefile.am: make gstplay depend on gconf
22584         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
22585         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
22586         (convert_table_lookup), (img_convert): remove c99-isms
22587         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
22588           unsigned, to fix a warning on Solaris
22589         * gst/mpeg1sys/systems.c: bcopy->memcpy
22590         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
22591         * sys/Makefile.am: Add sunaudio
22592
22593 2004-05-18  Wim Taymans  <wim@fluendo.com>
22594
22595         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
22596         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
22597         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
22598         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
22599         (gst_ogg_mux_loop):
22600         Fix an ugly memleak where the muxer didn't flush enough ogg
22601         pages. This also resulted in badly muxed ogg files.
22602
22603 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22604
22605         * gst/asfdemux/asfheaders.c :
22606         * gst/asfdemux/asfheaders.h :
22607         * gst/asfdemux/gstasfdemux.c :
22608           - fix ASF_OBJ_PADDING guid
22609           - add 3 new object guids (language list, metadata,
22610             extended stream properties)
22611           - add a function to parse extended header objects
22612
22613 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22614
22615         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22616           remove leftover debugging g_print
22617
22618 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22619
22620         * ext/mad/gstmad.c: (gst_mad_handle_event):
22621           Fix for when the first format in a discont event is not a
22622           byte-based one. Should fix #137710.
22623
22624 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22625
22626         * m4/a52.m4 : fix compilation with -Wall -Werror
22627         * m4/libfame.m4 : idem
22628         * m4/libmikmod.m4 : idem
22629
22630 2004-05-17  Benjamin Otte  <otte@gnome.org>
22631
22632         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
22633           signal the new tags before giving up the reference
22634
22635 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22636
22637         * ext/shout2/gstshout2.c:
22638           use application/ogg instead of application/x-ogg (patch by Patrick
22639           Guimond, fixes #142432)
22640         * sys/oss/gstosselement.c: (gst_osselement_reset),
22641         (gst_osselement_sync_parms):
22642           don't set fragment size unless specified (fixes #142493)
22643
22644 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22645
22646         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
22647           fixes #142664
22648
22649 2004-05-17  Benjamin Otte  <otte@gnome.org>
22650
22651         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22652           compute offsets correctly for internal buffers so timestamps are set
22653           correctly when we can't seek. Also handle cases where there are no
22654           offsets. (based on a patch by David Moore, fixes #142507)
22655
22656 2004-05-17  Benjamin Otte  <otte@gnome.org>
22657
22658         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22659           use correct variable when determining amount of data to skip so we
22660           don't skip into the void and segfault
22661
22662 2004-05-16  Benjamin Otte  <otte@gnome.org>
22663
22664         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22665           Hi, I'm a memleak
22666
22667 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22668
22669         * gst/asfdemux/gstasfdemux.c:
22670           - fix a mem leak and always propagate tags
22671           - add WMV3 to known video codecs (but no decoder yet)
22672           - replace "surplus data" at end of audio header for what
22673             it is : codec specific data
22674           - fix a typo
22675
22676 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
22677
22678         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
22679
22680         * gst-libs/gst/audio/audioclock.c:
22681           Fix wrong return type (#142205).
22682
22683 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22684
22685         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
22686           Ignore CRCs by default (fixes #142566).
22687
22688 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22689
22690         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
22691         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
22692         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
22693         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
22694         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
22695         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
22696           Fix for cases where we fail to attach to a mixer.
22697
22698 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22699
22700         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
22701           Don't touch events after not owning them anymore.
22702         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
22703         (gst_wavparse_fmt), (gst_wavparse_other),
22704         (gst_wavparse_handle_seek), (gst_wavparse_loop),
22705         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
22706         (gst_wavparse_srcpad_event):
22707         * gst/wavparse/gstwavparse.h:
22708           Add seeking, fix querying.
22709
22710 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22711
22712         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
22713           - process comments even if they don't end with \0\0
22714             g_convert would ignore them if present and works well without them
22715
22716 2004-05-16  Benjamin Otte  <otte@gnome.org>
22717
22718         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
22719           simplify caps
22720
22721 2004-05-16  Benjamin Otte  <otte@gnome.org>
22722
22723         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
22724           don't write to memory we might not write to - g_convert does that
22725           for us anyway (fixes #142613)
22726         (gst_asf_demux_audio_caps):
22727           comment out gst_util_dump_mem
22728
22729 2004-05-16  Benjamin Otte  <otte@gnome.org>
22730
22731         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22732           compute correct expected timestamps after seek (broken since
22733           last commit)
22734         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
22735           rename element and debugging category to gdkpixbufscale
22736
22737 2004-05-16  Benjamin Otte  <otte@gnome.org>
22738
22739         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22740           add error checking to snd_pcm_delay and remove duplicate call to
22741           snd_pcm_delay that caused issues (see inline code comments)
22742         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
22743           make more readable and fix return value when snd_pcm_delay fails
22744         (fixes #142586)
22745
22746 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
22747         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
22748         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
22749         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
22750         (gst_pixbufscale_link), (gst_pixbufscale_init),
22751         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
22752         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
22753         (gst_pixbufscale_get_property), (pixbufscale_init):
22754         * ext/gdk_pixbuf/pixbufscale.h:
22755         Add these files I forgot earlier
22756
22757 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
22758         * ext/gdk_pixbuf/Makefile.am:
22759         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22760         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22761         Add new pixbufscale element to scale RGB video
22762         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
22763         and HYPER interpolation correctly.
22764         * ext/theora/theoraenc.c: (theora_enc_chain),
22765         Discard buffer and return if explicit caps could not be set
22766         (theora_enc_get_property):
22767         Make _get return kbps for the bitrate consistent with
22768         the _set function.
22769
22770
22771 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22772
22773         * ext/libvisual/visual.c: (gst_visual_chain):
22774           add missing visual_audio_analyze
22775
22776 2004-05-14  David Schleef  <ds@schleef.org>
22777
22778         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
22779         is killed while we're playing.
22780         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
22781         gst_element_no_more_pads().
22782
22783 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22784
22785         * gst-libs/gst/riff/riff-read.c :
22786           - fix INFO tag extraction in RIFF/AVI files
22787             because gst_event_unref (event) also freed taglist
22788           - avoid a mem leak
22789
22790 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22791
22792         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
22793         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
22794
22795         * gst/auparse/gstauparse.c :
22796           - add code (commented for now) to support audio/x-adpcm on src pad
22797             (we have no decoder for those layout yet)
22798
22799         * gst/cdxaparse/gstcdxaparse.c :
22800         * gst/cdxaparse/gstcdxaparse.h :
22801           - partial rewrite using RiffRead (ripped iain's wavparse code)
22802
22803         * gst/rtp/gstrtpL16enc.c : typo
22804         * gst/rtp/gstrtpgsmenc.c : typo
22805
22806 2004-05-13  Benjamin Otte  <otte@gnome.org>
22807
22808         * configure.ac:
22809           check for exact version of libvisual, it's not supposed to be
22810           API/ABI stable yet
22811
22812 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22813
22814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
22815           signal no-more-pads
22816
22817 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
22818
22819         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
22820         Report which format was used for GST_FORMAT_DEFAULT
22821         * gst/debug/Makefile.am:
22822         * gst/debug/gstdebug.c: (plugin_init):
22823         * gst/debug/progressreport.c: (gst_progressreport_base_init),
22824         (gst_progressreport_class_init), (gst_progressreport_init),
22825         (gst_progressreport_report), (gst_progressreport_set_property),
22826         (gst_progressreport_get_property), (gst_progressreport_chain),
22827         (gst_progressreport_plugin_init):
22828         Add progressreport element for testing.
22829
22830 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22831
22832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
22833         * sys/v4l/gstv4lsrc.h:
22834         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
22835         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
22836         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
22837         (gst_v4lsrc_grab_frame):
22838           add more debugging
22839           send a discont at start
22840
22841 2004-05-12  Colin Walters  <walters@redhat.com>
22842
22843         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
22844         inflooping if we can't find a chunk.  Or in other words, don't blow
22845         chunks if we don't have a chunk to blow.
22846
22847 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
22848         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
22849         Remove old debug output
22850         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
22851         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
22852         (gst_dvdec_set_property), (gst_dvdec_get_property):
22853         Change the quality setting to an enum, so it works from gst-launch
22854         Don't renegotiate a non-linked pad. Allows audio only decoding.
22855         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
22856         (gst_deinterlace_link), (gst_deinterlace_init):
22857         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22858         (gst_videodrop_link):
22859         Some caps negotiation fixes
22860
22861 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22862
22863         * ext/tarkin/gsttarkin.c :
22864           - Change RANK from NONE to PRIMARY
22865         * ext/gdk_pixbuf/gstgdkpixbuf.c :
22866           - Change RANK from NONE to MARGINAL
22867         * ext/divx/gstdivxenc.c :
22868           - Change RANK from PRIMARY to NONE (encoder/spider issue)
22869
22870 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22871
22872         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
22873         (gst_vorbisenc_push_packet):
22874           copy a function that was added between 1.0 and 1.0.1 until we
22875           depend on worthwhile features of post-1.0
22876
22877 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22878
22879         * configure.ac:
22880           enable shout2 by default
22881         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22882         (gst_shout2send_base_init), (gst_shout2send_init),
22883         (gst_shout2send_connect), (gst_shout2send_change_state):
22884         * ext/shout2/gstshout2.h:
22885           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
22886           #142262)
22887         * ext/theora/theora.c: (plugin_init):
22888           don't set rank on encoders
22889
22890 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
22891
22892         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22893           Use codec_data property instead of flag1 and flag2 for wma
22894
22895 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22896
22897         * gst/cdxaparse/gstcdxaparse.c :
22898           - Add mpegversion to CAPS to make it link
22899           - Rank is as GST_RANK_SECONDARY instead of NONE
22900         * gst/auparse/gstauparse.c :
22901           - Document all audio encoding we can encounter from Solaris 9
22902             headers and libsndfile information.
22903           - Increase max. rate from 48000 to 192000 (to match other elements)
22904           - Don't try to play junk data between header and samples
22905
22906 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22907
22908         * ext/libvisual/visual.c: (gst_visual_getcaps):
22909           use the right caps depending on endianness (I hope)
22910         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
22911           use GST_RANK_NONE for all non-decoding elements or spider gets
22912           mighty confused
22913
22914 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22915
22916         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
22917           Fix some odd cases and fix BE metadata parsing of unicode16 text.
22918
22919 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22920
22921         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22922         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22923         (gst_switch_loop), (gst_switch_get_type):
22924           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
22925           HEADERS. Had to be said.
22926
22927 2004-05-10  David Schleef  <ds@schleef.org>
22928
22929         * configure.ac: Add prototype Dirac support.
22930         * ext/Makefile.am:
22931         * ext/dirac/Makefile.am:
22932         * ext/dirac/gstdirac.cc:
22933         * ext/dirac/gstdiracdec.cc:
22934
22935 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22936
22937         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
22938         (gst_auparse_init), (gst_auparse_chain),
22939         (gst_auparse_change_state):
22940           Hack around spider. Remove me some day please.
22941
22942 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22943
22944         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22945           Fix for some uninitialized variables in previous patch, also
22946           makes it work. Fixes #142286 while we're at it.
22947
22948 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22949
22950         * gst/auparse/gstauparse.c:
22951                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
22952                 only unsupported formats are ADPCM/CCITT G.72x
22953                 reviewed by Ronald
22954         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
22955
22956 2004-05-10  Wim Taymans  <wim@fluendo.com>
22957
22958         * ext/vorbis/Makefile.am:
22959         * ext/vorbis/README:
22960         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
22961         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
22962         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
22963         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
22964         (gst_oggvorbisenc_convert_sink),
22965         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
22966         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
22967         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
22968         (get_constraints_string), (update_start_message),
22969         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
22970         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
22971         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
22972         * ext/vorbis/oggvorbisenc.h:
22973         * ext/vorbis/vorbis.c: (plugin_init):
22974         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
22975         (raw_caps_factory), (gst_vorbisenc_class_init),
22976         (gst_vorbisenc_init), (gst_vorbisenc_setup),
22977         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
22978         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
22979         * ext/vorbis/vorbisenc.h:
22980         Added a raw vorbis encoder to be used with the oggmuxer.
22981         We still need the old encoder for some gnome applications,
22982         read the README to find out how that works.
22983         The raw encoder is called "rawvorbisenc" until 0.9.
22984
22985 2004-05-10  Wim Taymans  <wim@fluendo.com>
22986
22987         * ext/ogg/gstogg.c: (plugin_init):
22988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
22989         (gst_ogg_print):
22990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
22991         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
22992         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
22993         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
22994         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
22995         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
22996         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
22997         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
22998         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
22999         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
23000         Added an ogg muxer.
23001         Small typo fixes in the demuxer.
23002
23003 2004-05-10  Wim Taymans  <wim@fluendo.com>
23004
23005         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23006         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
23007         (theora_enc_change_state), (theora_enc_set_property),
23008         (theora_enc_get_property):
23009         Mark the last packet with an EOS flag which is not really needed
23010         in gstreamer.
23011         Do some better video framerate initialisation.
23012         Update the buffer timestamp.
23013
23014 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
23015
23016         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
23017         Return the result of the parent state change call
23018
23019 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23020
23021         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
23022         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
23023         * gst/law/alaw-encode.c : (idem)
23024         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
23025         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
23026         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
23027
23028 2004-05-09  Benjamin Otte  <otte@gnome.org>
23029
23030         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23031           don't use a fixed buffer size when writing variable length data to
23032           it. Fixes memory corruption and makes alsasrc work
23033
23034 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23035
23036         * ext/gnomevfs/gstgnomevfssink.c:
23037         (_gst_boolean_allow_overwrite_accumulator),
23038         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
23039           Run glib's default signal handler (??) in RUN_CLEANUP rather than
23040           RUN_LAST, and don't use that to set the accumulator value because
23041           then it's always FALSE.
23042
23043 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23044
23045         * gst-libs/gst/riff/riff-media.c:
23046         (gst_riff_create_video_caps_with_data),
23047         (gst_riff_create_audio_caps),
23048         (gst_riff_create_audio_template_caps):
23049         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23050           Fix for unaligned RIFF files (i.e. where all the chunks together
23051           in a LIST chunk are not of the same size as the size given in
23052           the LIST chunk header). Fixes several odd WAVE files. Also fix
23053           ADPCM (block_align property) in audio, so that wavparse based
23054           on this works now as it used to stand-alone.
23055
23056 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
23057
23058         reviewed by Benjamin Otte  <otte@gnome.org>
23059
23060         * ext/a52dec/gsta52dec.c:
23061         * ext/divx/gstdivxdec.c:
23062         * ext/divx/gstdivxenc.c:
23063         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
23064         * ext/faac/gstfaac.c: (gst_faac_base_init):
23065         * ext/faad/gstfaad.c: (gst_faad_base_init):
23066         * ext/ivorbis/vorbisfile.c:
23067         * ext/lame/gstlame.c:
23068         * ext/libfame/gstlibfame.c:
23069         * ext/mpeg2enc/gstmpeg2enc.cc:
23070         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
23071         * ext/sidplay/gstsiddec.cc:
23072         * ext/speex/gstspeexdec.c:
23073         * ext/speex/gstspeexenc.c:
23074         * ext/xvid/gstxviddec.c:
23075         * ext/xvid/gstxvidenc.c:
23076           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
23077           (fixes #142193)
23078
23079 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23080
23081         * ext/alsa/gstalsa.c: (device_list),
23082         (gst_alsa_class_probe_devices):
23083         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
23084           Fix alsa oddness in mixer after the combination of using mixer
23085           in source/sink elements and using hw:x,y instead of just hw:x.
23086
23087 2004-05-09  Benjamin Otte  <otte@gnome.org>
23088
23089         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
23090         (gst_wavparse_create_sourcepad):
23091           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
23092           sourcepads
23093
23094 2004-05-09  Benjamin Otte  <otte@gnome.org>
23095
23096         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23097           allow discont events before caps nego
23098
23099 2004-05-08  Benjamin Otte  <otte@gnome.org>
23100
23101         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23102           don't leak events
23103
23104 2004-05-08  Benjamin Otte  <otte@gnome.org>
23105
23106         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
23107         (gst_level_change_state), (gst_level_init):
23108         * gst/level/gstlevel.h:
23109           figure out if we're initialized directly instead of keeping a
23110           variable that's wrong in 90% of cases
23111           don't initialize pads and then leak them and use a new unitialized
23112           pad. (fixes #142084)
23113           these were bugs so n00bish I didn't find them for an hour :/
23114
23115 2004-05-08 Iain <iain@prettypeople.org>
23116
23117         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
23118         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
23119         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
23120         return the length that was read.
23121         (gst_riff_read_strf_auds): Allow fmt tags as well.
23122
23123 2004-05-07  David Schleef  <ds@schleef.org>
23124
23125         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
23126         signed char assumption in faad.h.
23127
23128 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23129
23130         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
23131           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
23132
23133 2004-05-07  Colin Walters  <walters@redhat.com>
23134
23135         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
23136         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
23137         function.
23138         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
23139         Add dispose function.
23140
23141 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
23142         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
23143           Fix caps nego and pad templates. RGB mode caps should
23144           work now.
23145         * ext/dvdnav/gst-dvd:
23146           Move mpeg2dec inside the thread because otherwise the
23147           queue rejects cap changes mid-stream
23148         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
23149         (gst_mpeg2dec_flush_decoder):
23150           For mpeg2dec > 0.4.0, call the flush function instead of
23151           manually extracting all in-flight frames.
23152         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
23153         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
23154           Change mime type video/dv go video/x-dv to match the
23155           rest of gst-plugins
23156
23157 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23158
23159         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23160         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
23161         (gst_alsa_sink_class_init):
23162         * ext/alsa/gstalsasink.h:
23163         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
23164         (gst_alsa_src_class_init):
23165         * ext/alsa/gstalsasrc.h:
23166           Make alsasink/src a subclass of alsamixer so that mixer stuff
23167           shows up in gst-rec. Needs some finetuning.
23168
23169 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23170
23171         * ext/lame/gstlame.c: (gst_lame_chain):
23172           simplify
23173         * ext/mad/gstmad.c: (gst_mad_handle_event):
23174           fix event leak
23175         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23176           be able to detect mp3 files < 4096 bytes
23177
23178 2004-05-06  Wim Taymans  <wim@fluendo.com>
23179
23180         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23181         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
23182         (theora_enc_set_property), (theora_enc_get_property):
23183         Also encode the first frame, cleanup some code.
23184
23185 2004-05-06  Wim Taymans  <wim@fluendo.com>
23186
23187         * ext/mpeg2enc/gstmpeg2enc.cc:
23188         Forward events first before deciding that negotiation was
23189         not performed.
23190
23191 2004-05-06  Wim Taymans  <wim@fluendo.com>
23192
23193         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23194         First process the events before deciding that negotiation
23195         was not performed.
23196
23197 2004-05-06  Wim Taymans  <wim@fluendo.com>
23198
23199         * ext/theora/Makefile.am:
23200         * ext/theora/theora.c: (plugin_init):
23201         * ext/theora/theoradec.c: (theora_dec_change_state):
23202         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
23203         (gst_theora_enc_class_init), (gst_theora_enc_init),
23204         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
23205         (theora_enc_chain), (theora_enc_change_state),
23206         (theora_enc_set_property), (theora_enc_get_property):
23207         Added a theora encoder, grouped the encoder and decoder into the
23208         same plugin.
23209
23210 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23211
23212         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
23213         (gst_jpegenc_chain):
23214         fix DURATION on outgoing buffers
23215         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
23216         debug using time formats
23217         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23219         (gst_xvimagesink_sink_link):
23220         windows with width/height 0 generate X errors, so don't allow them
23221
23222 2004-05-05  Wim Taymans  <wim@fluendo.com>
23223
23224         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
23225         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
23226         (gst_mpeg2dec_negotiate_format):
23227         * ext/mpeg2dec/gstmpeg2dec.h:
23228           removed the static pad template so that we can add the
23229           more accurate framerate value to the caps.
23230
23231
23232 2004-05-04  Benjamin Otte  <otte@gnome.org>
23233
23234         * configure.ac:
23235           check for kdemacros.h, too (should fix #141821)
23236         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
23237           don't crash if no header was sent, but nicely error out (fixes part
23238           of #141554)
23239
23240 2004-05-04  Wim Taymans  <wim@fluendo.com>
23241
23242         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
23243         parent dispose function to avoid segfault on destroy.
23244
23245 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23246
23247         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23248         (plugin_init):
23249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23250         (gst_xvimagesink_sink_link):
23251         clean up debugging caps
23252         also recreate xvimage when format has changed
23253
23254 2004-05-04  Benjamin Otte  <otte@gnome.org>
23255
23256         * ext/libvisual/Makefile.am:
23257         * ext/libvisual/visual.c: (gst_visual_class_init),
23258         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
23259         (gst_visual_srclink), (gst_visual_chain),
23260         (gst_visual_change_state), (plugin_init):
23261           use a GstAdapter to correctly adapt buffer sizes - allows using a
23262           framerate
23263
23264 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23265
23266         * sys/v4l/gstv4lelement.h:
23267         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23268         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
23269         (gst_v4lsrc_buffer_free):
23270         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
23271         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23272         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
23273         (gst_v4lsrc_requeue_frame):
23274         move some debugging categories around
23275         query for fps index and set accordingly if found
23276
23277 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23278
23279         * ext/lame/gstlame.c:
23280         correct defaults that lame_init puts out of range
23281
23282 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23283
23284         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
23285         (gst_divxenc_class_init):
23286         fix range since -1 is the default
23287         * gst/mpeg1sys/gstmpeg1systemencode.c:
23288         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
23289         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
23290         (gst_rtjpegdec_chain):
23291         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
23292         (gst_rtjpegenc_chain):
23293         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
23294         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
23295         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
23296         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
23297         * sys/v4l/gstv4lsrc.c:
23298         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23299         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
23300         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
23301         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
23302         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
23303           remove gst_info calls
23304
23305 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23306
23307         * Makefile.am:
23308         * po/af.po:
23309         * po/az.po:
23310         * po/en_GB.po:
23311         * po/nl.po:
23312         * po/sr.po:
23313         * po/sv.po:
23314           Updated translations
23315
23316 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23317
23318         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
23319           refactor/comment code
23320
23321 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23322
23323         * gst/asfdemux/Makefile.am:
23324         * gst/asfdemux/asfheaders.c:
23325         * gst/asfdemux/asfheaders.h:
23326         * gst/asfdemux/gstasf.c: (plugin_init):
23327         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
23328         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
23329         (gst_asf_demux_setup_pad):
23330         * gst/asfdemux/gstasfdemux.h:
23331         * gst/asfdemux/gstasfmux.c:
23332         * gst/asfdemux/gstasfmux.h:
23333           Add tagging support to demuxer, split out registration in its own
23334           file instead of in demux (hacky), and prevent having some tables
23335           in our memory multiple times (in asfheaders.h).
23336
23337 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23338
23339         * gst/matroska/matroska-demux.c:
23340         (gst_matroska_demux_parse_metadata):
23341         * gst/matroska/matroska-ids.h:
23342           Basic tag reading support.
23343
23344 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23345
23346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23347           Really detect ac-3 audio.
23348         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
23349           really detect matroska files (off-by-1).
23350
23351 2004-04-30  David Schleef  <ds@schleef.org>
23352
23353         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23354         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
23355         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
23356         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
23357         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
23358         hackage -- parse a lot more atoms, extract a few tags.  One might even
23359         mistake this for tag support.  Maybe it is.
23360         * gst/qtdemux/qtdemux.h:
23361
23362 2004-04-30  Colin Walters  <walters@verbum.org>
23363
23364         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
23365
23366 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23367
23368         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23369         (gst_ffmpegcolorspace_getcaps):
23370           remove broken nego fix
23371
23372 2004-04-30  Benjamin Otte  <otte@gnome.org>
23373
23374         * configure.ac:
23375         * ext/Makefile.am:
23376         * ext/libvisual/Makefile.am:
23377         * ext/libvisual/visual.c:
23378           add initial support for libvisual (http://libvisual.sourceforge.net)
23379           libvisual is still quite alpha, so expect crashes in there :)
23380
23381 2004-04-29  David Schleef  <ds@schleef.org>
23382
23383         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
23384         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
23385         up qtdemux to make it spit out codec_data.  Do _not_ look at this
23386         code; you will no longer respect me.
23387
23388 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23389
23390         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
23391         * ext/alsa/gstalsa.h :
23392         change alsa pcm device discovery to find more than 1 device
23393         per card. code review by Ronald.
23394
23395 2004-04-29  David Schleef  <ds@schleef.org>
23396
23397         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
23398         Add a check for a driver bug on FreeBSD.  (bug #140565)
23399
23400 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23401
23402         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
23403         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
23404         (gst_jpegenc_getcaps):
23405           move format setting to inner loop
23406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23407         (gst_ffmpegcolorspace_getcaps):
23408           use GST_PAD_CAPS if available so that we use already negotiated
23409           caps
23410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23411         (qtdemux_parse_moov), (qtdemux_parse):
23412           extra debugging
23413         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
23414         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
23415           move hardcoded path to DEFINE
23416
23417 2004-04-28  David Schleef  <ds@schleef.org>
23418
23419         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
23420         (bug #140064)
23421
23422 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23423
23424         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
23425           Don't probe for playback device if we're a source element. Fixes
23426           #139658.
23427
23428 2004-04-29  Benjamin Otte  <otte@gnome.org>
23429
23430         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23431         (gst_id3_tag_chain):
23432           rewrite buffer offset
23433
23434 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23435
23436         * configure.ac:
23437         * ext/Makefile.am:
23438         * ext/dts/Makefile.am:
23439         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
23440         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
23441         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
23442         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
23443         (gst_dtsdec_loop), (gst_dtsdec_change_state),
23444         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
23445         (plugin_init):
23446         * ext/dts/gstdtsdec.h:
23447           New DTS decoder.
23448         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
23449         (gst_faad_srcconnect):
23450           Add ESDS atom handling (.m4a).
23451
23452 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23453
23454         * ext/divx/gstdivxdec.c: (plugin_init):
23455           Remove comment that makes no sense.
23456         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
23457           Fix for obvious typo that resulted in warnings during gst-register.
23458         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
23459         (gst_xviddec_sink_link):
23460           Fix caps negotiation a bit better.
23461         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23462           We call this 'codec_data', not 'esds'.
23463
23464 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23465
23466         * gst/monoscope/gstmonoscope.c:
23467           make sure we only provide 256x128
23468         * gst/monoscope/monoscope.c: (monoscope_init):
23469           assert size of 256x128
23470
23471 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23472
23473         * Makefile.am:
23474         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
23475         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
23476           fixate to max width and height of device
23477
23478 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23479
23480         * Makefile.am:
23481         * sys/v4l/gstv4l.c:
23482         * sys/v4l/gstv4lsrc.c:
23483         * sys/v4l/v4l_calls.c:
23484         * sys/v4l/v4lsrc_calls.c:
23485           fix for qc-usb driver which fakes having more than one buffer
23486           by handing the same buffer twice, which confused GStreamer's/v4lsrc
23487           buffer_free override
23488           add debugging
23489
23490 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23491
23492         * Makefile.am:
23493         * gst/videotestsrc/gstvideotestsrc.c:
23494         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
23495         (gst_videotestsrc_init), (gst_videotestsrc_get),
23496         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
23497         * gst/videotestsrc/gstvideotestsrc.h:
23498           add num-buffers property
23499
23500         2004-04-26  Benjamin Otte  <otte@gnome.org>
23501
23502         * ext/mad/gstid3tag.c: (plugin_init):
23503           set id3mux rank to NONE so it doesn't confuse spider
23504           require audio/mpeg,mpegversion=1 in id3mux
23505
23506 2004-04-26  Benjamin Otte  <otte@gnome.org>
23507
23508         * configure.ac:
23509           detect faad correctly as non-working if it's indeed non-working
23510
23511 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23512
23513         * Makefile.am:
23514         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
23515         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
23516         fix _getcaps so it only negotiates to its supported format
23517
23518 2004-04-25  Benjamin Otte  <otte@gnome.org>
23519
23520         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
23521           fix memleak
23522
23523 2004-04-23  Benjamin Otte  <otte@gnome.org>
23524
23525         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
23526           audio/x-raw-int with height rules! not. Now it's depth.
23527
23528 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23529
23530         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
23531         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23532         (gst_wavparse_loop):
23533           Missing variable initialization. Add handling of DVI ADPCM. Fix
23534           mis-parsing of LIST chunks. This works around a bug where we mis-
23535           parse non-aligning LIST chunks (so LIST chunks where the contents
23536           don't align with the actual LIST size). The correct fix is to use
23537           rifflib, I'm not going to fix wavparse - too much work. All this
23538           fixes #104878.
23539
23540 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23541
23542         reviewed by Benjamin Otte  <otte@gnome.org>
23543
23544         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
23545           fix shoutcast not working (fixes #140844)
23546
23547 2004-04-22  Benjamin Otte  <otte@gnome.org>
23548
23549         * ext/hermes/gsthermescolorspace.c:
23550         (gst_hermes_colorspace_caps_remove_format_info):
23551         * gst/colorspace/gstcolorspace.c:
23552         (gst_colorspace_caps_remove_format_info):
23553         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23554         (gst_ffmpegcolorspace_caps_remove_format_info):
23555           s/gst_caps_simplify/gst_caps_do_simplify/
23556
23557 2004-04-22  Benjamin Otte  <otte@gnome.org>
23558
23559         * gst-libs/gst/riff/riff-media.c:
23560         (gst_riff_create_video_caps_with_data):
23561           mpegversion is an int
23562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
23563           don't try to create pad templates with NULL caps, use any caps
23564           instead.
23565
23566 2004-04-20  David Schleef  <ds@schleef.org>
23567
23568         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
23569         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
23570         (bug #140384)
23571
23572 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
23573
23574         reviewed by David Schleef
23575
23576         * ext/mad/gstid3tag.c: Add stdlib.h
23577         * gst/rtp/gstrtpgsmenc.c: same
23578         * gst/tags/gstid3tag.c: same
23579         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
23580         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
23581         GST_DISABLE_LOADSAVE use.
23582         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
23583         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
23584         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
23585         atol(3)).
23586         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
23587         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
23588         strtoul(3)).
23589         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
23590         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
23591         $(ID3_CFLAGS).
23592         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
23593         $(LIBFAME_CFLAGS).
23594
23595 2004-04-20  David Schleef  <ds@schleef.org>
23596
23597         * gst/realmedia/rmdemux.c:  This was supposed to part of the
23598         last checkin.  Same idea.
23599
23600 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
23601
23602         reviewed by David Schleef
23603
23604         * configure.ac: bump required gstreamer version to 0.8.1.1
23605         because of following changes [--ds]
23606
23607         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
23608         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
23609         (gst_riff_read_header):  Use GST_READ_UINT*
23610         macros to access possibly unaligned memory.
23611
23612         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
23613         (mp3_type_find):  Use GST_READ_UINT*
23614         macros to access possibly unaligned memory.
23615         (mp3_type_find, mpeg1_parse_header, qt_type_find)
23616         (speex_type_find): Likewise
23617
23618         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
23619
23620         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
23621         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
23622         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
23623         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
23624         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
23625         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
23626         macros to access possibly unaligned memory.
23627
23628         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
23629         Likewise.
23630
23631         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
23632         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
23633
23634         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23635         Likewise.
23636
23637         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
23638         (gst_mpeg2subt_chain_subtitle): Likewise.
23639
23640         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
23641         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
23642         Likewise.
23643
23644         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
23645         Likewise.
23646
23647         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
23648         Likewise.
23649
23650         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
23651         Likewise.
23652
23653 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23654
23655         * configure.ac:
23656           update required version of GStreamer because of GST_TIME_FORMAT
23657
23658 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23659
23660         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
23661           remove leftover g_print
23662         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23663           don't try setting only a subset of the caps. We don't want to kill
23664           autoplugging on purpose
23665
23666 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23667
23668         * sys/ximage/ximagesink.c: (plugin_init):
23669         * sys/xvimage/xvimagesink.c: (plugin_init):
23670           add debugging categories
23671
23672 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23673
23674         * po/en_GB.po:
23675         * po/LINGUAS:
23676           Adding en_GB translation (Gareth Owen)
23677
23678 2004-04-20  David Schleef  <ds@schleef.org>
23679
23680         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23681         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
23682         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
23683         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
23684         A number of new features and hacks to extract the esds atom and
23685         put it into the caps.  (bug #137724)
23686
23687 2004-04-19  David Schleef  <ds@schleef.org>
23688
23689         * gconf/Makefile.am: Fix for non-GNU make
23690         * gst-libs/gst/Makefile.am: Change directory order to handle
23691         GstPlay linking with gstinterfaces
23692         * gst-libs/gst/audio/make_filter: make use of tr portable
23693         * gst-libs/gst/play/Makefile.am: Add intended \
23694         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
23695         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
23696         function prototype instead of void *.
23697         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
23698         macro.
23699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23700         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
23701         * gst/videofilter/make_filter: make use of tr portable
23702         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
23703
23704 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23705
23706         * po/LINGUAS:
23707         * po/uk.po:
23708           Added Ukrainian translation (Maxim V. Dziumanenko)
23709
23710 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23711
23712         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
23713         (gst_gsmdec_link), (gst_gsmdec_chain):
23714           Fix capsnego, simplify chain function slightly.
23715         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23716           Add GSM.
23717
23718 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23719
23720         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23721         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
23722         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
23723           Hack to make wavparse work with spider (always -> sometimes pad).
23724           Fixes #135862 && #140411.
23725
23726 2004-04-18  Benjamin Otte  <otte@gnome.org>
23727
23728         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
23729         (gst_osselement_rate_probe_check),
23730         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
23731           get rid of \n in debug output
23732
23733 2004-04-17  Iain <iain@prettypeople.org>
23734
23735         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
23736         not just EOS.
23737
23738 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23739
23740         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
23741         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
23742         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
23743         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
23744         (gst_id3_tag_src_link), (gst_id3_tag_chain),
23745         (gst_id3_tag_change_state), (plugin_init):
23746           deprecate id3tag element and replace with id3demux/id3mux.
23747           great side effect: this ugly file is now even uglier, yay!
23748         * ext/mad/gstmad.h:
23749           remove non-available function
23750           update for new get_type
23751
23752 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23753
23754         * configure.ac:
23755           require mpeg2dec >= 0.4.0
23756
23757 2004-04-17  Benjamin Otte  <otte@gnome.org>
23758
23759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23760         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23761         (gst_xvimagesink_set_xwindow_id):
23762           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
23763           assorted cleanup fixes.
23764
23765 2004-04-16  David Schleef  <ds@schleef.org>
23766
23767         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
23768         * sys/xvimage/xvimagesink.h: same
23769
23770 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23771
23772         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
23773           Fix GST_ELEMENT_ERROR with (NULL)
23774
23775 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23776
23777         * gst-libs/gst/riff/riff-media.c:
23778         (gst_riff_create_video_caps_with_data):
23779           Add div[3456] as fourccs for DivX 3 (fixes #140137).
23780
23781 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23782
23783         * gst-libs/gst/riff/riff-media.c:
23784         (gst_riff_create_video_caps_with_data),
23785         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
23786         (gst_riff_create_video_template_caps),
23787         (gst_riff_create_audio_template_caps):
23788         * gst-libs/gst/riff/riff-media.h:
23789         * gst-libs/gst/riff/riff-read.c:
23790         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
23791         * gst-libs/gst/riff/riff-read.h:
23792         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23793           Add MS RLE support. I added some functions to read out strf chunks
23794           into strf chunks and the data behind it. This is usually color
23795           palettes (as in RLE, but also in 8-bit RGB). Also use those during
23796           caps creation. Lastly, add ADPCM (similar to wavparse - which
23797           should eventually be rifflib based).
23798         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23799         (gst_matroska_demux_init), (gst_matroska_demux_reset):
23800         * gst/matroska/matroska-demux.h:
23801           Remove placeholders for some prehistoric tagging system. Didn't add
23802           support for any tag system really anyway.
23803         * gst/qtdemux/qtdemux.c:
23804           Add support for audio/x-m4a (MPEG-4) through spider.
23805         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23806         (gst_wavparse_loop):
23807           ADPCM support (#135862). Increase max. buffer size because we
23808           cannot split buffers for ADPCM (screws references) and I've seen
23809           files with 2048 byte chunks. 4096 seems safe for now.
23810
23811 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23812
23813         * configure.ac: bump nano to 1
23814
23815 === release 0.8.1 ===
23816
23817 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23818
23819         * configure.ac: releasing 0.8.1, "Comforting Sounds"
23820
23821 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23822
23823         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
23824           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
23825           Fixes #140058
23826
23827 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23828
23829         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
23830           lower rank of dvddemux so that it's not used for mpeg playback.
23831
23832 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23833
23834         * configure.ac:
23835           save libs correctly when checking mad
23836
23837 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23838
23839         * ext/mad/gstid3tag.c: (plugin_init):
23840           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
23841
23842 2004-04-13  David Schleef  <ds@schleef.org>
23843
23844         * common/m4/gst-feature.m4: Call -config scripts with
23845         --plugin-libs if it is supported.
23846         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
23847         JPEG images are image/jpeg.
23848         * gst/debug/Makefile.am:
23849         * gst/debug/negotiation.c: (gst_negotiation_class_init),
23850         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
23851         (gst_negotiation_update_caps), (gst_negotiation_get_property),
23852         (gst_negotiation_plugin_init): Add a property that acts like
23853         filter caps.
23854         * testsuite/gst-lint:  Move license checking to be a standard
23855         test.
23856
23857 2004-04-13  David Schleef  <ds@schleef.org>
23858
23859         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
23860         patch from Sebastien Cote (bug #139958)
23861
23862 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23863
23864         * examples/gstplay/Makefile.am:
23865         * examples/gstplay/player.c: (main):
23866           make the commandline player example use gconf settings
23867
23868 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23869
23870         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
23871         (gst_cacasink_sinkconnect), (gst_cacasink_init),
23872         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
23873           init/end library during state transition, not object
23874           creation/disposal.  get rid of custom dispose handler.
23875
23876
23877 2004-04-12  Christian Schaller <Uraeus@gnome.org>
23878
23879         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
23880         be a symlink
23881
23882 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23883
23884         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
23885           Handle JUNK chunks inside data section. Prevents warnings.
23886
23887 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23888
23889         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23890         (gst_riff_create_video_template_caps):
23891           Add MS video v1.
23892         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23893         (gst_avi_demux_stream_data):
23894           Add support for "rec-list" chunks.
23895
23896 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23897
23898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
23899           Fix another codecname mismatch.
23900
23901 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23902
23903         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
23904           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
23905           so that MJPEG plays back.
23906
23907 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23908
23909         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23910         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
23911         * gst/mpeg1videoparse/gstmp1videoparse.h:
23912           Fix for some slight mis-cuts in buffer parsing, and for some
23913           potential overflows or faults-causers. Adds disconts. Also fixes
23914           #139105 while we're at it.
23915
23916 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23917
23918         * configure.ac:
23919         * sys/v4l2/gstv4l2element.h:
23920           Workaround for missing struct v4l2_buffer declaration in Suse 9
23921           and Mandrake 10 linux/videodev2.h header file (#135919).
23922
23923 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23924
23925         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
23926           Bail out if no filename was given.
23927
23928 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23929
23930         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
23931         (gst_v4l2_fourcc_from_structure):
23932           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
23933           Y41B somewhere).
23934
23935 2004-04-09  Benjamin Otte  <otte@gnome.org>
23936
23937         * ext/gnomevfs/gstgnomevfssink.c:
23938         (_gst_boolean_allow_overwrite_accumulator),
23939         (gst_gnomevfssink_class_init):
23940           fix erase signal - if any handler returns false the file will not be
23941           overwritten. If no handler is connected, the file will not be
23942           overwritten either.
23943           renamed signal to "allow-overwrite"
23944         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
23945           free string when adding it to ID3 failed
23946         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23947           unref event when done
23948         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
23949           free caps
23950         * gst/typefind/gsttypefindfunctions.c:
23951         (mpeg_video_stream_type_find):
23952           fix invalid read
23953
23954 2004-04-08  David Schleef  <ds@schleef.org>
23955
23956         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23957         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
23958
23959 2004-04-08  David Schleef  <ds@schleef.org>
23960
23961         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
23962         we don't support (bug #139532)
23963
23964 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
23965
23966         * ext/mad/gstmad.c: (gst_mad_handle_event),
23967         (gst_mad_check_caps_reset), (gst_mad_chain),
23968         (gst_mad_change_state):
23969           only set explicit caps if they haven't been set before for
23970           this stream.  MPEG-audio sample rate/channels aren't allowed
23971           to change in-stream.
23972           Fixes #139382
23973
23974 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23975
23976         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
23977         (_gst_boolean_did_something_accumulator),
23978         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
23979         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
23980         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
23981         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
23982         (gst_gnomevfssink_change_state):
23983           Fix erase signal. Don't erase by default. Remove handoff signal.
23984           Remove erase property. Don't segfault. General cleanup.
23985
23986 2004-04-07  Benjamin Otte  <otte@gnome.org>
23987
23988         * gst-libs/gst/gconf/test-gconf.c: (main):
23989           add missing gst_init
23990
23991 2004-04-07  Benjamin Otte  <otte@gnome.org>
23992
23993         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
23994           free the mutexes, too
23995
23996 2004-04-07  Benjamin Otte  <otte@gnome.org>
23997
23998         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
23999           actually free the URI string
24000         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
24001           compute offset correctly when passing discont events
24002         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24003           don't leak discont events
24004         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
24005           add some missing breaks so caps aren't copied randomly
24006         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
24007           if we realloc memory, we better use it
24008
24009 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24010
24011         * ext/mad/gstmad.c: (normal_seek):
24012           fix GST_FORMAT_TIME usage
24013
24014 2004-04-05  David Schleef  <ds@schleef.org>
24015
24016         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
24017         a deprecated function (hack!)
24018
24019 2004-04-05  Benjamin Otte  <otte@gnome.org>
24020
24021         * ext/esd/esdmon.c: (gst_esdmon_get):
24022           fix nonterminated vararg and memleak
24023
24024 2004-04-05  Benjamin Otte  <otte@gnome.org>
24025
24026         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
24027         (gst_ladspa_init), (gst_ladspa_force_src_caps),
24028         (gst_ladspa_set_property), (gst_ladspa_get_property),
24029         (gst_ladspa_instantiate), (gst_ladspa_activate),
24030         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
24031           clean up debugging
24032
24033 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
24034
24035         reviewed by Benjamin Otte  <otte@gnome.org>
24036
24037         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
24038           check for broken LADSPA parameters (fixes #138635)
24039
24040 2004-04-05  Benjamin Otte  <otte@gnome.org>
24041
24042         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
24043           advertise buffer-frames correctly on sinkpads
24044
24045 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24046
24047         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
24048         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
24049         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
24050         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
24051         (gst_mad_check_caps_reset), (gst_mad_chain):
24052         add more debugging, only reset caps when we're not in error state
24053
24054 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24055
24056         * ext/mad/gstmad.c: add debugging category, comment + cleanups
24057
24058 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
24059
24060         reviewed by Benjamin Otte  <otte@gnome.org>
24061
24062         * configure.ac:
24063           fix == in test(1) operator
24064
24065 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
24066
24067         reviewed by Benjamin Otte  <otte@gnome.org>
24068
24069         * configure.ac:
24070           fix --export-symblos-regex to a working regex.
24071
24072 2004-04-04  Benjamin Otte  <otte@gnome.org>
24073
24074         * sys/oss/.cvsignore:
24075           add for oss_probe
24076
24077 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
24078
24079         reviewed by Benjamin Otte  <otte@gnome.org>
24080
24081         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24082           add missing 'new_media' argument (fixes #138168)
24083         * gst/matroska/matroska-demux.c:
24084         (gst_matroska_demux_handle_seek_event):
24085           add vararg terminator (fixes #138169)
24086
24087 2004-04-02  David Schleef  <ds@schleef.org>
24088
24089         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
24090         disted (bug #138914)
24091
24092 2004-04-01  Benjamin Otte  <otte@gnome.org>
24093
24094         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
24095         (gst_alsa_close_audio):
24096           handle case better where a soundcard can't pause
24097         * ext/ogg/gstoggdemux.c:
24098           don't crash when we get events but don't have pads yet
24099
24100 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24101
24102         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
24103           throw an error if we couldn't probe any caps.
24104
24105 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
24106
24107         * ext/dvdnav/gst-dvd:
24108         Add a really simple sample DVD player
24109
24110 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
24111
24112         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
24113         (gst_a52dec_push), (gst_a52dec_handle_event),
24114         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
24115         (gst_a52dec_change_state):
24116         * ext/a52dec/gsta52dec.h:
24117           Use a debug category, Output timestamps correctly
24118           Emit tag info, Handle events, tell liba52dec about cpu
24119           capabilities so it can use MMX etc.
24120         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
24121           Fix a crasher accessing invalid memory
24122         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
24123         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
24124         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24125         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
24126         (dvdnavsrc_query):
24127           Some support for byte-format seeking.
24128           Small fixes for still frames and menu button overlays
24129         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
24130         (gst_mpeg2dec_alloc_buffer):
24131           Use a debug category. Adjust the report level of several items to
24132           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
24133           so it doesn't lose the GstBuffer pointer
24134         * gst/debug/Makefile.am:
24135         * gst/debug/gstdebug.c: (plugin_init):
24136         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
24137         (gst_navseek_base_init), (gst_navseek_class_init),
24138         (gst_navseek_init), (gst_navseek_seek),
24139         (gst_navseek_handle_src_event), (gst_navseek_set_property),
24140         (gst_navseek_get_property), (gst_navseek_chain),
24141         (gst_navseek_plugin_init):
24142         * gst/debug/gstnavseek.h:
24143           Add the navseek debug element for seeking back and forth in a
24144           video stream using arrow keys.
24145         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
24146         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
24147         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
24148         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
24149         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
24150         (gst_mpeg2subt_parse_header), (gst_get_nibble),
24151         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
24152         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
24153         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
24154         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
24155         * gst/mpeg2sub/gstmpeg2subt.h:
24156           Pretty much a complete rewrite. Now a loopbased element. May still
24157           require work to properly synchronise subtitle buffers.
24158         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
24159         (gst_dvd_demux_send_subbuffer):
24160         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
24161           Don't attempt to create subbuffers of size 0
24162           Reduce a couple of error outputs to warnings.
24163         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
24164         (gst_y4mencode_chain):
24165         Output the y4m frame header correctly.
24166
24167 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24168
24169         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
24170           throw errors instead of allowing SIGFPE
24171
24172 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24173
24174         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
24175         (gst_gconf_render_bin_from_key):
24176           leak plugging and style fixing
24177
24178 2004-03-31  David Schleef  <ds@schleef.org>
24179
24180         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
24181         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
24182         (bug #138225)
24183         * gst/debug/Makefile.am:
24184         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
24185         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
24186         plugin.
24187         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
24188         (gst_negotiation_base_init), (gst_negotiation_class_init),
24189         (gst_negotiation_init), (gst_negotiation_getcaps),
24190         (gst_negotiation_pad_link), (gst_negotiation_chain),
24191         (gst_negotiation_set_property), (gst_negotiation_get_property),
24192         (gst_negotiation_plugin_init):  New element to talk about random
24193         negotiation things happening in a pipeline.
24194
24195 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24196
24197         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
24198           fix integer addition with help of Stefan Kost
24199
24200 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24201
24202         * po/nl.po: updated Dutch translation (Elros Cyriatan)
24203
24204 2004-03-30  David Schleef  <ds@schleef.org>
24205
24206         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
24207         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
24208         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
24209         (bug #137504)
24210         * ext/mpeg2dec/gstmpeg2dec.h:
24211
24212 2004-03-30  David Schleef  <ds@schleef.org>
24213
24214         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
24215
24216 2004-03-30  David Schleef  <ds@schleef.org>
24217
24218         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
24219         Michael Petullo) to handle .mov
24220
24221 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24222
24223         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24224         (gst_osselement_rate_check_rate):
24225           probe caps correctly for sound cards that only support one format
24226
24227 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24228
24229         * ext/kio/kiosrc.cpp: (process_events):
24230           update handling event processing if inside KDE - untested
24231
24232 2004-03-29  David Schleef  <ds@schleef.org>
24233
24234         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
24235         by 2 to not interfere with other colorspaces.
24236         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
24237         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
24238         one to not interfere with ffmpeg_colorspace.
24239
24240 2004-03-29  David Schleef  <ds@schleef.org>
24241
24242         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
24243         aren't in the caps.
24244         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
24245         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
24246
24247 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24248
24249         * gst-libs/gst/riff/riff-media.c:
24250           fail on error, don't try to set stuff on NULL caps
24251
24252 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24253
24254         * configure.ac:
24255         * ext/Makefile.am:
24256         * ext/kio/Makefile.am:
24257         * ext/kio/kioreceiver.cpp:
24258         * ext/kio/kioreceiver.h:
24259         * ext/kio/kiosrc.cpp:
24260         * ext/kio/kiosrc.h:
24261           add experimental kiosrc plugin
24262         * ext/alsa/gstalsaplugin.c: (plugin_init):
24263           initialize debugging category only when we're sure registering the
24264           plugins worked.
24265
24266 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24267
24268         * examples/gstplay/player.c: (main):
24269         * gst-libs/gst/play/play.c: (gst_play_class_init),
24270         (gst_play_set_location), (gst_play_set_data_src),
24271         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24272         (gst_play_set_visualization), (gst_play_connect_visualization):
24273           check return values of element_set_state and return FALSE where
24274           failed
24275
24276 2004-03-29  Benjamin Otte  <otte@gnome.org>
24277
24278         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24279           try harder to check if an event is really a discont
24280
24281 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24282
24283         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
24284         * po/az.po:
24285
24286 2004-03-28  Benjamin Otte  <otte@gnome.org>
24287
24288         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
24289         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24290         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24291           get rid of non-standard "..." ranges in case statements.
24292
24293 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
24294
24295         * gst/mpegstream/gstmpegdemux.c:
24296         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
24297         specific functionality split to the new dvddemux element.
24298         * gst/mpegstream/gstdvddemux.c:
24299         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
24300         streams, derived from mpegdemux.
24301         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
24302         up. SCR based timestamp rewriting can be turned off (will probably
24303         completely disappear soon).
24304         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
24305         hacking. General cleanup. All printf statements replaced by
24306         debugging messages. Almost complete libdvdnav support.
24307         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
24308         by events. New properties for audio and subpicture languages.
24309         (dvdnavsrc_update_highlight): Now uses events.
24310         (dvdnavsrc_user_op): Cleaned up.
24311         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
24312         based). Lots of cleanup, and propper support for most libdvdnav
24313         events.
24314         (dvdnavsrc_make_dvd_event): New function.
24315         (dvdnavsrc_make_dvd_nav_packet_event): New function.
24316         (dvdnavsrc_make_clut_change_event): New function.
24317
24318 2004-03-26  Benjamin Otte  <otte@gnome.org>
24319
24320         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
24321           fix bug where typefinding would claim it's theora whenever less then
24322           7 bytes of data were available
24323
24324 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24325
24326         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
24327         (gst_alawdec_base_init), (gst_alawdec_class_init),
24328         (gst_alawdec_init), (gst_alawdec_chain):
24329         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
24330         (gst_alawenc_base_init), (gst_alawenc_class_init),
24331         (gst_alawenc_init), (gst_alawenc_chain):
24332         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
24333         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
24334         (gst_mulawdec_init), (gst_mulawdec_chain):
24335         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
24336         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
24337         (gst_mulawenc_init), (gst_mulawenc_chain):
24338           Fix capsnego in all four, remove the unused property functions and
24339           simplify the chain functions slightly. I guess we could use macros
24340           or something similar for those, since the code is so similar, but
24341           I'm currently too lazy...
24342
24343 2004-03-24  David Schleef  <ds@schleef.org>
24344
24345         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
24346         (gst_osselement_close_audio), (gst_osselement_probe_caps),
24347         (gst_osselement_get_format_structure),
24348         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
24349         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
24350         (gst_osselement_rate_int_compare): Add code to handle rate probing
24351         (bug #120883)
24352         * sys/oss/gstosselement.h: same
24353         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
24354         Use rate probing provided by osselement.
24355         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
24356
24357 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24358
24359         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
24360         (gst_xvidenc_get_property):
24361           ulong/int mess-up.
24362
24363 2004-03-24  David Schleef  <ds@schleef.org>
24364
24365         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
24366         (gst_speexdec_init):
24367         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
24368         (gst_speexenc_init):  Create the pad template correctly (from
24369         the static pad template, not a NULL pointer.)
24370
24371 2004-03-25  Benjamin Otte  <otte@gnome.org>
24372
24373         * gst/debug/Makefile.am:
24374         * gst/debug/breakmydata.c:
24375           add element that quasi-randomly changes bytes in the stream.
24376           Intended use is robustness checking of demuxers and decoders in
24377           media tests.
24378
24379 2004-03-24  Benjamin Otte  <otte@gnome.org>
24380
24381         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24382         (gst_alsa_probe_hw_params):
24383         * ext/alsa/gstalsa.h:
24384           debugging output fixes
24385
24386 2004-03-24  Benjamin Otte  <otte@gnome.org>
24387
24388         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
24389           don't g_return_if_fail if element is PLAYING, fail silently as every
24390           other element.
24391         * gst/effectv/gstquark.c: (gst_quarktv_chain):
24392           only fix needed for cast lvalue issues in gst-plugins
24393         * gst/volenv/gstvolenv.c: (gst_volenv_init):
24394           add proxy_getcaps
24395
24396 2004-03-24  Benjamin Otte  <otte@gnome.org>
24397
24398         * gst/level/gstlevel.c: (gst_level_init):
24399           add proxying getcaps function, so level doesn't advertise impossible
24400           caps
24401
24402 2004-03-24  David Schleef  <ds@schleef.org>
24403
24404         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
24405         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
24406         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
24407         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
24408         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
24409         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
24410         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
24411         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
24412         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
24413         messages.  Divide the chunk size by the compression ratio
24414         (needed for MACE audio)
24415
24416 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24417
24418         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
24419           Fix buffer overflow read error.
24420
24421 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24422
24423         * ext/alsa/gstalsa.h:
24424           Remove unused entry.
24425         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
24426           Add cinepak.
24427         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24428         (gst_videodrop_link), (gst_videodrop_chain):
24429           Fix, sort of. Was horribly broken with new capsnego. Bah...
24430
24431 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
24432
24433         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
24434         (plugin_init):
24435         Add a monkeysaudio typefind function
24436
24437 2004-03-23  Johan Dahlin  <johan@gnome.org>
24438
24439         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
24440         (gst_play_video_fixate): Check so the structure has the field
24441         before trying to fixate them, this makes it possible to have
24442         fakesinks for video and audio output without printing errors on
24443         the output console.
24444
24445 2004-03-22  David Schleef  <ds@schleef.org>
24446
24447         * sys/oss/Makefile.am:
24448         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
24449         (check_rate), (add_rate):  Rate probing test app.
24450
24451 2004-03-21  Benjamin Otte  <otte@gnome.org>
24452
24453         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
24454         (_fixate_caps_to_int), (gst_audio_convert_fixate):
24455           add a fixation function that pretty much does the right thing (fixes
24456           #137556)
24457
24458 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
24459
24460         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
24461
24462 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
24463
24464         reviewed by: Benjamin Otte  <otte@gnome.org>
24465
24466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24467           terminate gst_event_new_discontinuous correctly (fixes parts of
24468           #137711)
24469
24470 2004-03-19  David Schleef  <ds@schleef.org>
24471
24472         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
24473         since it doesn't depend on X, and it's part of our ABI.
24474
24475 2004-03-19  Iain <iain@prettypeople.org>
24476
24477         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
24478         is_int in the structure, not the local variable.
24479
24480 2004-03-19  David Schleef  <ds@schleef.org>
24481
24482         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
24483         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
24484         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
24485         Improvements in caps negotiation.
24486
24487 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24488
24489         * po/LINGUAS:
24490         * po/af.po:
24491           adding Afrikaans (Petri Jooste)
24492
24493 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24494
24495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24496         (gst_ffmpegcolorspace_chain):
24497         throw error instead of g_critical (#137588)
24498
24499 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24500
24501         * Makefile.am:
24502         * configure.ac:
24503           dist common and m4 correctly
24504         * po/sv.po:
24505
24506 2004-03-17  David Schleef  <ds@schleef.org>
24507
24508         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
24509         (bug #137348)
24510
24511 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24512
24513         * po/LINGUAS:
24514         * po/sv.po:
24515           adding Swedish translation (Christian Rose)
24516
24517 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24518
24519         * Makefile.am: use release.mak
24520
24521 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
24522
24523         * common/ChangeLog:
24524         * common/gst-autogen.sh:
24525           add some explanation about the version detection
24526         * configure.ac:
24527           fix X check
24528
24529 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
24530
24531         * configure.ac: bump nano to 1
24532
24533 === release 0.8.0 ===
24534
24535 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
24536
24537         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
24538
24539 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
24540
24541         * configure.ac:
24542           update libtool version
24543         * gst-libs/gst/media-info/Makefile.am:
24544           actually use libtool version
24545
24546 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24547
24548         * configure.ac: fix speex detection to work with 1.0 but not 1.1
24549
24550 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24551
24552         * configure.ac:
24553         * gst-plugins.spec.in:
24554         * pkgconfig/Makefile.am:
24555         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
24556         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24557         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24558         * pkgconfig/gstreamer-libs.pc.in:
24559         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24560         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24561         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
24562         * pkgconfig/gstreamer-plugins.pc.in:
24563           remove @VERSION@ from some of the pc files since core and plugins
24564           are decoupled.
24565           created gstreamer-plugins.pc as it's a better name, but keeping
24566           -libs around for now to get fixes upstream done first.
24567
24568 2004-03-15  Julien MOUTTE <julien@moutte.net>
24569
24570         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
24571         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
24572         * gst-libs/gst/play/play.h:
24573
24574 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24575
24576         * *.c, *.cc: don't mix tabs and spaces
24577
24578 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24579
24580         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
24581           use the new ffmpegcolorspace
24582         * gst-plugins.spec.in:
24583           package new colorspace and media-info
24584         * configure.ac:
24585         * pkgconfig/Makefile.am:
24586           fix some more disting issues
24587         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24588         * pkgconfig/gstreamer-media-info.pc.in:
24589           generate media-info pc files
24590
24591 2004-03-15  Johan Dahlin  <johan@gnome.org>
24592
24593         * *.h: Revert indenting
24594
24595 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24596
24597         * configure.ac:
24598           adding ffmpegcolorspace element
24599         * gst/ffmpegcolorspace/Makefile.am:
24600         * gst/ffmpegcolorspace/avcodec.h:
24601         * gst/ffmpegcolorspace/common.h:
24602         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
24603         * gst/ffmpegcolorspace/dsputil.h:
24604         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
24605         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24606         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
24607         (gst_ffmpeg_caps_to_pix_fmt):
24608         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
24609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24610         (gst_ffmpegcolorspace_caps_remove_format_info),
24611         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
24612         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
24613         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
24614         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
24615         (gst_ffmpegcolorspace_set_property),
24616         (gst_ffmpegcolorspace_get_property),
24617         (gst_ffmpegcolorspace_register):
24618         * gst/ffmpegcolorspace/imgconvert.c:
24619         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
24620         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
24621         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
24622         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
24623         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
24624         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
24625         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
24626         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
24627         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
24628         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
24629         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
24630         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
24631         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
24632         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
24633         (img_get_alpha_info), (deinterlace_line),
24634         (deinterlace_line_inplace), (deinterlace_bottom_field),
24635         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
24636         * gst/ffmpegcolorspace/imgconvert_template.h:
24637         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
24638         * gst/ffmpegcolorspace/mmx.h:
24639         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
24640           adding ffmpegcolorspace element supplied by Ronald after cleaning
24641           up and pulling in the right bits of upstream source.
24642           I'm sure a better C/compiler wizard could do some cleaning up (for
24643           example use GLIB's malloc stuff), but as a first pass this
24644           works very well
24645
24646 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24647
24648         * ext/alsa/gstalsa.h:
24649           I assume Ronald forgot to commit the change to have cardname
24650           as a struct member.  Expect some public spanking at the next
24651           opportunity.
24652
24653 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24654
24655         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
24656         (gst_alsa_open_audio), (gst_alsa_close_audio):
24657         * ext/alsa/gstalsa.c:
24658           Don't open the device if we're a mixer (= padless).
24659         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
24660         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
24661         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
24662           Open mixer during state change rather than during object
24663           initialization. Also, get a device name. Currently in a somewhat
24664           hackish fashion, but I didn't really find something better.
24665
24666 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24667
24668         * *.c, *.h: run gst-indent
24669
24670 2004-03-14  Benjamin Otte  <otte@gnome.org>
24671
24672         * gst/modplug/gstmodplug.cc:
24673         * gst/modplug/gstmodplug.h:
24674           set correct timestamps on outgoing buffers
24675
24676 2004-03-14  Benjamin Otte  <otte@gnome.org>
24677
24678         * gst/modplug/gstmodplug.cc:
24679           handle events - don't do crap when a discont arrives that's not
24680           necessary
24681           This allows correct loading and playback of mods in Rhythmbox
24682
24683 2004-03-14  Benjamin Otte  <otte@gnome.org>
24684
24685         * configure.ac:
24686         * gst-libs/gst/gconf/Makefile.am:
24687         * pkgconfig/Makefile.am:
24688           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
24689           they get rebuilt properly
24690         * configure.ac:
24691           when checking for vorbis, try pkgconfig first.
24692         * gst/modplug/gstmodplug.cc:
24693           add fixate function
24694
24695 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24696
24697         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
24698           Fix for obvious mistake, where we first shift the offset and then
24699           read a samplesize element assuming the old offset. Note that this
24700           part still has something weird, i.e. my movies containing those
24701           don't actually play well, but at least there's something that looks
24702           like sound now.
24703
24704 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
24705         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
24706         (plugin_init):
24707         Add a typefind function for speex format
24708
24709 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24710
24711         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
24712         (gst_asf_demux_setup_pad):
24713           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
24714           instead of 0. Reason is simple: some elements have a fps range
24715           of 1-max instead of 0-max. So now ASF video actually works.
24716
24717 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24718
24719         * po/LINGUAS:
24720         * po/sr.po:
24721           adding serbian as a language
24722
24723 2004-03-13  Benjamin Otte  <otte@gnome.org>
24724
24725         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24726           return taglist correctly from _get function, don't gst_pad_push it.
24727           (fixes #137042)
24728
24729 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
24730         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
24731
24732 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24733
24734         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
24735         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
24736         (gst_alsa_mixer_track_new):
24737         * ext/alsa/gstalsamixertrack.h:
24738           Fix ancient leftovers... MixerTrack is a GObject.
24739
24740 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24741
24742         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
24743         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24744           Don't block during probing...
24745
24746 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24747
24748         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
24749         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
24750         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
24751         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
24752         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
24753         (gst_alsa_open_audio), (gst_alsa_close_audio):
24754         * ext/alsa/gstalsa.h:
24755           Add propertyprobe interface implementation, add some device-name
24756           property, all this so that it looks good in gnome-volume-control.
24757
24758 2004-03-12  David Schleef  <ds@schleef.org>
24759
24760         * configure.ac: the Hermes library controls hermescolorspace, not
24761         colorspace.
24762         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
24763         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
24764         not /* */
24765         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
24766         * ext/sdl/sdlvideosink.h: ditto.
24767         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
24768
24769 2004-03-12  Benjamin Otte  <otte@gnome.org>
24770
24771         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
24772         (gst_x_overlay_got_xwindow_id):
24773         * gst-libs/gst/xoverlay/xoverlay.h:
24774           replace XID with unsigned long to get rid of the xlibs dependency in
24775           XOverlay (fixes #137004)
24776
24777 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
24778         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
24779         (gst_agingtv_setup):
24780         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
24781         (gst_dicetv_base_init), (gst_dicetv_class_init),
24782         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
24783         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
24784         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
24785         (gst_edgetv_setup), (gst_edgetv_rgb32):
24786         * gst/effectv/gsteffectv.c:
24787         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
24788         (gst_quarktv_set_property):
24789         * gst/effectv/gstrev.c: (gst_revtv_get_type),
24790         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
24791         (gst_revtv_setup), (gst_revtv_rgb32):
24792         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
24793         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
24794         (gst_shagadelictv_init), (gst_shagadelictv_setup),
24795         (gst_shagadelictv_rgb32):
24796         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
24797         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
24798         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
24799         * gst/effectv/gstwarp.c:
24800         Port everything that can be ported to videofilter and fix up the caps.
24801         Can someone with a big-endian machine please check these?
24802
24803 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24804
24805         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
24806         (gst_osssink_chain), (gst_osssink_change_state):
24807           Latest fixes for A/V sync, audio playback and such. This is about
24808           all... MPEG playback issues are mostly related to the async build-
24809           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
24810
24811 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24812
24813         patch from: Stephane Loeuillet
24814
24815         * configure.ac:
24816           use pkg-config for some libraries, falling back to the old .m4 way
24817           (fixes #131270)
24818         * m4/libdv.m4:
24819           removed
24820
24821 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24822
24823         * configure.ac:
24824         * tools/Makefile.am:
24825         * tools/Makefile.in:
24826         * tools/gst-launch-ext-m.m:
24827         * tools/gst-launch-ext.1.in:
24828         * tools/gst-visualise-m.m:
24829         * tools/gst-visualise.1:
24830         * tools/gst-visualise.1.in:
24831           reorganizing generation of script tools
24832
24833 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24834
24835         * ext/divx/gstdivxdec.c:
24836           Downgrade priority. We prefer ffdec_mpeg4.
24837         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
24838         (gst_faad_chain), (gst_faad_change_state):
24839           Fix capsnego. Doesn't work for some sounds because we don't have
24840           a 5:1 to stereo element.
24841         * ext/xvid/gstxvid.c: (plugin_init):
24842           Add priority.
24843         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24844         (gst_osssink_change_state):
24845           Add discont handling.
24846
24847 2004-03-09  Colin Walters  <walters@verbum.org>
24848
24849         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
24850         conversion.
24851
24852 2004-03-09  Benjamin Otte  <otte@gnome.org>
24853
24854         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
24855           the signals take 2 arguments
24856
24857 2004-03-09  David Schleef  <ds@schleef.org>
24858
24859         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
24860         (gst_alsa_fixate): Add fixate function.  (bug #136686)
24861         * ext/alsa/gstalsa.h:
24862         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
24863
24864 2004-03-09  Benjamin Otte  <otte@gnome.org>
24865
24866         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
24867         (gst_mikmod_change_state):
24868         * ext/mikmod/gstmikmod.h:
24869           make mikmod's loop function not loop infinitely and call
24870           gst_element_yield anymore
24871         * gst/modplug/gstmodplug.cc:
24872           fix pad negotiation (fixes #136590)
24873
24874 2004-03-09  David Schleef  <ds@schleef.org>
24875
24876         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
24877         doesn't conflict with the internal colorspace plugin.
24878         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
24879         satisfy the crappy-ass shell shipped by a certain vendor.
24880         * gst/videofilter/make_filter: same (bug #135299)
24881
24882 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24883
24884         * configure.ac: bump nano to 1
24885
24886 === release 0.7.6 ===
24887
24888 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24889
24890         * configure.in: releasing 0.7.6, "There"
24891
24892 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24893
24894         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24895         * pkgconfig/gstreamer-play.pc.in:
24896           synchronize the two
24897
24898 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24899
24900         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
24901         (cdparanoia_open), (cdparanoia_event):
24902           fix/add error handling
24903         * po/POTFILES.in:
24904           add cdparanoia source
24905         * tools/Makefile.am:
24906           make scripts executable
24907
24908 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24909
24910         * configure.ac:
24911         * ext/vorbis/Makefile.am:
24912         * sys/Makefile.am:
24913           remove id3types, vorbisfile and xvideosink from the build (#133783)
24914
24915 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24916
24917         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24918           Fix metadata read crash (#136537).
24919
24920 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24921
24922         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24923         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
24924           adding mime types, fixing the one-stop function
24925
24926 2004-03-08  Christian Schaller <Uraeus@gnome.org>
24927
24928         * ext/nas/nassink.c and /ext/nas/nassink.h:
24929         More NAS love from Arwed von Merkatz
24930         So lets all sing 'Can you feel the NAS tonight'
24931
24932 2004-03-08  Christian Schaller <Uraeus@gnome.org>
24933
24934         * tools/gst-launch-ext.in:
24935         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
24936
24937 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24938
24939         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
24940         (gst_mpeg2dec_init):
24941         remove the user_data pad for now, because it is being used in
24942         fixating causing MPEG playback to fixate on 1000 Hz for playback.
24943         If someone knows how to fix this properly, please do.
24944
24945 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24946
24947         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
24948         (gst_osssink_get_time):
24949         add a warning, IMO this won't get triggered anymore, remove later
24950
24951 2004-03-07  David Schleef  <ds@schleef.org>
24952
24953         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
24954         format (bug #136470)
24955
24956 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24957
24958         * gst-libs/Makefile.am:
24959         * gst-libs/gst/media-info/Makefile.am:
24960         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
24961         (error_callback), (gst_media_info_error_create),
24962         (gst_media_info_error_element), (gmip_init), (gmip_reset),
24963         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
24964         * gst-libs/gst/media-info/media-info-priv.h:
24965         * gst-libs/gst/media-info/media-info-test.c: (main):
24966         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24967         (gst_media_info_class_init), (gst_media_info_instance_init),
24968         (gst_media_info_set_source), (gst_media_info_read_with_idler),
24969         (gst_media_info_read_idler), (gst_media_info_read):
24970         * gst-libs/gst/media-info/media-info.h:
24971         fixed, should work now
24972
24973 2004-03-07  Christian Schaller <Uraeus@gnome.org>
24974
24975         * ext/nas/nassink.c:
24976         A bunch of NAS fixes from Arwed von Merkatz
24977
24978 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24979
24980         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
24981         (qtdemux_parse_trak):
24982           Fix crash (j might be greater than n_samples, in which case we're
24983           writing outside the allocated space for the array) and memleak.
24984
24985 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24986
24987         * sys/oss/gstosssink.c: (gst_osssink_chain):
24988           And another caller that couldn't handle delay < 0 (unsigned
24989           integer overflow). Video now continues playing on an audio
24990           buffer underrun, and the clock continues working. Audio still
24991           stalls.
24992
24993 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24994
24995         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
24996         (gst_osssink_get_time):
24997           get_delay() may return values lower than 0. In those cases, we
24998           should not actually cast to *unsigned* int64, that will break
24999           stuff horribly. In my case, it screwed up A/V sync in movies
25000           in totem rather badly.
25001
25002 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
25003
25004         * ext/faac/gstfaac.c: (gst_faac_chain):
25005         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25006         * ext/libpng/gstpngenc.c: (user_write_data):
25007         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
25008         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
25009         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
25010         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
25011         Fix several misuse of gst_buffer_merge (it doesn't take ownership
25012         of any buffer), should fix some leaks. I hope I didn't unref buffers
25013         that shouldn't be...
25014
25015 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25016
25017         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
25018         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
25019         (error_callback), (gmi_reset), (gmi_seek_to_track),
25020         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
25021         (gmip_find_type_post), (gmip_find_stream_post),
25022         (gmip_find_track_streaminfo_post):
25023         * gst-libs/gst/media-info/media-info-priv.h:
25024         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
25025         (info_print), (main):
25026         * gst-libs/gst/media-info/media-info.c:
25027         (gst_media_info_error_create), (gst_media_info_error_element),
25028         (gst_media_info_instance_init), (gst_media_info_get_property),
25029         (gst_media_info_new), (gst_media_info_set_source),
25030         (gst_media_info_read_idler), (gst_media_info_read):
25031         * gst-libs/gst/media-info/media-info.h:
25032           first pass at making this work again.  This seems to work on
25033           tagged ogg/vorbis and mp3 files.
25034
25035 2004-03-06  Benjamin Otte  <otte@gnome.org>
25036
25037         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25038           fix huge leak: gst_buffer_merge doesn't unref the first argument
25039           itself.
25040
25041 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25042
25043         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
25044           report layer/mode/emphasis
25045
25046 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
25047
25048         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
25049
25050 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25051
25052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
25053           signal serial
25054
25055 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25056
25057         * ext/vorbis/vorbis.c: (plugin_init):
25058         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25059         (gst_vorbis_dec_init), (vorbis_dec_event):
25060         add debug category
25061         make vorbisdec handle _BYTE and _TIME queries
25062
25063 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
25064
25065         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
25066           from the xing header
25067
25068 2004-03-06  Benjamin Otte  <otte@gnome.org>
25069
25070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
25071         (gst_audio_convert_link), (gst_audio_convert_change_state),
25072         (gst_audio_convert_buffer_from_default_format):
25073           do conversions from/to float correctly, fix some caps nego errors,
25074           export correct supported caps in template and getcaps, use correct
25075           caps in try_set_caps functions
25076
25077 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
25078
25079         For some reason, I only committed a ChangeLog entry yesterday and
25080         not the corresponding code...
25081         * ext/mad/gstmad.c: Fix detection of Xing headers
25082         * gst/tags/gstid3tag.c: Changes to support TLEN tags
25083
25084 2004-03-06  Benjamin Otte  <otte@gnome.org>
25085
25086         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
25087         (gst_ogg_demux_src_query):
25088           make sure to handle the case where there's no current chain
25089           gracefully.
25090
25091 2004-03-05  David Schleef  <ds@schleef.org>
25092
25093         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
25094         Add fixate function. (bug #131128)
25095         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
25096         (gst_sdlvideosink_fixate):  Add fixate function.
25097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25098         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
25099         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
25100         Fix missing break that was causing ulaw to be interpreted as
25101         raw int.
25102
25103 2004-03-05  David Schleef  <ds@schleef.org>
25104
25105         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
25106         Fix code that ignores return value of gst_buffer_merge().
25107         (bug #114560)
25108         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
25109         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
25110         * testsuite/gst-lint:  Check for above.
25111
25112 2004-03-05  David Schleef  <ds@schleef.org>
25113
25114         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
25115         caps and throw an element error.  (bug #136334)
25116
25117 2004-03-05  David Schleef  <ds@schleef.org>
25118
25119         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
25120         (gst_faad_chain): Fix negotiation.
25121         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
25122         key and button events.
25123         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
25124         dung heap of code.
25125         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
25126         depends on gconf
25127         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
25128         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25129         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
25130         function to encourage better negotiation, particularly between
25131         audioconvert and osssink.
25132         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
25133         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
25134         more important.
25135         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
25136         typefinding.
25137         * gst/vbidec/vbiscreen.c:  Add glib header
25138         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
25139
25140 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
25141
25142         * ext/mad/gstmad.c: Fix detection of Xing headers
25143         * gst/tags/gstid3tag.c: Changes to support TLEN tags
25144
25145 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25146
25147         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25148         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
25149           debug updates
25150
25151 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
25152
25153         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25154         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
25155         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
25156         files, and report the parsed length as a GST_TAG_DURATION tag.
25157         * gst/tags/gstid3tag.c: support TLEN (duration) tag
25158
25159 2004-03-05  Benjamin Otte  <otte@gnome.org>
25160
25161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
25162           convert channels correctly. convert correctly to unsigned.
25163
25164 2004-03-05  Julien MOUTTE <julien@moutte.net>
25165
25166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
25167         we have a window before clearing it.
25168
25169 2004-03-05  Julien MOUTTE <julien@moutte.net>
25170
25171         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
25172         have a window before clearing it.
25173
25174 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25175
25176         * gconf/gstreamer.schemas.in:
25177         * gst-libs/gst/gconf/Makefile.am:
25178           version installation path the same way as for 0.6
25179         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
25180         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
25181         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25182           remove comment that was fixed
25183
25184 2004-03-05  David Schleef  <ds@schleef.org>
25185
25186         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
25187         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
25188         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
25189         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
25190         Add prototype code for handling seeking and querying.
25191
25192 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25193
25194         * examples/gstplay/player.c: (main):
25195           Initialize variables to NULL. Prevents a segfault because the
25196           (uninitialized) variable is not NULL, resulting in a crash on
25197           trying to reach error->message.
25198
25199 2004-03-05  Benjamin Otte  <otte@gnome.org>
25200
25201         * gst/audioconvert/gstaudioconvert.c:
25202         (gst_audio_convert_buffer_to_default_format):
25203         make float=>int conversion work correctly even in cornercases.
25204
25205 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
25206
25207         * debian/README.Debian:
25208         * debian/build-deps:
25209         * debian/changelog:
25210         * debian/control:
25211         * debian/control.in:
25212         * debian/copyright:
25213         * debian/gstreamer-a52dec.files:
25214         * debian/gstreamer-aa.files:
25215         * debian/gstreamer-alsa.files:
25216         * debian/gstreamer-alsa.manpages:
25217         * debian/gstreamer-arts.files:
25218         * debian/gstreamer-artsd.files:
25219         * debian/gstreamer-audiofile.files:
25220         * debian/gstreamer-avifile.files:
25221         * debian/gstreamer-cdparanoia.files:
25222         * debian/gstreamer-colorspace.files:
25223         * debian/gstreamer-doc.files:
25224         * debian/gstreamer-dv.files:
25225         * debian/gstreamer-dvd.files:
25226         * debian/gstreamer-esd.files:
25227         * debian/gstreamer-festival.files:
25228         * debian/gstreamer-flac.files:
25229         * debian/gstreamer-gconf.conffiles:
25230         * debian/gstreamer-gconf.files:
25231         * debian/gstreamer-gconf.postinst:
25232         * debian/gstreamer-gnomevfs.files:
25233         * debian/gstreamer-gsm.files:
25234         * debian/gstreamer-http.files:
25235         * debian/gstreamer-jack.files:
25236         * debian/gstreamer-jpeg.files:
25237         * debian/gstreamer-mad.files:
25238         * debian/gstreamer-mikmod.files:
25239         * debian/gstreamer-misc.files:
25240         * debian/gstreamer-mpeg2dec.files:
25241         * debian/gstreamer-oss.files:
25242         * debian/gstreamer-plugin-apps.files:
25243         * debian/gstreamer-plugin-apps.manpages:
25244         * debian/gstreamer-plugin-libs-dev.files:
25245         * debian/gstreamer-plugin-libs.files:
25246         * debian/gstreamer-plugin-template.postinst:
25247         * debian/gstreamer-plugin-template.postrm:
25248         * debian/gstreamer-sdl.files:
25249         * debian/gstreamer-sid.files:
25250         * debian/gstreamer-vorbis.files:
25251         * debian/gstreamer-x.files:
25252         * debian/mk.control:
25253         * debian/rules:
25254         Debian package info not maintained here.
25255
25256 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25257
25258         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
25259         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
25260         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
25261         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
25262         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
25263         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
25264         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
25265         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
25266         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
25267         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
25268         * gst-libs/gst/colorbalance/colorbalance.c:
25269         (gst_color_balance_class_init):
25270         * gst-libs/gst/colorbalance/colorbalancechannel.c:
25271         (gst_color_balance_channel_class_init):
25272         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
25273         * gst-libs/gst/play/play.c: (gst_play_class_init):
25274         * gst-libs/gst/propertyprobe/propertyprobe.c:
25275         (gst_property_probe_iface_init):
25276         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
25277         * gst-libs/gst/tuner/tunerchannel.c:
25278         (gst_tuner_channel_class_init):
25279         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
25280         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
25281         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
25282         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
25283         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
25284         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
25285         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25286         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
25287         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
25288           fix signals to use - instead of _
25289         * ext/libcaca/gstcacasink.h:
25290         * ext/sdl/sdlvideosink.h:
25291           fix header rename
25292
25293 2004-03-04  David Schleef  <ds@schleef.org>
25294
25295         * testsuite/gst-lint:  Add a check for bad signal names.
25296
25297 2004-03-04  <kost@imn.htwk-leipzig.de>
25298
25299         reviewed by David Schleef
25300
25301         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
25302         modified the alpha channel and caused a warning. (bug #136192)
25303
25304 2004-04-03  Christian Schaller <Uraeus@gnome.org>
25305
25306         * gst-plugins.spec.in:
25307         Change names of plugins to actually be correct. Try to keep things
25308         alphabetical to avoid getting beat up by Thomas
25309
25310 2004-03-03  Julien MOUTTE <julien@moutte.net>
25311
25312         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
25313         Using ximagesink as a default if no gconf key found. We should
25314         probably consider using alsasink instead of osssink for the audio
25315         part.
25316
25317 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25318
25319         * configure.ac:
25320           fix --with-plugins, don't think it ever worked before
25321         * gst-plugins.spec.in:
25322           even more updates
25323
25324 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25325
25326         * ext/sdl/sdlvideosink.h:
25327         * sys/ximage/ximagesink.h:
25328         * sys/xvideo/xvideosink.h:
25329         * sys/xvimage/xvimagesink.h:
25330           Fix for move of gstvideosink.h -> videosink.h.
25331
25332 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25333
25334         * gst-libs/gst/xwindowlistener/Makefile.am:
25335           this is a plugin library, not a library
25336
25337 2004-03-01  David Schleef  <ds@schleef.org>
25338
25339         * AUTHORS:  Added some names.  Add yourself if you're still
25340         missing.
25341
25342 2004-03-01  David Schleef  <ds@schleef.org>
25343
25344         * MAINTAINERS: Add
25345
25346 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25347
25348         * gst-plugins.spec.in: clean up spec file
25349
25350 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25351
25352         * gst-libs/gst/video/Makefile.am:
25353         * gst-libs/gst/video/gstvideosink.c:
25354         * gst-libs/gst/video/gstvideosink.h:
25355           rename gstvideosink.h to videosink.h to match other headers
25356         * gst/mixmatrix/Makefile.am:
25357           fix plugin filename
25358         * gst/tags/Makefile.am: fix plugin filename
25359
25360 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25361
25362         * gst/tags/Makefile.am: fix plugin filename
25363
25364 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25365
25366         * examples/gstplay/player.c: (got_time_tick), (main):
25367           add error handler
25368           display time_tick more readably
25369         * gst/mixmatrix/Makefile.am:
25370           fix plugin file name
25371
25372 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
25373
25374         * sys/oss/gstosselement.c: (gst_osselement_probe),
25375         (device_combination_append), (gst_osselement_class_probe_devices):
25376         * sys/oss/gstosselement.h:
25377           Reworked enumeration of oss dsps and mixers so that gst-mixer works
25378           on my system using alsa oss emulation, fixes bug #135597
25379
25380 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25381
25382         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
25383         (gst_videodrop_chain), (gst_videodrop_change_state):
25384         * gst/videodrop/gstvideodrop.h:
25385           Work based on timestamp of input data, not based on the expected
25386           framerate from the input. The consequence is that this element now
25387           not only scales framerates, but also functions as a framerate
25388           corrector or framerate stabilizer/constantizer.
25389
25390 2004-02-27  David Schleef  <ds@schleef.org>
25391
25392         patches from jmmv@menta.net (Julio M. Merino Vidal)
25393
25394         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
25395         GST_ELEMENT_ERROR call (bug #135634)
25396         * gst/interleave/interleave.c: (interleave_buffered_loop),
25397         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
25398         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
25399         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
25400         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
25401         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
25402         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
25403         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
25404         Fix GST_ELEMENT_ERROR call.
25405         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
25406         GST_ELEMENT_ERROR call.
25407
25408 2004-02-27  Benjamin Otte  <otte@gnome.org>
25409
25410         * gst-libs/gst/audio/audio.h:
25411           add macro to make sure header isn't included twice
25412         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
25413           don't use gst_buffer_free
25414         * gst/playondemand/filter.func:
25415           don't use gst_data_free. Free data only once.
25416
25417 2004-02-26  David Schleef  <ds@schleef.org>
25418
25419         * gst-libs/gst/colorbalance/Makefile.am:
25420         * gst-libs/gst/mixer/Makefile.am:
25421         * gst-libs/gst/tuner/Makefile.am:
25422         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
25423         should not be disted, -marshal.h files should not be installed,
25424         and -enum.h files _should_ be installed.  Fix to make this the
25425         case.
25426
25427 === release 0.7.5 ===
25428
25429 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25430
25431         * configure.ac: release 0.7.5, "Under The Sea"
25432
25433 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25434
25435         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25436         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
25437         * gst/videoscale/gstvideoscale.c:
25438         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25439           assorted debug/warning fixes
25440
25441 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25442
25443         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
25444         (gst_videoscale_init), (gst_videoscale_chain),
25445         (gst_videoscale_set_property), (plugin_init):
25446         * gst/videoscale/gstvideoscale.h:
25447         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25448         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
25449         (gst_videoscale_planar400), (gst_videoscale_packed422),
25450         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
25451         (gst_videoscale_24bit), (gst_videoscale_16bit),
25452         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
25453         (gst_videoscale_scale_plane_slow),
25454         (gst_videoscale_scale_point_sample),
25455         (gst_videoscale_scale_nearest),
25456         (gst_videoscale_scale_nearest_str2),
25457         (gst_videoscale_scale_nearest_str4),
25458         (gst_videoscale_scale_nearest_32bit),
25459         (gst_videoscale_scale_nearest_24bit),
25460         (gst_videoscale_scale_nearest_16bit):
25461         add debugging category and use it properly
25462         fix use of GST_PTR_FORMAT
25463
25464 2004-02-25  Andy Wingo  <wingo@pobox.com>
25465
25466         * gst/interleave/interleave.c (interleave_buffered_loop): Always
25467         push only when channel->buffer is NULL. Prevents segfaults doing
25468         the state change after a nonlocal exit, like a scheme exception.
25469
25470         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25471         Handle the case where the intersected caps is empty.
25472
25473 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25474
25475         * gst/law/mulaw-decode.c: (mulawdec_link):
25476         * gst/law/mulaw.c: (plugin_init):
25477           fix mulawdec so it actually works again
25478
25479 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
25480
25481         reviewed by: David Schleef  <ds@schleef.org>
25482
25483         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
25484         (gst_gamma_init), (gst_gamma_set_property),
25485         (gst_gamma_get_property), (gst_gamma_calculate_tables),
25486         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
25487         for RGB, with separate r g and b correction factors. (#131167)
25488
25489 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25490
25491         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25492           only signal tags for bitrate if they're > 0 (#134894)
25493
25494 2004-02-24  David Schleef  <ds@schleef.org>
25495
25496         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
25497         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
25498         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
25499         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
25500         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
25501         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
25502         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
25503         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
25504         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
25505         category.  Attempt to fix timestamp calculation.
25506
25507 2004-02-24  Johan Dahlin  <johan@gnome.org>
25508
25509         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
25510
25511 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25512
25513         * configure.ac:
25514         * gconf/Makefile.am:
25515         * gconf/gstreamer.schemas:
25516         * gst-libs/gst/gconf/Makefile.am:
25517         * gst-libs/gst/gconf/gconf.c:
25518           version gconf schemas and install locations
25519
25520 2004-02-23  Benjamin Otte  <otte@gnome.org>
25521
25522         * ext/xine/xineinput.c: (gst_xine_input_dispose):
25523         (gst_xine_input_subclass_init):
25524           call parent dispose.
25525           change pad template for CD reader correctly
25526         * ext/xine/Makefile.am:
25527         * ext/xine/gstxine.h:
25528         * ext/xine/xine.c: (plugin_init):
25529         * ext/xine/xineaudiosink.c:
25530           wrap audio sinks, too
25531         * gst-libs/gst/resample/private.h:
25532         * gst-libs/gst/resample/resample.c: (gst_resample_init),
25533         (gst_resample_reinit), (gst_resample_scale),
25534         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
25535         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
25536         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
25537         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
25538         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
25539         * gst-libs/gst/resample/resample.h:
25540         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
25541         (gst_audioscale_class_init), (gst_audioscale_link),
25542         (gst_audioscale_get_buffer), (gst_audioscale_init),
25543         (gst_audioscale_chain), (gst_audioscale_set_property),
25544         (gst_audioscale_get_property):
25545         * gst/audioscale/gstaudioscale.h:
25546           s/resample_*/gst_resample_*/i to not clobber namespaces
25547
25548 2004-02-23  Julien MOUTTE  <julien@moutte.net>
25549
25550         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
25551         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
25552         (gst_riff_create_video_template_caps),
25553         (gst_riff_create_audio_template_caps),
25554         (gst_riff_create_iavs_template_caps):
25555         * gst-libs/gst/riff/riff-media.h:
25556         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25557         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
25558         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
25559         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
25561         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
25562         (gst_matroska_demux_plugin_init): First batch implementing audio and
25563         video codec tags in demuxers.
25564
25565 2004-02-22  Benjamin Otte  <otte@gnome.org>
25566
25567         * ext/xine/Makefile.am:
25568         * ext/xine/gstxine.h:
25569         * ext/xine/xine.c: (plugin_init):
25570         * ext/xine/xineinput.c:
25571           add input plugin wrapper. Playback from files, http, mms and cdda
25572           works.
25573         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
25574           remove leftover G_GNUC_UNUSED
25575         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
25576         (gst_asf_demux_identify_guid):
25577           improve debugging output
25578
25579 2004-02-22  Benjamin Otte  <otte@gnome.org>
25580
25581         reported by: Padraig O'Briain <padraig.obriain@sun.com>
25582
25583         * autogen.sh:
25584           replace test -e with test -x for mkinstalldirs to be more portable.
25585           (fixes #134816)
25586
25587 2004-02-22  Benjamin Otte  <otte@gnome.org>
25588
25589         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
25590
25591         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
25592           set rank to PRIMARY
25593         * gst/volume/gstvolume.c: (plugin_init):
25594           set rank to NONE
25595         fixes #134960
25596
25597 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
25598
25599         reviewed by Benjamin Otte  <otte@gnome.org>
25600
25601         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
25602           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
25603
25604 2004-02-22  Benjamin Otte  <otte@gnome.org>
25605
25606         * configure.ac:
25607           export [_]*{gst,Gst,GST}.* symbols from plugins
25608
25609 2004-02-22  Christophe Fergeau <teuf@gnome.org>
25610
25611         reviewed by: Benjamin Otte  <otte@gnome.org>
25612
25613         * ext/lame/gstlame.c: (add_one_tag):
25614         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25615         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
25616         (gst_vorbisenc_metadata_set1):
25617         * gst/tags/gstid3tag.c:
25618         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
25619           apply fixes from bugs #135042 (lame can't write tags) and #133817
25620           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
25621
25622 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
25623
25624         * configure.ac: Export only gst_plugin_desc from plugins.
25625          Note that this change only makes any effect with Linux using libtool
25626          1.5.2 or higher. Otherwise it is silently ignored, but it would build
25627          fine. And don't try to have several versions of libtool in different
25628          directories.
25629
25630 2004-02-20  Andy Wingo  <wingo@pobox.com>
25631
25632         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
25633         interleave respectively.
25634
25635         * gst/interleave/deinterleave.c: New plugin: deinterleave
25636         (replaces on oneton).
25637         * gst/interleave/interleave.c: New plugin: interleave.
25638         * gst/interleave/plugin.h: Support file.
25639         * gst/interleave/plugin.c: Support file.
25640
25641         * configure.ac: Remove intfloat and oneton, add interleave.
25642
25643         * ext/sndfile/gstsf.c: Handle events better.
25644
25645         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
25646         and float2int operation. int2float has scheduling problems as
25647         noted in in2float_chain.
25648
25649 2004-02-20  Benjamin Otte  <otte@gnome.org>
25650
25651         * ext/xine/Makefile.am:
25652         * ext/xine/gstxine.h:
25653         * ext/xine/xine.c:
25654         * ext/xine/xineaudiodec.c:
25655         * ext/xine/xinecaps.c:
25656           add first version of xine plugin wrapper. Currently only wraps the
25657           QDM2 win32 DLL, and even that only in proof-of-concept quality.
25658         * configure.ac:
25659         * ext/Makefile.am:
25660           add xine plugin wrapper, disabled by default. Use --enable-xine to
25661           build. Note that it'll segfault on gst-register if you don't remove
25662           the goom and tvtime post plugins from xine.
25663         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25664         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
25665           add extradata parsing for QDM2.
25666           change around debugging prints.
25667
25668 2004-02-19  Benjamin Otte  <otte@gnome.org>
25669
25670         * ext/lame/gstlame.c: (gst_lame_chain):
25671         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
25672           use gst_tag_list_insert when you want to insert tags
25673
25674 2004-02-18  David Schleef  <ds@schleef.org>
25675
25676         * configure.ac:  Move massink to gst-rotten
25677         * ext/Makefile.am:
25678         * ext/mas/Makefile.am:
25679         * ext/mas/massink.c:
25680         * ext/mas/massink.h:
25681
25682 2004-02-18  David Schleef  <ds@schleef.org>
25683
25684         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
25685         typefinding, since it seems to be worse than nothing.
25686         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
25687         atom to recognize .mp4 and .m4a files as video/quicktime.
25688
25689 2004-02-18  David Schleef  <ds@schleef.org>
25690
25691         * gst/sine/demo-dparams.c: (quit_live),
25692         (dynparm_log_value_changed), (dynparm_value_changed), (main):
25693         Use double dparams, not float.
25694         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25695         (gst_sinesrc_init): Change sync default to FALSE, since multiple
25696         sync'd elements don't really work correctly.
25697         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
25698         (volume_update_volume), (volume_get_property):  Change dparam
25699         to double.
25700
25701 2004-02-18  Julien MOUTTE  <julien@moutte.net>
25702
25703         * sys/ximage/ximagesink.c:
25704         (gst_ximagesink_xwindow_update_geometry),
25705         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
25706         (gst_ximagesink_change_state), (gst_ximagesink_expose),
25707         (gst_ximagesink_init): Rework the way software video scaling works. So
25708         now we check on each chain call if the video frames are feeling the
25709         window. If not we try to renegotiate caps. On failure we memorize that
25710         and we won't try again for that PLAYING sessions.
25711         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
25712         failure.
25713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
25714         synchronous flag.
25715
25716 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25717
25718         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
25719           break up _link so we can give a better debug message for errors
25720
25721 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25722
25723         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25724           set up debug category
25725
25726 2004-02-18  Julien MOUTTE <julien@moutte.net>
25727
25728         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25729         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
25730         the way renegotiation work. The event handling function is not taking
25731         care of external windows and renegotiate method check for pad flags
25732         NEGOTIATING. Should fix : #133209
25733
25734 2004-02-17  Julien MOUTTE  <julien@moutte.net>
25735
25736         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
25737         pad is negotiating before trying renegotiation.
25738
25739 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25740
25741         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
25742           pass on all possible mime types as typefind hints
25743
25744 2004-02-17  Julien MOUTTE <julien@moutte.net>
25745
25746         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
25748         possible SHM leak if we crash. All other apps using XShm are doing
25749         that.
25750
25751 2004-02-17  Julien MOUTTE  <julien@moutte.net>
25752
25753         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25754         (gst_ximagesink_expose): Renegotiate size on expose.
25755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
25756         size on expose.
25757
25758 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25759
25760         * testsuite/alsa/sinesrc.c:
25761           cosmetic fix to fix compile issue with gcc 2.95.4
25762
25763 2004-02-16  Julien MOUTTE <julien@moutte.net>
25764
25765         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25766         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
25767         failed opening the audio device.
25768         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25769         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
25770         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
25771         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
25772         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
25773         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
25774         (gst_ximagesink_change_state), (gst_ximagesink_chain),
25775         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
25776         Removing some useless g_return_if_fail like wingo suggested.
25777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25778         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
25779         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
25780         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
25781         (gst_xvimagesink_update_colorbalance),
25782         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
25783         (gst_xvimagesink_xcontext_clear),
25784         (gst_xvimagesink_get_fourcc_from_caps),
25785         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25786         (gst_xvimagesink_set_xwindow_id),
25787         (gst_xvimagesink_colorbalance_list_channels),
25788         (gst_xvimagesink_colorbalance_set_value),
25789         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
25790         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
25791
25792 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25793
25794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
25795           throw error when not negotiated instead of asserting
25796
25797 2004-02-15  Julien MOUTTE  <julien@moutte.net>
25798
25799         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
25800         correct data refcounting.
25801
25802 2004-02-15  Julien MOUTTE  <julien@moutte.net>
25803
25804         * gst/switch/gstswitch.c: (gst_switch_change_state),
25805         (gst_switch_class_init): Cleaning the sinkpads correctly on state
25806         change, mostly the EOS flag.
25807
25808 2004-02-15  Julien MOUTTE  <julien@moutte.net>
25809
25810         * examples/gstplay/player.c: (got_eos), (main): Adding some
25811         output for debugging.
25812         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
25813         timeouts if we go to any state different from PLAYING.
25814         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
25815         more EOS bugs in riff lib.
25816
25817 2004-02-14  Julien MOUTTE  <julien@moutte.net>
25818
25819         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
25820         visualization until i find a way to fix switch correctly.
25821         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
25822         EOS arrives.
25823         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25824         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25825         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
25826         Reworked switch to get a more correct behaviour with events and refing
25827         of data stored in sinkpads.
25828         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
25829         we don't pull from a pad in EOS.
25830
25831 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25832
25833         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25834           remove v1 tag even if we can't read it (makes sure we don't detect
25835           it again)
25836
25837 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25838
25839         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
25840         (gst_alsa_xrun_recovery):
25841         * ext/alsa/gstalsa.h:
25842           try xrun recovery when wait failed. Make xrun recovery function
25843           return TRUE/FALSE to indicate success. (might fix #134354)
25844
25845 2004-02-13  David Schleef  <ds@schleef.org>
25846
25847         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
25848         (dynparm_value_changed), (main): Convert from float to double.
25849         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
25850
25851 2004-02-13  David Schleef  <ds@schleef.org>
25852
25853         * gst/silence/gstsilence.c: (gst_silence_class_init),
25854         (gst_silence_set_clock), (gst_silence_get),
25855         (gst_silence_set_property), (gst_silence_get_property):
25856         * gst/silence/gstsilence.h: Add sync property.
25857         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25858         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
25859         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
25860         * gst/sine/gstsinesrc.h: Add sync property.
25861
25862 2004-02-13  David Schleef  <ds@schleef.org>
25863
25864         * gst/intfloat/gstint2float.c: (conv_f32_s16),
25865         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
25866
25867 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25868
25869         * configure.ac:
25870         * ext/Makefile.am:
25871         * gst-libs/ext/Makefile.am:
25872           move ffmpeg plugin to gst-ffmpeg module
25873
25874 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25875
25876         * configure.ac: use GST_ARCH to detect architecture
25877
25878 2004-02-12  Julien MOUTTE  <julien@moutte.net>
25879
25880         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
25881
25882 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25883
25884         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25885           classify LADSPA plugins based on number of src/sink pads
25886           (#133663, Stefan Kost)
25887         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
25888           fix dparams registration
25889           (#133528, Stefan Kost)
25890         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
25891           fix use of isprint and use g_ascii_isprint instead
25892           (#133316, Stefan Kost)
25893
25894 2004-02-11  David Schleef  <ds@schleef.org>
25895
25896         Convert a few inner loops to use liboil.  This is currently
25897         optional, and is only enabled if liboil is present (duh!).
25898         * configure.ac: Check for liboil-0.1
25899         * gst/intfloat/Makefile.am:
25900         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
25901         (gst_int2float_chain_gint16):
25902         * gst/videofilter/Makefile.am:
25903         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
25904         (tablelookup_u8), (gst_videobalance_planar411):
25905         * gst/videotestsrc/Makefile.am:
25906         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
25907         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
25908         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
25909         (paint_hline_RGB565), (paint_hline_xRGB1555):
25910
25911 2004-02-11  David Schleef  <ds@schleef.org>
25912
25913         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
25914         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
25915         (gst_colorspace_getcaps), (gst_colorspace_link),
25916         (gst_colorspace_base_init), (gst_colorspace_init),
25917         (gst_colorspace_chain), (gst_colorspace_change_state),
25918         (plugin_init): Merge Ronald's patch (bug #117897) and update
25919         for new caps and negotiation.  Seems to work, although it
25920         shows off bugs in lcs.
25921
25922 2004-02-11  David Schleef  <ds@schleef.org>
25923
25924         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
25925         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
25926
25927 2004-02-11  David Schleef  <ds@schleef.org>
25928
25929         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
25930         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
25931         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
25932         Add server and port properties
25933
25934 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
25935
25936         * m4/a52.m4:
25937         * m4/aalib.m4:
25938         * m4/as-ffmpeg.m4:
25939         * m4/as-liblame.m4:
25940         * m4/as-slurp-ffmpeg.m4:
25941         * m4/check-libheader.m4:
25942         * m4/esd.m4:
25943         * m4/freetype2.m4:
25944         * m4/gconf-2.m4:
25945         * m4/glib.m4:
25946         * m4/gst-alsa.m4:
25947         * m4/gst-artsc.m4:
25948         * m4/gst-ivorbis.m4:
25949         * m4/gst-matroska.m4:
25950         * m4/gst-sdl.m4:
25951         * m4/gst-shout2.m4:
25952         * m4/gst-sid.m4:
25953         * m4/gtk.m4:
25954         * m4/libdv.m4:
25955         * m4/libfame.m4:
25956         * m4/libmikmod.m4:
25957         * m4/ogg.m4:
25958         * m4/vorbis.m4:
25959           fix underquotedness of macros (#133800)
25960         * m4/as-avifile.m4:
25961         * m4/xmms.m4:
25962           removed because no longer used
25963
25964 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
25965
25966         * configure.ac:
25967           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
25968           by autopoint (fixes #132996)
25969
25970 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25971
25972         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
25973         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
25974         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
25975         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
25976           fix memleaks
25977
25978 2004-02-11  David Schleef  <ds@schleef.org>
25979
25980         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25981         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
25982         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
25983         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
25984         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
25985         (gst_jpegenc_class_init), (gst_jpegenc_init),
25986         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
25987         (gst_jpegenc_chain), (gst_jpegenc_set_property),
25988         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
25989         * ext/jpeg/gstjpegenc.h: Fix negotiation.
25990
25991 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25992
25993         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
25994         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
25995         * ext/mikmod/gstmikmod.h:
25996           fix caps negotiation in mikmod
25997         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
25998           output debug information
25999
26000 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26001
26002         * gst-libs/gst/colorbalance/Makefile.am:
26003         * gst-libs/gst/navigation/Makefile.am:
26004         * gst-libs/gst/xoverlay/Makefile.am:
26005           remove unused GST_OPT_CFLAGS from Makefiles
26006           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
26007
26008 2004-02-07  David Schleef  <ds@schleef.org>
26009
26010         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
26011         push events to pads that haven't been created (#133508)
26012
26013 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
26014
26015         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
26016         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
26017         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26018         (gst_dvdec_loop), (gst_dvdec_change_state):
26019         Second attempt at committing a working dvdec element.
26020
26021 2004-02-06  David Schleef  <ds@schleef.org>
26022
26023         Build fixes for OS X: (see #129600)
26024         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
26025         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
26026         (gst_riff_read_strf_iavs):
26027         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
26028         (gst_avi_demux_stream_odml):
26029         * gst/playondemand/Makefile.am:
26030         * gst/rtp/rtp-packet.c:
26031
26032 2004-02-05  David Schleef  <ds@schleef.org>
26033
26034         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
26035         last change, because it Just Doesn't Compile.
26036
26037 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26038
26039         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
26040           skip undecodable id3v2 tag instead of keeping it
26041
26042 2004-02-05  David Schleef  <ds@schleef.org>
26043
26044         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26045         Unref leaked buffer.  (Noticed by Ronald)
26046
26047 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
26048
26049         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26050         Sync requires with other checks.  >= vs =.
26051
26052 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
26053
26054         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
26055         (gst_dvdec_video_link), (gst_dvdec_loop):
26056         * ext/dv/gstdvdec.h:
26057           rework the caps negotiation so that dvdec works again instead
26058           of just segfaulting.
26059
26060 === release 0.7.4 ===
26061
26062 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26063
26064         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
26065         * configure.ac: changed for release
26066
26067 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26068
26069         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
26070         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26071         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26072         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26073           reworked patch by David Lehn to fix libdir and includedir for
26074           uninstalled libraries
26075           removed play and gconf from gstreamer-libs since they have their
26076           own pkgconfig files
26077
26078 2004-02-04  David Schleef  <ds@schleef.org>
26079
26080         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
26081         memleak.
26082
26083 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26084
26085         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
26086           use correct GST_TAG_ENCODER tag
26087
26088 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26089
26090         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26091           be sure to stop the clock when going to paused
26092         * sys/oss/gstosssink.c: (gst_osssink_change_state):
26093           reset number of transmitted when going to ready.
26094         fixes #132935
26095
26096 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
26097
26098         reviewed by Benjamin Otte
26099
26100         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
26101           extract track count (fixes #133410)
26102
26103 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26104
26105         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
26106           that should be !=, not == (fixes #132519)
26107
26108 2004-02-04  David Schleef  <ds@schleef.org>
26109
26110         Make sure set_explicit_caps() is called before adding pad.
26111         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26112         * gst/id3/gstid3types.c: (gst_id3types_loop):
26113         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26114         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26115
26116 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26117
26118         * configure.ac:
26119           bump nano to 2, first prerelease
26120           put back AM_PROG_LIBTOOL
26121
26122 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26123
26124         * testsuite/alsa/Makefile.am:
26125           these are user test apps, not automatic testsuite tests
26126
26127 2004-02-04  David Schleef  <ds@schleef.org>
26128
26129         Convert GST_DEBUG_CAPS() to GST_DEBUG():
26130         * gst/mpeg1videoparse/gstmp1videoparse.c:
26131         (mp1videoparse_parse_seq):
26132         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26133         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
26134         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
26135         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
26136         (gst_xvideosink_getcaps):
26137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26138         * testsuite/gst-lint: more tests
26139
26140 2004-02-04  David Schleef  <ds@schleef.org>
26141
26142         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
26143         with the code that they would expand to.
26144         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
26145         (gst_flacdec_get_src_query_types),
26146         (gst_flacdec_get_src_event_masks):
26147         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
26148         (gst_gnomevfssrc_get_query_types),
26149         (gst_gnomevfssrc_get_event_mask):
26150
26151 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26152
26153         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
26154         (gst_sinesrc_dispose):
26155           fix memleak by properly disposing sinesrc
26156
26157 2004-02-04  Julien MOUTTE  <julien@moutte.net>
26158
26159         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
26160         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
26161         an overlay to redraw the image because it has been exposed.
26162         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
26163         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
26164         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
26165         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
26166         interface
26167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
26168         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
26169         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
26170         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
26171         interface
26172
26173 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26174
26175         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
26176           more memleak fixage
26177
26178 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26179
26180         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
26181         * gst/typefind/gsttypefindfunctions.c:
26182           fix memleaks shown by gst-typefind
26183
26184 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26185
26186         * common/glib-gen.mak:
26187           add hack rule to touch .Plo files
26188         * gst-libs/gst/colorbalance/Makefile.am:
26189         * gst-libs/gst/mixer/Makefile.am:
26190         * gst-libs/gst/play/Makefile.am:
26191         * gst-libs/gst/tuner/Makefile.am:
26192           remove glib_root variable
26193
26194 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26195
26196         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
26197           set explicit caps before adding the element, so the autopluggers can
26198           plug correctly.
26199         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
26200         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26201         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26202         (dv_type_find):
26203           fix memleaks in typefind functions. gst_type_find_suggest takes a const
26204           argument.
26205
26206 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26207
26208         * gst-libs/gst/colorbalance/Makefile.am:
26209         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
26210         * gst-libs/gst/colorbalance/colorbalance.c:
26211         * gst-libs/gst/colorbalance/colorbalance.h:
26212         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
26213         * gst-libs/gst/mixer/Makefile.am:
26214         * gst-libs/gst/mixer/mixer-marshal.list:
26215         * gst-libs/gst/mixer/mixer.c:
26216         * gst-libs/gst/mixer/mixer.h:
26217         * gst-libs/gst/mixer/mixermarshal.list:
26218         * gst-libs/gst/play/Makefile.am:
26219         * gst-libs/gst/play/play.h:
26220         * gst-libs/gst/tuner/Makefile.am:
26221         * gst-libs/gst/tuner/tuner-marshal.list:
26222         * gst-libs/gst/tuner/tuner.c:
26223         * gst-libs/gst/tuner/tuner.h:
26224         * gst-libs/gst/tuner/tunermarshal.list:
26225           use new glib-gen.mak snippet to clean up Makefile.am
26226           fix various bugs in Makefile.am's
26227
26228 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26229
26230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
26231           handle chain parsing correctly in the multichain case
26232         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
26233         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
26234         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26235         (theora_dec_chain):
26236           handle events and queries correctly
26237
26238 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
26239
26240         * .cvsignore:
26241         Ignore generated file _stdint.h.
26242
26243 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
26244
26245         * gst-libs/gst/colorbalance/Makefile.am:
26246         * gst-libs/gst/colorbalance/colorbalance.h:
26247         * gst-libs/gst/mixer/Makefile.am:
26248         * gst-libs/gst/mixer/mixer.h:
26249         * gst-libs/gst/play/Makefile.am:
26250         * gst-libs/gst/play/play.h:
26251         * gst-libs/gst/tuner/Makefile.am:
26252         * gst-libs/gst/tuner/tuner.h:
26253         Generate enum type code with glib-mkenums.
26254         * gst-libs/gst/colorbalance/.cvsignore:
26255         * gst-libs/gst/mixer/.cvsignore:
26256         * gst-libs/gst/play/.cvsignore:
26257         * gst-libs/gst/tuner/.cvsignore:
26258         Ignore generated files.
26259
26260 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
26261
26262         * gst-libs/gst/audio/.cvsignore:
26263         Ignore generated file.
26264         * gst-libs/gst/audio/Makefile.am:
26265         Do not install example filter.
26266
26267 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
26268
26269         * examples/switch/.cvsignore:
26270         Ignore generated file.
26271
26272 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26273
26274         * common/m4/ax_create_stdint_h.m4:
26275         * configure.ac:
26276           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
26277           _stdint.h.
26278         * Makefile.am:
26279           remove generated _stdint.h in DISTCLEANFILES
26280         * ext/a52dec/gsta52dec.c:
26281           include _stdint.h for a52dec. (should fix #133064)
26282
26283 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
26284
26285         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
26286         (gst_tag_to_vorbis_comments):
26287         Add replaygain support to vorbistag
26288
26289 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
26290         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
26291         (gst_ffmpeg_caps_to_extradata):
26292           Fix SVQ3 caps flag properties
26293           Use glib macro for bytes swap
26294
26295 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26296
26297         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
26298         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
26299         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26300         * ext/sndfile/gstsf.c: (plugin_init):
26301         * gst/avi/gstavi.c: (plugin_init):
26302         * sys/dxr3/dxr3init.c: (plugin_init):
26303         * sys/oss/gstossaudio.c: (plugin_init):
26304         * sys/v4l/gstv4l.c: (plugin_init):
26305         * sys/v4l2/gstv4l2.c: (plugin_init):
26306           remove textdomain calls
26307         * po/nl.po:
26308           update Dutch translation
26309
26310 2004-02-02  Julien MOUTTE  <julien@moutte.net>
26311
26312         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26313         (gst_play_set_audio_sink): Moving volume in the audio thread for
26314         instantaneous volume change. Maybe i will add another volume in front
26315         of visualization later, not sure yet though.
26316
26317 2004-02-02  Julien MOUTTE  <julien@moutte.net>
26318
26319         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26320         (gst_ximagesink_handle_xevents): Better X events handling, only take
26321         the latest events for configure and motion.
26322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
26323
26324 2004-02-02  Jon Trowbridge  <trow@gnu.org>
26325
26326         reviewed by: David Schleef  <ds@schleef.org>
26327
26328         Fix memory leaks:
26329         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
26330         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
26331
26332 2004-02-02  David Schleef  <ds@schleef.org>
26333
26334         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
26335         of lines.
26336         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
26337         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
26338         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
26339         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
26340         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
26341         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
26342         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
26343         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
26344         (gst_float2_2_int_link):
26345         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
26346         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
26347         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
26348         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
26349         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
26350         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
26351         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
26352         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
26353         * testsuite/gst-lint: Add tests for bzero and ;;
26354
26355 2004-02-02  David Schleef  <ds@schleef.org>
26356
26357         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
26358
26359 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26360
26361         * ext/aalib/gstaasink.c: (gst_aasink_open):
26362         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
26363         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26364         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26365         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
26366         (gst_afsink_close_file):
26367         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
26368         (gst_afsrc_close_file):
26369         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
26370         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
26371         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
26372         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
26373         * ext/esd/esdmon.c: (gst_esdmon_get):
26374         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
26375         * ext/faac/gstfaac.c: (gst_faac_chain):
26376         * ext/faad/gstfaad.c: (gst_faad_chain):
26377         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
26378         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26379         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
26380         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
26381         (gst_flacdec_loop):
26382         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
26383         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
26384         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
26385         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
26386         (gst_gnomevfssink_close_file):
26387         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
26388         (gst_gnomevfssrc_open_file):
26389         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
26390         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
26391         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
26392         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26393         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
26394         * ext/mad/gstmad.c: (gst_mad_chain):
26395         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
26396         * ext/mpeg2dec/gstmpeg2dec.c:
26397         * ext/mpeg2enc/gstmpeg2enc.cc:
26398         * ext/mplex/gstmplex.cc:
26399         * ext/mplex/gstmplexibitstream.cc:
26400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
26401         (gst_ogg_demux_push):
26402         * ext/raw1394/gstdv1394src.c:
26403         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
26404         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
26405         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
26406         (gst_sf_loop):
26407         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
26408         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
26409         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
26410         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
26411         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
26412         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
26413         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
26414         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
26415         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26416         (gst_riff_read_element_data), (gst_riff_read_seek),
26417         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
26418         * gst/adder/gstadder.c: (gst_adder_loop):
26419         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
26420         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
26421         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
26422         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26423         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
26424         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
26425         * gst/goom/gstgoom.c: (gst_goom_chain):
26426         * gst/id3/gstid3types.c: (gst_id3types_loop):
26427         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
26428         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
26429         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
26430         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
26431         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
26432         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
26433         (gst_ebml_read_float), (gst_ebml_read_header):
26434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
26435         (gst_matroska_demux_parse_blockgroup):
26436         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
26437         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26438         * gst/oneton/gstoneton.c: (gst_oneton_chain):
26439         * gst/silence/gstsilence.c: (gst_silence_get):
26440         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26441         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
26442         * gst/speed/gstspeed.c: (speed_loop):
26443         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26444         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26445         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
26446         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26447         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26448         (gst_wavparse_loop):
26449         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
26450         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
26451         (dxr3audiosink_close):
26452         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
26453         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
26454         (dxr3videosink_close), (dxr3videosink_write_data):
26455         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
26456         * sys/oss/gstosssink.c: (gst_osssink_chain):
26457         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26458         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
26459         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
26460         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
26461         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26462         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26463         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
26464         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
26465         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
26466         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
26467         (gst_v4l_set_audio):
26468         * sys/v4l/v4l_calls.h:
26469         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26470         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
26471         (gst_v4lmjpegsink_playback_init),
26472         (gst_v4lmjpegsink_playback_start):
26473         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
26474         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26475         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
26476         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
26477         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
26478         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
26479         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
26480         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
26481         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
26482         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
26483         (gst_v4l2_get_output), (gst_v4l2_set_output),
26484         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
26485         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
26486         (gst_v4l2_set_attribute):
26487         * sys/v4l2/v4l2_calls.h:
26488         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
26489         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
26490         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
26491         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
26492         (gst_v4l2src_capture_stop):
26493         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
26494         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
26495         (gst_ximagesink_chain):
26496         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
26497         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
26498         (gst_xvideosink_xwindow_new):
26499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26500         (gst_xvimagesink_chain):
26501
26502 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26503
26504         * gst/volume/gstvolume.c: (gst_volume_set_volume),
26505         (gst_volume_get_volume), (volume_class_init), (volume_init),
26506         (volume_chain_int16), (volume_update_volume):
26507         * gst/volume/gstvolume.h:
26508           make code more readable by removing magic numbers
26509           make mixer interface export 0-100 range
26510           make it internally map to 0.0-1.0 range so users don't distort
26511           output by putting the sliders at full volume
26512
26513 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26514
26515         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
26516         (gst_play_state_change), (gst_play_seek_to_time):
26517         block the tick callback for 0.5 secs after doing a seek
26518
26519 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26520
26521         * gst-libs/gst/play/play.c: (gst_play_new):
26522           check for GError
26523
26524 2004-02-01  Julien MOUTTE  <julien@moutte.net>
26525
26526         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
26527         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
26528         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26529         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
26530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26531         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
26532
26533 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26534
26535         * configure.ac:
26536         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26537           check for a function added in vorbis 1.1
26538
26539 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26540
26541         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26542         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
26543           really start/stop clock only on PLAYING <=> PAUSED
26544         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26545           remove \n from debugging lines
26546         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
26547           make it work when seeking does not
26548         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26549           reset on DISCONT
26550
26551 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26552
26553         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
26554           start clock on PAUSED=>PLAYING, not later
26555         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26556           extract correct time for different discont formats
26557         (gst_alsa_sink_get_time):
26558           don't segfault when no format is negotiated yet, just return 0
26559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
26560         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
26561         (gst_ogg_pad_push):
26562           handle flush and discont events correctly
26563         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26564           handle discont events correctly
26565
26566 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26567
26568         * gst-libs/gst/play/play.c: (gst_play_error_quark),
26569         (gst_play_error_create), (gst_play_error_plugin),
26570         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
26571         * gst-libs/gst/play/play.h:
26572           add error handling during creation
26573         * examples/gstplay/player.c: (main):
26574           use new gst_play_new
26575
26576
26577 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26578
26579         * ext/theora/theoradec.c: (theora_dec_chain):
26580           make comments work
26581         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
26582         (vorbis_dec_src_event), (vorbis_dec_chain):
26583           add encoder tag, fix tag reading to be more error tolerant, change
26584           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
26585           gst_pad_event_default.
26586         * gst/tags/gstvorbistag.c:
26587         (gst_tag_list_from_vorbiscomment_buffer):
26588           undefine function specific define at end of function
26589
26590 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
26591
26592         * ext/flac/gstflac.c: (plugin_init):
26593         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
26594         * ext/flac/gstflacdec.h:
26595         * ext/flac/gstflacenc.h:
26596           Fix typos
26597
26598 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
26599
26600         * examples/gstplay/player.c: s/gstplay.h/play.h/
26601
26602 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26603
26604         * gst-libs/gst/play/Makefile.am:
26605         * gst-libs/gst/play/gstplay.c:
26606         * gst-libs/gst/play/gstplay.h:
26607         * gst-libs/gst/play/play.c:
26608           more surgery, operation complete
26609
26610 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26611
26612         * gst-libs/gst/play/play.old.c:
26613         * gst-libs/gst/play/play.old.h:
26614           after CVS surgery by moving, remove
26615         * gst-libs/gst/play/playpipelines.c:
26616           remove
26617
26618         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
26619           add negotiation error
26620
26621 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26622
26623         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
26624         (gst_ogg_demux_push):
26625           add some seeking debug info
26626           send a flush when seeking
26627
26628 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26629
26630         * configure.ac:
26631           use AC_C_INLINE
26632         * configure.ac:
26633         * ext/Makefile.am:
26634         * ext/theora/Makefile.am:
26635         * ext/theora/theoradec.c:
26636           add theora video decoder. Does just do simple decoding for now and
26637           has been tested against Theora cvs only. It only works when theora
26638           is compiled with --enable-static.
26639         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26640           always reset packetno on DISCONT
26641
26642 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26645           Fix audio.
26646
26647 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26648
26649         * gst/mpegaudioparse/gstmpegaudioparse.c:
26650         (mp3_type_frame_length_from_header):
26651           Fix header parsing - stolen from ffmpeg (thank you! :) ).
26652
26653 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26654
26655         * ext/esd/esdsink.c: (gst_esdsink_init):
26656           Since we have static pad template caps, we don't need to negotiate;
26657           either the core errors out or we know the format.
26658
26659 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26660
26661         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26662         (gst_riff_read_seek):
26663         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
26664         (gst_ebml_read_seek):
26665           Fix event handling.
26666
26667 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26668
26669         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
26670           removee video/x-theora from vp3 decoder, it doesn't handle raw
26671           theora streams
26672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
26673           fix bug with finalizing element that never went to PAUSED
26674         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
26675           length and position queries were swapped
26676         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26677         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
26678         (vorbis_dec_src_event):
26679           implement querying time and bytes
26680
26681 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26682
26683         * just about every source file:
26684           gst_element_error -> GST_ELEMENT_ERROR
26685
26686 2004-01-29  Julien MOUTTE  <julien@moutte.net>
26687
26688         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
26689         emiting FLUSH and even before DISCONT.
26690         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
26691         get the best instant seeking as possible yay!
26692
26693 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26694
26695         * gst/mpeg1videoparse/gstmp1videoparse.c:
26696         (gst_mp1videoparse_real_chain):
26697           Committed wrong version last week... Grr... Didn't notice until now.
26698
26699 2004-01-29  Julien MOUTTE <julien@moutte.net>
26700
26701         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
26702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
26703         have_xwindow_id signal in xwindow_create.
26704
26705 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26706
26707         * ext/ogg/gstoggdemux.c:
26708           lots of changes - mainly support for chained bitstreams, seeking,
26709           querying and bugfixes of course
26710         * ext/vorbis/Makefile.am:
26711         * ext/vorbis/vorbisdec.c:
26712         * ext/vorbis/vorbisdec.h:
26713           add vorbisdec raw vorbis decoder
26714         * ext/vorbis/vorbis.c: (plugin_init):
26715           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
26716         * gst/intfloat/Makefile.am:
26717         * gst/intfloat/float22int.c:
26718         * gst/intfloat/float22int.h:
26719         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
26720           add float2intnew plugin. It converts multichannel interleaved float to
26721           multichannel interleaved int. The name should probably be changed.
26722         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
26723         (plugin_init):
26724           add typefinding for raw theora video so oggdemux can detect it.
26725
26726 2004-01-28  Julien MOUTTE  <julien@moutte.net>
26727
26728         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
26729         sink element first.
26730         * gst/videoscale/gstvideoscale.c:
26731         (gst_videoscale_handle_src_event): Fixing src event handler.
26732
26733 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26734
26735         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26736         (gst_v4lsrc_open), (gst_v4lsrc_close),
26737         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
26738         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
26739         * sys/v4l/gstv4lsrc.h:
26740         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
26741         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
26742           Implement resizing... Hack. But that's why v4l is b0rked...
26743
26744 2004-01-28  Julien MOUTTE <julien@moutte.net>
26745
26746         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26747         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
26748         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
26749         (gst_ximagesink_xwindow_destroy):
26750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26751         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26752         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
26753         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
26754         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
26755         correctly cleaning the image created to check xshm calls on succes,
26756         added a lot of XSync calls in X11 functions, and fixed a segfault when
26757         no image format was defined before negotiation happened.
26758
26759 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26760
26761         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
26762           use gst_element_get_time to get correct time
26763
26764 2004-01-28  Julien MOUTTE  <julien@moutte.net>
26765
26766         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26767         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
26768         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
26769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
26770         (gst_xvimagesink_check_xshm_calls),
26771         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
26772         X plugins are now able to detect that XShm calls will fail even if the
26773         server claims that it has XShm support (remote displays most of the
26774         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
26775         so that we use non XShm functions. This feature is almost useless for
26776         xvimagesink as Xv is not supported on remote displays anyway, but
26777         it might happen than even on the local display XShm calls fail.
26778
26779 2004-01-27  David Schleef  <ds@schleef.org>
26780
26781         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
26782         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
26783         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
26784         changed esdsink to only use 44100,16,2, since esd sucks at rate
26785         conversion and esdsink has had difficulty negotiating.
26786
26787 2004-01-27  Julien MOUTTE <julien@moutte.net>
26788
26789         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
26790         (gst_play_seek_to_time): Fixing the way to get current position.
26791
26792 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26793
26794         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
26795           use gst_element_get_time to get correct time
26796
26797 2004-01-27  Julien MOUTTE <julien@moutte.net>
26798
26799         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
26800         fix ever... Inverting 2 lines of code make spider autoplug correctly
26801         tagged mp3 !
26802
26803 2004-01-27  David Schleef  <ds@schleef.org>
26804
26805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26806         Use gst_pad_try_set_caps_nonfixed().
26807
26808 2004-01-27  David Schleef  <ds@schleef.org>
26809
26810         * gst/ac3parse/gstac3parse.c: update to checklist 5
26811         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
26812         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
26813         * gst/audioscale/gstaudioscale.c: same
26814         * gst/auparse/gstauparse.c: same
26815         * gst/avi/gstavidemux.c: same
26816
26817 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26818
26819         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26820           stop processing after EOS
26821
26822 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26823
26824         * gst/asfdemux/asfheaders.h:
26825         * gst/asfdemux/gstasfdemux.c:
26826         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
26827         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
26828         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
26829           lot's of fixes to make data extraction simpler and get the code
26830           architecture and compiler independant. Add debugging category
26831         * gst/goom/gstgoom.c: (gst_goom_change_state):
26832           reset channel count on PAUSED=>READY, not READY=>PAUSED
26833
26834 2004-01-26  Colin Walters  <walters@verbum.org>
26835
26836         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
26837         code to pull a bigger buffer in iradio mode.  This as a side effect
26838         makes typefinding work.
26839
26840 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
26841
26842         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
26843         Fix SVQ3 decoding on PPC
26844
26845 2004-01-26  Julien MOUTTE <julien@moutte.net>
26846
26847         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
26848         that one managed to stay there... Fixed.
26849
26850 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
26851
26852         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
26853         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
26854         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
26855         (qtdemux_video_caps):
26856         * gst/qtdemux/qtdemux.h:
26857         Add SVQ3 specific flags to qtdemux and ffmpeg
26858
26859 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26860
26861         * gst-libs/gst/audio/audio.h:
26862           remove buffer-frames from audio caps
26863         * gst/audioconvert/gstaudioconvert.c:
26864           fix plugin to really work.
26865
26866 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26867
26868         * gst-libs/gst/mixer/mixer.c:
26869         * gst-libs/gst/propertyprobe/propertyprobe.c:
26870         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
26871         (gst_tuner_find_channel_by_name):
26872         * gst-libs/gst/tuner/tuner.h:
26873           Add gtk-doc style comments. Also fix a function name.
26874
26875 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26876
26877         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
26878         (gst_divxdec_negotiate):
26879           Fix for new capsnego - also fixes gst-player with divxdec.
26880
26881 2004-01-25  Julien MOUTTE  <julien@moutte.net>
26882
26883         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
26884         (gst_play_identity_handoff), (gst_play_set_location),
26885         (gst_play_set_visualization), (gst_play_connect_visualization): Another
26886         try in visualization implementation. Still have an issue with switch
26887         blocking when pulling from video_queue and only audio comes out of
26888         spider.
26889         * gst/switch/gstswitch.c: (gst_switch_release_pad),
26890         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
26891         release method. And check if the pad is usable before pulling.
26892
26893 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
26896         (gst_videobalance_init),
26897         (gst_videobalance_colorbalance_list_channels),
26898         (gst_videobalance_colorbalance_set_value),
26899         (gst_videobalance_colorbalance_get_value),
26900         (gst_videobalance_update_properties),
26901         (gst_videobalance_update_tables_planar411),
26902         (gst_videobalance_planar411):
26903         * gst/videofilter/gstvideobalance.h:
26904           Implement lookup-tables. +/- 10x faster.
26905
26906 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26907
26908         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
26909         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
26910           The index reading was broken. The rest worked fine, but the whole
26911           goal of my rewrite was to make avidemux readable, and this was
26912           not at all readable. Please use typed variables.
26913
26914 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26915
26916         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
26917           Additional pad usability check.
26918         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26919         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
26920         (gst_mp1videoparse_real_chain):
26921           Fix MPEG video stream parsing. The original plugin had several
26922           issues, including not timestamping streams where the source was
26923           not timestamped (this happens with PTS values in mpeg system
26924           streams, but MPEG video is also a valid stream on its own so
26925           that needs timestamps too). We use the display time code for that
26926           for now. Also, if one incoming buffer contains multiple valid
26927           frames, we push them all on correctly now, including proper EOS
26928           handling. Lastly, several potential segfaults were fixed, and we
26929           properly sync on new sequence/gop headers to include them in next,
26930           not previous frames (since they're header for the next frame, not
26931           the previous). Also see #119206.
26932         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
26933         (bpf_from_header):
26934           Move caps setting so we only do it after finding several valid
26935           MPEG-1 fraes sequentially, not right after the first one (which
26936           might be coincidental).
26937         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
26938         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26939         (plugin_init):
26940           Add unsynced MPEG video stream typefinding, and change some
26941           probability values so we detect streams rightly. The idea is as
26942           follows: I can have an unsynced system stream which contains
26943           video. In the current code, I would randomly get a type for either
26944           system or video stream type found, because the probabilities are
26945           being calculated rather randomly. I now use fixed values, so we
26946           always prefer system stream if that was found (and that is how it
26947           should be). If no system stream was found, we can still identity                the stream as video-only.
26948
26949 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26950
26951         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
26952         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
26953           don't write to buffer. Extract data without the need of
26954           __attribute__ ((packed))
26955
26956 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26957
26958         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
26959         (mpeg1_sys_type_find):
26960           Fix MPEG-1 stream typefinding.
26961
26962 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26963
26964         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
26965           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
26966
26967 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26968
26969         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
26970         * ext/esd/gstesd.c: (plugin_init):
26971           private debugging, better error reporting
26972
26973 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26974
26975         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
26976         (gst_riff_read_init), (gst_riff_read_change_state):
26977         * gst-libs/gst/riff/riff-read.h:
26978           Remove stuff fromold metadata system.
26979
26980 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * ext/ogg/gstoggdemux.c:
26983           Fix wrong file comment.
26984         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
26985         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
26986           Add metadata reading properly.
26987
26988 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26989
26990         * ext/Makefile.am:
26991           Fix nas DIST_SUBDIRS
26992           Uraeus:
26993           Fix bug where make distcheck doesn't get run on adding stuff to
26994           the build.
26995
26996 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26997
26998         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
26999         * ext/divx/gstdivxdec.h:
27000           Fix divx3 ("msmpeg4") playback using divxdec.
27001
27002 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27003
27004         * gst/typefind/gsttypefindfunctions.c:
27005         (mp3_type_frame_length_from_header): fix bug in length computation
27006         (mp3_type_find): improve debugging output
27007
27008 2004-01-23  Julien MOUTTE  <julien@moutte.net>
27009
27010         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
27011         (gst_play_set_location), (gst_play_seek_to_time),
27012         (gst_play_set_audio_sink), (gst_play_set_visualization),
27013         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
27014         the pipeline from scratch. Visualization is back and switch went out as
27015         i realized it was not possible to use the way i wanted.
27016         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
27017         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
27018         clearing in state change from READY to NULL. So that one can clean the
27019         X ressources keeping the element.
27020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27021         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
27022         (gst_xvimagesink_colorbalance_set_value),
27023         (gst_xvimagesink_colorbalance_get_value),
27024         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
27025         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
27026         change from READY to NULL and fixed some stupid bugs in colorbalance
27027         get/set values. Also added the following feature : when nobody tries to
27028         set some values to the colorbalance levels before the xcontext is
27029         grabbed, then when creating channels list from Xv attributes we set the
27030         internal values to the Xv defaults. This way we handle buggy Xv drivers
27031         that set default hue values far from the middle of the range (Thanks
27032         to Jon Trowbridge for pointing that issue).
27033         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
27034         colorbalance levels have been set before xcontext is grabbed.
27035
27036 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27037
27038         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27039           Fix the ossmixer case where we shouldn't open /dev/dsp* because
27040           it might block operations (which is bad for a mixer).
27041
27042 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27043
27044         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27045         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
27046         (gmip_find_type_pre):
27047         * gst-libs/gst/media-info/media-info-priv.h:
27048         * gst-libs/gst/media-info/media-info.c:
27049         (gst_media_info_instance_init), (gst_media_info_read_idler):
27050         add fakesink to get caps on decoder src pad again
27051         fix callback prototype to match new have_type signal signature
27052
27053 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27054
27055         * gst/adder/gstadder.c: (gst_adder_link):
27056           fix non-compile and cut-n-paste code
27057
27058 2004-01-21  David Schleef  <ds@schleef.org>
27059
27060         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
27061         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
27062         (gst_swfdec_init), (gst_swfdec_change_state):
27063         * ext/swfdec/gstswfdec.h:
27064         Fix negotiation.
27065         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
27066         (gst_adder_request_new_pad): Fix negotiation.
27067         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
27068         Add a fixate function.
27069         * gst/intfloat/gstfloat2int.c:
27070         * gst/intfloat/gstfloat2int.h:
27071         * gst/intfloat/gstint2float.c:
27072         * gst/intfloat/gstint2float.h:
27073         Completely rewrite the negotiation.  Doesn't quite work yet,
27074         due to some buffer-frames problem.
27075
27076 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27077
27078         * ext/gnomevfs/gstgnomevfssrc.c:
27079         * sys/v4l2/v4l2_calls.h:
27080           fix includes for distcheck
27081
27082 2004-01-21  Christian Schaller <uraeus@gnome.org>
27083
27084         * ext/nas/
27085         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
27086         based on earlier patch from Laurent Vivier
27087
27088 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
27089
27090         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
27091         Fix wma caps property
27092         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27093         Fix typo (flags1 and flags2)
27094
27095 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27096
27097         * gst-libs/gst/media-info/media-info-priv.c:
27098         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
27099         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
27100         (gmip_find_stream), (gmip_find_track_metadata),
27101         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
27102         (gmip_find_track_format):
27103         * gst-libs/gst/media-info/media-info-priv.h:
27104         * gst-libs/gst/media-info/media-info-test.c: (main):
27105         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27106         (gst_media_info_read_idler), (gst_media_info_read):
27107         * gst-libs/gst/media-info/media-info.h:
27108           register debugging category and use it for debugging
27109
27110 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27111
27112         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
27113         (gst_vorbisfile_new_link):
27114           signal streaminfo through tags
27115
27116 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27117
27118         * ext/mplex/gstmplex.cc:
27119         * ext/mplex/gstmplexibitstream.cc:
27120           g++ doesn't like NULL in our i18n/error macros, should be
27121           either (NULL) or ("").
27122
27123 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27124
27125         * sys/dxr3/dxr3audiosink.c:
27126         * sys/dxr3/dxr3init.c:
27127         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
27128         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
27129           Fix more error error error errors (missing includes here).
27130
27131 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27132
27133         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
27134           fix thomas' error errors.
27135
27136 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27137
27138         * ext/mpeg2enc/gstmpeg2enc.cc:
27139           fix error errors.
27140
27141 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27142
27143         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
27144         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
27145           Fix for new error system.
27146
27147 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27148
27149         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
27150           fix for new error reporting
27151
27152 2004-01-20  David Schleef  <ds@schleef.org>
27153
27154         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
27155         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
27156         (gst_ximagesink_set_xwindow_id): Change to using a framerate
27157         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
27158         and neither is 100+, most likely.
27159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
27160         (gst_xvimagesink_getcaps): same
27161
27162 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27163
27164         * configure.ac:
27165           Up version requirement to 2.0.3 (not yet released) to avoid symbol
27166           clashes with ffmpeg.
27167
27168 2004-01-20  Julien MOUTTE  <julien@moutte.net>
27169
27170         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
27171         (gst_switch_init): Fixed switch element : proxying link and setting
27172         caps from src to sink on request.
27173
27174 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27175
27176         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27177         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
27178         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
27179         fix element_error
27180
27181 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27182
27183         * sys/v4l/v4l_calls.h:
27184         * sys/v4l2/v4l2_calls.h:
27185           element_error fixes
27186
27187 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27188
27189         * gst-libs/gst/gst-i18n-plugin.h:
27190           add locale.h
27191           remove config.h inclusion
27192
27193 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27194
27195         * autogen.sh:
27196           adding autopoint invocation
27197         * Makefile.am:
27198         * configure.ac:
27199         * gst-libs/gst/gettext.h:
27200           adding gettext bits
27201         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
27202         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
27203         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
27204         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
27205         (gst_gnomevfssink_close_file):
27206         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
27207         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
27208         * gst-libs/gst/gst-i18n-plugin.h:
27209         * gst/avi/gstavi.c: (plugin_init):
27210         * sys/dxr3/dxr3init.c: (plugin_init):
27211         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
27212         * sys/oss/gstossaudio.c: (plugin_init):
27213         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
27214         * sys/v4l/gstv4l.c: (plugin_init):
27215         * sys/v4l/v4l_calls.c: (gst_v4l_open):
27216         * sys/v4l2/gstv4l2.c: (plugin_init):
27217         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
27218         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
27219         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
27220         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
27221         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
27222         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
27223           make sure locale and translation domain are set
27224           fix translated strings
27225         * po/.cvsignore:
27226         * po/LINGUAS:
27227         * po/Makevars:
27228         * po/POTFILES.in:
27229         * po/nl.po:
27230           put translation files into place
27231         * sys/xvideo/imagetest.c: (main):
27232         * ext/dv/demo-play.c: (main):
27233           fix unnecessary translations
27234
27235 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27236
27237         * ext/sndfile/gstsf.c:
27238         * gst/avi/gstavimux.c:
27239         * ext/audiofile/gstafsink.c:
27240         * ext/audiofile/gstafsrc.c:
27241         * ext/gnomevfs/gstgnomevfssink.c:
27242         * ext/gnomevfs/gstgnomevfssrc.c:
27243         * sys/oss/gstosselement.c:
27244         * sys/v4l/v4l_calls.h:
27245           fix i18n include
27246
27247 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27248
27249         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
27250         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
27251         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
27252         (gst_v4l2_get_output), (gst_v4l2_set_output),
27253         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
27254         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
27255         (gst_v4l2_set_attribute):
27256         update to new error handling
27257
27258 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27259
27260         * ext/sidplay/gstsiddec.cc:
27261         * gst/modplug/gstmodplug.cc:
27262           parenthese NULL because C++ seems angry about it
27263
27264 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27265
27266         * gst-libs/gst/gst-i18n-plugin.h:
27267           add skeleton i18n stuff, but needs to be further implemented
27268
27269 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27270
27271         * examples/gstplay/player.c: (main):
27272         * ext/aalib/gstaasink.c: (gst_aasink_open):
27273         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
27274         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27275         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27276         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
27277         (gst_afsink_close_file):
27278         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
27279         (gst_afsrc_close_file):
27280         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
27281         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
27282         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
27283         * ext/esd/esdmon.c: (gst_esdmon_get):
27284         * ext/esd/esdsink.c: (gst_esdsink_chain):
27285         * ext/faac/gstfaac.c: (gst_faac_chain):
27286         * ext/faad/gstfaad.c: (gst_faad_chain):
27287         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
27288         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
27289         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
27290         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
27291         (gst_flacdec_loop):
27292         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27293         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27294         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
27295         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
27296         (gst_gnomevfssink_close_file):
27297         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
27298         (gst_gnomevfssrc_open_file):
27299         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
27300         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
27301         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
27302         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
27303         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
27304         * ext/mad/gstmad.c: (gst_mad_chain):
27305         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27306         * ext/mpeg2dec/gstmpeg2dec.c:
27307         * ext/mpeg2enc/gstmpeg2enc.cc:
27308         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
27309         * ext/mplex/gstmplex.cc:
27310         * ext/mplex/gstmplexibitstream.cc:
27311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
27312         (gst_ogg_demux_push), (gst_ogg_pad_push):
27313         * ext/raw1394/gstdv1394src.c:
27314         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
27315         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
27316         * ext/sidplay/gstsiddec.cc:
27317         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
27318         (gst_sf_loop):
27319         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
27320         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
27321         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
27322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27323         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
27324         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
27325         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
27326         * gst-libs/gst/Makefile.am:
27327         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
27328         (gst_riff_read_element_data), (gst_riff_read_seek),
27329         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
27330         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
27331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
27332         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
27333         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
27334         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
27335         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
27336         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
27337         * gst/goom/gstgoom.c: (gst_goom_chain):
27338         * gst/id3/gstid3types.c: (gst_id3types_loop):
27339         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
27340         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
27341         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
27342         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
27343         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
27344         (gst_ebml_read_float), (gst_ebml_read_header):
27345         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
27346         (gst_matroska_demux_parse_blockgroup):
27347         * gst/modplug/gstmodplug.cc:
27348         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
27349         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
27350         * gst/oneton/gstoneton.c: (gst_oneton_chain):
27351         * gst/silence/gstsilence.c: (gst_silence_get):
27352         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27353         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
27354         * gst/speed/gstspeed.c: (speed_loop):
27355         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
27356         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
27357         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
27358         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
27359         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27360         (gst_wavparse_loop):
27361         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
27362         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
27363         (dxr3audiosink_close):
27364         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
27365         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
27366         (dxr3videosink_close), (dxr3videosink_write_data):
27367         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
27368         * sys/oss/gstosselement.h:
27369         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
27370         (gst_osssink_chain):
27371         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27372         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
27373         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
27374         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
27375         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
27376         (gst_v4l_enable_overlay):
27377         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
27378         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
27379         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
27380         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
27381         (gst_v4l_set_audio):
27382         * sys/v4l/v4l_calls.h:
27383         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27384         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
27385         (gst_v4lmjpegsink_playback_init),
27386         (gst_v4lmjpegsink_playback_start):
27387         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27388         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
27389         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
27390         (gst_v4lmjpegsrc_requeue_frame):
27391         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27392         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
27393         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
27394         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
27395         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
27396         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
27397         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
27398         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
27399         (gst_v4l2src_capture_stop):
27400         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
27401         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
27402         (gst_ximagesink_chain):
27403         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
27404         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
27405         (gst_xvideosink_xwindow_new):
27406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27407         (gst_xvimagesink_chain):
27408         use new error signal, function and categories
27409
27410 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
27411
27412         * configure.ac:
27413         * ext/Makefile.am:
27414         * ext/musicbrainz/gsttrm.c:
27415         * ext/musicbrainz/gsttrm.h:
27416         * ext/musicbrainz/Makefile.am:
27417         Add a trm plugin
27418
27419 2004-01-18  Julien MOUTTE  <julien@moutte.net>
27420
27421         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
27422         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
27423         synchronous property for debugging.
27424         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
27425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27426         (gst_xvimagesink_set_property): Moving a pointer declaration to a
27427         smaller block, fixing indent.
27428
27429 2004-01-16  David Schleef  <ds@schleef.org>
27430
27431         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
27432         property affects the video stream.
27433         * sys/xvimage/xvimagesink.c:
27434         * sys/xvimage/xvimagesink.h:
27435         Add synchronous property for debugging.  Should probably be
27436         disabled in non-CVS builds.  Make sure that the Xv attribute
27437         exists before we set it (crash!).  Fix a silly float bug that
27438         caused colorbalance to just not work.
27439
27440 2004-01-17  Christian Schaller <Uraeus@gnome.org>
27441
27442         * tools/gst-launch-ext.in - update for new plugins
27443
27444 2004-01-16  David Schleef  <ds@schleef.org>
27445
27446         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
27447         already-freed caps.
27448
27449 2994-01-16  Christian Schaller <Uraeus@gnome.org>
27450
27451         * Update spec for new colorspace plugin and libcaca plugin
27452         * Fix compilation of libcaca plugin (clock -> id)
27453
27454 2004-01-16  Julien MOUTTE <julien@moutte.net>
27455
27456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
27457         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
27458         (gst_xvimagesink_set_xwindow_id),
27459         (gst_xvimagesink_colorbalance_set_value),
27460         (gst_xvimagesink_colorbalance_get_value),
27461         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27462         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
27463         correct colorbalance properties. They can now be set when the element
27464         is still in NULL state. The values will be committed to the Xv Port
27465         when xcontext is initialized.
27466         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
27467         brightness int values in the GstXvImagesink structure.
27468
27469 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27470
27471         * gst-libs/gst/Makefile.am:
27472           restructure so having local patches works easier.
27473
27474 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27475
27476         * ext/mpeg2enc/Makefile.am:
27477         * ext/mpeg2enc/gstmpeg2enc.cc:
27478         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
27479           Bugfix with respect to EOS handling.
27480
27481 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27482
27483         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
27484           Link with right caps (else, it segfaults).
27485         * ext/mplex/gstmplexjob.cc:
27486           Fix for slight API change in 1.6.1.93 release of mjpegtools.
27487
27488 2004-01-15  David Schleef  <ds@schleef.org>
27489
27490         * gst-libs/gst/audio/Makefile.am:
27491         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
27492         from the template.
27493         * gst-libs/gst/audio/gstaudiofilter.c:
27494         * gst-libs/gst/audio/gstaudiofilter.h:
27495         Add bytes_per_sample and size and n_samples calculation.
27496         * gst-libs/gst/audio/gstaudiofilterexample.c:
27497         Remove, now autogenerated.
27498         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
27499         Moved from gstaudiofilterexample, object name changed, code added
27500         so that it actually works.
27501         * gst-libs/gst/audio/make_filter:
27502         Script to build an audiofilter subclass from the template.
27503         * gst/colorspace/Makefile.am:
27504         * gst/colorspace/yuv2yuv.c:
27505         Remove file, since it's GPL, and we don't use it.
27506
27507 2004-01-15  Julien MOUTTE  <julien@moutte.net>
27508
27509         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
27511         them use the buffer free function to test how the buffer was allocated.
27512
27513 2004-01-15  David Schleef  <ds@schleef.org>
27514
27515         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
27516         that handles osssink fallback.
27517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27518         (gst_audio_convert_getcaps):
27519         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
27520         Add audio/x-qdm2 for QDM2 audio.
27521         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27522         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
27523         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
27524         Decrease minimum size to 16x16.
27525         * gst/wavparse/gstwavparse.c:
27526         Convert disabled pad template caps to new caps.
27527         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27529         (gst_xvimagesink_chain): Throw element error when display cannot
27530         be opened.  Increase minimum framerate to 1.0.  Check the data
27531         free function on a buffer to make sure it is the type we expect
27532         before manipulating it.
27533
27534 2004-01-15  Julien MOUTTE <julien@moutte.net>
27535
27536         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
27537         (gst_videobalance_colorbalance_set_value): Implement passthru if
27538         settings are in the middle.
27539         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
27540
27541 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27542
27543         * gst/videofilter/Makefile.am:
27544         * gst/volume/Makefile.am:
27545           Since we use videofilter symbols, link to it.
27546
27547 2004-01-15  Julien MOUTTE <julien@moutte.net>
27548
27549         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
27550         mixer interface type to HARDWARE.
27551         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
27552         type to SOFTWARE.
27553         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
27554         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
27555         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
27556         (gst_volume_interface_init), (gst_volume_list_tracks),
27557         (gst_volume_set_volume), (gst_volume_get_volume),
27558         (gst_volume_set_mute), (gst_volume_mixer_init),
27559         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
27560         (volume_init): Implementing mixer interface.
27561         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
27562         * sys/oss/gstosselement.c: (gst_osselement_get_type),
27563         (gst_osselement_change_state): Removing some trailing commas in
27564         structures.
27565         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
27566         interface type to HARDWARE.
27567         * sys/v4l/gstv4lcolorbalance.c:
27568         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
27569         type to HARDWARE.
27570         * sys/v4l2/gstv4l2colorbalance.c:
27571         (gst_v4l2_color_balance_interface_init): Setting colorbalance
27572         interface type to HARDWARE.
27573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
27574         same code than ximagesink for event handling.
27575
27576 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27577
27578         * ext/snapshot/Makefile.am:
27579         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
27580         (gst_snapshot_chain):
27581         * ext/snapshot/gstsnapshot.h:
27582           This has to be a joke... Snapshot should be connected to a tee,
27583           colorspace element before it and EOS after that, where the other
27584           src of the tee receives normal data.
27585           The current way is *wrong*.
27586
27587 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27588
27589         * ext/hermes/gsthermescolorspace.c:
27590           Fix another compile error. Same as below.
27591
27592 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27593
27594         * gst/colorspace/gstcolorspace.c:
27595         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
27596         (gst_colorspace_i420_to_yv12):
27597           Fix compiling... Didn't test if it actually works.
27598
27599 2004-01-15  David Schleef  <ds@schleef.org>
27600
27601         * configure.ac:
27602         * gst/colorspace/Makefile.am:
27603         * gst/colorspace/gstcolorspace.c:
27604         * gst/colorspace/gstcolorspace.h:
27605         * gst/colorspace/yuv2rgb.c:
27606         * gst/colorspace/yuv2rgb.h:
27607         Duplicate the ext/hermes colorspace plugin, and remove Hermes
27608         code and GPL code.  Fix for new caps negotiation.  Rewrite
27609         much of the format handling code, and some of the conversion
27610         code.  Basically, rewrote almost everything.  This element
27611         handles I420, YV12 to RGB conversions.
27612         * ext/hermes/Makefile.am:
27613         * ext/hermes/gsthermescolorspace.c:
27614         Rename colorspace to hermescolorspace.  Fix negotiation issues.
27615         Remove non-Hermes related code.  This element handles lots of
27616         RGB to RGB conversions, but no YUV.
27617         * ext/hermes/gstcolorspace.c:
27618         * ext/hermes/gstcolorspace.h:
27619         * ext/hermes/rgb2yuv.c:
27620         * ext/hermes/yuv2rgb.c:
27621         * ext/hermes/yuv2rgb.h:
27622         * ext/hermes/yuv2rgb_mmx16.s:
27623         * ext/hermes/yuv2yuv.c:
27624         * ext/hermes/yuv2yuv.h:
27625         Remove old code.
27626
27627 2004-01-14  Colin Walters  <walters@verbum.org>
27628
27629         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
27630         they've already been.
27631
27632 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27633
27634         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
27635           assume tag mode when pad is not connected
27636
27637 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27638
27639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27640           Don't update the time of the clock
27641         (gst_alsa_sink_loop):
27642           sync to the clock given to alsasink, not the own clock
27643         * sys/oss/gstosssink.c: (gst_osssink_chain):
27644           sync to the clock
27645         (gst_osssink_change_state):
27646           activate the clock
27647         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
27649           remove bogus code that made DISCONT events unhandled
27650         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
27651           explicitly case to double in _set_simple. (fixes 2nd warning in bug
27652           #131502)
27653         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
27654         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
27655         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
27656           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
27657           2nd warning in bug #131502)
27658
27659 2004-01-14  Julien MOUTTE  <julien@moutte.net>
27660
27661         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
27662         (gst_videobalance_colorbalance_set_value),
27663         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
27664         for colorbalance interface implementation.
27665         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
27666         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
27667         (gst_ximagesink_dispose), (gst_ximagesink_init),
27668         (gst_ximagesink_class_init): Adding DISPLAY property.
27669         * sys/ximage/ximagesink.h: Adding display_name to store display.
27670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27671         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27672         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
27673         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
27674         properties (they still need polishing though for gst-launch use : no
27675         xcontext yet, i ll do that tomorrow).
27676         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
27677
27678 2004-01-14  Julien MOUTTE  <julien@moutte.net>
27679
27680         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
27681         (gst_play_set_location), (gst_play_set_visualization): Preparing
27682         switch integration, adding videobalance in the pipeline.
27683
27684 2004-01-14  Julien MOUTTE <julien@moutte.net>
27685
27686         * gst-libs/gst/colorbalance/colorbalance.c:
27687         (gst_color_balance_class_init): Adding a default type.
27688         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
27689         the type.
27690         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
27691         (gst_videobalance_dispose), (gst_videobalance_class_init),
27692         (gst_videobalance_init), (gst_videobalance_interface_supported),
27693         (gst_videobalance_interface_init),
27694         (gst_videobalance_colorbalance_list_channels),
27695         (gst_videobalance_colorbalance_set_value),
27696         (gst_videobalance_colorbalance_get_value),
27697         (gst_videobalance_colorbalance_init): Implementing colorbalance
27698         interface.
27699         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
27700         list.
27701         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
27702         bug which was triggering a BadAccess X error when setting an overlay
27703         before pad was really negotiated.
27704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
27705         Using the colorbalance type macro.
27706
27707 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27708
27709         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
27710         (gst_flacenc_chain):
27711           handle tags correctly
27712         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
27713           extract ID3v1 tags correctly
27714
27715 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27716
27717         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
27718         (plugin_init):
27719           Improve matroska typefinding for odd-typed headers...
27720
27721 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27722
27723         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
27724           Fix for using incremental number on padnames.
27725
27726 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27727
27728         * ext/divx/gstdivxdec.c:
27729         * ext/divx/gstdivxenc.c:
27730           Set category to divx4linux instead of divx (too generic).
27731         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
27732         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
27733         (gst_wavparse_loop), (gst_wavparse_change_state):
27734         * gst/wavparse/gstwavparse.h:
27735           fix parsing of WAV files with non-standard fmt-tag size and fix
27736           skipping of unrecognized chunks... Someone please fix this thing
27737           to use rifflib so all this is automated.
27738         * sys/v4l/Makefile.am:
27739         * sys/v4l2/Makefile.am:
27740           Add X_CFLAGS because we depend on X (for overlay).
27741
27742 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
27743
27744         * ext/mpeg2dec/gstmpeg2dec.c:
27745           Don't issue a timestamp unless we tagged the frame
27746           with a PTS.
27747
27748 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27749
27750         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
27751           Query the audio element to get the time, not the clock. We're
27752           interested in the element's time here.
27753
27754 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27755
27756         * ext/aalib/gstaasink.c: (gst_aasink_chain):
27757         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27758         * ext/esd/esdsink.c: (gst_esdsink_chain):
27759         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
27760         * ext/mas/massink.c: (gst_massink_chain):
27761         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
27762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
27763         (gst_matroska_demux_parse_metadata):
27764         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
27765         (gst_mpeg_parse_release_locks):
27766         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
27767         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
27768         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
27769         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27770         (gst_osssink_change_state):
27771         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
27772         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27773         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
27774         (gst_xvideosink_release_locks):
27775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
27776           use element time.
27777         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
27778         (gst_alsa_clock_stop):
27779         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
27780         (gst_audio_clock_get_internal_time):
27781           simplify for use with new clocking code.
27782         * testsuite/alsa/Makefile.am:
27783         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
27784           fix testsuite for new caps system
27785
27786 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27787
27788         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
27789         * ext/flac/gstflacenc.c: (add_one_tag):
27790           length is already host endian, no need to convert. Fixes playback of
27791           tagged files on PPC. (bug #128384)
27792
27793 2004-01-13  Julien MOUTTE <julien@moutte.net>
27794
27795         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
27796         colorbalance interface stating if it is hardware based or software
27797         based.
27798         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
27799         Removing a trailing comma.
27800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27801         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
27802         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
27803         the documentation seems to be wrong on the -1000 to 1000 interval.
27804
27805 2004-01-12  David Schleef  <ds@schleef.org>
27806
27807         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
27808         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
27809         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
27810         Fix negotiation.  Add a bufferalloc function for the sink pad,
27811         and generally clean up some of the code.
27812
27813 2004-01-12  Julien MOUTTE <julien@moutte.net>
27814
27815         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27816         (gst_color_balance_channel_dispose): Adding safety check in dispose
27817         method.
27818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27819         (gst_xvimagesink_xcontext_clear),
27820         (gst_xvimagesink_interface_supported),
27821         (gst_xvimagesink_colorbalance_list_channels),
27822         (gst_xvimagesink_colorbalance_set_value),
27823         (gst_xvimagesink_colorbalance_get_value),
27824         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
27825         Adding colorbalance interface support to set XV parameters such as
27826         HUE, BRIGHTNESS, CONTRAST, SATURATION.
27827         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
27828         interface.
27829
27830 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27831
27832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
27833         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
27834         (gst_audio_convert_init), (gst_audio_convert_set_property),
27835         (gst_audio_convert_get_property), (gst_audio_convert_chain),
27836         (gst_audio_convert_link),
27837         (gst_audio_convert_buffer_to_default_format),
27838         (gst_audio_convert_buffer_from_default_format), (plugin_init):
27839           - implement _getcaps and use it
27840           - improve linking
27841           - remove float caps since no float conversion is actually done
27842           - remove properties and arguments that were to be used for rate
27843             conversion
27844
27845 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27846
27847         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
27848         (gst_audio_structure_set_int):
27849         * gst-libs/gst/audio/audio.h:
27850           add helper functions for _getcaps matching the standard audio
27851           templates
27852
27853 2004-01-12  David Schleef  <ds@schleef.org>
27854
27855         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27856         Test that pad is negotiated before getting its caps.
27857
27858 2004-01-12  Julien MOUTTE <julien@moutte.net>
27859
27860         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
27861         analyzing the pads of an element the bin is mostly in READY state so
27862         no caps were negotiated. This helper function needs to work with
27863         _get_caps directly then. I was not freeing them though, added that to
27864         fix the mem leak.
27865
27866 2004-01-12  Julien MOUTTE <julien@moutte.net>
27867
27868         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
27870         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
27871         than the free_func.
27872
27873 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27874
27875         * sys/oss/gstossaudio.c: (plugin_init):
27876         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27877         * sys/oss/gstosselement.h:
27878           make an oss debugging category
27879           make failure more descriptive
27880
27881 2004-01-11  David Schleef  <ds@schleef.org>
27882
27883         * ext/ffmpeg/gstffmpeg.c:
27884         * ext/ffmpeg/gstffmpegcodecmap.c:
27885         * ext/ffmpeg/gstffmpegdec.c:
27886         * ext/ffmpeg/gstffmpegenc.c:
27887         * ext/ffmpeg/gstffmpegprotocol.c:
27888         * ext/gdk_pixbuf/gstgdkanimation.c:
27889         * ext/jpeg/gstjpeg.c:
27890         * ext/libpng/gstpng.c:
27891         * ext/mpeg2dec/perftest.c:
27892         * ext/speex/gstspeex.c:
27893         * gst-libs/gst/resample/dtos.c:
27894         * gst/intfloat/gstintfloatconvert.c:
27895         * gst/oneton/gstoneton.c:
27896         * gst/rtjpeg/RTjpeg.c:
27897         * gst/rtp/gstrtp.c:
27898         * sys/dxr3/dxr3init.c:
27899         * sys/glsink/gstgl_nvimage.c:
27900         * sys/glsink/gstgl_pdrimage.c:
27901         * sys/glsink/gstglsink.c:
27902         * testsuite/gst-lint:
27903         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
27904
27905 2004-01-11  David Schleef  <ds@schleef.org>
27906
27907         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
27908         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
27909         * ext/gdk_pixbuf/gstgdkanimation.c:
27910         (gst_gdk_animation_iter_create_pixbuf):
27911         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
27912         (gst_gdk_pixbuf_chain):
27913         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27914         * ext/jack/gstjack.c: (gst_jack_change_state):
27915         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
27916         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
27917         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
27918         * gst/videofilter/gstvideofilter.c:
27919         (gst_videofilter_set_output_size):
27920         Remove all usage of gst_pad_get_caps(), and replace it with
27921         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
27922
27923 2004-01-11  David Schleef  <ds@schleef.org>
27924
27925         * configure.ac:
27926         * ext/Makefile.am: Fixes to make ext/libcaca compile.
27927         * ext/divx/gstdivxdec.c:
27928         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
27929         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
27930         handle images that span multiple buffers.  Now work with both
27931         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
27932         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27933         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
27934         video/video.h changes
27935         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
27936         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
27937         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
27938         of GstData free function.
27939         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
27940         same.
27941
27942 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27943
27944         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
27945         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
27946         (gst_v4l2element_get_property):
27947         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
27948           add norm, channel and frequency properties.
27949         * sys/v4l2/gstv4l2tuner.c:
27950           fixes for tuner interface changes
27951         * sys/v4l2/gstv4l2element.h:
27952         * sys/v4l2/gstv4l2src.c:
27953         * sys/v4l2/gstv4l2src.h:
27954         * sys/v4l2/v4l2src_calls.c:
27955         * sys/v4l2/v4l2src_calls.h:
27956           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
27957
27958 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27959
27960         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
27961         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
27962         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
27963         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
27964         * gst-libs/gst/tuner/tuner.h:
27965           GObjects aren't const.
27966           Add find_by_name functions.
27967           Add checks to _changed functions.
27968         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
27969         (gst_v4l_tuner_get_norm):
27970           Fixes for above.
27971
27972 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27973
27974         * gst-libs/gst/video/video.h:
27975           Fix caps template names to be understandable.
27976           Prefix everything with GST_VIDEO.
27977         * ext/aalib/gstaasink.c:
27978         * ext/divx/gstdivxdec.c:
27979         * ext/divx/gstdivxenc.c:
27980         * ext/gdk_pixbuf/gstgdkpixbuf.c:
27981         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
27982         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
27983         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
27984         * ext/libcaca/gstcacasink.c:
27985         * ext/libpng/gstpngenc.c: (raw_caps_factory):
27986         * ext/snapshot/gstsnapshot.c:
27987         * ext/swfdec/gstswfdec.c:
27988         * ext/xvid/gstxviddec.c:
27989         * ext/xvid/gstxvidenc.c:
27990         * gst/chart/gstchart.c:
27991         * gst/deinterlace/gstdeinterlace.c:
27992         * gst/effectv/gsteffectv.c:
27993         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
27994         * gst/goom/gstgoom.c:
27995         * gst/median/gstmedian.c:
27996         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
27997         (gst_monoscope_srcconnect), (gst_monoscope_chain):
27998         * gst/overlay/gstoverlay.c:
27999         * gst/smooth/gstsmooth.c:
28000         * gst/smpte/gstsmpte.c:
28001         * gst/synaesthesia/gstsynaesthesia.c:
28002         * gst/videocrop/gstvideocrop.c:
28003         * gst/videodrop/gstvideodrop.c:
28004         * gst/y4m/gsty4mencode.c:
28005         * sys/qcam/gstqcamsrc.c:
28006         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
28007           Make them work with new video.h file.
28008         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
28009         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
28010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
28011         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
28012           Make it work with new buffer allocation system.
28013
28014 2004-01-11  Julien MOUTTE  <julien@moutte.net>
28015
28016         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
28017         pad_alloc_buffer implementation to use ->srcpad
28018         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
28019         pad_alloc_buffer implementation to use ->srcpad
28020         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
28021         pad_alloc_buffer implementation to use ->srcpad
28022         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28023         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
28024         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
28025         a reference to everything we need.
28026         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
28027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28028         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
28029         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
28030         a reference to everything we need.
28031         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
28032
28033 2004-01-11  David Schleef  <ds@schleef.org>
28034
28035         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
28036         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
28037         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
28038         structure members.
28039         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
28040         value during a resize/renegotiation.
28041         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
28042         gst_pad_alloc_buffer();
28043         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
28044         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
28045         structure members.
28046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
28047         Fix for rename of buffer private structure members.
28048         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
28049         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
28050         Fix for rename of buffer private structure members.
28051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
28052         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
28053         Fix for rename of buffer private structure members.
28054
28055 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
28056
28057         reviewed by: David Schleef <ds@schleef.org>
28058
28059         * gst/videofilter/Makefile.am:
28060         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
28061         from the patch by ds to fit in with recent make_filter changes.
28062
28063 2004-01-11  Julien MOUTTE  <julien@moutte.net>
28064
28065         * configure.ac: Adding examples/switch/Makefile
28066         * examples/Makefile.am: Adding examples/switch
28067         * examples/switch/Makefile.am: Adding switcher example.
28068         * examples/switch/switcher.c: (got_eos), (idle_iterate),
28069         (switch_timer), (main): Adding an example demonstrating switch usage
28070         with 2 videotestsrc showing different patterns.
28071         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
28072         (gst_switch_init): Fixing switch with the new caps system.
28073
28074 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28075
28076         * gst-libs/gst/video/video.h:
28077           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
28078           They should probably be like
28079           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
28080
28081 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28082
28083         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28084         (qtdemux_parse_trak):
28085           fix audio chunk size/timestamp calculation
28086
28087 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28088
28089         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28090           fix SVQ3 caps
28091
28092 2004-01-11  Steve Baker  <steve@stevebaker.org>
28093
28094         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
28095         (gst_agingtv_base_init), (gst_agingtv_class_init),
28096         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
28097         (gst_agingtv_set_property), (gst_agingtv_get_property):
28098         Port agingTV to videofilter
28099
28100 2004-01-09  Julien MOUTTE <julien@moutte.net>
28101
28102         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
28103         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
28104
28105 2004-01-09  Julien MOUTTE <julien@moutte.net>
28106
28107         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
28108         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
28109         * gst-libs/gst/xoverlay/xoverlay.c:
28110         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
28111         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28112         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
28113         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28114         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
28115         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
28116         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
28117         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
28118         the bufferalloc_function to replace bufferpools, fixing the XOverlay
28119         interface implementation to handle xid being 0 and fix some bugs
28120         triggered by Benjamin's testcase.
28121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
28122         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
28123         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
28124         the bufferalloc_function to replace bufferpools, fixing the XOverlay
28125         interface implementation to handle xid being 0 and fix some bugs
28126         triggered by Benjamin's testcase.
28127
28128 2004-01-09  David Schleef  <ds@schleef.org>
28129
28130         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
28131         mouse pointer events.  It works.
28132
28133 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28134
28135         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
28136           Use explicit caps - fix capsnego.
28137         * ext/xvid/gstxviddec.c:
28138         * ext/xvid/gstxvidenc.c:
28139           Remove macro-inside-macro which caused compile errors.
28140         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
28141           Error out if it's not a RIFF file. Else we error out without
28142           gst_element_error() which is not good...
28143
28144 2004-01-08  David Schleef  <ds@schleef.org>
28145
28146         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
28147         Fix pad_link function to handle formats that ffmpeg returns
28148         as multiple caps structures.
28149         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
28150         Only complain if source buffer is _smaller_ than expected.
28151         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
28152         (gst_videoscale_handle_src_event): Resize navigation events
28153         when passing them upstream.
28154         * gst/videotestsrc/gstvideotestsrc.c:
28155         * gst/videotestsrc/gstvideotestsrc.h:
28156         * gst/videotestsrc/videotestsrc.c:
28157         * gst/videotestsrc/videotestsrc.h:
28158         Rewrite many of the buffer painting functions to handle odd
28159         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
28160         been verified to work with my video card.
28161         * testsuite/gst-lint:  Add check for elements calling
28162         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
28163
28164 2004-01-08  David Schleef  <ds@schleef.org>
28165
28166         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28167         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
28168
28169 2004-01-08  Julien MOUTTE  <julien@moutte.net>
28170
28171         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
28172         configure event is not emiting the desired size signal. That fixes
28173         aspect ratio issues with gst-player.
28174
28175 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28176
28177         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
28178           Fix capsnego.
28179
28180 2004-01-08  Julien MOUTTE  <julien@moutte.net>
28181
28182         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
28183         public method to fire size signal.
28184
28185 2004-01-07  Julien MOUTTE  <julien@moutte.net>
28186
28187         * examples/gstplay/Makefile.am: Adding the interface library.
28188         * gst-libs/gst/play/Makefile.am: Adding the interface library.
28189         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
28190         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
28191         GST_IS_X_OVERLAY before signal connect.
28192         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
28193         Removing the have_video_size signal.
28194         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
28195         and associated public method.
28196         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
28197         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
28198         signal.
28199         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28200         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
28201         signal.
28202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
28203         Using XOverlay public method to fire size signal.
28204
28205 2004-01-07  David Schleef  <ds@schleef.org>
28206
28207         * gst/videofilter/Makefile.am:
28208         * gst/videofilter/gstvideotemplate.c:
28209         * gst/videofilter/make_filter:
28210         Create gstvideoexample.c in a srcdir!=builddir friendly way.
28211         Convert make_filter to /bin/sh script.
28212
28213 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
28214
28215         * gst/modplug/gstmodplug.cc: fix element description
28216
28217 2004-01-07  Julien MOUTTE  <julien@moutte.net>
28218
28219         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
28220         (got_video_size): Adding some new lines in g_print calls.
28221         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
28222         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
28223         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
28224         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
28225         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
28226         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
28227         Complete code review, reverting some stuff i disagree with, adding
28228         some fixes : time synchronization on invalid timestamps, renegotiation
28229         of private window.
28230         * sys/ximage/ximagesink.h:
28231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
28232         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
28233         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
28234         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
28235         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28236         (gst_xvimagesink_buffer_new),
28237         (gst_xvimagesink_navigation_send_event),
28238         (gst_xvimagesink_set_xwindow_id),
28239         (gst_xvimagesink_get_desired_size),
28240         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
28241         stuff i disagree with, adding some fixes : Renegotiation of private
28242         window, implementing get_desired_size.
28243
28244 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28245
28246         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
28247         (gst_afsink_handle_event):
28248         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
28249         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
28250         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
28251         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
28252         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
28253           Fix for instantiate-test (see core). Also remove dead code from
28254           jpegenc (which still needs fixing, but that's lower on my TODO
28255           list...).
28256         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
28257           Never return NULL as caps.
28258
28259 2004-01-07  David Schleef  <ds@schleef.org>
28260
28261         * configure.ac:
28262         * ext/Makefile.am:
28263         * ext/librfb/Makefile.am:
28264         * ext/librfb/gstrfbsrc.c:
28265         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
28266         is the protocol used by VNC.
28267
28268 2004-01-07  David Schleef  <ds@schleef.org>
28269
28270         * gst/videofilter/gstvideotemplate.c:
28271         * gst/videofilter/gstvideotemplate.h:
28272         * gst/videofilter/make_filter:
28273         Merge videotemplate header into source file.
28274         * gst/effectv/Makefile.am:
28275         * gst/effectv/gsteffectv.c: (plugin_init):
28276         * gst/effectv/gstwarp.c:
28277         Make warpTV a subclass of videofilter.
28278
28279 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28280
28281         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28282           Add guard against invalid utf-8 conversions in mad. Just in case.
28283
28284 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28285
28286         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
28287           Fix for bug shown by poisoning
28288
28289 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28290
28291         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
28292         (gst_v4lmjpegsrc_buffer_free):
28293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
28294         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
28295         (gst_v4lsrc_buffer_free):
28296           Fix for removed bufferpools.
28297
28298 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
28299
28300         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28301         Fix caps negotiation.
28302
28303         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28304         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
28305         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
28306         (dvdnavsrc_event):
28307         * ext/mpeg2dec/gstmpeg2dec.c:
28308         * gst-libs/gst/navigation/navigation.c:
28309         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
28310         * gst-libs/gst/navigation/navigation.h:
28311         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
28312         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
28313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
28314         Super-simple first version of mouse and keyboard events. Clicking
28315         on a DVD menu now works, although it may not take you where you
28316         expected.
28317
28318         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
28319         * gst/videotestsrc/gstvideotestsrc.c:
28320         (gst_videotestsrc_src_fixate):
28321         These fixate functions were broken - they never actually
28322         fixated :)
28323
28324 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28325
28326         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
28327         (gst_icecastsend_init):
28328           fix for new caps system.
28329         * gst-libs/gst/mixer/mixertrack.h:
28330         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
28331           Add 'master track' flag (for tools like ACME that only want to
28332           change the main volume).
28333
28334 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
28335
28336         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
28337         (gst_xvid_csp_to_caps):
28338         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
28339         * ext/xvid/gstxvidenc.c:
28340         ifdef out ARGB type when it isn't available
28341         in xvidcore 1.0.0beta2
28342
28343 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28344
28345         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28346           When we have received a new SCR right in the first buffer after
28347           a seek (so in the same cycle that handles the discont), we should
28348           handle the buffer instead of unreffing it, else we lose data.
28349
28350 2004-01-06  Iain <iain@prettypeople.org>
28351
28352         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
28353           buffer-frames caps too.
28354
28355         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
28356           caps that we need, don't destroy them all and rebuild them. And when
28357           creating src pads, use the src pad template rather than the sink...
28358
28359 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28360
28361         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28362           Add pad to element *after* setting functions such as event handler.
28363           Without this, the scheduler (opt) will link pads, set the event
28364           handler from the default event function (dispatcher in gstpad.c)
28365           and *after* that, we will set our own event function, which will
28366           thus never be used (and thus mpegdemux doesn't handle events).
28367
28368 2004-01-04  David Schleef  <ds@schleef.org>
28369
28370         Fix the fixate functions to handle new prototype:
28371         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
28372         * gst/videotestsrc/gstvideotestsrc.c:
28373         (gst_videotestsrc_src_fixate):
28374         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
28375         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
28376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
28377
28378 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28379
28380         * sys/ximage/ximagesink.h:
28381         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
28382         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
28383         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
28384         (gst_ximagesink_xoverlay_init):
28385           assorted fixes to make (re)embedding work
28386         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
28387         (gst_ximagesink_get_desired_size):
28388           implement desired size additions to XOverlay
28389
28390 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28391
28392         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
28393         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
28394         (gst_x_overlay_got_desired_size):
28395         * gst-libs/gst/xoverlay/xoverlay.h:
28396           Add optional "desired size" signal and querying.
28397
28398 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28399
28400         * gst/matroska/matroska-demux.c:
28401         (gst_matroska_demux_parse_blockgroup):
28402           Fix EBML-laced block parsing. Diffs are relative to previous
28403           lace, not the first lace. Thanks to Mosu from the Matroska
28404           team for detecting this.
28405         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28406         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
28407         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
28408         (gst_wavparse_change_state):
28409         * gst/wavparse/gstwavparse.h:
28410           Quickfix for capsnego.
28411
28412 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28413
28414         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
28415           Fix indenting, fix pad creation.
28416
28417 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28418
28419         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
28420         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
28421         (gst_xviddec_sink_link):
28422           Implement src_getcaps() so proper size caps is negotiated.
28423
28424 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28425
28426         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
28427           Finish flac decoder on EOS. See #116178.
28428
28429 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28430
28431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
28432         (gst_matroska_demux_add_stream):
28433         * gst/matroska/matroska-ids.h:
28434           Add getcaps() function to fix capsnego...
28435
28436 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28437
28438         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
28439         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
28440         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
28441           Fix more integer overflows. Again, see #126967.
28442
28443 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28444
28445         * ext/mpeg2dec/gstmpeg2dec.c:
28446           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
28447           #130416.
28448
28449 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28450
28451         * configure.ac:
28452         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
28453         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
28454         * ext/xvid/gstxvid.h:
28455         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
28456         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
28457         (gst_xviddec_src_link), (gst_xviddec_sink_link),
28458         (gst_xviddec_change_state):
28459         * ext/xvid/gstxviddec.h:
28460         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
28461         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
28462         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
28463         (gst_xvidenc_link), (gst_xvidenc_set_property),
28464         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
28465         * ext/xvid/gstxvidenc.h:
28466           Update xvid plugin to latest xvid (1.0.0-beta3) API.
28467
28468 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28469
28470         * gst/rtp/rtp-packet.c:
28471           Add sys/types.h include, since OS X doesn't define in_addr_t
28472           in netinet/in.h, like it does on Linux (see #129600).
28473
28474 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
28475
28476         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28477
28478         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
28479           Correct logic of dispose function (see #129306).
28480
28481 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28482
28483         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
28484         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
28485         (gst_mpeg_parse_init):
28486         * gst/mpegstream/gstmpegparse.h:
28487           Remove clock (which was never provided, i.e. dead code), and
28488           also fix integer overflows at high PTS values (see #126967).
28489
28490 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28491
28492         * ext/flac/gstflacdec.c:
28493         * ext/libpng/gstpngenc.h:
28494         * ext/mikmod/gstmikmod.h:
28495           OS X fixes (see #126628).
28496
28497 2004-01-02  David Schleef  <ds@schleef.org>
28498
28499         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
28500         (gst_alsa_src_base_init): Remove bogus "src" request pad.
28501         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
28502         (gst_mpeg_parse_class_init): Move pad template registration
28503         to class_init, since the derived class (mpegdemux) doesn't
28504         want them.
28505
28506 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28507
28508         * sys/ximage/Makefile.am:
28509         * sys/xvideo/Makefile.am:
28510         * sys/xvimage/Makefile.am:
28511           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
28512           after installation (see #127664).
28513
28514 2004-01-02  David Schleef  <ds@schleef.org>
28515
28516         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
28517         (gst_ffmpegenc_connect):  Negotiation fixes.
28518         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
28519         Remove inappropriate gst_caps_free().
28520         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
28521         Reenable Ronald's internal resize code, since the core handles
28522         it correctly now.
28523
28524 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28525
28526         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
28527         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
28528         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
28529           Fix pad template stuff.
28530
28531 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28532
28533         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
28534         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
28535           fix signed integer reading/writing.
28536
28537 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28538
28539         * ext/alsa/README:
28540           Remove outdated document
28541
28542 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
28543
28544         * gst/cutter/gstcutter.c: (gst_cutter_init):
28545           src pad was being created twice - oops.
28546
28547 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
28550           Comment out internal resize. It doesn't handle the resulting
28551           XEvent internally, does another try_set_caps() which leads to
28552           a really nice loop.
28553           Real fix will come when Julien and Dave are awake. ;).
28554
28555 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28556
28557         * ext/mpeg2enc/gstmpeg2enc.cc:
28558           fix const/nonconst compile issue.
28559
28560 2004-01-02  David Schleef  <ds@schleef.org>
28561
28562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
28563         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
28564         Add fixate function and a check for bad formats.
28565
28566 2004-01-01  David Schleef  <ds@schleef.org>
28567
28568         Negotiation fixes:
28569         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
28570         (gst_audiofilter_init):
28571         * gst/debug/efence.c: (gst_efence_init):
28572         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28573         (gst_deinterlace_init):
28574         * gst/volume/gstvolume.c: (volume_connect):
28575
28576 2004-01-01  David Schleef  <ds@schleef.org>
28577
28578         Convert elements to use gst_pad_use_explicit_caps() where
28579         appropriate:
28580         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
28581         * ext/audiofile/gstafparse.c: (gst_afparse_init),
28582         (gst_afparse_open_file):
28583         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
28584         (gst_afsrc_open_file):
28585         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
28586         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
28587         (gst_ffmpegdec_chain):
28588         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28589         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
28590         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
28591         (gst_gdk_pixbuf_chain):
28592         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
28593         (gst_jpegdec_chain):
28594         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
28595         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28596         (gst_mikmod_negotiate):
28597         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
28598         (gst_mpeg2dec_negotiate_format):
28599         * ext/mpeg2enc/gstmpeg2enc.cc:
28600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28601         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
28602         (gst_speexdec_sinkconnect):
28603         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
28604         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
28605         (gst_vorbisfile_new_link):
28606         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
28607         (gst_ac3parse_chain):
28608         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
28609         (gst_asf_demux_setup_pad):
28610         * gst/auparse/gstauparse.c: (gst_auparse_init),
28611         (gst_auparse_chain):
28612         * gst/id3/gstid3types.c: (gst_id3types_loop):
28613         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
28614         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
28615         (mp1videoparse_parse_seq):
28616         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
28617         (bpf_from_header):
28618         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
28619         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
28620         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
28621         (gst_mpeg_parse_send_data):
28622         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28623         (gst_qtdemux_add_stream):
28624         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28625         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28626         (gst_wavparse_parse_fmt):
28627
28628 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28629
28630         * configure.ac:
28631           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
28632           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
28633           it therefore uses the wrong include paths. Too bad... Note
28634           that 1.6.1.93 is not release yet. ;).
28635           Also add a check for mplex, which is now using the lib'ified
28636           mplex from mjpegtools, too.
28637         * ext/ffmpeg/gstffmpegcodecmap.c:
28638           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
28639           issues. I don't think ffmpeg handles 3ivx correctly, so this
28640           probably won't work. But it won't hurt either.
28641         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
28642         (gst_ffmpegdec_chain):
28643         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
28644         (gst_ffmpegenc_chain_audio):
28645           Fix memleak in audio encoding. Close codec if open fails, this
28646           calls the cleanup routines so we can re-use the context.
28647         * ext/mpeg2enc/gstmpeg2enc.cc:
28648           Fix pad template names/types, fix memory issue with getcaps().
28649         * ext/mpeg2enc/gstmpeg2encoder.cc:
28650         * ext/mpeg2enc/gstmpeg2encoder.hh:
28651           Fix compile issue with new caps system (const thingy).
28652         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
28653         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
28654           We read a first frame right on initing, so that we have a caps
28655           when we init the output. This caps is cached in padprivate and
28656           read as first frame.
28657         * ext/mplex/Makefile.am:
28658         * ext/mplex/gstmplex.cc:
28659         * ext/mplex/gstmplex.h:
28660         * ext/mplex/gstmplex.hh:
28661         * ext/mplex/gstmplexibitstream.cc:
28662         * ext/mplex/gstmplexibitstream.hh:
28663         * ext/mplex/gstmplexjob.cc:
28664         * ext/mplex/gstmplexjob.hh:
28665         * ext/mplex/gstmplexoutputstream.cc:
28666         * ext/mplex/gstmplexoutputstream.hh:
28667           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
28668           had issues, didn't do capsnego, supported only a subset of the
28669           mplex features and required a mplex fork in our local CVS. Plus
28670           that it worked agaist a very old mplex version. Rewriting was
28671           faster than updating it.
28672         * gst-libs/ext/Makefile.am:
28673         * gst-libs/ext/mplex/INSTRUCT:
28674         * gst-libs/ext/mplex/Makefile.am:
28675         * gst-libs/ext/mplex/README:
28676         * gst-libs/ext/mplex/TODO:
28677         * gst-libs/ext/mplex/ac3strm_in.cc:
28678         * gst-libs/ext/mplex/audiostrm.hh:
28679         * gst-libs/ext/mplex/audiostrm_out.cc:
28680         * gst-libs/ext/mplex/aunit.hh:
28681         * gst-libs/ext/mplex/bits.cc:
28682         * gst-libs/ext/mplex/bits.hh:
28683         * gst-libs/ext/mplex/buffer.cc:
28684         * gst-libs/ext/mplex/buffer.hh:
28685         * gst-libs/ext/mplex/fastintfns.h:
28686         * gst-libs/ext/mplex/format_codes.h:
28687         * gst-libs/ext/mplex/inputstrm.cc:
28688         * gst-libs/ext/mplex/inputstrm.hh:
28689         * gst-libs/ext/mplex/lpcmstrm_in.cc:
28690         * gst-libs/ext/mplex/mjpeg_logging.cc:
28691         * gst-libs/ext/mplex/mjpeg_logging.h:
28692         * gst-libs/ext/mplex/mjpeg_types.h:
28693         * gst-libs/ext/mplex/mpastrm_in.cc:
28694         * gst-libs/ext/mplex/mpegconsts.cc:
28695         * gst-libs/ext/mplex/mpegconsts.h:
28696         * gst-libs/ext/mplex/mplexconsts.hh:
28697         * gst-libs/ext/mplex/multplex.cc:
28698         * gst-libs/ext/mplex/outputstream.hh:
28699         * gst-libs/ext/mplex/padstrm.cc:
28700         * gst-libs/ext/mplex/padstrm.hh:
28701         * gst-libs/ext/mplex/stillsstream.cc:
28702         * gst-libs/ext/mplex/stillsstream.hh:
28703         * gst-libs/ext/mplex/systems.cc:
28704         * gst-libs/ext/mplex/systems.hh:
28705         * gst-libs/ext/mplex/vector.cc:
28706         * gst-libs/ext/mplex/vector.hh:
28707         * gst-libs/ext/mplex/videostrm.hh:
28708         * gst-libs/ext/mplex/videostrm_in.cc:
28709         * gst-libs/ext/mplex/videostrm_out.cc:
28710         * gst-libs/ext/mplex/yuv4mpeg.cc:
28711         * gst-libs/ext/mplex/yuv4mpeg.h:
28712         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
28713         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
28714           We don't fork mjpegtools' mplex in our CVS anymore.
28715         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
28716         (gst_avi_demux_add_stream):
28717         * gst/avi/gstavidemux.h:
28718           Add getcaps() function for proper caps nego. This makes some
28719           parts of AVI playback/reading work.
28720         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
28721           Resize window on new capsnego. This is probably wrong, but
28722           I'm still committing it because with current capsnego, the
28723           first successfull capsnego is auto-fixated, therefore rounded
28724           down to the lowest values in the caps. this results in a 16x16
28725           XWindow that is not reized when real capsnego finishes.
28726           Dave, I see more cases of this, do you know a proper solution?
28727         * tools/gst-launch-ext.in:
28728           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
28729
28730 2003-12-31  David Schleef  <ds@schleef.org>
28731
28732         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
28733         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
28734           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
28735
28736 2003-12-30  David Schleef  <ds@schleef.org>
28737
28738         * ext/ffmpeg/gstffmpegcolorspace.c:
28739         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28740         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
28741         (gst_ffmpegcsp_chain): Negotiation fixes
28742         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
28743         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
28744         (gst_audio_convert_link), (gst_audio_convert_channels):
28745         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
28746         (gst_audioscale_link), (gst_audioscale_get_buffer),
28747         (gst_audioscale_chain): Negotiation fixes
28748         * gst/audioscale/gstaudioscale.h:
28749         * gst/videofilter/gstvideofilter.c:
28750         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
28751         (gst_videofilter_link), (gst_videofilter_init),
28752         (gst_videofilter_set_output_size), (gst_videofilter_setup),
28753         (gst_videofilter_find_format_by_structure):
28754         * gst/videofilter/gstvideofilter.h: Negotiation fixes
28755         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28756         (gst_videoscale_link):
28757         * gst/videoscale/videoscale.c: (videoscale_get_structure),
28758         (videoscale_find_by_structure), (gst_videoscale_setup):
28759         * gst/videoscale/videoscale.h: Negotiation fixes
28760         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
28761         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
28762         function, restrict resizing to a multiple of 4 (hack until
28763         everyone supports odd sizes correctly).
28764
28765 2003-12-29  Colin Walters  <walters@verbum.org>
28766
28767         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
28768         signed.
28769
28770 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
28771
28772         * ext/sndfile/gstsf.c: (gst_sf_loop):
28773           Fix warning about discarding const qualifier
28774
28775 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
28776
28777         * gst/cutter/gstcutter.c:
28778         * gst/videoscale/gstvideoscale.c:
28779         * gst/volenv/gstvolenv.c:
28780         * gst-libs/gst/audio/audio.c:
28781         * gst-libs/gst/video/video.c:
28782           Fix warnings
28783
28784 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28785
28786         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
28787           Don't send ALSA debugging to stderr.
28788         * ext/alsa/gstalsa.h:
28789           Use GST_WARNING instead of g_warning when ALSA functions fail.
28790
28791 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28792
28793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28794           Free XVAdapterInfo correctly.
28795
28796 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28797
28798         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
28799         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
28800           Make id3tag use correct caps nego.
28801
28802 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
28803
28804         * ext/ivorbis/vorbis.c:
28805         * ext/ivorbis/vorbisenc.h:
28806         * ext/ivorbis/vorbisfile.c:
28807           Modify so that it uses the new caps things
28808
28809 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28810
28811         * testsuite/spider/spider1.c: (main):
28812         * testsuite/spider/spider2.c: (main):
28813         * testsuite/spider/spider3.c: (main):
28814           Make tests compile again. They probably don't work.
28815
28816 2003-12-24  Colin Walters  <walters@verbum.org>
28817
28818         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
28819         we can't fixate the caps anymore.
28820
28821 2003-12-23  David Schleef  <ds@schleef.org>
28822
28823         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
28824         * sys/oss/gstosssink.c: (gst_osssink_init),
28825         (gst_osssink_sink_fixate): Add fixate function.
28826
28827 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28828
28829         * ext/ffmpeg/gstffmpegcodecmap.c:
28830         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
28831         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
28832         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
28833         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28834         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28835         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28836         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
28837           fix typo in RGB masks, and move back to "old" colorspace
28838           capsnego code until whoever wrote this new crap has actually
28839           tested it so that it works.
28840           And yes, this works, keep it that way please.
28841
28842 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28843
28844         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
28845         (gst_divxdec_init), (gst_divxdec_negotiate):
28846         * ext/divx/gstdivxdec.h:
28847         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
28848         (gst_divxenc_init):
28849         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
28850         (gst_faac_sinkconnect), (gst_faac_srcconnect):
28851         * ext/mpeg2enc/gstmpeg2enc.cc:
28852         * ext/mpeg2enc/gstmpeg2encoder.cc:
28853         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
28854         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
28855         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
28856         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
28857         (dxr3spusink_init):
28858         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
28859         (dxr3videosink_init):
28860           Fix caps breakage after Dave's caps branch merge.
28861
28862 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28863
28864         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28865           Fix for 24bpp display.
28866
28867 2003-12-23  Colin Walters  <walters@verbum.org>
28868
28869         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
28870         a GnomeVFSHandle directly.
28871
28872 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28873
28874         * gst/volume/Makefile.am:
28875         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
28876         (volume_base_init), (volume_init):
28877           Reenable volume element and fix to work with new caps stuff.
28878           Rhythmbox needs this.
28879
28880 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28881
28882         * gst/qtdemux/qtdemux.c: (plugin_init):
28883           qtdemux requires bytestream
28884
28885 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28886
28887         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
28888           Fix remaining caps handling errors due to CAPS merge.
28889
28890 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28891
28892         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
28893         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
28894         (gst_faad_srcconnect):
28895           Port to new caps system.
28896
28897 2003-12-21  Julien MOUTTE  <julien@moutte.net>
28898
28899         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
28900         (got_video_size), (main): using g_print instead of g_message.
28901         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
28902         signal which was not emitted because of "switch" element added to the
28903         bin but not connected. (Removing from the bin temporarily)
28904
28905 2003-12-21  Julien MOUTTE  <julien@moutte.net>
28906
28907         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
28908         find X development files. I don't understand the previous tests and
28909         they fail on my debian/ppc unstable. This one works.
28910         * examples/gstplay/player.c: (main): Set the pipeline to READY before
28911         exiting.
28912         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
28913         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28914         (gst_play_set_visualization): Add some safety checks in set_ methods
28915         and state_change. This was throwing some ugly CRITICAL messages when
28916         pipeline was getting disposed and casts were failing.
28917
28918 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28919
28920         * configure.ac:
28921           Improve mpeg2enc detection. This is for distributions that do
28922           ship mjpegtools, but without mpeg2enc. Also does object check
28923           for might there ever be ABI incompatibility.
28924         * ext/mpeg2enc/gstmpeg2enc.cc:
28925           Add Andrew as second maintainer (he's helping me), and also add
28926           an error if no caps was set. This happens if I pull before capsnego
28927           and that's something I should solve sometime else.
28928         * gst/matroska/matroska-demux.c:
28929         (gst_matroska_demux_parse_blockgroup):
28930           Fix time parsing.
28931         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
28932         (gst_matroska_mux_track_header):
28933           Add caps to templates.
28934         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
28935           Add mpegversion=1 to prevent confusion with MPEG/AAC.
28936         * gst/mpegstream/gstmpegdemux.c:
28937           Remove layer since it causes warnings about unfixed caps.
28938         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28939           Fix obvious typo (we error out if caps were set, we should of
28940           course error out if *no* caps were set).
28941         * sys/oss/gstosselement.c: (gst_osselement_convert):
28942           Fix format conversion, we confused bits/bytes.
28943         * sys/oss/gstosselement.h:
28944           Improve documentation for 'bps'.
28945         * sys/v4l/TODO:
28946           Remove stuff about plugins that need removing - this was done
28947           ages ago.
28948         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
28949         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
28950         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
28951         (gst_v4lsrc_src_query):
28952         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
28953         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
28954           Add get_query_types(), get_formats() and query() functions.
28955
28956 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28957
28958         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
28959           * moved CVS to freedesktop.org