d08dcb03e21ab7116d41e25104ec265a2c9bafae
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * ext/alsa/gstalsadeviceprobe.c:
4         (gst_alsa_device_property_probe_get_values):
5         * ext/alsa/gstalsasink.c: (set_hwparams):
6         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
7         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
8         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
9         (gst_ogg_mux_process_best_pad):
10         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11         (gst_ogg_parse_chain):
12         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
13         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
15         (gst_vorbis_enc_buffer_check_discontinuous):
16         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
17         * gst-libs/gst/audio/gstbaseaudiosink.c:
18         (gst_base_audio_sink_render):
19         * gst-libs/gst/cdda/gstcddabasesrc.c:
20         (gst_cdda_base_src_handle_track_seek):
21         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22         (gst_base_rtp_depayload_push_full):
23         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
24         * gst/audioresample/resample.c: (resample_input_pushthrough):
25         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
26         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
27         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
28         (wavpack_type_find):
29         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
30         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
31         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
32         * tests/check/elements/volume.c: (GST_START_TEST):
33           Printf format fixes.
34
35 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36
37         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
38           Fix a simple mistake (see the docs)
39           Fixes #359580
40
41 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
42
43         * docs/plugins/Makefile.am:
44         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
45         * docs/plugins/gst-plugins-base-plugins-sections.txt:
46         * docs/plugins/gst-plugins-base-plugins.args:
47         * docs/plugins/gst-plugins-base-plugins.hierarchy:
48         * docs/plugins/inspect/plugin-adder.xml:
49         * docs/plugins/inspect/plugin-alsa.xml:
50         * docs/plugins/inspect/plugin-audioconvert.xml:
51         * docs/plugins/inspect/plugin-audiorate.xml:
52         * docs/plugins/inspect/plugin-audioresample.xml:
53         * docs/plugins/inspect/plugin-audiotestsrc.xml:
54         * docs/plugins/inspect/plugin-cdparanoia.xml:
55         * docs/plugins/inspect/plugin-decodebin.xml:
56         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
57         * docs/plugins/inspect/plugin-gdp.xml:
58         * docs/plugins/inspect/plugin-gnomevfs.xml:
59         * docs/plugins/inspect/plugin-libvisual.xml:
60         * docs/plugins/inspect/plugin-ogg.xml:
61         * docs/plugins/inspect/plugin-pango.xml:
62         * docs/plugins/inspect/plugin-playbin.xml:
63         * docs/plugins/inspect/plugin-subparse.xml:
64         * docs/plugins/inspect/plugin-tcp.xml:
65         * docs/plugins/inspect/plugin-theora.xml:
66         * docs/plugins/inspect/plugin-typefindfunctions.xml:
67         * docs/plugins/inspect/plugin-video4linux.xml:
68         * docs/plugins/inspect/plugin-videorate.xml:
69         * docs/plugins/inspect/plugin-videoscale.xml:
70         * docs/plugins/inspect/plugin-videotestsrc.xml:
71         * docs/plugins/inspect/plugin-volume.xml:
72         * docs/plugins/inspect/plugin-vorbis.xml:
73         * docs/plugins/inspect/plugin-ximagesink.xml:
74         * docs/plugins/inspect/plugin-xvimagesink.xml:
75           Add vorbistag element to docs; update version numbers to 0.10.10.1.
76
77 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
78
79         Patch by: James "Doc" Livingston <doclivingston at gmail com>
80
81         * ext/vorbis/Makefile.am:
82         * ext/vorbis/vorbis.c: (plugin_init):
83         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
84         (vorbis_parse_parse_packet), (vorbis_parse_chain):
85         * ext/vorbis/vorbisparse.h:
86         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
87         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
88         (gst_vorbis_tag_parse_packet):
89         * ext/vorbis/vorbistag.h:
90           Add new vorbistag element which derives from vorbisparse
91           and is essentially the same as well, only that it implements
92           the GstTagSetter interface and can modify the stream's
93           vorbiscomment on the fly (#335635).
94
95         * tests/check/Makefile.am:
96         * tests/check/elements/.cvsignore:
97         * tests/check/elements/vorbistag.c: (setup_vorbistag),
98         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
99         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
100         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
101           Add unit test for new vorbistag element.
102
103 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
104
105         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
106         (vorbis_parse_push_headers), (vorbis_parse_chain):
107           Set BOS flag in packet structure to fix 'jump depends
108           on unitialized value' errors in valgrind; various minor
109           clean-ups.
110
111 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
112
113         * gst/playback/gstdecodebin.c: (close_pad_link):
114         Fix typo in a debug statement.
115
116         * gst/playback/gstplaybasebin.c: (probe_triggered),
117         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
118         (gen_source_element), (source_new_pad), (analyse_source),
119         (setup_source):
120         When handling no_more_pads in new_decoded_pad, make sure to treat
121         subtitle pads correctly. Fixes playback with subtitle files.
122
123         Move a recurring message to LOG level.
124
125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
126         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
127         which ends up as -1 when cast to an int. Make the logic handle the
128         max value as an unsigned mask and only change the colorkey when it's
129         a value we recognise.
130
131 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
132
133         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
134         Removed empty * between paragraphs
135
136 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
137
138         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
139         * gst-libs/gst/rtp/README:
140         Moved some documentation into .c file
141
142 2006-09-29  Wim Taymans  <wim@fluendo.com>
143
144         * gst/playback/gstdecodebin.c: (no_more_pads):
145         Fix compilation.
146
147 2006-09-29  Wim Taymans  <wim@fluendo.com>
148
149         * gst/playback/gstdecodebin.c: (new_caps):
150         Remove g_print
151
152         * gst/playback/gstplaybin.c:
153         Add some docs.
154
155 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
156
157         * tests/check/Makefile.am:
158           Re-enable cddabasesrc test to see if it works again
159           now.
160
161 2006-09-29  Wim Taymans  <wim@fluendo.com>
162
163         * gst/playback/gstplaybasebin.c: (setup_subtitle),
164         (gen_source_element):
165         Handle invalid URIs a bit more gracefully.
166
167 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
168
169         * tests/check/pipelines/oggmux.c:
170           Remove obsolete comment.
171
172 2006-09-29  Michael Smith  <msmith@fluendo.com>
173
174         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
175         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
176         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
177         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
178         (gst_ogg_mux_collected):
179           Commit patch from James "Doc" Livingston, adds proper EOS handling
180           in oggmux. GStreamer can, for the first time ever, create a valid
181           Ogg file! Yay!
182
183         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
184         (oggmux_suite):
185           Reenable tests now that they pass.
186
187 2006-09-29  Wim Taymans  <wim@fluendo.com>
188
189         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
190         Stop reading commands when EOF (we read 0) as well.
191
192 2006-09-28  Wim Taymans  <wim@fluendo.com>
193
194         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
195         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
196         (find_dynamic), (unlinked), (close_link):
197         Implement delayed caps linking needed for element with a lot of
198         different caps on the src pads that get fixed at runtime.
199         Improve management of dynamic elements.
200
201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
202         (group_destroy), (group_commit), (check_queue), (queue_overrun),
203         (gen_preroll_element), (remove_groups), (unknown_type),
204         (add_element_stream), (no_more_pads_full), (no_more_pads),
205         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
206         (new_decoded_pad), (setup_subtitle), (array_has_value),
207         (gen_source_element), (source_new_pad), (has_all_raw_caps),
208         (analyse_source), (remove_decoders), (make_decoder),
209         (remove_source), (setup_source), (finish_source), (prepare_output),
210         (gst_play_base_bin_change_state):
211         * gst/playback/gstplaybasebin.h:
212         Use more _CAST instead of full type checking casts.
213         Small cleanups, plug some leaks.
214         Handle dynamic sources.
215         Add some helper functions to create lists of strings used for
216         blacklisting and other stuff.
217         Refactor some code dealing with analysing the source.
218         Re-enable sources without pads (like cd:// or other selfcontained
219         elements).
220
221 2006-09-28  Wim Taymans  <wim@fluendo.com>
222
223         * gst-libs/gst/audio/gstbaseaudiosink.c:
224         (gst_base_audio_sink_render):
225         When we have a timestamp, we can still perform clipping.
226         When we have no clock, we must play the sample ASAP.
227
228 2006-09-28  Wim Taymans  <wim@fluendo.com>
229
230         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
231         Set caps on outgoing buffers.
232
233         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
234         (gst_video_rate_event), (gst_video_rate_chain):
235         * gst/videorate/gstvideorate.h:
236         Fix videorate some more. Fixes #357977
237
238 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
239
240         * tests/check/elements/adder.c: (adder_suite):
241           Don't set timeout to 6 seconds when we're running
242           in valgrind ... (and how is 6 seconds longer than
243           the default anyway?)
244
245 2006-09-28  Wim Taymans  <wim@fluendo.com>
246
247         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
248         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
249         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
250         Keep sink and src segment to keep track of time and support more
251         input formats.
252         Fix bogus next_offset and run_time calculation, don't understand how
253         this could have worked before. Fixes #357976.
254         Remove some unneeded vars.
255
256 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
257
258         * gst/playback/gstplaybin.c: (remove_sinks):
259           Only remove visualisation from visbin if there is a visbin (or:
260           don't throw warnings when closing totem without playing a file).
261
262 2006-09-27  Wim Taymans  <wim@fluendo.com>
263
264         * gst-libs/gst/audio/gstbaseaudiosink.c:
265         (gst_base_audio_sink_render):
266         Add some more info in a WARNING.
267
268         * gst-libs/gst/audio/gstbaseaudiosrc.c:
269         (gst_base_audio_src_create):
270         Handle PAUSE in create function, use new -core addition to
271         wait for playing. Fixes pausing and resuming capture from an
272         audiosrc.
273
274         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
275         (gst_ring_buffer_read):
276         Constify some more.
277         Caller supports interrupted reads now.
278
279 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
280
281         * tests/check/Makefile.am:
282           Another attempt to make the gen64 buildbot happy.
283
284 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
285
286         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
287
288         * ext/libvisual/visual.c: (gst_visual_clear_actors),
289         (gst_visual_chain), (gst_visual_change_state):
290           Libvisual plugin was not passing audio data to libvisual 0.4.0 
291           correctly. Fixes #357800
292
293 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
294
295         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
296           Add timeout to _get_state() so we see which pipeline it is
297           that causes trouble on the gen64 build bot.
298
299 2006-09-27  Wim Taymans  <wim@fluendo.com>
300
301         * gst-libs/gst/rtp/gstbasertpdepayload.c:
302         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
303         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
304         (gst_base_rtp_depayload_set_gst_timestamp):
305         the source pad always uses fixed caps.
306
307 2006-09-27  Wim Taymans  <wim@fluendo.com>
308
309         * docs/libs/gst-plugins-base-libs-docs.sgml:
310         * docs/libs/gst-plugins-base-libs-sections.txt:
311         * gst-libs/gst/audio/gstaudioclock.c:
312         * gst-libs/gst/audio/gstaudioclock.h:
313         * gst-libs/gst/audio/gstaudiosink.c:
314         * gst-libs/gst/audio/gstaudiosink.h:
315         * gst-libs/gst/audio/gstaudiosrc.c:
316         * gst-libs/gst/audio/gstbaseaudiosink.c:
317         (gst_base_audio_sink_render):
318         * gst-libs/gst/audio/gstbaseaudiosink.h:
319         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
320         * gst-libs/gst/audio/gstbaseaudiosrc.h:
321         * gst-libs/gst/audio/gstringbuffer.h:
322         Added docs for the audio libs.
323
324 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
325
326         * tests/check/Makefile.am:
327           Temporarily disable test that fails on the bots for unknown reasons.
328
329 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
330
331         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
332         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
333         Moved AudioCodecType into priv
334         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
335
336 2006-09-25  Wim Taymans  <wim@fluendo.com>
337
338         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
339         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
340         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
341         (new_pad):
342         Cleanups and small leak fixes.
343         Added Depayloaders to valid list of autopluggable elements.
344
345 2006-09-25  Wim Taymans  <wim@fluendo.com>
346
347         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
348         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
349         (gen_video_element), (gen_text_element), (gen_audio_element),
350         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
351         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
352         Detect NO_PREROLL state change returns and disable clock distribution to
353         the sinks so that sync is disabled.
354         Avoid some type checking and do simple casts instead.
355         Small cleanups, fix some FIXMEs.
356         Be more robust when linking user specified elements, catch an report
357         errors. Fixes #357404.
358         Fix some leaks in the error paths.
359
360 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
361
362         * ChangeLog:
363           ChangeLog surgery for missing bug-number
364
365 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
366
367         Patch by: Peter Kjellerstedt  <pkj at axis com>
368
369         * gst/playback/test.c:
370           Fix compilation with uClibc and -Werror (#357591).
371
372 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
373
374         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
375           Parse dates that are followed by a time as well (#357532).
376
377         * tests/check/libs/tag.c: (test_vorbis_tags):
378           Add unit test for this.
379
380 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
381
382         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
383         (gst_audio_convert_transform_caps):
384         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
385         * gst/videotestsrc/videotestsrc.h:
386           A few array const-ifications.
387
388 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
389
390         * tests/check/Makefile.am:
391           See if this makes the build bots happy.
392
393         * tests/check/libs/cddabasesrc.c:
394           UTF8-ise my name.
395
396 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
397
398         Patch by: Young-Ho Cha <ganadist at chollian dot net>
399
400         * gst/subparse/samiparse.c: (handle_start_font),
401         (fix_invalid_entities):
402           More case-insensitivity for certain tags; recognise entities with
403           decimal codes as special entities as well (#357330).
404
405 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
406
407         * gst-libs/gst/Makefile.am:
408           Need to build tag directory before cdda.
409
410 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
411
412         * docs/libs/gst-plugins-base-libs-sections.txt:
413         * gst-libs/gst/cdda/Makefile.am:
414         * gst-libs/gst/cdda/gstcddabasesrc.c:
415         (gst_cdda_base_src_base_init):
416         * gst-libs/gst/cdda/gstcddabasesrc.h:
417         * gst-libs/gst/tag/tag.h:
418         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
419         (gst_tag_register_musicbrainz_tags):
420           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
421           depend on libgsttag. This is required so we can extract/read tags like
422           DISCID without depending on libgstcddabasesrc (which used to register
423           them).
424
425         * gst-libs/gst/tag/gstvorbistag.c:
426           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
427           tags (also see #347848).
428
429         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
430           Log vorbis comments we are actually writing. Const-ify array.
431
432 2006-09-23  Wim Taymans  <wim@fluendo.com>
433
434         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
435         Improve buffering a bit by avoiding a deadlock because we cannot assume
436         the underrun is always called.
437
438 2006-09-23  Wim Taymans  <wim@fluendo.com>
439
440         Patch by: Young-Ho Cha <ganadist at chollian dot net>
441
442         * gst-libs/gst/riff/riff-ids.h:
443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
444         (gst_riff_create_audio_template_caps):
445         Added MPEG-4 AAC and id and caps. Fixes #357289
446         Added WMA9 Lossless id.
447
448 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
449
450         * ext/gnomevfs/gstgnomevfssrc.c:
451           Fix misleading docs addition.
452
453         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
454           Get rid of compiler warning the right way.
455
456 2006-09-22  Wim Taymans  <wim@fluendo.com>
457
458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
459         (gst_base_rtp_depayload_finalize),
460         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
461         (gst_base_rtp_depayload_push_full),
462         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
463         (gst_base_rtp_depayload_process),
464         (gst_base_rtp_depayload_set_gst_timestamp),
465         (gst_base_rtp_depayload_queue_release):
466         * gst-libs/gst/rtp/gstbasertpdepayload.h:
467         Small cleanups.
468         Fix some leaks.
469         Refactored the process method and added methods to push from the process
470         vmethod.
471         Use _scale functions.
472         API: gst_base_rtp_depayload_push_ts
473         API: gst_base_rtp_depayload_push
474
475         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
476         timestamps are uint.
477
478 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
479
480         * gst-libs/gst/interfaces/xoverlay.c:
481           Remove unused statement from doc example.
482
483 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
484
485         * gst-libs/gst/interfaces/videoorientation.c:
486         (gst_video_orientation_iface_init),
487         (gst_video_orientation_get_hflip),
488         (gst_video_orientation_get_vflip),
489         (gst_video_orientation_get_hcenter),
490         (gst_video_orientation_get_vcenter),
491         (gst_video_orientation_set_hflip),
492         (gst_video_orientation_set_vflip),
493         (gst_video_orientation_set_hcenter),
494         (gst_video_orientation_set_vcenter):
495           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
496           in ChangeLog)
497
498 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
499
500         * tests/check/Makefile.am:
501         * tests/check/elements/.cvsignore:
502         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
503         (create_rgb_conversions), (rgb_conversion_free),
504         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
505         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
506           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
507           but disable for now since it doesn't pass (something wrong with
508           RGBA somewhere).
509
510 2006-09-21  Wim Taymans  <wim@fluendo.com>
511
512         * gst/playback/gstplaybasebin.c: (group_commit),
513         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
514         (queue_out_of_data), (gen_preroll_element),
515         (preroll_remove_overrun), (probe_triggered):
516         Refactor handling of overrun detection.
517         Separate handling of group completion and deadlock detection when doing
518         network buffering. This should fix some deadlocks that were not detected
519         because the group was completed.
520         Add more comments, improve debugging.
521
522 2006-09-21  Wim Taymans  <wim@fluendo.com>
523
524         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
525         * tests/check/libs/audio.c:
526         Some more compilation fixes.
527
528 2006-09-21  Wim Taymans  <wim@fluendo.com>
529
530         * gst-libs/gst/audio/gstringbuffer.c:
531         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
532         (gst_ring_buffer_read):
533         Early morning compilation fix.
534
535 2006-09-20  Wim Taymans  <wim@fluendo.com>
536
537         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
538         * tests/check/elements/multifdsink.c: (GST_START_TEST):
539         * tests/check/elements/videorate.c: (GST_START_TEST):
540         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
541         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
542         Fix some warnings.
543
544 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
545
546         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
547         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
548         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
549           Handcrafted merge to help CVS understanding what I changed and what
550           not.
551
552 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
553
554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
555         (gst_xvimagesink_get_times):
556           change colorkey behaviour back according to #354773 comment 6/7
557
558 2006-09-19  Michael Smith  <msmith@fluendo.com>
559
560         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
561         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
562         (gst_multi_fd_sink_recover_client),
563         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
564         (gst_multi_fd_sink_get_property):
565         * gst/tcp/gstmultifdsink.h:
566           Implement stubbed out properties unit-type, units-soft-max,
567           units-max, to allow specifying maximum sizes in units other than
568           buffers.
569           Fixes #355935
570
571 2006-09-19  Wim Taymans  <wim@fluendo.com>
572
573         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
574         (gst_riff_create_audio_template_caps):
575         Reorder the audio formats a bit for clarity.
576         Detect and create caps for MSGSM and MSN (WAV49).
577         Fixes #356596.
578
579         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
580         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
581         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
582         Small cleanups, move error handling out of normal flow for clarity.
583
584 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
585
586         * docs/libs/gst-plugins-base-libs-docs.sgml:
587         * docs/libs/gst-plugins-base-libs.types:
588         * gst-libs/gst/interfaces/Makefile.am:
589         * gst-libs/gst/interfaces/videoorientation.c:
590         (gst_video_orientation_get_type),
591         (gst_video_orientation_iface_init),
592         (gst_video_orientation_get_hflip),
593         (gst_video_orientation_get_vflip),
594         (gst_video_orientation_get_hcenter),
595         (gst_video_orientation_get_vcenter),
596         (gst_video_orientation_set_hflip),
597         (gst_video_orientation_set_vflip),
598         (gst_video_orientation_set_hcenter),
599         (gst_video_orientation_set_vcenter):
600         * gst-libs/gst/interfaces/videoorientation.h:
601           API: Add new interface to control video orientation (fixes #354908)
602
603 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
604
605         * gst/videotestsrc/gstvideotestsrc.c:
606           Use G_UNLIKELY in _create and log one more detail.
607           
608         (gst_video_test_src_get_times), (gst_video_test_src_create):
609         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
610           Use gst_util_uint64_scale_int in _get_times().
611
612 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
613
614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
615           Give better warning message (add object and detail).
616
617 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
618
619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
620         (gst_xvimagesink_get_times):
621           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
622           #354773), use gst_util_uint64_scale_int in _get_times()
623
624 2006-09-18  Michael Smith  <msmith@fluendo.com>
625
626         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
627           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
628           always true, leading to dropping all timestamps.
629
630 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
631
632         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
633         (gst_visual_chain), (gst_visual_change_state):
634           update to work also with libvisual 0.4 API, fix double unref (#355914)
635           
636         * tools/gst-launch-ext.1.in:
637         * tools/gst-visualise.1.in:
638           remove references to old man-pages
639
640         * tests/examples/seek/seek.c: (main):
641           add real meadi-buttons, add tool-tips for the seek-options, arrange
642           seek options in a table
643
644 2006-09-18  Michael Smith  <msmith@fluendo.com>
645
646         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
647         (gst_ogg_mux_push_buffer):
648           Don't generate out-of-order timestamps from oggmux, instead clamp
649           output timestamps to be >= the previously output ts.
650           Fixes #355595
651
652 2006-09-18  Michael Smith  <msmith@fluendo.com>
653
654         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
655         (gst_multi_fd_sink_class_init):
656           Updates, fixes, and typo corrections for multifdsink. No functional
657           changes.
658
659 2006-09-17  Michael Smith  <msmith@fluendo.com>
660
661         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
662           Don't crash on truncated files - check that we got an 8 byte buffer
663           before trying to memcmp it.
664
665 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
666
667         * gst/playback/gstplaybasebin.c: (get_active_source):
668           Make stream-switching appear instant to the application
669           (ie. make sure that a g_object_get on 'current-foo' returns
670           the stream previously set with g_object_set(). Totem needs
671           this to update stream-related meta-info (like audio-codec)
672           correctly when switching streams.
673
674 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
677         (gst_alsa_mixer_ensure_track_list):
678           Try harder to guess which mixer track is the master mixer
679           track (instead of just taking the first one that has a pvolume).
680           Fixes #342228.
681
682 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
683
684         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
685         (gst_audio_convert_transform_caps):
686           Get structure-name just once.
687
688 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
689
690         * tests/check/elements/audioresample.c: (GST_START_TEST):
691         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
692         * tests/check/elements/volume.c: (GST_START_TEST):
693         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
694         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
695         (test_pipeline), (GST_START_TEST):
696         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
697         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
698           Fix big batch of compiler warnings.
699
700 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
701
702         * ext/gnomevfs/gstgnomevfssrc.c:
703           Add docs about icydemux usage in connection with gnomevfssrc
704
705         * ext/libvisual/visual.c:
706         * ext/ogg/gstoggaviparse.c:
707         * ext/ogg/gstoggdemux.c:
708         * ext/ogg/gstoggmux.c:
709         * ext/ogg/gstoggparse.c:
710         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
711         * gst-libs/gst/audio/gstaudiosink.c:
712         * gst-libs/gst/audio/gstaudiosrc.c:
713         * gst/audiorate/gstaudiorate.c:
714           More G_OBJECT macro fixing.
715
716         * gst/audiotestsrc/gstaudiotestsrc.h:
717           Fix wrong info in header due to copy & paste
718
719 2006-09-15  Wim Taymans  <wim@fluendo.com>
720
721         * gst-libs/gst/audio/gstbaseaudiosink.c:
722         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
723         * gst-libs/gst/audio/gstbaseaudiosrc.c:
724         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
725         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
726         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
727         Do the delay calculation in the source/sink base classes as this is
728         specific for the capture/playback mode.
729         Try to fixate a bit better, like round depth up to a multiple of 8
730         bigger than width.
731         Handle underruns correctly by marking DISCONT on buffers and adjusting
732         timestamps to handle the gap.
733         Set offset/offset_end correctly on buffers.
734
735         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
736         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
737         (gst_ring_buffer_read):
738         Remove resync and underrun recovery from the ringbuffer.
739         Fix ringbuffer read code on under/overrun.
740
741 2006-09-15  Wim Taymans  <wim@fluendo.com>
742
743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
744         (gst_play_base_bin_init), (fill_buffer), (check_queue),
745         (queue_threshold_reached), (gst_play_base_bin_set_property),
746         (gst_play_base_bin_get_property):
747         * gst/playback/gstplaybasebin.h:
748         Don't use a 0 low watermark when buffering, it is catching starvation
749         way too late. Instead, use a 3 second queue with 30 and 95
750         percent low/high watermarks. 
751         Added queue-min-threshold property to configure low watermark.
752         Use new _buffering message API.
753         Make queue_threshold variable big enough to store a uint64 time value.
754         API: playbin::queue-min-threshold property.
755
756 2006-09-15  Wim Taymans  <wim@fluendo.com>
757
758         * configure.ac:
759         We require 0.10.10.1 now because of _wait_preroll().
760
761         * gst-libs/gst/audio/gstbaseaudiosink.c:
762         (gst_base_audio_sink_render):
763         Use gst_base_sink_wait_preroll().
764
765 2006-09-15  Wim Taymans  <wim@fluendo.com>
766
767         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
768         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
769         Use DEBUG_OBJECT more.
770
771 === release 0.10.10 ===
772
773 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
774
775         patch by: Michael Smith <msmith at fluendo dot com>
776
777         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
778         (gst_multi_fd_sink_client_queue_buffer),
779         (gst_multi_fd_sink_new_client):
780         * tests/check/elements/multifdsink.c: (GST_START_TEST),
781         (multifdsink_suite):
782           Fix implementation of sync-method 'next-keyframe'
783           Closes #354594
784
785 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
786
787         patch by: Wim Taymans <wim at fluendo dot com>
788
789         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
790         This patch removes the RANDOM flag that was incorrectly introduced with
791         revision 1.91.  Fixes #354590
792
793 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
794
795         * tests/check/Makefile.am:
796           Random variation in Makefile line to see if it makes the
797           gen64-base-full bot any happier.
798
799 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
800
801         * tests/check/pipelines/oggmux.c: (oggmux_suite):
802           Disable test that fails at the moment (killed after timeout).
803
804 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
805
806         Patch by: James Livingston  <doclivingston at gmail.com>
807
808         * tests/check/Makefile.am:
809         * tests/check/pipelines/.cvsignore:
810         * tests/check/pipelines/oggmux.c: (get_page_codec),
811         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
812         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
813         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
814         (test_theora_vorbis), (oggmux_suite):
815           Add simple unit test for oggmux from #337026 with checking for the
816           EOS flags disabled for the time being.
817
818 2006-09-04  Wim Taymans  <wim@fluendo.com>
819
820         patch by: Alessandro Dessina <alessandro nnva org>
821
822         * ext/ogg/gstoggmux.c:
823         Add cmml caps to oggmux. Fixes #353912
824
825 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
826
827         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
828           Returning a return value often helps. In this case, we
829           don't need the return value anyway, so just get rid of it.
830           Should make build bots much happier.
831
832 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
833
834         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
835         (paint_get_structure), (gst_video_test_src_get_size),
836         (gst_video_test_src_smpte), (gst_video_test_src_snow),
837         (gst_video_test_src_unicolor), (paint_setup_AYUV),
838         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
839         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
840         * gst/videotestsrc/videotestsrc.h:
841           Add support for AYUV and the various RGBA formats. Initialise
842           fields of paintinfo structs allocated on the stack.
843
844         * tests/check/elements/videotestsrc.c: (right_shift_colour),
845         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
846         (check_rgb_buf), (videotestsrc_suite):
847           Add unit tests for videotestsrc's RGB output.
848
849 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
850
851         * gst/videotestsrc/gstvideotestsrc.c:
852         (gst_video_test_src_pattern_get_type),
853         (gst_video_test_src_set_pattern):
854         * gst/videotestsrc/gstvideotestsrc.h:
855         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
856         (gst_video_test_src_black), (gst_video_test_src_white),
857         (gst_video_test_src_red), (gst_video_test_src_green),
858         (gst_video_test_src_blue):
859         * gst/videotestsrc/videotestsrc.h:
860           Add more uni-colour patterns ("white", "red", "green", and "blue").
861
862 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
863
864         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
865           Fix stride for YVYU, should be word-aligned (#353658).
866
867 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
868
869         * gst/adder/gstadder.c: (gst_adder_src_event):
870           Fix build.
871
872 2006-08-31  Edward Hervey  <edward@fluendo.com>
873
874         * gst/adder/gstadder.c: (forward_event_func),
875         (gst_adder_src_event), (gst_adder_collected),
876         (gst_adder_change_state):
877         * gst/adder/gstadder.h:
878         Remember the start position asked in the incoming seeks, so we can
879         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
880         of assuming it will always be 0).
881
882 2006-08-31  Edward Hervey  <edward@fluendo.com>
883
884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
885         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
886         (gst_ogg_demux_loop):
887         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
888
889 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
890
891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
892         (gst_ffmpegcsp_get_unit_size):
893           Return FALSE instead of returning a random false unit
894           size when the format isn't known/supported (even if
895           this shouldn't happen under normal circumstances).
896
897 2006-08-29  Wim Taymans  <wim@fluendo.com>
898
899         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
900
901         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
902         (gst_gnome_vfs_src_start):
903         Try harder to get the size from a uri by using _info_uri() when
904         _info_from_handle() does not give us enough info. 
905         Also follow symlinks when getting the size.
906         Partially Fixes #332864.
907
908 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
909
910         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
911
912         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
913         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
914         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
915         (gst_alsa_mixer_set_record):
916         * ext/alsa/gstalsamixertrack.c:
917         (gst_alsa_mixer_track_update_alsa_capabilities),
918         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
919         (gst_alsa_mixer_track_update):
920         * ext/alsa/gstalsamixertrack.h:
921           Improve and fix mixer track handling, in particular better handling
922           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
923           separate track objects for tracks that have both capture and playback
924           volume (and label them differently as well so they're not mistakenly
925           assumed to be duplicates); classify mixer tracks that only affect
926           the audible volume of something (rather than the capture volume)
927           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
928           for capture tracks to correspond to alsa-pswitch alsa-cswitch
929           (following the meaning documented in the mixer interface header
930           file); add support for alsa's exclusive cswitch groups; update/sync
931           state/flags better if mixer settings are changed by another
932           application. Fixes #336075.
933
934 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
935
936         * gst/playback/gstplaybin.c:
937           Improve docs: add section about BUFFERING messages sent by playbin.
938
939 2006-08-29  Michael Smith  <msmith@fluendo.com>
940
941         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
942         (gst_vorbis_enc_buffer_check_discontinuous),
943         (gst_vorbis_enc_chain):
944           Ignore explicit DISCONT marked on buffers (which is often spurious,
945           particularly when using multiple segments), in favour of solely
946           using the timestamps/durations.
947
948 2006-08-29  Edward Hervey  <edward@fluendo.com>
949
950         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
951         Don't rely on incoming buffers offset anymore, since it is completely
952         broken when using multiple segments.
953         Instead convert the incoming buffers timestamp to running time, and
954         then convert that value to the offsets.
955         Also inform GstSegment of the last outputted stop position, which is
956         needed if we received several segments with an unknown stop value.
957
958 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
959
960         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
961           fix buffer unreffing on a header push failure
962
963 2006-08-28  Wim Taymans  <wim@fluendo.com>
964
965         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
966         (gst_audio_rate_chain):
967         Make the metadata of the buffer writable before changing its
968         flags.
969
970 2006-08-28  Wim Taymans  <wim@fluendo.com>
971
972         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
973         (gst_audio_rate_setcaps), (gst_audio_rate_init),
974         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
975         (gst_audio_rate_chain), (gst_audio_rate_change_state):
976         Fix audiorate some more.
977         Reset and resync counters on flush and READY.
978         Handle the DISCONT flag correctly.
979         Use GstSegment to track position.
980         Fail when not negotiated.
981         Fixes #353234.
982
983 2006-08-25  Michael Smith  <msmith@fluendo.com>
984
985         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
986           Fix spelling.
987           Remove accidently included debug line.
988
989 2006-08-25  Wim Taymans  <wim@fluendo.com>
990
991         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
992         Small cleanups.
993         If a buffer is received with no caps, make the buffer metadata
994         writable and set the caps, making sure that we don't screw up the
995         refcounts.
996
997 2006-08-25  Michael Smith  <msmith@fluendo.com>
998
999         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
1000         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
1001           Fix memory leaks and misleading debug messages, add a couple of
1002           comments.
1003
1004         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
1005         (gst_multi_fd_sink_render):
1006           Do not use gst_buffer_make_writable() in a basesink render method,
1007           as it may incorrectly unref the buffer. Instead, use convoluted
1008           dance to avoid copying the buffer except when we need to.
1009
1010 2006-08-25  Michael Smith  <msmith@fluendo.com>
1011
1012         * ext/vorbis/vorbisenc.c:
1013         (gst_vorbis_enc_buffer_check_discontinuous):
1014           Allow very small discontinuities in the timestamps. These we can't
1015           do anything useful with anyway (because vorbis's timestamps have
1016           only sample granularity), and are commonly produced by elements with
1017           minor bugs. Allow up to 1/2 a sample out.
1018           Fixes #351742.
1019
1020 2006-08-24  Wim Taymans  <wim@fluendo.com>
1021
1022         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
1023         (play_scrub_toggle_cb), (main):
1024         Add a checkbox to enable play scrubbing. Makes it possible to disable
1025         normal scrubbing.
1026
1027 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
1028
1029         * tests/check/elements/.cvsignore:
1030           make buildbot happy
1031
1032 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
1033
1034         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1035         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
1036         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
1037         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1038         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1039         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
1040         (gst_ogm_text_parse_strip_trailing_zeroes),
1041         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
1042         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
1043           Refactor ogm parse, do better input checking, misc. clean-ups.
1044           Cache incoming events and push them once the source pad has
1045           been created. Don't pass unterminated strings to sscanf().
1046           Strip trailing zeroes from subtitle text output, since they
1047           are not valid UTF-8. Don't push vorbiscomment packets on
1048           the subtitle text pad. Output perfect streams if possible.
1049
1050 2006-08-23  Wim Taymans  <wim@fluendo.com>
1051
1052         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
1053         Waits for tasks to settle down so that we clean up correctly for 
1054         valgrind.
1055
1056 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
1057
1058         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
1059           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
1060           actually return return value in taglists_are_equal.
1061
1062 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
1063
1064         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1065           Fix crash due to broken bitstream parsing on x86-64: can't make
1066           any assumptions about sizeof(struct) due to alignment/packing
1067           differences on different architectures. Fixes #351790.
1068
1069 2006-08-22  Wim Taymans  <wim@fluendo.com>
1070
1071         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
1072         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
1073         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
1074         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
1075         (gst_riff_parse_info):
1076         Protect public functions against bad input.
1077         Do some cleanups.
1078         Fix documentation.
1079
1080 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         * gst-libs/gst/riff/riff-ids.h:
1083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1084           Add voxware audio IDs (even if we can't play it) (#351795).
1085
1086 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
1087
1088         * gst-libs/gst/riff/riff-media.c:
1089         (gst_riff_create_video_template_caps),
1090         (gst_riff_create_audio_template_caps),
1091         (gst_riff_create_iavs_template_caps):
1092           Const-ify some arrays and use G_N_ELEMENTS instead
1093           of wasting oodles of RAM on terminator bits.
1094
1095 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
1096
1097         * gst-libs/gst/tag/gstvorbistag.c:
1098         (gst_tag_list_to_vorbiscomment_buffer):
1099         * tests/check/libs/tag.c: (GST_START_TEST):
1100           And the same for _to_vorbiscomment_buffer(): allow
1101           id_data_len == 0 for speex.
1102
1103 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1104
1105         * configure.ac:
1106         * docs/plugins/Makefile.am:
1107         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1108         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1109         * docs/plugins/inspect/plugin-gdp.xml:
1110         * gst/gdp/Makefile.am:
1111         * tests/check/Makefile.am:
1112           Move GDP plugin to -base from -bad.  Closes #347783.
1113
1114 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
1115
1116         * gst-libs/gst/tag/gstvorbistag.c:
1117         (gst_tag_list_from_vorbiscomment_buffer):
1118           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
1119           Also add some checks to make sure we don't memcmp() beyond the end of
1120           vorbiscomment buffer if the ID to check for is larger than the buffer.
1121
1122         * tests/check/libs/tag.c: (GST_START_TEST):
1123           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
1124
1125 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
1126
1127         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
1128         (gst_vorbis_enc_set_metadata):
1129           Use vorbis comment utility functions from libgsttag
1130           instead of re-inventing the wheel (partially fixes #347091).
1131
1132 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
1133
1134         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1135         Fix leaks. Wait for state transitions that might happen ASYNC, as well
1136         as some that won't.
1137
1138 2006-08-21  Wim Taymans  <wim@fluendo.com>
1139
1140         * docs/libs/Makefile.am:
1141         * docs/libs/gst-plugins-base-libs-sections.txt:
1142         * docs/libs/gst-plugins-base-libs.types:
1143         Don't try to GObject scan the netbuffer as it's not a GObject.
1144         Fixes #351308.
1145
1146         * gst-libs/gst/netbuffer/gstnetbuffer.c:
1147         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1148         Document GstNetBuffer.
1149
1150 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
1151
1152         * tests/check/elements/audioconvert.c: (GST_START_TEST),
1153         (audioconvert_suite):
1154           Add testcase for caps-size-explosion
1155
1156 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
1157
1158         * gst/audioconvert/gstaudioconvert.c:
1159         (gst_audio_convert_get_unit_size), (set_structure_widths):
1160           Lower debug, use g_assert in _get_unit_size
1161
1162         * gst/audioresample/gstaudioresample.c:
1163         (audioresample_get_unit_size):
1164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1165         (gst_ffmpegcsp_get_unit_size):
1166         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
1167           use g_assert in _get_unit_size
1168
1169 2006-08-18  Wim Taymans  <wim@fluendo.com>
1170
1171         * docs/libs/gst-plugins-base-libs-sections.txt:
1172         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
1173         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
1174         (gst_rtp_buffer_get_payload_buffer):
1175         * gst-libs/gst/rtp/gstrtpbuffer.h:
1176         Document GstRTPBuffer.
1177         Added function to efficiently strip payload headers.
1178         API: gst_rtp_buffer_get_payload_subbuffer()
1179
1180 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
1181
1182         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1183         (gst_tag_to_vorbis_comments):
1184           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
1185           tags and deserialise them properly as well (#347091).
1186           Add some more gtk-doc blurbs and also some g_return_if_fail().
1187
1188         * tests/check/libs/tag.c: (GST_START_TEST),
1189         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
1190           More tests.
1191
1192 2006-08-17  Wim Taymans  <wim@fluendo.com>
1193
1194         * ext/ogg/Makefile.am:
1195         * ext/ogg/gstogg.c: (plugin_init):
1196         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
1197         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
1198         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
1199         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
1200         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
1201         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
1202         Added ogg-in-avi parser element. Fixes #140139.
1203
1204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
1205         Fixed a bug in oggdemux debug code.
1206
1207         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1208         (gst_riff_create_audio_template_caps):
1209         Recognise Ogg in the AVI extensible wave format.
1210
1211 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
1212
1213         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1214           Make buffer durations add up (duration should be next_ts-ts for
1215           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
1216           from CVS.
1217
1218         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
1219         (test_buffer_timestamps), (cddabasesrc_suite):
1220           Add unit test for the above.
1221
1222         * tests/check/Makefile.am:
1223           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
1224           to see what happens.
1225
1226 2006-08-16  Wim Taymans  <wim@fluendo.com>
1227
1228         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
1229         (gst_alsasink_open):
1230         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
1231         (gst_alsasrc_open):
1232         Avoid setting and using a NULL device name.
1233         Print more info when we fail to open a device.
1234
1235 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
1236
1237         * docs/libs/gst-plugins-base-libs-sections.txt:
1238         * gst-libs/gst/tag/tag.h:
1239         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
1240           API: add gst_tag_parse_extended_comment() (#351426).
1241
1242         * tests/check/Makefile.am:
1243         * tests/check/libs/.cvsignore:
1244         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
1245           Add unit test for gst_tag_parse_extended_comment().
1246
1247 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
1248
1249         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
1250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
1251           Fix leak (#351502).
1252
1253 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
1254
1255         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1256         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1257         * docs/plugins/gst-plugins-base-plugins.args:
1258         * gst/playback/gstplaybin.c:
1259           Document playbin.
1260           
1261         * docs/plugins/inspect/plugin-adder.xml:
1262         * docs/plugins/inspect/plugin-alsa.xml:
1263         * docs/plugins/inspect/plugin-audioconvert.xml:
1264         * docs/plugins/inspect/plugin-audiorate.xml:
1265         * docs/plugins/inspect/plugin-audioresample.xml:
1266         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1267         * docs/plugins/inspect/plugin-cdparanoia.xml:
1268         * docs/plugins/inspect/plugin-decodebin.xml:
1269         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1270         * docs/plugins/inspect/plugin-gnomevfs.xml:
1271         * docs/plugins/inspect/plugin-ogg.xml:
1272         * docs/plugins/inspect/plugin-pango.xml:
1273         * docs/plugins/inspect/plugin-playbin.xml:
1274         * docs/plugins/inspect/plugin-subparse.xml:
1275         * docs/plugins/inspect/plugin-tcp.xml:
1276         * docs/plugins/inspect/plugin-theora.xml:
1277         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1278         * docs/plugins/inspect/plugin-video4linux.xml:
1279         * docs/plugins/inspect/plugin-videorate.xml:
1280         * docs/plugins/inspect/plugin-videoscale.xml:
1281         * docs/plugins/inspect/plugin-videotestsrc.xml:
1282         * docs/plugins/inspect/plugin-volume.xml:
1283         * docs/plugins/inspect/plugin-vorbis.xml:
1284         * docs/plugins/inspect/plugin-ximagesink.xml:
1285         * docs/plugins/inspect/plugin-xvimagesink.xml:
1286           Update to CVS version.
1287
1288 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
1289
1290         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1291         (gst_play_bin_set_property), (gst_play_bin_get_property),
1292         (value_list_append_structure_list),
1293         (gst_play_bin_handle_redirect_message),
1294         (gst_play_bin_handle_message):
1295           API: GstPlayBin::connection-speed
1296           Add "connection-speed" property; re-order redirect messages with
1297           multiple redirect locations depending on the minimum bitrate if
1298           that information is available and a connection speed is set
1299           (#350399).
1300
1301 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
1302
1303         * gst/playback/gstplaybin.c:
1304           Update max volume to the same value that the volume element uses.
1305
1306 2006-08-14  Wim Taymans  <wim@fluendo.com>
1307
1308         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1309         Less uglyness..
1310
1311 2006-08-14  Wim Taymans  <wim@fluendo.com>
1312
1313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1314         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
1315         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
1316         Add some more debug info.
1317         Don't crash when a seek failed.
1318         Actually return the result of the seek instead of TRUE.
1319         Ignore multiple BOS pages with the same serial so that we don't create
1320         the same stream multiple times.
1321         Post an error when we fail to do the initial seek.
1322
1323 2006-08-13  Wim Taymans  <wim@fluendo.com>
1324
1325         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
1326         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
1327         Small code cleanup.
1328
1329         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
1330         (gst_alsa_mixer_new):
1331         Remove hack that always set the device to hw:0*.
1332         Properly find the card name for whatever device was configured.
1333         Do some better debugging.
1334         Fixes #350784.
1335
1336         * ext/alsa/gstalsamixerelement.c:
1337         (gst_alsa_mixer_element_set_property),
1338         (gst_alsa_mixer_element_change_state):
1339         Cleanups.
1340         Handle setting of a NULL device name better.
1341
1342 2006-08-11  Wim Taymans  <wim@fluendo.com>
1343
1344         * gst/adder/gstadder.c:
1345         Don't clip float values. Fixes #350900.
1346
1347 2006-08-11  Andy Wingo  <wingo@pobox.com>
1348
1349         * gst/tcp/gsttcp.c: Really fix the build?
1350
1351         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
1352         fixes the build.
1353
1354 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
1355
1356         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
1357           Float caps shouldn't have a "signed" field.
1358
1359 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
1360
1361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
1362           Implement SEEKING query in its most basic form, so that we can
1363           at least check if we're seekable or not (#350655).
1364
1365 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
1366
1367         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1368           The checks here are not even close to anything that would
1369           justify MAXIMUM probability, lowering to POSSIBLE until someone
1370           fixes the checks (case at hand: quicktime redirection files
1371           might start with 00 00 01 XX and pass the checks here just
1372           fine, see #350399).
1373
1374 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
1375
1376         Patch by: Sjoerd Simons  <sjoerd at luon net>
1377
1378         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
1379           Better detection for multipart/x-mixed-replace: accept leading
1380           whitespaces before the boundary marker as well (as our very own
1381           multipartmux used to produce) (#349068).
1382
1383 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         Patch by: Young-Ho Cha  <ganadist at chollian net>
1386
1387         * gst-libs/gst/riff/riff-ids.h:
1388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1389         (gst_riff_create_audio_template_caps):
1390           Detect DTS audio streams (#350157).
1391
1392 2006-08-05  Andy Wingo  <wingo@pobox.com>
1393
1394         * ext/theora/gsttheoraparse.h:
1395         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
1396         (theora_parse_dispose, theora_parse_set_property)
1397         (theora_parse_get_property, theora_parse_munge_granulepos)
1398         (theora_parse_push_buffer, theora_parse_change_state):
1399         API: GstTheoraParse::synchronization-points
1400         Add a property 'synchronization-points' to fix badly synchronized oggs.
1401
1402 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
1403
1404         * tests/check/Makefile.am:
1405         * tests/check/libs/.cvsignore:
1406         * tests/check/libs/audio.c: (structure_contains_channel_positions),
1407         (fixed_caps_have_channel_positions), (GST_START_TEST),
1408         (audio_suite), (main):
1409           Add a few tests for the channel position stuff in libgstaudio.
1410
1411 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
1412
1413         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
1414         (gst_alsa_detect_channels):
1415         * ext/alsa/gstalsasink.c:
1416           Add support for cards that (only) do more than 8 channels,
1417           like the Delta 44 (#345188).
1418
1419         * gst-libs/gst/audio/multichannel.c:
1420         (gst_audio_check_channel_positions):
1421         * gst-libs/gst/audio/multichannel.h:
1422           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
1423           unspecified channel position and cannot be combined with any
1424           of the other audio channel positions; adjust position layout
1425           checks accordingly (#345188).
1426
1427 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
1428
1429         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1430           Recognise ancient RealAudio files (see #349779).
1431
1432 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
1433
1434         Patch by: Jens Granseuer  <jensgr at gmx net>
1435
1436         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1437           Add typefinder for Interplay's MVE format (#348973).
1438
1439 2006-08-02  Wim Taymans  <wim@fluendo.com>
1440
1441         Patch by: Marcel Moreaux <marcelm at luon dot net>
1442
1443         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1444         (gst_base_rtp_depayload_add_to_queue):
1445         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1446         Handle RTP sequence number rollover.
1447         Disable jitterbuffer by default.
1448
1449 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
1450
1451         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
1452         (audioresample_set_caps):
1453         Don't leak references to the incoming caps. Clean them up when
1454         stopping.
1455
1456         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
1457         (gst_video_scale_finalize):
1458         Don't leak our temporary pixel buffer.
1459
1460         * tests/check/Makefile.am:
1461         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
1462         (GST_START_TEST), (simple_launch_lines_suite):
1463
1464         Fix leaks and re-enable the test for valgrind checking.
1465
1466 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
1467
1468         Patch by: Sjoerd Simons  <sjoerd at luon net>
1469
1470         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
1471         (plugin_init):
1472           Add typefind function for multipart/x-mixed-replace (#348916).
1473
1474 2006-07-28  Wim Taymans  <wim@fluendo.com>
1475
1476         * gst/adder/gstadder.c: (gst_adder_setcaps),
1477         (gst_adder_query_duration):
1478         Fix leak in duration query.
1479         Reflow some docs and notes.
1480
1481 2006-07-28  Michael Smith  <msmith@fluendo.com>
1482
1483         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
1484         (vorbisenc_suite):
1485           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
1486           aspect of it.
1487
1488 2006-07-28  Michael Smith  <msmith@fluendo.com>
1489
1490         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
1491         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
1492         (gst_vorbis_enc_push_buffer),
1493         (gst_vorbis_enc_buffer_check_discontinuous),
1494         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1495         * ext/vorbis/vorbisenc.h:
1496           Handle discontinuities in the input vorbis stream correctly,
1497           so that the output is properly timestamped (and has good granulepos
1498           values). Needs some oggmux fixes too.
1499
1500 2006-07-27  Wim Taymans  <wim@fluendo.com>
1501
1502         patch by: Kai Vehmanen <kv2004 eca cx>
1503
1504         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1505         (gst_base_rtp_depayload_chain),
1506         (gst_base_rtp_depayload_handle_sink_event),
1507         (gst_base_rtp_depayload_change_state):
1508         Don't send multiple newsegments with different formats.
1509         Fixes #348677.
1510
1511 2006-07-26  Wim Taymans  <wim@fluendo.com>
1512
1513         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1514         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
1515         Make seeking in ogg more accurate again by doing the more correct
1516         granuletime to stream time conversion.
1517
1518 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1519
1520         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
1521         (gst_multi_fd_sink_new_client):
1522           debug a little more understandably
1523           do not use goto as a substitute for break, especially if
1524           break is also being used
1525
1526 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
1527
1528         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
1529         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1530           Remove GLib-2.6 compatibility cruft.
1531
1532 2006-07-24  Wim Taymans  <wim@fluendo.com>
1533
1534         * gst-libs/gst/audio/gstbaseaudiosink.c:
1535         (gst_base_audio_sink_render):
1536         Don't try to align a sample to an unknown value.
1537
1538 2006-07-24  Wim Taymans  <wim@fluendo.com>
1539
1540         * gst-libs/gst/audio/gstbaseaudiosink.c:
1541         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1542         When the audio clock is slaved to another clock, never try to align
1543         samples but trust the rate interpolation algorithm.
1544
1545 2006-07-24  Wim Taymans  <wim@fluendo.com>
1546
1547         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
1548         Don't try to calculate silence samples, base class does this much
1549         better now.
1550
1551         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1552         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
1553         (gst_ring_buffer_acquire):
1554         Calculate silence samples correctly.
1555
1556         * gst-libs/gst/audio/gstringbuffer.h:
1557         Add _CAST macro.
1558
1559 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
1560
1561         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
1562           Limit search for the first markup tag to the first few kB of
1563           the file. If we don't find one there, it's highly unlikely that
1564           this is an XML(-ish) file.
1565
1566 2006-07-21  Andy Wingo  <wingo@pobox.com>
1567
1568         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
1569         test to the one in vorbisenc. Also commented out.
1570
1571         * tests/check/pipelines/vorbisenc.c: 
1572         (test_discontinuity): New test, commented out until Mike lands
1573         some elite vorbisenc patches.
1574
1575         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
1576         Bufferstraw was actually factored out of these tests. Now we share
1577         code yay.
1578
1579         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
1580         for bufferstraw addition to gstcheck.
1581
1582 2006-07-21  Wim Taymans  <wim@fluendo.com>
1583
1584         * ext/theora/theoradec.c: (clip_buffer):
1585         Better clipping.
1586
1587 2006-07-21  Wim Taymans  <wim@fluendo.com>
1588
1589         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1590         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
1591         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
1592         Fix leak.
1593         Avoid type casting when we can.
1594
1595         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
1596         Fix mem leak.
1597
1598 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
1599
1600         * ext/alsa/gstalsamixerelement.c:
1601         (gst_alsa_mixer_element_change_state):
1602           Make state change fail if the specified device can't be opened
1603           for some reason.
1604
1605 2006-07-20  Wim Taymans  <wim@fluendo.com>
1606
1607         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1608         (cb_newpad), (main):
1609         Example of a small audio/video player using decodebin.
1610
1611 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
1612
1613         * gst-libs/gst/riff/riff-ids.h:
1614           Add 'fact' chunk id
1615
1616 2006-07-19  Wim Taymans  <wim@fluendo.com>
1617
1618         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1619         (gst_base_rtp_depayload_chain),
1620         (gst_base_rtp_depayload_change_state):
1621         Don't assert when not negotiated but post a meaningfull 
1622         error message. Fixes #347918.
1623
1624         * gst-libs/gst/rtp/gstbasertppayload.c:
1625         Add comment about better default MTU size.
1626
1627         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
1628         Small cleanups, start docs.
1629
1630 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
1631
1632         Patch by: Martin Szulecki
1633
1634         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
1635           If "device-name" is requested and the device is not
1636           open, try to temporarily open it to obtain this
1637           information (#342494).
1638
1639 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
1640
1641         * gst-libs/gst/tag/gstid3tag.c:
1642           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
1643
1644         * gst-libs/gst/tag/gsttageditingprivate.h:
1645         * gst-libs/gst/tag/gstvorbistag.c:
1646           Some more random const-ifications.
1647
1648 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
1649
1650         * gst-libs/gst/riff/riff-ids.h:
1651         * gst-libs/gst/riff/riff-media.c:
1652         (gst_riff_create_video_template_caps):
1653           Add more FOURCCs (sort list to make stuff easier to find),
1654           add comment what those 16 bytes in struct _gst_riff_strh according to
1655           one avi-dumper are
1656
1657 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
1658
1659         * gst-libs/gst/audio/multichannel.c:
1660         (gst_audio_check_channel_positions),
1661         (gst_audio_fixate_channel_positions):
1662           Const-ify two arrays.
1663
1664 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
1665
1666         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
1667           Fix typo, so that alsasink also advertises 8 channels
1668           if that's supported (tags: can, worms, open, alsa, ph34r).
1669
1670 2006-07-17  Wim Taymans  <wim@fluendo.com>
1671
1672         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1673         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
1674         *sigh*, when is the compiler going to warn when the comments
1675         are out-of-sync with the code.. Refix case of busted theora
1676         headers with 0 granule pos.
1677
1678 2006-07-14  Wim Taymans  <wim@fluendo.com>
1679
1680         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1681         (gst_base_rtp_depayload_wait),
1682         (gst_base_rtp_depayload_change_state),
1683         (gst_base_rtp_depayload_set_property),
1684         (gst_base_rtp_depayload_get_property):
1685         Fix 99% cpu load by waiting for absolute times on the
1686         clock. Fixes #347300.
1687
1688 2006-07-14  Andy Wingo  <wingo@pobox.com>
1689
1690         * ext/theora/gsttheoraparse.h: 
1691         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
1692         (theora_parse_push_headers, theora_parse_clear_queue)
1693         (theora_parse_drain_queue_prematurely, )
1694         (theora_parse_sink_event, theora_parse_change_state): Queue events
1695         until we initialized our state, like in vorbisparse.
1696
1697         * ext/vorbis/vorbisparse.h: 
1698         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
1699         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
1700         (vorbis_parse_drain_queue_prematurely, )
1701         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
1702         until we have initialized our state. Fixes seeking after an
1703         initial pad block.
1704
1705 2006-07-14  Andy Wingo  <wingo@pobox.com>
1706
1707         Patch by: Iain Holmes <iaingnome@gmail.com>
1708         
1709         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
1710
1711 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
1712
1713         * configure.ac:
1714         Bump nano back to CVS
1715
1716 === release 0.10.9 ===
1717
1718 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
1719
1720         * configure.ac:
1721           releasing 0.10.9, "I walk the line"
1722
1723 2006-07-14  Michael Smith  <msmith@fluendo.com>
1724
1725         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
1726           Move a g_cond_signal to earlier to avoid sometimes deadlocking
1727           (commonly happens when running this test under valgrind) when trying
1728           to remove the buffer probe.
1729
1730 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1731
1732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1733         Fix missing g_unlock from the previous commit
1734
1735 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1736
1737         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
1738         (gst_ximagesink_change_state):
1739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1740         (gst_xvimagesink_change_state):
1741         Implement a locking order to ensure we always take the object lock
1742         before the x_lock and never vice-versa.
1743
1744 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
1745
1746         * gst/playback/gstdecodebin.c: (find_compatibles):
1747         Fix a caps leak when linking (#347304)
1748
1749         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1750         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
1751         (gst_ximagesink_change_state):
1752         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1753         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
1754         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1755         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
1756         Don't leak shared memory resources. Use the object lock to protect
1757         against the xcontext disappearing while returning a buffer from the
1758         pipeline. (#347304)
1759
1760 2006-07-12  Edward Hervey  <edward@fluendo.com>
1761
1762         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
1763         (vorbis_handle_comment_packet):
1764         gst_tag_list_merge() returns a new object. Take that into account when
1765         using it. This avoids memleak.
1766         Revert previous commit which is not needed.
1767
1768 2006-07-12  Edward Hervey  <edward@fluendo.com>
1769
1770         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
1771         Reset the decoder in finalize so that all fields get cleared.
1772
1773 2006-07-12  Wim Taymans  <wim@fluendo.com>
1774
1775         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1776         (gst_base_audio_src_set_clock),
1777         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
1778         Don't try to post an error message when setting the clock fails
1779         as this can happen when adding an element to a bin which will then
1780         deadlock. Fixes #347296.
1781
1782 2006-07-12  Edward Hervey  <edward@fluendo.com>
1783
1784         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1785         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
1786         (vorbis_handle_type_packet):
1787         Post tag messages on the bus even if we're not initialized.
1788         If we're not initialized, we still postpone the event pushing of tags.
1789
1790 2006-07-12  Wim Taymans  <wim@fluendo.com>
1791
1792         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
1793         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1794         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
1795         Revert last two changes that broke the freeze.
1796
1797 2006-07-12  Wim Taymans  <wim@fluendo.com>
1798
1799         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
1800         basesink calculates silence sample correctly for us.
1801
1802 2006-07-12  Wim Taymans  <wim@fluendo.com>
1803
1804         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1805         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
1806         Calculate correct silence samples so we don't fill our ringbuffer
1807         with noise.
1808
1809 2006-07-12  Edward Hervey  <edward@fluendo.com>
1810
1811         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1812         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
1813         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
1814         * ext/vorbis/vorbisdec.h:
1815         Delay sending events (newsegment, tags) until the decoder is properly
1816         initialized.
1817         Fixes #347295
1818
1819 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
1820
1821         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
1822         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
1823           Patch from #347221 adding a test for audioconvert
1824           channel remappings.
1825
1826 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
1827
1828         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1829         (gst_ssa_parse_parse_line):
1830           Don't include the terminating NUL in the buffer size,
1831           it's only there for extra paranoia (would add random
1832           '*' characters at the end of each subtitle since the
1833           terminator itself is not valid UTF-8 technically).
1834           Also fix indenting after boilerplate macro.
1835
1836 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
1837
1838         * gst/playback/gstdecodebin.c: (close_pad_link):
1839           Also emit 'unknown-type' signal (which should really be
1840           called unhandled-type) if we found potential decoders/demuxers
1841           in the registry but none of them worked in the end (as in the
1842           case where the plugins don't exist any longer but are still
1843           listed in the registry). Fixes #329798.
1844
1845 2006-07-08  Andy Wingo  <wingo@pobox.com>
1846
1847         * theoraparse.c (theora_parse_push_buffer)
1848         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
1849         Add some more debugging. Fix granulepos reconstruction in the face
1850         of discontinuities.
1851
1852 2006-07-06  Wim Taymans  <wim@fluendo.com>
1853
1854         * gst-libs/gst/audio/gstbaseaudiosink.c:
1855         (gst_base_audio_sink_class_init),
1856         (gst_base_audio_sink_provide_clock):
1857         Use gobject_class instead of G_OBJECT_CLASS (klass)
1858
1859         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1860         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
1861         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
1862         (gst_base_audio_src_get_time),
1863         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
1864         (gst_base_audio_src_create_ringbuffer):
1865         Fix latency and buffer-time constants and properties ala basesink.
1866         Implement pull based scheduling. Fixes #346527.
1867         Set default blocksize in GstBaseSrc to 0, we default to pushing out
1868         one segment.
1869         Refuse slaving to another clock instead of silently not working.
1870         Only provide a clock when we are actually able to do so.
1871         Various small cleanups and compiler hints.
1872
1873 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1874
1875         Patch by: Lutz Mueller <lutz at topfrose de>
1876
1877         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
1878         (plugin_init):
1879           Add typefinding for text/html (#346581).
1880
1881 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1882
1883         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1884         (xml_check_first_element), (xml_type_find), (smil_type_find):
1885           Fix SMIL typefinding, make xml_check_first_element() more
1886           useful.
1887
1888 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
1889
1890         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1891         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
1892         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
1893         * gst/playback/gstplaybasebin.h:
1894           Protect list of elements with a subtitle-encoding property and
1895           the subtitle encoding member itself with a lock of their own
1896           instead of using the object lock. This prevents a dead-lock in
1897           the element-remove callback in some circumstances when shutting
1898           down playbin.
1899
1900 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
1901
1902         * win32/common/libgsttag.def:
1903         Export some new functions.
1904         * win32/vs6/libgstogg.dsp:
1905         Add a link to libgsttag-0.10.lib.
1906
1907 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
1908
1909         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1910           Some const-ification.
1911
1912 2006-07-04  Wim Taymans  <wim@fluendo.com>
1913
1914         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
1915         Improve checking if we are dealing with a stream. Added some
1916         more uris that need buffering.
1917
1918 2006-07-03  Edward Hervey  <edward@fluendo.com>
1919
1920         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
1921         Remove unused variable.
1922
1923 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1924
1925         * Makefile.am:
1926           include lcov.mak
1927         * configure.ac:
1928           add GCOV_LIBS to GST_LIBS
1929
1930 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
1931
1932         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
1933
1934         * ext/alsa/gstalsasrc.c:
1935           Add 32 bps to template caps and increase channels range
1936           from [1,2] to [1,MAX]. See #346326.
1937
1938 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
1939
1940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1941           Recognise 'WMVA' video codec fourcc (#345879).
1942           
1943 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
1944          
1945         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
1946           Fixed nasty memory leak
1947
1948 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1949
1950         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
1951         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
1952           fix logging
1953
1954 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
1955
1956         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1957         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
1958         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
1959         Protect remove_fakesink using a mutex, so that we don't try and
1960         remove the fakesink simultaneously from multiple threads.
1961
1962         When going from READY to PAUSED, restore the fakesink, so that
1963         it is there when decodebin gets reused.
1964
1965 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
1966
1967         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1968         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1969         * gst-libs/gst/rtp/gstbasertppayload.c:
1970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1971         * gst/tcp/gstmultifdsink.c:
1972         * gst/tcp/gsttcpclientsink.c:
1973         * gst/tcp/gsttcpclientsrc.c:
1974         * gst/tcp/gsttcpserversink.c:
1975         * gst/tcp/gsttcpserversrc.c:
1976         * gst/videorate/gstvideorate.c:
1977         * gst/videotestsrc/gstvideotestsrc.c:
1978         * sys/v4l/gstv4ljpegsrc.c:
1979         * sys/v4l/gstv4lmjpegsink.c:
1980         * sys/v4l/gstv4lsrc.c:
1981         * tests/examples/seek/scrubby.c:
1982         * tests/examples/seek/seek.c:
1983           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
1984
1985 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
1986
1987         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1988           Second field in GEnumValue shouldn't be a description,
1989           but a stringified version of the enum value.
1990
1991 2006-06-22  Wim Taymans  <wim@fluendo.com>
1992
1993         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1994         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
1995         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
1996         Avoid type checking in buffer casts.
1997         Avoid caps copy in buffer_alloc when we can.
1998         Use pad_peer_accept.
1999
2000 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
2001
2002         * gst-libs/gst/tag/tag.h:
2003           Oops, make that 'Since: 0.10.9'.
2004
2005 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
2006
2007         * docs/libs/gst-plugins-base-libs-sections.txt:
2008         * gst-libs/gst/tag/tag.h:
2009         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2010         (gst_tag_image_type_get_type):
2011           API: add GstTagImageType enum to describe images contained
2012           in image tags (#345641).
2013
2014 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
2015
2016         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2017           Fix warnings with gst-inspect: "buffers-min" property
2018           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
2019           typo in property description.
2020
2021 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
2022
2023         Patch by: Cody Russell <bratsche at gnome org>
2024
2025         * gst/audioresample/gstaudioresample.c:
2026         (gst_audioresample_class_init):
2027         * gst/playback/gststreamselector.c:
2028         (gst_stream_selector_class_init):
2029         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
2030         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2031         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
2032         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
2033         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
2034         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
2035         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
2036         * gst/videotestsrc/gstvideotestsrc.c:
2037         (gst_video_test_src_class_init):
2038         * gst/volume/gstvolume.c: (gst_volume_class_init):
2039           Avoid unnecessary class cast check in class_init
2040           functions (#337747).
2041
2042 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
2043
2044         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
2045         (gst_text_overlay_video_chain):
2046           g_markup_escape_text() REALLY doesn't like non-UTF8 input
2047           and doesn't validate its input either (and neither did
2048           textoverlay it seems). Let's do that then and fix #345206.
2049
2050 2006-06-19  Wim Taymans  <wim@fluendo.com>
2051
2052         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
2053         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
2054         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
2055         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
2056         (find_syncframe), (find_limits), (assign_value),
2057         (count_burst_unit), (gst_multi_fd_sink_new_client),
2058         (gst_multi_fd_sink_handle_client_write),
2059         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
2060         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
2061         (gst_multi_fd_sink_change_state):
2062         * gst/tcp/gstmultifdsink.h:
2063         Added shiny new burst-on-connect methods.
2064         Add properties to control the minimal amount of data queued.
2065         Small cleanups.
2066         API: bytes-min property
2067         API: time-min property
2068         API: buffers-min property
2069         API: burst-unit property
2070         API: burst-value property
2071         API: add-full signal
2072
2073         * gst/tcp/gsttcp-marshal.list:
2074         Added new marshaller code for the new signal.
2075
2076         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2077         (multifdsink_suite):
2078         Added testcases for new burst methods.
2079
2080 2006-06-19  Edward Hervey  <edward@fluendo.com>
2081
2082         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
2083         Implement clipping for accurate seeking.
2084         Closes #345225
2085
2086 2006-06-19  Wim Taymans  <wim@fluendo.com>
2087
2088         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
2089
2090         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
2091         (gst_video_scale_transform):
2092         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
2093
2094 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
2095
2096         * configure.ac:
2097           Fix --disable-external (can't set conditionals conditionally,
2098           #343602).
2099
2100 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
2101
2102         * tests/check/elements/audioresample.c: (test_reuse),
2103         (audioresample_suite):
2104           Add test case for bug #342789 fixed below.
2105
2106 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
2107
2108         * gst/audioresample/gstaudioresample.c:
2109         (gst_audioresample_class_init), (gst_audioresample_init),
2110         (audioresample_start), (audioresample_stop),
2111         (gst_audioresample_set_property), (gst_audioresample_get_property):
2112           Implement GstBaseTransform::start and ::stop so that audioresample
2113           can clear its internal state properly and be reused instead of
2114           causing non-negotiated errors with playbin under some circumstances
2115           (#342789).
2116
2117         * tests/check/elements/audioresample.c: (setup_audioresample),
2118         (cleanup_audioresample):
2119           Need to set element state here so that ::start and ::stop are
2120           called.
2121
2122 2006-06-16  Wim Taymans  <wim@fluendo.com>
2123
2124         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2125
2126         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
2127         Parse extra data better, apparently it's right behind
2128         the normal strf header size. Fixes #343500.
2129
2130 2006-06-16  Wim Taymans  <wim@fluendo.com>
2131
2132         * ext/alsa/gstalsasink.c: (set_hwparams):
2133         If we fail to set the buffer_time and period_time alsa
2134         parameters, post a warning and leave alsa select a 
2135         default instead of failing. Fixes #342085
2136
2137 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
2138
2139         * docs/libs/gst-plugins-base-libs-sections.txt:
2140         * gst-libs/gst/cdda/gstcddabasesrc.h:
2141           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
2142           out in the header file and shouldn't be listed in the docs.
2143
2144         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
2145           Must dereference pointer to fourcc in the debug statement.
2146
2147 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
2148
2149         * docs/libs/Makefile.am:
2150         * docs/libs/gst-plugins-base-libs-docs.sgml:
2151         * docs/libs/gst-plugins-base-libs-sections.txt:
2152         * docs/libs/gst-plugins-base-libs.types:
2153         add remaining symbols into correct setions
2154         
2155         * gst-libs/gst/audio/gstringbuffer.c:
2156         fix incomplete docs
2157         
2158         * gst-libs/gst/audio/gstringbuffer.h:
2159         comment out not yet implemented function
2160         
2161         
2162         * gst-libs/gst/floatcast/floatcast.h:
2163         * gst-libs/gst/netbuffer/gstnetbuffer.c:
2164         add short descriptions
2165         
2166         
2167         * gst-libs/gst/interfaces/propertyprobe.c:
2168         fix return value docs   
2169         
2170         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
2171         simplify debug logging
2172         
2173         * gst-libs/gst/riff/riff-read.h:
2174         sync function prototype and docs
2175         
2176         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2177         remove left over symbol
2178
2179 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
2180
2181         * autogen.sh:
2182         * configure.ac:
2183         * docs/Makefile.am:
2184           Use GST_PLUGIN_DOCS macro in configure.ac, add
2185           --enable-plugin-docs default to autogen.sh and use
2186           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
2187
2188 2006-06-15  Wim Taymans  <wim@fluendo.com>
2189
2190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
2191         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
2192         (gst_ogg_demux_loop):
2193         Combine GstFlowReturn from the source pads to give a
2194         meaningfull result to the upstream peer or to stop the
2195         processing task in case of errors.
2196
2197 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
2198
2199         * gst/playback/gststreaminfo.c: (cb_probe):
2200           Try GST_TAG_CODEC as fallback when extracting the
2201           codec name; more debug info.
2202
2203 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
2204
2205         * ext/ogg/Makefile.am:
2206         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2207           Extract language tags from ogm subtitle streams, so that
2208           the subtitle menu choices are labelled correctly in
2209           Totem (fixes #344708).
2210
2211 2006-06-14  Wim Taymans  <wim@fluendo.com>
2212
2213         Patch by: Alessandro Decina <alessandro at nnva dot org>
2214
2215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
2216         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
2217         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
2218         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2219         Fix various leaks. Fixes #343699.
2220         Add x-smoke mime type.
2221
2222 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
2223
2224         * gst-libs/gst/riff/riff-ids.h:
2225           Add IDs for 'bext' chunks (see #343837).
2226
2227 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
2228
2229         Patch by: Young-Ho Cha  <ganadist at chollian net>
2230
2231         * gst/subparse/samiparse.c: (sami_context_pop_state),
2232         (handle_start_font), (end_sami_element):
2233           Honour font face tags in SAMI subtitles (#344503).
2234
2235 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
2236
2237         * po/POTFILES.in:
2238           add missing files containing translatable strings
2239
2240 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
2241
2242         * docs/libs/tmpl/.cvsignore:
2243           we don't want those *.sgml files in CVS either
2244
2245 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
2246
2247         * docs/libs/.cvsignore:
2248         * tests/check/elements/.cvsignore:
2249         * tests/check/libs/.cvsignore:
2250           ignore more
2251
2252 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
2253
2254         * docs/libs/Makefile.am:
2255           also commiting the changed Makefile.am (added more libs to the
2256           doc-build)
2257
2258 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
2259
2260         * docs/libs/gst-plugins-base-libs-docs.sgml:
2261         * docs/libs/gst-plugins-base-libs-sections.txt:
2262         * docs/libs/gst-plugins-base-libs.types:
2263           first batch of reordering things, add index & hierarchy
2264
2265 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2266
2267         * configure.ac:
2268           use GST_PKG_CHECK_MODULES, cleans up output
2269
2270 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
2271
2272         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2273           Add support for burn:// URIs (#343385); const-ify things a bit,
2274           use G_N_ELEMENTS instead of hard-coded array size.
2275
2276 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
2277
2278         Patch by: Young-Ho Cha  <ganadist at chollian net>
2279
2280         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
2281           Fix up broken entities before passing them to libxml *sigh*.
2282           (#343303).
2283           
2284 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2285
2286         * configure.ac:
2287           back to TRUNK
2288
2289 === release 0.10.8 ===
2290
2291 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
2292
2293         * configure.ac:
2294           releasing 0.10.8, "Moar gij ziet mij nie"
2295
2296 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2297
2298         * configure.ac:
2299         * po/af.po:
2300         * po/az.po:
2301         * po/cs.po:
2302         * po/en_GB.po:
2303         * po/hu.po:
2304         * po/it.po:
2305         * po/nb.po:
2306         * po/nl.po:
2307         * po/or.po:
2308         * po/sq.po:
2309         * po/sr.po:
2310         * po/sv.po:
2311         * po/uk.po:
2312         * po/vi.po:
2313         * win32/common/config.h:
2314           0.10.7.2 prerelease
2315
2316 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
2317
2318         * docs/libs/tmpl/gstaudio.sgml:
2319         * docs/libs/tmpl/gstcolorbalance.sgml:
2320         * docs/libs/tmpl/gstmixer.sgml:
2321         * docs/libs/tmpl/gstringbuffer.sgml:
2322         * docs/libs/tmpl/gsttuner.sgml:
2323         * docs/libs/tmpl/gstxoverlay.sgml:
2324         * gst-libs/gst/audio/audio.c:
2325         * gst-libs/gst/audio/gstringbuffer.c:
2326         * gst-libs/gst/interfaces/colorbalance.c:
2327         * gst-libs/gst/interfaces/mixer.c:
2328         * gst-libs/gst/interfaces/tuner.c:
2329         * gst-libs/gst/interfaces/xoverlay.c:
2330           move last template doc snippets to source code and delete them
2331
2332 2006-06-06  Michael Smith  <msmith@fluendo.com>
2333
2334         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
2335         (theora_parse_drain_queue):
2336           Mark DELTA_UNIT on non-keyframes.
2337
2338 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
2339
2340         * gst-libs/gst/audio/gstbaseaudiosink.c:
2341         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
2342         * gst-libs/gst/audio/gstbaseaudiosink.h:
2343         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
2344         (gst_ring_buffer_samples_done):
2345         * gst-libs/gst/audio/gstringbuffer.h:
2346         Document better the fact that latency_time and buffer_time are values
2347         stored in microseconds, and not the usual GStreamer nanoseconds.
2348         Change the variables (compatibly) that store them from GstClockTime 
2349         to guint64 to make it more clear that they're not storing clock times.
2350         Also, remove the bogus property description that says the user can
2351         specify -1 to get the default value, since that's never been the case.
2352
2353         When computing the default segment size for the ring buffer, make it
2354         an integer number of samples.
2355
2356         When the sub-class indicates a delay greater than the number of
2357         samples we've written return 0 from the audio sink get_time method.
2358
2359 2006-06-02  Michael Smith  <msmith@fluendo.com>
2360
2361         * tests/check/elements/audioconvert.c: (set_channel_positions),
2362         (get_float_mc_caps), (get_int_mc_caps):
2363         * tests/check/elements/audioresample.c:
2364         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
2365         * tests/check/elements/videorate.c:
2366         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2367         * tests/check/elements/volume.c:
2368         * tests/check/elements/vorbisdec.c:
2369         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2370           Don't busy-wait in tests; this was causing test timeouts very
2371           frequently when running under valgrind.
2372
2373 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2374
2375         * gst/tcp/README:
2376         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
2377         (gst_multi_fd_sink_remove_client_link),
2378         (gst_multi_fd_sink_client_queue_caps),
2379         (gst_multi_fd_sink_client_queue_buffer),
2380         (gst_multi_fd_sink_handle_client_write),
2381         (gst_multi_fd_sink_render):
2382         * gst/tcp/gstmultifdsink.h:
2383           make multifdsink properly deal with streamheader:
2384           - streamheader is taken from caps
2385           - buffers marked with IN_CAPS are not sent
2386           - streamheaders are sent, on connection, from the caps of the
2387             buffer where the client gets positioned to
2388           - further streamheader changes are done every time the client
2389             will receive a buffer with different caps
2390         * tests/check/elements/multifdsink.c: (GST_START_TEST),
2391         (gst_multifdsink_create_streamheader):
2392           add tests for this
2393
2394 2006-06-02  Michael Smith  <msmith@fluendo.com>
2395
2396         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2397           Reinstate limit on channel count. Vorbis does not define the meaning
2398           of > 6 channels, so they're just independent channels. Gstreamer
2399           currently has no mechanism to represent N independent channels.
2400
2401 2006-06-02  Michael Smith  <msmith@fluendo.com>
2402
2403         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2404           Don't arbitrarily restrict channel counts and rate in vorbis.
2405           In terms of effects likely on real-world files, this fixes 96kHz
2406           playback of vorbis.
2407
2408 2006-06-02  Michael Smith  <msmith@fluendo.com>
2409
2410         * gst/audioconvert/audioconvert.c: (float):
2411           More correct float->int conversion.
2412
2413 2006-06-02  Michael Smith  <msmith@fluendo.com>
2414
2415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
2416           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
2417           value. Fixes g-critical on trying to play back ogg containing
2418           unknown codec.
2419
2420 2006-06-02  Wim Taymans  <wim@fluendo.com>
2421
2422         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
2423         (setup_source):
2424         * gst/playback/gstplaybasebin.h:
2425         Make the subtitle detection work from any thread so we don't
2426         deadlock. Fixes #343397.
2427
2428 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2429
2430         * gst/volume/Makefile.am:
2431           Seriously, it's not *that* hard to get compilation right.  Even
2432           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
2433
2434 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
2435
2436         * gst/volume/gstvolume.c: (volume_choose_func),
2437         (volume_update_real_volume), (gst_volume_class_init),
2438         (gst_volume_init), (volume_process_float), (volume_process_int16),
2439         (volume_process_int16_clamp), (volume_set_caps),
2440         (volume_transform_ip), (plugin_init):
2441         * gst/volume/gstvolume.h:
2442         rewrite the passthrough check, split _int16 and _int16_clamp, fix
2443         another property desc., remove unused param from process function
2444         
2445         * tests/check/elements/volume.c: (volume_suite):
2446         reactivate the passthrough test
2447
2448 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
2449
2450         * ext/alsa/gstalsamixerelement.h:
2451         * ext/alsa/gstalsamixeroptions.h:
2452         * ext/alsa/gstalsamixertrack.h:
2453         * ext/gnomevfs/gstgnomevfssink.h:
2454         * ext/gnomevfs/gstgnomevfssrc.h:
2455         * ext/theora/gsttheoradec.h:
2456         * ext/theora/gsttheoraenc.h:
2457         * ext/theora/gsttheoraparse.h:
2458         * ext/vorbis/vorbisparse.h:
2459         * gst-libs/gst/audio/gstaudioclock.h:
2460         * gst-libs/gst/audio/gstaudiofilter.h:
2461         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2462         * gst/audioconvert/gstaudioconvert.h:
2463         * gst/audioresample/gstaudioresample.h:
2464         * gst/audiotestsrc/gstaudiotestsrc.h:
2465         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2466         * gst/playback/gststreamselector.h:
2467         * gst/tcp/gstmultifdsink.h:
2468         * gst/tcp/gsttcpclientsink.h:
2469         * gst/tcp/gsttcpclientsrc.h:
2470         * gst/tcp/gsttcpserversink.h:
2471         * gst/tcp/gsttcpserversrc.h:
2472         * gst/videorate/gstvideorate.h:
2473         * gst/videoscale/gstvideoscale.h:
2474         * gst/videotestsrc/gstvideotestsrc.h:
2475         * gst/volume/gstvolume.h:
2476         * sys/v4l/gstv4ljpegsrc.h:
2477         * sys/v4l/gstv4lmjpegsink.h:
2478         * sys/v4l/gstv4lmjpegsrc.h:
2479         * sys/v4l/gstv4lsrc.h:
2480         * sys/ximage/ximagesink.h:
2481         * sys/xvimage/xvimagesink.h:
2482         * tests/old/testsuite/alsa/sinesrc.h:
2483         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
2484
2485 2006-05-31  Wim Taymans  <wim@fluendo.com>
2486
2487         * ext/libvisual/visual.c: (gst_visual_reset),
2488         (gst_visual_sink_setcaps), (gst_visual_sink_event),
2489         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
2490         Handle DISCONT.
2491         Use running time before doing QoS.
2492         Handle mono too.
2493
2494 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2495
2496         * docs/libs/Makefile.am:
2497           set a magic variable to indicate we know the docs are incomplete
2498
2499 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
2500
2501         * win32/common/libgstvideo.def:
2502           export gst_video_calculate_display_ratio
2503         * win32/vs6/libgstvideoscale.dsp:
2504           add link to libgstvideo-0.10.lib
2505
2506 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
2507
2508         * gst/playback/gstplaybasebin.c: (gen_source_element):
2509           Throw a more comprehensible error for rtsp:// URIs (rather
2510           than erroring out with a negotiation error later on) until
2511           we fix playbin to handle rtspsrc etc.
2512
2513 2006-05-30  Wim Taymans  <wim@fluendo.com>
2514
2515         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
2516         (gst_text_overlay_text_event):
2517         Added some FIXMEs.
2518
2519 2006-05-30  Wim Taymans  <wim@fluendo.com>
2520
2521         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
2522         (gst_adder_request_new_pad), (gst_adder_release_pad):
2523         * gst/adder/gstadder.h:
2524         Implement release_request_pad.
2525         Make padcounter atomic.
2526
2527         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
2528         Added check for release_pad in adder.
2529
2530 2006-05-30  Wim Taymans  <wim@fluendo.com>
2531
2532         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
2533         Fix build again.
2534
2535 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2536
2537         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2538         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
2539         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2540         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
2541         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
2542         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
2543         (gst_ogg_demux_bisect_forward_serialno),
2544         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
2545         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2546           add more debugging
2547           clean up printf formats for granulepos and serialno
2548
2549 2006-05-30  Michael Smith  <msmith@fluendo.com>
2550
2551         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
2552         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
2553         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
2554         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
2555         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
2556         * ext/vorbis/vorbisenc.h:
2557           Multi-channel caps negotiation, so we can do proper multichannel
2558           vorbis encoding, negotiated through audioconvert.
2559
2560 2006-05-30  Wim Taymans  <wim@fluendo.com>
2561
2562         * tests/check/elements/adder.c: (test_event_message_received),
2563         (test_play_twice_message_received), (GST_START_TEST),
2564         (adder_suite):
2565         Added check to show that #339935 is fixed with ongoing
2566         adder and collectpads fixes.
2567
2568 2006-05-29  Wim Taymans  <wim@fluendo.com>
2569
2570         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
2571         Don't leak pad name.
2572
2573 2006-05-29  Wim Taymans  <wim@fluendo.com>
2574
2575         * gst/adder/gstadder.c: (gst_adder_query_duration),
2576         (forward_event_func), (forward_event), (gst_adder_src_event):
2577         Fix adder seeking.
2578         Make query/seeking code threadsafe.
2579
2580         * tests/check/Makefile.am:
2581         * tests/check/elements/adder.c: (test_event_message_received),
2582         (GST_START_TEST), (test_play_twice_message_received):
2583         Fix adder test case.
2584
2585 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
2586
2587         Patch by: Young-Ho Cha  <ganadist at chollian net>
2588
2589         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2590         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
2591         (set_encoding_element), (decodebin_element_added_cb),
2592         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
2593         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
2594         * gst/playback/gstplaybasebin.h:
2595           Add 'subtitle-encoding' property to playbin, so applications can
2596           force a subtitle encoding for non-UTF8 subtitles (#342268).
2597
2598         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
2599         (gst_sub_parse_set_property):
2600           Rename recently-added 'encoding' property to 'subtitle-encoding'
2601           (so it can be proxied by playbin/decodebin in a generic way
2602           with less danger of false positives).
2603
2604 2006-05-29  Michael Smith  <msmith@fluendo.com>
2605
2606         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2607         (append_with_other_format), (set_structure_widths),
2608         (gst_audio_convert_transform_caps):
2609           Patch from #341562: give more specific audio caps in get_caps, so
2610           that basetransform  can make better decisions on what caps to
2611           negotiate.
2612
2613 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
2614
2615         * tests/check/elements/volume.c:
2616         make it compile again
2617
2618 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
2619
2620         * tests/check/elements/volume.c: (volume_suite):
2621         disable test until #343196 gets resolved
2622
2623 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
2624
2625         * gst/adder/gstadder.c: (gst_adder_get_type):
2626         Make it easier to copy&paste
2627         
2628         * gst/volume/Makefile.am:
2629         * gst/volume/gstvolume.c: (volume_update_real_volume),
2630         (gst_volume_set_volume), (gst_volume_set_mute),
2631         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
2632         (volume_transform_ip), (volume_update_mute),
2633         (volume_update_volume):
2634         * gst/volume/gstvolume.h:
2635         Add own debug category, move duplicate code to helper function, fix
2636         property texts, add more comments and prepare ffor liboil-goodness
2637         
2638         * tests/check/Makefile.am:
2639         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
2640         add test for mute and passtrough case, be a bit more verbose to track
2641         failure
2642         
2643         * tests/check/generic/states.c: (GST_START_TEST):
2644         catch elements that fail to instantiate
2645
2646 2006-05-28  Edward Hervey  <edward@fluendo.com>
2647
2648         * tests/check/pipelines/simple-launch-lines.c:
2649         * tests/check/pipelines/theoraenc.c:
2650         * tests/check/pipelines/vorbisenc.c:
2651         Comment out tests using parse_launch() if core was built without
2652         parsing capabilities.
2653
2654 2006-05-27  Edward Hervey  <edward@fluendo.com>
2655
2656         * tests/check/Makefile.am:
2657         Extra bonus points for whoever explains to ensonic that you are meant
2658         to test unit tests thoroughly before commiting them, especially if
2659         you know it's going to break.
2660         De-activated element/adder tests.
2661
2662 2006-05-27  Edward Hervey  <edward@fluendo.com>
2663
2664         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2665         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
2666         Marking caps conversion issues as GST_WARNING is way too verbose,
2667         Moving them to GST_LOG.
2668
2669 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
2670
2671         * README:
2672           Replace current README (containing the release notes from
2673           some 0.9.x version) with a proper README taken from the core.
2674
2675 2006-05-26  Wim Taymans  <wim@fluendo.com>
2676
2677         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2678         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
2679         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
2680         (vorbis_dec_change_state):
2681         Small cleanups.
2682         Add some FIXMEs
2683         Clip output samples to segment boundaries.
2684
2685 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
2686
2687         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2688         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
2689         Improve the errors produced on bad output, including some human
2690         readable description strings.
2691         Handle the (theoretical for ximagesink) case where the XServer 
2692         has a different idea about the size required for a particular 
2693         frame and gives us too small a memory allocation.
2694
2695 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
2696
2697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2698         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
2699         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
2700         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2701         Improve the errors produced on bad output, including some human 
2702         readable description strings.
2703         Handle RGB Xv formats properly by transforming them into our 
2704         big-endian caps description.
2705         Use gst_caps_truncate to ensure that we never try and choose a
2706         non-fixed caps in buffer_alloc.
2707         Handle the case where the XServer has a different idea about the size
2708         required for a particular frame and gives us too small a memory
2709         allocation.
2710         Use -1 to indicate 'no image format', because 0 is a valid XServer
2711         image format number.
2712         Put RGB Xv formats at the end of the caps, so that we always prefer
2713         YUV format frames.
2714         Iterate the available Xv Encodings to determine the maximum width and
2715         height, and then return that in our caps.
2716         (Closes #315312, #337544)
2717
2718 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
2719
2720         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
2721         When there is only one unfinished pad and it receives an event that
2722         doesn't match our requirements, we need to set alldone=FALSE so that
2723         the fakesink is not removed yet.
2724
2725 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
2726
2727         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2728           Use gst_type_find_helper_for_buffer() to find the type
2729           of stream from the first packet.
2730
2731         * configure.ac:
2732           Bump requirements to core CVS (needed for vorbis
2733           typefinding to work).
2734
2735 2006-05-24  Edward Hervey  <edward@fluendo.com>
2736
2737         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
2738         Added the 'prfl' atom type which MQV (no, it's not a typo) files
2739         contain.  Else they play perfectly fine with qtdemux.
2740
2741 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
2742
2743         * ext/theora/theoradec.c:
2744         * ext/theora/theoraenc.c:
2745         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
2746         * gst/audiorate/gstaudiorate.c:
2747           make more debug catagories static
2748         
2749         * tests/check/Makefile.am:
2750         * tests/check/elements/adder.c: (message_received),
2751         (test_event_message_received), (GST_START_TEST),
2752         (test_play_twice_message_received), (adder_suite):
2753           added test case for using element twice, extra bonus points for anyone
2754           who can make these test run reliably
2755
2756 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
2757
2758         * ext/theora/theoradec.c: (theora_dec_chain):
2759           Make work with time-stamped input buffers that do not
2760           have a granulepos in BUFFER_OFFSET_END (like theora
2761           buffers coming from matroskademux). Fixes #342448.
2762
2763 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
2764
2765         Patch by: Peter Kjellerstedt  <pkj at axis com>
2766
2767         * gst/tcp/Makefile.am:
2768           fdstresstest doesn't need Gtk+, fix compilation if 
2769           gtk is not available (#342566).
2770
2771 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2772          
2773         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
2774           80 line columns
2775           Removed redundant floor()
2776
2777 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
2778
2779         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
2780           On second thought, just skip JUNK chunks automatically, so
2781           the caller doesn't have to handle this. Fixes #342345.
2782           Also, return GST_FLOW_UNEXPECTED if we get a short read,
2783           not GST_FLOW_ERROR.
2784
2785 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
2786
2787         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
2788           Don't bail out on JUNK chunks with a size of 0 (would try to
2789           pull_range 0 bytes before, which sources don't like too much).
2790           See #342345.
2791
2792 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
2793
2794         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
2795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2796         Use the gstutil scaling function to preserve 64 bits while calculating
2797         output width and height from the display-aspect-ratio. (A continuation
2798         of #341542)
2799
2800 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
2801
2802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
2803         (gst_xvimagesink_buffer_alloc):
2804         * sys/xvimage/xvimagesink.h:
2805         When performing buffer allocations, remember the caps and image format
2806         we return so that if the same caps are asked for next time we can
2807         return them immediately without doing any caps intersections.
2808
2809 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2810          
2811         * gst-libs/gst/rtp/README:
2812           Some new documentation
2813         * gst-libs/gst/rtp/gstrtpbuffer.h:       
2814           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
2815         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
2816         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
2817           New RTP audio base payloader class. Supports frame or sample based
2818           codecs.  Not enabled in Makefile.am until approved.
2819
2820 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2821
2822         * tests/check/elements/alsa.c: (test_device_property_probe):
2823           Fix test case: don't try to free NULL GValueArray when there
2824           are no devices.
2825
2826 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2827
2828         * tests/check/Makefile.am:
2829         * tests/check/elements/alsa.c: (test_device_property_probe),
2830         (alsa_suite), (main):
2831           Add simple test that runs a device property probe on alsasrc,
2832           alsasink and alsamixer. Disable valgrind check for now (too
2833           many leaks in libasound, and valgrind ignored my suppressions
2834           additions).
2835
2836 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2837
2838         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
2839         (gst_alsa_device_property_probe_probe_property),
2840         (gst_alsa_device_property_probe_needs_probe),
2841         (gst_alsa_device_property_probe_get_values),
2842         (gst_alsa_type_add_device_property_probe_interface):
2843         * ext/alsa/gstalsadeviceprobe.h:
2844         * ext/alsa/gstalsamixerelement.c:
2845         (gst_alsa_mixer_element_init_interfaces):
2846         * ext/alsa/gstalsamixerelement.h:
2847           Clean up and simplify alsa device probing. Make it actually work
2848           for multiple classes. Don't cache results any longer.
2849
2850         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
2851         (gst_alsasink_init):
2852         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
2853         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
2854         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
2855           Make alsasink and alsasrc implement the GstPropertyProbe interface
2856           for device probing (#342181).
2857           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
2858
2859 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
2860
2861         * gst/subparse/samiparse.c: (handle_start_font):
2862           Don't ignore return value of strtol (++compiler_happiness).
2863
2864 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
2865
2866         Patch by: Young-Ho Cha  <ganadist chollian net>
2867
2868         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2869         (gst_sub_parse_class_init), (gst_sub_parse_init),
2870         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
2871         (convert_encoding):
2872         * gst/subparse/gstsubparse.h:
2873           Add 'encoding' property (#341681).
2874
2875         * gst/subparse/samiparse.c: (characters_sami):
2876           Output is pango markup, so we need to escape text
2877           between tags (#342143).
2878
2879 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
2880
2881         * gst-libs/gst/audio/multichannel.c:
2882         (gst_audio_check_channel_positions):
2883           It's okay to have caps with channels=1 and a channel position
2884           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
2885           (deinterleavers might want to keep the position in the caps,
2886           so that they can be re-interleaved again properly later).
2887           Leave check for unexpected 2-channel layouts intact for now.
2888
2889 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2890
2891         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
2892         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
2893         basesrc can do its job correctly.
2894
2895 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
2896
2897         * ext/alsa/Makefile.am:
2898         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
2899         (gst_alsa_detect_formats), (get_channel_free_structure),
2900         (caps_add_channel_configuration), (gst_alsa_detect_channels),
2901         (gst_alsa_probe_supported_formats):
2902         * ext/alsa/gstalsa.h:
2903         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2904           Refactor and improve caps probing code: probe signedness
2905           when we probe the supported formats/widths; set endianness
2906           to the one we actually probed for (ie. cpu endianness).
2907           
2908         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
2909         (gst_alsasrc_close):
2910         * ext/alsa/gstalsasrc.h:
2911           Implement caps probing for alsasrc.
2912
2913 2006-05-15  Wim Taymans  <wim@fluendo.com>
2914
2915         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2916         (theora_dec_src_query), (theora_dec_src_event),
2917         (theora_dec_sink_event), (theora_handle_comment_packet),
2918         (theora_handle_data_packet), (theora_dec_change_state):
2919         Cleanups, add some G_LIKELY.
2920         Use segment helpers instead of our own wrong code.
2921         Clear queued buffers on seek and READY.
2922
2923         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2924         (vorbis_dec_convert), (vorbis_dec_src_query),
2925         (vorbis_dec_src_event), (vorbis_dec_sink_event),
2926         (vorbis_handle_comment_packet), (vorbis_dec_push),
2927         (vorbis_handle_data_packet), (vorbis_dec_chain),
2928         (vorbis_dec_change_state):
2929         * ext/vorbis/vorbisdec.h:
2930         Remove old useless packetno variable.
2931         Do position query properly.
2932         Add some G_LIKELY.
2933         Do cleanup of queued buffers in new helper function
2934         and use it.
2935
2936 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2937
2938         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2939           Query supported sample rates. Fixes #341732.
2940
2941 2006-05-15  Julien MOUTTE  <julien@moutte.net>
2942
2943         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
2944         (gst_decode_bin_change_state): Make decodebin reusable
2945         when going from PAUSE_TO_READY and then back to PAUSED.
2946         Fixes #331678.
2947
2948 2006-05-15  Wim Taymans  <wim@fluendo.com>
2949
2950         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
2951         (vorbis_dec_convert), (vorbis_dec_src_query),
2952         (vorbis_dec_sink_query), (vorbis_dec_src_event),
2953         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
2954         (vorbis_dec_clean_queued), (vorbis_dec_push),
2955         (vorbis_handle_data_packet), (vorbis_dec_change_state):
2956         Cleanups. Use refcounting and DEBUG_OBJECT.
2957         Reset segment on flush, use code methods instead of our
2958         own wrong version.
2959         Fix potential memleak.
2960
2961 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2962
2963         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
2964         (gst_alsasink_init):
2965         * ext/alsa/gstalsasink.h:
2966           Don't leak allocated snd_output_t structure if there's
2967           more than one alsasink instance at a time (#341873).
2968           Also fix GObject macros in header file.
2969           
2970 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2971
2972         * gst/subparse/gstsubparse.c:
2973         (gst_sub_parse_data_format_autodetect):
2974           Don't use libxml functions in the typefinding code.
2975
2976 2006-05-15  Wim Taymans  <wim@fluendo.com>
2977
2978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2979         Fix seeking performance in the case where a non-header 
2980         packet has a 0 granulepos (busted theora case). 
2981         Fixes #341719
2982         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
2983          the first place, you limelight stealer you)
2984
2985 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2986
2987         * gst/subparse/gstsubparse.c:
2988         (gst_sub_parse_data_format_autodetect):
2989           Improve SAMI typefinding: handle case where there are
2990           whitespaces or newlines in front of the first <SAMI>
2991           tag (#169936).
2992
2993 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
2994
2995         * configure.ac:
2996           Build video4linux plugin even if there's no XVIDEO, just
2997           without implementing the GstXOverlay interface (#334002).
2998          
2999 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
3000
3001         * configure.ac:
3002         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
3003         (plugin_init):
3004           Add tentative support for libvisual-0.4 (#336881).
3005
3006 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
3007
3008         Patch by: Young-Ho Cha <ganadist at chollian net>
3009
3010         * gst/subparse/samiparse.c: (handle_start_font):
3011           Need to map "silver" colour explicitly (#169936).
3012
3013 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
3014
3015         Patch by: Young-Ho Cha  <ganadist at chollian net>
3016
3017         * gst/subparse/Makefile.am:
3018         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3019         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
3020         (gst_sub_parse_format_autodetect), (feed_textbuf),
3021         (gst_subparse_type_find), (plugin_init):
3022         * gst/subparse/gstsubparse.h:
3023         * gst/subparse/samiparse.c:
3024         * gst/subparse/samiparse.h:
3025           Add support for SAMI subtitles (#169936).
3026
3027 2006-05-14  Michael Smith  <msmith@fluendo.com>
3028
3029         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
3030           Fix #341696: crash when mixing L+R+C to mono or stereo.
3031         * tests/check/Makefile.am:
3032         * tests/check/elements/audioconvert.c: (set_channel_positions),
3033         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
3034         (audioconvert_suite):
3035           Add test for the above, including some generic framework bits for
3036           testing multichannel things.
3037
3038 === release 0.10.7 ===
3039
3040 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
3041
3042         * configure.ac:
3043           releasing 0.10.7, "Leave the gun"
3044
3045 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
3046
3047         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
3048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3049         Fix the build.
3050
3051 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
3052
3053         * docs/libs/gst-plugins-base-libs-docs.sgml:
3054         * docs/libs/gst-plugins-base-libs-sections.txt:
3055         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
3056         * gst-libs/gst/video/video.h:
3057         * gst/videoscale/Makefile.am:
3058         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
3059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3060         * tests/check/Makefile.am:
3061         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
3062         (main):
3063           Fix integer overflow problem with pixel-aspect-ratio calculations
3064           in videoscale and xvimagesink (#341542)
3065
3066 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
3067
3068         * gst-libs/gst/tag/gstid3tag.c:
3069           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
3070
3071 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
3072
3073         * win32/MANIFEST:
3074           update win32 files listing
3075
3076 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3077
3078         patch by: Sjoerd Simons (sjoerd@luon.net)
3079
3080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3081         (group_create), (group_destroy), (add_stream),
3082         (gst_play_base_bin_get_property),
3083         (gst_play_base_bin_get_streaminfo_value_array):
3084         * gst/playback/gstplaybasebin.h:
3085           API: GstPlayBaseBin::stream-info-value-array property
3086           use a more bindings-friendly way of exposing streaminfo
3087           using a GValueArray.  Tested in ipython.
3088           Closes #341114
3089
3090 2006-05-11  Wim Taymans  <wim@fluendo.com>
3091
3092         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
3093         (queue_underrun_cb), (queue_filled_cb):
3094         Also catch queue underruns but don't do anything yet.
3095         Refactor and comment queue enlarging code a bit.
3096
3097         * gst/playback/gstplaybasebin.c: (queue_overrun),
3098         (queue_threshold_reached), (queue_out_of_data),
3099         (gen_preroll_element):
3100         If a queue over/underruns check that we don't create nasty
3101         deadlocks when the min-threshold is not reached but the
3102         max-bytes is. In those cases disable max-bytes when we
3103         know that the queue is fed timed data.
3104         Add more comments.
3105
3106 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3107
3108         * gst/playback/gstplaybin.c: (gen_audio_element):
3109           Make playbin automatically plug an 'audioresample'
3110           element before the audio sink as well. This solves
3111           problems with sinks that only accept a very specific
3112           sample rate, like esdsink (e.g. #340379).
3113
3114 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
3115
3116         * gst/playback/gstplaybasebin.c: (gen_source_element):
3117           Make http sources send special headers so that we receive
3118           icecast metadata if the http stream is an icecast stream
3119           (otherwise the server will just ignore them). This also
3120           means that from now on users will need the 'icydemux'
3121           element from gst-plugins-good installed if they want to
3122           listen to icecast radio streams. (#341432, #333657).
3123
3124 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3125
3126         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
3127         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
3128           remove stupid example from docs - it should come with a simple
3129           C program instead.
3130           Clean up/fix docs
3131         * tests/check/elements/multifdsink.c: (wait_bytes_served),
3132         (fail_if_can_read), (GST_START_TEST),
3133         (gst_multifdsink_create_streamheader), (multifdsink_suite):
3134           add a test for changing streamheader which exposes a bug in
3135           multifdsink
3136
3137 2006-05-11  Michael Smith  <msmith@fluendo.com>
3138
3139         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3140         (gst_gnome_vfs_src_received_headers_callback):
3141         * ext/gnomevfs/gstgnomevfssrc.h:
3142           Don't set icy-caps unless we have a sane interval value. Move
3143           interval to a local variable; we never use it outside this function.
3144
3145 2006-05-11  Wim Taymans  <wim@fluendo.com>
3146
3147         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
3148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
3149         Register special buffer types along with the objects so
3150         that they are not registered at runtime from N different
3151         streaming threads since they are not threadsafe.
3152
3153 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3154
3155         * tests/check/elements/multifdsink.c: (wait_bytes_served),
3156         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
3157           add two more tests, one doing streamheader
3158
3159 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3160
3161         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
3162           clean up the bufqueue when shutting down
3163         * tests/check/Makefile.am:
3164         * tests/check/elements/multifdsink.c: (setup_multifdsink),
3165         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
3166         (main):
3167           add a test for the leak that was just fixed
3168
3169 2006-05-10  Wim Taymans  <wim@fluendo.com>
3170
3171         * gst/adder/gstadder.c: (gst_adder_setcaps),
3172         (gst_adder_query_duration), (gst_adder_query), (forward_event),
3173         (gst_adder_src_event), (gst_adder_sink_event),
3174         (gst_adder_class_init), (gst_adder_finalize),
3175         (gst_adder_request_new_pad), (gst_adder_collected):
3176         * gst/adder/gstadder.h:
3177         Updated some docs. Added comments and FIXMEs all over the place.
3178         Improve debugging info.
3179         Fix leak on finalize by not calling the parent.
3180         Implement duration query.
3181         Make event forwarding threadsafe.
3182         Correctly send NEWSEGMENT at start and after flush.
3183         Handle EOS correctly.
3184         Post error when not negotiated.
3185
3186         * tests/check/elements/adder.c: (GST_START_TEST):
3187         Added FIXME in the test.
3188
3189 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
3190
3191         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
3192         (gst_text_overlay_halign_get_type),
3193         (gst_text_overlay_wrap_mode_get_type):
3194         * ext/theora/theoradec.c: (theora_handle_type_packet),
3195         (theora_handle_data_packet):
3196         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
3197         (theora_enc_sink_setcaps), (theora_enc_chain):
3198         * gst-libs/gst/cdda/gstcddabasesrc.c:
3199         (gst_cdda_base_src_mode_get_type):
3200         * gst/audiotestsrc/gstaudiotestsrc.c:
3201         (gst_audiostestsrc_wave_get_type):
3202         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3203         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3204         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3205         (gst_sync_method_get_type), (gst_unit_type_get_type),
3206         (gst_client_status_get_type):
3207         * gst/videoscale/gstvideoscale.c:
3208         (gst_video_scale_method_get_type):
3209         * gst/videotestsrc/gstvideotestsrc.c:
3210         (gst_video_test_src_pattern_get_type):
3211         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
3212         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
3213         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
3214         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
3215         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
3216         (paint_setup_RGB565), (paint_setup_xRGB1555):
3217           Const-ify GEnumValue and GFlagsValue arrays. Use
3218           GST_ROUND_UP_* macros instead of home-made ones.
3219
3220 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
3221
3222         * configure.ac:
3223           Require core CVS for the new newsegment stuff.
3224
3225 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
3226
3227         Patch by: Sjoerd Simons  <sjoerd at luon net>
3228
3229         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
3230           Register nick for enum value (#341160).
3231
3232 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
3233
3234         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
3235         (plugin_init):
3236          backout typefind patch #340375
3237          
3238         * tests/check/elements/adder.c: (message_received),
3239         (GST_START_TEST), (adder_suite):
3240           redo, signal-handling of test
3241
3242 2006-05-09  Wim Taymans  <wim@fluendo.com>
3243
3244         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
3245         (gst_adder_collected):
3246         * gst/adder/gstadder.h:
3247         Remove bogus segment merging and forwarding, we don't
3248         care about timestamps anyway and we just produce a
3249         continuous stream. 
3250         Also create a nice NEWSEGMENT event when we start.
3251         Use _scale_int some more.
3252
3253 2006-05-09  Edward Hervey  <edward@fluendo.com>
3254
3255         * tests/icles/stress-xoverlay.c:
3256         Fix if core was built without parsing support.
3257
3258 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
3259
3260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3261           Add SEDG (Samsung MPEG-4) fourcc.
3262
3263 2006-05-09  Edward Hervey  <edward@fluendo.com>
3264
3265         * tests/icles/stress-xoverlay.c:
3266         * tests/examples/volume/volume.c:
3267         Fix if core was built without parsing support.
3268
3269         * tests/examples/seek/seek.c:
3270         Disable the parse_launch example if core was built without parsing
3271         support.
3272
3273 2006-05-08  Edward Hervey  <edward@fluendo.com>
3274
3275         * autogen.sh: (CONFIGURE_DEF_OPT): 
3276         libtoolize on Darwin/MacOSX is called glibtoolize
3277
3278 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
3279
3280         * tests/check/Makefile.am:
3281         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
3282           Disable the adder test, until the build-slaves posses the kindness to 
3283           either like it or to give valid reason for not doing so 
3284
3285 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
3286
3287         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
3288         (adder_suite):
3289           Shuffle NULL state change around and raise timeout more
3290
3291 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
3292
3293         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
3294         (mp4_type_find), (plugin_init):
3295           Add typefind to distinguish between "audio/x-m4a" and new type
3296           "video/mp4". Fixes #340375
3297
3298         * tests/check/elements/adder.c: (adder_suite):
3299           Raise timeout to make buildbot happy
3300
3301 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
3302
3303         * gst/adder/gstadder.c: (gst_adder_sink_event),
3304         (gst_adder_request_new_pad), (gst_adder_change_state):
3305         * gst/adder/gstadder.h:
3306         * tests/check/Makefile.am:
3307         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
3308         (adder_suite), (main):
3309           Add sink-event handling to adder. It tries to merge incomming
3310           newsegment-events. Added test to check if segment_done is comming
3311           through. Fixes #340060
3312
3313 2006-05-05  Andy Wingo  <wingo@pobox.com>
3314
3315         * ext/theora/theoraparse.c (gst_theora_parse_init)
3316         (theora_parse_src_convert, theora_parse_src_query):
3317         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
3318         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
3319         query functions on the source pads of the theora and vorbis parse
3320         elements. Fixes position querying when doing a remux.
3321
3322 2006-05-05  Michael Smith  <msmith@fluendo.com>
3323
3324         * ext/theora/theoraparse.c: (parse_granulepos),
3325         (theora_parse_drain_queue_prematurely),
3326         (theora_parse_queue_buffer), (theora_parse_sink_event):
3327           Fix flushing.
3328           Fix invalid granulepos outputs when starting with a non-keyframe.
3329
3330 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
3331
3332         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
3333         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
3334         Rearrange MPEG system stream detection, fixing some memleaks in the
3335         process.
3336         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
3337         they clean up their data correctly.
3338         Remove unused ogganx caps and move the 'is_annodex' check to inside
3339         the 'is_ogg' if statement.
3340
3341 2006-05-05  Wim Taymans  <wim@fluendo.com>
3342
3343         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
3344         Properly remove ghostpads. Fixes #340392
3345
3346 2006-05-04  David Schleef  <ds@schleef.org>
3347
3348         * gst/typefind/gsttypefindfunctions.c:
3349
3350 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
3351
3352         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3353         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
3354
3355         When typefinding an MP3 in push-based mode, don't penalise the
3356         probability down to 74% when we found 5 valid frames just because we
3357         can't peek the end of the file.
3358
3359         Make the probability for detecting MPEG Transport Streams based on the
3360         number of sequential headers we successfully detected.
3361
3362 2006-05-03  Wim Taymans  <wim@fluendo.com>
3363
3364         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3365         (vorbis_dec_push), (vorbis_dec_chain):
3366         Still produce an error when we receive an empty packet.
3367
3368 2006-05-03  Wim Taymans  <wim@fluendo.com>
3369
3370         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3371         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
3372         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
3373         Mark buffers with DISCONT after seek and after activating new
3374         chains.
3375
3376         * ext/theora/gsttheoradec.h:
3377         * ext/theora/theoradec.c: (gst_theora_dec_reset),
3378         (theora_get_query_types), (theora_dec_sink_event),
3379         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
3380         (theora_dec_change_state):
3381         Fix frame counter.
3382         Detect and mark DISCONT buffers.
3383
3384         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3385         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
3386         (vorbis_dec_change_state):
3387         * ext/vorbis/vorbisdec.h:
3388         Use GstSegment.
3389         Detect and mark DISCONT buffers.
3390         Don't crash on 0 sized buffers.
3391
3392 2006-05-03  Wim Taymans  <wim@fluendo.com>
3393
3394         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
3395         (volume_transform_ip):
3396         Increase "volume" property to 10.0. Fixes #340369.
3397         Set the process function to NULL when capsnego fails so that
3398         we properly error out.
3399
3400 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
3401
3402         * gst/playback/gstplaybin.c: (add_sink):
3403         * gst/playback/test.c: (main):
3404         * gst/playback/test5.c: (dump_element_stats):
3405         * gst/playback/test6.c: (main):
3406           free cpas using gst_caps_unref, don't leak caps-strings
3407
3408 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
3409
3410         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3411         (plugin_init):
3412           Refine musepack typefinding a bit. Return MAXIMUM
3413           probability when we detect stream version 7 to make
3414           sure the mpeg audio typefinder doesn't trump us.
3415
3416 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
3417
3418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3419           Protect against unexpected NULL strf_data buffer.
3420
3421 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3422
3423         * tests/check/elements/audioconvert.c: (verify_convert),
3424         (GST_START_TEST):
3425           interpret the out[] buffer in the order the bytes are actually
3426           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
3427           Other tests should use BYTE_ORDER since the array is filled in
3428           with actual values
3429
3430 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3431
3432         * tests/check/elements/audioconvert.c: (verify_convert),
3433         (GST_START_TEST):
3434           when a test fails, give an indication of which it is
3435
3436 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3437
3438         * gst-libs/gst/cdda/gstcddabasesrc.c:
3439           compile fix; strtol() needs <stdlib.h>
3440
3441 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
3442
3443         * ext/alsa/gstalsamixerelement.c:
3444         * ext/alsa/gstalsasrc.c:
3445         * ext/cdparanoia/gstcdparanoiasrc.c:
3446         * ext/gnomevfs/gstgnomevfssink.c:
3447         * ext/gnomevfs/gstgnomevfssrc.c:
3448         * ext/ogg/gstoggdemux.c:
3449         * ext/ogg/gstoggmux.c:
3450         * ext/ogg/gstoggparse.c:
3451         * ext/ogg/gstogmparse.c:
3452         * ext/pango/gstclockoverlay.c:
3453         * ext/pango/gsttextoverlay.c:
3454         * ext/pango/gsttextrender.c:
3455         * ext/pango/gsttimeoverlay.c:
3456         * ext/theora/theoradec.c:
3457         * ext/theora/theoraenc.c:
3458         * ext/vorbis/vorbisdec.c:
3459         * ext/vorbis/vorbisenc.c:
3460         * gst-libs/gst/audio/gstaudiofilter.c:
3461         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3462         * gst/audioconvert/gstaudioconvert.c:
3463         * gst/audiorate/gstaudiorate.c:
3464         * gst/audioresample/gstaudioresample.c:
3465         * gst/audiotestsrc/gstaudiotestsrc.c:
3466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3467         * gst/playback/gstdecodebin.c:
3468         * gst/playback/gstplaybin.c:
3469         * gst/playback/gststreamselector.c:
3470         * gst/subparse/gstsubparse.c:
3471         * gst/tcp/gstmultifdsink.c:
3472         * gst/tcp/gsttcpclientsink.c:
3473         * gst/tcp/gsttcpclientsrc.c:
3474         * gst/tcp/gsttcpserversink.c:
3475         * gst/tcp/gsttcpserversrc.c:
3476         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3477         * gst/videorate/gstvideorate.c:
3478         * gst/videoscale/gstvideoscale.c:
3479         * gst/videotestsrc/gstvideotestsrc.c:
3480         * gst/volume/gstvolume.c:
3481         * sys/v4l/gstv4ljpegsrc.c:
3482         * sys/v4l/gstv4lmjpegsink.c:
3483         * sys/v4l/gstv4lmjpegsrc.c:
3484         * sys/v4l/gstv4lsrc.c:
3485         * sys/ximage/ximagesink.c:
3486         * sys/xvimage/xvimagesink.c:
3487         * tests/check/libs/cddabasesrc.c:
3488           make GstElementDetails const
3489
3490 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
3491
3492         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
3493         (gst_adder_init):
3494           send events from src-pad to all sink-pads fixes #338657
3495
3496 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
3497
3498         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
3499         (alsasink_parse_spec):
3500           query width capabilities from alsa, fixes #338919
3501
3502 2006-04-28  Wim Taymans  <wim@fluendo.com>
3503
3504         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3505         (gst_multi_fd_sink_remove_client_link):
3506         * gst/tcp/gstmultifdsink.h:
3507         Fix race condition in multifdsink that can lead to spurious 
3508         duplicate clients. this patch adds a new signal that is fired when
3509         multifdsink has removed all references to the fd.
3510         Fixes #339574.
3511         Updated documentation.
3512         API: client-fd-removed signal added
3513
3514 2006-04-28  Michael Smith  <msmith@fluendo.com>
3515
3516         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
3517           When asking g_value_array_new to prealloc elements, we may as well
3518           ask for the right number of elements.
3519
3520 2006-04-28  Wim Taymans  <wim@fluendo.com>
3521
3522         * gst-libs/gst/audio/gstbaseaudiosink.c:
3523         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
3524         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3525         patch to make timestamp checking more tollerant to rounding 
3526         errors given that real discontinuities are to be marked on
3527         buffers. Fixes some asf files and #338778.
3528         Also avoid some crashers when we receive an event in the 
3529         NULL state.
3530
3531 2006-04-28  Michael Smith  <msmith@fluendo.com>
3532
3533         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
3534         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
3535         (gst_gnome_vfs_src_get_property),
3536         (gst_gnome_vfs_src_send_additional_headers_callback),
3537         (gst_gnome_vfs_src_received_headers_callback),
3538         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
3539         (gst_gnome_vfs_src_stop):
3540         * ext/gnomevfs/gstgnomevfssrc.h:
3541           Remove ICY handling (mostly) from gnomevfssrc, in favour of
3542           proper shared support within icydemux.
3543
3544 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3545
3546         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
3547         (gst_video_rate_swap_prev), (gst_video_rate_chain):
3548           fix up docs
3549           fix a leak when no caps negotiated
3550           fix counting of input frames
3551         * tests/check/elements/.cvsignore:
3552         * tests/check/elements/videorate.c: (assert_videorate_stats),
3553         (GST_START_TEST), (videorate_suite):
3554           add tests for these
3555
3556 2006-04-28  Wim Taymans  <wim@fluendo.com>
3557
3558         * gst-libs/gst/audio/gstringbuffer.c:
3559         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3560         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3561         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3562         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
3563         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
3564         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
3565         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3566         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3567         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
3568         Check arguments passed to public functions instead of
3569         crashing.
3570
3571 2006-04-28  Wim Taymans  <wim@fluendo.com>
3572
3573         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3574         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3575         GstBaseAudioSrc must be live or it does not work.
3576
3577         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
3578         Don't set live to TRUE as this is the default in the parentclass.
3579
3580 2006-04-28  Wim Taymans  <wim@fluendo.com>
3581
3582         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
3583         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
3584         Videoscale doesn't pass on pixel-aspect ratio. Handle all
3585         fixation cases better. Fixes #338991
3586
3587 2006-04-28  Wim Taymans  <wim@fluendo.com>
3588
3589         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3590         Handle 0/1 framerate correctly Fixes #331901.
3591
3592 2006-04-28  Wim Taymans  <wim@fluendo.com>
3593
3594         * tests/check/elements/audioconvert.c: (get_float_caps),
3595         (GST_START_TEST), (audioconvert_suite):
3596         Added check for correct clipping when doing float samples
3597         in audioconvert.
3598
3599 2006-04-28  Wim Taymans  <wim@fluendo.com>
3600
3601         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
3602         (gst_video_rate_chain):
3603         Print more debugging info.
3604
3605 2006-04-28  Wim Taymans  <wim@fluendo.com>
3606
3607         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
3608         (resample_set_state_from_caps):
3609         Add support for other formats audioresample can handle such as
3610         32 bits in and float and 64 bits float. Fixes #301759
3611
3612 2006-04-28  Wim Taymans  <wim@fluendo.com>
3613
3614         * gst/audioconvert/audioconvert.c: (float):
3615         correctly clip float samples > 1.0. Fixes #338718
3616
3617 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
3618
3619         Patch by: Young-Ho Cha  <ganadist at chollian net>
3620
3621         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3622         (gst_text_overlay_render_text):
3623           Don't strip newlines from the text. Also, center lines
3624           within multi-line paragraphs (#339405).
3625
3626 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
3627
3628         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
3629           Fix wavpack typefinding to work in more cases (don't peek
3630           for chunks of multiple hundred kBs at once, but process
3631           things step-by-step in smaller units). Fixes #339786.
3632
3633 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3634
3635         * configure.ac:
3636           back to HEAD
3637
3638 === release 0.10.6 ===
3639
3640 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
3641
3642         * configure.ac:
3643           releasing 0.10.6, "Chao"
3644
3645 2006-04-26  David Schleef  <ds@schleef.org>
3646
3647         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
3648           Fixes #338897.
3649
3650 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3651
3652         * configure.ac:
3653         * win32/common/config.h:
3654           new prerelease
3655
3656 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3657
3658         patch by: Wim Taymans
3659
3660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3661         (gst_ogg_demux_perform_seek):
3662           make sure correct newsegments are sent, so that the decoder
3663           and the demuxer agree on timestamps.  Fixes playback of a lot
3664           of Ogg files that do not start from 0.  Fixes #339833.
3665
3666 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3667
3668         Patch by: Edward Hervey  <edward@fluendo.com>
3669
3670         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
3671         * tests/check/Makefile.am:
3672         * tests/check/elements/videorate.c: (assert_videorate_stats),
3673         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
3674         (videorate_suite), (main):
3675           Fix an infinite loop if frames are passed in with wrongly ordered
3676           timestamps.  Fixes #339013.
3677
3678 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3679
3680         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3681
3682         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
3683           fix typefinding on some ISO files.  Fixes #339212.
3684
3685 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3686
3687         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3688
3689         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3690           add another H264 fourcc.  Fixes #339047.
3691
3692 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3693
3694         Patch by: Jan Schmidt
3695
3696         * gst/playback/gststreamselector.c:
3697         (gst_stream_selector_bufferalloc):
3698           Restore old StreamSelector behaviour.
3699           Fixes #338419.
3700
3701 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
3702
3703         * configure.ac:
3704         * win32/common/config.h:
3705           prerelease
3706
3707 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3708
3709         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
3710
3711         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3712         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
3713           Fix some memory leaks: on finalize, free buffers left in the queue
3714           before destroying the queue; in _push(), unref rtp_buf even if
3715           the process vfunc returned a NULL buffer as output buffer (#337548);
3716           demote some recuring debug messages to LOG level.
3717
3718 2006-04-11  Wim Taymans  <wim@fluendo.com>
3719
3720         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3721         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3722         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
3723         (gst_ogg_demux_loop):
3724         More cleanups.
3725         Respect segment stop when emiting EOS or SEGMENT_DONE.
3726         Fixes (#337945).
3727
3728 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3729
3730         * gst/playback/gststreamselector.c:
3731         (gst_stream_selector_get_property):
3732           Don't leak pad name.
3733
3734 2006-04-10  Michael Smith  <msmith@fluendo.com>
3735
3736         * tests/check/Makefile.am:
3737         * tests/check/gst-plugins-base.supp:
3738           Suppress an old libtheora bug (fixed in more recent versions), so 
3739           that FC4 buildslaves can pass.
3740
3741 2006-04-10  Wim Taymans  <wim@fluendo.com>
3742
3743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3744         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
3745         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
3746         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
3747         (gst_ogg_demux_loop):
3748         Don't leak events.
3749         Remember what error we got when finding chains, if we
3750         were shutdown, that would not be an error.
3751
3752 2006-04-10  Wim Taymans  <wim@fluendo.com>
3753
3754         * gst-libs/gst/audio/gstbaseaudiosink.c:
3755         (gst_base_audio_sink_event):
3756         Starting the ringbuffer when we did not acquire it can cause
3757         a deadlock, is pointless and causes nasty things for
3758         subclasses. 
3759         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
3760
3761 2006-04-10  Wim Taymans  <wim@fluendo.com>
3762
3763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3764         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
3765         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3766         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
3767         (gst_ogg_demux_deactivate_current_chain),
3768         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3769         (gst_ogg_demux_bisect_forward_serialno),
3770         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
3771         Add some more debugging.
3772
3773 2006-04-10  Wim Taymans  <wim@fluendo.com>
3774
3775         * ext/theora/theoradec.c: (theora_dec_src_event),
3776         (theora_handle_data_packet):
3777         Some more debug info.
3778
3779         * tests/examples/seek/seek.c: (start_seek), (main):
3780         Print element messages too.
3781
3782 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
3783
3784         * gst/audioresample/debug.h:
3785           replace debug macros with variable number of parameters
3786           by a simple alias to gstreamer standard debug macros 
3787          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
3788           supported by MSVC 6.0 and 7.1)
3789         * gst/audioresample/resample.h:
3790           define M_PI and rint for WIN32
3791         * win32/common/libgstaudio.def:
3792         * win32/common/libgstriff.def:
3793         * win32/common/libgsttag.def:
3794         * win32/common/libgstvideo.def:
3795           add new exported functions
3796         * win32/vs6:
3797           update project files
3798
3799 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3800
3801         * ext/alsa/gstalsamixeroptions.c:
3802         (gst_alsa_mixer_options_class_init):
3803         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
3804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
3805         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3806         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
3807         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
3808         * gst-libs/gst/audio/gstaudiofilter.c:
3809         (gst_audio_filter_class_init):
3810         * gst-libs/gst/audio/gstaudiosink.c:
3811         (gst_audioringbuffer_class_init):
3812         * gst-libs/gst/audio/gstaudiosrc.c:
3813         (gst_audioringbuffer_class_init):
3814         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
3815         * gst-libs/gst/interfaces/colorbalancechannel.c:
3816         (gst_color_balance_channel_class_init):
3817         * gst-libs/gst/interfaces/mixeroptions.c:
3818         (gst_mixer_options_class_init):
3819         * gst-libs/gst/interfaces/mixertrack.c:
3820         (gst_mixer_track_class_init):
3821         * gst-libs/gst/interfaces/tunerchannel.c:
3822         (gst_tuner_channel_class_init):
3823         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
3824         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3825         (gst_netbuffer_class_init):
3826         * gst-libs/gst/rtp/gstbasertppayload.c:
3827         (gst_basertppayload_class_init):
3828         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
3830         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3831         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3832         * gst/playback/gststreamselector.c:
3833         (gst_stream_selector_class_init):
3834         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3835         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3836         * sys/v4l/gstv4lcolorbalance.c:
3837         (gst_v4l_color_balance_channel_class_init):
3838         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
3839         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3840         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3841         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
3842         (gst_v4l_tuner_norm_class_init):
3843         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3845         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
3846         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
3847
3848 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3849
3850         * ext/pango/gsttextrender.h:
3851         * gst-libs/gst/audio/gstaudiosink.h:
3852         * gst-libs/gst/audio/gstaudiosrc.h:
3853         * gst-libs/gst/audio/gstbaseaudiosink.h:
3854         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3855         * gst-libs/gst/audio/gstringbuffer.h:
3856         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3857         * gst-libs/gst/rtp/gstbasertppayload.h:
3858         * gst-libs/gst/video/gstvideofilter.h:
3859         * gst-libs/gst/video/gstvideosink.h:
3860         * gst/playback/gstplaybasebin.h:
3861         * gst/tcp/gstmultifdsink.h:
3862         * sys/v4l/gstv4lelement.h:
3863         Fix broken GObject macros
3864
3865 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
3866
3867         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
3868         More debug to trace why my USB headset is not working with gst
3869
3870 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
3871
3872         * gst/playback/gstplaybasebin.c: (group_destroy):
3873         Clean up our group elements properly in the case where it never 
3874         got committed - it still got added unconditionally to the bin.
3875
3876 2006-04-07  Wim Taymans  <wim@fluendo.com>
3877
3878         * ext/theora/theoradec.c: (theora_dec_sink_event),
3879         (theora_handle_data_packet), (theora_dec_chain):
3880         Unref unhandled events.
3881         Protect against empty buffers.
3882         Perform QoS on running time.
3883
3884 2006-04-07  Michael Smith  <msmith@fluendo.com>
3885
3886         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
3887         (gst_vorbis_enc_chain):
3888           Remove leaks from vorbisenc.
3889           Mostly minor changes, the only significant one is that now the
3890           buffers we set as 'streamheader' on the caps are copies of the
3891           original buffers, to avoid circular refcounting problems.
3892
3893 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
3894
3895         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
3896           Don't remove our mute-probe if someone else already did so.
3897           Don't set a 2nd one if there is already one pending on the pad.
3898
3899         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
3900         (do_playbin_seek):
3901           When a seek fails, ensure that playbin is still set back to playing.
3902           
3903         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
3904         (mpeg_ts_type_find), (plugin_init):
3905           Add a typefind function for mpeg-ts streams. (Closes: #336617)
3906
3907 2006-04-06  Andy Wingo  <wingo@pobox.com>
3908
3909         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
3910         (gst_video_rate_init): Caps-related parameters should not be reset
3911         by a flush -- move their inits to the instance init function.
3912         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
3913         is not OK, just return the result.
3914
3915         * gst/audiotestsrc/gstaudiotestsrc.c
3916         (gst_audio_test_src_class_init)
3917         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
3918         broken by Stefan's commit on 24 March.
3919
3920         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
3921         buffers being pushed out. Fixes oggmux ! multifdsink.
3922
3923 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
3924
3925         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
3926         (gst_vorbis_dec_init), (vorbis_dec_finalize):
3927         * ext/vorbis/vorbisdec.h:
3928         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
3929         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
3930         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
3931         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
3932         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
3933         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
3934         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
3935         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
3936         (gst_vorbis_enc_buffer_from_packet),
3937         (gst_vorbis_enc_buffer_from_header_packet),
3938         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
3939         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
3940         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
3941         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
3942         (gst_vorbis_enc_change_state):
3943         * ext/vorbis/vorbisenc.h:
3944           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
3945           vorbisenc adhere to the official nomenclature; use boilerplate
3946           macro.
3947
3948 2006-04-04  Andy Wingo  <wingo@pobox.com>
3949
3950         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
3951         Whoops, fix bug introduced. Bad hacker!
3952         
3953         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
3954         Properly handle the case where you get EOS before any buffers are
3955         received. Use gst_buffer_make_metadata_writable where appropriate.
3956
3957         * ext/theora/theoradec.c (theora_handle_data_packet): This value
3958         is often negative -- make it signed so as not to wrap around.
3959         Fixes segfaults introduced on 9 March.
3960
3961 2006-04-03  Wim Taymans  <wim@fluendo.com>
3962
3963         * ext/theora/gsttheoradec.h:
3964         * ext/theora/theoradec.c: (theora_dec_src_event):
3965         Don't try to store a gdouble in a gboolean.
3966         Small cleanups.
3967
3968 2006-04-03  Michael Smith  <msmith@fluendo.com>
3969
3970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
3971           Oggmux sucks.
3972           Make it suck slightly less by writing out the final page.
3973           Still can't encode a vorbis-in-ogg file correctly, though.
3974
3975 2006-04-03  Andy Wingo  <wingo@pobox.com>
3976
3977         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
3978         a g_print.
3979
3980         * ext/theora/theora.c (plugin_init): Register theoraparse.
3981
3982         * ext/theora/gsttheoraparse.h: 
3983         * ext/theora/theoraparse.c: New files implementing a theora
3984         parser. Now we can properly remux ogg/theora+vorbis, yay.
3985
3986         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
3987
3988 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3989
3990         * gst/audiotestsrc/gstaudiotestsrc.c:
3991           Fixed the sample pipeline (see #323798)
3992
3993 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3994
3995         * configure.ac:
3996         * win32/common/config.h:
3997         * win32/common/config.h.in:
3998           use AS_VERSION and AS_NANO
3999           more cleanups
4000
4001 2006-03-31  Andy Wingo  <wingo@pobox.com>
4002
4003         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
4004         uninitialized variable return that would happen.
4005         
4006         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
4007         uninitialized variable return that would never happen.
4008
4009         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
4010         (vorbis_parse_sink_event): Add an event function to flush our
4011         state on a seek, and to drain buffers on a premature EOS.
4012         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
4013         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
4014         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
4015         (vorbis_parse_drain_queue): Queue up buffers until we can set
4016         their timestamps and granulepos values.
4017
4018         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
4019         and keep track of data needed for deriving granulepos and
4020         timestamps for buffers.
4021
4022 2006-03-29  Wim Taymans  <wim@fluendo.com>
4023
4024         Patch by: j^ <j at bootlab dot org>
4025
4026         * ext/alsa/gstalsamixerelement.c:
4027         (gst_alsa_mixer_element_class_init):
4028         * ext/alsa/gstalsasink.c:
4029         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4030         * ext/ogg/gstoggdemux.c:
4031         * ext/ogg/gstoggmux.c:
4032         * ext/ogg/gstoggparse.c:
4033         * ext/pango/gstclockoverlay.c:
4034         * ext/pango/gsttextoverlay.c:
4035         * ext/pango/gsttextrender.c:
4036         * ext/pango/gsttimeoverlay.c:
4037         * ext/theora/theoradec.c:
4038         * ext/theora/theoraenc.c:
4039         * ext/vorbis/vorbisdec.c:
4040         * ext/vorbis/vorbisenc.c:
4041         * gst/audioconvert/gstaudioconvert.c:
4042         * gst/subparse/gstsubparse.c:
4043         * gst/tcp/gstmultifdsink.c:
4044         * gst/tcp/gsttcpclientsink.c:
4045         * gst/tcp/gsttcpclientsrc.c:
4046         * gst/tcp/gsttcpserversink.c:
4047         * gst/tcp/gsttcpserversrc.c:
4048           better/unified long descriptions
4049           Fixes #336477
4050
4051 2006-03-29  Wim Taymans  <wim@fluendo.com>
4052
4053         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
4054         (stop_seek):
4055         Don't let double and triple clicks mess up our state.
4056
4057 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
4058
4059         * gst/playback/gstplaybin.c: (gen_video_element),
4060         (gen_text_element), (gen_audio_element), (gen_vis_element):
4061           Error out gracefully when we can't create any of the usual
4062           conversion elements for some reason. Also, don't try to
4063           create an audioscale (sic) element that's not used anyway.
4064
4065 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
4066
4067         * gst/playback/gstplaybasebin.c: (setup_source):
4068           Don't post RESOURCE_NOT_FOUND error when we can't find a source
4069           element for a particular protocol, that's confusing for users.
4070           Instead, post a RESOURCE_FAILED error, so that our own error
4071           message is actually shown in totem etc. (#336303).
4072
4073 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4074
4075         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4076
4077         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
4078         (gst_gnome_vfs_src_get_icy_metadata):
4079           Fix some minor memory leaks (#336194).
4080
4081 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
4082
4083         * ext/gnomevfs/gstgnomevfs.c:
4084         (gst_gnome_vfs_location_to_uri_string):
4085         * ext/gnomevfs/gstgnomevfs.h:
4086         * ext/gnomevfs/gstgnomevfssink.c:
4087         (gst_gnome_vfs_sink_set_property):
4088         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
4089           Make gnomevfssink accept filenames as well as URIs for the
4090           "location" property, just like gnomevfssrc does (and
4091           filesrc/filesink do) (#336190).
4092
4093 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
4094
4095         * tests/check/generic/clock-selection.c: (GST_START_TEST):
4096           set to NULL before unreffing, fixes a valgrind leak.
4097           Why was this not triggering the error that an object needs to
4098           be NULL before unreffing ?
4099         * win32/common/config.h:
4100           update
4101
4102 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
4103
4104         * gst/subparse/gstsubparse.c: (convert_encoding),
4105         (gst_sub_parse_change_state):
4106         * gst/subparse/gstsubparse.h:
4107           Text subtitle files may or may not be UTF-8. If it's not, we
4108           don't really want to see '?' characters in place of non-ASCII
4109           characters like accented characters. So let's assume the input
4110           is UTF-8 until we come across text that is clearly not. If it's
4111           not UTF-8, we don't really know what it is, so try the following:
4112           (a) see whether the GST_SUBTITLE_ENCODING environment variable
4113           is set; if not, check (b) if the current locale encoding is
4114           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
4115           the current locale encoding is UTF-8 and the environment variable
4116           was not set to any particular encoding. Not perfect, but better
4117           than nothing (and better than before, I think) (fixes #172848).
4118
4119 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
4120
4121         * configure.ac:
4122           update core requirement to 0.10.4.1 because of async_playback
4123           vmethod on GstBaseSink
4124
4125 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
4126
4127         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4128         * gst/adder/gstadder.c: (gst_adder_init):
4129         use DEBUG_FUNCPTR for collectpads
4130
4131 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
4132
4133         * docs/plugins/Makefile.am:
4134         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4135         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4136         * ext/cdparanoia/gstcdparanoiasrc.c:
4137         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
4138         (gst_gnome_vfs_sink_class_init):
4139         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
4140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
4141         * ext/ogg/gstoggmux.c:
4142         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
4143         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
4144         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
4145         * ext/pango/gsttextoverlay.c:
4146         * ext/pango/gsttextrender.c:
4147         * ext/theora/theoradec.c:
4148         * ext/theora/theoraenc.c:
4149         * ext/vorbis/vorbisdec.c:
4150         * ext/vorbis/vorbisenc.c:
4151         * gst-libs/gst/audio/gstaudiofilter.c:
4152         (gst_audio_filter_base_init):
4153         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4154         (gst_audio_filter_template_base_init):
4155         * gst/adder/gstadder.c: (gst_adder_get_type):
4156         * gst/adder/gstadder.h:
4157         * gst/audioconvert/gstaudioconvert.c:
4158         * gst/audiotestsrc/gstaudiotestsrc.c:
4159         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
4160         (gst_audio_test_src_create):
4161         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4162         * gst/playback/gstdecodebin.c:
4163         * gst/playback/gstplaybin.c:
4164         * gst/playback/gststreamselector.c:
4165         (gst_stream_selector_base_init):
4166         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
4167         * gst/volume/gstvolume.c:
4168         * sys/v4l/gstv4lmjpegsink.c:
4169         * sys/v4l/gstv4lmjpegsrc.c:
4170         * tests/check/libs/cddabasesrc.c:
4171         * tests/old/examples/gob/gst-identity2.gob:
4172           Add docs for adder, use GST_ELEMENT_DETAILS macro,
4173           define GstElementDetails at the top
4174
4175 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
4176
4177         * win32/common/libgstinterfaces.def:
4178         Add a lot of export functions for gst-python
4179         * win32/vs6/libgstinterfaces.dsp:
4180         Add a missing include folder in the project configuration
4181         
4182 2006-03-23  Wim Taymans  <wim@fluendo.com>
4183
4184         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4185         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
4186         (gst_base_audio_src_change_state):
4187         Fix audio sources, forgot to make the ringbuffer
4188         startable...
4189
4190 2006-03-23  Wim Taymans  <wim@fluendo.com>
4191
4192         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4193         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
4194         (gst_base_audio_src_change_state):
4195         unparent instead of unref the ringbuffer.
4196
4197 2006-03-23  Wim Taymans  <wim@fluendo.com>
4198
4199         * gst-libs/gst/audio/gstbaseaudiosink.c:
4200         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
4201         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
4202         Implement new async_play vmethod to start slaving and allow
4203         playback start in case of async PLAY state changes. 
4204
4205         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
4206         Enable QoS with new method in base class.
4207
4208 2006-03-23  Wim Taymans  <wim@fluendo.com>
4209
4210         Patch by: Julien MOUTTE <julien at moutte dot net>
4211
4212         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
4213         (gst_video_test_src_do_seek), (gst_video_test_src_create):
4214         Partially handle 0 framerate, only EOS after the first frame
4215         is missing.
4216
4217 2006-03-23  Wim Taymans  <wim@fluendo.com>
4218
4219         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
4220
4221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4222         (gst_riff_create_video_template_caps):
4223         * gst/ffmpegcolorspace/avcodec.h:
4224         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4225         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4226         (gst_ffmpegcsp_avpicture_fill):
4227         * gst/ffmpegcolorspace/imgconvert.c:
4228         Patch for support of YVU9 AVI files (#334822)
4229
4230 2006-03-22  Edward Hervey  <edward@fluendo.com>
4231
4232         * docs/design/design-decodebin.txt:
4233         Added design document for new decodebin
4234         (Target Caps): text/x-pango-markup is also a default target caps.
4235
4236 2006-03-22  Wim Taymans  <wim@fluendo.com>
4237
4238         * gst-libs/gst/audio/gstbaseaudiosink.c:
4239         (gst_base_audio_sink_dispose):
4240         Since we _parent the ringbuffer, we also need to
4241         _unparent instead of a plain _unref.
4242
4243 2006-03-22  Wim Taymans  <wim@fluendo.com>
4244
4245         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
4246         (stop_seek), (scrub_toggle_cb), (main):
4247         Add scrub checkbox.
4248
4249 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
4250
4251         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
4252         (gst_ogg_parse_chain):
4253           Fix very inefficient usage of linked lists (#335365).
4254
4255 2006-03-21  Edward Hervey  <edward@fluendo.com>
4256
4257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4258         * gst/playback/gstplaybin.c: (handoff):
4259         * gst/playback/gststreamselector.c:
4260         (gst_stream_selector_set_property):
4261         gcc 4.1 unreferenced pointer fixes.
4262         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4264         gst_buffer_ref() now takes a GstBuffer*.
4265
4266 2006-03-20  Julien MOUTTE  <julien@moutte.net>
4267
4268         * sys/xvimage/xvimagesink.c:
4269         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
4270         by Jan Schmidt.
4271
4272 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
4273
4274         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
4275         (id3v1_type_find), (apetag_type_find), (plugin_init):
4276           Can't do tag preferences via probability, as tags would then
4277           lose against types that are recognised with MAXIMUM probability
4278           (like .wav); so let all tag typefinders return MAXIMUM themselves
4279           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
4280           that we can prefer APE to ID3v1 (fixes #335028).
4281           
4282 2006-03-17  Wim Taymans  <wim@fluendo.com>
4283
4284         * gst-libs/gst/audio/gstbaseaudiosink.c:
4285         (gst_base_audio_sink_change_state):
4286         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
4287         (gst_ring_buffer_may_start):
4288         * gst-libs/gst/audio/gstringbuffer.h:
4289         Only start playback if we are playing.
4290         should fix #330748.
4291
4292 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
4293
4294         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
4295         * win32/common/config.h:
4296           Revert accidental commits to these files.
4297
4298 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4299
4300         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
4301
4302         * tests/Makefile.am:
4303           Don't try to build tests in tests/icles if we
4304           don't have X (#323852)
4305
4306 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
4307
4308         * gst-libs/gst/tag/gstid3tag.c:
4309           Add TXXX frame identifiers for replaygain stuff as used
4310           by some taggers (see #323721).
4311
4312 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
4313
4314         * gst/playback/gststreamselector.c:
4315         (gst_stream_selector_set_property),
4316         (gst_stream_selector_bufferalloc):
4317           Preserve the existing buggy streamselector behaviour by performing
4318           a fallback buffer allocation when downstream isn't linked yet.
4319           This should really be fixed in playbin by blocking pads until it's
4320           linked them.
4321           Also, use gst_pad_alloc_buffer instead of
4322           gst_pad_alloc_buffer_and_set.
4323
4324 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
4325
4326         * gst-libs/gst/tag/gstid3tag.c:
4327           Don't crash on unknown ID3v2 TXXX frames.
4328           
4329 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
4330
4331         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
4332           Chain up to the parent finalize method.
4333           Add 32-bit sample size to the template caps.
4334
4335         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4336         (gst_riff_create_video_template_caps):
4337           Add the fourcc that the VMWare codec uses.
4338           
4339         * gst/playback/gststreamselector.c:
4340         (gst_stream_selector_set_property),
4341         (gst_stream_selector_bufferalloc),
4342         (gst_stream_selector_request_new_pad):
4343           For the active pad, forward buffer-alloc requests, otherwise
4344           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
4345           having to memcpy every frame when used by playbin.
4346
4347         * gst/tcp/gstmultifdsink.c:
4348         (gst_multi_fd_sink_handle_client_write):
4349           Get negotiated caps from the sink pad, rather than the sink
4350           pad's peer.
4351
4352 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
4353
4354         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4355         
4356         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
4357           Don't forget to set src->callbacks_pushed to FALSE again when
4358           popping them, otherwise re-activation in a different mode won't
4359           work (#334620).
4360
4361 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         Patch by: Sebastien Moutte  <sebastien moutte net>
4364
4365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
4366         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
4367         (gst_ffmpeg_smpfmt_to_caps):
4368           Replace __VA_ARGS__ caps creation macros with varargs functions.
4369           Makes things compile on MSVC (#320765), looks nicer, and we can
4370           tell the compiler to check for the NULL terminator.
4371
4372 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4373
4374         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
4375
4376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4377           Make sure the buffer we copy into is really always big
4378           enough, this time for real (#333488).
4379           
4380 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4381
4382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4383           Add support for 24bpp DIB (#305279).
4384
4385 2006-03-14  Wim Taymans  <wim@fluendo.com>
4386
4387         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
4388         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
4389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
4390         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4391         (gst_video_scale_init), (gst_video_scale_src_event):
4392         Re-enable QoS after the release.
4393         Rework videoscale to use the base class src_event handler.
4394
4395 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
4396
4397         * configure.ac:
4398           back to CVS.
4399
4400 === release 0.10.5 ===
4401
4402 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
4403
4404         * configure.ac:
4405           releasing 0.10.5, "Net"
4406
4407 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         * docs/plugins/Makefile.am:
4410           Part of previous cdparanoiasrc docs fixes, forgot to commit.
4411           
4412 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4413
4414         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4415         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4416         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4417           Add cdparanoiasrc to docs.
4418
4419         * gst-libs/gst/cdda/gstcddabasesrc.c:
4420           More GstCddaBaseSrc docs.
4421
4422 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
4423
4424         * docs/libs/gst-plugins-base-libs-sections.txt:
4425         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
4426         * gst-libs/gst/tag/tag.h:
4427           API: libgsttag: new method gst_tag_from_id3_user_tag().
4428
4429 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4430
4431         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4432           NULL-terminate array of mpeg4 video file extensions.
4433           Fixes crash on PPC (#334226).
4434
4435 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
4436
4437         * ext/gnomevfs/gstgnomevfssrc.c:
4438         (gst_gnome_vfs_src_check_get_range):
4439           gnome_vfs_uri_is_local() alone is not a good indicator
4440           whether we can operate in pull-mode with a specific URI,
4441           as it returns FALSE for file:// URIs that point to an
4442           NFS-mounted path. Be more conservative here: whitelist
4443           local files, blacklist http URIs and use the old
4444           mechanism for anything else (fixes #334216).
4445
4446 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4447
4448         * configure.ac:
4449           back to trunk
4450
4451 === release 0.10.4 ===
4452
4453 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
4454
4455         * configure.ac:
4456           releasing 0.10.4, "Power"
4457
4458 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
4459
4460         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
4461         Disable max-lateness by setting it to -1 for now, so that 
4462         we can bed QoS stuff in thoroughly between now and the next
4463         release.
4464
4465 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
4466
4467         Patch by: Fabrizio Gennari
4468
4469         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4470           Make sure we don't read beyond the palette buffer in case of
4471           broken or manipulated files (#333488)
4472
4473 2006-03-10  Edward Hervey  <edward@fluendo.com>
4474
4475         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4476         Fix for variable not initialized.
4477
4478 2006-03-09  Wim Taymans  <wim@fluendo.com>
4479
4480         * ext/libvisual/visual.c: (gst_visual_get_type),
4481         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
4482         (gst_visual_chain):
4483         Small cleanups.
4484
4485         * ext/theora/gsttheoradec.h:
4486         * ext/theora/theoradec.c: (gst_theora_dec_init),
4487         (gst_theora_dec_reset), (_theora_granule_time),
4488         (theora_dec_src_convert), (theora_dec_sink_convert),
4489         (theora_dec_src_query), (theora_dec_src_event),
4490         (theora_dec_sink_event), (theora_handle_comment_packet),
4491         (theora_handle_header_packet), (theora_dec_push),
4492         (theora_handle_data_packet), (theora_dec_chain),
4493         (theora_dec_change_state):
4494         Add simple QoS.
4495
4496 2006-03-09  Wim Taymans  <wim@fluendo.com>
4497
4498         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4499         (audiocast_register_listener), (gst_gnome_vfs_src_start):
4500         Some cleanups.
4501
4502 2006-03-09  Wim Taymans  <wim@fluendo.com>
4503
4504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4505         Don't try to activate NULL chains.
4506
4507 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4508
4509         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4510           Fix invalid memory access to region before peek'd data (#332964).
4511
4512 2006-03-09  Wim Taymans  <wim@fluendo.com>
4513
4514         Patch by: Christophe Fergeau
4515
4516         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
4517         * ext/pango/gsttextrender.c: (gst_text_render_init):
4518         * gst/adder/gstadder.c: (gst_adder_init):
4519         Don't leak padtemplates, closes #333510.
4520
4521 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
4524           Fix invalid memory access: make sure string passed to
4525           regexec() is NUL-termianted.
4526
4527 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4528
4529         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
4530         (mp3_type_find):
4531           Refactor mpeg/audio typefinding to make it more maintainable
4532           and easier to fine-tune. Make probing into middle of the file
4533           work properly (fixes #333900, also see #152688).
4534
4535 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
4536
4537         * gst/typefind/gsttypefindfunctions.c:
4538         (utf8_type_find_have_valid_utf8_at_offset):
4539           Remove part from previous commit that was bogus:
4540           g_utf8_validate() does in fact not accept embedded
4541           zeroes, so we don't need to check for those (thanks
4542           to Mike for the hint).
4543
4544 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4545
4546         * gst/typefind/gsttypefindfunctions.c:
4547         (utf8_type_find_count_embedded_zeroes),
4548         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
4549           Make plain/text typefinder more conservative: firstly, check
4550           for embedded zeroes, which are perfectly valid UTF-8 characters,
4551           but also a fairly good sign that something is not a plain text
4552           file; secondly, probe into the middle of the file if possible.
4553           If we can't probe into the middle, limit the probability value
4554           to be returned to TYPE_FIND_POSSIBLE (see #333900).
4555
4556 2006-03-08  Michael Smith  <msmith@fluendo.com>
4557
4558         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4559           Make typefind function name for mpeg4 video unique.
4560
4561 2006-03-08  Wim Taymans  <wim@fluendo.com>
4562
4563         * ext/libvisual/visual.c: (gst_visual_init),
4564         (gst_visual_clear_actors), (gst_visual_dispose),
4565         (gst_visual_reset), (gst_visual_src_setcaps),
4566         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
4567         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
4568         (gst_visual_chain), (gst_visual_change_state):
4569         Cleanups, post nice errors.
4570         Handle sink and src events.
4571         Implement simple QoS.
4572
4573         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
4574         Use new basesink methods to configure max-lateness.
4575         Small doc update.
4576
4577         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4578         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
4579         Debug statement cleanups.
4580
4581         * gst/volume/gstvolume.c: (gst_volume_class_init):
4582         Simple cleanup.
4583
4584 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4585
4586         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4587         (gst_text_overlay_init), (gst_text_overlay_set_property),
4588         (gst_text_overlay_get_property):
4589           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
4590           as string type properties, but mark them deprecated. Add
4591           'halignment' and 'valignment' properties that use enums
4592           instead of strings.
4593
4594 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
4595
4596         Patch by: Fabrizio Gennari
4597
4598         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4599           Allow palettes with less than 256 colours in AVI files
4600           (#333488)
4601
4602 2006-03-07  Julien MOUTTE  <julien@moutte.net>
4603
4604         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
4605         (gst_text_overlay_video_event): Fix wrong EOS handling on text
4606         pad. We were releasing the queued text buffer when we should keep
4607         it until video pad gets EOS or discard the text buffer because it's
4608         too old. That was eating the last subtitle buffer. Add some more
4609         debug.
4610
4611 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4612
4613         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
4614         (gst_text_overlay_video_chain):
4615           Fix invalid memory access (we can't access a buffer after it's been
4616           pushed downstream without taking a reference); fix memory leak (if
4617           there's no text to render, bail out before allocating stuff).
4618
4619 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4620
4621         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4622         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
4623         * ext/pango/gsttextoverlay.h:
4624           If input is plain text, escape it before passing it to
4625           pango_layout_set_markup().
4626
4627 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4628
4629         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
4630           Don't ignore flow return from gst_pad_push().
4631
4632 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
4633
4634         Patch by: Fabrizio Gennari
4635
4636         * ext/libvisual/visual.c: (gst_visual_getcaps),
4637         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
4638         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
4639         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
4640         (gst_vorbisenc_convert_sink):
4641         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
4642         (gst_audio_duration_from_pad_buffer):
4643         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
4644         (gst_audio_filter_chain):
4645         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4646         (gst_base_rtp_depayload_setcaps):
4647         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
4648         (gst_video_get_size):
4649         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
4650           Don't leak references returned by gst_pad_get_parent()
4651           (#333663)
4652
4653 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
4654
4655         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4656           change location param details
4657         * gst/volume/gstvolume.c: (plugin_init):
4658           correct plugin description
4659
4660 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4661
4662         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
4663         (gst_gnome_vfs_src_check_get_range):
4664           Override GstBaseSrc::check_get_range() in order to avoid opening
4665           the resource just to check whether we can operate in pull-mode or
4666           not - we can predict that pretty well from the URI alone. Should
4667           fix problems with last.fm (#331690). (Requires latest core CVS).
4668
4669 2006-03-06  Wim Taymans  <wim@fluendo.com>
4670
4671         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4672         (gst_video_sink_class_init):
4673         Throw away frames that are later than 20 ms.
4674
4675 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
4676
4677         Patch by: Fabrizio Gennari
4678
4679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4680           Set depth on WMA caps (#333545)
4681
4682 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4683
4684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4685         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4686           put Theora BOS pages before others.  This hardcodes
4687           the Ogg/Theora I profile, but hey.
4688
4689 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
4690
4691         * ext/ogg/README:
4692           updated with some examples
4693         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
4694         (granulepos_add), (theora_buffer_from_packet):
4695         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
4696         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
4697         (gst_vorbisenc_chain):
4698           implement strategy from ext/ogg/README
4699         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4700         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4701         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
4702         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
4703           Fix muxer so that oggz-validate is happy with all streams;
4704           except for no eos mark, and the BOS page ordering
4705         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4706         (check_buffer_granulepos):
4707         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
4708           update tests to check for OFFSET being set as requested
4709           fixed type of granulepos, it's not a ClockTime
4710
4711 2006-03-05  Julien MOUTTE  <julien@moutte.net>
4712
4713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4714         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4715         Check that the xvimage we are creating has a correct size
4716         before returning it. (#314897)
4717
4718 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
4719
4720         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4721           Give id3 and ape tag typefinders a rank slightly higher
4722           than PRIMARY to ensure they're always run before any of
4723           the other typefinders (in particular wav and mp3) (#324186).
4724
4725 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
4726
4727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4728           Add support for '3IVD' fourcc (#333403).
4729
4730 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         * configure.ac:
4733           Bump requirements to GStreamer CVS for the new error enum.
4734
4735         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
4736           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
4737           space left on the device (fixes #333352).
4738
4739 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
4740
4741         * win32/vs6:
4742           add a project file for libgstvolume
4743           update the workspace
4744
4745 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4746
4747         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4748         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4749         (GST_START_TEST):
4750           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
4751           Set IN_CAPS on header buffers
4752
4753 2006-03-02  Wim Taymans  <wim@fluendo.com>
4754
4755         * docs/plugins/Makefile.am:
4756         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4757         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4758         Add audioresample to docs.
4759
4760         * gst/audioconvert/gstaudioconvert.c:
4761         Add revision date.
4762
4763         * gst/audioresample/gstaudioresample.c:
4764         (gst_audioresample_base_init), (gst_audioresample_class_init),
4765         (gst_audioresample_init), (gst_audioresample_dispose),
4766         (audioresample_get_unit_size), (audioresample_transform_caps),
4767         (resample_set_state_from_caps), (audioresample_transform_size),
4768         (audioresample_set_caps), (audioresample_event),
4769         (audioresample_do_output), (audioresample_transform),
4770         (audioresample_pushthrough), (gst_audioresample_set_property),
4771         (gst_audioresample_get_property), (plugin_init):
4772         * gst/audioresample/gstaudioresample.h:
4773         Added docs.
4774         Small code cleanups.
4775
4776 2006-03-02  Wim Taymans  <wim@fluendo.com>
4777
4778         * docs/plugins/Makefile.am:
4779         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4780         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4781         Added videoscale to docs.
4782
4783         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
4784         (gst_video_rate_swap_prev), (gst_video_rate_event),
4785         (gst_video_rate_chain):
4786         Fix typo in docs.
4787
4788         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4789         (gst_video_scale_init), (gst_video_scale_prepare_size),
4790         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4791         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
4792         * gst/videoscale/gstvideoscale.h:
4793         Added docs, examples.
4794         Some code cleanups.
4795         Post errors instead of g_warning.
4796
4797 2006-03-02  Wim Taymans  <wim@fluendo.com>
4798
4799         * docs/libs/gst-plugins-base-libs-docs.sgml:
4800         * docs/libs/gst-plugins-base-libs-sections.txt:
4801         * docs/libs/gst-plugins-base-libs.types:
4802         * docs/plugins/Makefile.am:
4803         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4804         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4805         Added some more docs to libs and plugins.
4806
4807         * gst-libs/gst/audio/gstringbuffer.c:
4808         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
4809         * gst-libs/gst/audio/gstringbuffer.h:
4810         Document ringbuffer some more.
4811
4812         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
4813         (gst_video_rate_setcaps), (gst_video_rate_reset),
4814         (gst_video_rate_init), (gst_video_rate_flush_prev),
4815         (gst_video_rate_swap_prev), (gst_video_rate_event),
4816         (gst_video_rate_chain), (gst_video_rate_change_state):
4817         * gst/videorate/gstvideorate.h:
4818         Fix videorate to use segments.
4819         Make it work with 0/1 framerates (closes #331903)
4820         Handle EOS correctly.
4821         Added docs.
4822
4823 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4824
4825         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
4826         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
4827         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
4828           In state change function, first chain up to parent class,
4829           then handle downwards state change stuff. Remove some
4830           commented out cruft from 0.8 code.
4831
4832 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4833
4834         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4835         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4836         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
4837         (gst_ogm_parse_chain):
4838           Don't remove/re-add source pad if the new caps are the same as
4839           the old caps anyway (#333042). When removing source pad, don't
4840           unref it afterwards - we didn't ref it when adding. Sprinkle some
4841           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
4842           after using gst_pad_get_parent(). Return downstream flow return
4843           value in chain function.
4844
4845 2006-03-02  Wim Taymans  <wim@fluendo.com>
4846
4847         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4848         * docs/plugins/gst-plugins-base-plugins.args:
4849         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4850         * docs/plugins/gst-plugins-base-plugins.interfaces:
4851         * docs/plugins/gst-plugins-base-plugins.signals:
4852         Fix hierarchy, added some more elements to the docs.
4853
4854         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4855         (gst_ffmpegcsp_get_type):
4856         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4857         Fix docs for ffmpegcolorspace.
4858
4859 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
4860
4861         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
4862         (apetag_type_find), (ape_type_find), (plugin_init):
4863           Some typefinding fine-tuning:
4864           - rank ID3/APE tags in order of preference via probabilities, so that
4865             ID3v2 > APEv2 > APEv1 > ID3v1.
4866           - three or four bytes don't really justify MAXIMUM probability,
4867             change those to 'very likely' (musepack and monkeysaudio).
4868
4869 2006-03-01  Wim Taymans  <wim@fluendo.com>
4870
4871         * docs/plugins/Makefile.am:
4872         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4873         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4874         * ext/alsa/gstalsamixer.c:
4875         * ext/alsa/gstalsamixer.h:
4876         * ext/alsa/gstalsamixerelement.c:
4877         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
4878         * ext/alsa/gstalsamixerelement.h:
4879         * ext/alsa/gstalsasink.c:
4880         * ext/alsa/gstalsasink.h:
4881         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4882         (gst_alsasrc_init):
4883         * ext/alsa/gstalsasrc.h:
4884         Added alsa docs.
4885         Small code cleanups.
4886
4887 2006-03-01  Wim Taymans  <wim@fluendo.com>
4888
4889         * ext/theora/Makefile.am:
4890         Dist new header too,
4891
4892 2006-03-01  Wim Taymans  <wim@fluendo.com>
4893
4894         * docs/plugins/Makefile.am:
4895         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4896         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4897         * ext/gnomevfs/gstgnomevfssink.h:
4898         * ext/gnomevfs/gstgnomevfssrc.h:
4899         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4900         * ext/vorbis/vorbisdec.h:
4901         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
4902         * ext/vorbis/vorbisenc.h:
4903         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
4904         (vorbis_parse_chain), (vorbis_parse_change_state):
4905         * ext/vorbis/vorbisparse.h:
4906         * gst/audioconvert/gstaudioconvert.h:
4907         * gst/tcp/gsttcpserversink.h:
4908         * gst/videotestsrc/gstvideotestsrc.c:
4909         * gst/videotestsrc/gstvideotestsrc.h:
4910         * gst/volume/gstvolume.c:
4911         * gst/volume/gstvolume.h:
4912         Fix some more docs.
4913         Added docs for vorbisdec and vorbisparse.
4914         Fix vorbisparse.
4915
4916 2006-03-01  Wim Taymans  <wim@fluendo.com>
4917
4918         * docs/plugins/Makefile.am:
4919         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4920         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4921         * ext/pango/gstclockoverlay.h:
4922         * ext/pango/gsttextoverlay.h:
4923         * ext/pango/gsttextrender.h:
4924         * ext/pango/gsttimeoverlay.h:
4925         * ext/theora/gsttheoradec.h:
4926         * ext/theora/gsttheoraenc.h:
4927         * ext/theora/theoradec.c:
4928         * ext/theora/theoraenc.c:
4929         * gst/audioconvert/gstaudioconvert.h:
4930         * gst/audiotestsrc/gstaudiotestsrc.h:
4931         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4932         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4933         * gst/tcp/gstmultifdsink.h:
4934         Updated/added documentation.
4935
4936         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
4937         (gst_text_overlay_halign_get_type),
4938         (gst_text_overlay_wrap_mode_get_type),
4939         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
4940         (gst_text_overlay_init), (gst_text_overlay_set_property),
4941         (gst_text_overlay_get_property):
4942         Fix up properties to be enums instead of string to make bindings,
4943         introspection and automatic GUI creation possible.
4944         Add getters for the properties.
4945
4946 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
4947
4948         * gst/audiotestsrc/gstaudiotestsrc.c:
4949           added defines of M_PI and M_PI_2
4950         * gst/ffmpegcolorspace/avcodec.h:
4951           removed #include "stdint.h" for win32 as _stdint.h is 
4952           autogenerated to win32/common
4953         * win32/common/libgstaudio.def:
4954         * win32/common/libgsttag.def:
4955           added some exports
4956         * win32/vs6:
4957           some project files bugs corrected
4958         * win32/vs7:
4959           project files are reset to the default vs7 configuration 
4960           (they link to msvcr71.dll using default optimizations)
4961           
4962 2006-02-28  Wim Taymans  <wim@fluendo.com>
4963
4964         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4965         Fix some docs.
4966
4967 2006-02-28  Edward Hervey  <edward@fluendo.com>
4968
4969         * ext/alsa/gstalsasrc.c:
4970         Set proper class on the ElementDetails:
4971         Source/Audio instead of Src/Audio/
4972
4973 2006-02-28  Edward Hervey  <edward@fluendo.com>
4974
4975         * gst/videoscale/vs_scanline.c:
4976         (vs_scanline_resample_nearest_RGBA):
4977         Revert optimization in videoscale. It should go in liboil and have
4978         an appropriate liboil function.
4979
4980 2006-02-28  Wim Taymans  <wim@fluendo.com>
4981
4982         * gst-libs/gst/audio/gstbaseaudiosink.c:
4983         (gst_base_audio_sink_provide_clock):
4984         Don't try to provide a clock in the NULL state.
4985
4986 2006-02-28  Wim Taymans  <wim@fluendo.com>
4987
4988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4989         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
4990         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4991         (gst_ogg_demux_deactivate_current_chain),
4992         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
4993         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
4994         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
4995         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4996         Use GstSegment infrastructure to remove duplicated code
4997         and handle more seek cases correctly.
4998
4999 2006-02-28  Wim Taymans  <wim@fluendo.com>
5000
5001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5002         (gst_ffmpegcsp_transform):
5003         Don't ignore return code from ffmpeg convert function.
5004
5005         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
5006         Split out some long statements to ease debugging.
5007
5008 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
5009
5010         * ext/libvisual/visual.c: (gst_visual_init),
5011         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
5012         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
5013         being able to renegotiate the size. Instead, use the negotiation
5014         algorithm from the goom plugin to pick an initial output caps. 
5015
5016         Also, allow theoretical libvisual plugins that might support non-GL 
5017         output even if they also do GL.
5018
5019 2006-02-26  Julien MOUTTE  <julien@moutte.net>
5020
5021         * ext/libvisual/visual.c: (gst_visual_init),
5022         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
5023         (plugin_init): Load only non GL plugins. Fix some memleaks and 
5024         possible negotiation issues.
5025
5026 2006-02-25  Julien MOUTTE  <julien@moutte.net>
5027
5028         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
5029
5030 2006-02-24  Michael Smith  <msmith@fluendo.com>
5031
5032         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
5033         (cmml_type_find), (plugin_init):
5034           Fix CMML type find function to not require a specific minor version
5035           of the CMML header.
5036
5037           Add an MPEG4 video elementary stream typefind function.
5038
5039 2006-02-04  Michael Smith  <msmith@fluendo.com>
5040
5041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
5042         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
5043         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5044         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5045         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
5046         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
5047           Annodex support in ogg demuxer. Doesn't do very much without the
5048           other annodex patches (to come).
5049
5050 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5051
5052         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
5053
5054         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5055           Pick up palette for MS video v1 (#327028)
5056
5057 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5060         (gst_ffmpegcsp_caps_remove_format_info),
5061         (gst_ffmpegcsp_get_unit_size):
5062           The 'palette_data' field from incoming RGB caps shouldn't be
5063           proxied on outgoing YUV caps; also, restrict unit size
5064           adjustment in case of paletted data only to the unit that
5065           actually has a palette. Fixes #330711.
5066
5067 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5068
5069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5070         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
5071         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
5072         (gst_ffmpegcsp_get_unit_size):
5073           Plug some memory leaks.
5074
5075 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5076
5077         * sys/ximage/Makefile.am:
5078         * sys/xvimage/Makefile.am:
5079           Add some _CFLAGS and _LIBS that seem to be missing
5080           and/or required for Cygwin (see #317048).
5081
5082 2006-02-22  Wim Taymans  <wim@fluendo.com>
5083
5084         * ext/alsa/gstalsasrc.c:
5085         Fix description as pointed out by caugier.
5086
5087 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
5088
5089         Reviewed by : Edward Hervey  <edward@fluendo.com>
5090
5091         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
5092         (qt_type_find):
5093         Better 3gp typefinding (#331526).
5094
5095 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
5096
5097         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
5098           Don't send EOS event here, the base class will send one for us.
5099
5100         * gst/playback/gstplaybasebin.c: (prepare_output):
5101           Subpictures without video stream aren't allowed either.
5102         
5103         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
5104           Fix debug statement copy'n'paste-o.
5105
5106 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
5107
5108         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
5109           Fix issues with mixer keeping state when muting/unmuting
5110           and when changing the volume whilst muted (see #331763
5111           and #331765).
5112
5113 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
5114
5115         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
5116         (parse_subrip), (gst_sub_parse_format_autodetect):
5117           Set right caps given that we send escaped text. Also,
5118           honour <i></i>, <b></b> and <u></u> markers that can be found
5119           in .srt files (fixes #310202).
5120
5121 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
5122
5123         * gst-libs/gst/audio/mixerutils.c:
5124         (element_factory_rank_compare_func):
5125           Make order in which elements are tried more determinable.
5126
5127 2006-02-20  Julien MOUTTE  <julien@moutte.net>
5128
5129         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5130         (remove_element_chain), (cleanup_decodebin),
5131         (gst_decode_bin_change_state): Make decodebin reusable by
5132         fixing remove_element_chain first and then introduce a
5133         cleaner in state change to ->NULL. (Closes #331678)
5134
5135 2006-02-19  Wim Taymans  <wim@fluendo.com>
5136
5137         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
5138         use 0666 mask when creating files so umask gets applied
5139         correctly. Fixes #331295.
5140
5141 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
5142
5143         * gst/subparse/Makefile.am:
5144         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
5145         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
5146         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
5147         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
5148         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
5149         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
5150         * gst/subparse/gstssaparse.h:
5151         * gst/subparse/gstsubparse.c: (plugin_init):
5152           Add very basic parser for SSA subtitle streams (as often
5153           found in matroska files).
5154
5155 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
5156
5157         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
5158           That should be text/x-pango-markup, not text/x-pango-layout.
5159
5160 2006-02-19  Julien MOUTTE  <julien@moutte.net>
5161
5162         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
5163         Polishing.
5164
5165 2006-02-19  Julien MOUTTE  <julien@moutte.net>
5166
5167         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
5168         (gst_text_overlay_finalize), (gst_text_overlay_init),
5169         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
5170         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
5171         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
5172         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
5173         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
5174         Fix state change deadlock.
5175
5176 2006-02-19  Julien MOUTTE  <julien@moutte.net>
5177
5178         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
5179         (gst_text_overlay_finalize), (gst_text_overlay_init),
5180         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
5181         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
5182         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
5183         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
5184         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
5185         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
5186         and subtitles files.
5187
5188 2006-02-19  Julien MOUTTE  <julien@moutte.net>
5189
5190         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
5191         should be considered as raw.
5192
5193 2006-02-19  Julien MOUTTE  <julien@moutte.net>
5194
5195         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
5196         (cb_probe):
5197         * gst/playback/gststreaminfo.h: Introduce language informations.
5198
5199 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
5200
5201         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5202         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
5203         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5204         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5205         Set shared memory segments to be deleted as soon as we have attached,
5206         that way they get cleaned up automatically if we crash.
5207
5208 2006-02-18  Julien MOUTTE  <julien@moutte.net>
5209
5210         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
5211         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
5212         functions are called with lock held.
5213
5214 2006-02-18  Julien MOUTTE  <julien@moutte.net>
5215
5216         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
5217         (gst_text_overlay_finalize), (gst_text_overlay_init),
5218         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
5219         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
5220         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
5221         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
5222         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
5223         (gst_text_overlay_change_state): Refactoring of textoverlay
5224         without collectpads. This now supports sparse subtitles coming
5225         from a demuxer instead of a sub file. Seeking is still broken 
5226         though. Need to discuss with wtay some more on how to handle
5227         seeking correctly.
5228         * ext/pango/gsttextoverlay.h:
5229         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
5230         subtitles coming from the demuxer.
5231
5232 2006-02-17  Wim Taymans  <wim@fluendo.com>
5233
5234         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
5235         (gst_vorbisenc_convert_sink):
5236         Use some more scaling functions.
5237
5238 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
5239
5240         * ext/cdparanoia/gstcdparanoiasrc.c:
5241         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
5242         (gst_cd_paranoia_paranoia_callback),
5243         (gst_cd_paranoia_src_signal_is_being_watched),
5244         (gst_cd_paranoia_src_read_sector):
5245         * ext/cdparanoia/gstcdparanoiasrc.h:
5246           Add back 'transport-error' and 'uncorrected-error' signals and
5247           make them actually be fired when bad stuff happens (#319340).
5248
5249 2006-02-17  Wim Taymans  <wim@fluendo.com>
5250
5251         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
5252         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5253         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
5254         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
5255         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
5256         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
5257         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
5258         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5259         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
5260         (gst_ring_buffer_clear):
5261         Small cleanups.
5262         Added some G_LIKELY.
5263
5264 2006-02-17  Wim Taymans  <wim@fluendo.com>
5265
5266         * gst-libs/gst/audio/TODO:
5267         Update TODO
5268
5269         * gst-libs/gst/audio/gstbaseaudiosink.c:
5270         (gst_base_audio_sink_get_offset):
5271         When trying to play samples ASAP and we don't have a
5272         previous sample, try to play at position 0 instead of
5273         an invalid position.
5274
5275 2006-02-17  Wim Taymans  <wim@fluendo.com>
5276
5277         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
5278         (gst_alsasink_reset):
5279         Also release lock when we get an error in _reset();
5280         fix an error message.
5281
5282 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5283
5284         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
5285         (gst_alsasink_init), (get_channel_free_structure),
5286         (caps_add_channel_configuration), (gst_alsasink_getcaps),
5287         (gst_alsasink_close):
5288         * ext/alsa/gstalsasink.h:
5289           Add support for more than 2 channels (#326720).
5290
5291 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5292
5293         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5294           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
5295           with 4 or 6 channels, assume a default channel layout to make things
5296           work (not sure there's anything else we can do in those cases).
5297
5298 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5299
5300         * gst-libs/gst/audio/multichannel.c:
5301           Minor docs fix.
5302
5303         * gst-libs/gst/riff/Makefile.am:
5304         * gst-libs/gst/riff/riff-ids.h:
5305         * gst-libs/gst/riff/riff-media.c:
5306         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
5307           Add support for WAVEFORMATEX, eg. PCM audio with more than two
5308           channels and a channel layout map.
5309           
5310 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
5311
5312         Reviewed by Edward Hervey  <edward@fluendo.com>
5313
5314         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
5315         C-level optimization of the RGBA nearest neighbour function.
5316         Eventually this might end up in liboil with vectorized versions.
5317
5318 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5319
5320         * gst-libs/gst/audio/multichannel.c:
5321         (gst_audio_get_channel_positions):
5322           When we have more than 2 channels, but no channel layout is
5323           specified in the caps, return some default channel layout
5324           to the caller and warn about about a possibly buggy element
5325           (could be buggy filtercaps as well of course) (#317038).
5326
5327 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
5328
5329         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5330           Add gst-libs/gst/cdda to list of lib search paths.
5331
5332 2006-02-15  Andy Wingo  <wingo@pobox.com>
5333
5334         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
5335         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
5336         to the Lord Jesus that I do not have to touch the ogg muxer ever
5337         again.
5338
5339 2006-02-15  Edward Hervey  <edward@fluendo.com>
5340
5341         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
5342         quicktime movie files can also contain 'uuid' atoms.
5343
5344 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
5345
5346         * gst/audioconvert/plugin.c: (plugin_init):
5347           Register the GstAudioChannelPosition enum type with the type
5348           system in the plugin_init function, so that it is known before
5349           any element actually makes use of multi-channel stuff. This is
5350           required for example if one wants to be able to deserialise/use
5351           a caps string with channel positions before any pipeline has
5352           been setup and started, like with gst-launch.
5353
5354 2006-02-14  Wim Taymans  <wim@fluendo.com>
5355
5356         * gst-libs/gst/audio/gstringbuffer.c:
5357         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
5358         (gst_ring_buffer_samples_done), (wait_segment),
5359         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
5360         Add some compiler G_(UN_)LIKELY help.
5361         SIGNAL the ringbuffer waiters when going to PAUSED as well to
5362         make sure they can exit their functions. Should fix #330748
5363
5364 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5365
5366         * Makefile.am:
5367         * configure.ac:
5368         * win32/MANIFEST:
5369         * win32/common/_stdint.h:
5370           Windows does not have long long; copy the generated _stdint.h
5371         * win32/common/interfaces-enumtypes.c:
5372         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5373         (gst_mixer_track_flags_get_type),
5374         (gst_tuner_channel_flags_get_type):
5375         * win32/common/multichannel-enumtypes.c:
5376         (gst_audio_channel_position_get_type):
5377           update
5378
5379 2006-02-13  Wim Taymans  <wim@fluendo.com>
5380
5381         * gst-libs/gst/audio/gstbaseaudiosink.c:
5382         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
5383         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5384         Always sync on first sample we receive when starting.
5385
5386 2006-02-13  Wim Taymans  <wim@fluendo.com>
5387
5388         * gst/playback/gstplaybin.c: (gen_vis_element):
5389         Update vis bin docs.
5390         Move queue after tee so we don't queue video buffers but
5391         audio samples instead. Fixes problems where the video queue
5392         is filled and the audio queue empty.
5393
5394 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
5395
5396         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5397           No need to push an EOS event here, GstBaseSrc will do that for us
5398           when we return FLOW_UNEXPECTED.
5399           
5400 2006-02-12  Wim Taymans  <wim@fluendo.com>
5401
5402         * gst-libs/gst/audio/gstbaseaudiosink.c:
5403         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
5404         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
5405         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5406         Use scale functions when possible.
5407         Fix error messages.
5408         Free clockid when after waiting for EOS.
5409         Use G_(UN_)LIKLY when it makes sense.
5410         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
5411
5412 2006-02-12  Edward Hervey  <edward@fluendo.com>
5413
5414         * gst/playback/gstplaybasebin.c: (prepare_output): 
5415         Remove stray semi-colon (fixes #330888).
5416
5417 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
5418
5419         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
5420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
5421         Fix up the XShm call testing so that we catch errors, and don't
5422         cause new ones by attempting to detach from a segment we failed
5423         to attach to. Fixes #312439.
5424
5425 2006-02-10  Edward Hervey  <edward@fluendo.com>
5426
5427         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5428         Added flv file typefind (video/x-flv).
5429
5430 2006-02-10  Edward Hervey  <edward@fluendo.com>
5431
5432         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5433         (gst_riff_create_video_template_caps):
5434         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
5435         Also added the caps to the default set of riff video caps.
5436
5437 2006-02-09  Andy Wingo  <wingo@pobox.com>
5438
5439         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
5440         time and the end time of the last packet in the page.
5441         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
5442         on the pages in our queue, set the duration as well. Reflow a
5443         debug statement.
5444         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
5445         Fixes bad muxing order.
5446
5447 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5448
5449         * gst-libs/gst/rtp/gstbasertppayload.c:
5450         (gst_basertppayload_setcaps), (gst_basertppayload_push):
5451           update seqnum before setting it on the packet; this makes sure
5452           that the timestamp and seqnum properties match after pushing
5453           a buffer
5454
5455 2006-02-09  Andy Wingo  <wingo@pobox.com>
5456
5457         * gst-libs/gst/audio/gstringbuffer.c
5458         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
5459         overflow after 13.5 hours of recording. Kapow!
5460
5461         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
5462         the buffer size -- we don't care about underrun/overrun reporting
5463         right now, just need to return a useful value.
5464
5465 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
5466
5467         * configure.ac:
5468           Back to CVS
5469
5470 === release 0.10.3 ===
5471
5472 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
5473
5474         * configure.ac:
5475           releasing 0.10.3, "Under Pressure"
5476
5477 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5478
5479         * configure.ac:
5480         Drat. Bump libtool version number for new API.
5481         Prelease 0.10.2.3 (of 0.10.3)
5482
5483 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5484
5485         * configure.ac:
5486         * win32/common/config.h:
5487         0.10.2.2 prerelease (of 0.10.3).
5488
5489 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5490
5491         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
5492           Revert Andy's newsegment change pending a more correct
5493           fix.
5494
5495 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5496
5497         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
5498         (qt_type_find), (plugin_init):
5499           detect more files as 3gp
5500           group and reorder the iso file formats
5501
5502 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5503
5504         * ext/vorbis/vorbis.c: (plugin_init):
5505           Register musicbrainz tags, so apps don't have to.
5506
5507 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5508
5509         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
5510         (gst_tag_to_vorbis_tag):
5511           Make sure we called gst_tag_register_musicbrainz_tags()
5512           before possibly mapping a vorbiscomment string from/to a
5513           musicbrainz tag.
5514
5515 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5516
5517         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
5518           In case we can't find the required number of consecutive
5519           mpeg audio frames to positively identify an MPEG audio
5520           stream, check if there's at least a valid mpeg audio
5521           frame right at offset 0 and if so suggest mpeg/audio
5522           caps with a very low probability (#153004).
5523
5524 2006-02-07  Andy Wingo  <wingo@pobox.com>
5525
5526         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
5527         a TIME segment if we get timestamped buffers. Requires recent
5528         fixes in core to work properly.
5529
5530 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5531
5532         * gst/playback/gstplaybasebin.c: (prepare_output):
5533           Don't print the URI as part of the error message, it
5534           makes error dialogs look rather ugly, especially if
5535           the URI is very long or has characters in it that
5536           need escaping.
5537
5538 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5539
5540         * gst/playback/gstplaybasebin.c: (prepare_output):
5541           Error out if we have only text or subtitles, but nothing
5542           else. Also error out if we have subtitles but no video
5543           stream.
5544
5545 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
5548           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
5549           Post an error message on the bus when we encounter an
5550           error, which will hopefully be more meaningful than the
5551           'Internal Flow Error' message users get to see if we
5552           just return GST_FLOW_ERROR.
5553
5554 2006-02-07  Andy Wingo  <wingo@pobox.com>
5555
5556         * configure.ac (GST_MAJORMINOR): Update core version req to
5557         0.10.2.2, for the collectpads API addition (#330244).
5558
5559 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
5560
5561         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5562           Return FALSE from plugin_init() when GnomeVFS can't
5563           be initialised for some reason (#328423).
5564
5565 2006-02-06  Julien MOUTTE  <julien@moutte.net>
5566
5567         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
5568         Stick to seeking theory until i find the bug.
5569         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
5570
5571 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
5572
5573         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5574         (theora_enc_finalize), (theora_enc_sink_setcaps),
5575         (theora_set_header_on_caps), (theora_enc_chain),
5576         (theora_enc_change_state):
5577         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5578           Make theoraenc and the tests leak free. Like, really.
5579
5580 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
5581
5582         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5583         (theora_enc_finalize), (theora_enc_sink_setcaps):
5584           Add a finalize method to ensure we clean up state even if
5585           someone omitted the state change back to NULL.
5586
5587         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
5588         (gst_vorbisenc_chain):
5589           Free some more leaked bits.
5590
5591         * tests/check/pipelines/theoraenc.c: (start_pipeline),
5592         (stop_pipeline):
5593           Wait for state changes to happen if they're ASYNC.
5594
5595           This ought to teach those fancy pants buildbots a lesson.
5596
5597 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5598
5599         * gst-libs/gst/tag/gstid3tag.c:
5600           Add mapping for ID3 International Standard Recording Code
5601           tag "TSRC"
5602
5603 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
5604
5605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
5606           Don't leak tag names.
5607
5608 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5609
5610         * docs/libs/gst-plugins-base-libs-docs.sgml:
5611         * docs/libs/gst-plugins-base-libs-sections.txt:
5612         * gst-libs/gst/tag/gstid3tag.c:
5613         * gst-libs/gst/tag/gstvorbistag.c:
5614         * gst-libs/gst/tag/tags.c:
5615           Split libgsttag docs into multiple sections.
5616
5617 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5618
5619         * docs/libs/Makefile.am:
5620         * docs/libs/gst-plugins-base-libs-docs.sgml:
5621         * docs/libs/gst-plugins-base-libs-sections.txt:
5622         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
5623         * gst-libs/gst/tag/gstvorbistag.c:
5624         * gst-libs/gst/tag/tag.h:
5625         * gst-libs/gst/tag/tags.c:
5626           Add libgsttag to the docs.
5627
5628 2006-02-05  Julien MOUTTE  <julien@moutte.net>
5629
5630         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
5631         (gst_text_overlay_init), (gst_text_overlay_src_event),
5632         (gst_text_overlay_collected): Fix clockoverlay.
5633
5634 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5635
5636         * docs/libs/compiling.sgml:
5637           Fix typo: it's pkg-config, not pkg-gconfig
5638
5639         * docs/libs/gst-plugins-base-libs-docs.sgml:
5640         * docs/libs/gst-plugins-base-libs-sections.txt:
5641         * docs/libs/tmpl/gstgconf.sgml:
5642           There is no libgstgconf in 0.10, remove it
5643           from the docs.
5644
5645 2006-02-05  Julien MOUTTE  <julien@moutte.net>
5646
5647         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
5648         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5649         (gst_text_overlay_src_event), (gst_text_overlay_collected):
5650         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5651         (gst_sub_parse_class_init), (gst_sub_parse_init),
5652         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
5653         (parse_mpsub), (parser_state_init), (handle_buffer),
5654         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
5655         * gst/subparse/gstsubparse.h: Introduce seeking code.
5656
5657 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5658
5659         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5660           Add comment about LANGUAGE tag inconsistency (we want
5661           ISO-639-1, but extract three-letter identifiers?)
5662
5663         * po/POTFILES.in:
5664           Add two translatable files.
5665
5666 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
5667
5668         * gst-libs/gst/tag/Makefile.am:
5669         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5670         * gst-libs/gst/tag/tag.h:
5671         * gst-libs/gst/tag/tags.c:
5672         (gst_tag_register_musicbrainz_tags_internal),
5673         (gst_tag_register_musicbrainz_tags):
5674           Forward-port some tags stuff from the 0.8 branch. This is
5675           mostly the addition of musicbrainz tags and their mapping
5676           to vorbistags, and a vorbistag mapping of the language tag.
5677
5678 2006-02-05  Julien MOUTTE  <julien@moutte.net>
5679
5680         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
5681         refactoring.
5682
5683 2006-02-04  David Schleef  <ds@schleef.org>
5684
5685         * ext/ogg/gstoggmux.c:
5686         * gst/typefind/gsttypefindfunctions.c:
5687           Add Dirac typefinding and add dirac format to oggmux.
5688
5689 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
5690
5691         * gst/playback/gstdecodebin.c: (try_to_link_1):
5692           Don't put essential function call into
5693           g_return_*() macro, otherwise it'll all be
5694           replaced by NOOPs when compiling with
5695           G_DISABLE_CHECKS defined.
5696
5697 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
5698
5699         * ext/ogg/gstoggdemux.c:
5700         * ext/ogg/gstoggparse.c:
5701         * gst/tcp/gsttcpserversink.c:
5702         * sys/v4l/v4lsrc_calls.c:
5703         * sys/v4l/v4lsrc_calls.h:
5704         Just make it compile with --disable-gst-debug.
5705
5706 2006-02-03  Wim Taymans  <wim@fluendo.com>
5707
5708         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5709         (gst_alsasink_class_init), (gst_alsasink_init),
5710         (gst_alsasink_write), (gst_alsasink_reset):
5711         * ext/alsa/gstalsasink.h:
5712         Add lock to protect alsa calls.
5713         Implement reset to flush samples ASAP, does not work
5714         with dmix though.
5715
5716 2006-02-02  Wim Taymans  <wim@fluendo.com>
5717
5718         * gst-libs/gst/audio/gstbaseaudiosink.c:
5719         (gst_base_audio_sink_provide_clock):
5720         Ugh.. getting late I guess...
5721
5722 2006-02-02  Wim Taymans  <wim@fluendo.com>
5723
5724         * gst-libs/gst/audio/gstbaseaudiosink.c:
5725         (gst_base_audio_sink_provide_clock),
5726         (gst_base_audio_sink_set_property),
5727         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
5728         Don't try to provide a clock when we are not negotiated since
5729         we might not be able to make it run.
5730
5731 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5732
5733         * gst/playback/gstdecodebin.c: (try_to_link_1):
5734           Unlinking two source pads is ... hard.
5735
5736 2006-02-02  Wim Taymans  <wim@fluendo.com>
5737
5738         * gst-libs/gst/audio/TODO:
5739         Updated.
5740
5741         * gst-libs/gst/audio/gstbaseaudiosink.c:
5742         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
5743         On EOS, wait till the last sample is played before posting EOS.
5744
5745 2006-02-01  Philippe Kalaf <burger at speedy dot org>
5746
5747         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5748           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
5749           setting queue_delay to zero. Also avoid thread being started if
5750           queue_delay is zero.
5751
5752 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5753
5754         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
5755           Make test work again by connecting fakesinks to each decoded pad,
5756           which makes the pipeline wait until each fakesink has a buffer
5757           queued before going to PAUSED state. At that point we know the
5758           decodebin pads are negotiated.
5759
5760 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5761
5762         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
5763         (gst_cdda_base_src_handle_event):
5764         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
5765           Pass unhandled queries to the parent class's query function.
5766
5767 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5768
5769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
5770         (gst_ogg_pad_src_query):
5771         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
5772         * ext/theora/theoradec.c: (theora_dec_src_query),
5773         (theora_dec_sink_query):
5774         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5775         (vorbis_dec_sink_query):
5776         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5777         (gst_vorbisenc_sink_query):
5778         * gst/adder/gstadder.c: (gst_adder_query):
5779           Pass unhandled queries upstream instead of just
5780           dropping them (#326447). Also, fix supported
5781           query types list for some elements.
5782
5783 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
5784
5785         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
5786         (paris_type_find), (ilbc_type_find), (plugin_init):
5787           Fix typefinding for audio/x-au, audio/x-paris and
5788           audio/iLBC-sh. We cannot use the START_WITH macros
5789           here, because there can only be one typefind factory
5790           with the same name (caps), so the second one would
5791           replace the first one and the first one would never
5792           be called when doing typefinding (see #161712).
5793           
5794
5795 2006-01-31  Wim Taymans  <wim@fluendo.com>
5796
5797         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5798         (vorbis_handle_header_packet), (vorbis_dec_push),
5799         (vorbis_handle_data_packet):
5800         Use scale_int when we can, add some more scaling.
5801         Check packettype before parsing it.
5802
5803 2006-01-31  Wim Taymans  <wim@fluendo.com>
5804
5805         * ext/theora/theoradec.c: (_theora_granule_time),
5806         (theora_dec_src_convert), (theora_dec_sink_convert):
5807         Call right _scale functions.
5808         Use parameter instead of some other random value.
5809
5810 2006-01-31  Wim Taymans  <wim@fluendo.com>
5811
5812         * ext/theora/theoradec.c: (_theora_granule_frame),
5813         (_theora_granule_time), (_inc_granulepos),
5814         (theora_dec_src_convert), (theora_dec_sink_convert),
5815         (theora_handle_type_packet), (theora_handle_data_packet),
5816         (theora_dec_chain):
5817         Use higher precision timestamps calculation.
5818         Convert some other conversions to _scale.
5819
5820 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
5821
5822         * gst/audiotestsrc/gstaudiotestsrc.c:
5823         (gst_audio_test_src_create_sine_table), (plugin_init):
5824         * gst/volume/gstvolume.c: (plugin_init):
5825           initialize gst_controller before using
5826
5827 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
5828
5829         * tests/check/pipelines/theoraenc.c:
5830         * tests/check/pipelines/vorbisenc.c:
5831         Define constant using G_GINT64_CONSTANT to avoid errors when
5832         passing it around - otherwise it gets truncated to 32 bits.
5833
5834         Fixes failing tests.
5835
5836 2006-01-31  Andy Wingo  <wingo@pobox.com>
5837
5838         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
5839         caps being set doesn't have a framerate value. Basically a stopgap
5840         measure.
5841
5842         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
5843         technically correct enough to put into core though.
5844         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
5845         DURATION. Fixes theoraenc ! oggmux.
5846
5847         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
5848         fraction, not double.
5849
5850 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
5851
5852         * win32/vs7:
5853         add vs7 project files created by Sergey Scobich
5854
5855 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
5856
5857         * win32/vs8:
5858         add vs8 project files created by Sergey Scobich
5859         
5860 2006-01-30  Andy Wingo  <wingo@pobox.com>
5861
5862         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
5863         timestamp + duration, not just timestamp -- ogg pages should be
5864         ordered by stop time. Necessary fix given the change in vorbis
5865         timestamps.
5866
5867         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
5868         (gst_theora_enc_init): Pull the granule shift out of the encoder.
5869         (granulepos_add): New function, handles the messiness of adjusting
5870         granulepos values.
5871         (theora_buffer_from_packet):
5872         (theora_enc_chain):
5873         (theora_enc_sink_event): Use granulepos_add, not +.
5874
5875         * tests/check/pipelines/theoraenc.c
5876         (check_buffer_granulepos_from_starttime): Just check the frame
5877         count, not the actual granulepos -- we can't dictate to the
5878         encoder when it should be placing keyframes.
5879
5880 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5881
5882         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
5883           SERVICE_NOT_AVAILABLE happens for example when you're trying to
5884           play an http:// stream from a server that's not serving
5885
5886 2006-01-30  Andy Wingo  <wingo@pobox.com>
5887
5888         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
5889         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
5890         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
5891         available.
5892
5893         * ext/theora/gsttheoraenc.h:
5894         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
5895         although theoraenc was timestamping correctly. Added handling of
5896         streams that start with nonzero timestamps.
5897
5898         * tests/check/Makefile.am:
5899         * tests/check/pipelines/theoraenc.c: New file, basically does same
5900         tests as vorbisenc.
5901
5902         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
5903
5904 2006-01-30  Wim Taymans  <wim@fluendo.com>
5905
5906         * gst-libs/gst/audio/gstaudiosink.c:
5907         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
5908         (gst_audioringbuffer_pause):
5909         Implement pause that does not wait for completion.
5910
5911         * gst-libs/gst/audio/gstbaseaudiosink.c:
5912         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5913         Don't drop buffers when going to PAUSED but perform preroll on
5914         remaining samples now that core base class supports this.
5915
5916         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
5917         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
5918         (gst_ring_buffer_commit):
5919         Pause should not signal waiters.
5920         Implement return value of _commit correctly.
5921
5922 2006-01-30  Andy Wingo  <wingo@pobox.com>
5923
5924         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
5925
5926         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
5927         updated to timestamp from the first sample, not the last.
5928         (gst_vorbisenc_buffer_from_header_packet): New function, takes
5929         special care of granulepos and timestamp for header packets.
5930         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
5931         when the first buffer has a nonzero timestamp.
5932
5933         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
5934         (GstVorbisEnc.subgranule_offset): New members. Take care of the
5935         case when the first audio buffer we get has a nonzero timestamp.
5936         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
5937         properly timestamp vorbis buffers with the time of the first
5938         sample, not the last.
5939         
5940         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
5941         vorbis_granule_time_copy -- now it takes the granule/subgranule
5942         offset into account.
5943
5944         * tests/check/pipelines/vorbisenc.c: New test for correctness of
5945         timestamps, durations, and granulepos on buffers produced by
5946         vorbisenc.
5947
5948 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
5949
5950         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5951         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5952           Patch from Eric Jonas to support conversions to/from UYVY 
5953           (Fixes: #324626)
5954
5955 2006-01-30  Julien MOUTTE  <julien@moutte.net>
5956
5957         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
5958         (setup_subtitle), (setup_source), (set_active_source):
5959         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
5960         (gen_text_element), (gen_audio_element), (gen_vis_element),
5961         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
5962
5963 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
5964
5965         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
5966         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
5967                 use gst_guint64_to_gdouble to be compliant with vs6
5968         * gst/playback/gstdecodebin.c: (try_to_link_1)
5969         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
5970                 use G_GINT64_CONSTANT for int64 constants
5971         * win32/common/libgstinterfaces.def:
5972                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
5973         * win32/vs6:
5974                 update and add new project files
5975                 
5976 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5977
5978         * Makefile.am:
5979         * win32/MANIFEST:
5980         * win32/common/interfaces-enumtypes.c:
5981         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5982         (gst_mixer_track_flags_get_type),
5983         (gst_tuner_channel_flags_get_type):
5984         * win32/common/interfaces-enumtypes.h:
5985         * win32/common/multichannel-enumtypes.c:
5986         (gst_audio_channel_position_get_type):
5987         * win32/common/multichannel-enumtypes.h:
5988           add a win32-update rule like in core, and copy over enumtypes files
5989
5990 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5991
5992         * win32/MANIFEST:
5993         * win32/common/config.h:
5994         * win32/common/config.h.in:
5995           add config files just like in core
5996
5997 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
5998
5999         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
6000           Make gcc-4.1 happy (part of #327357).
6001
6002 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6003
6004         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
6005         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
6006         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
6007         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
6008         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
6009         (gst_alsasrc_unprepare), (gst_alsasrc_read):
6010           Update all error messages.  All of them should either use
6011           the default translated message, or actually provide a
6012           translatable string.
6013           Make the string for channel count problems meaningful.
6014
6015 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6016
6017         * sys/v4l/v4l_calls.c: (gst_v4l_open):
6018           check for and throw RESOURCE_BUSY
6019
6020 2006-01-27  David Schleef  <ds@schleef.org>
6021
6022         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
6023           checked in this change -- it requires liboil features not
6024           in 0.3.6.  Revert parts.
6025
6026 2006-01-27  David Schleef  <ds@schleef.org>
6027
6028         * REQUIREMENTS:
6029         * configure.ac: update liboil requirement to 0.3.6
6030         * gst/videoscale/Makefile.am:
6031         * gst/videoscale/vs_scanline.c: liboilify
6032
6033 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
6034
6035         * ext/libvisual/visual.c: (get_buffer):
6036           When pad_alloc returns a GstFlowReturn other
6037           than GST_FLOW_OK, make sure it is passed upstream.
6038
6039 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
6040
6041         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
6042         (gst_alsasink_class_init):
6043           Free the device name string.
6044
6045         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
6046         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
6047         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
6048           Don't remove a pad from the collectpads structure until it
6049           is released - it's a request pad, and may receive data again
6050           if the element gets moved back to PLAYING state.
6051
6052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
6053           Ensure we turn on double buffering on the Xv port, and
6054           set the colour key to something dark and mysterious that
6055           isn't black.
6056
6057 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6058
6059         * ext/alsa/gstalsaplugin.c: (plugin_init):
6060         * ext/cdparanoia/gstcdparanoiasrc.c:
6061         (gst_cd_paranoia_src_base_init), (plugin_init):
6062         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
6064           - a library should not call setlocale. see "Libraries" node in
6065             gettext manual
6066           - make sure all plugins that use translation do bindtextdomain
6067             to point to the localedir
6068         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
6069         (setup_sinks), (plugin_init):
6070           all this, and check for NULL when creating sinks
6071
6072 2006-01-27  Julien MOUTTE  <julien@moutte.net>
6073
6074         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
6075         (plugin_init): Make typefinding of subtitles work again.
6076
6077 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
6078
6079         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
6080         (mp3_type_frame_length_from_header), (mp3_type_find),
6081         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
6082         (plugin_init):
6083           Backport a bunch of typefinding fixes from the 0.8 branch.
6084           Also, improve wavpack typefinding: if we can't peek the
6085           entire wavpack block, try to parse the bits we can get and
6086           see if we find what we're looking for in those.
6087
6088 2006-01-26  Julien MOUTTE  <julien@moutte.net>
6089
6090         * sys/ximage/ximagesink.c:
6091         (gst_ximagesink_calculate_pixel_aspect_ratio):
6092         * sys/xvimage/xvimagesink.c:
6093         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
6094         more cases of pixel aspect ratio.
6095
6096 2006-01-26  Edward Hervey  <edward@fluendo.com>
6097
6098         * gst/playback/gstdecodebin.c: (pad_probe):
6099         Also consider the flush-start and tag events as unblockers
6100         for the pad probes.
6101
6102 2006-01-26  Julien MOUTTE  <julien@moutte.net>
6103
6104         * gst/playback/gstplaybin.c: (gst_play_bin_init),
6105         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
6106         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
6107         On the fly visualisation switch, works disabling, enabling as
6108         well but it won't be able to enable vis in a playbin that was
6109         created with no visualisation.
6110
6111 2006-01-25  Wim Taymans  <wim@fluendo.com>
6112
6113         * gst-libs/gst/audio/gstbaseaudiosink.c:
6114         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6115         Undo previous commit that returned WRONG_STATE sooner, it breaks 
6116         resume after pause.
6117
6118 2006-01-25  Wim Taymans  <wim@fluendo.com>
6119
6120         * gst-libs/gst/audio/gstbaseaudiosink.c:
6121         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
6122         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
6123         Improve debugging.
6124         Post error when caps cannot be parsed.
6125         Resync on discontinuity in the stream.
6126         Clip samples to segment boundaries.
6127         return WRONG_STATE sooner when we are flushing.
6128
6129         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6130         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6131         Make audiosrc operate in TIME.
6132         Set TIMESTAMP and DURATION on buffers.
6133
6134 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
6135
6136         * tests/examples/seek/seek.c: (main):
6137           Output tag messages as well.
6138
6139 2006-01-23  Edward Hervey  <edward@fluendo.com>
6140
6141         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6142         (free_pad_probes), (remove_fakesink), (pad_probe),
6143         (close_pad_link), (gst_decode_bin_change_state):
6144         Replace GstPadBlockCallback with pad probes that detect
6145         first buffer AND eos before removing fakesink.
6146         Fixes hang with demuxers doing EOS while pre-rolling.
6147         Solves #328279
6148
6149 2006-01-23  Andy Wingo  <wingo@pobox.com>
6150
6151         * ext/alsa/gstalsasink.c:
6152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6153         (gst_base_rtp_depayload_setcaps),
6154         (gst_base_rtp_depayload_add_to_queue),
6155         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
6156         
6157         Patch by: Jens Granseuer <jensgr at gmx dot net>
6158
6159 2006-01-22  Julien MOUTTE  <julien@moutte.net>
6160
6161         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
6162         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6163         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
6164         frames. We might get a frame destroyed after changing state to
6165         NULL, adding a safety check on xcontext.
6166
6167 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         * gst-libs/gst/interfaces/xoverlay.c:
6170           Fix prepare-xwindow-id code example in the docs - we need to
6171           ignore all messages that aren't element messages as well.
6172           
6173 2006-01-21  Julien MOUTTE  <julien@moutte.net>
6174
6175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
6176           I think one day i'll completely undestand how caps negotiation
6177           is supposed to work. This refactoring handles buffer_alloc
6178           called with caps we can't handle. We definitely don't want a
6179           set_caps with those caps, so we define and allocate a buffer
6180           we would like to receive.
6181
6182 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6183
6184         * gst/playback/gstplaybasebin.c: (setup_source):
6185           Free iterator when done.
6186
6187 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
6188
6189         * gst-libs/gst/audio/gstbaseaudiosink.c:
6190         (gst_base_audio_sink_render):
6191           Fix playback of non-synchronised streams by assuming a rate
6192           of 1.0 instead of a random one.
6193
6194           Makes this work again:
6195
6196           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
6197           endianness=(int)4321, signed=(boolean)true, width=(int)16,
6198           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
6199           audioresample ! alsasink
6200
6201 === release 0.10.2 ===
6202
6203 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
6204
6205         * configure.ac:
6206           releasing 0.10.2, "Then the devil is six"
6207
6208 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6209
6210         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6211         * gst/playback/gststreamselector.c:
6212         (gst_stream_selector_set_property):
6213           Comment out broken code that connects to the state-changed signal.
6214           At this point, changing current stream selection is broken, but 
6215           stuff like gst-launch playbin current-audio=1 works and filters
6216           to the chosen stream.
6217
6218 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6219
6220         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6221           Fix #327216 (null dereference in vorbisdec)
6222
6223 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * ext/theora/theoradec.c: (theora_handle_comment_packet):
6226           Post taglist actually on bus instead of just freeing it
6227           (fixes #327114 and totem bug #327080).
6228
6229         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
6230           Use gst_element_found_tags_for_pad(), so that the tags
6231           are sent downstream as an event as well.
6232
6233 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6234
6235         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6236         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
6237         (gst_ximagesink_buffer_alloc):
6238         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
6239         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
6240         (gst_xvimagesink_buffer_alloc):
6241           move all regularly occurring messages to GST_LOG level
6242           add some more object logs
6243
6244 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6245
6246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6247           fix a silly segfault
6248
6249 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6250
6251         * docs/libs/gst-plugins-base-libs-docs.sgml:
6252         * docs/libs/gst-plugins-base-libs-sections.txt:
6253         * gst-libs/gst/audio/mixerutils.c:
6254         * gst-libs/gst/audio/mixerutils.h:
6255           Add docs for mixerutils stuff.
6256
6257 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         * gst/playback/gstplaybasebin.c: (setup_source):
6260           Fix playback for sources that emit raw audio or
6261           raw video streams (e.g.: cd audio sources) (#325984).
6262
6263 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6264
6265         * gst-libs/gst/audio/mixerutils.c:
6266         (gst_audio_mixer_filter_do_filter):
6267           actually save the element we create
6268
6269 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
6270
6271         * gst-libs/gst/cdda/gstcddabasesrc.c:
6272         (gst_cdda_base_src_handle_track_seek):
6273           No need to post a tag message on the bus when seeking
6274           within the same track, only post it when the current
6275           track changes.
6276
6277 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
6278
6279         * gst/playback/gstplaybasebin.c: (group_destroy),
6280         (probe_triggered), (new_decoded_pad), (mute_group_type),
6281         (set_active_source):
6282         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6283         * gst/playback/gststreamselector.c:
6284         (gst_stream_selector_base_init),
6285         (gst_stream_selector_set_property),
6286         (gst_stream_selector_request_new_pad):
6287           Reenable stream selection. These mechanisms need a complete overhaul
6288           in the face of 0.8->0.10 changes though.
6289
6290 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
6291
6292         * ext/ogg/gstoggdemux.c:
6293           Change the pad template to src_%d to match the pads that 
6294           are created from it. decodebin needs this information in order
6295           to decide that oggdemux is capable of producing multiple pads
6296           (and hence needs queues inserted).
6297
6298         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
6299         (gst_ogg_mux_collected):
6300           Make debug output more useful by using GST_PTR_FORMAT.
6301
6302 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6303
6304         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6305
6306         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
6307           Set depth and width for alaw/mulaw (fixes #326601).
6308
6309 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6310
6311         * tests/icles/Makefile.am:
6312           don't build the tests if we don't have the libs
6313
6314 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6315
6316         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
6317         (gst_cd_paranoia_paranoia_callback):
6318           Don't try to free NULL pointers.
6319
6320 2006-01-10  Edward Hervey  <edward@fluendo.com>
6321
6322         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
6323         (gst_audio_rate_change_state), (plugin_init):
6324         Add debugging category.
6325         Fix type issues.
6326         Add case for incoming buffers without valid offset/offset_end.
6327
6328 2006-01-10  Michael Smith  <msmith@fluendo.com>
6329
6330         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
6331           Don't leak GCond in audio sources.
6332
6333 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
6334
6335         * gst/playback/gstplaybin.c: (gen_audio_element):
6336           Don't leak an autoaudiosink/alsasink when we generate
6337           a new audio element. (old code, I guess)
6338
6339 2006-01-10  Michael Smith  <msmith@fluendo.com>
6340
6341         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
6342           Support float audio in audiorate.
6343           Use width rather than depth for selecting sample width.
6344
6345 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6346
6347         * gst/videotestsrc/videotestsrc.h:
6348           Use GLib types here (that way we don't have to include the
6349           generated _stdint.h header, which makes life easier for win32
6350           folks that don't use autotools for the build) (#325990, patch
6351           by: Sergey Scobich).
6352
6353 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6354
6355         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
6356         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6357         (gst_ring_buffer_pause), (wait_segment):
6358         * gst-libs/gst/audio/gstringbuffer.h:
6359           Name (private) union, makes Forte compiler happy (this time
6360           for real) (#324900).
6361
6362 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6363
6364         * gst-libs/gst/audio/Makefile.am:
6365           Link against libgstinterfaces, needed for mixer
6366           and property probe stuff.
6367
6368 2006-01-09  Edward Hervey  <edward@fluendo.com>
6369
6370         * gst-libs/gst/Makefile.am:
6371
6372 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6373
6374         * gst-libs/gst/audio/Makefile.am:
6375         * gst-libs/gst/audio/mixerutils.c:
6376         (gst_audio_mixer_filter_do_filter),
6377         (gst_audio_mixer_filter_check_element),
6378         (gst_audio_mixer_filter_probe_feature),
6379         (element_factory_rank_compare_func),
6380         (gst_audio_default_registry_mixer_filter):
6381         * gst-libs/gst/audio/mixerutils.h:
6382           Add gst_audio_default_registry_mixer_filter() utility
6383           function.
6384
6385 2006-01-03  Michael Smith  <msmith@fluendo.com>
6386
6387         * gst/audioresample/resample.h:
6388           As before, but for o_buf
6389
6390 2006-01-03  Michael Smith  <msmith@fluendo.com>
6391
6392         * gst/audioresample/resample.h:
6393           Declare struct _ResampleState.buffer as unsigned char *, not void *,
6394           since we do arithmetic on it.
6395
6396 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
6397
6398         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
6399         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6400         (gst_ring_buffer_pause), (wait_segment):
6401         * gst-libs/gst/audio/gstringbuffer.h:
6402           Sun's Forte compiler doesn't seem to like anonymous structs,
6403           so use same setup as in GstBaseSrc (fixes #324900).
6404
6405 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
6406
6407         * configure.ac:
6408         * gst/volume/Makefile.am:
6409         * gst/volume/demo.c:
6410           move old example to tests/examples/volume/volune.c
6411         * tests/examples/Makefile.am:
6412         * tests/examples/seek/seek.c: (main):
6413           change window-close event from "delete-event" to "destroy"
6414         * tests/examples/volume/Makefile.am:
6415         * tests/examples/volume/volume.c: (value_changed_callback),
6416         (setup_gui), (message_received), (eos_message_received), (main):
6417           fix event handling and bus usage
6418
6419 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
6420
6421         * gst/audiotestsrc/gstaudiotestsrc.c:
6422         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6423         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
6424         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
6425         (gst_audio_test_src_create_square),
6426         (gst_audio_test_src_create_saw),
6427         (gst_audio_test_src_create_triangle),
6428         (gst_audio_test_src_create_silence),
6429         (gst_audio_test_src_create_white_noise),
6430         (gst_audio_test_src_create_pink_noise),
6431         (gst_audio_test_src_init_sine_table),
6432         (gst_audio_test_src_create_sine_table),
6433         (gst_audio_test_src_change_wave),
6434         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
6435         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
6436         * gst/audiotestsrc/gstaudiotestsrc.h:
6437           update to basesrc changes, implement segmented seeking and eos
6438           handling, add a 'sine-tab' waveform for performance critical playback
6439
6440 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
6441
6442         * po/POTFILES.in:
6443           ... and this time the other modified file that I missed last time.
6444
6445 2005-12-29  Michael Smith  <msmith@fluendo.com>
6446
6447         * gst/playback/gstdecodebin.c: (new_pad):
6448           Fix non-C89 variable declaration not at the start of a block. Should
6449           help some compilers.
6450
6451 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
6452
6453         * tests/check/Makefile.am:
6454           And now fix 'make distcheck' (builddir != srcdir)
6455
6456 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
6457
6458         * configure.ac:
6459         * ext/cdparanoia/Makefile.am:
6460         * ext/cdparanoia/gstcdparanoia.c:
6461         * ext/cdparanoia/gstcdparanoia.h:
6462         * ext/cdparanoia/gstcdparanoiasrc.c:
6463         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
6464         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
6465         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
6466         (gst_cd_paranoia_paranoia_callback),
6467         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
6468         (gst_cd_paranoia_src_set_property),
6469         (gst_cd_paranoia_src_get_property), (plugin_init):
6470         * ext/cdparanoia/gstcdparanoiasrc.h:
6471           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
6472           plugin again (there are still fixes required to playbin to make
6473           cdda:// uris work there).
6474
6475 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         * tests/check/Makefile.am:
6478           Fix test case compilation.
6479
6480 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
6481
6482         * gst-libs/gst/cdda/gstcddabasesrc.c:
6483         (gst_cdda_base_src_update_duration),
6484         (gst_cdda_base_src_calculate_cddb_id):
6485           An integer is not a string. Fix access to uninitialised variable.
6486
6487         * tests/check/Makefile.am:
6488           Add cddabasesrc unit test; also actually enable the vorbis test.
6489
6490         * tests/check/generic/states.c:
6491           Blacklist new cd audio elements as well.
6492
6493         * tests/check/libs/cddabasesrc.c:
6494           Unit test for GstCddaBaseSrc (discid calculation mostly).
6495
6496 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * docs/libs/Makefile.am:
6499         * docs/libs/gst-plugins-base-libs-docs.sgml:
6500         * docs/libs/gst-plugins-base-libs-sections.txt:
6501         * docs/libs/gst-plugins-base-libs.types:
6502           Add docs for libgstcdda/GstCddaBaseSrc.
6503
6504         * gst-libs/gst/interfaces/mixertrack.h:
6505           Do one struct member per line with a semicolon at the end, that way
6506           even gtk-doc might parse it without complaining.
6507
6508 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6509
6510         * configure.ac:
6511         * gst-libs/gst/Makefile.am:
6512         * gst-libs/gst/cdda/Makefile.am:
6513         * gst-libs/gst/cdda/base64.c:
6514         * gst-libs/gst/cdda/base64.h:
6515         * gst-libs/gst/cdda/gstcddabasesrc.c:
6516         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
6517         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
6518         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
6519         (gst_cdda_base_src_get_property),
6520         (gst_cdda_base_src_get_track_from_sector),
6521         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
6522         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
6523         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
6524         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
6525         (gst_cdda_base_src_uri_get_protocols),
6526         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
6527         (gst_cdda_base_src_uri_handler_init),
6528         (gst_cdda_base_src_setup_interfaces),
6529         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
6530         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
6531         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
6532         (gst_cdda_base_src_add_tags),
6533         (gst_cdda_base_src_add_index_associations),
6534         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
6535         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
6536         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
6537         (gst_cdda_base_src_create):
6538         * gst-libs/gst/cdda/gstcddabasesrc.h:
6539         * gst-libs/gst/cdda/sha1.c:
6540         * gst-libs/gst/cdda/sha1.h:
6541           Add new libgstcdda with GstCddaBaseSrc class.
6542
6543 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
6544
6545         * ext/gnomevfs/gstgnomevfssink.h:
6546           Use GstBaseSinkClass as parent_class member for class struct, not
6547           GstBaseSink.
6548
6549 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
6550
6551         Patch by: Michael Benes
6552
6553         * gst/videotestsrc/gstvideotestsrc.c:
6554         (gst_video_test_src_class_init), (gst_video_test_src_start):
6555           Add start method to reset running time and number of frames sent
6556           when starting up (fixes #324696)
6557
6558 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
6559
6560         * docs/plugins/Makefile.am:
6561         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6562         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6563         * docs/plugins/gst-plugins-base-plugins.args:
6564         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6565         * docs/plugins/gst-plugins-base-plugins.signals:
6566           Add docs stuff for gnomevfssrc and gnomevfssink.
6567
6568         * ext/gnomevfs/gstgnomevfssrc.c:
6569           Fix example pipeline in gtk-doc blurb.
6570
6571 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         * ext/gnomevfs/Makefile.am:
6574         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
6575         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
6576         (gst_gnome_vfs_handle_get_type), (plugin_init):
6577         * ext/gnomevfs/gstgnomevfs.h:
6578         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
6579         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
6580         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
6581         (gst_gnome_vfs_sink_set_property),
6582         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
6583         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
6584         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
6585         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
6586         (gst_gnome_vfs_sink_uri_get_type),
6587         (gst_gnome_vfs_sink_uri_get_protocols),
6588         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
6589         (gst_gnome_vfs_sink_uri_handler_init):
6590         * ext/gnomevfs/gstgnomevfssink.h:
6591           Port gnomevfssink; add gtk-doc blurb.
6592
6593         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
6594         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
6595         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6596         (gst_gnome_vfs_src_uri_get_type),
6597         (gst_gnome_vfs_src_uri_get_protocols),
6598         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
6599         (gst_gnome_vfs_src_uri_handler_init),
6600         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
6601         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
6602         (gst_gnome_vfs_src_send_additional_headers_callback),
6603         (gst_gnome_vfs_src_received_headers_callback),
6604         (gst_gnome_vfs_src_push_callbacks),
6605         (gst_gnome_vfs_src_pop_callbacks),
6606         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
6607         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
6608         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
6609         * ext/gnomevfs/gstgnomevfssrc.h:
6610           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
6611           file; add gtk-doc blurb with example pipelines.
6612
6613 === release 0.10.1 ===
6614
6615 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
6616
6617         * configure.ac:
6618           releasing 0.10.1, "Dobro Dedek"
6619
6620 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
6621
6622         * gst/typefind/gsttypefindfunctions.c:
6623         iLBC30 and iLBC20 added to typefind.
6624
6625 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6626
6627         * gst-libs/gst/audio/gstbaseaudiosink.c:
6628         (gst_base_audio_sink_class_init):
6629         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6630         (gst_base_audio_src_class_init):
6631           update strings, values are in microseconds
6632           change the default sink buffer time to something that is smaller
6633           (to help software volume mixing have a slightly lower delay) but
6634           still be acceptable on Wim's laptop
6635
6636 2005-12-20  Edward Hervey  <edward@fluendo.com>
6637
6638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
6639         Made a quack, forgot to add DUCK to the riff video template.
6640
6641 2005-12-19  Edward Hervey  <edward@fluendo.com>
6642
6643         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
6644         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6645         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6646         (gst_ogm_parse_chain):
6647         Make sure pads are initialized correctly.
6648         * gst-libs/gst/riff/riff-ids.h:
6649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6650         (gst_riff_create_video_template_caps):
6651         Add a whole bunch of FOURCC <=> MimeType.
6652         Extend the riff video pad template to support the newly added fourcc.
6653
6654 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6655
6656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
6657         (gst_ogg_demux_activate_chain):
6658           Extra debug output when activating/deactivating chains.
6659
6660         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
6661         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
6662         (unlinked):
6663           Remove a queue from our list when it becomes unlinked.
6664           Don't add queues to elements in class 'Demux' if they
6665           can only produce one pad 
6666
6667 2005-12-18  Julien MOUTTE  <julien@moutte.net>
6668
6669         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
6670         (gst_video_sink_get_type): Add a debug category.
6671
6672 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
6673
6674         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6675         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
6676           Handle downstream newsegment by sending our own newsegment before the
6677           next buffer to be released. (#323900)
6678
6679 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
6680
6681         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6682         (gst_base_rtp_depayload_set_gst_timestamp):
6683           add queue delay to new segment as well (as opposed to just the first
6684           buffer). (bug #322347)
6685
6686 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
6687
6688         * ext/libvisual/visual.c: (make_valid_name):
6689           change some char* into char[]
6690         * gst/audiotestsrc/gstaudiotestsrc.c:
6691         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
6692         (gst_audio_test_src_create):
6693         * gst/audiotestsrc/gstaudiotestsrc.h:
6694           prepare to handle EOS and SEGMENT_DONE
6695
6696 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6697
6698         * tests/check/generic/states.c: (GST_START_TEST):
6699           Blacklist cdparanoia element in state test.
6700
6701 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6702
6703           Patch by: Benjamin Pineau
6704
6705         * gst/tcp/gsttcp.c:
6706         * gst/tcp/gsttcpclientsink.c:
6707         * gst/tcp/gsttcpserversink.c:
6708         * gst/tcp/gsttcpserversrc.c:
6709           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
6710
6711 2005-12-15  Michael Smith  <msmith@fluendo.com>
6712
6713         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
6714         (gst_video_rate_chain):
6715           Fix timestamping for videorate when the first buffer it sees has a
6716           non-zero timestamp. Fix some misleading debug output.
6717
6718 2005-12-15  Michael Smith  <msmith@fluendo.com>
6719
6720         * gst/audioresample/gstaudioresample.c:
6721           Don't leak all input buffers to audioresample.
6722
6723 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6724
6725         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
6726           Don't operate on empty text buffers. Strip newlines and
6727           tabs only from the end of the text, but leave them intact
6728           in the middle. Fix typo in gtk-doc description.
6729
6730 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6731
6732         * gst/playback/gstplaybasebin.c:
6733         * gst/playback/gstplaybin.c: (handoff):
6734           Make sure the video frame buffer we return to apps via the
6735           "frame" property always has caps set on it. Modify
6736           _gst_gvalue_set_object() macro to handle NULL objects
6737           gracefully too.
6738
6739 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
6740
6741         * gst/audiotestsrc/gstaudiotestsrc.c:
6742         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
6743         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
6744         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
6745         (gst_audio_test_src_create):
6746         * gst/audiotestsrc/gstaudiotestsrc.h:
6747         Adjust to some recent api changes and add wtays new cool seeking
6748         capabillities
6749
6750 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         * ext/alsa/Makefile.am:
6753         * ext/alsa/gstalsadeviceprobe.c:
6754         * ext/alsa/gstalsadeviceprobe.h:
6755           Helper functions to add device probing via the GstPropertyProbe
6756           interface to a class.
6757
6758         * ext/alsa/gstalsamixer.h:
6759           Comment out GST_ALSA_MIXER, it returns a struct that's not
6760           used.
6761
6762         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6763           Add some debug info. 
6764
6765         * ext/alsa/gstalsamixerelement.c:
6766         (gst_alsa_mixer_element_interface_supported),
6767         (gst_implements_interface_init),
6768         (gst_alsa_mixer_element_init_interfaces),
6769         (gst_alsa_mixer_element_class_init),
6770         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
6771         (gst_alsa_mixer_element_set_property),
6772         (gst_alsa_mixer_element_get_property),
6773         (gst_alsa_mixer_element_change_state):
6774         * ext/alsa/gstalsamixerelement.h:
6775           Add 'device' and 'device-name' properties. Add GstPropertyProbe
6776           for device handling (gnome-volume-control will need that).
6777
6778 2005-12-12  Christian Schaller  <uraeus@gnome.org>
6779
6780         * ext/Makefile.am: fix cdparanoia entry
6781         * gst-plugins-base.spec.in: add cdparanoia
6782
6783 2005-12-12  Michael Smith  <msmith@fluendo.com>
6784
6785         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
6786           Use the correct function to free list of typefind factories.
6787
6788 2005-12-12  Wim Taymans  <wim@fluendo.com>
6789
6790         * gst/videotestsrc/gstvideotestsrc.c:
6791         (gst_video_test_src_class_init), (gst_video_test_src_init),
6792         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
6793         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
6794         (gst_video_test_src_create):
6795         * gst/videotestsrc/gstvideotestsrc.h:
6796         Implement seeking in videotestsrc.
6797         Small cleanups.
6798
6799 2005-12-12  Wim Taymans  <wim@fluendo.com>
6800
6801         * ext/cdparanoia/Makefile.am:
6802         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
6803         (gst_paranoia_endian_get_type), (_do_init),
6804         (cdparanoia_class_init), (cdparanoia_init),
6805         (cdparanoia_set_property), (cdparanoia_get_property),
6806         (cdparanoia_do_seek), (cdparanoia_is_seekable),
6807         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
6808         (cdparanoia_convert), (cdparanoia_get_query_types),
6809         (cdparanoia_query), (cdparanoia_set_index),
6810         (cdparanoia_uri_set_uri):
6811         * ext/cdparanoia/gstcdparanoia.h:
6812         Partially ported cdparanoia now that basesrc can support a
6813         plugin like this..
6814
6815 2005-12-12  Wim Taymans  <wim@fluendo.com>
6816
6817         * tests/examples/seek/scrubby.c: (main):
6818         Set higher priority for bus events so they don't get reordered with
6819         gtk gui events.
6820
6821         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
6822         (flush_toggle_cb), (main):
6823         Added checkbox to disable flushing seeks. 
6824         Disable scrubbing when doing non flushing seeks.
6825
6826 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6827
6828         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
6829         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
6830         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
6831         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
6832           Implement some sort of event handling that doesn't rely on
6833           g_return_if_fail; make sure we always push the last chunk of an 
6834           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
6835           state change function; remove some old cruft. Seeking is still
6836           rather unlikely to work though.
6837
6838         * tools/.cvsignore:
6839           Ignore more.
6840
6841 2005-12-11  Julien MOUTTE  <julien@moutte.net>
6842
6843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
6844         Fixed a leak of the current image reference when cleaning up.
6845         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
6846
6847 2005-12-09  Michael Smith  <msmith@fluendo.com>
6848
6849         * tools/Makefile.am:
6850         * tools/gst-launch-ext-m.m:
6851           Remove gst-launch-ext. It doesn't work, and is no longer
6852           particularly useful.
6853
6854 2005-12-08  Luca Ognibene  <luogni@tin.it>
6855
6856         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6857           don't pass random values to ogmparse convert function.
6858           Make seeking possible in the exile1.ogm file.
6859
6860 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6861
6862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6863         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6864           Work around refcount problem with g_value_set_object() that occur
6865           if the core has been compiled against GLib-2.6 (g_value_set_object()
6866           will only g_object_ref() the element, but the caller will
6867           gst_object_unref() it and bad things will happen due to the way
6868           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
6869           totem for people on FC4 using Thomas's 0.10 RPMs.
6870           
6871 2005-12-07  Edward Hervey  <edward@fluendo.com>
6872
6873         Time to welcome ogm to 0.10 :)
6874         
6875         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
6876         (gst_ogg_pad_typefind):
6877         Oggdemux can now properly typefind elements with dynamic pads.
6878         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6879         Properly set caps on src pad, and set caps on outgoing buffers.
6880
6881 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
6882
6883         * ext/alsa/gstalsamixer.h:
6884         * ext/alsa/gstalsamixerelement.h:
6885         * ext/alsa/gstalsamixeroptions.h:
6886         * ext/alsa/gstalsamixertrack.h:
6887         * ext/alsa/gstalsasink.c:
6888         * ext/alsa/gstalsasink.h:
6889         * ext/alsa/gstalsasrc.c:
6890         * ext/alsa/gstalsasrc.h:
6891         * ext/cdparanoia/gstcdparanoia.h:
6892         * ext/gnomevfs/gstgnomevfsuri.h:
6893         * ext/ogg/gstoggdemux.c:
6894         * ext/ogg/gstoggmux.c:
6895         * ext/pango/gsttextoverlay.h:
6896         * ext/theora/theoradec.c:
6897         * ext/theora/theoraenc.c:
6898         * ext/vorbis/vorbisdec.h:
6899         * ext/vorbis/vorbisenc.c:
6900         * ext/vorbis/vorbisenc.h:
6901         * ext/vorbis/vorbisparse.h:
6902         * gst-libs/gst/audio/gstaudioclock.h:
6903         * gst-libs/gst/audio/gstaudiosink.c:
6904         * gst-libs/gst/audio/gstaudiosink.h:
6905         * gst-libs/gst/audio/gstaudiosrc.c:
6906         * gst-libs/gst/audio/gstaudiosrc.h:
6907         * gst-libs/gst/audio/gstbaseaudiosink.c:
6908         * gst-libs/gst/audio/gstbaseaudiosink.h:
6909         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6910         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6911         * gst-libs/gst/audio/gstringbuffer.h:
6912         * gst-libs/gst/audio/multichannel.h:
6913         * gst-libs/gst/floatcast/floatcast.h:
6914         * gst-libs/gst/interfaces/colorbalance.c:
6915         * gst-libs/gst/interfaces/colorbalance.h:
6916         * gst-libs/gst/interfaces/colorbalancechannel.h:
6917         * gst-libs/gst/interfaces/mixer.h:
6918         * gst-libs/gst/interfaces/mixeroptions.h:
6919         * gst-libs/gst/interfaces/mixertrack.h:
6920         * gst-libs/gst/interfaces/navigation.h:
6921         * gst-libs/gst/interfaces/propertyprobe.h:
6922         * gst-libs/gst/interfaces/tuner.h:
6923         * gst-libs/gst/interfaces/tunerchannel.h:
6924         * gst-libs/gst/interfaces/tunernorm.h:
6925         * gst-libs/gst/interfaces/xoverlay.h:
6926         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6927         * gst-libs/gst/riff/riff-ids.h:
6928         * gst-libs/gst/riff/riff-media.h:
6929         * gst-libs/gst/riff/riff-read.h:
6930         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6931         * gst-libs/gst/rtp/gstbasertppayload.c:
6932         * gst-libs/gst/rtp/gstbasertppayload.h:
6933         * gst-libs/gst/rtp/gstrtpbuffer.c:
6934         * gst-libs/gst/rtp/gstrtpbuffer.h:
6935         * gst-libs/gst/tag/gsttageditingprivate.h:
6936         * gst-libs/gst/tag/gstvorbistag.c:
6937         (gst_tag_list_from_vorbiscomment_buffer):
6938         * gst-libs/gst/tag/tag.h:
6939         * gst-libs/gst/video/video.h:
6940         * gst/adder/gstadder.c:
6941         * gst/adder/gstadder.h:
6942         * gst/audioconvert/audioconvert.c:
6943         * gst/audioconvert/audioconvert.h:
6944         * gst/audioconvert/gstaudioconvert.c:
6945         * gst/audioconvert/gstchannelmix.c:
6946         * gst/audioconvert/gstchannelmix.h:
6947         * gst/audiorate/gstaudiorate.c:
6948         * gst/audioresample/buffer.h:
6949         * gst/audioresample/functable.h:
6950         * gst/audioresample/gstaudioresample.c:
6951         * gst/audioresample/resample.h:
6952         * gst/ffmpegcolorspace/avcodec.h:
6953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6954         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
6955         * gst/ffmpegcolorspace/imgconvert.c:
6956         * gst/ffmpegcolorspace/imgconvert_template.h:
6957         * gst/playback/gstdecodebin.c:
6958         * gst/playback/gstplaybasebin.h:
6959         * gst/playback/gstplaybin.c:
6960         * gst/playback/gststreaminfo.h:
6961         * gst/tcp/gstfdset.c:
6962         * gst/tcp/gstfdset.h:
6963         * gst/tcp/gstmultifdsink.c:
6964         * gst/tcp/gstmultifdsink.h:
6965         * gst/tcp/gsttcp.h:
6966         * gst/tcp/gsttcpclientsrc.c:
6967         * gst/tcp/gsttcpclientsrc.h:
6968         * gst/tcp/gsttcpplugin.h:
6969         * gst/tcp/gsttcpserversink.c:
6970         * gst/tcp/gsttcpserversrc.c:
6971         * gst/typefind/gsttypefindfunctions.c:
6972         * gst/videorate/gstvideorate.c:
6973         * gst/videotestsrc/gstvideotestsrc.h:
6974         * gst/videotestsrc/videotestsrc.h:
6975         * sys/v4l/gstv4lcolorbalance.h:
6976         * sys/v4l/gstv4ltuner.h:
6977         * sys/v4l/gstv4lxoverlay.h:
6978         * sys/v4l/v4l_calls.h:
6979         * sys/v4l/videodev_mjpeg.h:
6980         * tests/check/elements/audioconvert.c:
6981         * tests/check/elements/audioresample.c:
6982         * tests/check/elements/audiotestsrc.c:
6983         * tests/check/elements/videotestsrc.c:
6984         * tests/check/elements/volume.c:
6985         * tests/examples/seek/scrubby.c:
6986         * tests/examples/seek/seek.c:
6987           expand tabs
6988
6989 === release 0.10.0 ===
6990
6991 2005-12-05   <thomas (at) apestaart (dot) org>
6992
6993         * configure.ac:
6994           releasing 0.10.0, "Mont-d'or"
6995
6996 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
6997
6998         * tests/examples/seek/Makefile.am:
6999         Build fix for when gtk is not available.
7000
7001 2005-12-05  Andy Wingo  <wingo@pobox.com>
7002
7003         * ext/libvisual/visual.c: (get_buffer):
7004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
7005         * ext/pango/gsttextrender.c: (gst_text_render_chain):
7006         * ext/theora/theoradec.c: (theora_handle_data_packet):
7007         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7008         (theora_enc_chain):
7009         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7010         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
7011         Update for alloc_buffer changes.
7012
7013 2005-12-05  Andy Wingo  <wingo@pobox.com>
7014
7015         patch by: Kai Vehmanen <kv2004 eca cx>
7016         
7017         * gst-libs/gst/rtp/gstbasertpdepayload.c
7018         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
7019
7020 2005-12-04  Andy Wingo  <wingo@pobox.com>
7021
7022         patch by: Sebastien Cote <sebas642 yahoo ca>
7023         
7024         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
7025         Fixes #319172.
7026
7027 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
7028
7029         * docs/plugins/Makefile.am:
7030         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7031         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7032         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7033         * ext/pango/gstclockoverlay.c:
7034         * ext/pango/gsttextoverlay.c: 
7035         * ext/pango/gsttextrender.c:
7036         * ext/pango/gsttimeoverlay.c:
7037           Add gtk-doc blurbs to pango elements.
7038
7039 2005-12-02  Wim Taymans  <wim@fluendo.com>
7040
7041         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
7042         * gst/audioresample/buffer.h:
7043         * gst/audioresample/gstaudioresample.c:
7044         * gst/audioresample/gstaudioresample.h:
7045         * gst/audioresample/resample.c: (resample_input_flush),
7046         (resample_input_pushthrough), (resample_input_eos),
7047         (resample_get_output_size_for_input),
7048         (resample_get_input_size_for_output), (resample_get_output_size),
7049         (resample_get_output_data):
7050         * gst/audioresample/resample.h:
7051         * gst/audioresample/resample_ref.c: (resample_scale_ref):
7052         Fix audioresample, seek torture, new segments, reverse negotiation
7053         etc.. work fine.
7054
7055 2005-12-02  Wim Taymans  <wim@fluendo.com>
7056
7057         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7058         Small cleanups.
7059
7060 2005-12-02  Wim Taymans  <wim@fluendo.com>
7061
7062         * gst/audioconvert/gstaudioconvert.c:
7063         (gst_audio_convert_transform):
7064         Post errors.
7065
7066 === release 0.9.7 ===
7067
7068 2005-12-01   <thomas (at) apestaart (dot) org>
7069
7070         * configure.ac:
7071           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
7072
7073 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7074
7075         * Makefile.am:
7076         * po/hu.po:
7077         * win32/MANIFEST:
7078         * win32/gst.sln:
7079           add win32 MANIFEST file
7080           do something to the hungarian translation
7081
7082 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
7083
7084         * ext/Makefile.am:
7085           Add $(PANGO_DIR) to SUBDIRS
7086
7087         * ext/pango/gstclockoverlay.c:
7088         * ext/pango/gsttimeoverlay.c:
7089           Fix and improve element descriptions.
7090
7091 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7092
7093         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7094         * docs/plugins/inspect/plugin-libvisual.xml:
7095         * docs/plugins/inspect/plugin-pango.xml:
7096           add pango plugin to docs
7097
7098 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7099
7100         * configure.ac:
7101         * ext/Makefile.am:
7102           moved pango to base
7103
7104 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7105
7106         * configure.ac:
7107         * tests/Makefile.am:
7108         * tests/icles/.cvsignore:
7109         * tests/icles/Makefile.am:
7110         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
7111         (close_display), (resize_window), (move_window), (create_window),
7112         (terminate_playback), (pause_playback), (start_playback), (main):
7113           add stress test for xoverlay from Julien
7114
7115 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7116
7117         * docs/libs/tmpl/gstcolorbalance.sgml:
7118         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7119         * gst-libs/gst/rtp/gstbasertppayload.c:
7120         * gst-libs/gst/rtp/gstrtpbuffer.c:
7121         * gst-libs/gst/rtp/gstrtpbuffer.h:
7122           Do burger's rename for rtp payloaders and depayloaders
7123
7124 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7125
7126         * win32/:
7127           add Visual Studio 6 build files
7128
7129 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7130
7131         * docs/libs/gst-plugins-base-libs-docs.sgml:
7132         * docs/libs/gst-plugins-base-libs-sections.txt:
7133         * docs/libs/tmpl/gstaudio.sgml:
7134         * docs/libs/tmpl/gstringbuffer.sgml:
7135         * gst-libs/gst/interfaces/xoverlay.c:
7136         * gst-libs/gst/video/gstvideofilter.c:
7137         * gst-libs/gst/video/gstvideosink.c:
7138           update documentation
7139
7140 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7141
7142         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
7143         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
7144         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
7145         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
7146         (gst_multi_fd_sink_get_stats),
7147         (gst_multi_fd_sink_remove_client_link),
7148         (gst_multi_fd_sink_handle_client_read),
7149         (gst_multi_fd_sink_client_queue_data),
7150         (gst_multi_fd_sink_client_queue_caps),
7151         (gst_multi_fd_sink_client_queue_buffer),
7152         (gst_multi_fd_sink_new_client),
7153         (gst_multi_fd_sink_handle_client_write),
7154         (gst_multi_fd_sink_recover_client),
7155         (gst_multi_fd_sink_queue_buffer),
7156         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
7157         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
7158         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
7159         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
7160         * gst/tcp/gstmultifdsink.h:
7161         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
7162         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
7163         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
7164         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
7165         (gst_tcp_client_sink_set_property),
7166         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
7167         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
7168         * gst/tcp/gsttcpclientsink.h:
7169         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
7170         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
7171         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
7172         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
7173         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
7174         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
7175         * gst/tcp/gsttcpclientsrc.h:
7176         * gst/tcp/gsttcpplugin.c: (plugin_init):
7177         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
7178         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
7179         (gst_tcp_server_sink_finalize),
7180         (gst_tcp_server_sink_handle_server_read),
7181         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
7182         (gst_tcp_server_sink_set_property),
7183         (gst_tcp_server_sink_get_property),
7184         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
7185         * gst/tcp/gsttcpserversink.h:
7186         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
7187         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
7188         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
7189         (gst_tcp_server_src_set_property),
7190         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
7191         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
7192         * gst/tcp/gsttcpserversrc.h:
7193           more borgifying
7194
7195 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7196
7197         * docs/plugins/Makefile.am:
7198         * docs/plugins/gst-plugins-base-plugins.args:
7199         * docs/plugins/inspect/plugin-libvisual.xml:
7200         * gst/audioconvert/plugin.h:
7201         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
7202         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
7203         (gst_audio_rate_setcaps), (gst_audio_rate_init),
7204         (gst_audio_rate_chain), (gst_audio_rate_set_property),
7205         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
7206         (plugin_init):
7207         * gst/audiotestsrc/gstaudiotestsrc.c:
7208         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
7209         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
7210         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7211         (gst_audio_test_src_get_query_types),
7212         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
7213         (gst_audio_test_src_create_square),
7214         (gst_audio_test_src_create_saw),
7215         (gst_audio_test_src_create_triangle),
7216         (gst_audio_test_src_create_silence),
7217         (gst_audio_test_src_create_white_noise),
7218         (gst_audio_test_src_init_pink_noise),
7219         (gst_audio_test_src_generate_pink_noise_value),
7220         (gst_audio_test_src_create_pink_noise),
7221         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
7222         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
7223         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
7224         (plugin_init):
7225         * gst/audiotestsrc/gstaudiotestsrc.h:
7226         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
7227         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
7228         (gst_sub_parse_init), (gst_sub_parse_formats),
7229         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
7230         (convert_encoding), (get_next_line),
7231         (gst_sub_parse_data_format_autodetect),
7232         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
7233         (gst_sub_parse_loop), (gst_sub_parse_chain),
7234         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
7235         (plugin_init):
7236         * gst/subparse/gstsubparse.h:
7237         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
7238         (gst_video_rate_base_init), (gst_video_rate_class_init),
7239         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
7240         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
7241         (gst_video_rate_init), (gst_video_rate_event),
7242         (gst_video_rate_chain), (gst_video_rate_set_property),
7243         (gst_video_rate_get_property), (gst_video_rate_change_state),
7244         (plugin_init):
7245         * gst/videoscale/gstvideoscale.c:
7246         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
7247         (gst_video_scale_src_template_factory),
7248         (gst_video_scale_sink_template_factory),
7249         (gst_video_scale_get_type), (gst_video_scale_base_init),
7250         (gst_video_scale_class_init), (gst_video_scale_init),
7251         (gst_video_scale_set_property), (gst_video_scale_get_property),
7252         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
7253         (gst_video_scale_prepare_size), (parse_caps),
7254         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7255         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
7256         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
7257         (plugin_init):
7258         * gst/videoscale/gstvideoscale.h:
7259         * gst/videotestsrc/gstvideotestsrc.c:
7260         (gst_video_test_src_pattern_get_type),
7261         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
7262         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
7263         (gst_video_test_src_set_pattern),
7264         (gst_video_test_src_set_property),
7265         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
7266         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
7267         (gst_video_test_src_event), (gst_video_test_src_get_times),
7268         (gst_video_test_src_create), (plugin_init):
7269         * gst/videotestsrc/gstvideotestsrc.h:
7270         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
7271         (gst_video_test_src_smpte), (gst_video_test_src_snow),
7272         (gst_video_test_src_black):
7273         * gst/videotestsrc/videotestsrc.h:
7274           borgify further
7275           clean up docs a little
7276
7277 2005-11-30  Wim Taymans  <wim@fluendo.com>
7278
7279         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7280         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7281         (gst_basertppayload_event), (gst_basertppayload_push),
7282         (gst_basertppayload_change_state):
7283         * gst-libs/gst/rtp/gstbasertppayload.h:
7284         closed #320644.
7285
7286 2005-11-30  Julien MOUTTE  <julien@moutte.net>
7287
7288         * docs/libs/gst-plugins-base-libs-docs.sgml:
7289         * docs/libs/gst-plugins-base-libs-sections.txt:
7290         * gst-libs/gst/video/gstvideofilter.c:
7291         * gst-libs/gst/video/gstvideosink.c:
7292         * gst-libs/gst/video/gstvideosink.h: Adding docs.
7293
7294 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7295
7296         * LICENSE:
7297           move
7298         * po/af.po:
7299         * po/az.po:
7300         * po/cs.po:
7301         * po/en_GB.po:
7302         * po/hu.po:
7303         * po/it.po:
7304         * po/nb.po:
7305         * po/nl.po:
7306         * po/or.po:
7307         * po/sq.po:
7308         * po/sr.po:
7309         * po/sv.po:
7310         * po/uk.po:
7311         * po/vi.po:
7312         * Makefile.am:
7313           update
7314         * scripts/autoplugins.sh:
7315           remove
7316
7317 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
7318
7319         * Makefile.am:
7320         * configure.ac:
7321         * examples/Makefile.am:
7322         * examples/capsfilter/Makefile.am:
7323         * examples/capsfilter/capsfilter1.c:
7324         * examples/gob/Makefile.am:
7325         * examples/gob/gst-identity2.gob:
7326         * examples/indexing/.cvsignore:
7327         * examples/indexing/Makefile.am:
7328         * examples/indexing/indexmpeg.c:
7329         * examples/seeking/.cvsignore:
7330         * examples/seeking/Makefile.am:
7331         * examples/seeking/cdparanoia.c:
7332         * examples/seeking/cdplayer.c:
7333         * examples/seeking/chained.c:
7334         * examples/seeking/scrubby.c:
7335         * examples/seeking/seek.c:
7336         * examples/stats/Makefile.am:
7337         * examples/stats/mp2ogg.c:
7338         * examples/switch/.cvsignore:
7339         * examples/switch/Makefile.am:
7340         * examples/switch/switcher.c:
7341         * tests/Makefile.am:
7342         * tests/check/generic/.cvsignore:
7343         * tests/check/pipelines/.cvsignore:
7344         * tests/examples/Makefile.am:
7345         * tests/examples/seek/Makefile.am:
7346           reorganize stuff under tests/
7347
7348 2005-11-30  Edward Hervey  <edward@fluendo.com>
7349
7350         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7351         Go away you stupid GstStaticPadTemplate memleak.
7352
7353 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7354
7355         * gst-libs/gst/net/Makefile.am:
7356         * gst-libs/gst/net/README:
7357         * gst-libs/gst/net/gstnetbuffer.c:
7358         * gst-libs/gst/net/gstnetbuffer.h:
7359           this was moved to "netbuffer"
7360
7361 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7362
7363         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
7364         (gst_video_filter_class_init), (gst_video_filter_init):
7365         * gst-libs/gst/video/gstvideofilter.h:
7366           borgify name to bring in line with other classes
7367
7368 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7369
7370         * gst/audioscale/.cvsignore:
7371         * gst/audioscale/Makefile.am:
7372         * gst/audioscale/README:
7373         * gst/audioscale/audioscale.vcproj:
7374         * gst/audioscale/dtof.c:
7375         * gst/audioscale/dtos.c:
7376         * gst/audioscale/functable.c:
7377         * gst/audioscale/gstaudioscale.c:
7378         * gst/audioscale/gstaudioscale.h:
7379         * gst/audioscale/private.h:
7380         * gst/audioscale/resample.c:
7381         * gst/audioscale/resample.h:
7382         * gst/audioscale/test.c:
7383           remove
7384
7385 2005-11-30  Edward Hervey  <edward@fluendo.com>
7386
7387         * gst-libs/gst/netbuffer/Makefile.am:
7388         really, really tired
7389
7390 2005-11-30  Edward Hervey  <edward@fluendo.com>
7391
7392         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7393         Update for new GstTypeFindFactory _register()
7394
7395 2005-11-30  Edward Hervey  <edward@fluendo.com>
7396
7397         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
7398         Let's not override libgstnet from core for no reason...
7399         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
7400         Ok, maybe not so quick next time.
7401
7402 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7403
7404         * configure.ac:
7405         * gst-libs/gst/Makefile.am:
7406           moved gst-libs/gst/net to netbuffer through CVS surgery
7407           remove old directory
7408           updating build to accomodate
7409           (#322257)
7410
7411 2005-11-29  Andy Wingo  <wingo@pobox.com>
7412
7413         * pkgconfig/gstreamer-plugins-base.pc.in:
7414         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7415         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
7416         (#322257).
7417
7418 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
7419
7420         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
7421         3rd time's the charm. Correct ref-counting for discarded buffers.
7422
7423 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
7424
7425         * gst/playback/gststreamselector.c:
7426         (gst_stream_selector_class_init),
7427         (gst_stream_selector_set_property),
7428         (gst_stream_selector_get_property),
7429         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7430         Fix ref-counting
7431
7432 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
7433
7434         * gst/subparse/gstsubparse.c: (feed_textbuf):
7435           Don't access already unref'ed buffer.
7436
7437 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
7438
7439         * gst/playback/gststreamselector.c:
7440         (gst_stream_selector_class_init), (gst_stream_selector_init),
7441         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
7442         (gst_stream_selector_get_property),
7443         (gst_stream_selector_get_linked_pad),
7444         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7445         * gst/playback/gststreamselector.h:
7446         Add the active-pad property for playbin to use shortly. Ignore buffers
7447         from any other pad, returning GST_FLOW_NOT_LINKED
7448
7449 2005-11-29  Julien MOUTTE  <julien@moutte.net>
7450
7451         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
7452         patch from bug #322704 (Alessandro Decina).
7453
7454 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7455
7456         * gst-libs/gst/audio/Makefile.am:
7457           folded audiofilter into the audio library
7458
7459 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7460
7461         * gst/videoscale/gstvideoscale.h:
7462         * gst/videoscale/gstvideoscale.c:
7463           remove unimplemented scale methods
7464
7465 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
7466
7467         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7468           Don't leak caps.
7469
7470 2005-11-28  Julien MOUTTE  <julien@moutte.net>
7471
7472         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7473         (gst_ximagesink_setcaps):
7474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7475         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
7476         happens (only visible on ximagesink but bug is in xv too) set_caps was
7477         destroying the internal x[v]image used to memcpy non locally alloced
7478         buffers so that it got renewed on next _chain. The issue is that 
7479         _expose will try to put that image as it reffed it in _put.
7480         Using gst_buffer_unref instead of destroy fixes it !
7481
7482 2005-11-28  Edward Hervey  <edward@fluendo.com>
7483
7484         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7485         (try_to_link_1), (queue_filled_cb):
7486         Better use of the queues. Start with a small size queue and only increase
7487         the size of the queues when the other queues are empty.
7488
7489 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
7490
7491         * gst-libs/gst/video/Makefile.am:
7492           compile in copied-over videofilter into the video library
7493         * gst-libs/gst/video/videosink.h:
7494           rename the header to gstvideosink.h since it's a base GstObject class
7495         * sys/ximage/ximagesink.h:
7496         * sys/xvimage/xvimagesink.h:
7497           use the new header
7498
7499 2005-11-28  Wim Taymans  <wim@fluendo.com>
7500
7501         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
7502         * gst/playback/gstplaybasebin.h:
7503         Prepare to handle errors betters.
7504
7505         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7506         Set sinks to PAUSED first before adding and linking them so that
7507         we don't interrupt dataflow.
7508
7509 2005-11-28  Wim Taymans  <wim@fluendo.com>
7510
7511         * gst-libs/gst/audio/TODO:
7512         Updated TODO
7513
7514         * gst-libs/gst/audio/gstaudiosink.c:
7515         (gst_audioringbuffer_open_device),
7516         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
7517         (gst_audioringbuffer_release):
7518         Small cleanups.
7519
7520         * gst-libs/gst/audio/gstbaseaudiosink.c:
7521         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
7522         (gst_base_audio_sink_change_state):
7523         Slave to the master clock when going to PLAYING and unslave when
7524         going to PAUSED.
7525
7526         * gst-libs/gst/audio/gstringbuffer.c:
7527         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7528         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
7529         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7530         (gst_ring_buffer_clear_all), (wait_segment),
7531         (gst_ring_buffer_commit), (gst_ring_buffer_read),
7532         (gst_ring_buffer_advance):
7533         * gst-libs/gst/audio/gstringbuffer.h:
7534         Add some docs and cleanups.
7535
7536 2005-11-28  Julien MOUTTE  <julien@moutte.net>
7537
7538         * sys/xvimage/xvimagesink.c:
7539         (gst_xvimagesink_navigation_send_event): Fix navigation events
7540         coordinates translation with pixel aspect ratios.
7541
7542 2005-11-28  Julien MOUTTE  <julien@moutte.net>
7543
7544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7545         Use calculated video geometry from _setcaps instead of buffer
7546         caps to respect pixel aspect ratio. (fixes #322388)
7547
7548 2005-11-28  Julien MOUTTE  <julien@moutte.net>
7549
7550         * docs/libs/tmpl/gstcolorbalance.sgml:
7551         * docs/libs/tmpl/gstmixer.sgml:
7552         * docs/libs/tmpl/gstxoverlay.sgml:
7553         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
7554         interface.
7555
7556 2005-11-28  Julien MOUTTE  <julien@moutte.net>
7557
7558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
7559         Refuse to create an XvImage if we can't find the format.
7560
7561 2005-11-28  Edward Hervey  <edward@fluendo.com>
7562
7563         * gst-libs/gst/riff/riff-media.c:
7564         (gst_riff_create_audio_template_caps):
7565         Add ATRAC3 to the list of riff-possible audio caps.
7566         I know we still don't have a plugin for atrac3, but it's saner to output
7567         that than a cryptic mimetype.
7568
7569 2005-11-27  Edward Hervey  <edward@fluendo.com>
7570
7571         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
7572         Don't try to create a zero-sized subbuffer.
7573
7574 2005-11-27  Julien MOUTTE  <julien@moutte.net>
7575
7576         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
7577         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
7578         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
7579         (gst_ximagesink_expose): Fixed a tricky race.
7580         * sys/ximage/ximagesink.h:
7581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7582         (gst_xvimagesink_expose): Fixed a tricky race.
7583         * sys/xvimage/xvimagesink.h:
7584
7585 2005-11-27  Edward Hervey  <edward@fluendo.com>
7586
7587         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7588         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
7589         Remove unused properties, and add queues between demuxers and decoders
7590         so that a lot more files can preroll properly.
7591
7592 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7593
7594         * gst-libs/gst/net/Makefile.am:
7595         * gst-libs/gst/rtp/Makefile.am:
7596         * gst-libs/gst/tag/Makefile.am:
7597           remove silly include
7598         * gst/tags/Makefile.am:
7599         * gst/tags/gsttagediting.c:
7600         * gst/tags/gsttageditingprivate.h:
7601         * gst/tags/tagedit.vcproj:
7602           remove directory, is as good as empty
7603
7604 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7605
7606         * configure.ac:
7607           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
7608         * gst-libs/Makefile.am:
7609         * gst-libs/gst/audio/Makefile.am:
7610         * gst-libs/gst/interfaces/Makefile.am:
7611         * gst-libs/gst/net/Makefile.am:
7612         * gst-libs/gst/riff/Makefile.am:
7613         * gst-libs/gst/rtp/Makefile.am:
7614         * gst-libs/gst/tag/Makefile.am:
7615         * gst-libs/gst/video/Makefile.am:
7616           and use them
7617
7618 2005-11-27  Julien MOUTTE  <julien@moutte.net>
7619
7620         * docs/libs/tmpl/gstcolorbalance.sgml:
7621         * docs/libs/tmpl/gstmixer.sgml:
7622         * docs/libs/tmpl/gstxoverlay.sgml:
7623         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
7624         * sys/ximage/ximagesink.h:
7625         * sys/xvimage/xvimagesink.h: More and more documentation.
7626
7627 2005-11-26  Julien MOUTTE  <julien@moutte.net>
7628
7629         * docs/libs/gst-plugins-base-libs-docs.sgml:
7630         * docs/libs/gst-plugins-base-libs-sections.txt:
7631         * docs/libs/tmpl/gstcolorbalance.sgml:
7632         * docs/libs/tmpl/gstmixer.sgml:
7633         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
7634         to documentation.
7635
7636 2005-11-26  Julien MOUTTE  <julien@moutte.net>
7637
7638         * docs/plugins/Makefile.am:
7639         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7640         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7641         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
7642
7643 2005-11-26  Julien MOUTTE  <julien@moutte.net>
7644
7645         * docs/plugins/Makefile.am:
7646         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7647         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7648         * docs/plugins/inspect/plugin-adder.xml:
7649         * docs/plugins/inspect/plugin-alsa.xml:
7650         * docs/plugins/inspect/plugin-audioconvert.xml:
7651         * docs/plugins/inspect/plugin-audiorate.xml:
7652         * docs/plugins/inspect/plugin-audioresample.xml:
7653         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7654         * docs/plugins/inspect/plugin-decodebin.xml:
7655         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7656         * docs/plugins/inspect/plugin-gnomevfs.xml:
7657         * docs/plugins/inspect/plugin-ogg.xml:
7658         * docs/plugins/inspect/plugin-playbin.xml:
7659         * docs/plugins/inspect/plugin-subparse.xml:
7660         * docs/plugins/inspect/plugin-tcp.xml:
7661         * docs/plugins/inspect/plugin-theora.xml:
7662         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7663         * docs/plugins/inspect/plugin-video4linux.xml:
7664         * docs/plugins/inspect/plugin-videorate.xml:
7665         * docs/plugins/inspect/plugin-videoscale.xml:
7666         * docs/plugins/inspect/plugin-videotestsrc.xml:
7667         * docs/plugins/inspect/plugin-volume.xml:
7668         * docs/plugins/inspect/plugin-vorbis.xml:
7669         * docs/plugins/inspect/plugin-ximagesink.xml:
7670         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
7671         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
7672
7673 2005-11-26  Edward Hervey  <edward@fluendo.com>
7674
7675         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
7676         Properly return GstFlowReturn from gst_pad_push in chain functions.
7677
7678 2005-11-25  Michael Smith  <msmith@fluendo.com>
7679
7680         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
7681         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
7682         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
7683         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
7684           Handle various conditions better when we don't understand a stream.
7685           Removes a heap of CRITICALs on ogg streams containing unknown data.
7686
7687 2005-11-24  Andy Wingo  <wingo@pobox.com>
7688
7689         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
7690         Be threadsafe.
7691
7692 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7693
7694         * configure.ac: back to HEAD
7695
7696 === release 0.9.6 ===
7697
7698 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
7699
7700         * configure.ac:
7701           releasing 0.9.6, "White Eight"
7702
7703 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7704
7705         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7706         * docs/plugins/inspect/plugin-sine.xml:
7707           remove sinesrc some more
7708
7709 2005-11-23  Wim Taymans  <wim@fluendo.com>
7710
7711         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
7712         If we are reading too slowly, jump forward in the ringbuffer
7713         instead of blocking.
7714
7715 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
7716
7717         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
7718         (gst_visual_chain):
7719         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
7720         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
7721         (gst_videorate_chain):
7722         * gst/videotestsrc/gstvideotestsrc.c:
7723         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
7724         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
7725         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
7726         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
7727         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
7728         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
7729           Updates for API changes
7730
7731 2005-11-23  Wim Taymans  <wim@fluendo.com>
7732
7733         * gst-libs/gst/audio/gstbaseaudiosink.c:
7734         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
7735         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7736         Fix for calibration API change.
7737
7738 2005-11-23  Michael Smith <msmith@fluendo.com>
7739
7740         * gst-libs/gst/audio/multichannel.c:
7741         (gst_audio_get_channel_positions),
7742         (gst_audio_set_channel_positions),
7743         (gst_audio_set_structure_channel_positions_list),
7744         (gst_audio_fixate_channel_positions):
7745           Use gst_value_array_*() functions on value arrays, not
7746           gst_value_list_*().
7747
7748 2005-11-23  Edward Hervey  <edward@fluendo.com>
7749
7750         * autogen.sh:
7751         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
7752         Fixes autogen
7753
7754 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7755
7756         * check/Makefile.am:
7757         * check/elements/videotestsrc.c: (setup_videotestsrc),
7758         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
7759         (main):
7760           add a test for videotestsrc
7761
7762 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7763
7764         * gst/sine/.cvsignore:
7765         * gst/sine/Makefile.am:
7766         * gst/sine/gstsinesrc.c:
7767         * gst/sine/gstsinesrc.h:
7768         * gst/sine/sinesrc.vcproj:
7769           and remove sinesrc from the repository.  Closes #321446
7770
7771 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7772
7773         * configure.ac:
7774         * gst-plugins-base.spec.in:
7775           remove sinesrc from the build
7776
7777 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7778
7779         * check/Makefile.am:
7780         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
7781         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
7782         (main):
7783           add a test for audiotestsrc, testing all waves.  Even seems
7784           leak-free at first glance, nice job Stefan
7785
7786 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
7787
7788         * po/af.po:
7789         * po/az.po:
7790         * po/cs.po:
7791         * po/en_GB.po:
7792         * po/hu.po:
7793         * po/it.po:
7794         * po/nb.po:
7795         * po/nl.po:
7796         * po/or.po:
7797         * po/sq.po:
7798         * po/sr.po:
7799         * po/sv.po:
7800         * po/uk.po:
7801         * po/vi.po:
7802           Translation string updates
7803
7804         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
7805         (gst_v4lsrc_set_caps):
7806         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
7807         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
7808         * sys/v4l/v4lsrc_calls.h:
7809           Improve v4lsrc, by making it work again.
7810
7811 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
7812
7813         * ext/libvisual/visual.c: (gst_visual_chain):
7814           Fix the fps calculations.
7815
7816         * gst/ffmpegcolorspace/avcodec.h:
7817           Move structure element for clarity
7818
7819         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
7820         * gst-libs/gst/interfaces/tunernorm.h:
7821         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
7822         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
7823         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
7824         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
7825         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
7826         (gst_v4lmjpegsrc_getcaps):
7827         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
7828         (gst_v4lsrc_set_caps):
7829         * sys/v4l/gstv4lsrc.h:
7830         * sys/v4l/v4l_calls.c: (gst_v4l_open):
7831         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
7832         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
7833         * sys/v4l/v4lsrc_calls.h:
7834           Fractional framerates...
7835
7836 2005-11-22  Wim Taymans  <wim@fluendo.com>
7837
7838         * gst-libs/gst/audio/gstbaseaudiosink.c:
7839         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
7840         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7841         And we provide a clock by default, of course...
7842
7843 2005-11-22  Wim Taymans  <wim@fluendo.com>
7844
7845         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
7846         This clock can be slaved to a master clock now.
7847
7848         * gst-libs/gst/audio/gstbaseaudiosink.c:
7849         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
7850         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
7851         (gst_base_audio_sink_set_clock),
7852         (gst_base_audio_sink_set_property),
7853         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
7854         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7855         * gst-libs/gst/audio/gstbaseaudiosink.h:
7856         Handle slaving the internal clock to the clock selected in the
7857         pipeline.
7858         Add property to make the basesink not provide a clock.
7859
7860         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7861         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
7862         (gst_base_rtp_depayload_wait):
7863         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7864         We can use the clock in GstElement, no need to store it ourselves.
7865
7866 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7867
7868         * docs/libs/tmpl/gstaudio.sgml:
7869           update
7870         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
7871         (gst_paranoia_endian_get_type):
7872         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
7873         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7874         * gst/audiotestsrc/gstaudiotestsrc.c:
7875         (gst_audiostestsrc_wave_get_type):
7876         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
7877         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
7878         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
7879         (gst_sync_method_get_type), (gst_unit_type_get_type),
7880         (gst_client_status_get_type), (gst_multifdsink_class_init),
7881         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
7882         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
7883         (gst_multifdsink_get_property):
7884         * gst/tcp/gstmultifdsink.h:
7885         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
7886         * gst/videotestsrc/gstvideotestsrc.c:
7887         (gst_videotestsrc_pattern_get_type):
7888           remove deprecated properties
7889           fix up enums to correctly have short lowercase dashed nicks
7890
7891 2005-11-22  Michael Smith <msmith@fluendo.com>
7892
7893         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
7894         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7895           Add underscore.
7896
7897 2005-11-22  Michael Smith <msmith@fluendo.com>
7898
7899         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
7900         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7901           Use utility method for scaling clocktime for fractional framerates.
7902
7903 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
7904
7905         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
7906         (gst_visual_chain):
7907         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7908         * ext/theora/theoradec.c: (theora_handle_type_packet):
7909         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7910         (theora_enc_chain):
7911         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7912         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
7913         * gst-libs/gst/video/video.h:
7914         * gst/ffmpegcolorspace/avcodec.h:
7915         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7916         (gst_ffmpeg_caps_to_pixfmt):
7917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7918         (gst_ffmpegcsp_set_caps):
7919         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7920         (gst_videorate_setcaps), (gst_videorate_blank_data),
7921         (gst_videorate_chain):
7922         * gst/videotestsrc/gstvideotestsrc.c:
7923         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
7924         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
7925         (gst_videotestsrc_event), (gst_videotestsrc_create):
7926         * gst/videotestsrc/gstvideotestsrc.h:
7927         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
7928         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
7929         (gst_ximagesink_get_times), (gst_ximagesink_init):
7930         * sys/ximage/ximagesink.h:
7931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7932         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7933         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
7934         * sys/xvimage/xvimagesink.h:
7935           Convert elements to use fractions for their framerate.
7936           V4L elements to come later tonight.
7937
7938 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7939
7940         * gst-libs/gst/audio/audio.c:
7941         * gst-libs/gst/audio/audio.h:
7942           remove some deprecated functions
7943
7944 2005-11-22  Andy Wingo  <wingo@pobox.com>
7945
7946         * Update for gst_tag_setter API changes.
7947
7948 2005-11-22  Andy Wingo  <wingo@pobox.com>
7949
7950         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
7951         (gst_ogg_demux_perform_seek):
7952         * ext/theora/theoradec.c (theora_dec_sink_event):
7953         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
7954         update-funcnames.
7955
7956 2005-11-22  Wim Taymans  <wim@fluendo.com>
7957
7958         * examples/seeking/seek.c: (main):
7959         Give higher priority to bus signals than the gtk events
7960         to fix a race condition in the segment looping.
7961
7962 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
7963
7964         * ext/theora/Makefile.am:
7965         * ext/vorbis/Makefile.am:
7966         * gst-libs/gst/tag/Makefile.am:
7967         * gst-plugins-base.spec.in:
7968           Rename libgsttagedit to libgsttag (#322117).
7969
7970 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
7971
7972         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
7973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
7974           Call gst_x_overlay_prepare_xwindow_id() to give applications
7975           a final chance to set their own xwindow id before the video
7976           sink creates its own window.
7977
7978 2005-11-22  Julien MOUTTE  <julien@moutte.net>
7979
7980         * sys/xvimage/xvimagesink.c:
7981         (gst_xvimagesink_navigation_send_event): Handle navigation
7982         events correcly with borders if applicable.
7983
7984 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
7985
7986         Patch by: Luca Ognibene
7987
7988         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7989         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7991         (gst_ffmpegcsp_caps_remove_format_info):
7992         * gst/ffmpegcolorspace/imgconvert.c:
7993         * gst/ffmpegcolorspace/imgconvert_template.h:
7994           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
7995           #318353); use gst_structure_has_name().
7996
7997 2005-11-22  Julien MOUTTE  <julien@moutte.net>
7998
7999         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
8000         (gst_ximagesink_class_init): Add debug macros on functions.
8001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8002         (gst_xvimagesink_xwindow_draw_borders),
8003         (gst_xvimagesink_xvimage_put),
8004         (gst_xvimagesink_xwindow_update_geometry),
8005         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
8006         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
8007         (gst_xvimagesink_xcontext_clear),
8008         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
8009         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8010         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8011         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
8012         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
8013         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8014         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
8015         expose while being PAUSED, out of data flow navigation events, etc..
8016
8017 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8018
8019         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
8020         * gst-libs/gst/audio/audio.h:
8021           fix prototype - wondering why the test worked regardless
8022
8023 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8024
8025         * check/Makefile.am:
8026         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
8027         * gst-libs/gst/audio/audio.h:
8028           add a method that returns a proper GstClockTime
8029
8030 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8031
8032         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
8033         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
8034         * gst-libs/gst/interfaces/xoverlay.h:
8035           Remove everything having to do with the desired size; add 
8036           gst_x_overlay_prepare_xwindow_id() function; remove the
8037           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
8038           post a message on the bus instead (#321816).
8039
8040         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
8041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
8042         (gst_xvimagesink_xoverlay_init):
8043           Remove desired size stuff (#321816).
8044
8045 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8046
8047         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8048         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8049         (mpeg_video_type_find), (mpeg_video_stream_type_find):
8050           Terminate vararg functions with NULL instead of 0 to 
8051           make gcc4 happy.
8052
8053 2005-11-21  Andy Wingo  <wingo@pobox.com>
8054
8055         patch by: Sebastien Cote <sebas642@yahoo.ca>
8056         
8057         * gst-libs/gst/rtp/gstrtpbuffer.h: 
8058         * gst-libs/gst/rtp/gstrtpbuffer.c
8059         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
8060
8061 2005-11-21  Andy Wingo  <wingo@pobox.com>
8062
8063         * gst/playback/gstplaybin.c (gen_audio_element) 
8064         (gen_video_element): Use the new MISSING_PLUGIN core error
8065         category. Closes #320060.
8066
8067         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
8068         * gst/videorate/gstvideorate.c (gst_videorate_event):
8069         * ext/theora/theoradec.c (theora_dec_sink_event): 
8070         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
8071         stream lock.
8072
8073         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
8074         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
8075         stream lock changes.
8076
8077 2005-11-21  Wim Taymans  <wim@fluendo.com>
8078
8079         * gst-libs/gst/audio/gstbaseaudiosink.c:
8080         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
8081         (gst_base_audio_sink_provide_clock),
8082         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
8083         (gst_base_audio_sink_change_state):
8084         * gst/audioresample/gstaudioresample.c:
8085         Segment update fix.
8086
8087 2005-11-21  Andy Wingo  <wingo@pobox.com>
8088
8089         * *.h:
8090         * *.c: Ran scripts/update-macros. Oh yes.
8091
8092 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8093
8094         * sys/ximage/Makefile.am:
8095         * sys/ximage/ximage.c:
8096           Rename ximage plugin to ximagesink (#321426) (Don't forget to
8097           remove your old libgstximage.* manually if necessary).
8098
8099 2005-11-21  Michael Smith <msmith@fluendo.com>
8100
8101         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
8102           Minimal fix for bug #320200: set the min/max bitrate in the correct
8103           units. A better fix would be to upgrade to the RATEMANAGE2
8104           interface, rather than using the deprecated interface used here, but
8105           that would require an update in our libvorbis dependency (to 1.1),
8106           which is probably undesirable.
8107
8108 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
8109
8110         * ext/libvisual/visual.c: (get_buffer):
8111         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8112         (gst_base_audio_src_fixate):
8113         * gst/audioconvert/gstaudioconvert.c:
8114         (gst_audio_convert_fixate_caps):
8115         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
8116         * gst/audiotestsrc/gstaudiotestsrc.c:
8117         (gst_audiotestsrc_src_fixate):
8118         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
8119         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
8120         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
8121         * gst/videotestsrc/gstvideotestsrc.c:
8122         (gst_videotestsrc_src_fixate):
8123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
8124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
8125           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
8126           (#322027)
8127
8128
8129 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8132         (gst_riff_create_iavs_caps):
8133         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
8134         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8135         (gst_riff_parse_info):
8136         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
8137         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
8138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8139           Fixes for GST_FOURCC_FORMAT API change.
8140
8141 2005-11-21  Andy Wingo  <wingo@pobox.com>
8142
8143         patch by: Alessandro Dessina <alessandro nnva org>
8144
8145         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
8146         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
8147         (gst_ogg_parse_chain):
8148         * ext/theora/theoraenc.c (theora_set_header_on_caps):
8149         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
8150         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
8151         gst_value_list calls on arrays. Fixes #321962.
8152
8153 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
8154
8155         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8156         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
8157         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
8158         * gst/adder/gstadder.c: (gst_adder_init),
8159         (gst_adder_request_new_pad), (gst_adder_collected),
8160         (gst_adder_change_state):
8161           Update for gst_collectpads_foo() to gst_collect_pads_foo()
8162           API change.
8163
8164 2005-11-21  Michael Smith <msmith@fluendo.com>
8165
8166         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
8167         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
8168           Properly handle pad_push return values.
8169
8170 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
8171
8172         * gst-libs/gst/tag/Makefile.am:
8173         * gst-libs/gst/tag/gstvorbistag.c:
8174         (gst_tag_list_to_vorbiscomment_buffer):
8175           Remove obsolete vorbistag element and debug category.
8176
8177         * gst/playback/gstplaybasebin.c: (check_queue):
8178           Don't divide by 0 when queue-threshold is 0.
8179
8180         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
8181           Don't modify an existing pixel-aspect-ratio if we fail to read
8182           a new one.
8183
8184 2005-11-20  Wim Taymans  <wim@fluendo.com>
8185
8186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
8187         (gst_vorbisenc_push_packet):
8188         GST_PAD_IS_USABLE is gone, use the return value of
8189         the push or pad_alloc_buffer instead.
8190
8191 2005-11-18  Julien MOUTTE  <julien@moutte.net>
8192
8193         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8194         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
8195         (gst_ximagesink_ximage_destroy),
8196         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
8197         (gst_ximagesink_xwindow_new),
8198         (gst_ximagesink_xwindow_update_geometry),
8199         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
8200         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
8201         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
8202         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
8203         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
8204         (gst_ximagesink_navigation_send_event),
8205         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
8206         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8207         (gst_ximagesink_finalize), (gst_ximagesink_init),
8208         (gst_ximagesink_class_init):
8209         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
8210         This new version brings correct software scaling, non flickering
8211         window while resizing, pixel aspect ratio handling, usage of
8212         hardware buffer pools, out of data flow event thread for 
8213         navigation and handling of expose events even when being PAUSED,
8214         a new property to keep video aspect ratio when resizing, etc...
8215
8216 2005-11-18  Julien MOUTTE  <julien@moutte.net>
8217
8218         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8219         (gst_videoscale_fixate_caps): Introduce back caps fixate with
8220         handling of PAR.
8221
8222 2005-11-18    <bilboed@dvdsrc.fluendo.com>
8223
8224         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
8225         Unsetting IS_SINK flag from the fakesink, so decodebin
8226         never behaves as a sink.
8227
8228 2005-11-17  Wim Taymans  <wim@fluendo.com>
8229
8230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8231         (gst_base_audio_src_change_state):
8232         Fix the audiosrc base class again, we did not unflush.
8233
8234 2005-11-17  Julien MOUTTE  <julien@moutte.net>
8235
8236         * examples/seeking/seek.c: (make_dv_pipeline),
8237         (make_vorbis_theora_pipeline), (make_avi_pipeline),
8238         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
8239         to ogg/vorbis/theora pipeline.
8240
8241 2005-11-17  Wim Taymans  <wim@fluendo.com>
8242
8243         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8244         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8245         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8246         Fix EOS on multiple streams.
8247         More debugging.
8248
8249 2005-11-16  Wim Taymans  <wim@fluendo.com>
8250
8251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
8252         (gst_ogg_demux_perform_seek):
8253         Segment done must include stream time.
8254
8255         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8256         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
8257         (gst_ogg_mux_change_state):
8258         Fix ogg muxer again.
8259
8260 2005-11-16  Wim Taymans  <wim@fluendo.com>
8261
8262         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
8263         Fix compile again.
8264
8265 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8266
8267         * ext/libvisual/visual.c: (gst_visual_init):
8268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
8269         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
8270         (gst_ogg_parse_chain):
8271         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8272         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
8273         * ext/theora/theoradec.c: (gst_theora_dec_init):
8274         * ext/theora/theoraenc.c: (gst_theora_enc_init):
8275         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
8276         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
8277         * gst/adder/gstadder.c: (gst_adder_class_init),
8278         (gst_adder_dispose):
8279         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
8280         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8281         * gst/videorate/gstvideorate.c: (gst_videorate_init):
8282           Fix a whole set of pad template leaks
8283
8284 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8285
8286         * check/generic/states.c: (GST_START_TEST):
8287           fix the test so that it only checks for elements that are part of
8288           this source module
8289
8290 2005-11-16  Michael Smith <msmith@fluendo.com>
8291
8292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
8293         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
8294         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
8295         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
8296         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
8297         (gst_ogg_mux_change_state):
8298           Fix leaking collectpads.
8299
8300 2005-11-16  Edward Hervey  <edward@fluendo.com>
8301
8302         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8303         (gst_videorate_event), (gst_videorate_chain):
8304         Handle segment seeks
8305
8306 2005-11-16  Wim Taymans  <wim@fluendo.com>
8307
8308         * gst-libs/gst/audio/gstbaseaudiosink.c:
8309         (gst_base_audio_sink_provide_clock),
8310         (gst_base_audio_sink_change_state):
8311         Set ringbuffer to non-flushing when going to PAUSED, set to
8312         flushing again when going to READY.
8313
8314         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8315         (gst_ring_buffer_stop):
8316         Start in flushing mode by default.
8317         Don't set flushing in the _stop method, let the app call
8318         this explicitly.
8319
8320 2005-11-16  Julien MOUTTE  <julien@moutte.net>
8321
8322         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
8323         * gst-libs/gst/video/videosink.h: Add helper function needed
8324         for video sinks.
8325
8326 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
8327
8328         * gst/videoscale/gstvideoscale.c:
8329         (gst_videoscale_handle_src_event):
8330           Don't leak reference to pad parent.
8331
8332 2005-11-16  Wim Taymans  <wim@fluendo.com>
8333
8334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
8335         Set ringbuffer to flushing when stopping so that we don't
8336         block on wait_segment anymore and livelock.
8337
8338 2005-11-16  Wim Taymans  <wim@fluendo.com>
8339
8340         * examples/seeking/seek.c: (send_event), (do_seek),
8341         (loop_toggle_cb), (segment_done), (main):
8342         Added looping checkbox.
8343
8344 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8345
8346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8347         (gst_ogg_demux_init):
8348         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
8349         (gst_vorbis_dec_init):
8350           revert unrefs, they don't pass make check
8351
8352 2005-11-15  Johan Dahlin  <johan@gnome.org>
8353
8354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8355         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
8356         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
8357         (gst_vorbis_dec_init):
8358         Fix pad template leaks. 
8359
8360 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
8361
8362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
8363           Make state change function thread safe.
8364
8365 2005-11-15  Edward Hervey  <edward@fluendo.com>
8366
8367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
8368         (gst_ogg_demux_class_init):
8369         Implement GstElement::send_event, so we can send seek events
8370         in GST_STATE_READY
8371
8372 2005-11-14  Julien MOUTTE  <julien@moutte.net>
8373
8374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
8375         Discovered how to take away flickering while resizing the
8376         window. Please don't put that in ximagesink, refactoring in
8377         progress.
8378
8379 2005-11-14  Michael Smith <msmith@fluendo.com>
8380
8381         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
8382         (gst_multifdsink_render):
8383           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
8384
8385 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
8386
8387         * gst/playback/gstplaybin.c: (gen_audio_element):
8388           Use autoaudiosink, it tends to be more widely available than
8389           autoaudiiosink.
8390           
8391 2005-11-14  Andy Wingo  <wingo@pobox.com>
8392
8393         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
8394         as well if it is available. Fixes #316442.
8395
8396 2005-11-14  Michael Smith <msmith@fluendo.com>
8397
8398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
8399         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
8400         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
8401         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
8402         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
8403         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
8404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
8405         (gst_vorbisenc_change_state):
8406           Fix a small memory leak in vorbisenc.
8407           Fix large memory leaks in oggmux, also fix lots of state change
8408           bugs in oggmux.
8409
8410 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8411
8412         * gst/videotestsrc/gstvideotestsrc.c:
8413         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
8414         (gst_videotestsrc_src_fixate):
8415           move fixation to a fixate function
8416           remove negotiate function, basesrc's is good enough
8417           fixes a bug for check when using the element alone
8418
8419 2005-11-13  Edward Hervey  <edward@fluendo.com>
8420
8421         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
8422         (key_toggle_cb), (main):
8423         Added checkboxes for adding/removing the accurate and key_unit seek
8424         flags.
8425
8426 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8427
8428         * configure.ac: back to HEAD
8429
8430 === release 0.9.5 ===
8431
8432 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
8433
8434         * configure.ac:
8435           releasing 0.9.5, "No No Kia"
8436
8437 2005-11-11  Edward Hervey  <edward@fluendo.com>
8438
8439         * examples/seeking/seek.c: (make_parselaunch_pipeline):
8440         Added parse-launch syntax seeking mode for the seeking example.
8441         This should help stress-test even more cases.
8442         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
8443
8444 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
8445
8446         * sys/xvimage/xvimagesink.c:
8447         (gst_xvimagesink_navigation_send_event):
8448           Check whether peer pad exists before sending navigation events
8449           to it.
8450
8451 2005-11-11  Michael Smith <msmith@fluendo.com>
8452
8453         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
8454         (gst_vorbisenc_buffer_from_packet):
8455         * ext/vorbis/vorbisenc.h:
8456           Set duration on encoded buffers. This allows oggmux's
8457           max_page_delay parameter to actually work.
8458
8459 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
8460
8461         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8462         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
8463         (gst_ffmpegcsp_avpicture_fill):
8464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8465         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
8466           Make palettes work again (see #132341). Use our own macros
8467           for rounding up.
8468
8469 2005-11-10  Andy Wingo  <wingo@pobox.com>
8470
8471         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
8472         string doober.
8473
8474 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8475
8476         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8477         (gst_ffmpegcsp_transform_caps):
8478           Prefer passthrough in transform_caps
8479
8480 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8481
8482         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8483           check for ALSA errors properly, instead of relying on ALSA's
8484           error strings to serve to the user.
8485
8486 2005-11-10  Wim Taymans  <wim@fluendo.com>
8487
8488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
8489         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
8490         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
8491         Modernise the seek code.
8492
8493 2005-11-10  Michael Smith <msmith@fluendo.com>
8494         
8495         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
8496         (setup_substreams), (set_active_source):
8497           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
8498           trying to go to NULL if we failed to read a file.
8499
8500 2005-11-10  Wim Taymans  <wim@fluendo.com>
8501
8502         * gst/audiotestsrc/gstaudiotestsrc.c:
8503         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
8504         (gst_audiotestsrc_create):
8505         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8506         (gst_sinesrc_get_times), (gst_sinesrc_create):
8507         * gst/videotestsrc/gstvideotestsrc.c:
8508         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
8509         (gst_videotestsrc_create):
8510         The base class can now sync for us.
8511
8512 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8513
8514         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
8515           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
8516           name=source autoprobe=false autoprobe-fps=false copy-mode=1
8517           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
8518           format=(fourcc)I420" ! xvimagesink
8519
8520 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
8521
8522         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8523         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
8524         (gst_sinesrc_newsegment):
8525           Send newsegment event in TIME format, set duration if
8526           num-buffers is set, fix duration querying.
8527
8528 2005-11-10  Michael Smith <msmith@fluendo.com>
8529
8530         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
8531         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
8532         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
8533         (gst_ogg_mux_collected):
8534          Fix EOS handling, partially. Now forwarding an EOS event once we have
8535          EOS on all pads works correctly. However, we still don't properly set
8536          EOS on the actual ogg stream pages.
8537
8538 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
8539
8540         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
8541           Set elements to NULL state before disposing of them.
8542
8543 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
8544
8545         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8546
8547         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8548         (gst_base_rtp_depayload_init),
8549         (gst_base_rtp_depayload_set_gst_timestamp):
8550         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8551           We need to send a newsegment event for each instance, not
8552           just for the first instance of this class (get rid of
8553           static variable in function). (#321011).
8554           
8555 2005-11-08  Michael Smith <msmith@fluendo.com>
8556
8557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
8558         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
8559         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
8560         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
8561           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
8562           This makes us mux things correctly according to the ogg muxing
8563           rules. Still not handling EOS correctly right now, though.
8564
8565 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
8566
8567         * gst/audioconvert/gstaudioconvert.c:
8568           Fix typo in docs. 
8569
8570 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
8571
8572         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8573         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
8574           Initialise segment_stop to GST_CLOCK_TIME_NONE when
8575           creating a new chain; should fix live streaming. Also
8576           add more debug output and fix a typo.
8577
8578 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
8579
8580         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8581
8582         * gst/volume/gstvolume.c: (volume_set_caps):
8583           Fix compilation on Solaris with Forte. (#320923)
8584
8585 2005-11-08  Wim Taymans  <wim@fluendo.com>
8586
8587         * gst-libs/gst/audio/gstbaseaudiosink.c:
8588         (gst_base_audio_sink_render):
8589         No need to do a typecheck.
8590
8591 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
8592
8593         * ext/alsa/gstalsa.h:
8594           We register a debug category, so let's use it.
8595
8596 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
8597
8598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8599         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
8600         Fixed a small problem.
8601
8602 2005-11-04  Wim Taymans  <wim@fluendo.com>
8603
8604         * examples/seeking/Makefile.am:
8605         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
8606         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
8607         (make_playerbin_pipeline), (format_value), (update_scale),
8608         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
8609         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
8610         (print_usage), (main):
8611         Added app for playback speed testing.
8612
8613         * examples/seeking/seek.c: (dynamic_link),
8614         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
8615         (make_mpeg_pipeline), (do_seek), (set_update_scale),
8616         (message_received), (main):
8617         Updated seek example.
8618
8619 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
8620
8621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8622         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8623         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
8624         (gst_base_rtp_depayload_set_clock):
8625         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8626         Don't sleep on the bench (system clock) when you have a nice 
8627         comfortable bed (Gstreamer clock) to sleep on.
8628
8629 2005-11-03  Wim Taymans  <wim@fluendo.com>
8630
8631         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8632         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
8633         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
8634         Handle the case where a pad_block failed.
8635
8636 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
8637
8638         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
8639
8640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8641         (gst_base_rtp_depayload_add_to_queue),
8642         (gst_base_rtp_depayload_push),
8643         (gst_base_rtp_depayload_set_gst_timestamp),
8644         (gst_base_rtp_depayload_queue_release):
8645           Fixes some bugs in the depayloader's queuing/de-queueing code.
8646
8647 2005-10-31  Michael Smith <msmith@fluendo.com>
8648
8649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8650         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8651         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
8652           Patch from Alessandro Decina <alessandro@nnva.org>.
8653           Make oggdemux only find the final time in a chain, not per-pad,
8654           since the per-pad information can be very expensive to locate, and
8655           it isn't used anywhere. This makes reading a file containing
8656           OggSkeleton reasonably fast.
8657           Also, make chain finding work when there are logical bitstreams that
8658           can't be decoded. Fixes #319110.
8659
8660 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
8661
8662         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8663         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8664         (gst_base_rtp_depayload_chain),
8665         (gst_base_rtp_depayload_add_to_queue),
8666         (gst_base_rtp_depayload_push),
8667         (gst_base_rtp_depayload_set_gst_timestamp),
8668         (gst_base_rtp_depayload_queue_release),
8669         (gst_base_rtp_depayload_start_thread),
8670         (gst_base_rtp_depayload_set_property),
8671         (gst_base_rtp_depayload_get_property):
8672         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8673         Some random fixes, to fullfill the desires of thomas.
8674
8675 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
8676
8677         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8678         (gst_base_rtp_depayload_add_to_queue),
8679         (gst_base_rtp_depayload_push):
8680         Fixed the queueing algorithm.
8681
8682 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
8683
8684         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8685         (gst_base_rtp_depayload_push):
8686         A small fix
8687
8688 2005-10-31  Wim Taymans  <wim@fluendo.com>
8689
8690         * gst-libs/gst/audio/gstringbuffer.h:
8691         Don't break ABI.
8692
8693         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8694         (gst_ffmpeg_caps_to_pixfmt):
8695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8696         (gst_ffmpegcsp_set_caps):
8697         Some more comments.
8698         Handle missing required caps fields better.
8699
8700 2005-10-31  Wim Taymans  <wim@fluendo.com>
8701
8702         * gst-libs/gst/audio/gstbaseaudiosink.c:
8703         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
8704         (gst_base_audio_sink_render):
8705         * gst-libs/gst/audio/gstringbuffer.c:
8706         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8707         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8708         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
8709         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
8710         (gst_ring_buffer_read):
8711         * gst-libs/gst/audio/gstringbuffer.h:
8712         Add flushing mode to the ringbuffer so that it in all cases does
8713         not try to handle more audio. This makes sure it does not try to
8714         block anymore when flushing and fixes a livelock.
8715
8716 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
8717
8718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
8719         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
8720         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
8721           Explicitly check for -1 values before doing a conversion
8722           and always map them to -1. (#315545)
8723
8724 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8725
8726         * gst/playback/gstplaybin.c: (gen_video_element):
8727           first try autovideosink, then xvimagesink, then error out
8728         * po/POTFILES.in:
8729           add translatable file
8730         * po/af.po:
8731         * po/az.po:
8732         * po/cs.po:
8733         * po/en_GB.po:
8734         * po/hu.po:
8735         * po/it.po:
8736         * po/nb.po:
8737         * po/nl.po:
8738         * po/or.po:
8739         * po/sq.po:
8740         * po/sr.po:
8741         * po/sv.po:
8742         * po/uk.po:
8743         * po/vi.po:
8744           update translations
8745
8746 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
8747
8748         * gst-libs/gst/rtp/gstbasedepayload.c:
8749         * gst-libs/gst/rtp/gstbasedepayload.h:
8750           Minor cleanups
8751
8752 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
8753
8754         * gst/playback/.cvsignore:
8755         * gst/playback/decodetest.c:
8756         * gst/playback/test3.c:
8757           Port these two tests as well.
8758
8759 2005-10-27  Wim Taymans  <wim@fluendo.com>
8760
8761         * ext/theora/theoradec.c: (theora_dec_src_query),
8762         (theora_dec_sink_event):
8763         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8764         (theora_enc_change_state):
8765         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8766         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
8767         Take proper locks when handling events.
8768
8769 2005-10-27  Wim Taymans  <wim@fluendo.com>
8770
8771         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
8772         (gst_adder_change_state):
8773         Fix timestamps and fix deadlock when stopping the collectpads.
8774
8775 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
8776
8777         * gst-libs/gst/rtp/gstrtpbuffer.h:
8778         Declaring the payload types as strings too so that they can be used
8779         in the padtemplate inialization.
8780
8781 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
8782
8783         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
8784
8785         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8786         (gst_base_rtp_depayload_class_init):
8787         Fixes a small but nasty bug. The derived elements no longer segfaults
8788         on finalization.
8789
8790 2005-10-26  Michael Smith <msmith@fluendo.com>
8791
8792         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
8793           When clearing an audioconvert context, set tmpbufsize to zero, so
8794           we'll allocate it again later if required.
8795           This fixes audioconvert re-negotiating formats, which previously
8796           segfaulted with a NULL destination buffer.
8797
8798 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
8799
8800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8801         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
8802         (gst_base_rtp_depayload_set_gst_timestamp),
8803         (gst_base_rtp_depayload_queue_release):
8804         Fixed a smalll memleak.
8805
8806 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
8807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8808         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
8809         (gst_base_rtp_depayload_finalize),
8810         (gst_base_rtp_depayload_setcaps),
8811         (gst_base_rtp_depayload_add_to_queue),
8812         (gst_base_rtp_depayload_push),
8813         (gst_base_rtp_depayload_set_gst_timestamp),
8814         (gst_base_rtp_depayload_queue_release),
8815         (gst_base_rtp_depayload_thread),
8816         (gst_base_rtp_depayload_change_state):
8817         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8818         Changed the C++ comments to C comments
8819
8820 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
8821
8822         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
8823         * gst/tcp/gsttcpclientsrc.h:
8824         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
8825         * gst/tcp/gsttcpserversrc.h:
8826           Remove unused 'curoffset' structure member.
8827
8828 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
8829
8830         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8831         (gst_base_rtp_depayload_base_init),
8832         (gst_base_rtp_depayload_finalize):
8833         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8834         * gst-libs/gst/rtp/gstbasertppayload.h:
8835           The pad-template on the sinkpad should be set by the derived classes.
8836           Also added some useful macros.
8837
8838 2005-10-24  Wim Taymans  <wim@fluendo.com>
8839
8840         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8841         Correctly flush decoder samples even if we could not
8842         copy them to an output buffer. Fixes #319618.
8843
8844 2005-10-24  Julien MOUTTE  <julien@moutte.net>
8845
8846         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
8847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
8848         the caps against our xcontext caps.
8849
8850 2005-10-24  Wim Taymans  <wim@fluendo.com>
8851
8852         * gst-libs/gst/audio/gstbaseaudiosink.c:
8853         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
8854         Remove g_print
8855         Use sync property from baseclass to disable sync.
8856
8857 2005-10-24  Wim Taymans  <wim@fluendo.com>
8858
8859         * gst-libs/gst/audio/gstbaseaudiosink.c:
8860         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
8861         Buffers with no timestamps get aligned with previous buffers or
8862         on underrun, played ASAP.
8863
8864 2005-10-24  Julien MOUTTE  <julien@moutte.net>
8865
8866         * gst-libs/gst/video/video.h:
8867         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8868         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
8869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
8870         here comes my change on caps for framerate and geometry range.
8871         We are now accepting 1 to MAXINT for width and height, and from
8872         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
8873         to be blended correctly in videomixer.
8874
8875 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8876
8877         * configure.ac:
8878           back to HEAD
8879
8880 === release 0.9.4 ===
8881
8882 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8883
8884         * NEWS:
8885         * RELEASE:
8886         * configure.ac:
8887           releasing 0.9.4, "Velociraptor"
8888
8889 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8890
8891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
8892         * po/POTFILES.in:
8893           STOPPED -> FAILED
8894
8895 2005-10-21  Wim Taymans  <wim@fluendo.com>
8896
8897         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8898         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
8899         (pad_blocked), (close_pad_link), (new_pad):
8900         Don't try to remove elements twice.
8901
8902 2005-10-21  Wim Taymans  <wim@fluendo.com>
8903
8904         * ext/theora/theoradec.c: (theora_dec_src_query),
8905         (theora_dec_sink_event):
8906         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8907         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8908         (vorbis_handle_data_packet):
8909         * ext/vorbis/vorbisdec.h:
8910         Fix old naming.
8911
8912         * gst-libs/gst/audio/gstbaseaudiosink.c:
8913         (gst_base_audio_sink_render):
8914         Don't try to sync on buffers without a timestamp.
8915
8916 2005-10-21  Wim Taymans  <wim@fluendo.com>
8917
8918         * ext/theora/theoradec.c: (theora_dec_src_query),
8919         (theora_dec_sink_event):
8920         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8921         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8922         (vorbis_handle_data_packet):
8923         * ext/vorbis/vorbisdec.h:
8924         Fix old naming.
8925
8926 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
8927
8928         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
8929         (gst_vorbisenc_src_query):
8930           Implement position and duration queries.
8931
8932         * gst/playback/test3.c: (update_scale), (main):
8933           Fix for async state changes and print nicer output.
8934
8935 2005-10-20  Wim Taymans  <wim@fluendo.com>
8936
8937         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
8938         (dump_element_stats), (main):
8939         * gst/playback/test6.c: (main):
8940         Fix tests again
8941
8942 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
8945         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8946           Don't use functions for position queries when handling
8947           duration queries.
8948
8949 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
8950
8951         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8952         (vorbis_handle_data_packet), (vorbis_dec_chain),
8953         (vorbis_dec_change_state):
8954         * ext/vorbis/vorbisdec.h:
8955           Vorbis streams can be embedded in other container formats
8956           than ogg, container formats where the demuxer might set 
8957           timestamps on encoded vorbis buffers instead of those silly 
8958           granulepos thingies. In short: make vorbisdec handle 
8959           timestamps on incoming buffers as well.
8960
8961 2005-10-20  Wim Taymans  <wim@fluendo.com>
8962
8963         * gst/playback/gstplaybasebin.c: (group_destroy),
8964         (gst_play_base_bin_change_state):
8965         Fix leak.
8966         Handle case where playbasebin is now ASYNC because
8967         decodebin is.
8968
8969 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
8970
8971         * gst/audioconvert/Makefile.am:
8972         * gst/audioconvert/bufferframesconvert.c:
8973         * gst/audioconvert/plugin.c: (plugin_init):
8974         * gst/audioconvert/plugin.h:
8975           And bye bye buffer-frames-convert
8976
8977 2005-10-19  Wim Taymans  <wim@fluendo.com>
8978
8979         * check/elements/audioconvert.c:
8980         * docs/libs/tmpl/gstaudio.sgml:
8981         * docs/libs/tmpl/gstcolorbalance.sgml:
8982         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8983         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
8984         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
8985         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
8986         * gst-libs/gst/audio/audio.h:
8987         * gst/audioconvert/audioconvert.h:
8988         * gst/audioconvert/gstaudioconvert.c:
8989         (gst_audio_convert_parse_caps):
8990         * gst/volume/gstvolume.c:
8991         Bye bye buffer-frames.
8992
8993 2005-10-19  Wim Taymans  <wim@fluendo.com>
8994
8995         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
8996         (query_positions_elems), (query_positions_pads), (update_scale),
8997         (do_seek), (set_update_scale), (message_received), (main):
8998         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8999         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
9000         (gst_ogg_demux_loop):
9001         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9002         * ext/theora/theoradec.c: (theora_dec_src_query),
9003         (theora_dec_sink_event):
9004         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9005         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
9006         * gst/adder/gstadder.c: (gst_adder_query):
9007         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
9008         * gst/playback/test3.c: (update_scale):
9009         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
9010         (dump_element_stats), (main):
9011         * gst/playback/test6.c: (main):
9012         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
9013         Query API update.
9014
9015 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
9016
9017         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
9018         (xml_check_first_element), (xml_type_find), (smil_type_find),
9019         (plugin_init):
9020           Add typefinding for SMIL and for generic XML. Based on patch by
9021           Akos Maroy (#308663).
9022
9023 2005-10-18  Wim Taymans  <wim@fluendo.com>
9024
9025         * gst/playback/Makefile.am:
9026         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9027         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
9028         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
9029         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
9030         (gst_decode_bin_change_state):
9031         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9032         (gst_play_bin_send_event_to_sink):
9033         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
9034         (dump_element_stats), (main):
9035         * gst/playback/test6.c: (main):
9036         Make playbin async, it'll commit state to paused when all streams
9037         are detected.
9038         Remove ugly hack.
9039         Added test6.c to show async behaviour.
9040
9041 2005-10-18  Wim Taymans  <wim@fluendo.com>
9042
9043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
9044         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
9045         Fix for segment-start/stop API change.
9046
9047 2005-10-18  Wim Taymans  <wim@fluendo.com>
9048
9049         * check/Makefile.am:
9050         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
9051         (main):
9052         Add future test for clock selection.
9053
9054 2005-10-18  Wim Taymans  <wim@fluendo.com>
9055
9056         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
9057         (gst_alsasink_close):
9058         Set handle to NULL.
9059
9060         * gst-libs/gst/audio/gstringbuffer.c:
9061         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9062         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9063         (gst_ring_buffer_start), (gst_ring_buffer_pause),
9064         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
9065         (gst_ring_buffer_read):
9066         More debug info.
9067
9068 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
9069
9070         * gst/audiotestsrc/Makefile.am:
9071         * gst/sine/Makefile.am:
9072         * gst/volume/Makefile.am:
9073           fix broken build of controllerized plugins
9074
9075 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9076
9077         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9078
9079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9080         (gst_riff_create_video_template_caps):
9081           Add support for Indeo-3 (IV32).
9082
9083 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9084
9085         * configure.ac:
9086           rewrite
9087
9088 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9089
9090         * gst-libs/gst/video/video.c: (gst_video_get_size):
9091         * gst/audiotestsrc/gstaudiotestsrc.c:
9092           doc updates
9093
9094 2005-10-17  Andy Wingo  <wingo@pobox.com>
9095
9096         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
9097         with the collectpads change.
9098         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
9099
9100         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
9101
9102         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
9103
9104         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
9105         alloc_buffer flow return to callers.
9106         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
9107         change. Fix some memleaks in theoraenc.
9108
9109         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
9110         in strange circumstance.
9111
9112 2005-10-17  Julien MOUTTE  <julien@moutte.net>
9113
9114         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9115         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
9116         from caps, let's use the caps...
9117
9118 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9119
9120         * configure.ac:
9121           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
9122
9123 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9124
9125         * gst-libs/gst/interfaces/Makefile.am:
9126           fix silly typo
9127
9128 2005-10-16  Andy Wingo  <wingo@pobox.com>
9129
9130         * gst/playback/gstdecodebin.c
9131         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
9132         function!
9133         (try_to_link_1): Increase kraziness level.
9134
9135 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9136
9137         * configure.ac:
9138           restructure like the core one
9139         * gst-libs/gst/audio/Makefile.am:
9140         * gst-libs/gst/interfaces/Makefile.am:
9141         * gst-libs/gst/net/Makefile.am:
9142         * gst-libs/gst/riff/Makefile.am:
9143         * gst-libs/gst/rtp/Makefile.am:
9144         * gst-libs/gst/tag/Makefile.am:
9145         * gst-libs/gst/video/Makefile.am:
9146           use correct linker flags, now the libs are properly versioned
9147         * check/elements/audioconvert.c: (verify_convert):
9148         * ext/alsa/gstalsaplugin.c:
9149         * ext/cdparanoia/gstcdparanoia.c:
9150         * ext/gnomevfs/gstgnomevfs.c:
9151         * ext/libvisual/visual.c:
9152         * ext/ogg/gstogg.c:
9153         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
9154         * ext/theora/theora.c:
9155         * ext/vorbis/vorbis.c:
9156         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9157         * gst-libs/gst/tag/gsttagediting.c:
9158         * gst-libs/gst/video/video.c:
9159         * gst/adder/gstadder.c:
9160         * gst/audioconvert/plugin.c:
9161         * gst/audiorate/gstaudiorate.c:
9162         * gst/audioresample/gstaudioresample.c:
9163         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9164         * gst/audioscale/gstaudioscale.c:
9165         * gst/audioscale/resample.c:
9166         * gst/audiotestsrc/gstaudiotestsrc.c:
9167         * gst/ffmpegcolorspace/gstffmpeg.c:
9168         * gst/playback/gstdecodebin.c: (close_pad_link):
9169         * gst/playback/gstplaybin.c: (gen_video_element),
9170         (gen_audio_element):
9171         * gst/sine/gstsinesrc.c:
9172         * gst/subparse/gstsubparse.c:
9173         * gst/tags/gsttagediting.c:
9174         * gst/tcp/gsttcpplugin.c:
9175         * gst/typefind/gsttypefindfunctions.c:
9176         * gst/videorate/gstvideorate.c:
9177         * gst/videoscale/gstvideoscale.c:
9178         * gst/videotestsrc/gstvideotestsrc.c:
9179         * gst/volume/gstvolume.c:
9180         * sys/v4l/gstv4l.c:
9181         * sys/ximage/ximage.c:
9182         * sys/xvimage/xvimagesink.c:
9183           fix up defines
9184
9185 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
9186
9187         * ext/vorbis/vorbisenc.c:
9188         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
9189         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
9190         (gst_tag_to_vorbis_comments):
9191           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
9192
9193 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
9194
9195         * examples/stats/mp2ogg.c:
9196         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9197           typo fixes
9198
9199 2005-10-13  Michael Smith <msmith@fluendo.com>
9200
9201         * ext/ogg/gstoggmux.c:
9202           Use magic glib macros to define constants as 64 bit, to ensure
9203           appropriate vararg passing.
9204
9205 2005-10-13  Michael Smith <msmith@fluendo.com>
9206
9207         * ext/ogg/gstoggmux.c:
9208         * gst/audioconvert/audioconvert.c: (float):
9209           Don't use LL suffix, as it's not portable, and neither of these
9210           uses required it anyway.
9211
9212 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
9213
9214         * examples/indexing/indexmpeg.c: (main):
9215         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
9216         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
9217         (cdparanoia_convert), (cdparanoia_query):
9218         * ext/cdparanoia/gstcdparanoia.h:
9219         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9220         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
9221         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
9222         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9223         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
9224         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
9225         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
9226         (gst_multifdsink_render), (gst_multifdsink_start),
9227         (gst_multifdsink_stop):
9228         * gst/tcp/gstmultifdsink.h:
9229         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
9230         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
9231         (gst_tcpclientsink_stop):
9232         * gst/tcp/gsttcpclientsink.h:
9233         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
9234         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
9235         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
9236         * gst/tcp/gsttcpclientsrc.h:
9237         * gst/tcp/gsttcpserversink.h:
9238         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
9239         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
9240         (gst_tcpserversrc_stop):
9241         * gst/tcp/gsttcpserversrc.h:
9242         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
9243         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
9244         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
9245           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
9246           moved bitshift from macro to enum definition
9247
9248 2005-10-12  Wim Taymans  <wim@fluendo.com>
9249
9250         * examples/seeking/Makefile.am:
9251         Oops.
9252
9253 2005-10-12  Wim Taymans  <wim@fluendo.com>
9254
9255         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
9256         (gst_ring_buffer_read), (gst_ring_buffer_clear):
9257         Don't assert on normal stuff.
9258
9259         * gst/playback/gstplaybin.c: (do_playbin_seek):
9260         API fix.
9261
9262 2005-10-12  Wim Taymans  <wim@fluendo.com>
9263
9264         * check/pipelines/simple_launch_lines.c: (run_pipeline):
9265         * examples/seeking/Makefile.am:
9266         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
9267         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
9268         (do_seek), (set_update_scale), (message_received), (main):
9269         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
9270         (gst_ring_buffer_read), (gst_ring_buffer_clear):
9271         Update for _get_state() API change.
9272
9273 2005-10-11  Wim Taymans  <wim@fluendo.com>
9274
9275         * gst-libs/gst/audio/gstbaseaudiosink.c:
9276         (gst_base_audio_sink_render):
9277         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9278         (gst_base_audio_src_create):
9279         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
9280         (gst_ring_buffer_read):
9281         Cleanups.
9282         Commit and read from ringbuffer in samples rather than bytes.
9283
9284 2005-10-11  Wim Taymans  <wim@fluendo.com>
9285
9286         * gst-libs/gst/audio/gstbaseaudiosink.c:
9287         (gst_base_audio_sink_render):
9288         Respect segment rate and accum when scheduling samples.
9289
9290 2005-10-11  Julien MOUTTE  <julien@moutte.net>
9291
9292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9293         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
9294         EOS correctly, that needs more work.
9295
9296 2005-10-11  Wim Taymans  <wim@fluendo.com>
9297
9298         * check/generic/states.c: (GST_START_TEST):
9299         remove old property.
9300
9301         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9302         (gst_ogg_demux_perform_seek):
9303         * ext/theora/theoradec.c: (theora_dec_sink_event):
9304         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9305         (vorbis_handle_data_packet):
9306         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9307         (gst_base_rtp_depayload_set_gst_timestamp):
9308         * gst/videorate/gstvideorate.c: (gst_videorate_event):
9309         Update for newsegment API change.
9310
9311 2005-10-11  Michael Smith <msmith@fluendo.com>
9312
9313         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9314         (do_playbin_seek), (gst_play_bin_send_event):
9315           Override send_event differently, so that we can takes bits of
9316           functionality from GstPipeline (special handling for seeks,
9317           including pausing/resuming, and resetting stream time) and still get
9318           the appropriate behaviour of only forwarding event to a single sink,
9319           rather than all of them.
9320           Unfortunately requires a lot of code duplication, but the
9321           alternatives are equally ugly in the end.
9322
9323 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9324
9325         * check/elements/audioconvert.c: (setup_audioconvert),
9326         (cleanup_audioconvert), (get_int_caps), (verify_convert),
9327         (GST_START_TEST), (audioconvert_suite):
9328           clean up tests a little, fix some leaks.
9329
9330 2005-10-10  Wim Taymans  <wim@fluendo.com>
9331
9332         * ext/alsa/gstalsasink.c:
9333         Also allow unsigned int.
9334
9335         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9336         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
9337         Small cleanup
9338
9339 2005-10-10  Wim Taymans  <wim@fluendo.com>
9340
9341         * check/pipelines/simple_launch_lines.c: (run_pipeline):
9342         Small update, use API as stated in design docs.
9343
9344         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
9345         (update_scale), (do_seek), (seek_cb), (set_update_scale),
9346         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
9347         (message_received), (main):
9348         Updated seek example for GOption. Some usability improvements.
9349
9350 2005-10-10  Wim Taymans  <wim@fluendo.com>
9351
9352         * gst/audioconvert/audioconvert.h:
9353         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
9354         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
9355         Alloc temp storage somewhere else where we can do it more
9356         portable.
9357
9358 2005-10-10  Wim Taymans  <wim@fluendo.com>
9359
9360         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
9361         (gst_tcpserversrc_start):
9362         Don't block in accept while doing the state change, move
9363         to poll and make cancellable.
9364
9365 2005-10-09  Philippe Khalaf <burger@speedy.org>
9366
9367         * gst-libs/gst/rtp/rtpbasedepayload.c:
9368         Set timestamp and add queue delay to timestamp
9369         * gst-libs/gst/rtp/rtpbuffer.h:
9370         Set correct payload type for h263
9371
9372 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
9373
9374         * gst/audiotestsrc/gstaudiotestsrc.c:
9375         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
9376         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
9377         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
9378         (gst_audiotestsrc_create_triangle),
9379         (gst_audiotestsrc_create_silence),
9380         (gst_audiotestsrc_create_white_noise),
9381         (gst_audiotestsrc_init_pink_noise),
9382         (gst_audiotestsrc_generate_pink_noise_value),
9383         (gst_audiotestsrc_create_pink_noise),
9384         (gst_audiotestsrc_change_wave):
9385         * gst/audiotestsrc/gstaudiotestsrc.h:
9386           fixed typo, added pink noise
9387
9388 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
9389
9390         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
9391         (plugin_init):
9392           Add wavpack and spc typefind functions from 0.8 branch.
9393
9394 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
9395
9396         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
9397         (ar_type_find), (msdos_type_find), (plugin_init):
9398           Add typefind functions for tar archives, ar archives,
9399           RAR archives, and msdos-executables (dlls, exe, etc.).
9400           Some of those would be wrongly identified as mpeg
9401           streams of some sort before (#315550).
9402
9403 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
9404
9405         * configure.ac:
9406         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9407         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9408         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
9409         * gst/audiotestsrc/Makefile.am:
9410         * gst/audiotestsrc/gstaudiotestsrc.c:
9411         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
9412         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
9413         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
9414         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
9415         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
9416         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
9417         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
9418         (gst_audiotestsrc_create_silence),
9419         (gst_audiotestsrc_create_white_noise),
9420         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
9421         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
9422         (gst_audiotestsrc_start), (plugin_init):
9423         * gst/audiotestsrc/gstaudiotestsrc.h:
9424           add new plugin and element
9425         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
9426           use gobject_class
9427
9428 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
9429
9430         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
9431         (gst_adder_init), (gst_adder_request_new_pad),
9432         (gst_adder_change_state):
9433           Add query function to source pad, so adder reports the correct
9434           time/sample position when queried (#315457); fix state change
9435           function; use GST_DEBUG_FUNCPTR() for pad functions.
9436
9437 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9438
9439         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
9440           Fix leaks in typefind registration
9441           Clean up the gratuitous commenting and whitespacing a little
9442
9443 2005-10-08  Wim Taymans  <wim@fluendo.com>
9444
9445         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
9446         Only actually wait for the thread to be stopped if it's 
9447         running.
9448
9449 2005-10-08  Wim Taymans  <wim@fluendo.com>
9450
9451         * gst-libs/gst/audio/gstbaseaudiosink.c:
9452         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
9453         If we receive EOS we can start playback of what we had.
9454
9455 2005-10-08  Wim Taymans  <wim@fluendo.com>
9456
9457         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9458         (gst_multifdsink_finalize), (multifdsink_hash_remove),
9459         (gst_multifdsink_stop):
9460         Fix crasher when going to NULL multiple times.
9461
9462 2005-10-06  Wim Taymans  <wim@fluendo.com>
9463
9464         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
9465         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
9466         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9467         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
9468         patch from Edgard Lima <edgard.lima@indt.org.br>
9469         Fixed gstbaseaudiosrc adding ring buffer sync to it.
9470
9471 2005-10-06  Wim Taymans  <wim@fluendo.com>
9472
9473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
9474         Report the FLOW_RETURN as string in the error message.
9475
9476         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
9477         Don't assert when clearing an unnegotiated buffer.
9478
9479 2005-10-04  Michael Smith <msmith@fluendo.com>
9480
9481         * gst/playback/gstplaybasebin.c: (group_destroy),
9482         (gen_preroll_element), (remove_groups), (setup_source):
9483         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
9484         (setup_sinks), (gst_play_bin_send_event),
9485         (gst_play_bin_change_state):
9486           Set state to NULL before removing from bin. Fix refcounting.
9487
9488 2005-10-04  Michael Smith <msmith@fluendo.com>
9489
9490         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
9491           Correct refcounting in send_event() function. Previously was wrong
9492           if the first sink was unable to handle the event.
9493
9494 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9495
9496         * configure.ac:
9497           back to development
9498
9499 === release 0.9.3 ===
9500
9501 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9502
9503         * configure.ac:
9504           Releasing 0.9.3, "De Facto"
9505
9506 2005-10-03  Andy Wingo  <wingo@pobox.com>
9507
9508         * gst/playback/gstdecodebin.c (try_to_link_1)
9509         (remove_element_chain): set element to NULL before removing it.
9510
9511 2005-10-02  Johan Dahlin  <johan@gnome.org>
9512
9513         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
9514         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
9515         MT safe.
9516
9517 2005-10-02  Andy Wingo  <wingo@pobox.com>
9518
9519         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
9520         (gst_ring_buffer_prepare_read): 
9521         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
9522         Demote to LOG.
9523
9524 2005-09-29  Wim Taymans  <wim@fluendo.com>
9525
9526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9527         * ext/theora/theoradec.c: (theora_handle_data_packet):
9528         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9529         Propagate error codes from alloc_buffer too.
9530
9531 2005-09-29  Wim Taymans  <wim@fluendo.com>
9532
9533         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
9534         We use fixed caps.
9535
9536         * gst/playback/Makefile.am:
9537         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
9538         (dump_element_stats), (main):
9539         Added example stream introspection code.
9540
9541 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
9542
9543         * gst/adder/gstadder.c: (gst_adder_collected):
9544           fix adder for float elements
9545
9546 2005-09-28  Wim Taymans  <wim@fluendo.com>
9547
9548         * gst-libs/gst/audio/gstbaseaudiosink.c:
9549         (gst_base_audio_sink_class_init),
9550         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
9551         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9552         (gst_base_audio_src_class_init),
9553         (gst_base_audio_src_provide_clock):
9554         get_clock -> provide_clock
9555
9556 2005-09-28  Andy Wingo  <wingo@pobox.com>
9557
9558         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
9559         and unlocking.
9560
9561         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
9562         unlocking.
9563
9564         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
9565         Actually add the pad template.
9566         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
9567
9568         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
9569         I'm at it...
9570
9571         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
9572         from fdsrc. Get caps in create() instead of start() so it can be
9573         interrupted. Interruption somewhat untested.
9574
9575         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
9576         Proper EOS handling.
9577
9578 2005-09-27  Andy Wingo  <wingo@pobox.com>
9579
9580         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
9581
9582         * gst/tcp/gsttcpserversrc.c: Cleaned up.
9583
9584         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
9585
9586         * gst/tcp/gsttcp.h: 
9587         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
9588         out of tcpclientsrc.c. Cancellable.
9589         (gst_tcp_socket_read): Made private, cancellable, with better
9590         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
9591         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
9592         whole buffer, and better diagnostics.
9593         (gst_tcp_gdp_read_caps): Same.
9594
9595         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
9596
9597 2005-09-26  Andy Wingo  <wingo@pobox.com>
9598
9599         * gst/sine/gstsinesrc.h:
9600         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
9601         change the 'sync' property to 'is-live' and implement it halfway,
9602         update for controller api change.
9603
9604         * gst/volume/gstvolume.c (volume_transform_ip): Update for
9605         controller api change.
9606
9607 2005-09-24  Wim Taymans  <wim@fluendo.com>
9608
9609         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9610         * gst-libs/gst/audio/gstaudiosink.c:
9611         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9612         (gst_audioringbuffer_stop):
9613         * gst-libs/gst/audio/gstbaseaudiosink.c:
9614         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
9615         (gst_base_audio_sink_change_state):
9616         * gst-libs/gst/audio/gstbaseaudiosink.h:
9617         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
9618         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
9619         (gst_ring_buffer_commit), (gst_ring_buffer_read):
9620         * gst-libs/gst/audio/gstringbuffer.h:
9621         Fix sync again. Moved sample alignment to basesink.
9622
9623 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9624
9625         * docs/plugins/Makefile.am:
9626         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9627         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9628         * gst/volume/gstvolume.c:
9629           add/fix docs
9630         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
9631         * gst-libs/gst/audio/audio.h:
9632           add conversion macros for frames <-> clocktime
9633
9634 2005-09-23  David Schleef  <ds@schleef.org>
9635
9636         * gst/audioresample/Makefile.am:
9637         * gst/audioresample/debug.h:
9638         * gst/audioresample/gstaudioresample.c:
9639         * gst/audioresample/resample.c: Convert to using gst debugging
9640
9641 2005-09-22  Wim Taymans  <wim@fluendo.com>
9642
9643         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9644         (gst_play_bin_send_event):
9645         Only seek on one sink, the first one that succeeds.
9646
9647 2005-09-22  Michael Smith <msmith@fluendo.com>
9648
9649         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
9650         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
9651         Don't flush encoder state unless we have an initialised encoder.
9652         Clear out encoder state on PAUSED_TO_READY.
9653
9654 2005-09-22  Wim Taymans  <wim@fluendo.com>
9655
9656         * gst-libs/gst/rtp/gstbasertppayload.c:
9657         (gst_basertppayload_class_init), (gst_basertppayload_init),
9658         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
9659         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
9660         (gst_basertppayload_is_filled), (gst_basertppayload_push),
9661         (gst_basertppayload_set_property),
9662         (gst_basertppayload_get_property),
9663         (gst_basertppayload_change_state):
9664         * gst-libs/gst/rtp/gstbasertppayload.h:
9665         Added max-ptime to control amount of data in the rtp packets.
9666
9667 2005-09-21  Andy Wingo  <wingo@pobox.com>
9668
9669         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
9670         thingies.
9671
9672         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
9673         can be called multiple times, dogs.
9674
9675 2005-09-21  Wim Taymans  <wim@fluendo.com>
9676
9677         * gst-libs/gst/rtp/gstbasertppayload.c:
9678         (gst_basertppayload_class_init), (gst_basertppayload_init),
9679         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
9680         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
9681         (gst_basertppayload_push), (gst_basertppayload_get_property),
9682         (gst_basertppayload_change_state):
9683         Allow 0 ssrc too.
9684
9685 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
9686
9687         * docs/libs/compiling.sgml:
9688           fixing typos
9689
9690 2005-09-20  Wim Taymans  <wim@fluendo.com>
9691
9692         * gst-libs/gst/rtp/gstbasertppayload.c:
9693         (gst_basertppayload_class_init), (gst_basertppayload_init),
9694         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
9695         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
9696         (gst_basertppayload_push), (gst_basertppayload_set_property),
9697         (gst_basertppayload_get_property),
9698         (gst_basertppayload_change_state):
9699         * gst-libs/gst/rtp/gstbasertppayload.h:
9700         Added property to configure sequence number offsets.
9701
9702 2005-09-20  Wim Taymans  <wim@fluendo.com>
9703
9704         * gst-libs/gst/rtp/gstbasertppayload.c:
9705         (gst_basertppayload_class_init), (gst_basertppayload_init),
9706         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
9707         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
9708         (gst_basertppayload_push), (gst_basertppayload_set_property),
9709         (gst_basertppayload_get_property),
9710         (gst_basertppayload_change_state):
9711         * gst-libs/gst/rtp/gstbasertppayload.h:
9712         Make timestamp offset configurable.
9713
9714 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9715
9716         * check/pipelines/simple_launch_lines.c: (run_pipeline):
9717           fix wrong pop/unref
9718
9719 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
9720
9721         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9722
9723         * gst-libs/gst/interfaces/propertyprobe.c:
9724         (gst_property_probe_probe_property_name),
9725         (gst_property_probe_needs_probe_name),
9726         (gst_property_probe_get_values_name),
9727         (gst_property_probe_probe_and_get_values_name):
9728           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
9729           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
9730
9731 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9732
9733         * check/Makefile.am:
9734           have some tests be disabled for valgrinding
9735         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
9736         (GST_START_TEST):
9737         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
9738           Fix A Leak.  Chain To Parent Finalize.
9739
9740 2005-09-19  Wim Taymans  <wim@fluendo.com>
9741
9742         * examples/seeking/seek.c: (make_wav_pipeline), (main):
9743         Fixed wav pipeline.
9744
9745 2005-09-19  Wim Taymans  <wim@fluendo.com>
9746
9747         * gst-libs/gst/rtp/gstbasertppayload.c:
9748         (gst_basertppayload_class_init), (gst_basertppayload_init),
9749         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
9750         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
9751         (gst_basertppayload_push), (gst_basertppayload_get_property),
9752         (gst_basertppayload_change_state):
9753         Posting ERROR and WARNING messages is good.
9754
9755 2005-09-19  Wim Taymans  <wim@fluendo.com>
9756
9757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9758         (gst_base_rtp_depayload_add_to_queue),
9759         (gst_base_rtp_depayload_push),
9760         (gst_base_rtp_depayload_set_gst_timestamp),
9761         (gst_base_rtp_depayload_queue_release):
9762         This one was not supposed to go in.
9763
9764 2005-09-19  Wim Taymans  <wim@fluendo.com>
9765
9766         * check/pipelines/simple_launch_lines.c: (run_pipeline):
9767         Fix for bus API.
9768
9769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9770         (gst_base_rtp_depayload_chain),
9771         (gst_base_rtp_depayload_add_to_queue),
9772         (gst_base_rtp_depayload_push),
9773         (gst_base_rtp_depayload_set_gst_timestamp),
9774         (gst_base_rtp_depayload_queue_release):
9775         Some cleanups.
9776
9777         * gst-libs/gst/rtp/gstbasertppayload.c:
9778         (gst_basertppayload_class_init), (gst_basertppayload_init),
9779         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
9780         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
9781         (gst_basertppayload_get_property),
9782         (gst_basertppayload_change_state):
9783         Added debugging category.
9784
9785 2005-09-18  David Schleef  <ds@schleef.org>
9786
9787         * gst/playback/gstdecodebin.c: free plugin list correctly
9788         * gst/playback/gstplaybin.c: emit warning if autovideosink
9789           and autoaudiosink can't be found (instead of segfaulting)
9790
9791 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9792
9793         * check/elements/audioconvert.c: (GST_START_TEST):
9794           try out 24 bit conversion
9795
9796 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9797
9798         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9799         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9800         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
9801         * ext/vorbis/vorbisenc.h:
9802           Fix EOS handling.  Still needs a fix in the ogg muxer to
9803           mark the last page as eos.
9804
9805 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9806
9807         * common/gtk-doc-plugins.mak:
9808         * docs/plugins/Makefile.am:
9809         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9810         * gst/ffmpegcolorspace/Makefile.am:
9811         * gst/ffmpegcolorspace/avcodec.h:
9812         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9813         * gst/tcp/gstmultifdsink.c:
9814           fix up ffmpegcolorspace docs; extract header
9815
9816 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9817
9818         * common/gtk-doc-plugins.mak:
9819         * docs/plugins/Makefile.am:
9820         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9821         * ext/theora/Makefile.am:
9822         * ext/theora/gsttheoraenc.h:
9823         * ext/theora/theoraenc.c:
9824         * ext/vorbis/vorbisenc.c:
9825           pick up signals and args for vorbis; add some docs for vorbis
9826
9827 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9828
9829         * common/gstdoc-scangobj:
9830         * common/gtk-doc-plugins.mak:
9831         * docs/libs/Makefile.am:
9832         * docs/plugins/gst-plugins-base-plugins.args:
9833         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9834         * docs/plugins/gst-plugins-base-plugins.interfaces:
9835         * docs/plugins/gst-plugins-base-plugins.prerequisites:
9836         * docs/plugins/gst-plugins-base-plugins.signals:
9837           only scanobj stuff from our source module.  Not sure yet
9838           if that's correct, given the hierarchy stuff :)
9839
9840 2005-09-15  Wim Taymans  <wim@fluendo.com>
9841
9842         * gst/audioconvert/gstaudioconvert.c:
9843         And enable 24 bits mode as well..
9844
9845 2005-09-15  Wim Taymans  <wim@fluendo.com>
9846
9847         * gst-libs/gst/rtp/Makefile.am:
9848         * gst-libs/gst/rtp/gstbasertppayload.c:
9849         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
9850         (gst_basertppayload_class_init), (gst_basertppayload_init),
9851         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
9852         (gst_basertppayload_chain), (gst_basertppayload_set_options),
9853         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
9854         (gst_basertppayload_set_property),
9855         (gst_basertppayload_get_property),
9856         (gst_basertppayload_change_state):
9857         * gst-libs/gst/rtp/gstbasertppayload.h:
9858         Added rtp payloader base class.
9859
9860 2005-09-15  Andy Wingo  <wingo@pobox.com>
9861
9862         * configure.ac (plugindir): Remove the EOL matcher from the
9863         regexp, as it causes me problems. Libtool? Make? Who knows?
9864
9865 2005-09-14  David Schleef  <ds@schleef.org>
9866
9867         * check/generic/states.c: 
9868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9869         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9870           Fixes for changes in registry API.
9871
9872         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
9873           to GST_PLUGIN_LDFLAGS.
9874         * ext/libvisual/visual.c: Make the library shut up.
9875         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
9876         * gst-libs/gst/audio/gstaudiofilter.c: same
9877
9878 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9879
9880         * docs/plugins/Makefile.am:
9881         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9882         * docs/plugins/inspect/plugin-libvisual.xml:
9883         * docs/plugins/tmpl/element-tcpserversink.sgml:
9884         * ext/theora/theoraenc.c:
9885           add libvisual plugin and theoraenc element to docs
9886
9887 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9888
9889         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9890         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9891         * ext/theora/theoraenc.c:
9892           add theoraenc
9893
9894 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
9895
9896         * gst/audioconvert/Makefile.am:
9897           Audioconvert derives from GstBaseTransform and should
9898           link to the library with our base elements to avoid
9899           unresolved symbols. Makes things work with MinGW (#316160)
9900
9901         * gst/playback/test4.c: (main):
9902           Fix MinGW build problem and use g_usleep() instead of 
9903           sleep() (#316162)
9904
9905 2005-09-12  Wim Taymans  <wim@fluendo.com>
9906
9907         * gst/audioconvert/audioconvert.c: (float),
9908         (audio_convert_prepare_context), (audio_convert_convert):
9909         * gst/audioconvert/audioconvert.h:
9910         Cleanups, speedups, simplifications, added back support
9911         for 24 bits.
9912
9913 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9914
9915         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9916         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9917         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
9918         * docs/plugins/tmpl/element-tcpserversink.sgml:
9919         * gst/ffmpegcolorspace/gstffmpeg.c:
9920         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9921         * gst/videotestsrc/gstvideotestsrc.c:
9922         * gst/volume/gstvolume.c:
9923           add more elements to the docs
9924
9925 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
9926
9927         * check/Makefile.am:
9928         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
9929         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
9930           Add extra tests for basetransform based components. 
9931           Comment out the test_element_negotiation test until we decide
9932           if it's testing correct behaviour.
9933         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
9934         (gst_visual_chain), (gst_visual_change_state):
9935           Slightly more correct but still bogus timestamping.
9936           Fix state change function.
9937         * gst/audioconvert/gstaudioconvert.c:
9938         (gst_audio_convert_class_init):
9939         * gst/audioresample/gstaudioresample.c:
9940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9941         (gst_ffmpegcsp_class_init):
9942         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
9943         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
9944         (gst_videoscale_prepare_image):
9945         * gst/volume/gstvolume.c: (gst_volume_class_init),
9946         (volume_transform_ip):
9947           Basetransform updates. Enable passthrough modes.
9948         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9949         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
9950         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9951           Negotiation fix that allows the window to return to the original
9952           size and renegotiate passthrough upstream. Extra debug output.
9953
9954 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9955
9956         * gst/sine/gstsinesrc.c:
9957         * gst/volume/gstvolume.c:
9958           fix up header include
9959
9960 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
9961
9962         * gst-libs/gst/audio/gstbaseaudiosink.c:
9963         (gst_base_audio_sink_render):
9964         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
9965         * gst/volume/gstvolume.c: (gst_volume_class_init),
9966         (volume_transform):
9967           fixing lost sync, some more debugging
9968
9969 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
9970
9971         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
9972         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
9973         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
9974         (gst_xvimagesink_check_xshm_calls):
9975           Fix compilation when XShm is not available.
9976
9977 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
9978
9979         * ext/libvisual/visual.c: (gst_visual_dispose),
9980         (gst_visual_getcaps), (gst_visual_src_setcaps),
9981         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
9982         (gst_visual_change_state):
9983           Finish fixing up libvisual plugin so that it runs. 
9984
9985 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
9986
9987         * ext/vorbis/vorbisenc.c:
9988         * gst-libs/gst/tag/gstvorbistag.c:
9989           gsttaginterface.h -> gsttagsetter.h
9990
9991 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
9992
9993         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
9994           added another test that failes for me (test is not active by default)
9995
9996 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9997
9998         * configure.ac:
9999           v4l2 is no longer in gst-plugins-base
10000
10001 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
10002
10003         * configure.ac:
10004           In the output at the end, don't show the first plugin on the same
10005           line as "Core plug-ins, always built:".
10006           Indent the output as for other plugin categories
10007         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10008           #define that can be used to not use peer buffer_alloc functions for
10009           test purposes.
10010         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
10011         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
10012         (gst_ximagesink_show_frame):
10013         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
10014         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
10015         (gst_xvimagesink_show_frame):
10016           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
10017           fails gracefully instead of XError aborting or deadlocking.
10018
10019 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
10020
10021         * ext/libvisual/Makefile.am:
10022           link against gst-base-libs
10023
10024 2005-09-06  David Schleef  <ds@schleef.org>
10025
10026         * configure.ac: Enable libvisual plugin.
10027         * ext/libvisual/Makefile.am:
10028         * ext/libvisual/visual.c: Fixes to make it compile.
10029
10030 === release 0.9.2 ===
10031
10032 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10033
10034         * NEWS:
10035         * RELEASE:
10036         * configure.ac:
10037         * docs/random/ChangeLog-0.8:
10038           releasing 0.9.2, "Spoon"
10039
10040 2005-09-05  Michael Smith <msmith@fluendo.com>
10041
10042         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10043           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
10044           that in the vorbisenc element.
10045
10046 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10047
10048         * common/gtk-doc-plugins.mak:
10049         * docs/plugins/Makefile.am:
10050           fix distcheck
10051         * gst/audioresample/resample.c:
10052           fix wrong docstring
10053
10054 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10055
10056         * common/gst-xmlinspect.py:
10057         * common/gtk-doc-plugins.mak:
10058           only inspect plugins for this given package
10059           require gst-python 0.9
10060
10061 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10062
10063         * Makefile.am:
10064         * autogen.sh:
10065         * common/gst-xmlinspect.py:
10066         * configure.ac:
10067         * docs/Makefile.am:
10068         * docs/plugins/inspect/plugin-alsa.xml:
10069         * docs/plugins/inspect/plugin-audioresample.xml:
10070         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10071         * docs/plugins/inspect/plugin-ogg.xml:
10072         * docs/plugins/tmpl/element-gnomevfssink.sgml:
10073         * docs/plugins/tmpl/element-multifdsink.sgml:
10074         * docs/plugins/tmpl/element-tcpserversink.sgml:
10075         * docs/plugins/tmpl/element-vorbisenc.sgml:
10076         * gst-plugins-base.spec.in:
10077           various doc-related updates
10078
10079 2005-08-31  Wim Taymans  <wim@fluendo.com>
10080
10081         * gst-libs/gst/audio/gstbaseaudiosink.c:
10082         (gst_base_audio_sink_render):
10083         Resync if the buffer timestamps drift more than a 10th 
10084         of a second.
10085
10086 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
10087
10088         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
10089         (gst_v4lsrc_get_property):
10090           The 'timestamp-offset' property is registered as an int64, so
10091           let's use g_value_{set|get}_int64() in our setter and getter
10092           functions (makes it work and fixes warnings with gst-inspect).
10093
10094 2005-08-30  Wim Taymans  <wim@fluendo.com>
10095
10096         * check/elements/audioconvert.c: (setup_audioconvert):
10097         * check/elements/audioresample.c: (setup_audioresample):
10098         * check/elements/volume.c: (setup_volume):
10099         Fix checks.
10100
10101 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10102
10103         * common/gtk-doc-plugins.mak:
10104         * common/plugins.xsl:
10105         * docs/plugins/Makefile.am:
10106           make module a param
10107
10108 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
10109
10110         * examples/seeking/seek.c: (make_mp3_pipeline),
10111         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
10112         (play_cb), (pause_cb), (stop_cb):
10113           update the example
10114
10115 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
10116
10117         * gst/volume/gstvolume.c: (gst_volume_class_init),
10118         (volume_transform):
10119           do not update controlled params, if buffer has no timestamp
10120
10121 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
10122
10123         * configure.ac:
10124         * gst/sine/Makefile.am:
10125         * gst/volume/Makefile.am:
10126           controllerized elements also need to link against controller-libs ;)
10127
10128 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
10129
10130         * docs/libs/tmpl/gstcolorbalance.sgml:
10131         * docs/libs/tmpl/gstgconf.sgml:
10132         * docs/libs/tmpl/gstmixer.sgml:
10133         * docs/libs/tmpl/gstringbuffer.sgml:
10134         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10135         (gst_sinesrc_create):
10136         * gst/volume/gstvolume.c: (gst_volume_class_init),
10137         (volume_transform):
10138           controllerized two audio plugins
10139
10140 2005-08-29  Andy Wingo  <wingo@pobox.com>
10141
10142         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
10143         (vorbis_handle_data_packet): Fix some int overflow errors.
10144
10145         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
10146         -1.
10147         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
10148         valid.
10149         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
10150         if it's valid. Fixed streaming-mode playback.
10151
10152         * check/elements/volume.c (cleanup_volume): Fix for running
10153         CK_FORK=no.
10154
10155         * check/elements/audioconvert.c: Convert from native endian, not
10156         little endian.
10157
10158 2005-08-29  Michael Smith <msmith@fluendo.com>
10159
10160         * ext/ogg/Makefile.am:
10161         * ext/ogg/gstogg.c: (plugin_init):
10162         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
10163         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
10164         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
10165         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
10166         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
10167         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
10168         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
10169         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
10170         Add an ogg parser element.
10171
10172 2005-08-28  Andy Wingo  <wingo@pobox.com>
10173
10174         * Updates for two-arg init from GST_BOILERPLATE_FULL.
10175
10176 2005-08-26  Wim Taymans  <wim@fluendo.com>
10177
10178         * gst/audioconvert/audioconvert.c: (if), (float),
10179         (audio_convert_get_func_index), (check_default),
10180         (audio_convert_clean_fmt), (audio_convert_prepare_context),
10181         (audio_convert_clean_context), (audio_convert_get_sizes),
10182         (audio_convert_convert):
10183         Cleanups.
10184
10185 2005-08-26  Wim Taymans  <wim@fluendo.com>
10186
10187         * gst/audioconvert/audioconvert.c: (if), (float),
10188         (audio_convert_get_func_index), (check_default),
10189         (audio_convert_clean_fmt), (audio_convert_prepare_context),
10190         (audio_convert_clean_context), (audio_convert_get_sizes),
10191         (audio_convert_convert):
10192         More elegant and working temp buffer selection algo.
10193
10194 2005-08-26  Wim Taymans  <wim@fluendo.com>
10195
10196         * gst/audioconvert/audioconvert.c: (if), (float),
10197         (audio_convert_get_func_index), (check_default),
10198         (audio_convert_clean_fmt), (audio_convert_prepare_context),
10199         (audio_convert_clean_context), (audio_convert_get_sizes),
10200         (get_temp_buffer), (audio_convert_convert):
10201         Use realloc else we lose our original data.
10202
10203 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10204
10205         * gst/audioresample/gstaudioresample.c:
10206           use base class' newsegment to properly timestamp
10207
10208 2005-08-26  Wim Taymans  <wim@fluendo.com>
10209
10210         * gst/audioconvert/audioconvert.c: (if), (float),
10211         (audio_convert_get_func_index), (check_default),
10212         (audio_convert_clean_fmt), (audio_convert_prepare_context),
10213         (audio_convert_clean_context), (audio_convert_get_sizes),
10214         (get_temp_buffer), (audio_convert_convert):
10215         * gst/audioconvert/gstaudioconvert.c:
10216         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
10217         (gst_audio_convert_transform_caps),
10218         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
10219         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
10220         Oops, allocate enough space to perform the channel mix.
10221
10222 2005-08-26  Wim Taymans  <wim@fluendo.com>
10223
10224         * gst/audioconvert/Makefile.am:
10225         * gst/audioconvert/audioconvert.c: (if), (float),
10226         (audio_convert_get_func_index), (check_default),
10227         (audio_convert_clean_fmt), (audio_convert_prepare_context),
10228         (audio_convert_clean_context), (audio_convert_get_sizes),
10229         (get_temp_buffer), (audio_convert_convert):
10230         * gst/audioconvert/audioconvert.h:
10231         * gst/audioconvert/gstaudioconvert.c:
10232         (gst_audio_convert_class_init), (gst_audio_convert_init),
10233         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
10234         (gst_audio_convert_get_unit_size),
10235         (gst_audio_convert_transform_caps),
10236         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
10237         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
10238         * gst/audioconvert/gstaudioconvert.h:
10239         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
10240         (gst_channel_mix_fill_identical),
10241         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
10242         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
10243         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
10244         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
10245         (gst_channel_mix_mix):
10246         * gst/audioconvert/gstchannelmix.h:
10247         Cleanups, librarify a bit, optimize, better negotiation and more.
10248
10249 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
10250
10251         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
10252         Another from MikeS:
10253         During typefinding, don't support negative offsets
10254         (offsets from the end of the stream) in our typefind->peek() function
10255         - nothing embedded in ogg ever needs them. However, we need to recognise
10256         those requests and reject them, otherwise we return invalid pointers.
10257
10258 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
10259
10260         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
10261         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
10262         (vorbisdec_finalize), (vorbis_handle_type_packet):
10263           Big shout-out to MikeS for fixing this giant memory leak.
10264           Huzzah!
10265
10266 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10267
10268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
10269         (audio_convert_get_unit_size):
10270           plug some leaks
10271
10272 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10273
10274         * check/Makefile.am:
10275         * check/elements/audioconvert.c: (setup_audioconvert),
10276         (cleanup_audioconvert), (get_int_caps), (verify_convert),
10277         (GST_START_TEST), (audioconvert_suite), (main):
10278           add a test for audioconvert
10279         * gst/audioresample/gstaudioresample.c:
10280         * gst/audioresample/gstaudioresample.h:
10281           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
10282           note that for buffers of 1/3 sec this means DURATION(c) is 
10283           one nanosecond more than for a and b
10284
10285 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10286
10287         * check/Makefile.am:
10288         * check/elements/audioresample.c: (setup_audioresample),
10289         (cleanup_audioresample), (fail_unless_perfect_stream),
10290         (test_perfect_stream_instance), (GST_START_TEST),
10291           add a check for audioresample
10292         (audioresample_suite), (main):
10293         * check/elements/volume.c: (GST_START_TEST):
10294           remove unused method
10295         * gst/audioresample/gstaudioresample.c:
10296           set correct buffer parameters since we're changing them
10297         * gst/audioresample/resample_ref.c: (resample_scale_ref):
10298           add some debug
10299
10300 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10301
10302         * gst/audioresample/debug.c:
10303         * gst/audioresample/gstaudioresample.c:
10304           add room for extra overlap samples when asked to transform size
10305           protect against possible mem corruption and check for discrepancies
10306           between written size and outbuffer's size so we can warn for
10307           potential problems
10308         * gst/audioresample/resample.c: (resample_init),
10309         (resample_get_output_size_for_input), (resample_get_output_size),
10310         (resample_set_n_channels), (resample_set_format):
10311           set debug level based on RESAMPLE_DEBUG env var
10312           make sure that get_output_size* returns a whole number of
10313           sample_size
10314           set sample_size each time either channel or format is set
10315         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
10316         * gst/audioresample/resample_functable.c:
10317         (resample_scale_functable):
10318         * gst/audioresample/resample_ref.c: (resample_scale_ref):
10319           remove r->sample_size, it's done in resample.c now
10320           add some debugging to the ref implementation
10321           make sure we only give back bytes that are wholes of the sample
10322           size
10323
10324 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
10325         * gst/playback/gstplaybasebin.c: (fill_buffer):
10326         Revert unpopular change for GST_MESSAGE_SRC to GObject.
10327
10328 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
10329
10330         * gst/volume/gstvolume.c:
10331           made set_caps function static
10332
10333 2005-08-24  Wim Taymans  <wim@fluendo.com>
10334
10335         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10336         (gst_vorbisenc_change_state):
10337         Stop leaking taglists.
10338
10339 2005-08-24  Wim Taymans  <wim@fluendo.com>
10340
10341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
10342         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
10343         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
10344         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
10345         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
10346         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
10347         Parse seeking events better.
10348         Unref static caps.
10349         Generate correct newsegment events, fixes seeking in live oggs.
10350
10351         * ext/theora/theoradec.c: (theora_dec_src_query),
10352         (theora_dec_src_event), (theora_dec_src_getcaps),
10353         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
10354         Use newsegment values to report correct play time.
10355
10356         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10357         (vorbis_dec_src_event), (vorbis_dec_sink_event):
10358         * ext/vorbis/vorbisdec.h:
10359         Parse and use newsegment values to report correct play time.
10360
10361         * gst-libs/gst/audio/gstbaseaudiosink.c:
10362         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10363         Clear ringbuffer on flush.
10364         Use newsegment values to calculate playback time.
10365
10366         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
10367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
10368         Basesink does newsegment calculations for us now.
10369
10370 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10371
10372         * check/Makefile.am:
10373         * configure.ac:
10374           add core's plugins to the mix so that playbin works
10375         * check/generic/states.c: (GST_START_TEST):
10376           set a 0 timeout on pipelines, so they don't force the next
10377           state change
10378         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
10379         (gst_play_base_bin_change_state):
10380           remove the crappy error handling and do GST error handling
10381
10382 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10383
10384         * check/Makefile.am:
10385         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
10386           add same test as to core, it bitches out on playbin atm.
10387
10388 2005-08-24  Wim Taymans  <wim@fluendo.com>
10389
10390         * configure.ac:
10391         Remove audioscale.
10392
10393 2005-08-24  Wim Taymans  <wim@fluendo.com>
10394
10395         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
10396         (gst_videoscale_prepare_size), (parse_caps),
10397         (gst_videoscale_set_caps), (gst_videoscale_get_size),
10398         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
10399         (gst_videoscale_transform):
10400         * gst/videoscale/gstvideoscale.h:
10401         Refactor, make use of BaseTranform really well.
10402
10403 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10404
10405         * configure.ac:
10406           compile audioresample
10407         * gst/audioresample/Makefile.am:
10408         * gst/audioresample/buffer.c:
10409         * gst/audioresample/functable.c:
10410         * gst/audioresample/gstaudioresample.c:
10411         * gst/audioresample/gstaudioresample.h:
10412         * gst/audioresample/resample.c:
10413         (resample_get_output_size_for_input):
10414         * gst/audioresample/resample.h:
10415         * gst/audioresample/resample_chunk.c:
10416         * gst/audioresample/resample_functable.c:
10417         * gst/audioresample/resample_ref.c:
10418           port to use basetransform; doesn't work in all cases yet
10419
10420 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10421
10422         * gst/audioconvert/gstaudioconvert.c:
10423         (gst_audio_convert_class_init), (gst_audio_convert_init),
10424         (audio_convert_get_unit_size), (audio_convert_transform_caps),
10425         (audio_convert_fixate_caps), (audio_convert_set_caps),
10426         (audio_convert_transform),
10427         (gst_audio_convert_buffer_to_default_format),
10428         (gst_audio_convert_buffer_from_default_format),
10429         (gst_audio_convert_channels):
10430         * gst/audioconvert/gstchannelmix.c:
10431         * gst/audioconvert/gstchannelmix.h:
10432           port to basetransform
10433         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10434         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
10435         (gst_ffmpegcsp_get_unit_size):
10436         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10437         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
10438           fix for basetransform changes
10439
10440 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
10441
10442         * check/Makefile.am:
10443           Add CHECK_CFLAGS and LDFLAGS
10444
10445         * gst/playback/gstplaybasebin.c: (fill_buffer):
10446           GST_MESSAGE_SRC became a GObject
10447
10448 2005-08-24  Wim Taymans  <wim@fluendo.com>
10449
10450         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
10451         (gst_ring_buffer_clear_all):
10452         * gst-libs/gst/audio/gstringbuffer.h:
10453         Added function to clear the ringbuffer.
10454
10455 2005-08-24  Andy Wingo  <wingo@pobox.com>
10456
10457         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
10458         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
10459         of _open and _close.
10460
10461         * sys/v4l/gstv4lxoverlay.h:
10462         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
10463         an Xv connection here, instead of all the time. Make Xv only be
10464         loaded if you axe for it. Kindof a workaround for buggy behaviour
10465         of Xv when using remote xservers (XvQueryExtension would block).
10466         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
10467         replace the _open and _close public API. Only start the xv
10468         connection if necessary.
10469         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
10470
10471 2005-08-23  David Schleef  <ds@schleef.org>
10472
10473         * gst/audioresample/Makefile.am: Leet audioresampling code
10474         * gst/audioresample/buffer.c:
10475         * gst/audioresample/buffer.h:
10476         * gst/audioresample/debug.c:
10477         * gst/audioresample/debug.h:
10478         * gst/audioresample/functable.c:
10479         * gst/audioresample/functable.h:
10480         * gst/audioresample/gstaudioresample.c:
10481         * gst/audioresample/gstaudioresample.h:
10482         * gst/audioresample/resample.c:
10483         * gst/audioresample/resample.h:
10484         * gst/audioresample/resample_chunk.c:
10485         * gst/audioresample/resample_functable.c:
10486         * gst/audioresample/resample_ref.c:
10487
10488 2005-08-23  Wim Taymans  <wim@fluendo.com>
10489
10490         * examples/seeking/seek.c: (make_vorbis_pipeline),
10491         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
10492         Small seek updates.
10493
10494 2005-08-23  Andy Wingo  <wingo@pobox.com>
10495
10496         * gst-libs/gst/audio/gstbaseaudiosrc.c
10497         (gst_base_audio_src_fixate): Only fixate endianness if it is
10498         present in the caps.
10499
10500 2005-08-22  Andy Wingo  <wingo@pobox.com>
10501
10502         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
10503         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
10504         device-name property.
10505
10506         * gst-libs/gst/audio/gstaudiosrc.h:
10507         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
10508         close_device in the ring buffer, like gstaudiosink.
10509
10510         * ext/alsa/gstalsamixer.h:
10511         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
10512         macro to implement the interface without much code. Cleanups. 
10513
10514         * ext/alsa/gstalsasrc.h:
10515         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
10516         READY.
10517
10518         * ext/alsa/Makefile.am: Add new files.
10519         * ext/alsa/gstalsamixerelement.c: 
10520         * ext/alsa/gstalsamixerelement.c: Split element code out from
10521         mixer code so that alsasrc can be a mixer too.
10522
10523 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10524
10525         * check/elements/volume.c: (setup_volume), (cleanup_volume),
10526         (GST_START_TEST):
10527         * check/elements/vorbisdec.c: (setup_vorbisdec),
10528         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
10529         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10530         (vorbis_handle_identification_packet),
10531         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
10532         (vorbis_handle_header_packet), (vorbis_dec_push),
10533         (vorbis_dec_chain):
10534           use the setup/teardown methods to save code.  save code is good.
10535
10536 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10537
10538         * check/Makefile.am:
10539           add ext dir for plugins
10540           add vorbisdec test conditionally
10541         * check/elements/volume.c: (setup_volume), (cleanup_volume),
10542         (GST_START_TEST), (volume_suite):
10543           add a test with wrong caps
10544         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
10545         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
10546           add a vorbisdec test
10547         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
10548         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
10549           clean up debug output
10550         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10551           yay, fix a segfault/security issue in vorbisdec
10552           gst-launch fakesrc ! vorbisdec wasn't happy
10553         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
10554         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
10555         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
10556         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
10557         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
10558         (gst_vorbisenc_set_metadata), (get_constraints_string),
10559         (update_start_message), (gst_vorbisenc_setup),
10560         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
10561         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
10562         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
10563         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
10564         * ext/vorbis/vorbisenc.h:
10565           march in line
10566         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10567         (gst_ffmpegcsp_transform):
10568           have the kow come home
10569         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
10570           debug my func ptr
10571         * gst/volume/gstvolume.c: (volume_set_caps):
10572           add a debug
10573
10574 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10575
10576         * Makefile.am:
10577         * check/.cvsignore:
10578         * check/Makefile.am:
10579         * check/elements/.cvsignore:
10580         * check/elements/volume.c: (chain_func), (event_func),
10581         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
10582         (main):
10583         * configure.ac:
10584           add unit test structure for gst-plugins-base
10585           add a test for volume
10586         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
10587         (gst_volume_set_volume), (gst_volume_get_volume),
10588         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
10589         (volume_funcfind), (volume_process_float), (volume_process_int16),
10590         (volume_set_caps), (volume_transform), (volume_update_mute),
10591         (volume_update_volume), (volume_set_property),
10592         (volume_get_property):
10593           document a little; use basetransform vmethod _set_caps
10594
10595 2005-08-19  Andy Wingo  <wingo@pobox.com>
10596
10597         * ext/alsa/gstalsamixertrack.h:
10598         * ext/alsa/gstalsamixertrack.c:
10599         * ext/alsa/gstalsamixeroptions.h:
10600         * ext/alsa/gstalsamixeroptions.c:
10601         * ext/alsa/gstalsamixer.h:
10602         * ext/alsa/gstalsamixer.c: Port to 0.9.
10603
10604         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
10605         Remove gstalsa.c and alsaclock. No more cruft here.
10606         
10607 2005-08-18  Wim Taymans  <wim@fluendo.com>
10608
10609         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10610         (gst_base_rtp_depayload_chain),
10611         (gst_base_rtp_depayload_add_to_queue),
10612         (gst_base_rtp_depayload_push),
10613         (gst_base_rtp_depayload_queue_release):
10614         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10615         Fix for RTPBuffer changes.
10616
10617         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
10618         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
10619         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
10620         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
10621         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
10622         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
10623         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
10624         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
10625         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
10626         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
10627         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
10628         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
10629         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
10630         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
10631         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
10632         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
10633         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
10634         (gst_rtpbuffer_get_payload):
10635         * gst-libs/gst/rtp/gstrtpbuffer.h:
10636         Don't subclass GstBuffer but add methods and helper functions
10637         to construct and manipulate RTP packets in regular GstBuffers.
10638
10639 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
10640
10641         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
10642           moved statement below switch
10643         * gst/volume/gstvolume.c: (gst_volume_class_init):
10644           added debug ptr
10645
10646 2005-08-16  Wim Taymans  <wim@fluendo.com>
10647
10648         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10649         (gst_base_audio_src_change_state):
10650         Open and close device in READY<->NULL state change.
10651
10652 2005-08-16  Andy Wingo  <wingo@pobox.com>
10653
10654         * examples/seeking/Makefile.am: Don't compile non-compiling
10655         compiled objects with the compiler.
10656
10657         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
10658         elements.
10659
10660 2005-08-12  Philippe Khalaf <burger@speedy.org>
10661         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10662         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10663           Made a thread to release the queue.
10664           Removed timestamp conversion for now.
10665
10666 2005-08-10  Philippe Khalaf <burger@speedy.org>
10667         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10668         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10669           Added rtp timestamp -> gst timestamp conversion.
10670           Fixed several problems with queue.
10671
10672 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
10673
10674         * gst-libs/gst/audio/gstaudioclock.h:
10675         * gst-libs/gst/audio/gstaudiofilter.h:
10676         * gst-libs/gst/audio/gstaudiosink.h:
10677         * gst-libs/gst/audio/gstaudiosrc.h:
10678         * gst-libs/gst/audio/gstbaseaudiosink.h:
10679         * gst-libs/gst/audio/gstbaseaudiosrc.h:
10680         * gst-libs/gst/audio/gstringbuffer.h:
10681         * gst-libs/gst/net/gstnetbuffer.h:
10682         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10683         * gst-libs/gst/rtp/gstrtpbuffer.h:
10684           Add padding (you will need to rebuild gst-plugins-base,
10685           gst-plugins and all applications afterwards!)
10686
10687 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
10688
10689         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
10690         (gst_riff_parse_chunk):
10691           Fix bug in debug message and add some more debug messages.
10692
10693 2005-08-08  Edward Hervey  <edward@fluendo.com>
10694
10695         * gst-libs/gst/riff/riff-media.c:
10696         backported updates since branch
10697
10698 2005-08-08  Andy Wingo  <wingo@pobox.com>
10699
10700         * gst-libs/gst/audio/gstbaseaudiosink.c
10701         (gst_base_audio_sink_change_state): Open the device in NULL->READY
10702         like good elements should. Close on READY->NULL too.
10703
10704         * gst-libs/gst/audio/gstaudiosink.c
10705         (gst_audioringbuffer_open_device,
10706         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
10707         (gst_audioringbuffer_release): Updates for new ring buffer API,
10708         hook into the new audio sink api.
10709
10710         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
10711         (GstAudioSinkClass.close): Just open and close the device -- no
10712         resource allocation or configuration.
10713         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
10714         vmethods, handle device setup and resource allocation.
10715
10716         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
10717         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
10718         base class API.
10719
10720         * gst-libs/gst/audio/gstringbuffer.h
10721         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
10722         New vmethods.
10723
10724         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
10725         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
10726         New API functions. The device should be opened before acquiring
10727         and closed after releasing.
10728
10729 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
10730
10731         * gst-libs/gst/interfaces/mixer.h:
10732           Reset padding to GST_PADDING.
10733
10734 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10735
10736         * gst/playback/gstplaybin.c: (remove_sinks):
10737           Remove visualization from parent explicitely; works around some
10738           apparent refcount issue that I haven't tracked down yet.
10739
10740 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10741
10742         * ext/alsa/gstalsasink.c: (set_hwparams):
10743           Assign debug category, add negotiation debug msgs.
10744
10745 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10746
10747         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
10748           Fix error code for file-not-found to NOT_FOUND.
10749
10750 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10751
10752         * common/gtk-doc-plugins.mak:
10753         * docs/plugins/Makefile.am:
10754         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10755         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10756           renamed to actual element names, so much nicer to look at
10757         * docs/plugins/tmpl/gstmultifdsink.sgml:
10758           remove
10759         * docs/plugins/tmpl/multifdsink.sgml:
10760         * docs/plugins/tmpl/tcpserversink.sgml:
10761           add
10762         * ext/alsa/gstalsa.c:
10763         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
10764         * ext/ogg/gstoggmux.c:
10765         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
10766         * gst/playback/gstdecodebin.c:
10767         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
10768         * gst/tcp/gsttcpserversink.c:
10769           various fixes and documentation additions
10770
10771 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10772
10773         * common/Makefile.am:
10774         * common/gstdoc-scangobj:
10775         * common/gtk-doc-plugins.mak:
10776         * common/gtk-doc.mak:
10777           add a custom scangobj that uses the registry
10778           add a custom gtk-doc-plugins.mak that uses it
10779           some doc build fixes
10780         * configure.ac:
10781         * docs/Makefile.am:
10782         * docs/plugins/Makefile.am:
10783         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10784         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10785         * docs/plugins/gst-plugins-base-plugins.types:
10786         * docs/plugins/tmpl/gstmultifdsink.sgml:
10787           add docs for one element, multifdsink
10788         * gst/adder/gstadder.h:
10789         * gst/volume/gstvolume.h:
10790           don't privatize enum
10791         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10792         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10793         (gst_sync_method_get_type), (gst_client_status_get_type),
10794         (gst_multifdsink_class_init),
10795         (gst_multifdsink_client_queue_buffer),
10796         (gst_multifdsink_handle_client_write):
10797         * gst/tcp/gstmultifdsink.h:
10798         * gst/tcp/gsttcp.h:
10799         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
10800         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
10801         (gst_tcpclientsink_render):
10802         * gst/tcp/gsttcpclientsink.h:
10803         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
10804         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
10805         (gst_tcpclientsrc_start):
10806         * gst/tcp/gsttcpclientsrc.h:
10807         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
10808         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
10809         * gst/tcp/gsttcpserversrc.h:
10810         * gst/typefind/gsttypefindfunctions.c:
10811           remove superfluous Type stuff
10812
10813 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10814
10815         * gst/playback/gstplaybin.c: (gen_video_element):
10816           Enable videoscale.
10817
10818 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10819
10820         * gst-libs/gst/gconf/gconf.c:
10821         * gst-libs/gst/gconf/gconf.h:
10822           Fix some Andy Problem [tm].
10823
10824 2005-08-04  Andy Wingo  <wingo@pobox.com>
10825
10826         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
10827         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
10828         (gst_ffmpegcsp_get_size): Adapt to API changes.
10829
10830         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
10831         Implement an in-place do-nothing transform.
10832
10833 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10834
10835         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10836         (gst_ximagesink_renegotiate_size):
10837           Do not set new window sizes yet if we prepare a new buffer size
10838           for upstream renegotiation (software scaling) at some point in the
10839           future, because this new size waqs not actually accepted yet. Once
10840           accepted, renegotiation later on will set the new sizes just fine.
10841           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
10842           embedding testcase.
10843
10844 2005-08-03  Andy Wingo  <wingo@pobox.com>
10845
10846         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
10847         (gst_ximagesink_buffer_alloc): 
10848         Protect the height, width, and desired_caps with the pool_lock.
10849         Fixes videotestsrc ! queue ! ximagesink.
10850
10851 2005-08-02  Edward Hervey  <edward@fluendo.com>
10852
10853         * gst/volume/gstvolume.c:
10854         include left from controller cleanup
10855
10856 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
10857         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
10858           Stop collectpads before calling the parent state
10859           change function on PAUSED->READY.
10860
10861 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
10862         * configure.ac:
10863           When testing for X libs, use the X CFlags 
10864         * gst/adder/gstadder.c: (gst_adder_change_state):
10865           Stop the collectpads before calling parent state change function
10866           on PAUSED->READY, otherwise we deadlock deactivating pads.
10867
10868 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
10869
10870         * configure.ac:
10871         * docs/libs/tmpl/gstcolorbalance.sgml:
10872         * docs/libs/tmpl/gstmixer.sgml:
10873         * examples/Makefile.am:
10874         * gst/sine/Makefile.am:
10875         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
10876         (gst_sinesrc_set_property), (plugin_init):
10877         * gst/sine/gstsinesrc.h:
10878         * gst/volume/Makefile.am:
10879         * gst/volume/gstvolume.c: (gst_volume_set_volume),
10880         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
10881         (volume_process_float), (volume_process_int16),
10882         (volume_set_property), (plugin_init):
10883         * gst/volume/gstvolume.h:
10884           deactivate and remove dparams (libgstcontrol)
10885
10886 2005-07-29  Wim Taymans  <wim@fluendo.com>
10887
10888         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
10889         Convert me to BaseTransform!! help..
10890
10891 2005-07-29  Andy Wingo  <wingo@pobox.com>
10892
10893         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
10894         sinks.
10895
10896         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
10897         support of both endiannesses.
10898
10899 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
10900
10901         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10902           Fix confusing debug message (s/event/query/)
10903
10904 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
10905
10906         * gst/videotestsrc/videotestsrc.h:
10907           Use "_stdint.h" instead of <stdint.h>
10908
10909 2005-07-27  Wim Taymans  <wim@fluendo.com>
10910
10911         * ext/vorbis/Makefile.am:
10912         Revert wrong commit.
10913
10914 2005-07-27  Wim Taymans  <wim@fluendo.com>
10915
10916         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
10917         More compilation fixen.
10918
10919 2005-07-27  Wim Taymans  <wim@fluendo.com>
10920
10921         * gst-libs/gst/audio/gstbaseaudiosink.c:
10922         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
10923         (gst_base_audio_sink_create_ringbuffer),
10924         (gst_base_audio_sink_change_state):
10925         Fix compilation.
10926
10927 2005-07-27  Wim Taymans  <wim@fluendo.com>
10928
10929         * examples/seeking/seek.c: (setup_dynamic_link),
10930         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
10931         (query_positions_elems), (query_positions_pads), (do_seek):
10932         Update seek example.
10933
10934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
10935         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
10936         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
10937         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10938         (gst_ogg_demux_handle_event),
10939         (gst_ogg_demux_deactivate_current_chain),
10940         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10941         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
10942         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
10943         (gst_ogg_demux_loop):
10944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
10945         * ext/theora/theoradec.c: (theora_dec_src_event),
10946         (theora_dec_src_getcaps), (theora_dec_sink_event),
10947         (theora_dec_push), (theora_dec_chain):
10948         * ext/vorbis/Makefile.am:
10949         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
10950         (vorbis_dec_sink_event), (vorbis_dec_push),
10951         (vorbis_handle_data_packet):
10952         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
10953         (gst_vorbisenc_chain):
10954         * gst/playback/gststreaminfo.c: (cb_probe):
10955         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
10956         * gst/videorate/gstvideorate.c: (gst_videorate_event):
10957         * gst/videoscale/gstvideoscale.c:
10958         (gst_videoscale_handle_src_event):
10959         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
10960         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
10961         (gst_ximagesink_navigation_send_event):
10962         * sys/xvimage/xvimagesink.c:
10963         (gst_xvimagesink_navigation_send_event):
10964         Various event updates and cleanups
10965
10966 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10967
10968         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
10969           Fix segfault for I420/YV12.
10970
10971 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10972
10973         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
10974           Report bitrate.
10975
10976 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10977
10978         * gst/playback/gstplaybin.c: (gen_video_element),
10979         (gen_audio_element):
10980           Switch to auto*sink elements as default sinks; add volume element
10981           so that volume control in totem works.
10982
10983 2005-07-21  Wim Taymans  <wim@fluendo.com>
10984
10985         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
10986         * gst/playback/gstplaybin.c: (setup_sinks),
10987         (gst_play_bin_change_state):
10988         Refcount fix and more comments.
10989
10990 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10991
10992         * sys/ximage/Makefile.am:
10993         * sys/ximage/ximage.c: (plugin_init):
10994         * sys/ximage/ximagesink.c:
10995         Prepare for adding ximagesrc, rename of plugin to ximage etc.
10996         
10997
10998 2005-07-21  Wim Taymans  <wim@fluendo.com>
10999
11000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
11001         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
11002         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
11003         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11004         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
11005         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
11006         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
11007         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
11008         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
11009         Generate correct disconts for live chained oggs.
11010
11011         * gst-libs/gst/audio/gstbaseaudiosink.c:
11012         (gst_base_audio_sink_render),
11013         (gst_base_audio_sink_create_ringbuffer),
11014         (gst_base_audio_sink_change_state):
11015         Handle discont math correctly.
11016
11017         * gst/playback/gstplaybin.c: (add_sink):
11018         Some small debug cleanup.
11019
11020 2005-07-21  Wim Taymans  <wim@fluendo.com>
11021
11022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
11023         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
11024         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
11025         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
11026         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
11027         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
11028         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
11029         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
11030         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
11031         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
11032         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
11033         (gst_ogg_demux_change_state), (gst_ogg_print):
11034         Reorganize code to send the right disconts when in streaming
11035         mode.
11036
11037 2005-07-20  Andy Wingo  <wingo@pobox.com>
11038
11039         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
11040         fix (?), fixes a seggie mcfalterson (#310894).
11041
11042 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11043
11044         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
11045         (gst_ogg_mux_set_header_on_caps):
11046         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
11048         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
11049         * gst-libs/gst/audio/multichannel.c:
11050         (gst_audio_set_channel_positions),
11051         (gst_audio_set_structure_channel_positions_list):
11052         * gst/playback/gstdecodebin.c: (dynamic_create):
11053         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
11054         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11055           Fixes for API changes in core.
11056
11057 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11058
11059         * gst/playback/gstplaybasebin.c: (fill_buffer):
11060           Use _new_custom() so we can set custom message types for buffering
11061           messages.
11062
11063 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11064
11065         * configure.ac:
11066         * gst-libs/gst/Makefile.am:
11067         * gst-libs/gst/gconf/.cvsignore:
11068         * gst-libs/gst/gconf/Makefile.am:
11069         * gst-libs/gst/gconf/test-gconf.c:
11070         * pkgconfig/Makefile.am:
11071         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
11072         * pkgconfig/gstreamer-gconf.pc.in:
11073           Remove gconf stuff, use gconf elements instead from now on.
11074
11075 2005-07-20  Wim Taymans  <wim@fluendo.com>
11076
11077         * gst-libs/gst/audio/TODO:
11078         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
11079         (gst_audio_clock_get_internal_time):
11080         * gst-libs/gst/audio/gstaudioclock.h:
11081         * gst-libs/gst/audio/gstbaseaudiosink.c:
11082         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
11083         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
11084         (gst_base_audio_sink_render),
11085         (gst_base_audio_sink_create_ringbuffer),
11086         (gst_base_audio_sink_change_state):
11087         Make sure the audio clock always returns an increasing value.
11088
11089 2005-07-19  Andy Wingo  <wingo@pobox.com>
11090
11091         * gst/videotestsrc/: Cleanups.
11092
11093 2005-07-19  Wim Taymans  <wim@fluendo.com>
11094
11095         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
11096         Better debugging.
11097
11098 2005-07-19  Wim Taymans  <wim@fluendo.com>
11099
11100         * examples/seeking/seek.c: (make_dv_pipeline),
11101         (make_vorbis_theora_pipeline), (query_rates),
11102         (query_positions_elems), (query_positions_pads), (do_seek):
11103         Make correct DV pipeline.
11104
11105 2005-07-18  Andy Wingo  <wingo@pobox.com>
11106
11107         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
11108         default. Also because it's the only thing that really works. (This
11109         is used in the GConf elements).
11110         Use AS_LIBTOOL_TAGS.
11111
11112 2005-07-18  Wim Taymans  <wim@fluendo.com>
11113
11114         * gst/playback/gstdecodebin.c: (remove_element_chain):
11115         * gst/playback/gstplaybin.c: (add_sink):
11116         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
11117         (gst_stream_info_set_mute):
11118         * gst/playback/gststreamselector.c:
11119         (gst_stream_selector_get_linked_pad),
11120         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
11121         More leak and compile fixes.
11122
11123 2005-07-18  Wim Taymans  <wim@fluendo.com>
11124
11125         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
11126         (query_rates), (query_positions_elems), (query_positions_pads),
11127         (do_seek), (seek_cb), (stop_seek):
11128         Updated seek example. 
11129
11130         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
11131         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
11132         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
11133         * gst/playback/gstplaybin.c: (add_sink):
11134         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
11135         (gst_stream_info_set_mute):
11136         Some refcount leak fixes.
11137
11138 2005-07-16  Wim Taymans  <wim@fluendo.com>
11139
11140         * gst-libs/gst/audio/gstbaseaudiosink.c:
11141         (gst_base_audio_sink_render):
11142         Align samples even if we have roundoff errors in the 
11143         timestamp conversion.
11144
11145 2005-07-16  Wim Taymans  <wim@fluendo.com>
11146
11147         * docs/libs/tmpl/gstringbuffer.sgml:
11148         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
11149         (query_rates), (query_positions_elems), (query_positions_pads),
11150         (update_scale), (do_seek):
11151         Updated seek example.
11152
11153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11154         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
11155         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
11156         (gst_ogg_demux_loop):
11157         Push out correct discont values.
11158
11159         * ext/theora/theoradec.c: (theora_dec_src_convert),
11160         (theora_dec_sink_convert), (theora_dec_src_getcaps),
11161         (theora_dec_sink_event), (theora_handle_type_packet),
11162         (theora_handle_header_packet), (theora_dec_push),
11163         (theora_handle_data_packet), (theora_dec_chain),
11164         (theora_dec_change_state):
11165         Better timestamping.
11166
11167         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11168         (vorbis_dec_sink_event), (vorbis_dec_push),
11169         (vorbis_handle_data_packet), (vorbis_dec_chain):
11170         * ext/vorbis/vorbisdec.h:
11171         Better timestamping.
11172
11173         * gst-libs/gst/audio/gstbaseaudiosink.c:
11174         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
11175         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11176         Handle syncing on timestamps instead of sample offsets. Make
11177         use of DISCONT values as described in design docs.
11178
11179         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11180         (gst_base_audio_src_get_time):
11181         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
11182         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
11183         (gst_ring_buffer_read):
11184         * gst-libs/gst/audio/gstringbuffer.h:
11185         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
11186         (gst_ximagesink_show_frame):
11187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
11188         Correcly convert buffer timestamp to stream time.
11189
11190 2005-07-16  Wim Taymans  <wim@fluendo.com>
11191
11192         * gst/audioconvert/gstaudioconvert.c:
11193         (gst_audio_convert_get_buffer):
11194         Timestamp buffers correctly.
11195
11196         * gst/playback/gstplaybin.c: (gen_video_element):
11197         Make internal fakesink silent.
11198
11199 2005-07-15  Wim Taymans  <wim@fluendo.com>
11200
11201         * gst/ffmpegcolorspace/Makefile.am:
11202         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11203         (gst_ffmpegcsp_caps_remove_format_info),
11204         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
11205         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
11206         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
11207         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
11208         Ported ffmpegcolorspace to basetransform.
11209
11210         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
11211         * gst/volume/gstvolume.c: (volume_transform):
11212         Ported to new API.
11213
11214 2005-07-14  Wim Taymans  <wim@fluendo.com>
11215
11216         * gst/videotestsrc/Makefile.am:
11217         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
11218         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
11219         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
11220         (gst_videotestsrc_init), (gst_videotestsrc_event),
11221         (gst_videotestsrc_create), (gst_videotestsrc_start),
11222         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
11223         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
11224         (gst_videotestsrc_get_property):
11225         * gst/videotestsrc/gstvideotestsrc.h:
11226         Make videotestsrc a pushsrc.
11227
11228 2005-07-14  Wim Taymans  <wim@fluendo.com>
11229
11230         * gst/tcp/gstfdset.c: (gst_fdset_free):
11231         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11232         (gst_multifdsink_add), (gst_multifdsink_remove),
11233         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11234         (gst_multifdsink_remove_client_link),
11235         (gst_multifdsink_client_queue_data),
11236         (gst_multifdsink_client_queue_caps),
11237         (gst_multifdsink_client_queue_buffer),
11238         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11239         (gst_multifdsink_stop):
11240         * gst/tcp/gstmultifdsink.h:
11241         0.8 backporting.
11242
11243         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
11244         Also draw image when not from a pool.
11245
11246 2005-07-14  Wim Taymans  <wim@fluendo.com>
11247
11248         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
11249         (mute_stream), (silence_stream):
11250         Small debug additions.
11251
11252 2005-07-14  Wim Taymans  <wim@fluendo.com>
11253
11254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
11255         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
11256         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
11257         Better error recovery, ignore unconnected pads and
11258         non-fatal errors.
11259
11260 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11261
11262         * docs/libs/tmpl/gstaudio.sgml:
11263         * docs/libs/tmpl/gstcolorbalance.sgml:
11264         * docs/libs/tmpl/gstgconf.sgml:
11265         * docs/libs/tmpl/gstmixer.sgml:
11266         * docs/libs/tmpl/gstringbuffer.sgml:
11267         * docs/libs/tmpl/gsttuner.sgml:
11268         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11269         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
11270         (gst_tcpclientsrc_class_init):
11271         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
11272         (gst_tcpserversrc_class_init):
11273         * sys/v4l/gstv4lelement.c:
11274           more autistic cleanliness in functions/names/defines
11275
11276 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11277
11278         * configure.ac:
11279           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
11280           added manually to each Makefile.am so we are sure it goes
11281           *last* and doesn't add -L flags before linking in libs of our
11282           own, like, say, internal .la libs, that then accidentally pick
11283           up the installed copy.
11284         * docs/libs/Makefile.am:
11285         * ext/alsa/Makefile.am:
11286         * ext/cdparanoia/Makefile.am:
11287         * ext/gnomevfs/Makefile.am:
11288         * ext/libvisual/Makefile.am:
11289         * ext/ogg/Makefile.am:
11290         * ext/theora/Makefile.am:
11291         * ext/vorbis/Makefile.am:
11292         * gst-libs/gst/video/Makefile.am:
11293         * gst/adder/Makefile.am:
11294         * gst/audioconvert/Makefile.am:
11295         * gst/audiorate/Makefile.am:
11296         * gst/audioscale/Makefile.am:
11297         * gst/ffmpegcolorspace/Makefile.am:
11298         * gst/playback/Makefile.am:
11299         * gst/sine/Makefile.am:
11300         * gst/subparse/Makefile.am:
11301         * gst/tags/Makefile.am:
11302         * gst/tcp/Makefile.am:
11303         * gst/typefind/Makefile.am:
11304         * gst/videorate/Makefile.am:
11305         * gst/videoscale/Makefile.am:
11306         * gst/videotestsrc/Makefile.am:
11307         * gst/volume/Makefile.am:
11308         * sys/v4l/Makefile.am:
11309         * sys/ximage/Makefile.am:
11310         * sys/xvimage/Makefile.am:
11311           adapt properly to this change. This should make sure that
11312           plugins and libs properly link to the as-yet-uninstalled
11313           copies of stuff like libgstinterfaces and libgstvideo
11314
11315 2005-07-13  Andy Wingo  <wingo@pobox.com>
11316
11317         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
11318         (gst_v4lsrc_fixate): Fixate on format as well.
11319
11320         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
11321         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
11322         buffer points to it.
11323         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
11324         rather just doing X calls ourselves. Also fixes a memleak.
11325
11326 2005-07-12  Andy Wingo  <wingo@pobox.com>
11327
11328         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
11329         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
11330         (gst_v4lsrc_create): Re-add the copy-mode property, default to
11331         TRUE to avoid deadlocks if an element holds on to our buffers.
11332
11333 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11334
11335         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11336         (gst_sinesrc_init), (gst_sinesrc_create),
11337         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
11338         (gst_sinesrc_start):
11339         * gst/sine/gstsinesrc.h:
11340           removing num-buffers property before moving it
11341
11342 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11343
11344         * configure.ac:
11345           use overridable ERROR_CFLAGS
11346         * docs/libs/gst-plugins-base-libs.types:
11347         * docs/libs/tmpl/gstringbuffer.sgml:
11348         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
11349         (gst_alsasink_class_init):
11350         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
11351         (gst_alsasrc_class_init):
11352         * gst-libs/gst/audio/audio.h:
11353         * gst-libs/gst/audio/gstaudioclock.h:
11354         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
11355         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
11356         (gst_audio_filter_link), (gst_audio_filter_init),
11357         (gst_audio_filter_chain), (gst_audio_filter_set_property),
11358         (gst_audio_filter_get_property),
11359         (gst_audio_filter_class_add_pad_templates):
11360         * gst-libs/gst/audio/gstaudiofilter.h:
11361         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11362         (gst_audio_filter_template_get_type),
11363         (gst_audio_filter_template_base_init),
11364         (gst_audio_filter_template_class_init),
11365         (gst_audio_filter_template_init),
11366         (gst_audio_filter_template_set_property),
11367         (gst_audio_filter_template_get_property), (plugin_init),
11368         (gst_audio_filter_template_setup),
11369         (gst_audio_filter_template_filter),
11370         (gst_audio_filter_template_filter_inplace):
11371         * gst-libs/gst/audio/gstaudiosink.c:
11372         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11373         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
11374         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
11375         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
11376         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
11377         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
11378         * gst-libs/gst/audio/gstaudiosink.h:
11379         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
11380         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11381         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
11382         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
11383         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
11384         (gst_audio_src_class_init), (gst_audio_src_init),
11385         (gst_audio_src_create_ringbuffer):
11386         * gst-libs/gst/audio/gstaudiosrc.h:
11387         * gst-libs/gst/audio/gstbaseaudiosink.c:
11388         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
11389         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
11390         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
11391         (gst_base_audio_sink_set_property),
11392         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
11393         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
11394         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
11395         (gst_base_audio_sink_create_ringbuffer),
11396         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
11397         * gst-libs/gst/audio/gstbaseaudiosink.h:
11398         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11399         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
11400         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
11401         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
11402         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
11403         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
11404         (gst_base_audio_src_event), (gst_base_audio_src_create),
11405         (gst_base_audio_src_create_ringbuffer),
11406         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
11407         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11408         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
11409         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
11410         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
11411         (gst_ring_buffer_debug_spec_caps),
11412         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
11413         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
11414         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
11415         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11416         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
11417         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
11418         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
11419         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
11420         (gst_ring_buffer_clear):
11421         * gst-libs/gst/audio/gstringbuffer.h:
11422         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
11423         (gst_video_sink_class_init), (gst_video_sink_get_type):
11424         * gst-libs/gst/video/videosink.h:
11425         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
11426         (gst_multifdsink_class_init),
11427         (gst_multifdsink_handle_client_write),
11428         (gst_multifdsink_change_state):
11429         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11430         (gst_tcpclientsink_setcaps):
11431         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11432         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
11433         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
11434         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
11435         (gst_ximagesink_send_pending_navigation),
11436         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
11437         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
11438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
11439         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
11440         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
11441         (gst_xvimagesink_send_pending_navigation),
11442         (gst_xvimagesink_navigation_send_event),
11443         (gst_xvimagesink_set_xwindow_id),
11444         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
11445         (gst_xvimagesink_get_type):
11446         more macro splitting
11447
11448 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11449
11450         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
11451           plug a memleak, allows me to import 1479 albums in one go
11452           in jamboree
11453         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11454         (vorbis_handle_type_packet), (vorbis_dec_chain),
11455         (vorbis_dec_change_state):
11456           fix some format strings
11457
11458 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11459
11460         * docs/libs/tmpl/gstcolorbalance.sgml:
11461         * docs/libs/tmpl/gstmixer.sgml:
11462         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
11463         (gst_alsasink_set_property), (gst_alsasink_get_property):
11464         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
11465         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
11466           add device property
11467
11468 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11469
11470         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11471         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
11472         (audiocast_register_listener), (audiocast_thread_run),
11473         (gst_gnomevfssrc_send_additional_headers_callback),
11474         (gst_gnomevfssrc_received_headers_callback),
11475         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
11476         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
11477         (gst_gnomevfssrc_get_size):
11478           add/clean up debugging
11479         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11480           cleanups
11481
11482 2005-07-07  Andy Wingo  <wingo@pobox.com>
11483
11484         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
11485         framerate. Need to get a handle on when exactly this function is
11486         called, tho.
11487
11488         * sys/v4l/v4lsrc_calls.h:
11489         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
11490         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
11491         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
11492
11493         * sys/v4l/v4l_calls.h: Cast to V4lElement.
11494         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
11495         v4lelements are sources.
11496
11497         * sys/v4l/gstv4lxoverlay.h:
11498         * sys/v4l/gstv4lxoverlay.c:
11499         * sys/v4l/gstv4ltuner.h:
11500         * sys/v4l/gstv4ltuner.c: Header loc fixen.
11501         
11502         * sys/v4l/gstv4lsrc.h:
11503         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
11504         PushSrc/BaseSrc. Removed most sync-related properties, videorate
11505         or something should handle that. Made a live source.
11506
11507         * sys/v4l/gstv4lelement.h:
11508         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
11509         signals. Some cleanups.
11510
11511         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
11512
11513         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
11514         stuff.
11515
11516         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
11517         stuff.
11518
11519         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
11520
11521 2005-07-07  Wim Taymans  <wim@fluendo.com>
11522
11523         * ext/theora/theoradec.c: (theora_get_query_types),
11524         (theora_dec_src_getcaps), (theora_dec_push):
11525         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
11526         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
11527         Remove deprecated/unused query types.
11528
11529 2005-07-06  Wim Taymans  <wim@fluendo.com>
11530
11531         * ext/alsa/Makefile.am:
11532         * ext/alsa/gstalsaplugin.c: (plugin_init):
11533         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11534         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
11535         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
11536         (gst_alsasrc_class_init), (gst_alsasrc_init),
11537         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
11538         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
11539         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
11540         (gst_alsasrc_reset):
11541         * ext/alsa/gstalsasrc.h:
11542         * gst-libs/gst/audio/Makefile.am:
11543         * gst-libs/gst/audio/gstaudiosink.c:
11544         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
11545         (gst_audioringbuffer_start):
11546         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
11547         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
11548         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
11549         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
11550         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
11551         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
11552         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
11553         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
11554         * gst-libs/gst/audio/gstaudiosrc.h:
11555         * gst-libs/gst/audio/gstbaseaudiosink.c:
11556         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
11557         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
11558         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
11559         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11560         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
11561         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
11562         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
11563         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
11564         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
11565         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
11566         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
11567         (gst_baseaudiosrc_change_state):
11568         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11569         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
11570         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
11571         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
11572         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
11573         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
11574         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
11575         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
11576         * gst-libs/gst/audio/gstringbuffer.h:
11577         Added audiosource base classes.
11578         Ported alsasrc, still very basic.
11579
11580 2005-07-06  Wim Taymans  <wim@fluendo.com>
11581
11582         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
11583         (theora_dec_push), (theora_handle_data_packet):
11584         Prepare for better timestamp fix later.
11585
11586         * gst/audioconvert/gstaudioconvert.c:
11587         List most accurate caps first
11588
11589         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
11590         Use proper pad task function.
11591
11592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11593         (gst_xvimagesink_show_frame):
11594         Fix deadlock when alloc failed.
11595
11596 2005-07-05  Andy Wingo  <wingo@pobox.com>
11597
11598         * ext/gnomevfs/gstgnomevfssrc.c:
11599         * gst/sine/gstsinesrc.c:
11600         * gst/tcp/gsttcpserversrc.c:
11601         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
11602
11603         * sys/v4l/: Port from 0.8.
11604
11605         * Many files: Null if we got it....
11606
11607 2005-07-05  Andy Wingo  <wingo@pobox.com>
11608
11609         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
11610         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
11611         Signedness fixes.
11612
11613 2005-07-05  Wim Taymans  <wim@fluendo.com>
11614
11615         * configure.ac:
11616         * gst/tcp/Makefile.am:
11617         * gst/tcp/README:
11618         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
11619         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
11620         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11621         (is_sync_frame), (gst_multifdsink_handle_client_write),
11622         (gst_multifdsink_render), (gst_multifdsink_start),
11623         (gst_multifdsink_stop), (gst_multifdsink_change_state):
11624         * gst/tcp/gstmultifdsink.h:
11625         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
11626         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
11627         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11628         * gst/tcp/gsttcp.h:
11629         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11630         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
11631         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11632         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
11633         * gst/tcp/gsttcpclientsink.h:
11634         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
11635         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
11636         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
11637         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
11638         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
11639         * gst/tcp/gsttcpclientsrc.h:
11640         * gst/tcp/gsttcpplugin.c: (plugin_init):
11641         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
11642         * gst/tcp/gsttcpserversink.h:
11643         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
11644         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
11645         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
11646         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11647         (gst_tcpserversrc_stop):
11648         * gst/tcp/gsttcpserversrc.h:
11649         * gst/tcp/gsttcpsink.c:
11650         * gst/tcp/gsttcpsink.h:
11651         * gst/tcp/gsttcpsrc.c:
11652         * gst/tcp/gsttcpsrc.h:
11653         Ported tcp plugins to 0.9. 
11654         
11655
11656 2005-07-05  Andy Wingo  <wingo@pobox.com>
11657
11658         * gst/playback/gstplaybasebin.c (fill_buffer):
11659         message_new_application fixen.
11660
11661         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
11662         Style fix.
11663
11664 2005-07-04  Wim Taymans  <wim@fluendo.com>
11665
11666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
11667         Set caps on output buffer.
11668
11669 2005-07-04  Andy Wingo  <wingo@pobox.com>
11670
11671         * ext/gnomevfs/gstgnomevfssrc.c
11672         (gst_gnomevfssrc_received_headers_callback) 
11673         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
11674         hopefully.
11675
11676         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
11677         No refcount leakage.
11678
11679         * configure.ac: Enable -Werror.
11680         
11681         * ext/theora/theoradec.c (theora_dec_src_getcaps):
11682         * gst/audioconvert/bufferframesconvert.c
11683         (buffer_frames_convert_fixate):
11684         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
11685         (gst_audio_convert_fixate):
11686         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
11687         (gst_sinesrc_create): Fixate func changes.
11688         
11689         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11690         (gst_ximagesink_buffer_alloc): Unused var.
11691
11692 2005-07-01  Andy Wingo  <wingo@pobox.com>
11693
11694         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
11695         getcaps to do explicit caps. Needs to be done in all decoders,
11696         possibly via a base class.
11697
11698         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
11699
11700         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
11701         caps on the sink pad, just rely on the pad template. Also, setting
11702         ANY caps on a pad is not valid because the caps are not fixed.
11703
11704         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
11705         caps on the buffer, and get the width from the desired_caps if
11706         they're set.
11707         (gst_ximagesink_renegotiate_size): Implement via setting the
11708         desired_caps on the ximagesink.
11709         (gst_ximagesink_setcaps): Only reset the width of the player if it
11710         wasn't already set. Not sure if this is right.
11711         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
11712
11713         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
11714         that the user wants. NULL unless the window has been resized.
11715
11716         * gst/volume/gstvolume.c (volume_transform): Adapt to
11717         basetransform refcount changes.
11718         
11719 2005-07-01  Andy Wingo  <wingo@pobox.com>
11720
11721         * gst/videoscale/gstvideoscale.c:
11722         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
11723         from BaseTransform, implements a transform_caps. Removed dead code
11724         including some PAR stuff that was never reached -- should probably
11725         be added back somehow.
11726
11727 2005-07-01  Andy Wingo  <wingo@pobox.com>
11728
11729         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
11730         come later.
11731
11732 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11733
11734         * configure.ac:
11735         * docs/libs/Makefile.am:
11736         * docs/libs/gst-plugins-libs.types:
11737         * ext/alsa/Makefile.am:
11738         * ext/alsa/gstalsamixer.h:
11739         * ext/alsa/gstalsamixeroptions.h:
11740         * ext/alsa/gstalsamixertrack.h:
11741         * gst-libs/gst/Makefile.am:
11742         * gst-libs/gst/colorbalance/.cvsignore:
11743         * gst-libs/gst/colorbalance/Makefile.am:
11744         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
11745         * gst-libs/gst/colorbalance/colorbalance.c:
11746         * gst-libs/gst/colorbalance/colorbalance.h:
11747         * gst-libs/gst/colorbalance/colorbalance.vcproj:
11748         * gst-libs/gst/colorbalance/colorbalancechannel.c:
11749         * gst-libs/gst/colorbalance/colorbalancechannel.h:
11750         * gst-libs/gst/interfaces/Makefile.am:
11751         * gst-libs/gst/interfaces/colorbalance.c:
11752         (gst_color_balance_class_init):
11753         * gst-libs/gst/interfaces/colorbalance.h:
11754         * gst-libs/gst/interfaces/interfaces-marshal.list:
11755         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
11756         * gst-libs/gst/interfaces/mixer.h:
11757         * gst-libs/gst/interfaces/mixeroptions.h:
11758         * gst-libs/gst/interfaces/navigation.c:
11759         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
11760         * gst-libs/gst/interfaces/tuner.h:
11761         * gst/volume/Makefile.am:
11762         * gst/volume/gstvolume.c:
11763         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
11764         * sys/ximage/Makefile.am:
11765         * sys/ximage/ximagesink.c:
11766         * sys/xvimage/Makefile.am:
11767         * sys/xvimage/xvimagesink.c:
11768           fold in all interfaces into an interfaces dir, preserving CVS
11769           history
11770
11771 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11772
11773         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11774           Fix build after riff changes.
11775
11776 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11777
11778         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11779         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
11780         (gst_riff_create_video_template_caps),
11781         (gst_riff_create_audio_template_caps),
11782         (gst_riff_create_iavs_template_caps):
11783         * gst-libs/gst/riff/riff-media.h:
11784         * gst-libs/gst/riff/riff-read.h:
11785         * gst-libs/gst/riff/riff.c: (gst_riff_init):
11786           Add gst_riff_init() to initialize the debug category, instead
11787           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
11788
11789 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11790
11791         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
11792           Oops, I shouldn't apply hacks.
11793
11794 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11795
11796         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
11797           Remove pad_loop function which doesn't work.
11798
11799 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11800
11801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
11802           Send EOS when deactivating.
11803         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11804         (check_queue), (queue_threshold_reached), (queue_out_of_data),
11805         (gen_preroll_element), (probe_triggered), (mute_stream),
11806         (silence_stream), (new_decoded_pad), (setup_substreams),
11807         (set_active_source):
11808         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
11809         (remove_sinks), (add_sink):
11810         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
11811           Change for new probe API.
11812
11813 2005-06-29  Wim Taymans  <wim@fluendo.com>
11814
11815         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
11816         * gst-libs/gst/audio/gstbaseaudiosink.c:
11817         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
11818         (gst_baseaudiosink_change_state):
11819         * gst-libs/gst/audio/gstbaseaudiosink.h:
11820         * gst-libs/gst/audio/gstringbuffer.c:
11821         (gst_ringbuffer_set_callback):
11822         Fix compilation error.
11823         Ringbuffer starts out as not running.
11824         Free our clock in dispose.
11825         When releasing the ringbuffer we need to renegotiate so
11826         clear the pad caps.
11827
11828 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11829
11830         * autogen.sh:
11831         * configure.ac:
11832         * docs/Makefile.am:
11833         * docs/libs/Makefile.am:
11834         * docs/libs/gst-plugins-libs-docs.sgml:
11835         * docs/libs/gst-plugins-libs-sections.txt:
11836         * docs/libs/gst-plugins-libs.types:
11837         * docs/libs/tmpl/gstaudio.sgml:
11838         * docs/libs/tmpl/gstcolorbalance.sgml:
11839         * docs/libs/tmpl/gstringbuffer.sgml:
11840         * gst-libs/gst/audio/gstringbuffer.c:
11841         (gst_ringbuffer_set_callback):
11842           reinstate gtk-doc docs for plugin libs
11843
11844 2005-06-28  Wim Taymans  <wim@fluendo.com>
11845
11846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11847         (gst_ogg_demux_init):
11848         Removed pad loop function.
11849
11850 2005-06-28  Wim Taymans  <wim@fluendo.com>
11851
11852         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
11853         If we're building a chain we are not in an error case
11854         when we queue a buffer.
11855
11856 2005-06-28  Andy Wingo  <wingo@pobox.com>
11857
11858         * *.c: Don't cast to GstObject before reffing/unreffing.
11859
11860 2005-06-27  Andy Wingo  <wingo@pobox.com>
11861
11862         * gst/videotestsrc/gstvideotestsrc.c
11863         (gst_videotestsrc_activate_push): Activation API changes.
11864
11865         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
11866         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
11867         they have refs on the decodebin.
11868
11869         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
11870         parent class.
11871         (gst_ogg_pad_typefind): Don't leak a pad ref.
11872         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
11873         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
11874         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
11875
11876 2005-06-27  Edward Hervey  <edward@fluendo.com>
11877
11878         * ext/theora/theoradec.c: (theora_dec_change_state): 
11879         re-arranged call to parent's state change in order to avoid locks (or
11880         worse).
11881
11882 2005-06-26  Edward Hervey  <edward@fluendo.com>
11883
11884         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
11885         2nd argument of 'unknow-type' signal is a GstCaps and not a
11886         GstMiniObject
11887
11888 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
11889         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
11890           Set the worker thread's running flag to TRUE before starting the
11891           thread.
11892         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
11893           Catch a failure to add typefind to the bin.
11894
11895 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11896
11897         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11898         (gst_sinesrc_init), (gst_sinesrc_create),
11899         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
11900         (gst_sinesrc_start):
11901         * gst/sine/gstsinesrc.h:
11902           add num-buffers and timestamp-offset properties
11903         * gst/videotestsrc/gstvideotestsrc.c:
11904         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
11905         (gst_videotestsrc_get_property):
11906           add timestamp-offset property
11907
11908 2005-06-23  Christian Schaller  <uraeus@gnome.org>
11909
11910         * configure.ac: add videorate
11911         * gst-plugins-base.spec.in: add videorate
11912
11913 2005-06-23  Wim Taymans  <wim@fluendo.com>
11914
11915         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
11916         (gst_videorate_getcaps), (gst_videorate_setcaps),
11917         (gst_videorate_event), (gst_videorate_chain):
11918         Fixed videorate, fixating an already fixated caps is not
11919         an error.
11920
11921 2005-06-23  Wim Taymans  <wim@fluendo.com>
11922
11923         * ext/ogg/README:
11924         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
11925         Buffer on caps is not boxed anymore.
11926
11927 2005-06-22  Wim Taymans  <wim@fluendo.com>
11928
11929         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
11930         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
11931         Set buffers on caps as miniobjects and not as boxed.
11932
11933 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11934
11935         * configure.ac:
11936           back to HEAD
11937
11938 === release 0.9.1 ===
11939
11940 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
11941
11942         * .cvsignore:
11943         * NEWS:
11944         * README:
11945         * RELEASE:
11946         * configure.ac:
11947         * po/af.po:
11948         * po/az.po:
11949         * po/cs.po:
11950         * po/en_GB.po:
11951         * po/hu.po:
11952         * po/it.po:
11953         * po/nb.po:
11954         * po/nl.po:
11955         * po/or.po:
11956         * po/sq.po:
11957         * po/sr.po:
11958         * po/sv.po:
11959         * po/uk.po:
11960         * po/vi.po:
11961           updates for release
11962
11963 2005-06-09  Andy Wingo  <wingo@pobox.com>
11964
11965         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
11966         
11967 2005-06-09  Andy Wingo  <wingo@pobox.com>
11968
11969         * configure.ac:
11970         * gst-libs/gst/Makefile.am:
11971         * gst-libs/gst/net/Makefile.am:
11972         Add gstnet to build.
11973
11974 2005-06-09  Andy Wingo  <wingo@pobox.com>
11975
11976         * gst-libs/gst/gconf/gconf.c:
11977         * gst/playback/test.c:
11978         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
11979         fixes.
11980
11981         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
11982
11983         * ext/theora/theoraenc.c (theora_enc_chain): 
11984         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
11985
11986         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
11987         RealPad.
11988
11989 2005-06-02  Wim Taymans  <wim@fluendo.com>
11990
11991         * gst-libs/gst/net/Makefile.am:
11992         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
11993         * pkgconfig/gstreamer-libs.pc.in:
11994         Added net stuff, version net lib.
11995
11996 2005-06-02  Wim Taymans  <wim@fluendo.com>
11997
11998         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
11999         (query_rates), (query_positions_elems), (query_positions_pads),
12000         (do_seek):
12001         Updated seek example.
12002
12003 2005-06-02  Andy Wingo  <wingo@pobox.com>
12004
12005         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
12006         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
12007         list.
12008
12009         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
12010         remove the typefind, the bin dispose will do it for us. When it's
12011         removed and unreffed, the signal handler will be disconnected,
12012         too.
12013         (unlinked): It's too difficult to disconnect from unlinked
12014         handlers, as they are on pads not elements. Just punt if the pads
12015         aren't grandkids of the bin.
12016
12017 2005-06-02  Wim Taymans  <wim@fluendo.com>
12018
12019         * ext/ogg/README:
12020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12021         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
12022         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
12023         * ext/theora/theoradec.c: (theora_dec_src_query),
12024         (theora_handle_data_packet):
12025         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12026         (theora_enc_chain):
12027         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12028         (vorbis_handle_data_packet):
12029         * gst/audioconvert/bufferframesconvert.c:
12030         (buffer_frames_convert_chain):
12031         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12032         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12033         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
12034         (gst_ffmpegcsp_chain):
12035         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
12036         (gst_videorate_getcaps), (gst_videorate_setcaps),
12037         (gst_videorate_event), (gst_videorate_chain):
12038         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
12039         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
12040         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12041         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12042         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12043         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
12044         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
12045         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
12046         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
12047         Cleanups and buffer alloc.
12048
12049 2005-05-31  Wim Taymans  <wim@fluendo.com>
12050
12051         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
12052         Don't try to call the delay method when the device is not
12053         opened.
12054
12055 2005-05-31  Wim Taymans  <wim@fluendo.com>
12056
12057         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
12058         Get actual segment size and buffer size after opening
12059         the device.
12060
12061 2005-05-30  Wim Taymans  <wim@fluendo.com>
12062
12063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
12064         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
12065         Also FLUSH upstream, makes the loop function exit faster.
12066         
12067         * ext/theora/theoradec.c: (theora_dec_src_query):
12068         Some more debug info in the query.
12069         
12070         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12071         (gst_ximagesink_setcaps):
12072         Release lock on par error, better error reporting.
12073
12074 2005-05-26  Wim Taymans  <wim@fluendo.com>
12075
12076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12077         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
12078         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
12079         Clear chains in READY
12080         Queue packets until the chain is activated.
12081
12082 2005-05-25  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst-libs/gst/audio/gstaudiosink.c:
12085         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12086         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12087         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12088         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12089         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12090         (gst_audiosink_create_ringbuffer):
12091         * gst-libs/gst/audio/gstbaseaudiosink.c:
12092         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
12093         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
12094         (gst_baseaudiosink_set_property), (build_linear_format),
12095         (debug_spec_caps), (debug_spec_buffer),
12096         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
12097         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
12098         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
12099         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12100         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12101         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12102         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
12103         (gst_ringbuffer_play), (gst_ringbuffer_pause),
12104         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
12105         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
12106         (wait_segment), (gst_ringbuffer_commit),
12107         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
12108         (gst_ringbuffer_clear):
12109         Various small cleanups.
12110
12111         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12112         (gst_audio_convert_change_state):
12113         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
12114         No need to take the locks anymore.
12115
12116 2005-05-25  Wim Taymans  <wim@fluendo.com>
12117
12118         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12119         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
12120         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
12121         (type_found):
12122         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
12123         (group_destroy), (group_commit), (queue_overrun),
12124         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
12125         (mute_stream), (new_decoded_pad), (setup_substreams),
12126         (setup_source), (mute_group_type), (set_active_source),
12127         (gst_play_base_bin_change_state):
12128         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12129         (gen_video_element), (gen_text_element), (gen_audio_element),
12130         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
12131         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
12132         (gst_stream_info_dispose), (gst_stream_info_set_mute):
12133         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12134         Some playbin cleanups mostly refcounting sloppyness.
12135
12136 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12137
12138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
12139           Work with streaming input.
12140
12141 2005-05-25  Wim Taymans  <wim@fluendo.com>
12142
12143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12144         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12145         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
12146         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
12147         No need to take the STREAM lock anymore.
12148
12149 2005-05-25  Wim Taymans  <wim@fluendo.com>
12150
12151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
12152         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
12153         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
12154         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
12155         (gst_ogg_demux_sink_activate):
12156         * ext/theora/theoradec.c: (theora_dec_src_event),
12157         (theora_handle_comment_packet), (theora_dec_chain),
12158         (theora_dec_change_state):
12159         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12160         (vorbis_handle_data_packet), (vorbis_dec_chain),
12161         (vorbis_dec_change_state):
12162         Remove STREAM locks as they are taken in core now.
12163         Never set bogus granulepos on vorbis/theora.
12164         Fix leaks in theoradec tag parsing.
12165
12166 2005-05-25  Wim Taymans  <wim@fluendo.com>
12167
12168         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
12169         Fix memleaks, GST_BUFFER_DATA() is not freed.
12170
12171 2005-05-25  Wim Taymans  <wim@fluendo.com>
12172
12173         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
12174         Open non-blocking, set to blocking mode afterwards to avoid
12175         lockups when audio device is busy.
12176
12177 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12178
12179         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
12180           This can't be good.
12181
12182 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12183
12184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
12185         (gst_audio_convert_chain), (gst_audio_convert_link_src),
12186         (gst_audio_convert_setcaps):
12187           Implement instant setup switching.
12188
12189 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12190
12191         * gst/playback/gstplaybasebin.c: (probe_triggered):
12192           Fix missing unlock.
12193         * gst/playback/gstplaybin.c: (add_sink):
12194           First add, then link (otherwise pad link fails).
12195
12196 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12197
12198         * examples/Makefile.am:
12199         fix buildbot (make distcheck)
12200
12201 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12202
12203         * gst/playback/gstplaybin.c: (gen_vis_element):
12204           Remove some wrong code. Doesn't work yet.
12205
12206 2005-05-19  Wim Taymans  <wim@fluendo.com>
12207
12208         * gst-libs/gst/net/Makefile.am:
12209         * gst-libs/gst/net/README:
12210         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
12211         (gst_netbuffer_class_init), (gst_netbuffer_init),
12212         (gst_netbuffer_finalize), (gst_netbuffer_copy),
12213         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
12214         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
12215         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
12216         * gst-libs/gst/net/gstnetbuffer.h:
12217         Added buffer subclass to store extra to/from addresses for
12218         network sources/sinks.
12219
12220 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12221
12222         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
12223           Don't lock an unassigned variable.
12224
12225 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12226
12227         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12228           Increase buffer for video, decrease buffer for other media types.
12229         * gst/playback/gstplaybin.c: (gen_video_element),
12230         (gen_audio_element):
12231           Change names for debugging purposes.
12232
12233 2005-05-18  Wim Taymans  <wim@fluendo.com>
12234
12235         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12236         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12237         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
12238         (gst_ffmpegcsp_chain):
12239         Enable buffer alloc passthrough if the source and dest
12240         formats are the same.
12241
12242 2005-05-17  Wim Taymans  <wim@fluendo.com>
12243
12244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12245         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
12246         (gst_ogg_demux_chain_unlocked):
12247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12248         (gst_audio_convert_caps_remove_format_info),
12249         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
12250         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
12251         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12252         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12253         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
12254         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
12255         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12256         (gst_ffmpegcsp_get_property):
12257         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12258         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
12259         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
12260         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12261         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
12262         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
12263         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
12264         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
12265         Leak fixes in oggdemux.
12266         Some cleanups in audioconvert.
12267         Make passthrough work along with buffer_alloc etc.
12268         Make buffer_alloc and buffer recycling actually work in
12269         xvimagesink.
12270
12271 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12272
12273         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
12274           make the compiler happy
12275
12276 2005-05-17  Wim Taymans  <wim@fluendo.com>
12277
12278         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
12279         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
12280         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
12281         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
12282         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
12283         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
12284         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
12285         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
12286         (gst_xvimagesink_set_xwindow_id):
12287         * sys/xvimage/xvimagesink.h:
12288         Port xvimagesink to new MiniObject.
12289
12290 2005-05-17  Wim Taymans  <wim@fluendo.com>
12291
12292         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
12293         (gst_audiofilter_chain):
12294         * gst-libs/gst/audio/gstaudiosink.c:
12295         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12296         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12297         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12298         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12299         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12300         (gst_audiosink_create_ringbuffer):
12301         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12302         (gst_audio_convert_caps_remove_format_info),
12303         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
12304         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12305         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12306         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12307         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
12308         Fix passthrough in ffmpegcolorspace.
12309         Fix memset in audiosink on wrong memory.
12310
12311 2005-05-16  David Schleef  <ds@schleef.org>
12312
12313         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
12314         to GstMiniObject.
12315
12316 2005-05-16  David Schleef  <ds@schleef.org>
12317
12318         Port from GstData to GstMiniObject.
12319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
12321         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
12322         (gst_ogg_mux_collected):
12323         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12324         * ext/theora/theoradec.c: (theora_handle_comment_packet),
12325         (theora_handle_data_packet):
12326         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12327         (theora_set_header_on_caps), (theora_enc_chain):
12328         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12329         (vorbis_handle_comment_packet):
12330         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
12331         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
12332         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
12333         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
12334         * gst/audioconvert/gstaudioconvert.c:
12335         (gst_audio_convert_get_buffer):
12336         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
12337         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
12338         (mute_stream), (silence_stream):
12339         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
12340         * gst/volume/gstvolume.c: (volume_transform):
12341         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
12342         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
12343         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
12344         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
12345         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
12346         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
12347         (gst_ximagesink_buffer_alloc):
12348         * sys/ximage/ximagesink.h:
12349
12350 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12351
12352         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12353         (fill_buffer), (check_queue), (queue_threshold_reached),
12354         (queue_out_of_data):
12355         * gst/playback/gstplaybasebin.h:
12356           Post buffer-fullness on the bus.
12357
12358 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12359
12360         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12361         (try_to_link_1):
12362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12363         (group_commit), (probe_triggered), (setup_source),
12364         (gst_play_base_bin_change_state):
12365         * gst/playback/gstplaybasebin.h:
12366         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12367         (gst_play_bin_init), (remove_sinks), (setup_sinks),
12368         (gst_play_bin_change_state):
12369           Move setup_output_pads into a virtual function, remove
12370           group-switch (no longer needed) and redirect (handled by bus
12371           now) signals.
12372
12373 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12374
12375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12376         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
12377         (get_active_group), (get_building_group), (group_destroy),
12378         (group_commit), (check_queue), (queue_overrun),
12379         (queue_threshold_reached), (queue_out_of_data),
12380         (gen_preroll_element), (remove_groups), (unknown_type),
12381         (add_element_stream), (no_more_pads), (probe_triggered),
12382         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
12383         (setup_substreams), (setup_source), (finish_source),
12384         (prepare_output), (muted_group_change_state),
12385         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12386         (gst_play_base_bin_change_state):
12387         * gst/playback/gstplaybasebin.h:
12388         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12389         (gst_play_bin_init), (gst_play_bin_set_property),
12390         (gen_video_element), (gen_text_element), (gen_audio_element),
12391         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12392         (gst_play_bin_change_state):
12393         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12394         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
12395         (stream_info_change_state), (gst_stream_info_set_mute),
12396         (gst_stream_info_get_property):
12397         * gst/playback/gststreaminfo.h:
12398         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
12399         (gst_stream_selector_get_linked_pad),
12400         (gst_stream_selector_getcaps),
12401         (gst_stream_selector_get_linked_pads),
12402         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12403         * gst/playback/gststreamselector.h:
12404           Rough port of playbin. Needs some more work, but is mostly done,
12405           and uses a few locks in important places, which should make stuff
12406           like chain-switches clean. Still uses GST_STATE() in a few places,
12407           which isn't all that good an idea, subtitles/elements disabled
12408           because no elements to test with and thus probably broken, query
12409           and event handling moved to GstBin, internal thread removed
12410           alltogether because the pipeline does that for us now. Can play
12411           Ogg/Vorbis files. Haven't tested anything else yet.
12412
12413 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12414
12415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
12416           Do no-more-pads (needed for autoplugging).
12417
12418 2005-05-10  Andy Wingo  <wingo@pobox.com>
12419
12420         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
12421         message to the bus with the tags. Still not sent downstream tho.
12422
12423         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
12424         get_parent.
12425         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
12426         avoid refcounting hassles.
12427
12428 2005-05-09  Andy Wingo  <wingo@pobox.com>
12429
12430         * gst/volume/Makefile.am:
12431         * gst/volume/demo.c
12432         * gst/volume/gstvolume.h
12433         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
12434         basetransform. Probably need an audio filter base class.
12435
12436 2005-05-09  Wim Taymans  <wim@fluendo.com>
12437
12438         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
12439         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
12440         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
12441         (gst_vorbisenc_chain):
12442         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12443         (gst_audio_convert_caps_remove_format_info),
12444         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
12445         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12446         Make caps writable before writing to it.
12447         Fix negotiation in audioconvert some more.
12448
12449 2005-05-09  Wim Taymans  <wim@fluendo.com>
12450
12451         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
12452         (gst_videorate_getcaps), (gst_videorate_setcaps),
12453         (gst_videorate_event), (gst_videorate_chain):
12454         Better negotiation.
12455
12456 2005-05-09  Wim Taymans  <wim@fluendo.com>
12457
12458         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
12459         (gst_videorate_getcaps), (gst_videorate_setcaps),
12460         (gst_videorate_blank_data), (gst_videorate_init),
12461         (gst_videorate_event), (gst_videorate_chain),
12462         (gst_videorate_change_state):
12463         Port videorate, do a better job at negotiation while we're at
12464         it.
12465
12466 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
12467
12468         * configure.ac:
12469           Disable libvisual
12470
12471         * examples/Makefile.am:
12472         * gst-libs/gst/audio/Makefile.am:
12473         * gst-libs/gst/riff/Makefile.am:
12474         * gst-libs/gst/tag/Makefile.am:
12475         * gst-libs/gst/video/Makefile.am:
12476           Fixups for missing variables.
12477
12478 2005-05-09  Wim Taymans  <wim@fluendo.com>
12479
12480         * examples/seeking/seek.c: (make_theora_pipeline),
12481         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
12482         (query_rates), (query_positions_elems), (query_positions_pads),
12483         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
12484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
12485         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
12486         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
12487         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
12488         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
12489         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12490         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
12491         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
12492         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
12493         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
12494         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
12495         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12496         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
12497         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
12498         (theora_dec_src_convert), (theora_dec_sink_convert),
12499         (theora_dec_src_query), (theora_dec_sink_query),
12500         (theora_dec_src_event), (theora_dec_sink_event),
12501         (theora_handle_comment_packet), (theora_handle_type_packet),
12502         (theora_handle_header_packet), (theora_handle_data_packet),
12503         (theora_dec_chain):
12504         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
12505         (vorbis_dec_convert), (vorbis_dec_src_query),
12506         (vorbis_dec_sink_query), (vorbis_dec_src_event),
12507         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12508         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
12509         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
12510         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
12511         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
12512         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
12513         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12514         (gst_play_bin_query):
12515         * gst/playback/test3.c: (update_scale):
12516         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
12517         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
12518         * gst/subparse/gstsubparse.c: (gst_subparse_init):
12519         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
12520         (gst_videotestsrc_src_query):
12521         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
12522         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
12523         (paint_hline_YUV9):
12524         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
12525         Port to new query API.
12526         Updated seek.
12527         Cleanups in x[v]imagesink
12528
12529 2005-05-09  Andy Wingo  <wingo@pobox.com>
12530
12531         * ext/alsa/gstalsasink.h:
12532         * ext/gnomevfs/gstgnomevfssrc.c:
12533         (gst_gnomevfssrc_get_icy_metadata):
12534         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
12535         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
12536         * ext/theora/theoradec.c (theora_dec_src_query)
12537         (theora_dec_src_event, theora_dec_sink_event)
12538         (theora_handle_comment_packet, theora_handle_data_packet):
12539         * ext/theora/theoraenc.c (theora_enc_chain):
12540         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
12541         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
12542         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
12543         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
12544         (qt_type_find):
12545         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
12546         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
12547         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
12548         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
12549         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
12550         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
12551         (paint_setup_xBGR8888, paint_setup_RGBx8888)
12552         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
12553         (paint_setup_RGB565, paint_setup_xRGB1555):
12554         * gst/videotestsrc/videotestsrc.h:
12555         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
12556         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
12557         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
12558         GCC4 fixes.
12559         
12560         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
12561         gst_pad_query_position. Fixes oggdemux.
12562
12563 2005-05-08  David Schleef  <ds@schleef.org>
12564
12565         * configure.ac: Require liboil.
12566         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
12567         a few more.
12568         * gst/videotestsrc/videotestsrc.c:
12569         * gst/videotestsrc/videotestsrc.h:
12570
12571 2005-05-06  Wim Taymans  <wim@fluendo.com>
12572
12573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12574         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12575         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
12576         Well, unreffing a buffer right before pushing it is asking
12577         for trouble..
12578
12579 2005-05-06  Christian Schaller  <uraeus@gnome.org>
12580
12581         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
12582
12583 2005-05-06  Wim Taymans  <wim@fluendo.com>
12584
12585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12586         (gst_audio_convert_caps_remove_format_info),
12587         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
12588         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12590         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
12591         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
12592         * gst/sine/Makefile.am:
12593         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
12594         (gst_sinesrc_class_init), (gst_sinesrc_init),
12595         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
12596         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
12597         (gst_sinesrc_update_freq):
12598         * gst/sine/gstsinesrc.h:
12599         * gst/tcp/gstmultifdsink.c:
12600         * sys/xvimage/xvimagesink.c:
12601         Fixed negotiation wrt _peer_get_caps()
12602         Some cleanups.
12603
12604
12605 2005-05-06  Wim Taymans  <wim@fluendo.com>
12606
12607         * gst-libs/gst/audio/gstaudiosink.c:
12608         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12609         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12610         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12611         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12612         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12613         (gst_audiosink_create_ringbuffer):
12614         * gst-libs/gst/audio/gstbaseaudiosink.c:
12615         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
12616         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
12617         (gst_baseaudiosink_set_property), (build_linear_format),
12618         (debug_spec_caps), (debug_spec_buffer),
12619         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
12620         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
12621         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
12622         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12623         * gst-libs/gst/audio/gstbaseaudiosink.h:
12624         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12625         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12626         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
12627         (gst_ringbuffer_play), (gst_ringbuffer_pause),
12628         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
12629         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
12630         (wait_segment), (gst_ringbuffer_commit),
12631         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
12632         (gst_ringbuffer_clear):
12633         * gst-libs/gst/audio/gstringbuffer.h:
12634         Make the base audiosink return an error when there is no
12635         audiobuffer negotiated.
12636
12637 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12638
12639         * ext/Makefile.am:
12640         Disable cdparanoia until someone ports it!
12641
12642 2005-05-06  Wim Taymans  <wim@fluendo.com>
12643
12644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
12645         (gst_ogg_demux_sink_activate):
12646         And revert after wingo's revert.. sigh..
12647
12648 2005-05-05  Andy Wingo  <wingo@pobox.com>
12649
12650         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
12651         GObject.
12652         * configure.ac: Return audiorate and subparse from the ghetto.
12653         Re-enable -Wall -Werror.
12654         * gst/subparse/gstsubparse.c:
12655         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
12656         or chain-based. Cleaned up a bit. Not tested.
12657         
12658 2005-05-05  Christian Schaller <christian@fluendo.com> 
12659
12660         * Makefile.am: remove stuff that is not building
12661         * configure.ac: remove stuff that is not building
12662         * examples/Makefile.am: remove stuff that is not building
12663         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
12664         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
12665         * sys/Makefile.am: remove stuff that is not building
12666         * testsuite/Makefile.am: remove stuff that is not building
12667
12668 2005-05-05  Andy Wingo  <wingo@pobox.com>
12669
12670         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12671         * gst-libs/gst/tag/gstvorbistag.c:
12672         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
12673         * gst/adder/gstadder.h:
12674         * gst/audioconvert/gstchannelmix.c:
12675         (gst_audio_convert_fill_one_other):
12676         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
12677         (gst_audiorate_init), (gst_audiorate_chain):
12678         * gst/playback/gstplaybasebin.c: (setup_source):
12679         * gst/playback/test3.c: (update_scale):
12680         Some GCC4 fixes
12681         
12682         * po/af.po:
12683         * po/az.po:
12684         * po/cs.po:
12685         * po/en_GB.po:
12686         * po/hu.po:
12687         * po/it.po:
12688         * po/nb.po:
12689         * po/nl.po:
12690         * po/or.po:
12691         * po/sq.po:
12692         * po/sr.po:
12693         * po/sv.po:
12694         * po/uk.po:
12695         * po/vi.po: Foo
12696
12697 2005-05-05  Wim Taymans  <wim@fluendo.com>
12698
12699         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12700         (gst_audio_convert_caps_remove_format_info),
12701         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
12702         (gst_audio_convert_change_state), (gst_audio_convert_channels):
12703         * gst/videotestsrc/gstvideotestsrc.c:
12704         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
12705         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
12706         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
12707         (gst_videotestsrc_init), (gst_videotestsrc_loop):
12708         Don't ignore _push() return values.
12709         Make sure no processing is done when shutting down.
12710         Videotestsrc pad activation fix.
12711
12712 2005-05-05  Wim Taymans  <wim@fluendo.com>
12713
12714         * gst/adder/Makefile.am:
12715         * gst/adder/gstadder.c: (gst_adder_setcaps),
12716         (gst_adder_class_init), (gst_adder_init),
12717         (gst_adder_request_new_pad), (gst_adder_collected),
12718         (gst_adder_change_state):
12719         * gst/adder/gstadder.h:
12720         Ported adder as an example of a mixer element using
12721         collect pads. Needs more negotiation work.
12722
12723 2005-05-05  Wim Taymans  <wim@fluendo.com>
12724
12725         * ext/theora/theoradec.c: (_inc_granulepos),
12726         (theora_dec_src_event), (theora_dec_sink_event),
12727         (theora_handle_comment_packet), (theora_handle_type_packet),
12728         (theora_handle_header_packet), (theora_handle_data_packet),
12729         (theora_dec_chain):
12730         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12731         (gst_theora_enc_init), (theora_enc_sink_setcaps),
12732         (theora_push_buffer), (theora_push_packet),
12733         (theora_enc_sink_event), (theora_enc_chain),
12734         (theora_enc_change_state), (theora_enc_set_property),
12735         (theora_enc_get_property):
12736         Added stream lock to decoder so that we can serialize
12737         the discont event.
12738         More theoraenc porting, recover from errors, do clean
12739         shutdown.
12740
12741 2005-05-05  Wim Taymans  <wim@fluendo.com>
12742
12743         * ext/ogg/Makefile.am:
12744         * ext/ogg/README:
12745         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
12746         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
12747         (gst_ogg_print):
12748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12749         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
12750         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
12751         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
12752         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
12753         (gst_ogg_mux_change_state):
12754         Ported ogg muxer.
12755
12756 2005-05-05  Wim Taymans  <wim@fluendo.com>
12757
12758         * docs/design-audiosinks.txt:
12759         * gst-libs/gst/audio/TODO:
12760         * gst-libs/gst/audio/gstaudiosink.c:
12761         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12762         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12763         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12764         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12765         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12766         (gst_audiosink_create_ringbuffer):
12767         * gst-libs/gst/audio/gstbaseaudiosink.c:
12768         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
12769         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
12770         (gst_baseaudiosink_set_property), (build_linear_format),
12771         (debug_spec_caps), (debug_spec_buffer),
12772         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
12773         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
12774         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
12775         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12776         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12777         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12778         (gst_ringbuffer_release), (gst_ringbuffer_play),
12779         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
12780         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
12781         (gst_ringbuffer_set_sample), (wait_segment),
12782         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
12783         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
12784         More work on the audiosink, mostly debugging and a race in
12785         shutdown.
12786
12787 2005-04-28  Wim Taymans  <wim@fluendo.com>
12788
12789         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
12790         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
12791         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
12792         (vorbis_dec_src_query), (vorbis_dec_src_event),
12793         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12794         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
12795         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
12796         Don't crap out when seeking back to position 0.
12797
12798 2005-04-28  Wim Taymans  <wim@fluendo.com>
12799
12800         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
12801         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
12802         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
12803         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
12804         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
12805         Make audio sink configurable, use alsasink as default.
12806
12807 2005-04-28  Wim Taymans  <wim@fluendo.com>
12808
12809         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12810         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
12811         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
12812         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
12813         (vorbis_dec_change_state):
12814         * ext/vorbis/vorbisdec.h:
12815         Refactor, use STREAM_LOCK.
12816
12817 2005-04-28  Wim Taymans  <wim@fluendo.com>
12818
12819         * ext/theora/theoradec.c: (_inc_granulepos),
12820         (theora_dec_sink_event), (theora_handle_comment_packet),
12821         (theora_handle_type_packet), (theora_handle_header_packet),
12822         (theora_handle_data_packet), (theora_dec_chain),
12823         (theora_dec_change_state):
12824         Refactor a bit, use STREAM_LOCK.
12825
12826 2005-04-28  Wim Taymans  <wim@fluendo.com>
12827
12828         * ext/alsa/Makefile.am:
12829         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
12830         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
12831         (gst_alsa_link), (gst_alsa_close_audio):
12832         * ext/alsa/gstalsaplugin.c: (plugin_init):
12833         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
12834         (gst_alsasink_dispose), (gst_alsasink_base_init),
12835         (gst_alsasink_class_init), (gst_alsasink_init),
12836         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
12837         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
12838         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
12839         (gst_alsasink_reset):
12840         * ext/alsa/gstalsasink.h:
12841         Implement alsasink with simple open/write/close API. 
12842         Make alsa dir build by disabling compilation of code.
12843
12844 2005-04-28  Wim Taymans  <wim@fluendo.com>
12845
12846         * gst-libs/gst/audio/Makefile.am:
12847         * gst-libs/gst/audio/audio.h:
12848         * gst-libs/gst/audio/audioclock.c:
12849         * gst-libs/gst/audio/audioclock.h:
12850         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
12851         (gst_audio_clock_class_init), (gst_audio_clock_init),
12852         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
12853         * gst-libs/gst/audio/gstaudioclock.h:
12854         * gst-libs/gst/audio/gstaudiosink.c:
12855         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
12856         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
12857         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
12858         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
12859         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
12860         (gst_audiosink_create_ringbuffer):
12861         * gst-libs/gst/audio/gstbaseaudiosink.c:
12862         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
12863         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
12864         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
12865         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
12866         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
12867         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
12868         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
12869         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
12870         * gst-libs/gst/audio/gstbaseaudiosink.h:
12871         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
12872         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
12873         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
12874         (gst_ringbuffer_release), (gst_ringbuffer_play),
12875         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
12876         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
12877         (gst_ringbuffer_set_sample), (wait_segment),
12878         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
12879         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
12880         * gst-libs/gst/audio/gstringbuffer.h:
12881         Make ringbuffer faster and more simple by removing the locks
12882         in the playback thread.
12883         Add sample accurate playback based on buffer sample offsets.
12884         Make the baseaudiosink provide a clock.
12885         Parse caps in the base class.
12886         Correctly handle seeking, flushing and state changes.
12887
12888 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12889
12890         * configure.ac:
12891         * gst/audioconvert/Makefile.am:
12892         * gst/audioscale/Makefile.am:
12893           Fix part of the build.  Come on guys, autogen didn't even work :)
12894
12895 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12896
12897         * configure.ac:
12898         * gst-libs/gst/Makefile.am:
12899         * gst-libs/gst/media-info/.cvsignore:
12900         * gst-libs/gst/media-info/Makefile.am:
12901         * gst-libs/gst/media-info/README:
12902         * gst-libs/gst/media-info/media-info-priv.c:
12903         * gst-libs/gst/media-info/media-info-priv.h:
12904         * gst-libs/gst/media-info/media-info-test.c:
12905         * gst-libs/gst/media-info/media-info.c:
12906         * gst-libs/gst/media-info/media-info.h:
12907         * gst-libs/gst/media-info/media-info.vcproj:
12908         * pkgconfig/Makefile.am:
12909         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
12910         * pkgconfig/gstreamer-media-info.pc.in:
12911           Remove media-info, which is also successed by playbin (see Totem
12912           implementation).
12913
12914 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12915
12916         * configure.ac:
12917         * examples/Makefile.am:
12918         * examples/gstplay/.cvsignore:
12919         * examples/gstplay/Makefile.am:
12920         * examples/gstplay/player.c:
12921         * gst-libs/gst/Makefile.am:
12922         * gst-libs/gst/play/.cvsignore:
12923         * gst-libs/gst/play/Makefile.am:
12924         * gst-libs/gst/play/play.c:
12925         * gst-libs/gst/play/play.h:
12926         * gst-libs/gst/play/play.vcproj:
12927         * pkgconfig/Makefile.am:
12928         * pkgconfig/gstreamer-play-uninstalled.pc.in:
12929         * pkgconfig/gstreamer-play.pc.in:
12930           Remove libgstplay, playbin is now the official successor.
12931
12932 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12933
12934         * configure.ac:
12935         * gst-libs/gst/Makefile.am:
12936         * gst-libs/gst/xwindowlistener/Makefile.am:
12937         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12938         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
12939           Remove deprecated xwindowlistener (I've moved xwindowlistening
12940           in the v4l/v4l2 plugins over to serverside).
12941
12942 2005-04-25  David Schleef  <ds@schleef.org>
12943
12944         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
12945         to examples/dynparams.  Examples do not belong interspersed with
12946         source code.
12947         * examples/dynparams/demo-dparams.c:
12948         * gst/sine/Makefile.am:
12949         * gst/sine/demo-dparams.c:
12950
12951 2005-04-25  David Schleef  <ds@schleef.org>
12952
12953         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
12954         * gst-libs/gst/audio/Makefile.am:
12955         * gst-libs/gst/riff/Makefile.am:
12956         * gst-libs/gst/tag/Makefile.am:
12957         * gst-libs/gst/video/Makefile.am:
12958         * gst-libs/gst/xwindowlistener/Makefile.am:
12959
12960         Convert to 0.9 API, seems to work:
12961         * sys/ximage/Makefile.am:
12962         * sys/ximage/ximagesink.c:
12963
12964 2005-04-24  David Schleef  <ds@schleef.org>
12965
12966         Link plugins against libraries:
12967         * ext/alsa/Makefile.am:
12968         * gst/tcp/Makefile.am:
12969
12970         Remove asm code that should be in liboil
12971         * gst/videoscale/Makefile.am:
12972         * gst/videoscale/videoscale_x86_asm.s:
12973
12974         gettext wants these checked in:
12975         * po/af.po:
12976         * po/az.po:
12977         * po/cs.po:
12978         * po/en_GB.po:
12979         * po/hu.po:
12980         * po/it.po:
12981         * po/nb.po:
12982         * po/nl.po:
12983         * po/or.po:
12984         * po/sq.po:
12985         * po/sr.po:
12986         * po/sv.po:
12987         * po/uk.po:
12988         * po/vi.po:
12989
12990 2005-04-24  David Schleef  <ds@schleef.org>
12991
12992         Convert gst_main() to g_main_loop_run()
12993         * gst/playback/decodetest.c: (main):
12994         * gst/playback/test2.c: (main):
12995         * gst/playback/test3.c: (main):
12996         * gst/playback/test4.c: (main):
12997
12998         Link plugins against libraries:
12999         * ext/libvisual/Makefile.am:
13000         * sys/xvimage/Makefile.am:
13001
13002 2005-04-24  David Schleef  <ds@schleef.org>
13003
13004         * configure.ac: Remove idct and resample libs
13005         * gst-libs/gst/Makefile.am: same
13006
13007         Remove usage of gst_library_load():
13008         * ext/alsa/gstalsaplugin.c: (plugin_init):
13009         * ext/libvisual/visual.c: (plugin_init):
13010         * ext/ogg/gstogg.c: (plugin_init):
13011         * ext/theora/theora.c: (plugin_init):
13012         * ext/vorbis/vorbis.c: (plugin_init):
13013         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
13014         * gst/audioscale/gstaudioscale.c:
13015         * gst/adder/gstadder.c: (plugin_init):
13016         * gst/audioconvert/plugin.c: (plugin_init):
13017         * sys/ximage/ximagesink.c: (plugin_init):
13018         * sys/xvimage/xvimagesink.c: (plugin_init):
13019         * gst/tcp/gsttcpplugin.c: (plugin_init):
13020
13021         Link plugins against libraries:
13022         * ext/ogg/Makefile.am:
13023         * ext/theora/Makefile.am:
13024         * ext/vorbis/Makefile.am:
13025         * gst/audioconvert/Makefile.am:
13026
13027         Create proper libraries:
13028         * gst-libs/gst/riff/Makefile.am:
13029         * gst-libs/gst/audio/Makefile.am:
13030         * gst-libs/gst/video/Makefile.am:
13031
13032         Move resample library to audioscale plugin directory:
13033         * gst-libs/gst/resample/Makefile.am:
13034         * gst-libs/gst/resample/README:
13035         * gst-libs/gst/resample/dtof.c:
13036         * gst-libs/gst/resample/dtos.c:
13037         * gst-libs/gst/resample/functable.c:
13038         * gst-libs/gst/resample/private.h:
13039         * gst-libs/gst/resample/resample.c:
13040         * gst-libs/gst/resample/resample.h:
13041         * gst-libs/gst/resample/resample.vcproj:
13042         * gst-libs/gst/resample/test.c:
13043         * gst/audioscale/Makefile.am:
13044         * gst/audioscale/README:
13045         * gst/audioscale/dtof.c:
13046         * gst/audioscale/dtos.c:
13047         * gst/audioscale/functable.c:
13048         * gst/audioscale/private.h:
13049         * gst/audioscale/resample.c:
13050         * gst/audioscale/resample.h:
13051         * gst/audioscale/test.c:
13052
13053         Move tagedit library to gst-libs:
13054         * gst-libs/gst/tag/Makefile.am:
13055         * gst-libs/gst/tag/gstid3tag.c:
13056         * gst-libs/gst/tag/gsttagediting.c:
13057         * gst-libs/gst/tag/gsttageditingprivate.h:
13058         * gst-libs/gst/tag/gstvorbistag.c:
13059         * gst/tags/Makefile.am:
13060         * gst/tags/gstid3tag.c:
13061         * gst/tags/gstvorbistag.c:
13062
13063         Fix for core changes:
13064         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13065         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
13066         (gst_sinesrc_getrange):
13067
13068 2005-04-23  David Schleef  <ds@schleef.org>
13069
13070         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
13071         in gst-plugins in a long time, and properly belongs in liboil.
13072         * gst-libs/gst/idct/Makefile.am:
13073         * gst-libs/gst/idct/README:
13074         * gst-libs/gst/idct/dct.h:
13075         * gst-libs/gst/idct/doieee:
13076         * gst-libs/gst/idct/fastintidct.c:
13077         * gst-libs/gst/idct/floatidct.c:
13078         * gst-libs/gst/idct/idct.c:
13079         * gst-libs/gst/idct/idct.h:
13080         * gst-libs/gst/idct/idtc.vcproj:
13081         * gst-libs/gst/idct/ieeetest.c:
13082         * gst-libs/gst/idct/intidct.c:
13083
13084 2005-04-20  Wim Taymans  <wim@fluendo.com>
13085
13086         * docs/design-audiosinks.txt:
13087         * gst-libs/gst/audio/Makefile.am:
13088         * gst-libs/gst/audio/TODO:
13089         * gst-libs/gst/audio/gstaudiosink.c:
13090         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13091         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
13092         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
13093         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13094         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
13095         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
13096         (gst_audiosink_class_init), (gst_audiosink_init),
13097         (gst_audiosink_create_ringbuffer):
13098         * gst-libs/gst/audio/gstaudiosink.h:
13099         * gst-libs/gst/audio/gstbaseaudiosink.c:
13100         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
13101         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
13102         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
13103         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
13104         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
13105         (gst_baseaudiosink_create_ringbuffer),
13106         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
13107         * gst-libs/gst/audio/gstbaseaudiosink.h:
13108         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
13109         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
13110         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
13111         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
13112         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
13113         (gst_ringbuffer_play), (gst_ringbuffer_pause),
13114         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
13115         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
13116         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
13117         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
13118         * gst-libs/gst/audio/gstringbuffer.h:
13119         An attempt at a set of audio base classes together with some
13120         design docs.
13121
13122 2005-04-20  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst/audioconvert/Makefile.am:
13125         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13126         (gst_audio_convert_caps_remove_format_info),
13127         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
13128         (gst_audio_convert_channels):
13129         Link against audio libs.
13130         Fix audio convert plugin.
13131
13132 2005-04-20  Wim Taymans  <wim@fluendo.com>
13133
13134         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
13135         (gst_ogg_demux_sink_activate):
13136         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13137         (theora_set_header_on_caps), (theora_enc_sink_event),
13138         (theora_enc_chain):
13139         Fix theora encoder.
13140
13141 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13142
13143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
13144         * gst/playback/gstdecodebin.c: (find_compatibles):
13145           Work with staticpadtemplates in elementfactories.
13146
13147 2005-04-12  Wim Taymans  <wim@fluendo.com>
13148
13149         * gst/playback/README:
13150         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13151         (compare_ranks), (print_feature), (gst_decode_bin_init),
13152         (dynamic_create), (dynamic_free), (find_compatibles),
13153         (mimetype_is_raw), (close_pad_link), (got_redirect),
13154         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
13155         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
13156         (gst_decode_bin_change_state):
13157         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13158         (gst_play_base_bin_init), (group_destroy), (group_commit),
13159         (check_queue), (queue_overrun), (queue_threshold_reached),
13160         (queue_out_of_data), (gen_preroll_element), (unknown_type),
13161         (new_decoded_pad), (setup_subtitle), (gen_source_element),
13162         (got_redirect), (setup_source), (play_base_eos),
13163         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13164         (gst_play_base_bin_remove_element):
13165         * gst/playback/gstplaybasebin.h:
13166         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13167         (gst_play_bin_init), (gst_play_bin_dispose),
13168         (gst_play_bin_set_property), (gen_video_element),
13169         (gen_text_element), (gen_audio_element), (remove_sinks),
13170         (gst_play_bin_send_event):
13171         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13172         (stream_info_change_state), (gst_stream_info_set_mute):
13173         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
13174         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
13175         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
13176         (gst_stream_selector_chain):
13177         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13178         (main):
13179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13180         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
13181         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
13182         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
13183         Raw and crude port of decodebin. 
13184         Make playbin compile.
13185
13186 2005-04-06  Wim Taymans  <wim@fluendo.com>
13187
13188         * ext/gnomevfs/Makefile.am:
13189         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13190         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
13191         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13192         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
13193         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
13194         (gst_gnomevfssrc_stop):
13195         * ext/ogg/Makefile.am:
13196         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
13197         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
13198         * ext/theora/Makefile.am:
13199         * ext/theora/theoradec.c: (_inc_granulepos),
13200         (theora_dec_sink_event), (theora_dec_chain):
13201         * ext/vorbis/Makefile.am:
13202         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13203         (vorbis_dec_sink_event), (vorbis_dec_chain):
13204         * gst-libs/gst/audio/Makefile.am:
13205         * sys/xvimage/Makefile.am:
13206         Make gnomevfssrc extend the source base class.
13207         Fix linking against libs in various plugins.
13208
13209 2005-04-06  Andy Wingo  <wingo@pobox.com>
13210
13211         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
13212         GST_BASE_LIBS.
13213
13214         * configure.ac: Add check and AC_SUBST for libgstbase.
13215
13216 2005-03-31  Wim Taymans  <wim@fluendo.com>
13217
13218         * examples/seeking/Makefile.am:
13219         * examples/seeking/cdparanoia.c: (main):
13220         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
13221         (play_cb), (pause_cb), (stop_cb), (main):
13222         * examples/seeking/playbin.c:
13223         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
13224         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
13225         (make_sid_pipeline), (make_vorbis_pipeline),
13226         (make_theora_pipeline), (make_vorbis_theora_pipeline),
13227         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
13228         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
13229         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
13230         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
13231         (stop_cb), (main):
13232         * examples/seeking/spider_seek.c:
13233         * examples/seeking/vorbisfile.c:
13234         * ext/gnomevfs/Makefile.am:
13235         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13236         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
13237         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
13238         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
13239         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
13240         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
13241         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
13242         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13243         * ext/ogg/README:
13244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
13245         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
13246         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
13247         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
13248         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
13249         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
13250         (gst_ogg_pad_event), (gst_ogg_pad_reset),
13251         (gst_ogg_demux_factory_filter), (compare_ranks),
13252         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13253         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13254         (gst_ogg_chain_new), (gst_ogg_chain_free),
13255         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
13256         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
13257         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
13258         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
13259         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
13260         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
13261         (gst_ogg_demux_get_prev_page),
13262         (gst_ogg_demux_deactivate_current_chain),
13263         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13264         (gst_ogg_demux_bisect_forward_serialno),
13265         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13266         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
13267         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
13268         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
13269         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
13270         (gst_ogg_demux_change_state), (gst_ogg_print):
13271         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13272         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
13273         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
13274         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
13275         (gst_ogg_mux_loop):
13276         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13277         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
13278         (theora_dec_src_convert), (theora_dec_sink_convert),
13279         (theora_dec_src_query), (theora_dec_src_event),
13280         (theora_dec_sink_event), (theora_dec_chain),
13281         (theora_dec_change_state):
13282         * ext/theora/theoraenc.c: (gst_theora_enc_init),
13283         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
13284         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
13285         (theora_enc_change_state):
13286         * ext/vorbis/Makefile.am:
13287         * ext/vorbis/oggvorbisenc.c:
13288         * ext/vorbis/oggvorbisenc.h:
13289         * ext/vorbis/vorbis.c: (plugin_init):
13290         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13291         (vorbis_dec_src_query), (vorbis_dec_src_event),
13292         (vorbis_dec_sink_event), (vorbis_dec_chain),
13293         (vorbis_dec_change_state):
13294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13295         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
13296         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13297         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
13298         (gst_vorbisenc_change_state):
13299         * ext/vorbis/vorbisenc.h:
13300         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
13301         * gst-libs/gst/audio/audioclock.c:
13302         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
13303         (gst_audiofilter_init), (gst_audiofilter_chain):
13304         * gst-libs/gst/audio/testchannels.c: (main):
13305         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
13306         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
13307         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
13308         (gmip_find_track_streaminfo), (gmip_find_track_format):
13309         * gst-libs/gst/media-info/media-info.c:
13310         (gst_media_info_read_idler):
13311         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
13312         (gst_play_get_all_by_interface):
13313         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13314         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13315         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13316         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13317         (gst_riff_parse_info):
13318         * gst-libs/gst/riff/riff-read.h:
13319         * gst-libs/gst/riff/riff.c: (plugin_init):
13320         * gst-libs/gst/video/Makefile.am:
13321         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
13322         (gst_videosink_class_init), (gst_videosink_get_type):
13323         * gst-libs/gst/video/videosink.h:
13324         * gst/audioconvert/bufferframesconvert.c:
13325         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
13326         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
13327         * gst/audioconvert/channelmixtest.c: (main):
13328         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13329         (gst_audio_convert_chain),
13330         (gst_audio_convert_caps_remove_format_info),
13331         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
13332         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
13333         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
13334         (gst_audio_convert_buffer_to_default_format),
13335         (gst_audio_convert_buffer_from_default_format),
13336         (gst_audio_convert_channels):
13337         * gst/audioconvert/gstchannelmix.h:
13338         * gst/ffmpegcolorspace/avcodec.h:
13339         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13340         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
13341         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
13342         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
13343         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
13344         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
13345         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
13346         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13347         (mpeg_video_type_find), (mpeg_video_stream_type_find),
13348         (dv_type_find):
13349         * gst/videotestsrc/gstvideotestsrc.c:
13350         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
13351         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
13352         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
13353         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
13354         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
13355         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
13356         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
13357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13358         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
13359         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
13360         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
13361         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
13362         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
13363         (gst_xvimagesink_navigation_send_event),
13364         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
13365         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
13366         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13367         * sys/xvimage/xvimagesink.h:
13368         Plugin port to 0.9, ogg/theora playback should work in the seek
13369         example now.
13370         Removed old examples.
13371         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
13372         explained in 0.9 TODO doc.
13373
13374
13375 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13376
13377         * autogen.sh:
13378         * configure.ac:
13379         * ext/Makefile.am:
13380         * gst/Makefile.am:
13381         * po/POTFILES.in:
13382         * po/af.po:
13383         * po/az.po:
13384         * po/cs.po:
13385         * po/en_GB.po:
13386         * po/hu.po:
13387         * po/it.po:
13388         * po/nb.po:
13389         * po/nl.po:
13390         * po/or.po:
13391         * po/sq.po:
13392         * po/sr.po:
13393         * po/sv.po:
13394         * po/uk.po:
13395         * po/vi.po:
13396         * sys/Makefile.am:
13397         * testsuite/Makefile.am:
13398           remove a whole bunch of plugins.  This module now contains a set
13399           of free reference plugins/elements as agreed.
13400
13401 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13402
13403         * configure.ac:
13404           hunting season on 0.9 is now OPEN
13405
13406 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13407
13408         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
13409           Kick the hell out of gcc for not warning me about a symbol conflict.
13410
13411 2005-02-22  Luca Ognibene  <luogni@tin.it>
13412
13413         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
13414
13415         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
13416           Don't leak caps string (fixes #168134)
13417
13418         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
13419         (gst_jpegenc_init), (gst_jpegenc_finalize),
13420         (gst_jpegenc_change_state):
13421           Don't leak line buffers and context struct (fixes #168133).
13422
13423 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
13424
13425         * configure.ac:
13426         * ext/dirac/gstdiracdec.cc:
13427         (gst_diracdec_chain):
13428           Since dirac 0.5.0 the framerate in dirac is expressed as a
13429           rational number. Fix build and up requirement to 0.5.0, and
13430           also pass parameters to gst_diracdec_link in the right order
13431           (fixes #167959).
13432
13433 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
13434
13435         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
13436         * ext/faad/gstfaad.h:
13437         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
13438         certain invalid muxed streams, where some packets will contain 
13439         junk after decoder data. Partially fixes #149158.
13440
13441 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
13442         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
13443           Make sure we only write to writable buffers
13444
13445 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
13446
13447         * gst-libs/gst/riff/riff-media.c:
13448         (gst_riff_create_audio_caps_with_data):
13449           Do actually fix invalid RIFF fmt header values for alaw
13450           and mulaw audio instead of just saying so.
13451
13452         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13453           Give gst_riff_create_audio_caps_with_data() a chance to
13454           fix up broken format header fields before extracting any
13455           parameters from the header. (fixes #167633)
13456
13457 2005-02-19  Martin Holters  <martin.holters@gmx.de>
13458
13459         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
13460
13461         * gst/audioconvert/bufferframesconvert.c:
13462         (buffer_frames_convert_link):
13463           Don't leak othercaps. (fixes #167878)
13464
13465 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
13466
13467         * configure.ac:
13468         * ext/libvisual/visual.c: (gst_visual_srclink),
13469         (gst_visual_change_state):
13470           Support libvisual 0.2.0.
13471
13472 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
13473
13474         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
13475         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
13476           Use same rowstrides for I420 as used everywhere else.
13477
13478 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
13479
13480         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13481           Declare variables at beginning of block and make gcc-2.95 happy
13482           (fixes # 167482, patch by Gergely Nagy).
13483           
13484         * gst/tcp/gsttcpclientsrc.c:
13485         * gst/tcp/gsttcpclientsrc.h:
13486           Move some includes into the header, so that struct sockaddr_in is
13487           defined when it should be defined on FreeBSD as well (fixes
13488           #167483).
13489           
13490         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
13491           Don't pass uninitialised values to setsockopt() here either.
13492
13493 2005-02-17  Luca Ognibene  <luogni at tin dot it>
13494
13495         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
13496
13497         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
13498           Don't pass uninitialised values to setsockopt(). (fixes #167704)
13499
13500 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13501
13502         * gst/playback/gstplaybin.c: (add_sink):
13503           Invert bin_add/link order to workaround deadlock in opt.
13504
13505 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13506
13507         * gst/modplug/gstmodplug.cc:
13508           Add missing break causing position queries to fail.
13509
13510 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13511
13512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
13513           Granpos can apparently be -1, which screws up calculations...
13514
13515 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
13516
13517         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
13518         (gst_ximagesink_send_pending_navigation),
13519         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
13520         (gst_ximagesink_init):
13521         * sys/ximage/ximagesink.h:
13522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
13523         (gst_xvimagesink_send_pending_navigation),
13524         (gst_xvimagesink_navigation_send_event),
13525         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
13526         * sys/xvimage/xvimagesink.h:
13527           Use a mutex protected list to marshal navigation
13528           events into the stream thread from whichever thread
13529           sends them.
13530
13531 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
13532
13533         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
13534           Display current position and track length; misc. clean-ups.
13535           
13536         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
13537         (speed_init), (speed_chain):
13538           Add query function, so that the stream length and current position
13539           get adjusted when queried (note that current position queries may
13540           still be wrong if the audio sink returns values based on buffer
13541           timestamps instead of passing on the query).
13542
13543 2005-02-13  Benjamin Otte  <otte@gnome.org>
13544
13545         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
13546         (gst_audio_convert_channels):
13547           create channel conversion matrix when linking
13548         * gst/audioconvert/.cvsignore:
13549         * gst/audioconvert/Makefile.am:
13550         * gst/audioconvert/channelmixtest.c: (main):
13551           add (ugly) test that ensures stereo <=> mono conversion works
13552           correctly
13553
13554 2005-02-13  Benjamin Otte  <otte@gnome.org>
13555
13556         * gst/audioconvert/gstchannelmix.h:
13557           include missing header file
13558         * gst/audioconvert/gstchannelmix.c:
13559         (gst_audio_convert_fill_compatible):
13560           use same sign for both channels when converting to/from compatible
13561           channel. Previously used different signs made the signals cancel
13562           each other out and appear like silence. (fixes #167269)
13563
13564 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
13565
13566         * gst/ffmpegcolorspace/avcodec.h:
13567         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13568         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
13569         (gst_ffmpegcsp_avpicture_fill):
13570         * gst/ffmpegcolorspace/imgconvert.c:
13571           Convert to and from YV12 (fixes #156379).
13572
13573 2005-02-12  Julien MOUTTE  <julien@moutte.net>
13574
13575         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
13576         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
13577         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
13578         (gst_ximagesink_expose), (gst_ximagesink_set_property),
13579         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
13580         methods from chain and negotiation and vice versa (Fixes #166142).
13581         * sys/ximage/ximagesink.h: Add stream_lock.
13582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13583         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13584         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13585         (gst_xvimagesink_expose): Check for xcontext before trying to link.
13586
13587 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
13588
13589         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
13590           Don't send "Hey! You gave me a NULL pointer you naughty person" as
13591           error message when we can't open the DVD device (when dvdnav_open()
13592           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
13593           the above). Send something more useful instead (fixes #167117).
13594
13595 2005-02-11  Julien MOUTTE  <julien@moutte.net>
13596
13597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
13598         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
13599         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13600         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13601         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13602         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
13603         methods from chain and negotiation and vice versa (Fixes #166142).
13604         Fix a possible bug of images in the buffer pool being discarded because
13605         we are looking at the wrong geometry.
13606         * sys/xvimage/xvimagesink.h: Add stream_lock.
13607
13608 2005-02-11  David Schleef  <ds@schleef.org>
13609
13610         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
13611         unsigned int. (fixes #167128)
13612
13613 2005-02-11  David Schleef  <ds@schleef.org>
13614
13615         * gst/librfb/Makefile.am: Testing stuff before committing is
13616           for wimps... and people with fast machines.  Fix stupid
13617           mistake.
13618
13619 2005-02-11  David Schleef  <ds@schleef.org>
13620
13621         * configure.ac: Pull in librfb from my CVS tree, because it is
13622           too small and annoying to be separate.  Move rfbsrc plugin
13623           to gst/.
13624         * ext/Makefile.am:
13625         * ext/librfb/Makefile.am:
13626         * ext/librfb/gstrfbsrc.c:
13627         * gst/librfb/Makefile.am:
13628         * gst/librfb/gstrfbsrc.c:
13629         * gst/librfb/rfb.c:
13630         * gst/librfb/rfb.h:
13631         * gst/librfb/rfbbuffer.c:
13632         * gst/librfb/rfbbuffer.h:
13633         * gst/librfb/rfbbytestream.c:
13634         * gst/librfb/rfbbytestream.h:
13635         * gst/librfb/rfbcontext.h:
13636         * gst/librfb/rfbdecoder.c:
13637         * gst/librfb/rfbdecoder.h:
13638         * gst/librfb/rfbutil.h:
13639
13640 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
13641
13642         * gst/speed/Makefile.am:
13643         * gst/speed/demo-mp3.c: (main):
13644         * gst/speed/filter.func:
13645         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
13646         (speed_class_init), (speed_init), (speed_chain_int16),
13647         (speed_chain_float32), (speed_chain), (speed_set_property),
13648         (speed_get_property), (speed_change_state):
13649         * gst/speed/gstspeed.h:
13650           Fix speed element and make it chain-based (fixes #156467),
13651           and make it handle more than one channel.
13652
13653 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
13654
13655         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
13656         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
13657         (gst_dtsdec_chain), (gst_dtsdec_change_state):
13658         * ext/dts/gstdtsdec.h:
13659           Don't clobber the stack constructing the channels array.
13660           Make the element chain-based. DTS tracks can now be played.
13661           
13662 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
13663
13664         * gst-libs/gst/audio/multichannel.h:
13665         * gst-libs/gst/gconf/gconf.h:
13666         * gst-libs/gst/idct/idct.h:
13667         * gst-libs/gst/media-info/media-info-priv.h:
13668         * gst-libs/gst/play/play.h:
13669         * gst-libs/gst/resample/private.h:
13670         * gst-libs/gst/resample/resample.h:
13671         * gst-libs/gst/riff/riff-ids.h:
13672         * gst-libs/gst/video/video.h:
13673         * gst-libs/gst/video/videosink.h:
13674           Add G_BEGIN_DECLS and G_END_DECLS around headers where
13675           missing, so that they work when included from C++ code.
13676
13677 2005-02-09  David Schleef  <ds@schleef.org>
13678
13679         * testsuite/gst-lint: Check for non-statically scoped
13680           parent_class variables.  This won't be a problem once
13681           plugins are loaded with RTLD_LOCAL.
13682
13683 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13684
13685         * ext/mplex/gstmplexibitstream.cc:
13686           gcc madness.
13687
13688 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13689
13690         * ext/ogg/gstogmparse.c:
13691         * gst/debug/gstnavigationtest.c:
13692           Die, thou faulty symbol pollutors (non-static parent_class).
13693
13694 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13695
13696         * ext/mplex/gstmplexibitstream.cc:
13697           Fix event handling (#165525).
13698
13699 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13700
13701         * ext/mikmod/gstmikmod.c:
13702         * gst/modplug/gstmodplug.cc:
13703           Add missing endianness to template (fixes #165509).
13704
13705 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13706
13707         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
13708           Fix wrong order of reading of optional bytes (#165290).
13709
13710 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13711
13712         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13713           Implement FILLER event awareness.
13714
13715 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13716
13717         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
13718           Fix track calculations (#166208).
13719
13720 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
13721
13722         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13723
13724         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
13725         * ext/libpng/gstpngenc.c:
13726           Fix byte-order, use proper fixed caps. Fixes #164197.
13727
13728 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13729
13730         * configure.ac:
13731           Add dvdlpcmdec 
13732
13733         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
13734         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
13735           Don't push buffers if the src pad isn't negotiated yet.
13736           
13737         * gst/audioconvert/gstaudioconvert.c:
13738         (gst_audio_convert_buffer_to_default_format),
13739         (gst_audio_convert_buffer_from_default_format):
13740           Add support for 24-bit width.
13741
13742         * gst/dvdlpcmdec/.cvsignore:
13743         * gst/dvdlpcmdec/Makefile.am:
13744         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
13745         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
13746         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
13747         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
13748         (plugin_init):
13749         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
13750           New decoder for rearranging DVD LPCM into our audio/x-raw-int
13751           format. Needs support for the channels maps if someone can find 
13752           a DVD LPCM track with > 2 channels.
13753
13754         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
13755         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
13756         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
13757         * gst/mpegstream/gstdvddemux.h:
13758         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
13759         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
13760         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
13761         * gst/mpegstream/gstmpegdemux.h:
13762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
13763         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
13764         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
13765         (gst_mpeg_parse_handle_src_query),
13766         (gst_mpeg_parse_handle_src_event):
13767           Use audio/x-dvd-lpcm for LPCM output.
13768           Add DTS output.
13769
13770 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
13771
13772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13773
13774         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
13775         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
13776           Add BGRA handling (#165736).
13777
13778 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
13779
13780         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13781
13782         * gst/law/alaw-decode.c: (alawdec_link):
13783         * gst/law/alaw-encode.c: (alawenc_link):
13784         * gst/law/mulaw-decode.c: (mulawdec_link):
13785         * gst/law/mulaw-encode.c: (mulawenc_link):
13786           Fix caps memleaks (#166600).
13787
13788 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
13789
13790         * ext/tarkin/mem.h:
13791         * ext/tarkin/wavelet.h:
13792         * ext/tarkin/yuv.h:
13793         * gst/ffmpegcolorspace/avcodec.h:
13794           Include "_stdint.h" instead of <stdint.h>. Fixes build on
13795           systems that don't have stdint.h, like Solaris9 (fixes #166631).
13796
13797 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13798
13799         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
13800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
13801         (gst_xvimagesink_change_state):
13802           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
13803           Xv video (and thereby regenerate Xv colourkey) in clear() so
13804           that PLAY -> READY -> PLAY works (fixes #162504).
13805
13806 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13807
13808         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
13809           Switch to list instead of range, since MJPEG-devices really just
13810           support decimations, not any size.
13811
13812 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13813         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
13814         (gst_mpeg2dec_reset), (free_all_buffers),
13815         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
13816         * ext/mpeg2dec/gstmpeg2dec.h:
13817           The libmpeg2 user-allocated buffer management is awkward, 
13818           to say the least. Hopefully this fixes things.
13819
13820 2005-02-04  Andy Wingo  <wingo@pobox.com>
13821
13822         * gst/audioconvert/bufferframesconvert.c
13823         (buffer_frames_convert_fixate): New function, fixates to 256
13824         frames per buffer by default. (Much better than 1.)
13825         (buffer_frames_convert_init): Set the fixate function for both src
13826         and sink pad.
13827         (buffer_frames_convert_link): After success setting nonfixed caps,
13828         get the negotiated caps so we can know how many buffer-frames it
13829         will be. No idea how this worked at all before.
13830
13831 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13832
13833         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
13834         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
13835         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
13836         (handle_sequence), (handle_picture):
13837         * ext/mpeg2dec/gstmpeg2dec.h:
13838           Rearrange buffer tracking and refcounting and refactor
13839           a little for readability. 
13840
13841 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13842         * sys/v4l/gstv4l.c: (plugin_init):
13843         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
13844         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
13845         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
13846         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
13847         * sys/v4l/gstv4ljpegsrc.h:
13848         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
13849         * sys/v4l/v4l_calls.h:
13850         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
13851         (gst_v4lsrc_get_fps):
13852         * sys/v4l/v4lsrc_calls.h:
13853           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
13854           you jpeg inside rgb frames" driver.
13855           Don't error in the v4lsrc link function, just return 
13856           REFUSED.
13857
13858 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13859
13860         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
13861         (gst_qcamsrc_open):
13862           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
13863
13864 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13865
13866         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
13867           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
13868
13869 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13870
13871         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
13872           Reset negotiated state on PAUSED->READY.
13873
13874 2005-02-02  David Schleef  <ds@schleef.org>
13875
13876         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
13877         whereever possible.  (Fixes #165997)
13878         * examples/capsfilter/capsfilter1.c: (main):
13879         * examples/dynparams/filter.c: (create_ui):
13880         * examples/seeking/cdparanoia.c: (get_track_info), (main):
13881         * examples/seeking/chained.c: (main):
13882         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
13883         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
13884         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
13885         (make_mpeg_pipeline), (make_mpegnt_pipeline):
13886         * examples/seeking/spider_seek.c: (make_spider_pipeline):
13887         * examples/switch/switcher.c: (main):
13888         * ext/dv/demo-play.c: (main):
13889         * ext/faad/gstfaad.c: (gst_faad_change_state):
13890         * ext/mad/gstmad.c: (gst_mad_chain):
13891         * ext/smoothwave/demo-osssrc.c: (main):
13892         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
13893         (gst_gconf_render_bin_from_description),
13894         (gst_gconf_get_default_audio_sink),
13895         (gst_gconf_get_default_video_sink),
13896         (gst_gconf_get_default_audio_src),
13897         (gst_gconf_get_default_video_src),
13898         (gst_gconf_get_default_visualization_element):
13899         * gst/level/demo.c: (main):
13900         * gst/level/plot.c: (main):
13901         * gst/playback/gstplaybin.c: (gen_video_element),
13902         (gen_audio_element):
13903         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
13904         * gst/playondemand/demo-mp3.c: (setup_pipeline):
13905         * gst/sine/demo-dparams.c: (main):
13906         * gst/spectrum/demo-osssrc.c: (main):
13907         * gst/speed/demo-mp3.c: (main):
13908         * gst/volume/demo.c: (main):
13909         * testsuite/embed/embed.c: (main):
13910
13911 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
13912
13913         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13914         (gst_tcpclientsink_finalize):
13915         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13916         (gst_tcpclientsrc_finalize):
13917         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13918         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
13919         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13920         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
13921           Don't leak the hostname when shutting down.
13922           In tcpserversrc, take a copy of the default hostname.
13923
13924 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13925
13926         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
13927           Set caps to systemstream=TRUE.
13928
13929 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13930
13931         * testsuite/Makefile.am:
13932           Fix more OSX buildbots.
13933
13934 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
13935
13936         * ext/mpeg2dec/gstmpeg2dec.c:
13937           Don't send things to NULL PAD_PEERs
13938
13939         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
13940           Copy-on-write the incoming buffer.
13941
13942         * gst/mpegstream/gstdvddemux.h:
13943         * gst/mpegstream/gstmpegclock.h:
13944         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
13945         (normal_seek), (gst_mpeg_demux_handle_src_event):
13946         * gst/mpegstream/gstmpegdemux.h:
13947         * gst/mpegstream/gstmpegpacketize.h:
13948         * gst/mpegstream/gstmpegparse.c:
13949         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
13950         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
13951         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
13952         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
13953         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
13954         * gst/mpegstream/gstmpegparse.h:
13955         * gst/mpegstream/gstrfc2250enc.h:
13956           Various changes to the way time is computed that make seeking and
13957           total time estimation much better here.
13958           Use G_BEGIN/END_DECLS instead of __cplusplus
13959
13960         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
13961           Use gst_buffer_stamp instead of only copying the TIMESTAMP
13962
13963 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13964
13965         * gst/subparse/gstsubparse.c:
13966           Fix OSX buildbot.
13967
13968 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
13969
13970         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
13971         (theora_enc_chain), (theora_enc_change_state):
13972         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13973         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
13974         (gst_vorbisenc_change_state):
13975         * ext/vorbis/vorbisenc.h:
13976           Set granulepos and timestamp correctly for streams not
13977           starting at 0, taking into account the initial delay.
13978
13979 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
13980
13981         * gst/mpegstream/gstdvddemux.c:
13982           Add audio/x-dts to audio pad template caps
13983
13984 2005-01-30  David Schleef  <ds@schleef.org>
13985
13986         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
13987         (create_context), (gst_polypsink_link): Fix silly endianness
13988         bug.  Add some debugging.  Remove float from caps; it doesn't
13989         work.  Attempt to get remote audio working.
13990
13991 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13992
13993         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
13994           Add 3IV2 fourcc.
13995
13996 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13997
13998         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
13999         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
14000         (gst_avi_demux_stream_data):
14001         * gst/avi/gstavidemux.h:
14002           Invert DIB images. Fixes #132341.
14003
14004 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14005
14006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14007         (gst_ffmpegcsp_chain):
14008           D'oh, reference the palette data, not the palette structure.
14009           Fixes color distortion in #132341.
14010
14011 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14012
14013         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14014           PAR can be non-fixed when not provided as argument (#162626).
14015
14016 2005-01-29  David Moore  <dcm@acm.org>
14017
14018         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14019
14020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14021         (gst_qtdemux_loop_header):
14022           Re-apply patch from #142272 that allows non-seekable sources,
14023           re-proposed by Daniel Drake <dsd@gentoo.org>.
14024
14025 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14026
14027         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
14028           Use the src template for creating the src pad (#162330).
14029
14030 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14031
14032         * configure.ac:
14033         * ext/musepack/Makefile.am:
14034         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
14035         (gst_musepackdec_init), (gst_musepackdec_dispose),
14036         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
14037         (gst_musepack_stream_init), (gst_musepackdec_loop),
14038         (gst_musepackdec_change_state):
14039         * ext/musepack/gstmusepackdec.cpp:
14040         * ext/musepack/gstmusepackdec.h:
14041         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
14042         (gst_musepack_reader_read), (gst_musepack_reader_seek),
14043         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
14044         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
14045         * ext/musepack/gstmusepackreader.cpp:
14046         * ext/musepack/gstmusepackreader.h:
14047           Update to 1.1 API (#165446).
14048
14049 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14050
14051         * ext/Makefile.am:
14052           Unbreak buildbot.
14053
14054 2005-01-28  Andy Wingo  <wingo@pobox.com>
14055
14056         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
14057         to reflect a different dubious internet source. Add a reference
14058         and some commentary.
14059
14060 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14061
14062         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14063         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
14064         * gst/playback/gststreamselector.h:
14065           Be more selective when we're redoing caps negotiation from
14066           within the chain function on a stream change.
14067
14068 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14069
14070         * configure.ac:
14071         * ext/Makefile.am:
14072         * ext/amrnb/Makefile.am:
14073         * ext/amrnb/amrnb.c: (plugin_init):
14074         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
14075         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
14076         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
14077         (gst_amrnbdec_state_change):
14078         * ext/amrnb/amrnbdec.h:
14079         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
14080         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
14081         (gst_amrnbparse_init), (gst_amrnbparse_formats),
14082         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
14083         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
14084         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
14085         * ext/amrnb/amrnbparse.h:
14086           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
14087         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14088           Add AMR-NB/-WB raw formats.
14089         * ext/alsa/gstalsa.c: (gst_alsa_link):
14090           Keep valid time when changing format.
14091         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14092         (qtdemux_parse_trak):
14093           Add some more format-specific options (#140141, #143555, #155163).
14094
14095 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14096
14097         * gst/matroska/matroska-demux.c:
14098         (gst_matroska_demux_parse_blockgroup):
14099           Fix logic error in timing of subtitle stream synchronization.
14100         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14101           Add skip-chunk, which is found in kodak-camera streams.
14102
14103 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14104
14105         * po/LINGUAS:
14106         * po/vi.po:
14107           Adding Vietnamese translation (submitted by Clytie Siddall)
14108
14109 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14110
14111         * gst/playback/gstdecodebin.c: (try_to_link_1):
14112           Use realpad for signal.
14113
14114 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14115
14116         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
14117           Fix category so decodebin picks it up.
14118
14119 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14120
14121         * ext/mad/Makefile.am:
14122         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
14123         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
14124         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
14125         (found_type), (gst_id3demux_bin_change_state):
14126         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
14127         (gst_id3_tag_init), (gst_id3_tag_handle_event),
14128         (gst_id3_tag_src_link), (gst_id3_tag_chain),
14129         (gst_id3_tag_change_state), (plugin_init):
14130         * ext/mad/gstmad.h:
14131           Add id3demuxbin (which is a simple bin consisting of id3demux
14132           and typefind), take over rank from id3demux, remove typefind
14133           code from id3demux. Makes all broken mp3s that I know of work,
14134           and thereby fixes #152688.
14135
14136 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
14137
14138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14139
14140         * ext/mad/gstmad.c: (gst_mad_src_event):
14141         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
14142           Allow seeks on audio pad, make mad forward those (#164826).
14143         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
14144           Set duration (#165335).
14145
14146 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14147
14148         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14149         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
14150         (gst_asf_demux_process_ext_content_desc),
14151         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
14152         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
14153         * gst/asfdemux/gstasfdemux.h:
14154           Improve metadata display, e.g. if the metadata comes before the
14155           streams are loaded (which is perfectly valid).
14156
14157 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14158
14159         * tools/gst-launch-ext-m.m:
14160           Fix AVI/ASF pipelines (#165340).
14161
14162 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
14163         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
14164         build failure on amd64
14165
14166 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
14167
14168         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
14169         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
14170           Check environment variables GST_ID3V2_TAG_ENCODING,
14171           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
14172           list of character encodings to force interpretation of non-unicode
14173           strings stored in an ID3v2 tag to a particular encoding. If none
14174           is specified, try to use current locale's encoding, then fall back
14175           to ISO-8859-1 (which will always succeed). (Resolves #149274)
14176         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
14177         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
14178           Check environment variables GST_ID3V1_TAG_ENCODING,
14179           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
14180           list of character encodings to use in case a string encountered
14181           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
14182           specified, try to use the current locale's encoding, then fall
14183           back to ISO-8859-1 (which will always succeed).
14184
14185 2005-01-25  Benjamin Otte  <otte@gnome.org>
14186
14187         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
14188           - on half framerate, compute the rate in advance so the comparisons
14189             don't compare wrong values
14190           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
14191             behaviour
14192           - don't use mad_header_decode anymore, mad_frame_decode does that
14193             automatically
14194           - when getting rid of consumed bytes, reset the stream's skiplen
14195           (fixes #163867)
14196
14197 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
14198
14199         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
14200           Use 1/2 a second for default max_discont, as PES streams from DVB
14201           seem to have larger spacings in the SCR. 
14202           Fix a typo.
14203
14204 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14205
14206         * gst/playback/gstplaybasebin.c: (group_commit):
14207           Notify delayed stream-info availability.
14208
14209 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
14210         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
14211         (gst_a52dec_handle_event), (gst_a52dec_chain):
14212         Add some debug output. Check that a discont has a valid
14213         time associated.
14214         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14215         (gst_alsa_sink_loop):
14216         Ignore TAG events. A little extra debug for broken timestamps.
14217         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
14218         (dvdnavsrc_change_state):
14219         Ensure we send a discont to engage the link before we send any
14220         other events.
14221         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
14222         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
14223         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
14224         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
14225         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
14226         dvd://title works in totem because typefinding sends a seek that ends
14227         up going back to chapter 1 regardless.
14228         * ext/mpeg2dec/gstmpeg2dec.c:
14229         * ext/mpeg2dec/gstmpeg2dec.h:
14230         Output correct timestamps and handle disconts.
14231         * ext/ogg/gstoggdemux.c: (get_relative):
14232         Small guard against a null dereference.
14233         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
14234         (gst_textoverlay_set_property):
14235         Free memory when done. Don't call gst_event_filler_get_duration on
14236         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
14237         g_warning.
14238         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
14239         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
14240         (gst_sw_srclink), (gst_smoothwave_chain):
14241         Draw solid lines, prettier colours.
14242         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
14243         Add a default palette that'll work for some movies.
14244         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
14245         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
14246         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
14247         * gst/mpegstream/gstdvddemux.h:
14248         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
14249         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
14250         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
14251         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
14252         * gst/mpegstream/gstmpegparse.h:
14253         Use PTM/NAV events when for timestamp adjustment when connected to 
14254         dvdnavsrc. Don't use many discont events where one suffices.
14255         * gst/playback/gstplaybasebin.c: (group_destroy),
14256         (gen_preroll_element), (gst_play_base_bin_add_element):
14257         * gst/playback/gstplaybasebin.h:
14258         Make sure we remove subtitles from the same bin we put them in.
14259         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
14260         (gst_subparse_buffer_format_autodetect),
14261         (gst_subparse_change_state):
14262         Fix some memleaks and invalid accesses.
14263         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
14264         (oggskel_type_find), (cmml_type_find), (plugin_init):
14265         Some typefind functions for Annodex v3.0 files
14266         * gst/wavparse/gstwavparse.h:
14267         GstRiffReadClass is the correct parent class.
14268
14269 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14270
14271         * gst-libs/gst/riff/riff-media.c:
14272         (gst_riff_create_video_caps_with_data):
14273           Add extradata to huffyuv (fixes #165013).
14274         * gst-libs/gst/riff/riff-read.c:
14275         (gst_riff_read_strf_vids_with_data):
14276           Fix extradata extraction if it is in the chunk size.
14277
14278 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
14279
14280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14281
14282         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
14283         (gst_quarktv_change_state), (gst_quarktv_dispose):
14284           Memory free'ing location fix (#164708).
14285
14286 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14287
14288         * gst/playback/gstplaybasebin.c: (group_commit),
14289         (gen_preroll_element), (probe_triggered), (gen_source_element),
14290         (setup_source), (gst_play_base_bin_change_state),
14291         (gst_play_base_bin_add_element):
14292           Don't block for streams.
14293         * gst/playback/gststreaminfo.c: (stream_info_change_state),
14294         (gst_stream_info_set_mute):
14295           Use gst_pad_set_active_recursive.
14296
14297 2005-01-25  Andy Wingo  <wingo@pobox.com>
14298
14299         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
14300         for #ifndef HAVE_XVIDEO.
14301
14302 2005-01-24  Jeffrey C. Ollie
14303
14304         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
14305
14306         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
14307         * ext/gsm/gstgsmdec.h:
14308         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
14309         * ext/gsm/gstgsmenc.h:
14310         Fix rate to 8kHz as per spec, removes obscure errors when no rate
14311         was given by property. Add proper buffer timestamps and offsets.
14312
14313 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14314
14315         * gst-libs/gst/riff/riff-media.c:
14316         (gst_riff_create_audio_caps_with_data):
14317           Audio can be <8000Hz.
14318
14319 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14320
14321         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14322           Explicit state change to workaround refcount bugs.
14323
14324 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14325
14326         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
14327         (gst_avimux_riff_get_avi_header):
14328           Fix...
14329
14330 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14331
14332         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
14333         (gst_riff_read_element_data):
14334         * gst-libs/gst/riff/riff-read.h:
14335           Add _peek version (req'ed in CDXA).
14336         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
14337         (gst_cdxaparse_loop):
14338           Fix parsing in playbin.
14339         * gst/playback/gstdecodebin.c: (close_pad_link):
14340           Ignore current_ pads, they cause major annoyance.
14341
14342 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14343
14344         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14345           Safety guard.
14346
14347 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14348
14349         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
14350           Fix padding...
14351
14352 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14353
14354         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
14355           Allow for 0-sized buffers. Fixes length query problems in
14356           starwars.mkv from the testsuite.
14357
14358 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
14359
14360         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
14361         (gst_video_box_i420), (gst_video_box_chain):
14362           Fix row strides for I420 (fixes #163159)
14363           
14364 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14365
14366         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14367           MPEG2 has a useful rate property, so we can actually use that.
14368           For MPEG-1, continue using the bytes/time properties.
14369
14370 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14371
14372         * gst-libs/gst/riff/riff-media.c:
14373         (gst_riff_create_video_caps_with_data),
14374         (gst_riff_create_video_template_caps):
14375           Add intel-h263.
14376
14377 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14378
14379         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
14380           Fail if caps negotiation fails. Should fix #162184, and should
14381           definately be in there regardless of it fixing the actual bug.
14382         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
14383         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
14384         (gst_avimux_riff_get_avix_header),
14385         (gst_avimux_riff_get_video_header),
14386         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
14387         (gst_avimux_start_file), (gst_avimux_handle_event),
14388         (gst_avimux_change_state):
14389         * gst/avi/gstavimux.h:
14390           Refactor structure writing to use GST_WRITE_UINT macros, add
14391           metadata writing support.
14392
14393 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14394
14395         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
14396           Elements may already be destroyed when this function is called.
14397
14398 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14399
14400         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14401         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
14402           More memory leak fixes (#149162).
14403
14404 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14405
14406         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14407         (gst_qtdemux_add_stream):
14408           Fix two memleaks.
14409
14410 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14411
14412         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
14413           Argh...
14414
14415 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14416
14417         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
14418           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
14419           when fixating to six channels in Totem.
14420
14421 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
14422
14423         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
14424           Fix compile warnings on Solaris 10 buildbot
14425
14426 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
14427
14428         * ext/dvdread/dvdreadsrc.c: (_read):
14429           Don't read beyond the last cell in a chapter (fixes 
14430           invalid memory access)
14431
14432 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
14433
14434         * ext/dvdread/stream_labels.c:
14435         (dvdreadsrc_get_audio_stream_labels):
14436           Use NULL for an empty GList instead of g_list_alloc(); fix 
14437           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
14438           of GString (easier to bulk free later)
14439
14440 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
14441
14442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14443
14444         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14445         (gst_ffmpeg_pixfmt_to_caps):
14446           Fix BGRA32 caps (#164209).
14447
14448 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
14449
14450         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14451
14452         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14453         (gst_ffmpeg_caps_to_pixfmt):
14454           alpha_mask can be RGBA/ABGR. Fixes #164265.
14455
14456 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
14457
14458         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14459
14460         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
14461         (gst_mpeg2dec_alloc_buffer):
14462         * ext/mpeg2dec/gstmpeg2dec.h:
14463           Crop if decoding size is not the actual image size (#163676).
14464
14465 2005-01-17  Steve Baker  <steve@stevebaker.org>
14466
14467         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14468
14469         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
14470         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
14471           Add libsndfile typefind functions (#163309).
14472
14473 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14474
14475         * tools/gst-launch-ext-m.m:
14476           Add .aac, fix .m1v/.m2v (#163891).
14477
14478 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14479
14480         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
14481           Sanity check, don't wait endlessly since the clock might not
14482           actually run at this point (which is a deadlock). Fixes #164069.
14483
14484 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14485
14486         * gst/playback/gstplaybasebin.c: (probe_triggered):
14487           Of course, only pause if group is done...
14488
14489 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14490
14491         * gst/playback/gstplaybasebin.c: (probe_triggered):
14492           Thread safety.
14493
14494 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
14495
14496         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
14497           Don't return state change success when the parent
14498           failed.
14499
14500 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14501
14502         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
14503           Free events (fix memleak in #162905).
14504
14505 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
14506
14507         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14508
14509         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14510         (gst_ffmpeg_caps_to_pixfmt):
14511           Fix for depth = 15. Fixes #161675.
14512
14513 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14514
14515         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
14516           Set FPS correctly, even for webcams and the like.
14517         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
14518           Don error on setting while capturing.
14519
14520 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14521
14522         * ext/dv/gstdvdec.c:
14523         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
14524         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
14525           I'm a bad boy. using /1001. to force C to do float division
14526           and not integer division (as it did in my last commit)
14527           Thanks to David I. Lehn for pointing this mistake.
14528
14529 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14530
14531         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14532           Revert Johan??s 1.35->1.36 since it breaks compat.
14533
14534 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14535
14536         * ext/dv/gstdvdec.c:
14537         * ext/libfame/gstlibfame.c:
14538         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
14539         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
14540           replace framerate aproximations by their real value
14541           (24000/1001, 30000/1001, 60000/1001)
14542           Finish fixing bug #164049
14543
14544 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14545
14546         * ext/ogg/gstoggmux.c:
14547           eos/bos debugging
14548         * gst/tcp/gstmultifdsink.c:
14549         * gst/tcp/gstmultifdsink.h:
14550         * gst/tcp/gsttcp.c:
14551         * gst/tcp/gsttcp.h:
14552         * gst/tcp/gsttcpclientsink.c:
14553         * gst/tcp/gsttcpclientsrc.c:
14554         * gst/tcp/gsttcpserversink.c:
14555         * gst/tcp/gsttcpserversrc.c:
14556           improve reusability of elements after state changes and errors
14557           make multifdsink throw away streamheaders when receiving new ones
14558
14559 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14560
14561         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
14562           Fix for if items are already in list...
14563
14564 2005-01-12  Benjamin Otte  <otte@gnome.org>
14565
14566         * gst/adder/gstadder.c: (gst_adder_loop):
14567           fix adder a bit so it doesn't screw up with events as much anymore
14568
14569 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
14570
14571         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
14572         (pixbufscale_scale), (gst_pixbufscale_chain):
14573         * ext/gdk_pixbuf/pixbufscale.h:
14574           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
14575           to ensure rowstrides are calculated the same way as 
14576           ffmpegcolorspace
14577           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
14578           that we pick up duration and offset also.
14579
14580 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14581
14582         * gst/avi/gstavimux.c: (gst_avimux_class_init),
14583         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
14584           Reusability fixes.
14585
14586 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14587
14588         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14589         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14590         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14591         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14592           Update flags when requested.
14593
14594 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14595
14596         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
14597           Fix dmix.
14598
14599 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14600
14601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14602         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14603         (probe_triggered), (new_decoded_pad), (gen_source_element),
14604         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14605         * gst/playback/gstplaybasebin.h:
14606         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14607         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
14608         (gst_play_bin_change_state):
14609           Implement group-switch signal for use in apps to clear metadata
14610           cache, clean up subtitle, add suburi property instead of # hack,
14611           some error-out fixes.
14612
14613 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14614
14615         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14616           Debug.
14617         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
14618           If we got a state change in the _get handler, don't return success.
14619
14620 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14621
14622         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
14623         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
14624           Make jpegdec quiet on MJPEG decoding
14625         * gst/asfdemux/README:
14626           Fix mimetypes for MJPEG and H263
14627
14628 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14629
14630         * ext/theora/theoradec.c: (theora_dec_chain):
14631           Fix broken code generation by gcc by swapping arguments.
14632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14633           Fix \n in debug.
14634
14635 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14636
14637         * TODO:
14638           delete this file, it is by far outdated
14639         * ext/alsa/gstalsa.1: remove
14640         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
14641         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
14642         (gst_alsa_get_caps):
14643           Add HW probing for supported sample rates. Fixes #161704
14644
14645 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14646
14647         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
14648           Don't crash, biatch! :).
14649
14650 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14651
14652         * ext/musepack/gstmusepackreader.cpp:
14653         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
14654           Some work on tags - still doesn't work in playbin...
14655         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
14656           Handle events...
14657
14658 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14659
14660         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
14661           Also shove tags on kid pads.
14662
14663 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14664
14665         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
14666           Don't bail on unknown events.
14667         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
14668           Don't crash on events before negotiation.
14669         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14670           Send tags on pads, too.
14671         * gst/playback/gststreamselector.c:
14672         (gst_stream_selector_request_new_pad):
14673           Forward events on first pad if no input was selected yet.
14674
14675 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14676
14677         * gst/playback/gstplaybasebin.c: (setup_substreams):
14678           Don't disable streamtype if the stream doesn't exist, since
14679           then playing a video after audio will disable both and nothing
14680           will happen. Fixes the testsuite.
14681
14682 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14683
14684         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
14685         (gst_v4l_xoverlay_set_xwindow_id):
14686         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
14687         (gst_v4l2_xoverlay_set_xwindow_id):
14688           Add debug categories, fix overlay disabling.
14689
14690 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14691
14692         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
14693         * ext/alsa/gstalsa.h:
14694           Add HW probing for period_count/size and buffer_size MIX/MAX
14695           Adjust default/user defined value if out of bounds
14696           Should fix bug #162024
14697
14698 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14699
14700         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
14701           Fix warning (#161191).
14702
14703 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14704
14705         * ext/dvdread/stream_labels.c:
14706         (dvdreadsrc_get_audio_stream_labels):
14707           Fix warning (init the good variable in switch default)
14708
14709 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
14710
14711         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14712
14713         * gst/tta/gstttaparse.c: (gst_tta_src_event):
14714           Fix gcc-2.95 compile (#163485).
14715
14716 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14717
14718         * configure.ac:
14719         * ext/flac/gstflacenc.c: (gst_flacenc_init),
14720         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
14721         (gst_flacenc_tell_callback), (gst_flacenc_chain),
14722         (gst_flacenc_change_state):
14723         * ext/flac/gstflacenc.h:
14724           Update for API change in flac-1.1.1. Update requirement in
14725           configure.ac. Fixes #162974.
14726
14727 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14728
14729         * gst/playback/gstplaybasebin.c: (group_destroy):
14730           Remove hack to get rid of assert and get rid of unlinked
14731           signals properly.
14732
14733 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14734
14735         * gst/playback/gstplaybasebin.c: (setup_source):
14736           Set source to NULL so that resources are free'ed. Fixes issues
14737           with playback of CDDA and similar device-accessing things.
14738
14739 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14740
14741         * testsuite/embed/Makefile.am:
14742           test->noinst, fix make test in buildbot.
14743
14744 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14745
14746         * ext/dvdread/stream_labels.c: new file
14747         * ext/dvdread/stream_labels.h: new file
14748         * ext/dvdread/Makefile.am:
14749         * ext/dvdread/dvdreadsrc.c: (_seek_title):
14750           Extract audio stream label from DVD IFO files.
14751           It only dump them on the console for now, still have to
14752           make playbin aware of them.
14753
14754 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14755
14756         * gst/playback/gstplaybasebin.c: (setup_source):
14757           Fix hanging subs.
14758
14759 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14760
14761         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14762         (gen_preroll_element), (remove_groups), (setup_subtitle),
14763         (gen_source_element), (setup_source):
14764         * gst/playback/gstplaybasebin.h:
14765           Multiple .sub files is just a stupid idea... Fix some threading
14766           mistakes. Interestingly, external .sub files cause playbin to
14767           hang, I don't know why... Parsing fixes contributed by Fran??ois
14768           Kooman <fkooman@tuxed.net>.
14769
14770 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14771
14772         * testsuite/embed/Makefile.am:
14773           Fix buildbot.
14774
14775 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
14776
14777         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14778
14779         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14780         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14781         (gst_pngenc_set_property):
14782         * ext/libpng/gstpngenc.h:
14783           Add compression level property (#163323).
14784
14785 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14786
14787         * configure.ac:
14788         * examples/capsfilter/capsfilter1.c: (main):
14789         * examples/seeking/spider_seek.c: (make_spider_pipeline):
14790         * ext/dvdread/Makefile.am:
14791         * ext/dvdread/demo-play:
14792         * ext/dvdread/demo-play.c:
14793         * gconf/gstreamer.schemas.in:
14794         * gst-libs/gst/gconf/gconf.c:
14795         * sys/v4l/TODO:
14796         * testsuite/Makefile.am:
14797         * testsuite/embed/Makefile.am:
14798         * testsuite/embed/embed.c: (cb_expose), (main):
14799           Remove all references to xvideosink, fix examples (#140845).
14800         * gst/playback/gstplaybasebin.c: (group_destroy):
14801           Apparently, disposal does not unlink - so do explicitely.
14802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14803           Add debug.
14804
14805 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
14806
14807         * README: fix PKG_CONFIG_PATH instructions, what was there
14808         previously was breaking default search path, not nice. 
14809         Fixes #163358
14810
14811 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14812
14813         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
14814         (gst_audioscale_chain):
14815           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
14816           when resampling - how the ^@$^!@^! is this possible?!?
14817
14818 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14819
14820         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14821           Reset variables on READY.
14822         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
14823         (gst_matroska_mux_loop):
14824           Require data before writing header.
14825
14826 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
14827
14828         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14829
14830         * ext/mad/gstmad.c: (gst_mad_chain):
14831           Don't call mad_stream_sync() directly after recovering sync.
14832           Fixes #151661.
14833
14834 2005-01-09  Martin Eikermann  <meiker@upb.de>
14835
14836         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14837
14838         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
14839         (snapshot_handler), (gst_snapshot_sinkconnect),
14840         (gst_snapshot_chain):
14841           Allocate resources when required, fix recursive signal emission
14842           and fix caps. Fixes #161667.
14843
14844 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
14845
14846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14847
14848         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
14849         (gst_pngdec_chain):
14850           Handle only 8-bppc (bits-per-pixel-component) images, better
14851           error handling and correct strides. Fixes #163177.
14852         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
14853         (gst_pngenc_chain):
14854           Better error handling. Fixes #163348.
14855
14856 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14857
14858         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
14859         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
14860         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
14861         (dvdnavsrc_uri_handler_init):
14862           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
14863         * gst/playback/gstplaybasebin.c: (gen_source_element):
14864           Add MMS to streaming URIs.
14865
14866 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14867
14868         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
14869         * sys/xvimage/xvimagesink.c:
14870         (gst_xvimagesink_navigation_send_event):
14871           Check for pad availability before sending event.
14872
14873 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14874
14875         * gst-plugins.spec.in:
14876           Add subparse.
14877
14878 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14879
14880         * configure.ac:
14881           Since we use functions from CVS, up requirement.
14882
14883 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14884
14885         * gst/playback/Makefile.am:
14886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14887         (group_destroy), (group_commit), (group_is_muted),
14888         (gen_preroll_element), (add_stream), (unknown_type),
14889         (probe_triggered), (preroll_unlinked), (mute_stream),
14890         (silence_stream), (new_decoded_pad), (setup_substreams),
14891         (setup_source), (get_active_source), (mute_group_type),
14892         (muted_group_change_state), (set_active_source),
14893         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14894         (play_base_eos), (gst_play_base_bin_change_state):
14895         * gst/playback/gstplaybasebin.h:
14896         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
14897         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14898         (gst_stream_info_dispose), (stream_info_mute_pad),
14899         (stream_info_change_state), (gst_stream_info_set_mute):
14900         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
14901         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
14902         (gst_stream_selector_init), (gst_stream_selector_dispose),
14903         (gst_stream_selector_get_linked_pad),
14904         (gst_stream_selector_get_caps), (gst_stream_selector_link),
14905         (gst_stream_selector_get_linked_pads),
14906         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14907         * gst/playback/gststreamselector.h:
14908           Adding stream selection support plus required properties for
14909           applications to use this. Fully fixes #100931.
14910
14911 2005-01-08  Benjamin Otte  <otte@gnome.org>
14912
14913         * gst/games/gstpuzzle.c: (nav_event_handler):
14914           - handle nav events differently: forward every event no matter if it
14915             was handled or not.
14916           - translate events
14917           You can now cheat by using navigationtest ! puzzle and moving the
14918           mouse close to the edge of a tile. ;)
14919
14920 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14921
14922         * configure.ac:
14923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
14924         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
14925         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
14926         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
14927         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
14928         (gst_ogm_parse_plugin_init):
14929         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
14930         (gst_textoverlay_link), (gst_textoverlay_getcaps),
14931         (gst_textoverlay_event), (gst_textoverlay_video_chain),
14932         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
14933         * ext/pango/gsttextoverlay.h:
14934         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
14935         (gst_matroska_demux_handle_seek_event),
14936         (gst_matroska_demux_sync_streams),
14937         (gst_matroska_demux_parse_blockgroup),
14938         (gst_matroska_demux_subtitle_caps),
14939         (gst_matroska_demux_plugin_init):
14940         * gst/matroska/matroska-ids.h:
14941         * gst/playback/gstdecodebin.c: (close_pad_link):
14942         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14943         (gen_preroll_element), (remove_groups), (add_stream),
14944         (new_decoded_pad), (setup_subtitles), (gen_source_element),
14945         (setup_source):
14946         * gst/playback/gstplaybasebin.h:
14947         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
14948         * gst/subparse/Makefile.am:
14949         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
14950         (gst_subparse_base_init), (gst_subparse_class_init),
14951         (gst_subparse_init), (gst_subparse_formats),
14952         (gst_subparse_eventmask), (gst_subparse_event),
14953         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
14954         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
14955         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
14956         (parse_mpsub_deinit), (parse_mpsub_init),
14957         (gst_subparse_buffer_format_autodetect),
14958         (gst_subparse_format_autodetect), (gst_subparse_loop),
14959         (gst_subparse_change_state), (gst_subparse_type_find),
14960         (plugin_init):
14961         * gst/subparse/gstsubparse.h:
14962         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
14963         (plugin_init):
14964           Add subtitle support, .sub parser (supports SRT and MPsub),
14965           OGM text support, Matroska UTF-8 text support, deadlock fixes
14966           all over the place, subtitle awareness in decodebin/playbin
14967           and some fixes to textoverlay to handle subtitles in a stream
14968           correctly. Fixes #100931.
14969
14970 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14971
14972         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14973           Check for pad availability before doing a query on it.
14974
14975 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14976
14977         * ext/dv/gstdvdec.c:
14978           really fix bpp24/32 dvdec caps (classic rgba indeed)
14979         * gst/asfdemux/gstasfdemux.c:
14980         (gst_asf_demux_process_ext_content_desc):
14981           don't send text tags if they are empty (bis repetita)
14982
14983 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14984
14985         * ext/dv/gstdvdec.c:
14986          remove unneeded comment from dvdec
14987           (related to DV 4CC codes in AVI files)
14988           moved them in gstreamer/docs/random/mimetypes
14989         * gst/asfdemux/gstasfdemux.c:
14990         (gst_asf_demux_process_ext_content_desc):
14991          don't send text tags if they are empty
14992          fix mem leak on error path
14993         * gst/ffmpegcolorspace/avcodec.h:
14994         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14995         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14996         (gst_ffmpegcsp_avpicture_fill):
14997         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
14998         * gst/ffmpegcolorspace/imgconvert_template.h:
14999          adds BGR32 and BGRA32 to ffmpegcolorspace
15000           (still bad colors, fixing it on next commit)
15001           helps with dvdec outputing BGR32
15002
15003 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
15004
15005         * ext/dv/gstdvdec.c:
15006          Fix audio caps i just broke (missing ',')
15007         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
15008         (gst_matroska_mux_reset):
15009          Fix typo + add FIXME about old "x-gst-metadata" crap
15010
15011 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
15012
15013         * ext/dv/demo-play.c: (main):
15014          xvideosink -> xvimagesink
15015         * ext/dv/gstdvdec.c:
15016          change rgb 32/32 caps to 24/32 (no alpha)
15017          change nb of channels to be a list (2 or 4, not 2)
15018          change sample rate to be a list (32, 44.1, 48 kHz) not a range
15019         * gst/asfdemux/gstasfdemux.c:
15020         (gst_asf_demux_process_ext_content_desc):
15021          Add 'date/year' to extracted metadata list
15022
15023 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15024
15025         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15026           The return value of fixate_to does not imply that the requested
15027           value was set, so don't assume.
15028
15029 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
15030
15031         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15032
15033         * ext/libpng/gstpngdec.c:
15034         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
15035         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
15036         * ext/libpng/gstpngenc.h:
15037           Alpha support (encoder; #163161), mime fixage.
15038
15039 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
15040
15041         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15042
15043         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
15044         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
15045         (gst_faac_set_property), (gst_faac_get_property):
15046         * ext/faac/gstfaac.h:
15047           Allow for ADTS output (#153434).
15048
15049 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15050
15051         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
15052           Fix against template (#150576).
15053
15054 2005-01-06  Benjamin Otte  <otte@gnome.org>
15055
15056         * gst/games/gstpuzzle.c: (draw_puzzle):
15057           don't draw a puzzle if either width or height of tiles would be 0.
15058
15059 2005-01-06  Benjamin Otte  <otte@gnome.org>
15060
15061         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
15062         (gst_puzzle_class_init), (gst_puzzle_finalize):
15063           no memleaks, please
15064         (gst_puzzle_create), (gst_puzzle_init),
15065         (gst_puzzle_set_property), (gst_puzzle_setup):
15066           change initialization code around so we don't reshuffle on resize
15067         (draw_puzzle):
15068           fix another stupid typo
15069
15070 2005-01-06  Benjamin Otte  <otte@gnome.org>
15071
15072         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
15073           fix stupid typo that borked copying on YUY2
15074
15075 2005-01-06  Benjamin Otte  <otte@gnome.org>
15076
15077         * gst/games/gstpuzzle.c: (draw_puzzle):
15078           fix edges when image sizes aren't multiples of tile sizes
15079
15080 2005-01-06  Benjamin Otte  <otte@gnome.org>
15081
15082         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
15083           make RGB endianness work correctly
15084         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
15085           refactor and fix race with initial shuffling
15086         (nav_event_handler):
15087           allow using the mouse to puzzle
15088         (draw_puzzle):
15089           insist on tiles having width and height as multiples of 4 to get
15090           clean YUV image handling
15091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15092         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
15093           s/DEBUG/LOG/ for common messages
15094         (gst_xvimagesink_navigation_send_event):
15095           fix mouse event translation to not include screen PAR
15096         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
15097           fix mouse event translation to actually work
15098
15099 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
15100
15101         * gst/asfdemux/gstasfdemux.c:
15102         (gst_asf_demux_process_ext_content_desc):
15103          Extract TrackNumber metadata + clean up code
15104         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
15105          Hope this is the good fix (var used unitialised)
15106
15107 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15108
15109         * ext/faad/gstfaad.c: (gst_faad_chain):
15110           Only increment timestamp if it's valid. Fixes raw AAC streams.
15111
15112 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15113
15114         * configure.ac:
15115         * gst/games/Makefile.am:
15116         * gst/games/gstpuzzle.c:
15117           add a puzzle game with...
15118         * gst/games/gstvideoimage.c:
15119         * gst/games/gstvideoimage.h:
15120           ... full colorspace support (that includes YUV9 and RGB16)) stolen
15121           from videotestsrc and made into something that would be a nice
15122           library for a lot of other plugins.
15123
15124 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
15125
15126         * configure.ac:
15127          don't compile faad plugin if a RC of 2.0 is found
15128          Fixes #155346 (and FC1 buildbot)
15129         * gst/asfdemux/gstasfdemux.c:
15130         (gst_asf_demux_process_ext_content_desc):
15131          try to make Solaris compiler happier
15132
15133 2005-01-06  Paul Jack  <pjack@sfaf.org>
15134
15135         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15136
15137         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
15138           Fix segfault (#161667).
15139
15140 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15141
15142         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
15143           Fix framerate reporting.
15144
15145 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
15146
15147         * gst-libs/gst/riff/riff-ids.h:
15148         * gst/wavenc/riff.h:
15149          Add AMR (VBR and CBR) ids to riff.h audio codec list
15150         * gst/asfdemux/gstasfdemux.c:
15151         (gst_asf_demux_process_ext_content_desc),
15152         (gst_asf_demux_process_object):
15153           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
15154
15155 2005-01-05  Martin Eikermann  <meiker@upb.de>
15156
15157         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15158
15159         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15160         (gst_dvd_demux_handle_discont):
15161         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
15162         (gst_mpeg_demux_handle_discont):
15163           Recreate pads on new-media (#160730).
15164         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
15165           Send discont even if manager changes timestamps (#161929).
15166
15167 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
15168
15169         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15170
15171         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
15172           Fix invalid memory access (#159211).
15173
15174 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15175
15176         * examples/gstplay/player.c: (main):
15177           Don't iterate.
15178         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
15179           Add visualizations.
15180         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
15181         (gst_a52dec_handle_frame):
15182           Set duration.
15183         * ext/dvdnav/gst-dvd:
15184           Add audioconvert. Fixes #161325.
15185         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
15186           Explicitely case to gint64. Possible valgrind error.
15187         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
15188         (gst_play_tick_callback), (gst_play_change_state),
15189         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
15190         (gst_play_set_location), (gst_play_get_location),
15191         (gst_play_seek_to_time), (gst_play_set_data_src),
15192         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15193         (gst_play_set_visualization), (gst_play_connect_visualization),
15194         (gst_play_get_framerate), (gst_play_get_all_by_interface),
15195         (gst_play_new):
15196           Use playbin. Fixes #139749 and #147744.
15197         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
15198           Add genre tag.
15199         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
15200         (audioscale_get_type), (gst_audioscale_base_init),
15201         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
15202         (gst_audioscale_getcaps), (gst_audioscale_fixate),
15203         (gst_audioscale_link), (gst_audioscale_get_buffer),
15204         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
15205         (gst_audioscale_init), (gst_audioscale_dispose),
15206         (gst_audioscale_chain), (gst_audioscale_set_property),
15207         (gst_audioscale_get_property), (plugin_init):
15208           Indent properly.
15209         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
15210           Fix LPCM.
15211         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
15212         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
15213         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
15214           Add more metadata (fixes #162656).
15215
15216 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15217
15218         * configure.ac:
15219           back to cvs
15220
15221 === release 0.8.7 ===
15222
15223 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15224
15225         * NEWS:
15226         * RELEASE:
15227         * configure.ac:
15228           releasing 0.8.7, "Hyperspace"
15229
15230 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15231
15232         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15233
15234         * gst/playback/gstplaybasebin.c:
15235          Fix for #162924 - free caps after use, not before
15236
15237 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15238
15239         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
15240
15241         * gst/playback/gstplaybasebin.c:
15242         * gst/wavparse/gstwavparse.c:
15243           Fix for #154773 - fixes playback of small .wav files
15244
15245 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15246
15247         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
15248
15249         * gst/audioscale/gstaudioscale.c:
15250           Fix for #162819 - make audioscale reusable
15251           Fixes playback of more than one file with playbin/totem
15252
15253 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15254
15255         * gst/ffmpegcolorspace/avcodec.h:
15256         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15257         * gst/ffmpegcolorspace/imgconvert.c:
15258           clean up the mess that made me cry and avoid needless duplication
15259
15260 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15261
15262         * gst/ffmpegcolorspace/imgconvert.c:
15263           give some indication of why we're segfaulting
15264
15265 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15266
15267         * configure.ac:
15268           Fix indentation, fix v4l2 plugin detection.
15269         * ext/Makefile.am:
15270           Fix libmms location (Maciej, use diff -u!).
15271         * ext/alsa/gstalsa.c: (gst_alsa_init):
15272           Initialize caps cache to NULL.
15273         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15274           Only change state on audiosink if it exists.
15275
15276 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
15277
15278         * gst/matroska/matroska-demux.c:
15279         * gst/matroska/matroska-ids.h:
15280         * gst/matroska/matroska-demux.h:
15281         Fix Vorbis streams failing to decode in some files, where cluster_time
15282         isn't 0, because then it doesn't send codec_priv before actual data.
15283         Remove time-based test and replace it with marker set on beginning of
15284         new stream
15285
15286 2004-12-28  David Schleef  <ds@schleef.org>
15287
15288         Merge patch from Ronald fixing problems with streaming
15289         text.
15290         * ext/cairo/gstcairo.c: (plugin_init):
15291         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
15292         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15293         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
15294         (gst_textoverlay_font_init), (gst_textoverlay_init),
15295         (gst_textoverlay_set_property):
15296         * ext/cairo/gsttextoverlay.h:
15297
15298 2004-12-27  David Schleef  <ds@schleef.org>
15299
15300         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
15301         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15302         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
15303         (gst_textoverlay_font_init), (gst_textoverlay_init),
15304         (gst_textoverlay_set_property): Improvements to actually
15305         render text as white on black outline on video, including
15306         font selection and horizontal/vertical alignment.  (Ronald's
15307         christmas present)
15308         * ext/cairo/gsttextoverlay.h:
15309
15310 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15311
15312         * ext/ogg/gstogg.c:
15313         * ext/ogg/gstogmparse.c:
15314           fix ogm[audio/video]parse plugin registration
15315           (riff won't load if bytestream is already loaded)
15316
15317 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15318
15319         * gst/audioconvert/gstchannelmix.c:
15320           fix for GLIB < 2.4
15321
15322 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15323
15324         * Makefile.am:
15325         * configure.ac:
15326           disable docs again until it actually passes make distcheck.
15327
15328 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15329
15330         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
15331         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
15332         (plugin_init):
15333           Add 3GP (variables name Q3GP because they can't start with a
15334           number). Add samr audio fourcc (used in .3gp files), decoder
15335           is work in progress. Also do a GST_WARNING instead of ERROR
15336           in case of unknown nodes, to decrease output.
15337
15338 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15339
15340         * Makefile.am:
15341           really fix dist
15342
15343 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15344
15345         * configure.ac:
15346         * ext/speex/gstspeexdec.h:
15347         * ext/speex/gstspeexenc.h:
15348           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
15349           Fix detection code in configure.ac
15350
15351 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15352
15353         * gst/matroska/matroska-demux.c:
15354         (gst_matroska_demux_parse_blockgroup):
15355           Save position, so that queries give proper return values. Don't
15356           know how this could ever have worked before...
15357
15358 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15359
15360         * configure.ac:
15361           Put additional LAME check inside the conditional.  Fixes #152339
15362
15363 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15364
15365         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15366         (gst_avi_demux_stream_scan):
15367           Add some more debug. Fix logic error when setting movi offset
15368           while reading index.
15369
15370 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15371
15372         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15373         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
15374         (gst_avi_demux_process_next_entry):
15375           Add some debugging. Better detection of broken indexes and the
15376           accompanying index recovery. No infinite loops on state changes
15377           when we're still in our loopfunction.
15378
15379 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15380
15381         * configure.ac:
15382           Fix up.
15383
15384 2004-12-22  Archana Shah  <archana.shah@wipro.com>
15385
15386         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
15387
15388         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
15389           Normalizing the value before setting
15390         (gst_sunaudiomixer_get_volume):
15391           Normalizing the value after getting. Fixes bug# 161980
15392
15393 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15394
15395         * Makefile.am: Make sure docs gets disted
15396         * docs/Makefile.am: Make sure all needed files get disted
15397         * gst-plugins.spec.in: latest updates
15398
15399 2004-12-22  Wim Taymans  <wim@fluendo.com>
15400
15401         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
15402         Revert patch 1.38 as clock distribution over schedulers does
15403         not work correcly in the core yet.
15404
15405 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15406
15407         * sys/oss/README: remove this file, which predates my birth
15408           (and which content is by far outdated)
15409
15410 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
15411
15412         * Makefile.am:
15413         * configure.ac:
15414         * docs/Makefile.am:
15415         * docs/libs/Makefile.am:
15416         * docs/libs/gst-plugins-libs-docs.sgml:
15417         * docs/libs/gst-plugins-libs-sections.txt:
15418         * docs/libs/tmpl/gstgconf.sgml:
15419         * docs/upload.mak:
15420         * docs/version.entities.in:
15421           Added boilerplate gtk-doc files for plugin-libs documentation.
15422
15423 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15424
15425         * gst/auparse/gstauparse.c: fix int and float audio caps
15426
15427 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15428
15429         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
15430         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
15431           g_assert() can be a macro, don't use #ifdef inside it.
15432
15433 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
15434
15435         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15436
15437         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
15438         (gst_videorate_init), (gst_videorate_chain),
15439         (gst_videorate_change_state):
15440           Event handling (fixes #159986).
15441
15442 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15443
15444         * gst-libs/gst/riff/riff-media.c:
15445         (gst_riff_create_video_caps_with_data):
15446           Add BLZ0 (Blizzard's version of DivX) fourcc.
15447
15448 2004-12-18  David Schleef  <ds@schleef.org>
15449
15450         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
15451         portability fix.
15452
15453 2004-12-18  David Schleef  <ds@schleef.org>
15454
15455         * gst/tta/ttadec.h: Disable some header code that isn't used
15456         and clearly isn't portable.
15457
15458 2004-12-18  David Schleef  <ds@schleef.org>
15459
15460         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
15461         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
15462         (avcodec_get_pix_fmt), (avpicture_layout),
15463         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
15464         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
15465         Fix code to not use GCC extensions (and c99 extensions that
15466         Forte does not like.)
15467
15468 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15469
15470         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15471
15472         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
15473         (gst_deinterlace_chain):
15474           Rowstride fixes. Fixes #161039.
15475         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
15476         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
15477         (gst_video_crop_getcaps), (gst_video_crop_link),
15478         (gst_video_crop_i420), (gst_video_crop_chain),
15479         (gst_video_crop_change_state):
15480           Rework of negotiation. Actually works now. Fixes #158650.
15481
15482 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15483
15484         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
15485           That was very stupid.
15486
15487 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15488
15489         * gst/matroska/matroska-demux.c:
15490         (gst_matroska_demux_parse_blockgroup):
15491           Fix possible crasher.
15492
15493 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15494
15495         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
15496         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
15497           Lace sizes can be zero.
15498
15499 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15500
15501         * ext/musepack/gstmusepackdec.cpp:
15502           Fetch error return values. Fixes #161624.
15503         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
15504           Really EOS.
15505
15506 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15507
15508         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
15509           Work for truncated (unfinished download etc.) files. Fixes #160514.
15510
15511 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15512
15513         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15514           Fix for integer overflow. Makes #156001 not crash. Probably masks
15515           the real bug.
15516
15517 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15518
15519         * gst/ac3parse/gstac3parse.c: (plugin_init):
15520           Parsers never have ranks. Fixes #159651.
15521
15522 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15523
15524         * gst/playback/gstdecodebin.c: (compare_ranks):
15525           make sure the facotries are ordered the same every time even if they
15526           have the same rank by using the name
15527         * gst/playback/gstdecodebin.c: (find_compatibles):
15528           make sure we don't add factories to the list twice
15529
15530 2004-12-16  David Schleef  <ds@schleef.org>
15531
15532         * configure.ac: look for musepack headers as musepack/*.h
15533         (fixes #159847)
15534         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
15535         * ext/musepack/gstmusepackreader.h: same
15536
15537 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15538
15539         * gst-libs/gst/riff/riff-read.c:
15540         (gst_riff_read_strf_auds_with_data):
15541           Read extradata correctly (fixes #155879).
15542
15543 2004-12-16  David Schleef  <ds@schleef.org>
15544
15545         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
15546         audio.  does _not_ attempt or allow conversion unless channels
15547         is 1 or 2.
15548
15549 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15550
15551         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
15552
15553 2004-12-16  David Schleef  <ds@schleef.org>
15554
15555         * gst/audioscale/gstaudioscale.c: the resample library only
15556         handles 1 or 2 channels.  Change caps to compensate.
15557
15558 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15559
15560         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
15561         (gst_matroska_demux_audio_caps):
15562           Some MPEG-AAC hacks, because else it doesn't work...
15563
15564 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15565
15566         * gst-libs/gst/riff/riff-media.c:
15567         (gst_riff_create_video_caps_with_data),
15568         (gst_riff_create_video_template_caps):
15569           Add h264.
15570
15571 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15572
15573         * gst-libs/gst/audio/Makefile.am:
15574           Try to fix buildbot.
15575
15576 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15577
15578         * gst/tcp/gstmultifdsink.c:
15579           Clean up and uniformize debugging.
15580
15581 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
15582
15583         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15584
15585         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15586         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
15587         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
15588         (gst_mpeg_demux_change_state):
15589           Reset on ready. Fixes 160276.
15590
15591 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
15592
15593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15594
15595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15596         (gst_ffmpegcsp_pad_link):
15597           Fix memleak (#154815).
15598
15599 2004-12-16  James Bowes  <bowes@cs.dal.ca>
15600
15601         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15602
15603         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
15604         (gst_musicbrainz_init), (gst_musicbrainz_chain),
15605         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
15606         * ext/musicbrainz/gsttrm.h:
15607           Add support for using a proxy server when getting a trm id from
15608           the MusicBrainz database (#149613).
15609
15610 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
15611
15612         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15613
15614         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
15615         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15616           Fix memleaks (#157233).
15617
15618 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
15619
15620         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15621
15622         * gst-libs/gst/resample/resample.c: (gst_resample_close):
15623         * gst-libs/gst/resample/resample.h:
15624         * gst/audioscale/gstaudioscale.c:
15625           Fix memleak (#159215).
15626
15627 2004-12-16  Toni Willberg  <toniw@iki.fi>
15628
15629         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15630
15631         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
15632         * sys/oss/oss_probe.c: (main):
15633           Check for mono/stereo support (similar to samplerate probing),
15634           fixes #159433. Also add missing copyright header to oss_probe.c.
15635
15636 2004-12-15  David Schleef  <ds@schleef.org>
15637
15638         * configure.ac: add audioresample and cairo plugins.  Remove
15639         HAVE_MMX stuff, because it's not used.
15640         * ext/Makefile.am: same
15641         * ext/audioresample/Makefile.am: You are not ready for an
15642         audio resampling element based on audioresample.
15643         * ext/audioresample/gstaudioresample.c:
15644         * ext/audioresample/gstaudioresample.h:
15645         * ext/cairo/Makefile.am: You are not ready for overlay elements
15646         based on cairo.  Don't look too closely, these elements kinda
15647         suck right now.
15648         * ext/cairo/gstcairo.c: new
15649         * ext/cairo/gsttextoverlay.c: new
15650         * ext/cairo/gsttextoverlay.h: new
15651         * ext/cairo/gsttimeoverlay.c: new
15652         * ext/cairo/gsttimeoverlay.h: new
15653         * gst-libs/gst/media-info/media-info-priv.h: fix compile
15654         problem with compilers that don't support variadic macros.
15655
15656 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
15657
15658         Reviewed by:  David Schleef  <ds@schleef.org>
15659
15660         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
15661         Bala, registering sunaudiosrc (oops!), and cleaning up code a
15662         bit.  Also ran indent-gst.
15663         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
15664         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
15665         (gst_sunaudiosrc_setparams):
15666
15667 2004-12-14  David Schleef  <ds@schleef.org>
15668
15669         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
15670         output rate to 16000.  Should fix #160235.
15671
15672 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15673
15674         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
15675         Add typefinding for mpeg2 pes streams
15676
15677 2004-12-13  David Schleef  <ds@schleef.org>
15678
15679         * configure.ac:  Applied patch from bug #143659, making default
15680         sources and sinks OS-dependent (for Solaris), and added code
15681         for OS/X.
15682         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
15683
15684 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15685
15686         * gst-libs/gst/riff/riff-media.c:
15687           forgot to add h2.64 to avidemux template caps
15688
15689 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15690
15691         * gst/wavenc/riff.h:
15692         * gst-libs/gst/riff/riff-media.c:
15693         * gst-libs/gst/riff/riff-ids.h:
15694         * gst/avi/gstavimux.c
15695         add 4CC code for VideoSoft h264 in AVI (VSSH)
15696           fixes bug #160655
15697         remove s323 from riff, it's quicktime specific :(
15698
15699 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15700
15701         * gst/asfdemux/README
15702         * gst/wavenc/riff.h
15703         * gst-libs/gst/riff/riff-ids.h
15704         * gst-libs/gst/riff/riff-media.c
15705         * gst/qtdemux/qtdemux.c:
15706           add new 4CC codes for h263 related codecs
15707           fixes partially bug #155163
15708
15709 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
15710
15711         * configure.ac: Update polyaudio requirement to 0.7
15712         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
15713
15714 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15715
15716         * gst/interleave/deinterleave.c:
15717         fix my name's spelling! :)
15718
15719 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15720
15721         * AUTHORS ChangeLog
15722         * gst/auparse/gstauparse.c
15723         * gst/interleave/deinterleave.c
15724         * gst/law/:
15725                 alaw-decode.c alaw-encode.c
15726                 mulaw-decode.c mulaw-encode.c
15727         * gst/oneton/gstoneton.c
15728         * sys/osxaudio/:
15729                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
15730         * sys/osxvideo/:
15731                 cocoawindow.h cocoawindow.m
15732                 osxvideosink.h osxvideosink.m
15733
15734         put the same mail address for Zaheer Abbas Merali everywhere
15735
15736 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15737
15738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
15739           Align by packetsize, and assert that we a packet available before
15740           playing. The first makes webstreams work (they often include
15741           trailing padding data in a packet), the second allows pausing a
15742           ASF stream in totem without getting demux errors afterwards.
15743
15744 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15745
15746         * ext/ogg/gstoggdemux.c: (get_relative):
15747           Check for non-NULL before accessing member (end-of-chain).
15748
15749 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15750
15751         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
15752         (cdparanoia_set_property), (cdparanoia_get_property):
15753         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
15754         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
15755         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15756         (dvdreadsrc_init), (dvdreadsrc_set_property),
15757         (dvdreadsrc_get_property):
15758         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
15759         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
15760           Synchronize property names where not yet the case. Devices are
15761           now device=X, other versions are deprecated (but still exist).
15762           Also use g_free() unconditionally.
15763         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15764         (setup_source), (gst_play_base_bin_get_property):
15765           Expose source.
15766
15767 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15768
15769         * configure.ac: move GCONF macro outside conditional for the am
15770           conditional. Fixes #160439
15771
15772 2004-12-08  David Schleef  <ds@schleef.org>
15773
15774         * tools/gst-visualise-m.m: Switch to elements that currently
15775         exist.
15776
15777 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15778
15779         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15780           We love wrong commas.
15781
15782 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15783
15784         * gst/matroska/matroska-demux.c:
15785         (gst_matroska_demux_handle_src_query):
15786           Don't set DEFAULT, unsupported - makes length display incorrectly
15787           in some cases.
15788
15789 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15790
15791         * gst/monoscope/README: remove blurb about files being GPL
15792         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
15793         * gst/monoscope/monoscope.c: Change license to BSD with explanation
15794           monoscope is now effectively LGPL licensed
15795
15796 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
15797
15798         * gst/monoscope/README: Update information to be more correct
15799         * gst/monoscope/convolve.c: Relicense to LGPL
15800         * gst/monoscope/convolve.h: Relicense to LGPL
15801
15802 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
15803
15804         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15805           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
15806         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
15807           set default_duration for mpeg1 audio
15808
15809 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15810
15811         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
15812         * ext/alsa/gstalsa.h:
15813           refactor big chunks of the core caps negotiation code to make it
15814           a lot faster, because people claim it's really slow
15815           (actually, just cache the getcaps when the device is opened)
15816
15817 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15818
15819         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
15820         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
15821         (gst_a52dec_handle_frame), (gst_a52dec_chain),
15822         (gst_a52dec_change_state), (plugin_init):
15823         * ext/a52dec/gsta52dec.h:
15824           Do something useful with timestamps. Make chain-based (since
15825           there's really no reason to be loopbased).
15826         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
15827           Update current_byte/frame correctly.
15828
15829 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15830
15831         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
15832         (gst_ape_demux_stream_init):
15833           Forward tags, too.
15834
15835 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15836
15837         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
15838           Let's make sure we're done typefinding when detecting tags.
15839
15840 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15841
15842         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
15843         (gst_ebml_read_init), (gst_ebml_read_use_event),
15844         (gst_ebml_read_element_id), (gst_ebml_peek_id),
15845         (gst_ebml_read_seek), (gst_ebml_read_skip),
15846         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
15847         (gst_ebml_read_master):
15848         * gst/matroska/ebml-read.h:
15849         * gst/matroska/matroska-demux.c:
15850         (gst_matroska_demux_parse_contents),
15851         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
15852           Disgustingly evil hack for working around INTERRUPT events and
15853           their extremely annoying habit of being a pain in the ass. We
15854           simply peek a cluster before reading any of it.
15855
15856 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15857
15858         * ext/musepack/gstmusepackdec.cpp:
15859           There's also floating point libmusepacks.
15860
15861 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15862
15863         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
15864         (gst_faad_chanpos_to_gst), (gst_faad_chain):
15865           Set DURATION even if source buffer didn't. Also use increasing
15866           timestamps.
15867         * gst-libs/gst/riff/riff-media.c:
15868         (gst_riff_create_audio_caps_with_data):
15869           Block_align can have larger values than 8192.
15870
15871 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15872
15873         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
15874         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
15875         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
15876         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
15877           Fix caps.
15878
15879 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15880
15881         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
15882           Fix logic bug.
15883
15884 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15885
15886         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
15887           Yay, another one.
15888
15889 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15890
15891         * ext/esd/esdsink.c: (gst_esdsink_chain):
15892           Make error actually say something useful (fixes #156798).
15893         * gst-libs/gst/riff/riff-media.c:
15894         (gst_riff_create_video_caps_with_data),
15895         (gst_riff_create_video_template_caps):
15896           Add Intel Video 5.0 fourcc (IV50).
15897
15898 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
15899
15900         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
15901         detection on mono and stereo mp3 files.
15902
15903 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15904
15905         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15906           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
15907           the contained stream).
15908
15909 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15910
15911         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
15912           Oops, remove debug.
15913
15914 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15915
15916         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15917
15918         * gst/law/alaw-decode.c: (alawdec_getcaps):
15919         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15920           Prevent warnings when negotiating caps (fixes #159338).
15921
15922 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15923
15924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15925         (gst_ffmpegcsp_chain):
15926           Remove old leftover that shouldn't be there...
15927
15928 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15929
15930         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15931
15932         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
15933           Don't forward DISCONT events (fixes #159684).
15934
15935 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15936
15937         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
15938           Unlink manually since sometimes bin disposal (and therefore
15939           pad unlinking) is delayed, which will cause a new media file
15940           to not be able to start playing instantly.
15941
15942 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15943
15944         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
15945           On mute of an unlinked stream, check for pad availability so
15946           we don't crash on unlinked pad.
15947
15948 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15949
15950         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15951         (gst_avi_demux_massage_index):
15952           Fix quite humiliating bug in omitting 0-sized index chunks but
15953           forgetting to count them for timestamps.
15954
15955 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15956
15957         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
15958           Actually leave the loop if we failed to sync. Don't crash.
15959
15960 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15961
15962         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
15963         (gst_dvd_demux_process_private):
15964         * gst/mpegstream/gstdvddemux.h:
15965           Fix crash (#159759). Doesn't work, though. :-(.
15966
15967 2004-11-28  Benjamin Otte  <otte@gnome.org>
15968
15969         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
15970           more overwriting protection due to modifying channels one by one
15971           instead of all at once
15972
15973 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15974
15975         * gst/audioconvert/gstchannelmix.c:
15976         (gst_audio_convert_fill_normalize):
15977           Normalize using absolute values.
15978
15979 2004-11-28  Julien MOUTTE  <julien@moutte.net>
15980
15981         * configure.ac:
15982         * ext/Makefile.am:
15983         * ext/directfb/Makefile.am:
15984         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
15985         (gst_directfbvideosink_get_pixel_format),
15986         (gst_directfbvideosink_get_format_from_fourcc),
15987         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
15988         (gst_directfbvideosink_sink_link),
15989         (gst_directfbvideosink_change_state),
15990         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
15991         (gst_directfbvideosink_buffer_alloc),
15992         (gst_directfbvideosink_interface_supported),
15993         (gst_directfbvideosink_interface_init),
15994         (gst_directfbvideosink_navigation_send_event),
15995         (gst_directfbvideosink_navigation_init),
15996         (gst_directfbvideosink_set_property),
15997         (gst_directfbvideosink_get_property),
15998         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
15999         (gst_directfbvideosink_base_init),
16000         (gst_directfbvideosink_class_init),
16001         (gst_directfbvideosink_get_type), (plugin_init):
16002         * ext/directfb/directfbvideosink.h: Adding a first version of
16003         directfbvideosink.
16004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
16005         more.
16006
16007 2004-11-28  Benjamin Otte  <otte@gnome.org>
16008
16009         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
16010           walk the samples backwards if out_channels > in_channels so we don't
16011           overwrite data
16012
16013 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16014
16015         * gst/audioconvert/Makefile.am:
16016         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16017         (gst_audio_convert_link), (gst_audio_convert_change_state),
16018         (gst_audio_convert_channels):
16019         * gst/audioconvert/gstchannelmix.c:
16020         (gst_audio_convert_unset_matrix),
16021         (gst_audio_convert_fill_identical),
16022         (gst_audio_convert_fill_compatible),
16023         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
16024         (gst_audio_convert_fill_others),
16025         (gst_audio_convert_fill_normalize),
16026         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
16027         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
16028         * gst/audioconvert/gstchannelmix.h:
16029           Implement a channel mixer.
16030
16031 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
16032
16033         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
16034         * ext/alsa/gstalsa.h:
16035         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
16036         Make alsasink actually honor gst_element_set_clock and use that
16037         clock instead of its internal one.
16038
16039 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
16040
16041         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
16042         (gst_play_base_bin_change_state): nullify source and decoder when
16043         going from READY to NULL so that we don't try to do weird stuff with
16044         them when going from NULL to READY
16045         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
16046         instead of g_object_unref
16047         (gen_video_element), (gen_audio_element): more refcounting fixes, now
16048         it should be correct
16049         (gst_play_bin_change_state): don't call remove_sinks if we are
16050         currently disposing the object
16051
16052 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16053
16054         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
16055           Don't forget bass if it's there. Else left channel is silent...
16056
16057 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16058
16059         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
16060         (gst_a52dec_change_state):
16061           Don't do sample adjusting anymore, we use float audio now.
16062         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
16063           Don't fixate to non-existing properties.
16064
16065 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16066
16067         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
16068         (gst_a52dec_change_state):
16069           Advertise that we can do surround sound.
16070
16071 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16072
16073         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
16074           Add buffer-frames=0.
16075         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
16076         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
16077         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
16078         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
16079         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
16080         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
16081         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
16082         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
16083         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
16084         * ext/dvdread/dvdreadsrc.h:
16085           Add seeking, querying for bytes, sectors, title, angle and
16086           chapter. Handle multiple chapters. Relicense to LGPL because
16087           Billy agreed on that (thanks Billy!).
16088
16089 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
16090
16091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
16092         call parent dispose method
16093
16094 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
16095
16096         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
16097         (gst_audio_clock_get_internal_time):
16098         Fix active <-> inactive transitions: ensure time value always
16099         grows and avoid abrupt value changes.
16100
16101 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
16102
16103         * configure.ac:
16104         * gst/tta/Makefile.am:
16105         * gst/tta/crc32.h:
16106         * gst/tta/filters.h:
16107         * gst/tta/gsttta.c:
16108         * gst/tta/gstttadec.c:
16109         * gst/tta/gstttadec.h:
16110         * gst/tta/gstttaparse.c:
16111         * gst/tta/gstttaparse.h:
16112         * gst/tta/ttadec.h:
16113           added TTA parser and decoder
16114
16115 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16116
16117         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16118         (probe_triggered), (check_queue), (buffer_underrun),
16119         (buffer_running), (buffer_overrun), (gen_source_element),
16120         (setup_source):
16121         * gst/playback/gstplaybasebin.h:
16122           Implement buffering. Needs some more work.
16123
16124 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16125
16126         * ext/theora/theoradec.c: (theora_dec_chain):
16127           Fix ilog mask range overflow.
16128
16129 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16130
16131         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
16132           Don't omit the last (which in case of dmix is the only :) )
16133           channel count. Don't set channels if <= 2.
16134
16135 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
16136
16137         * gst/playback/gstplaybin.c: (gen_video_element),
16138         (gen_audio_element): Removed 2 obsolete comments
16139
16140 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16141
16142         * ext/vorbis/oggvorbisenc.c
16143         * ext/vorbis/vorbisenc.c :
16144           change description fields of those plugins to differentiate them
16145           (pitivi show Encoders by description, they had the same one)
16146
16147 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
16148
16149         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16150
16151         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
16152         (gst_play_bin_set_property), (gen_video_element),
16153         (gen_audio_element):
16154           Refcounting fixes for provided audio-/videosinks.
16155
16156 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16157
16158         * gst/playback/gstplaybin.c: (gen_video_element),
16159         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
16160           Don't reference all sinks, but only the video- and audiosinks.
16161           The vis. element should be disposed when we're done with it.
16162           We don't have any reason to keep it around. This fixes warnings
16163           when reusing playbin for playing multiple audio files with
16164           vis. enabled. Also release audio device on pause - idea stolen
16165           from Rhythmbox.
16166
16167 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16168
16169         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
16170         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
16171         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
16172         * ext/alsa/gstalsaplugin.c: (plugin_init):
16173         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
16174         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
16175         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
16176         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
16177         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
16178         (gst_faad_change_state), (plugin_init):
16179         * ext/faad/gstfaad.h:
16180         * ext/vorbis/vorbis.c: (plugin_init):
16181         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16182         * gst-libs/gst/audio/Makefile.am:
16183         * gst-libs/gst/audio/audio.c: (plugin_init):
16184         * gst-libs/gst/audio/multichannel.c:
16185         (gst_audio_check_channel_positions),
16186         (gst_audio_get_channel_positions),
16187         (gst_audio_set_channel_positions),
16188         (gst_audio_set_structure_channel_positions_list),
16189         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
16190         (gst_audio_fixate_channel_positions):
16191         * gst-libs/gst/audio/multichannel.h:
16192         * gst-libs/gst/audio/testchannels.c: (main):
16193         * gst/audioconvert/gstaudioconvert.c:
16194         (gst_audio_convert_class_init), (gst_audio_convert_init),
16195         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
16196         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
16197         (gst_audio_convert_fixate), (gst_audio_convert_channels):
16198         * gst/audioconvert/plugin.c: (plugin_init):
16199           Surround sound support.
16200
16201 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16202
16203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
16204           Fix position for discont if we're close as well. Nitpicking, but
16205           saves a few milliseconds of extra waiting or skipping.
16206
16207 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16208
16209         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
16210           We sometimes need parsers for playback, so add those too.
16211
16212 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16213
16214         * configure.ac:
16215         * gst/apetag/Makefile.am:
16216         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
16217         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
16218         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
16219         (gst_ape_demux_get_src_query_types),
16220         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
16221         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
16222         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
16223         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
16224         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
16225         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
16226         (gst_ape_demux_change_state):
16227         * gst/apetag/apedemux.h:
16228         * gst/apetag/apetag.c: (plugin_init):
16229         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
16230         (plugin_init):
16231           APE v1/2 tag reader plus typefind function.
16232
16233 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16234
16235         * configure.ac:
16236         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
16237         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16238           Remove hacks for older core. Require newer core version
16239           accordingly.
16240
16241 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16242
16243         * gst/cdxaparse/Makefile.am:
16244         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
16245         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
16246         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
16247         * gst/cdxaparse/gstcdxaparse.h:
16248         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
16249         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
16250         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
16251         (gst_cdxastrip_get_src_query_types),
16252         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
16253         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
16254         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
16255         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
16256         * gst/cdxaparse/gstcdxastrip.h:
16257           SVCD/VCD header stripping separated from CDXA image parsing.
16258         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
16259         (plugin_init):
16260           Add VCD/SVCD header typefinding for VCD/SVCD.
16261         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
16262         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
16263         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
16264         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
16265         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
16266         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
16267         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
16268         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
16269         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
16270         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
16271         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
16272         * sys/vcd/vcdsrc.h:
16273           Fix up, add seeking, querying, URI interface. Works in totem now.
16274
16275 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16276
16277         * configure.ac:
16278           back to CVS
16279
16280 === release 0.8.6 ===
16281
16282 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16283
16284         * NEWS:
16285         * RELEASE:
16286         * configure.ac:
16287         * po/af.po:
16288         * po/az.po:
16289         * po/cs.po:
16290         * po/en_GB.po:
16291         * po/hu.po:
16292         * po/it.po:
16293         * po/nb.po:
16294         * po/nl.po:
16295         * po/or.po:
16296         * po/sq.po:
16297         * po/sr.po:
16298         * po/sv.po:
16299         * po/uk.po:
16300           releasing 0.8.6, "IOU Love"
16301
16302 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16303
16304         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
16305
16306         * gst/playback/gstplaybasebin.c:
16307           Fix unplayable files error handling.  Fixes #158365
16308
16309 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16310
16311         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
16312
16313         * gst/typefind/gsttypefindfunctions.c:
16314           Fix broken mp3 typefinding.  Fixes #158375
16315
16316 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16317
16318         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
16319
16320         * ext/ogg/gstoggdemux.c:
16321           Fix sync on broken files.  Fixes #158976
16322
16323 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16324
16325         patch by: Edward Hervey <bilboed@bilboed.com>
16326
16327         * ext/libpng/gstpngenc.c:
16328           Copy over buffer properties.  Fixes #158832
16329
16330 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16331
16332         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
16333
16334         * ext/dvdread/dvdreadsrc.c:
16335           Fixes invalid reads (#158462)
16336
16337 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16338
16339         * sys/v4l/gstv4lsrc.c:
16340         * sys/v4l/gstv4lsrc.h:
16341         * sys/v4l/v4lsrc_calls.c:
16342           Probe less and cache it.  Fixes #159187.
16343
16344 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16345
16346         * gst/videorate/gstvideorate.c:
16347           Handle all video formats. Fixes #159186.
16348
16349 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
16350         * gst/synaesthesia/gstsynaesthesia.c:
16351         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
16352         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
16353         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
16354         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
16355         (gst_synaesthesia_change_state), (plugin_init):
16356         Fix up synaesthesia to work under different samplerates/ buffer sizes.
16357         Force 320x200 output, as that's the only thing the underlying
16358         synaesthesia implementation supports. Still needs to be made
16359         re-entrant.
16360
16361 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16362
16363         * configure.ac:
16364           Fix mpeg2enc configure check (similar to mplex check below).
16365
16366 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
16367
16368         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16369
16370         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16371           Fix for gcc-2.95 (fixes #158221).
16372
16373 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16374
16375         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
16376           Re-add clock distribution hack (until new core is released).
16377           Fixes #158125.
16378
16379 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
16380         * configure.ac:
16381           fix mplex configure check segfaulting on some systems (bug #140994)
16382
16383 2004-11-13  Benjamin Otte  <otte@gnome.org>
16384
16385         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
16386           add debugging
16387         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16388           do a wait when we enter the loop func with no data available to
16389           write instead of getting into an 100% CPU loop by just returning and
16390           being called again by the scheduler
16391
16392 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
16393
16394         * configure.ac:
16395         * ext/libvisual/visual.c: (gst_visual_get_type),
16396         (libvisual_log_handler), (gst_visual_getcaps),
16397         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
16398         (plugin_init):
16399           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
16400         * ext/smoothwave/Makefile.am:
16401         * ext/smoothwave/demo-osssrc.c: (main):
16402         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
16403         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
16404         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
16405         (plugin_init):
16406         * ext/smoothwave/gstsmoothwave.h:
16407           Make gstsmoothwave a working element in the 20th century.
16408
16409         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
16410           Fix incorrect link function
16411
16412 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16413
16414         * gst/volume/gstvolume.c:
16415           Allow buffer-frames=0.
16416
16417 2004-11-12 Iain <iaingnome@gmail.com>
16418
16419         * configure.ac: Check for polypaudio
16420
16421         * ext/Makefile.am: Build the polyp dir
16422
16423         * ext/polyp: The polypsink sources.
16424
16425 2004-10-30 Iain <iaingnome@gmail.com>
16426
16427         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
16428         caps to reflect the new number of channels.
16429
16430 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16431
16432         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16433           Fix for negotiation order problem. This would show when the
16434           ALSA loopfuction was called before any other function. ALSA
16435           wouldn't do anything because we're not negotiated yet, leading
16436           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
16437
16438 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16439
16440         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16441
16442         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16443           No warnings (#157986).
16444
16445 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16446
16447         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16448           Prefer apev1/2 and id3v1 (at end of file) over musepack.
16449
16450 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16451
16452         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
16453           Signal no-more-pads (so it works in playbin).
16454
16455 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16456
16457         * ext/musepack/gstmusepackreader.cpp:
16458           Workaround for older core.
16459
16460 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16461
16462         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
16463           Actually test for odd width/height rather than testing whether
16464           a temporary variable that was 0 before we subtracted 1 is now
16465           not equal to zero (which it always is).
16466
16467 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16468
16469         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
16470         Fix compilation if HAVE_XVIDEO is not defined
16471
16472 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16473
16474         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16475         Fix compilation if HAVE_XVIDEO is not defined
16476
16477 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
16478
16479         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16480         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
16481         (gst_goom_change_state), (plugin_init):
16482         Use the bytestream adapter so goom doesn't depend on the input
16483         buffer size.
16484         Add a debug category
16485
16486 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16487
16488         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16489           Only set hardware parameters *after* negotiation. Before
16490           negotiation, it will set ANY and that seems to cause crashes
16491           (see e.g. #151288, #153227).
16492
16493 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16494
16495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16496           This seems to be antique leftover. It needs to pass error
16497           checking.
16498         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
16499         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
16500         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
16501         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
16502           Fix GstXOverlay implementation (#151059).
16503
16504 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16505
16506         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16507           Don't assert (#157853).
16508
16509 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16510
16511         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16512           Fix bytes/samples confustion.
16513         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
16514           Fix for underrun (#144389).
16515
16516 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16517
16518         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16519           Disable halfway-seek for pending release (since it needs a new
16520           core release).
16521
16522 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16523
16524         * sys/v4l/gstv4lsrc.c:
16525         * sys/v4l/gstv4lsrc.h:
16526         * sys/v4l/v4lsrc_calls.c:
16527           add autoprobe-fps property so we can separate autoprobing parts
16528
16529 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16530
16531         * sys/v4l/gstv4lsrc.c:
16532         * sys/v4l/v4lsrc_calls.c:
16533         initialise fourcc to catch unset fourcc's, and debug
16534
16535 2004-11-09  Wim Taymans  <wim@fluendo.com>
16536
16537         * gst/playback/README:
16538         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
16539         * gst/playback/gstplaybin.c: (gst_play_bin_init),
16540         (gst_play_bin_dispose), (gst_play_bin_set_property),
16541         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
16542         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16543         (gst_play_bin_get_formats), (gst_play_bin_convert),
16544         (gst_play_bin_get_query_types), (gst_play_bin_query):
16545         Cleanups and some more documentation.
16546
16547 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
16548
16549         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16550         (gst_cacasink_init), (gst_cacasink_chain):
16551         * ext/libcaca/gstcacasink.h:
16552         Cacasink inherits from VideoSink, so let that store the clock.
16553
16554 2004-11-09  Wim Taymans  <wim@fluendo.com>
16555
16556         * gst/playback/README:
16557         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
16558         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
16559         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
16560         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
16561         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
16562         (setup_sinks):
16563         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
16564         (gst_stream_info_is_mute), (gst_stream_info_set_property):
16565         * gst/playback/gststreaminfo.h:
16566         Updated README.
16567         Only switch groups if all streams have muted (EOSed).
16568         Send Tags in sync with the stream playback instead of in
16569         the playback/preroll phase.
16570         Some cleanups, free the fakesrc elements.
16571
16572 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16573
16574         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
16575           buffer-frames property was missing
16576         * ext/arts/gst_arts.c:
16577           rate missing from sinkcaps
16578         * ext/audiofile/gstafparse.c:
16579         * ext/audiofile/gstafsink.c:
16580         * ext/audiofile/gstafsrc.c:
16581         * ext/swfdec/gstswfdec.c:
16582           int audio doesn't know buffer-frames
16583         * ext/cdparanoia/gstcdparanoia.c:
16584           int audio doesn't know chunksize either
16585         * ext/nas/nassink.c:
16586           it's endianness, not endianess
16587         * gst-libs/gst/audio/audio.h:
16588           make float standard pad template caps really describe float
16589         * gst/law/mulaw.c: (linear_factory):
16590           signed only, please
16591         * gst/mpegstream/gstdvddemux.c:
16592           widths of 20 are not valid
16593
16594 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16595
16596         Submitted by: Luca Ferretti <elle.uca@infinito.it>
16597
16598         * po/LINGUAS:
16599         * po/it.po:
16600           Add Italian
16601
16602 2004-11-08  Wim Taymans  <wim@fluendo.com>
16603
16604         * gst/playback/README:
16605         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
16606         * gst/playback/gstplaybasebin.c: (probe_triggered),
16607         (gst_play_base_bin_change_state):
16608         Updated README, added more comments for fixmes etc..
16609
16610 2004-11-08  Wim Taymans  <wim@fluendo.com>
16611
16612         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
16613         We can remove this hack now.
16614
16615 2004-11-08  Wim Taymans  <wim@fluendo.com>
16616
16617         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
16618         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16619         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
16620         Only mix AYUV for maximum quality.
16621
16622 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16623
16624         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
16625         (gst_ogg_demux_push), (gst_ogg_pad_push):
16626           Let's act as if we're synchronized now! :).
16627         * ext/theora/theoradec.c: (theora_dec_chain):
16628           Add some debug.
16629
16630 2004-11-08  Wim Taymans  <wim@fluendo.com>
16631
16632         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16633         (gst_alpha_set_property), (gst_alpha_sink_link),
16634         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
16635         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
16636         (gst_alpha_init_params), (gst_alpha_chain):
16637         Implement alpha functions for AYUV too, this increases
16638         accuracy quite a bit.
16639
16640 2004-11-08  Wim Taymans  <wim@fluendo.com>
16641
16642         * gst/ffmpegcolorspace/avcodec.h:
16643         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16644         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16645         (gst_ffmpegcsp_avpicture_fill):
16646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16647         (gst_ffmpegcsp_caps_remove_format_info):
16648         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
16649         (shrink12), (img_get_alpha_info), (deinterlace_line),
16650         (deinterlace_line_inplace):
16651         * gst/ffmpegcolorspace/imgconvert_template.h:
16652         Added AYUV colorspace and handle RGBA a bit more respectful.
16653
16654 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16655
16656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16657           Actually always send a discont (cornercase when resending the
16658           same serial-tagged chain twice).
16659
16660 2004-11-08  Julien MOUTTE  <julien@moutte.net>
16661
16662         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
16663         (gst_ximagesink_finalize):
16664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
16665         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
16666
16667 2004-11-08  Wim Taymans  <wim@fluendo.com>
16668
16669         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
16670         Don't segfault on NULL data.
16671
16672 2004-11-08  Wim Taymans  <wim@fluendo.com>
16673
16674         * gst/playback/gstdecodebin.c: (unlinked):
16675         * gst/playback/gstplay-marshal.list:
16676         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16677         (gst_play_base_bin_init), (group_create), (get_active_group),
16678         (get_building_group), (group_destroy), (group_commit),
16679         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
16680         (add_element_stream), (no_more_pads), (probe_triggered),
16681         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
16682         (state_change), (setup_source), (gst_play_base_bin_get_property),
16683         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16684         (gst_play_base_bin_link_stream),
16685         (gst_play_base_bin_get_streaminfo):
16686         * gst/playback/gstplaybasebin.h:
16687         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16688         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
16689         Add support for chained ogg files. Prepare for playlist
16690         support. This patch introduces the concept of pad groups, which
16691         together compose one playable media file.
16692
16693 2004-11-07  David Schleef  <ds@schleef.org>
16694
16695         * testsuite/gst-lint: Check for pad templates that aren't statically
16696         scoped.
16697
16698 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16699
16700         * configure.ac:
16701         * ext/Makefile.am:
16702         * ext/musepack/Makefile.am:
16703         * ext/musepack/gstmusepackdec.cpp:
16704         * ext/musepack/gstmusepackdec.h:
16705         * ext/musepack/gstmusepackreader.cpp:
16706         * ext/musepack/gstmusepackreader.h:
16707           Add musepack decoder.
16708         * ext/faad/gstfaad.c: (gst_faad_base_init):
16709           Make pad templates static.
16710         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
16711         (plugin_init):
16712           Add musepack typefinder, make mp3 typefinding work halfway stream,
16713           which doesn't actually work yet because id3demux doesn't implement
16714           _get_length().
16715
16716 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16717
16718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16719         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
16720           Fix interrupt event handling (#144436).
16721
16722 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16723
16724         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
16725           Hide unused glory.
16726
16727 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16728
16729         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16730
16731         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
16732           Fix weird caps (#157548).
16733
16734 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16735
16736         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16737
16738         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
16739           Add missing NULL terminator (#157543).
16740
16741 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16742
16743         * gst/tcp/gsttcp.h:
16744         * gst/tcp/gsttcpclientsink.c:
16745         * gst/tcp/gsttcpclientsrc.c:
16746         * gst/tcp/gsttcpserversink.c:
16747         * gst/tcp/gsttcpserversrc.c:
16748           ports can go up to 65535.  Move common defines to gsttcp.h
16749
16750 2004-11-05  Wim Taymans  <wim@fluendo.com>
16751
16752         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
16753         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
16754         Added two more colorspaces.
16755
16756 2004-11-05  Wim Taymans  <wim@fluendo.com>
16757
16758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16759         (gst_ffmpegcsp_avpicture_fill):
16760         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
16761         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
16762         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
16763         More stride fixes.
16764
16765 2004-11-05  Wim Taymans  <wim@fluendo.com>
16766
16767         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
16768         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
16769         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
16770         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
16771         (gst_videomixer_loop):
16772         More stride fixes.
16773
16774 2004-11-05  Benjamin Otte  <otte@gnome.org>
16775
16776         * ext/mad/gstmad.c: (gst_mad_chain):
16777           don't overflow data buffer. Flush not needed sync data when syncing
16778           failed.
16779
16780 2004-11-04  Wim Taymans  <wim@fluendo.com>
16781
16782         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16783         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
16784         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
16785         (gst_alpha_init_params), (gst_alpha_chain),
16786         (gst_alpha_change_state):
16787         Updated the chroma keying algorithm with something more
16788         sophisticated.
16789
16790 2004-11-03  Wim Taymans  <wim@fluendo.com>
16791
16792         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
16793         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16794         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
16795         Fix stride issues. Does not completely work for odd
16796         heights.
16797
16798 2004-11-03  Wim Taymans  <wim@fluendo.com>
16799
16800         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
16801         (gst_alpha_chroma_key), (gst_alpha_chain):
16802         Fix stride issues. Does not completely work for odd
16803         heights.
16804
16805 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
16806
16807         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
16808         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
16809         leak fixes
16810
16811 2004-11-03  Wim Taymans  <wim@fluendo.com>
16812
16813         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16814         (gst_ffmpegcsp_avpicture_fill):
16815         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
16816         (avpicture_alloc):
16817         * gst/ffmpegcolorspace/imgconvert_template.h:
16818         Use correct _fill function to get correct strides.
16819
16820 2004-11-02  David Schleef  <ds@schleef.org>
16821
16822         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16823         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
16824         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
16825         Change all g_print()s to debugging.  Add a bunch of consistency
16826         checks.
16827
16828 2004-11-02  Wim Taymans  <wim@fluendo.com>
16829
16830         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16831         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16832         (unlinked), (no_more_pads), (close_link):
16833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
16834         (unknown_type), (add_element_stream), (new_decoded_pad),
16835         (removed_decoded_pad), (setup_source):
16836         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
16837         (gst_stream_info_class_init), (gst_stream_info_init),
16838         (gst_stream_info_new), (gst_stream_info_dispose),
16839         (stream_info_mute_pad), (gst_stream_info_set_property),
16840         (gst_stream_info_get_property):
16841         * gst/playback/gststreaminfo.h:
16842         Fix playback of multiple files.
16843         a slightly different approach to handling dynamic pad removals.
16844         This one only looks at pads that we have linked.
16845
16846 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
16847
16848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
16849         free" warning from libc.
16850
16851 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16852
16853         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16854         (get_unconnected_element), (remove_starting_from), (pad_removed),
16855         (close_link):
16856           Implement support for dynamic pad changing. We listen to "live"
16857           pad removals (i.e. while playing) and re-setup autoplugging
16858           after that. Playbasebin/playbin need some more work for this
16859           to finally work, but decodebin supports (and replugs) chained
16860           ogg now.
16861
16862 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
16863
16864         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
16865         (gst_alsa_finalize):
16866         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
16867         (gst_cdaudio_finalize):
16868         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
16869         (cdparanoia_finalize):
16870         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
16871         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
16872         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
16873         (dvdreadsrc_finalize):
16874         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16875         (gst_flacdec_finalize):
16876         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
16877         (gst_flacenc_finalize):
16878         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
16879         (gst_gnomevfssink_finalize):
16880         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
16881         (gst_gnomevfssrc_finalize):
16882         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
16883         (gst_fameenc_finalize):
16884         * ext/nas/nassink.c: (gst_nassink_class_init),
16885         (gst_nassink_finalize):
16886         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
16887         (gst_sdlvideosink_class_init):
16888         * ext/sndfile/gstsf.c: (gst_sf_dispose):
16889         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
16890         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
16891         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
16892         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16893         (gst_x_window_listener_dispose):
16894         * gst/audioscale/gstaudioscale.c:
16895         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
16896         (play_on_demand_finalize):
16897         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
16898         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
16899         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
16900         (cdplayer_finalize):
16901         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
16902         (gst_glimagesink_class_init):
16903         * sys/oss/gstosselement.c: (gst_osselement_class_init),
16904         (gst_osselement_finalize):
16905         * sys/oss/gstosssink.c: (gst_osssink_dispose):
16906         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
16907         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
16908           Fixes a bunch of problems with finalize and dispose functions,
16909           either assumptions that dispose is only called once, or not calling
16910           the parent class dispose/finalize function
16911
16912 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
16913
16914         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
16915           added two api precondition guards
16916           use g_strdup with getenv to fix crash when using ENVVAR
16917
16918 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
16919         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16920         (gst_esdsink_finalize):
16921         Use a finalize function, not dispose, and more importantly,
16922         call the parent class finalize function too
16923
16924 2004-11-01  Johan Dahlin  <johan@gnome.org>
16925
16926         * ext/ogg/gstoggdemux.c:
16927         * gst/tags/gstvorbistag.c:
16928         Plug leaks.
16929
16930 2004-10-31  Benjamin Otte  <otte@gnome.org>
16931
16932         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16933           lotsa memleaks today. But they're all small...
16934
16935 2004-10-31  Benjamin Otte  <otte@gnome.org>
16936
16937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16938           another memleak crushed
16939
16940 2004-10-31  Benjamin Otte  <otte@gnome.org>
16941
16942         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
16943           fix memleak
16944
16945 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16946
16947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16948           Hack to prevent crash when going to READY inside signal handler
16949           while this function is active.
16950
16951 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16952
16953         * gst/ffmpegcolorspace/Makefile.am:
16954         * gst/ffmpegcolorspace/avcodec.h:
16955         * gst/ffmpegcolorspace/common.h:
16956         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16957         * gst/ffmpegcolorspace/dsputil.h:
16958         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16959         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16960         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
16961         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
16962         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
16963         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
16964         (gst_ffmpegcsp_avpicture_fill):
16965         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16967         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16968         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
16969         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
16970         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
16971         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
16972         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
16973         * gst/ffmpegcolorspace/imgconvert.c:
16974         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16975         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16976         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16977         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16978         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16979         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
16980         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
16981         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
16982         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
16983         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
16984         (grow21), (grow22), (grow41), (grow44), (conv411),
16985         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
16986         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
16987         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
16988         (avpicture_free), (is_yuv_planar), (img_convert),
16989         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
16990         (deinterlace_line_inplace), (deinterlace_bottom_field),
16991         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16992         * gst/ffmpegcolorspace/imgconvert_template.h:
16993         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16994         * gst/ffmpegcolorspace/mmx.h:
16995         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
16996         (av_fast_realloc), (av_mallocz_static), (av_free_static),
16997         (av_freep), (avcodec_get_context_defaults),
16998         (avcodec_alloc_context), (avcodec_init):
16999           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
17000           handling plus update from ffmpeg CVS. Large clean-up.
17001
17002 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17003
17004         * gst/playback/Makefile.am:
17005           We need the marshallers for decodebin, too.
17006
17007 2004-10-30  David Schleef  <ds@schleef.org>
17008
17009         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
17010           quicktime typefinding work with 64-bit offsets.
17011
17012 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
17013
17014         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
17015           Set EOS on the element when processing an EOS event.
17016         * ext/speex/gstspeexdec.h:
17017         * ext/speex/gstspeexenc.h:
17018           Only keep a const ptr to the mode
17019         * gst-libs/gst/riff/riff-media.c:
17020         (gst_riff_create_audio_caps_with_data),
17021         (gst_riff_create_audio_template_caps):
17022           Allow WMAV3, with up to 6 channels.
17023         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
17024           Don't call gst_pad_set_event_function on a sink pad.
17025         * gst/mpegstream/gstdvddemux.c:
17026         (gst_dvd_demux_get_subpicture_stream),
17027         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
17028           Copy the explicit caps that were set across to the cur_* pads,
17029           instead of trying to use a possibly non-existent negotiated caps.
17030           Reset the type of subpicture pads to UNKNOWN after calling
17031           init_stream, so that the caps get set.
17032
17033 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
17034
17035         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17036
17037         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17038           Don't touch buffer if it is of size 0 (fixes #151064).
17039
17040 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17041
17042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
17043           Synchronized discont handling.
17044
17045 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17046
17047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
17048         (gst_ogg_demux_push):
17049           Make seeking sort-of exact again (fixes #156387).
17050
17051 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17052
17053         * gst/playback/gstplaybasebin.c: (unknown_type),
17054         (add_element_stream), (new_decoded_pad),
17055         (gst_play_base_bin_change_state):
17056         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17057         (gst_stream_info_init), (gst_stream_info_new),
17058         (gst_stream_info_dispose), (gst_stream_info_get_property):
17059         * gst/playback/gststreaminfo.h:
17060           Make caps explicitely available. Makes testing for unsupported
17061           types possible. Improves error reporting.
17062
17063 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17064
17065         * gst/audioconvert/gstaudioconvert.c:
17066         (gst_audio_convert_buffer_to_default_format):
17067           Really don't touch read-only buffers (#156563).
17068
17069 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
17070
17071         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17072
17073         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
17074           Fix memleak (#155223).
17075
17076 2004-10-29  Wim Taymans  <wim@fluendo.com>
17077
17078         * gst/tcp/.cvsignore:
17079         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
17080         (gst_multifdsink_class_init), (gst_multifdsink_init),
17081         (gst_multifdsink_add), (gst_multifdsink_remove),
17082         (gst_multifdsink_remove_client_link), (is_sync_frame),
17083         (gst_multifdsink_new_client),
17084         (gst_multifdsink_handle_client_write),
17085         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17086         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
17087         (gst_multifdsink_get_property):
17088         * gst/tcp/gstmultifdsink.h:
17089         Added burst on connect sync_method, deprecated sync_clients,
17090         streamlined the sync code some more.
17091
17092 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17093
17094         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
17095         (gst_play_base_bin_change_state):
17096           Improve error reporting.
17097
17098 2004-10-28  Wim Taymans  <wim@fluendo.com>
17099
17100         * gst/tcp/Makefile.am:
17101         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
17102         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
17103         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
17104         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
17105         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
17106         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
17107         (gst_fdset_wait):
17108         Added more locks around fdset structures. Fixed/reworked
17109         the poll array resizing code.
17110         Added stress test for fdset.
17111
17112 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17113
17114         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
17115         fix build
17116
17117 2004-10-28  Benjamin Otte  <otte@gnome.org>
17118
17119         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
17120           fix link function to always query channels and query width for
17121           floats
17122         * configure.ac:
17123           add equalizer dir
17124         * gst/equalizer/Makefile.am:
17125         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
17126         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
17127         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
17128         (arg_to_scale), (setup_filter),
17129         (gst_iir_equalizer_compute_frequencies),
17130         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
17131         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
17132         (plugin_init):
17133           add an equalizer
17134
17135 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17136
17137         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
17138
17139         * po/LINGUAS:
17140         * po/nb.po:
17141           Added Norwegian Bokmaal translation
17142
17143 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17144
17145         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17146           Don't break on options (fixes #156488).
17147
17148 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17149
17150         * configure.ac:
17151         * ext/cdaudio/Makefile.am:
17152         * sys/Makefile.am:
17153           fix build on older automake
17154
17155 2004-10-26  Wim Taymans  <wim@fluendo.com>
17156
17157         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
17158         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
17159         Allow a little margin when negotiating the framerate.
17160
17161 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
17162
17163         * gst/level/gstlevel.c:
17164           synchonised naming of pads and pad-templates
17165
17166 2004-10-26  Wim Taymans  <wim@fluendo.com>
17167
17168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
17169         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
17170         (_find_streams_check), (gst_ogg_demux_push):
17171         Fix EOS again. Needs to be done in a better way. We should not
17172         remove the pad if there is no new chained stream.
17173
17174 2004-10-26 Iain <iaingnome@gmail.com>
17175
17176         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
17177         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
17178         of the caps.
17179         * gst/interleave/interleave.c (interleave_class_init): Hook up release
17180         pad.
17181         (interleave_release_pad): Remove the pad.
17182         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
17183         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
17184         the set device.
17185         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
17186         attrs
17187         (gst_xvimagesink_xcontext_clear): Free the xcontext.
17188         (gst_xvimagesink_finalize): Free the par.
17189
17190 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17191
17192         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
17193         (gst_avimux_stop_file):
17194           First calculate the rate, and only then use it. Hdr.rate is a
17195           multiple and not a derivative of hdr.scale. Scale is not the
17196           same as blockalign but is solely related to rate.
17197
17198 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17199
17200         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
17201         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
17202           Implement seeking.
17203
17204 2004-10-25  James Henstridge  <james@jamesh.id.au>
17205
17206         Reviewed by:  David Schleef  <ds@schleef.org>
17207
17208         * examples/gstplay/player.c: (got_stream_length), (main):
17209         * examples/seeking/cdplayer.c: (update_scale):
17210         * examples/seeking/seek.c: (format_value), (update_scale):
17211         * examples/seeking/spider_seek.c: (format_value), (update_scale),
17212         (stop_seek):
17213         Build fixes on AMD64.
17214
17215 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17216
17217         reviewed by: Ronald Bultje <rbultje at gnome dot org>
17218
17219         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
17220         Fix for some v4l cards which hang in v4lsrc
17221
17222 2004-10-25  Wim Taymans  <wim@fluendo.com>
17223
17224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
17225         (gst_ogg_demux_push), (gst_ogg_chains_clear):
17226         Make sure to remove the pad when a new chain is
17227         encountered. Set some vars to NULL so we don't try
17228         to reference freed memory.
17229
17230 2004-10-25  Wim Taymans  <wim@fluendo.com>
17231
17232         * examples/seeking/Makefile.am:
17233         * examples/seeking/cdplayer.c: (update_scale):
17234         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
17235         * examples/seeking/playbin.c: (make_playerbin_pipeline),
17236         (format_value), (update_scale), (iterate), (start_seek),
17237         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
17238         (print_usage), (main):
17239         Added some more examples, update others.
17240
17241 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17242
17243         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
17244         * ext/speex/gstspeexdec.c: (speex_dec_chain):
17245         * ext/theora/theoradec.c: (theora_dec_chain):
17246         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17247           Add codec-name metadata.
17248
17249 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
17250
17251         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17252
17253         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17254         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17255         * ext/alsa/gstalsamixertrack.h:
17256         * po/POTFILES.in:
17257           ALSA mixer track label internationalization (#154054).
17258
17259 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17260
17261         * ext/theora/theoradec.c: (theora_dec_chain):
17262           Export bitrate as metadata.
17263
17264 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17265
17266         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17267         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17268         * ext/alsa/gstalsamixertrack.h:
17269           Fix names, fix loop.
17270
17271 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17272
17273         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
17274         (speex_dec_convert):
17275           sinkconvert function so oggdemux can get the file length (totem).
17276
17277 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
17278
17279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17280
17281         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17282           Don't push incomplete packets.
17283         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
17284           Fix MPEG-4 audio typefinding.
17285
17286 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17287
17288         * sys/v4l/Makefile.am:
17289         * sys/v4l/gstv4l.c: (plugin_init):
17290         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
17291         (gst_v4lelement_init), (gst_v4lelement_dispose),
17292         (gst_v4lelement_change_state):
17293         * sys/v4l/gstv4lelement.h:
17294         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
17295         (gst_v4l_xoverlay_close), (idle_refresh),
17296         (gst_v4l_xoverlay_set_xwindow_id):
17297         * sys/v4l/gstv4lxoverlay.h:
17298         * sys/v4l/v4l-overlay_calls.c:
17299         * sys/v4l/v4l_calls.h:
17300         * sys/v4l2/Makefile.am:
17301         * sys/v4l2/gstv4l2.c: (plugin_init):
17302         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
17303         (gst_v4l2element_init), (gst_v4l2element_dispose),
17304         (gst_v4l2element_change_state):
17305         * sys/v4l2/gstv4l2element.h:
17306         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
17307         (gst_v4l2_xoverlay_close), (idle_refresh),
17308         (gst_v4l2_xoverlay_set_xwindow_id):
17309         * sys/v4l2/gstv4l2xoverlay.h:
17310         * sys/v4l2/v4l2-overlay_calls.c:
17311         * sys/v4l2/v4l2_calls.h:
17312           Remove client-side overlay handling, use the X-server v4l plugin
17313           for that. Nicer overlay, less code. Also make the plugin
17314           compileable without X (but then without overlay, obviously).
17315           Makes xwindowlistener obsolete, should we remove that?
17316
17317 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17318
17319         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
17320         (gst_osssrc_src_query):
17321         * sys/oss/gstosssrc.h:
17322           OK, so people want offset in DEFAULT. This time, actually fix all
17323           cases.
17324         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17325           Add FPS properly.
17326
17327 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17328
17329         * gst/asfdemux/gstasfmux.c:
17330         * gst/avi/gstavimux.c:
17331           Framerate.
17332
17333 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17334
17335         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
17336           Fix properties (channel, norm, frequency).
17337
17338 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17339
17340         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
17341           Flag typo.
17342         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
17343           No warnings.
17344
17345 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17346
17347         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
17348           Fix hang.
17349
17350 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17351
17352         * sys/v4l2/gstv4l2element.h:
17353           Yet Another Hack (tm) for kernel header borkedness.
17354         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
17355         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
17356         (gst_v4l2src_link), (gst_v4l2src_getcaps),
17357         (gst_v4l2src_change_state):
17358         * sys/v4l2/gstv4l2src.h:
17359         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
17360         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
17361           Fix caps, keep track of state, work.
17362
17363 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17364
17365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17366           Quiet.
17367
17368 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17369
17370         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17371           Don't mix bytes and samples.
17372
17373 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17374
17375         * ext/ogg/gstoggmux.c:
17376           Basic pad template which accepts OGM tracks, speex, flac, vorbis
17377           and theora. Any is incorrect.
17378         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
17379           Fix caps.
17380         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
17381         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
17382         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
17383         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
17384         * sys/v4l/gstv4lmjpegsrc.h:
17385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17386         (gst_v4lsrc_change_state):
17387         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
17388         (gst_v4lmjpegsrc_capture_stop):
17389           Fix caps. Keep track of internal state. Work.
17390
17391 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17392
17393         * ext/Makefile.am:
17394           Fix the build fixes.
17395
17396 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17397
17398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17399         (gst_ogg_demux_src_event), (_find_chain_seek),
17400         (gst_ogg_pad_push):
17401           Check for pad availability before using it.
17402         * ext/ogg/gstoggdemux.c: (_find_chain_process):
17403           Fix parsing of chained ogg. Needs more work on the decoder side.
17404
17405 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17406
17407         * gst/spectrum/Makefile.am:
17408         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
17409         (idle_func):
17410           Fix demo and reenable it. Yes, I'm currently playing with audio
17411           analysis tools
17412
17413 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17414
17415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17416           We love it if files that start at zero work too...
17417
17418 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17419
17420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
17421           Handle files with missing EOS headers.
17422
17423 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17424
17425         * gst/tcp/gsttcpserversink.c:
17426         (gst_tcpserversink_handle_server_read),
17427         (gst_tcpserversink_init_send):
17428         Zero some variables first (need for accept not to return EINVAL)
17429
17430 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17431
17432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17433         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
17434         * ext/theora/theoradec.c: (theora_dec_sink_convert),
17435         (theora_dec_chain):
17436         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17437         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
17438           Seeking and querying finetune.
17439
17440 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17441
17442         * configure.ac:
17443         * ext/Makefile.am:
17444         * ext/raw1394/Makefile.am:
17445           fix the build
17446
17447 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17448
17449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
17450           Wrong return.
17451         * gst/playback/Makefile.am:
17452         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17453         * gst/playback/gstplay-marshal.list:
17454         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
17455           Fix marshallers.
17456
17457 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17458
17459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
17460           Silence.
17461
17462 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17463
17464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17465         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
17466         (gst_ogg_pad_push):
17467           Yay for non-lineair granulepos in theora.
17468
17469 2004-10-18  Wim Taymans  <wim@fluendo.com>
17470
17471         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
17472         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
17473         * ext/dv/gstdvdec.h:
17474         Make sure we renegotiate aspect ratio when the camera switches.
17475
17476 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17477
17478         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17479         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
17480           Start at zero.
17481         * ext/theora/theoradec.c: (theora_dec_chain):
17482           Skip headers. Bad idea for chained ogg, but fixes seeking.
17483
17484 2004-10-18  Wim Taymans  <wim@fluendo.com>
17485
17486         * configure.ac:
17487         I swear, this is the last time I touch this.
17488
17489 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17490
17491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17492         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
17493         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
17494           Faster seeking.
17495         * ext/theora/theoradec.c: (theora_dec_sink_convert):
17496           Time-to-default conversion.
17497         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17498           Don't error on unknown packets, just skip. We should probably
17499           read them if we want to support chained ogg.
17500
17501 2004-10-18  Wim Taymans  <wim@fluendo.com>
17502
17503         * configure.ac:
17504         Added cdaudio to wrong list.
17505
17506 2004-10-18  Wim Taymans  <wim@fluendo.com>
17507
17508         * configure.ac:
17509         Revive cdaudio.
17510
17511 2004-10-18  Wim Taymans  <wim@fluendo.com>
17512
17513         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
17514         (gst_dvdec_video_link), (gst_dvdec_push):
17515         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
17516         (gst_smokeenc_resync), (gst_smokeenc_chain):
17517         Fix mimetype on smoke encoder.
17518         Add aspect ratio to dvdec. Not sure if these
17519         values are correct though....
17520
17521 2004-10-18  Wim Taymans  <wim@fluendo.com>
17522
17523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
17524         Fix vorbis property descriptions and ranges.
17525
17526 2004-10-18  Wim Taymans  <wim@fluendo.com>
17527
17528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
17529         Really do nothing when no data is available.
17530         Go to the playing state when the stream is not seekable
17531         instead of failing.
17532
17533 2004-10-18  Wim Taymans  <wim@fluendo.com>
17534
17535         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
17536         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
17537         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
17538         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
17539         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
17540         Added uri handler for cd://
17541         Port to new API.
17542
17543 2004-10-18  Wim Taymans  <wim@fluendo.com>
17544
17545         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17546         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
17547         (try_to_link_1), (no_more_pads), (close_link), (type_found):
17548         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
17549         (remove_prerolls), (unknown_type), (add_element_stream),
17550         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
17551         (gst_play_base_bin_remove_element),
17552         (gst_play_base_bin_link_stream):
17553         * gst/playback/gstplaybin.c: (gen_video_element),
17554         (gen_vis_element), (remove_sinks), (setup_sinks):
17555         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17556         (gst_stream_info_get_type), (gst_stream_info_class_init),
17557         (gst_stream_info_init), (gst_stream_info_new),
17558         (gst_stream_info_dispose), (stream_info_mute_pad),
17559         (gst_stream_info_set_property), (gst_stream_info_get_property):
17560         * gst/playback/gststreaminfo.h:
17561         Add sink padtemplate to decodebin.
17562         Added some more comments.
17563         Make queue size configurable in playbasebin.
17564         Added possibility to use elements as sinks (ex cdaudio).
17565
17566 2004-10-15  Wim Taymans  <wim@fluendo.com>
17567
17568         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17569         (gst_speexenc_chain):
17570         Fix speex timestamps so that it gets muxed properly.
17571
17572 2004-10-15  Wim Taymans  <wim@fluendo.com>
17573
17574         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
17575         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
17576         (gst_dv1394src_init), (gst_dv1394src_dispose),
17577         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
17578         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
17579         (gst_dv1394src_event), (gst_dv1394src_get_formats),
17580         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
17581         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
17582         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
17583         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
17584         * ext/raw1394/gstdv1394src.h:
17585         Added conversion/query functions.
17586         Update buffer timestamps,
17587         Added signals.
17588         Added uri dv:// so it might play from the firewire in playbin.
17589         Fix a possible leak.
17590         Added debugging.
17591
17592 2004-10-15  Wim Taymans  <wim@fluendo.com>
17593
17594         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
17595         (gst_dv1394src_init), (gst_dv1394src_set_property),
17596         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
17597         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
17598         * ext/raw1394/gstdv1394src.h:
17599         Added AV/C VTR control support needed for some cameras.
17600         Added automatic port detection.
17601         Added properties for selecting the channel.
17602         The configure.ac script is not yet updated to reflect the
17603         new libavc1394 and librom1394 dependencies.
17604
17605 2004-10-15  Wim Taymans  <wim@fluendo.com>
17606
17607         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17608         (qtdemux_parse), (gst_qtdemux_handle_esds):
17609         An esds box is not a container.
17610         Fix parsing of mp4v boxes.
17611         Do not try to renegotiate fps for each frame. Need to
17612         find a better method. This should fix mp4 playback.
17613
17614 2004-10-14  David Schleef  <ds@schleef.org>
17615
17616         * configure.ac: update for swfdec-0.3 and liboil-0.2
17617         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
17618         * ext/swfdec/gstswfdec.h: same
17619         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
17620         * gst/videotestsrc/videotestsrc.c: same
17621
17622 2004-10-14  Wim Taymans  <wim@fluendo.com>
17623
17624         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
17625         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
17626         (is_sync_frame), (gst_multifdsink_new_client),
17627         (gst_multifdsink_handle_client_write),
17628         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17629         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
17630         Turn warnings into info.
17631         Don't allow a state change in the streaming thread.
17632
17633 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17634
17635         * ext/vorbis/oggvorbisenc.c:
17636         * ext/vorbis/vorbisdec.c:
17637           fix template sample rate
17638
17639 2004-10-13  Wim Taymans  <wim@fluendo.com>
17640
17641         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17642         Decoding the header first fixes some problems in resyncing
17643         in more mp3s.
17644
17645 2004-10-12  Wim Taymans  <wim@fluendo.com>
17646
17647         * gst/playback/gstplaybin.c: (gen_video_element),
17648         (gen_vis_element), (remove_sinks), (setup_sinks):
17649         Added vis plugin support, need to configure the vis
17650         element to activate it.
17651
17652 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17653
17654         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
17655         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
17656           Some debug.
17657         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
17658         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
17659         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
17660         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
17661         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
17662         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
17663         * gst/avi/gstavidemux.h:
17664           Support for openDML-2.0 indx/ix## chunks. Support for broken index
17665           recovery (where, if part of the index is broken, we will still read
17666           the rest of the index and recover the broken part by stream
17667           scanning). More broken media support. EOS workarounds. General AVI
17668           braindamage headache recovery. Aspirin included.
17669
17670 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17671
17672         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
17673         (cdparanoia_event), (cdparanoia_query):
17674           Get rid of hideous lead-in.
17675
17676 2004-10-11  Wim Taymans  <wim@fluendo.com>
17677
17678         * gst/playback/gstplaybasebin.c: (setup_source):
17679         Wrong var used to get g_list_next.
17680
17681 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17682
17683         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
17684         (cdparanoia_get), (cdparanoia_open):
17685           Report discid as metadata, add duration.
17686
17687 2004-10-11  Wim Taymans  <wim@fluendo.com>
17688
17689         * gst/playback/gstplaybasebin.c: (setup_source):
17690         Cleanup the previous pipeline a little earlier for the
17691         case that a source element provides raw data.
17692
17693 2004-10-11  Benjamin Otte  <otte@gnome.org>
17694
17695         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17696           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
17697           consuming the last 128 bytes, even though it was valid mp3 data.
17698
17699 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17700
17701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
17702         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17703         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17704         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
17705
17706 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17707
17708         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
17709         Fix for webcams that support only specific width or height
17710
17711 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17712
17713         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17714
17715         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
17716           Fix wrong discont event setup (fixes #154967).
17717
17718 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
17719
17720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17721
17722         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17723           Error out on invalid data (fixes #154807).
17724
17725 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17726
17727         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17728
17729         * ext/dvdread/dvdreadsrc.c: (_read):
17730           Make titles > 0 work again (fixes #154834).
17731
17732 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17733
17734         * gst-libs/gst/riff/riff-media.c:
17735         (gst_riff_create_video_template_caps):
17736           WMV3 missing in template caps.
17737
17738 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17739
17740         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17741           OK, so the original code was too strict. It makes random AVI files
17742           hang for seconds upon opening, which is unacceptable and is far
17743           beyond the original goal of getting multiple chunks for one-chunk
17744           sounc stream files. So now do just that.
17745
17746 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17747
17748         * gst/playback/gstplaybasebin.c: (setup_source),
17749         (gst_play_base_bin_change_state):
17750           Actually clean up streaminfo if output fails. This would trigger
17751           if, for example, there was no CD in the drive. No preroll, so
17752           a streaminfo structure is created, but the subsequent state change
17753           of the thread fails.
17754         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17755           Don't change state if parent failed.
17756
17757 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17758
17759         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17760         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
17761         (gen_video_element), (remove_sinks):
17762           Add small bits of code for screenshot handling.
17763
17764 2004-10-08  Wim Taymans  <wim@fluendo.com>
17765
17766         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
17767         (gen_video_element), (gen_audio_element), (setup_sinks):
17768         Don't assume the user provided sinks are named "sink"...
17769
17770 2004-10-08  Wim Taymans  <wim@fluendo.com>
17771
17772         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
17773         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
17774         (gst_play_base_bin_link_stream):
17775         Do not try to autoplug sources that generate raw streams like
17776         cdparanoia.
17777         disconnect the preroll overrun signal when we don't need it anymore.
17778
17779 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
17780
17781         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
17782         Added reworked patch from #154903 from milosz derezynski (deadchip).
17783
17784 2004-10-08  Wim Taymans  <wim@fluendo.com>
17785
17786         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
17787         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
17788         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
17789         (cdparanoia_convert), (cdparanoia_uri_get_type),
17790         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
17791         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
17792         * ext/cdparanoia/gstcdparanoia.h:
17793         This adds the cdda://<tracknum> uri.
17794
17795 2004-10-08  Wim Taymans  <wim@fluendo.com>
17796
17797         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17798         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
17799         (try_to_link_1), (no_more_pads), (close_link), (type_found):
17800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17801         (unknown_type), (gst_play_base_bin_remove_element),
17802         (gst_play_base_bin_link_stream):
17803         * gst/playback/gstplaybasebin.h:
17804         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17805         (gst_play_bin_set_property), (gen_video_element),
17806         (gen_audio_element), (setup_sinks):
17807         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17808         (gst_stream_info_get_type), (gst_stream_info_class_init),
17809         (gst_stream_info_init), (gst_stream_info_new),
17810         (gst_stream_info_dispose), (stream_info_mute_pad),
17811         (gst_stream_info_set_property), (gst_stream_info_get_property):
17812         * gst/playback/gststreaminfo.h:
17813         Reuse the audio and video bins.
17814         Some internal cleanups in the stream selection code.
17815
17816 2004-10-08  Julien MOUTTE  <julien@moutte.net>
17817
17818         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17819         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
17820         * sys/ximage/ximagesink.h:
17821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
17822         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
17823         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
17824         not coming from those elements. Moreover these elements should not keep
17825         the xid they have been given when in NULL state.
17826
17827 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17828
17829         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
17830         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
17831         * sys/ximage/ximagesink.h:
17832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
17833         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
17834         * sys/xvimage/xvimagesink.h:
17835           Actually only create a new toplevel window if we're not gonna
17836           embed it right after.
17837
17838 2004-10-07  Wim Taymans  <wim@fluendo.com>
17839
17840         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
17841         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
17842         * gst/playback/gstplaybin.c: (setup_sinks):
17843         Implement muting/unmuting of streams, mute streams that are not
17844         used.
17845
17846 2004-10-07  Wim Taymans  <wim@fluendo.com>
17847
17848         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
17849         (plugin_init):
17850         Added lame audio/x-ac3 typefind function.
17851
17852 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17853
17854         * configure.ac:
17855           bump nano to cvs
17856
17857 === release 0.8.5 ===
17858
17859 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17860
17861         * NEWS:
17862         * RELEASE:
17863         * configure.ac:
17864           releasing 0.8.5, "Take You On"
17865
17866 2004-10-06  Wim Taymans  <wim@fluendo.com>
17867
17868         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17869         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
17870         (no_more_pads), (close_link), (type_found):
17871         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17872         * gst/playback/gstplaybin.c: (gen_video_element):
17873         Do not signal the no_more_pads after the first pad when
17874         we are plugging a non dynamic element with multiple
17875         output pads (like swfdec, dvdec, ...).
17876
17877 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17878
17879         * configure.ac:
17880           bump for prerelease
17881
17882 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17883
17884         * gst/wavparse/gstwavparse.c:
17885           add ATRAC3 to STATIC CAPS to fix a warning
17886
17887         * gst/matroska/ebml-read.c:
17888         * gst-libs/gst/riff/riff-read.c:
17889           fix typos
17890
17891 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17892
17893         * gst-libs/gst/riff/riff-media.c:
17894           generate caps for ATRAC3 audio streams
17895
17896         * gst/realmedia/rmdemux.c:
17897           generate caps for ATRAC3 audio streams
17898
17899 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17900
17901         * gst/wavparse/Makefile.am
17902         * gst/wavparse/riff.h
17903         * gst/wavparse/wavparse.vcproj
17904           riff.h removal (unused and duplication with riff-ids.h)
17905
17906 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17907
17908         * gst/wavparse/gstwavparse.h
17909           remove duplicated defines for audio codec codes
17910
17911         * gst-libs/gst/riff/riff-ids.h
17912         * gst/wavenc/riff.h:
17913           add "4CC" code for ATRAC3 audio streams
17914           add "4CC" code for ITU_G721_ADPCM (unused for now)
17915
17916 2004-10-06  Wim Taymans  <wim@fluendo.com>
17917
17918         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
17919         Actually _do_ negotiation. Pass gdouble as arg instead
17920         of guint64 for the framerate.
17921
17922 2004-10-06  Wim Taymans  <wim@fluendo.com>
17923
17924         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17925         (find_compatibles), (close_pad_link), (try_to_link_1),
17926         (no_more_pads), (close_link), (type_found):
17927         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
17928         * gst/playback/gstplaybin.c: (gen_video_element),
17929         (gen_audio_element):
17930         Set state on newly added element to READY so that negotiation
17931         can happen ASAP.
17932         Addes some more debug info.
17933         Do not try to plug pads with multiple caps structures or ANY
17934         because it is too dangerous since we do not do dynamic
17935         replugging.
17936
17937 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17938
17939         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
17940
17941         * po/LINGUAS:
17942         * po/or.po:
17943           add Oriya translation
17944
17945 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17946
17947         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17948           Prevent overwrite of size member. Makes audio sound crappy.
17949
17950 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17951
17952         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17953         Add rmvb to the list of known RealMedia extensions
17954
17955 2004-10-05  Wim Taymans  <wim@fluendo.com>
17956
17957         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
17958         (mngdec_openstream), (mngdec_closestream),
17959         (mngdec_handle_sink_event), (mngdec_readdata),
17960         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
17961         (mngdec_getcanvasline), (mngdec_refresh),
17962         (gst_mngdec_change_state):
17963         Set the framerate correctly.
17964
17965 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17966
17967         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
17968           There was something wrong with the index massaging.
17969
17970 2004-10-04  Wim Taymans  <wim@fluendo.com>
17971
17972         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
17973         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17974         (gst_smokedec_chain):
17975         * ext/jpeg/gstsmokedec.h:
17976         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
17977         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
17978         * ext/jpeg/gstsmokeenc.h:
17979         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
17980         (smokecodec_decode_new), (smokecodec_info_free),
17981         (smokecodec_set_quality), (smokecodec_get_quality),
17982         (smokecodec_set_threshold), (smokecodec_get_threshold),
17983         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17984         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
17985         (smokecodec_encode), (smokecodec_parse_id),
17986         (smokecodec_parse_header), (smokecodec_decode):
17987         * ext/jpeg/smokecodec.h:
17988         * ext/jpeg/smokeformat.h:
17989         Updated smoke, new bitstream, allows embedding in ogg.
17990
17991 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17992
17993         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17994           Fix seeking in some files. All this code is no longer needed (and
17995           actually breaks stuff) because we now synchronize the full index
17996           right when reading the header.
17997
17998 2004-10-04  Wim Taymans  <wim@fluendo.com>
17999
18000         * configure.ac:
18001         configure update for libmng.
18002
18003 2004-10-04  Wim Taymans  <wim@fluendo.com>
18004
18005         * ext/libmng/Makefile.am:
18006         * ext/libmng/gstmng.c: (plugin_init):
18007         * ext/libmng/gstmng.h:
18008         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
18009         (gst_mngdec_base_init), (gst_mngdec_class_init),
18010         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
18011         (gst_mngdec_loop), (gst_mngdec_get_property),
18012         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
18013         (mngdec_closestream), (mngdec_handle_sink_event),
18014         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
18015         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
18016         (gst_mngdec_change_state):
18017         * ext/libmng/gstmngdec.h:
18018         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
18019         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
18020         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
18021         (gst_mngenc_chain), (gst_mngenc_get_property),
18022         (gst_mngenc_set_property):
18023         * ext/libmng/gstmngenc.h:
18024         Added basic MNG decoder. Needs more work. The encoder does
18025         not work yet.
18026
18027 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18028
18029         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
18030         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
18031         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
18032           Don't hang on length=0 chunks. Some negotiation fixes. Signal
18033           no-more-pads.
18034
18035 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18036
18037         * configure.ac:
18038           you need at least 1.0.4 of speex
18039
18040 2004-10-04 Iain <iaingnome@gmail.com>
18041
18042         * ext/speex/gstspeexdec.h: Revert the includes changes.
18043
18044         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
18045
18046 2004-09-30 Iain <iaingnome@gmail.com>
18047
18048         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
18049         found during init or set as a property instead of hardcoding /dev/audio
18050
18051 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18052
18053         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
18054         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
18055         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
18056         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
18057         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
18058         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
18059         (gst_rmdemux_dump_data):
18060           Use debug category, fix EOS handling. filesrc ! rmdemux now
18061           works.
18062
18063 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18064
18065         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18066         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
18067         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
18068           Improve allocation, cutting and sorting of the index. How takes a
18069           few seconds instead of minutes.
18070
18071 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
18072
18073         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
18074           fixed compilation
18075
18076 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18077
18078         * gst-libs/gst/riff/riff-media.c:
18079         (gst_riff_create_video_caps_with_data),
18080         (gst_riff_create_video_template_caps):
18081           Add wing commander format mimetype/fourccs.
18082         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
18083           Don't crash if some value is 0.
18084
18085 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18086
18087         * gst-libs/gst/riff/riff-media.c:
18088         (gst_riff_create_video_caps_with_data),
18089         (gst_riff_create_video_template_caps):
18090           Add DIB fourcc (raw, palettized 8-bit RGB).
18091         * gst-libs/gst/riff/riff-read.c:
18092         (gst_riff_read_strf_vids_with_data):
18093           Oops, fix strf_data reading bug.
18094         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18095           Use a non-NULL tag.
18096         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18097           Time for hacks. Sorry Dave. At least one quicktime movie (a
18098           trailer) that I've encountered contains multiple video tracks.
18099           One of those is the actual video track, the other are one-frame
18100           tracks (images). Unfortunately, the number of frames according
18101           to the trak header is 1 for each, so that doesn't help. So
18102           instead, I look at the duration and discard tracks with a
18103           duration shorter than 20% of the length of the stream. Better
18104           than nothing.
18105
18106 2004-10-01  Christian Schaller <christian@fluendo.com>
18107
18108         * ext/ivorbis/vorbis.c:
18109           Patch from Phil Blundell (Bug 152341)
18110
18111 2004-10-01  Wim Taymans  <wim@fluendo.com>
18112
18113         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
18114         (speex_dec_get_formats), (speex_dec_convert),
18115         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
18116         (speex_dec_chain), (gst_speexdec_get_property),
18117         (gst_speexdec_set_property):
18118         Small cleanups.
18119
18120 2004-10-01  Wim Taymans  <wim@fluendo.com>
18121
18122         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18123         (gst_wavparse_stream_init), (gst_wavparse_fmt),
18124         (gst_wavparse_other), (gst_wavparse_loop),
18125         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18126         (gst_wavparse_srcpad_event):
18127         * gst/wavparse/gstwavparse.h:
18128         Added some more debugging info.
18129         Fix the case where the length of the file is 0.
18130         Make sure we seek to sample borders.
18131
18132 2004-10-01  Wim Taymans  <wim@fluendo.com>
18133
18134         * gst/playback/README:
18135         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18136         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
18137         (try_to_link_1), (no_more_pads), (close_link), (type_found):
18138         Add some debug info to decodebin, update README
18139
18140 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18141
18142         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
18143           Don't use g_print(); use GST_DEBUG().
18144
18145 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18146
18147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18148         (gst_ogg_mux_queue_pads):
18149           Handle EOS properly.
18150
18151 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18152
18153         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18154
18155         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
18156         (gst_faad_chain), (gst_faad_change_state):
18157         * ext/faad/gstfaad.h:
18158           Allow playback of raw (unframed) MPEG AAC files (#148993).
18159
18160 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18161
18162         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18163
18164         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18165           Throw error if we didn't recognize the stream. Fixes #152289.
18166
18167 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18168
18169         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
18170           Fix negotiation.
18171
18172 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
18173
18174         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18175
18176         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18177           Fix memleak.
18178
18179 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18180
18181         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18182
18183         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
18184           Solve #152805.
18185         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
18186           Solve 152806.
18187
18188 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18189
18190         * gst-libs/gst/riff/riff-media.c:
18191         (gst_riff_create_video_caps_with_data),
18192         (gst_riff_create_audio_caps_with_data):
18193           Add codec_data handling (like asfdemux used to do).
18194         * gst/asfdemux/gstasf.c: (plugin_init):
18195         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18196         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
18197           Use riff-media for caps creation instead of our own (mostly
18198           broken) copy of its functions.
18199
18200 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18201
18202         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
18203           Don't actually error out if we get another return value than
18204           -EINVAL. Opposite to what I first thought, drivers have random
18205           return values for this, although -EINVAL is the expected return
18206           value. Since this is not fatal, we shouldn't use
18207           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
18208
18209 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18210
18211         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18212         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
18213         (dvdreadsrc_get_property), (_open), (_seek), (_read),
18214         (dvdreadsrc_get), (dvdreadsrc_open_file),
18215         (dvdreadsrc_change_state):
18216           Fix. Don't do one big huge loop around the whole DVD, that will
18217           cache all data and thus eat sizeof(dvd) (several GB) before we
18218           see something.
18219         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18220           Actually NULL'ify event after using it.
18221         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
18222         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
18223         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18224         (gst_ebml_read_seek), (gst_ebml_read_skip):
18225           Handle events.
18226         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
18227         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
18228         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
18229           Fix timing (this will probably break if I seek using menus, but
18230           I didn't get there yet). VOBs and normal DVDs should now work.
18231           Add a mpeg2-only pad with high rank so this get autoplugged for
18232           MPEG-2 movies.
18233         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
18234         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
18235         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
18236         (gst_mpeg_demux_get_audio_stream),
18237         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
18238         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
18239           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
18240           MPEG-1 but use dvddemux for MPEG-2.
18241         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
18242         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
18243         (gst_mpeg_parse_parse_packhead):
18244           Timing. Only add pad template if it exists. Add sink template from
18245           class and not from ourselves. This means we will always use the
18246           correct sink template even if it is not the one defined in this
18247           file.
18248
18249 2004-09-29  Wim Taymans  <wim@fluendo.com>
18250
18251         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
18252         (gst_mpeg_demux_parse_pes):
18253         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
18254         Fix playback of mpeg again, timestamps where screwed up by
18255         patch 1.61.
18256
18257 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18258
18259         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
18260           Only return true if we actually filled something in. Prevents
18261           player applications from showing a random length for flac files.
18262         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
18263         (gst_riff_read_use_event), (gst_riff_read_handle_event),
18264         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
18265         (gst_riff_read_strf_vids_with_data),
18266         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
18267           OK, ok, so I implemented event handling. Apparently it's normal
18268           that we receive random events at random points without asking
18269           for it.
18270         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
18271         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
18272         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
18273         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
18274         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
18275         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
18276         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
18277         * gst/avi/gstavidemux.h:
18278           Implement non-lineair chunk handling and subchunk processing.
18279           The first solves playback of AVI files where the audio and video
18280           data of individual buffers that we read are not synchronized.
18281           This should not happen according to the wonderful AVI specs, but
18282           of course it does happen in reality. It is also a prerequisite for
18283           the second. Subchunk processing allows us to cut chunks in small
18284           pieces and process each of these pieces separately. This is
18285           required because I've seen several AVI files with incredibly large
18286           audio chunks, even some files with only one audio chunk for the
18287           whole file. This allows for proper playback including seeking.
18288           This patch is supposed to fix all AVI A/V sync issues.
18289         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
18290         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
18291           Work.
18292         * gst/modplug/gstmodplug.cc:
18293           Proper return value setting for the query() function.
18294         * gst/playback/gstplaybasebin.c: (setup_source):
18295           Being in non-playing state (after, e.g., EOS) is not necessarily
18296           a bad thing. Allow for that. This fixes playback of short files.
18297           They don't actually playback fully now, because the clock already
18298           runs. This means that small files (<500kB) with a small length
18299           (<2sec) will still not or barely play. Other files, such as mod
18300           or flx, will work correctly, however.
18301
18302 2004-09-28  Wim Taymans  <wim@fluendo.com>
18303
18304         * ext/speex/gstspeex.c: (plugin_init):
18305         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
18306         (gst_speex_dec_class_init), (speex_dec_get_formats),
18307         (speex_get_event_masks), (speex_get_query_types),
18308         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
18309         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
18310         (gst_speexdec_get_property), (gst_speexdec_set_property),
18311         (speex_dec_change_state):
18312         * ext/speex/gstspeexdec.h:
18313         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
18314         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
18315         (gst_speexenc_base_init), (gst_speexenc_class_init),
18316         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
18317         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
18318         (gst_speexenc_src_query), (gst_speexenc_init),
18319         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
18320         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
18321         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
18322         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
18323         (gst_speexenc_chain), (gst_speexenc_get_property),
18324         (gst_speexenc_set_property), (gst_speexenc_change_state):
18325         * ext/speex/gstspeexenc.h:
18326         Rewrote speex encoder, make sure it can be embedded in ogg.
18327         Implemented speex decoder.
18328
18329 2004-09-28  Christian Schaller <christian@fluendo.com>
18330
18331         * configure.ac:
18332         Remove kioslave plugin. Markey is brewing a new working one
18333         * ext/Makefile.am: Remove kioslave plugin
18334         * ext/kio: remove
18335         * gst-plugins.spec.in: remove kio plugin from spec
18336
18337 2004-09-27  Wim Taymans  <wim@fluendo.com>
18338
18339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
18340         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
18341         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
18342         (gst_multifdsink_new_client),
18343         (gst_multifdsink_handle_client_write),
18344         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18345         (gst_multifdsink_handle_clients):
18346         * gst/tcp/gstmultifdsink.h:
18347         Make syncing to keyframes actually work for new clients and lagging
18348         clients.
18349
18350 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18351
18352         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
18353         (gst_navigationtest_handle_src_event), (draw_box_planar411),
18354         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
18355         * gst/debug/gstnavigationtest.h:
18356           make navigationtest display button-press and button-release events
18357
18358 2004-09-26 Iain <iaingnome@gmail.com>
18359
18360         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
18361         the channels have received a new media event.
18362         (interleave_buffered_loop): Compresses a new media event on all
18363         channels into one.
18364
18365 2004-09-26 Iain <iaingnome@gmail.com>
18366
18367         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
18368         call the sinkpad's default event handler and not the srcpads. He also
18369         says this is confusing :)
18370         (gst_wavenc_stop_file): Company says that seek events only go upstream
18371         we should send a discontinuous downstream instead.
18372
18373 2004-09-25  Christian Schaller <christian@fluendo.com>
18374
18375         * Update SPEC file to be usable in conjunction with Fedora Core,
18376           Fedora.us and freshrpms packages
18377         * Fix typo in multifilesrc test Makefile
18378
18379 2004-09-24  Wim Taymans  <wim@fluendo.com>
18380
18381         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18382         Only signal the no_more_pads signal when we have
18383         added the stream to our list.
18384
18385 2004-09-24  Wim Taymans  <wim@fluendo.com>
18386
18387         * gst/playback/gstplaybasebin.c: (remove_prerolls),
18388         (new_decoded_pad):
18389         * gst/playback/gstplaybasebin.h:
18390         * gst/playback/gstplaybin.c: (setup_sinks):
18391         Don't try to preroll or decode more than one audio/video
18392         track.
18393
18394 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18395
18396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18397           Throw error if we failed to find a suitable output. This should
18398           throw an error if we successfully set up a pipeline (e.g. because
18399           we recognized a media file) but found no decodable streams in it
18400           (e.g. because it contains only media stream types for which we
18401           have no decoders, or because it's not a media type).
18402
18403 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18404
18405         * ext/dirac/Makefile.am:
18406         * ext/dirac/gstdirac.cc:
18407         * ext/dirac/gstdiracdec.cc:
18408         * ext/dirac/gstdiracdec.h:
18409           Do something. Don't actually know if this works because I don't
18410           have a demuxer yet.
18411         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
18412           Add channels=1 to caps returned from _getcaps().
18413         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
18414         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
18415         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
18416         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
18417         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
18418         (gst_ogm_parse_change_state):
18419           Separate between audio/video so ogmaudioparse actually uses the
18420           audio pad templates. Both audio and video work now, including
18421           autoplugging. Also use sometimes-srcpad hack.
18422         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18423           Handle events better. Don't hang on infinite loops.
18424         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
18425         (gst_avi_demux_init), (gst_avi_demux_reset),
18426         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
18427         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
18428         (gst_avi_demux_change_state):
18429         * gst/avi/gstavidemux.h:
18430           Improve A/V sync. Still not perfect.
18431         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
18432         (gst_ebml_read_skip):
18433           Handle events better.
18434         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18435         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
18436         (qtdemux_audio_caps):
18437           Add IMA4. Improve event handling. Save offset after a seek when
18438           the headers are at the end of the file so that we don't end up in
18439           an infinite loop.
18440         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18441           Add low-priority typefind support for files with no length.
18442
18443 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18444
18445         * testsuite/multifilesink/Makefile.am:
18446         fix typo
18447
18448 2004-09-22  Julien MOUTTE  <julien@moutte.net>
18449
18450         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
18452         mistakes from thaytan's patches.
18453
18454 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
18455
18456         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18457           For completeness, XSync in the destroy function as xvimage does.
18458
18459 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
18460
18461         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
18462            Correct caps negotiation
18463         * gst/volume/gstvolume.c: (volume_chain_float),
18464         (volume_chain_int16):
18465            Modify debug output to be little more informative
18466         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18468         (gst_xvimagesink_xvimage_destroy):
18469           Add XSync calls after detaching from the shared memory segment to
18470           avoid a crash.
18471
18472 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18473
18474         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
18475         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
18476         * ext/vorbis/vorbis.c: (plugin_init):
18477         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
18478         (gst_vorbisenc_chain):
18479         * ext/vorbis/vorbisenc.h:
18480         remove explicit newmedia support from oggmux and vorbisenc
18481         add debug category to vorbisenc
18482         * gst/multifilesink/gstmultifilesink.c:
18483         (gst_multifilesink_class_init), (gst_multifilesink_init),
18484         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
18485         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
18486         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
18487         (plugin_init):
18488         * gst/multifilesink/gstmultifilesink.h:
18489         add support for streamheader in multifilesink
18490
18491 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18492
18493         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
18494         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
18495         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
18496           Prevent infinite loops. More correct error reporting.
18497         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18498           Error out if negotiation fails.
18499         * gst/playback/gstplaybasebin.c: (setup_source),
18500         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
18501         (gst_play_base_bin_found_tag):
18502           Error/tag forwarding. Pre-roll fixes for source errors on state
18503           changes (e.g. "file does not exist") to prevent hangs.
18504
18505 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18506
18507         * testsuite/multifilesink/Makefile.am:
18508         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
18509         (gst_newmedia_class_init), (gst_newmedia_init),
18510         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
18511         (newfile_signal), (test_signal), (main):
18512         * testsuite/multifilesink/multifilesrc_test.c: (main):
18513         * testsuite/multifilesink/oggtheora_test.c:
18514         (gst_newmedia_base_init), (gst_newmedia_class_init),
18515         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
18516         (test_format), (newfile_signal), (test_signal), (main):
18517         * testsuite/multifilesink/oggvorbis_test.c:
18518         (gst_newmedia_base_init), (gst_newmedia_class_init),
18519         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
18520         (test_format), (newfile_signal), (test_signal), (main):
18521         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
18522         (gst_newmedia_class_init), (gst_newmedia_init),
18523         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
18524         (newfile_signal), (test_signal), (main):
18525         New media tests
18526
18527 2004-09-20  Christian Schaller <christian@fluendo.com>
18528
18529         * Fix mikmod license to LGPL as they have relicensed
18530         * Move Dirac and Effectv into LGPL section of README_license
18531
18532 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18533
18534         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
18535         (gst_mad_change_state):
18536           Allow for mp3 rate/channels changes. However, only very
18537           conservatively. Reason that we *have* to enable this is smiply
18538           because the mad find_sync() function is not good enough, it will
18539           regularly sync on random data as valid frames and therefore make
18540           us provide random caps as *final* caps of the stream. The best fix
18541           I could think of is to simply require several of the same stream
18542           changes in a row before we change caps.
18543           The actual testcase that works now is #
18544         * ext/ogg/Makefile.am:
18545         * ext/ogg/gstogg.c: (plugin_init):
18546         * ext/ogg/gstogmparse.c:
18547           OGM support (video only for now; I need an audio sample file).
18548         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18549         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
18550         (gst_asf_demux_add_video_stream):
18551           WMV extradata.
18552         * gst/playback/gstplaybasebin.c: (unknown_type):
18553           Don't error out on single unknown-types after all. It's wrong.
18554           If we found type of video and audio but not of a subtitle stream,
18555           it will still error out (which is unwanted). Will find a better fix
18556           later on.
18557         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
18558         (ogmaudio_type_find), (plugin_init):
18559           OGM support.
18560
18561 2004-09-20  Johan Dahlin  <johan@gnome.org>
18562
18563         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
18564         after setting caps.
18565
18566 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18567
18568         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
18569         * gst/wavenc/gstwavenc.h:
18570         Added newmedia support to wavenc
18571
18572 2004-09-17  Wim Taymans  <wim@fluendo.com>
18573
18574         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
18575         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
18576         (gst_fdset_fd_can_write), (gst_fdset_wait):
18577         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
18578         (gst_multifdsink_init), (gst_multifdsink_add),
18579         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
18580         (gst_multifdsink_remove_client_link),
18581         (gst_multifdsink_client_queue_buffer),
18582         (gst_multifdsink_handle_client_write),
18583         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
18584         (gst_multifdsink_close), (gst_multifdsink_change_state):
18585         * gst/tcp/gstmultifdsink.h:
18586         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
18587         (gst_tcpserversink_removed):
18588         Small cleanups in fdset.c
18589         Use a hastable to map fd to the client structure for faster
18590         lookup in _remove and get_stats.
18591         Added virtual function to close the fds.
18592         Handle clients even when the select/poll call was unblocked because
18593         of a command.
18594         Implement syncing to keyframe in the recovery procedure.
18595
18596 2004-09-16 Iain <iaingnome@gmail.com>
18597
18598         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
18599         try caps.
18600
18601 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18602
18603         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
18604           Caps are only set if the type of the stream is unknown, but this
18605           is initialized in ->init_stream(), so set to UNKNOWN after calling
18606           ->init_stream() so that capsnego starts.
18607
18608 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18609
18610         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18611         (gst_avi_demux_stream_data):
18612           Just hardcode for raw audio then. AVI audio sucks.
18613
18614 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
18615
18616         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18617         * gst/matroska/matroska-mux.c: (audiosink_templ),
18618         (gst_matroska_mux_audio_pad_link):
18619         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
18620         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
18621
18622 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18623
18624         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18625         (gst_avi_demux_stream_data):
18626           Try to fix a/v sync issues.
18627
18628 2004-09-15  David Schleef  <ds@schleef.org>
18629
18630         * configure.ac: remove NASM check, since we don't use it.  Update
18631         dirac check to 0.4
18632         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
18633         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18634         Initialized variables.
18635         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18636         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
18637         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
18638         SVQ3 format
18639
18640 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18641
18642         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18643         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
18644         * gst/avi/gstavidemux.h:
18645           Fix for compressed audio (mp3) timestamp generation. How did this
18646           ever work?
18647
18648 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18649
18650         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18651           Volume is a double not a float.
18652
18653 2004-09-15  Wim Taymans  <wim@fluendo.com>
18654
18655         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
18656         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
18657         Don't close the fd in multifdsink as we didn't open it in the
18658         first place. Some cleanups.
18659
18660 2004-09-15  Wim Taymans  <wim@fluendo.com>
18661
18662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
18664         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
18665         Fix the case where the muxer would mark pages as delta
18666         frames when they are not (vorbis only ogg).
18667
18668 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18669
18670         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
18671         (gst_play_base_bin_change_state):
18672           Handle the case where we failed to setup a clear pipeline. This
18673           will throw an error (or EOS, another nice case) and if you don't
18674           catch that, the app will wait for the signal forever (and thus
18675           hang).
18676
18677 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * ext/gnomevfs/gstgnomevfssink.c:
18680         (gst_gnomevfssink_uri_get_protocols):
18681         * ext/gnomevfs/gstgnomevfssrc.c:
18682         (gst_gnomevfssrc_uri_get_protocols):
18683         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
18684         * ext/gnomevfs/gstgnomevfsuri.h:
18685           Use _uri_new() instead of _open(), so it doesn't take as long and
18686           Christophe's computer won't hang.
18687         * gst/playback/gstplaybasebin.c: (unknown_type):
18688           Throw error on unknown media type, so apps actually display it.
18689
18690 2004-09-14  Brian Cameron  <brian.cameron@sun.com
18691
18692         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
18693           this script to work on Solaris since bash shell handles echo
18694           differenly than bash.
18695
18696 2004-09-17  Wim Taymans  <wim@fluendo.com>
18697
18698         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
18699         (setup_source), (gst_play_base_bin_set_property),
18700         (gst_play_base_bin_add_element):
18701         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
18702         Some more work on making sure seeking pauses the pipeline and
18703         that changing the uri actually does something.
18704
18705 2004-09-17  Wim Taymans  <wim@fluendo.com>
18706
18707         * gst/tcp/gstfdset.c: (gst_fdset_wait):
18708         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
18709         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
18710         (gst_tcpserversink_close):
18711         Be a bit more paranoid when freeing memory.
18712
18713 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18714
18715         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
18716         (qtdemux_parse_trak):
18717           Don't crash by dividing by zero (see sample movie in #126922).
18718
18719 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18720
18721         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18722           Don't touch non-existing data (fixes crash on file in #140147).
18723
18724 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18725
18726         * gst/playback/gstplaybasebin.c:
18727         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
18728           Handle double disposals, and proper change of URIs.
18729
18730 2004-09-13  Martin Eikermann <meiker@upb.de>
18731
18732         * gst/mpegstream/gstmpegparse.c:
18733           fix synchronistation for streams recorded from digital PCR
18734           fixes bug #119376
18735
18736 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18737
18738         * ext/gnomevfs/Makefile.am:
18739         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18740         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
18741         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
18742         (gst_gnomevfssink_uri_get_type),
18743         (gst_gnomevfssink_uri_get_protocols),
18744         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
18745         (gst_gnomevfssink_uri_handler_init),
18746         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
18747         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
18748         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18749         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
18750         (gst_gnomevfssrc_uri_get_type),
18751         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
18752         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
18753         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18754         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
18755         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
18756         * ext/gnomevfs/gstgnomevfsuri.h:
18757           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
18758           of fake URIs to see which this version of Gnome-VFS likes, and
18759           uses that for the Gst-URI interface. Makes playbin support http://
18760           streams. Also fix up some stupid behaviour in gnomevfssrc.
18761
18762 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18763
18764         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
18765         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18766         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
18767         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
18768           Update mixer (to sync with other sessions) if we try to obtain
18769           a new value. This makes alsamixer work accross applications.
18770         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18771           Only call sync functions if we're running, else alsalib asserts.
18772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18773           Sometimes fails to compile. Possibly a gcc bug.
18774         * gst/playback/gstplaybin.c: (gen_video_element),
18775         (gen_audio_element):
18776           Add a reference to an application-provided object, because we lose
18777           this same reference if we add it to the bin. If we don't do this,
18778           we can only use this object once and thus crash if we go from
18779           ready to playing, back to ready and back to playing again.
18780           Also add an audioscale element because several cheap soundcards -
18781           like mine - don't support all samplerates.
18782         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18783         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
18784           Fix wrong order or PAR calls. Makes automatically obtained PAR
18785           from the X server atually being used.
18786
18787 2004-09-12  David Schleef  <ds@schleef.org>
18788
18789         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
18790         #151887, #152102, #152247.
18791         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
18792         * examples/seeking/cdparanoia.c: same
18793         * examples/seeking/cdplayer.c: same
18794         * examples/seeking/seek.c: same
18795         * examples/seeking/spider_seek.c: same
18796         * examples/seeking/vorbisfile.c: same
18797         * examples/stats/mp2ogg.c: same
18798         * ext/esd/esdsink.c: (gst_esdsink_class_init),
18799         (gst_esdsink_dispose): Dispose of element properly.
18800         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
18801         fixes.
18802         * ext/nas/nassink.c: (gst_nassink_class_init),
18803         (gst_nassink_dispose): Dispose of element correctly.
18804         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
18805         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18806         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18807         Fix 64-bit warning.
18808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18809         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18810         Fix 64-bit warning.
18811
18812 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18813
18814         * configure.ac : change speex detection as 1.1.6 now uses
18815           .pc/pkg-config and they changed their headers location.
18816
18817 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
18818
18819         * gst/matroska/matroska-mux.h:
18820         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
18821         (gst_matroska_mux_start), (gst_matroska_mux_finish),
18822         (gst_matroska_mux_write_data):
18823           Write multiple blocks/frames per cluster.
18824                 Write meta-seek information (seek heads).
18825
18826 2004-09-09  Scott Wheeler <wheeler@kde.org>
18827
18828         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
18829         (gst_play_bin_set_property), (gst_play_bin_get_property),
18830         (gen_audio_element), (gen_audio_element):
18831           Add a volume element / property to the pipeline.
18832
18833 2004-09-07  Wim Taymans  <wim@fluendo.com>
18834
18835         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
18836         Copy timestamps from the master pad to the output buffers.
18837
18838 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18839
18840         * ext/raw1394/gstdv1394src.c:
18841           throw errors when applicable
18842
18843 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
18844
18845         * gst/matroska/ebml-ids.h:
18846         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
18847         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
18848         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
18849           automatically convert unix time <-> ebml time when reading/writing
18850           a date, use gst_ebml_write_uint to write CUETIME,
18851           not gst_ebml_write_date.
18852         * gst/matroska/matroska-ids.h:
18853         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
18854         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
18855         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
18856         (gst_matroska_mux_write_data):
18857           Write track and segment UIDs, write muxing date, write
18858           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
18859           Create cues for audio only files.
18860
18861 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18862
18863         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18864         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18865           Re-commit ALSA switches.
18866         * gst/adder/gstadder.c: (gst_adder_loop):
18867           64-bit fix (#151416).
18868         * gst/debug/progressreport.c: (gst_progressreport_report):
18869           64-bit fix (#151419).
18870         * gst/matroska/matroska-demux.c:
18871         (gst_matroska_demux_parse_contents):
18872           64-bit fix (#151420).
18873         * gst/playback/test3.c: (update_scale):
18874           64-bit fix (#151421).
18875
18876 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18877
18878         * configure.ac:
18879           bump nano to cvs
18880
18881 === release 0.8.4 ===
18882
18883 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18884
18885         * configure.ac: releasing 0.8.4, "Alias"
18886
18887 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18888
18889         * ext/theora/Makefile.am:
18890           fix makefile.  Fixes #151462.
18891
18892 2004-08-30  Wim Taymans  <wim@fluendo.com>
18893
18894         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
18895         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
18896         (gst_multifdsink_remove_client_link),
18897         (gst_multifdsink_client_queue_buffer),
18898         (gst_multifdsink_handle_client_write):
18899         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
18900         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
18901         Fix some memory leaks.
18902
18903 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18904
18905         Patch by: David Schleef
18906
18907         * configure.ac:
18908         * sys/Makefile.am:
18909           rename our detection macro for V4L2.  Fixes #151236.
18910
18911 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18912
18913         Patch by: David Schleef
18914
18915         * configure.ac:
18916           check to define LAMEPRESET.  Fixes #151232.
18917
18918 2004-08-27  David Schleef  <ds@schleef.org>
18919
18920         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
18921         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
18922         (gst_glimagesink_fixate):  Move local variable declarations to
18923         make gcc-2.95 happy.
18924
18925 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18926
18927         * configure.ac:
18928           bump nano for prerelease
18929
18930 2004-08-27  David Schleef  <ds@schleef.org>
18931
18932         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
18933         * sys/sunaudio/gstsunaudiosrc.c:
18934         * sys/sunaudio/gstsunaudiosrc.h:
18935
18936 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
18937
18938         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
18939         handle EOS correctly
18940         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
18941         * gst/matroska/matroska-mux.h:
18942         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
18943         VFW compatibility mode
18944
18945 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18946
18947         patch by: Zaheer Abbas Merali
18948
18949         * ext/ogg/gstoggmux.c:
18950         * ext/vorbis/vorbisenc.c:
18951         * ext/vorbis/vorbisenc.h:
18952           handle NEWMEDIA
18953
18954 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
18955
18956         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
18957         fix byte order reversion on little endian machines.
18958         * gst/matroska/matroska-mux.c: (audiosink_templ),
18959         (gst_matroska_mux_audio_pad_link):
18960         add TTA codec to the list of supported codecs.
18961         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
18962         (gst_matroska_mux_start), (gst_matroska_mux_finish),
18963         (gst_matroska_mux_write_data):
18964         * gst/matroska/matroska-mux.h:
18965         write segment duration correctly, write muxing app string, fixes bugs
18966         #140897 and #140898.
18967         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
18968         wait for all pads to be negotiated before starting to mux.
18969
18970 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18971
18972         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
18973         * ext/lame/gstlame.h:
18974         Added new media support to lame
18975
18976 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
18977
18978         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
18979         send vorbis headers at the beginning of a stream, fixes bug #141554.
18980         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
18981         bug #148950.
18982         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
18983         (gst_matroska_demux_plugin_init):
18984         * gst/matroska/matroska-ids.h:
18985         enable demuxing of TTA audio streams, fixes bug #148951.
18986         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
18987         enable typefinding for TTA audio files, fixes bug #148711.
18988         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
18989         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
18990         fixes playback of packed bitstream and xvid with bframes, bug #135407.
18991
18992 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
18993
18994         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18995         (gst_riff_read_element_data), (gst_riff_read_seek),
18996         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
18997         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
18998         <teuf@gnome.org>
18999
19000 2004-08-23 Iain <iaingnome@gmail.com>
19001
19002         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
19003         tags. They appear to be handled differently to normal.
19004         (tag_list_to_id3_tag_foreach): Ditto.
19005
19006 2004-08-22  Wim Taymans  <wim@fluendo.com>
19007
19008         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19009         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19010         Make sure we never send -1 granulepos.
19011
19012 2004-08-20  Wim Taymans  <wim@fluendo.com>
19013
19014         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19015         (gst_ogg_mux_loop):
19016         I will accept bitchslappings with non sharp objects.
19017
19018 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19019
19020         * configure.ac:
19021         Clean up the test for lame presets
19022
19023 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19024
19025         * configure.ac:
19026         * ext/lame/Makefile.am:
19027         * ext/lame/gstlame.c: (gst_lame_class_init),
19028         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
19029         Only enable lame presets if version of lame has presets in API
19030
19031 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
19032         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
19033         * gst/udp/gstudpsrc.h:
19034           Don't call gst_pad_push in a get function. Fixes #150449
19035
19036 2004-08-18  Wim Taymans  <wim@fluendo.com>
19037
19038         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
19039         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
19040         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19041         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19042         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19043         (gst_fdset_wait):
19044         * gst/tcp/gstfdset.h:
19045         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19046         (gst_multifdsink_client_queue_buffer),
19047         (gst_multifdsink_handle_client_write):
19048         * gst/tcp/gstmultifdsink.h:
19049         Some extra checks in gstfdset.
19050         Only use send() when the fd is a socket. Don't try to
19051         read from write only fds.
19052
19053 2004-08-18  Wim Taymans  <wim@fluendo.com>
19054
19055         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
19056         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19057         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19058         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19059         (gst_fdset_wait):
19060         Add more locking and bounds checking.
19061
19062 2004-08-18  Wim Taymans  <wim@fluendo.com>
19063
19064         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
19065         Realloc test fdset in the lock and right before starting
19066         the poll call. Bump the limit to 4096.
19067
19068 2004-08-17  David Schleef  <ds@schleef.org>
19069
19070         * sys/sunaudio/Makefile.am:
19071         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
19072         of rates and channels.  Make debugging less obnoxious.
19073
19074         Patch from Balamurali Viswanathan implementing a mixer for
19075         Sun audio.  (bug #144091):
19076         * sys/sunaudio/gstsunelement.c:
19077         * sys/sunaudio/gstsunelement.h:
19078         * sys/sunaudio/gstsunmixer.c:
19079         * sys/sunaudio/gstsunmixer.h:
19080
19081 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19082
19083         * gst/audioscale/gstaudioscale.c:
19084         * gst/audioscale/gstaudioscale.h:
19085         made audioscale resample from any sample rate to any sample rate
19086
19087 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19088
19089         * ext/libpng/gstpngdec.c:
19090           error out on unsupported types
19091
19092 2004-08-17  Iain <iaingnome@gmail.com>
19093
19094         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
19095         mid_side and loose_mid_side properties if its a stereo stream.
19096
19097 2004-08-17  Wim Taymans  <wim@fluendo.com>
19098
19099         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
19100         (theora_get_formats), (theora_dec_src_convert),
19101         (theora_dec_sink_convert), (theora_dec_src_query),
19102         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
19103         Add a debug line.
19104
19105 2004-08-17  Wim Taymans  <wim@fluendo.com>
19106
19107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
19108         (gst_ogg_pad_push):
19109         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19110         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
19111         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
19112         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19113         Mark delta units in the muxer.
19114         Try to decode the packet after an out-of-sync error from
19115         libogg.
19116
19117 2004-08-17  Wim Taymans  <wim@fluendo.com>
19118
19119         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19120         (gst_multifdsink_init), (gst_multifdsink_add),
19121         (gst_multifdsink_client_queue_buffer),
19122         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
19123         * gst/tcp/gstmultifdsink.h:
19124         Added option to send a keyframe to clients as the first buffer.
19125         Make timeout property writable.
19126
19127 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19128
19129         patch by: Wim Taymans
19130
19131         * gst/tcp/gstfdset.c:
19132         * gst/tcp/gstmultifdsink.c:
19133           fix index comparison, should include 0
19134
19135 2004-08-16  Wim Taymans  <wim@fluendo.com>
19136
19137         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
19138         (gst_fdset_add_fd), (gst_fdset_remove_fd),
19139         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19140         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19141         (gst_fdset_wait):
19142           copy when reallocing for poll so the select arguments don't get
19143           changed during the call
19144
19145 2004-08-16  Wim Taymans  <wim@fluendo.com>
19146
19147         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
19148         (gst_theora_enc_class_init), (theora_enc_sink_link),
19149         (theora_buffer_from_packet), (theora_enc_chain):
19150         Fix bug where buffers were not marked as keyframes
19151         correctly.
19152
19153 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19154
19155         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
19156         (gst_lame_preset_get_type), (gst_lame_class_init):
19157         describe the enum values for vbr mode and presets more verbosely
19158
19159 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19160
19161         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
19162         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
19163         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
19164         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
19165         * ext/lame/gstlame.h:
19166         add preset property to lame so it can use lame presets
19167
19168 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19169
19170         * ext/lame/gstlame.c: (gst_lame_get_property):
19171         whoops forgot break, thanks teuf
19172
19173 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19174
19175         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
19176         (gst_lame_class_init), (gst_lame_src_getcaps),
19177         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
19178         (gst_lame_get_property), (gst_lame_setup):
19179         * ext/lame/gstlame.h:
19180         fix lame's broken vbr stuff, allow it to resample if need be, and also
19181         make xing header optional
19182
19183 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19184
19185         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
19186         added getcaps function so samplerate doesnt get fixated to silly values
19187
19188 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19189
19190         * ext/lame/gstlame.c: (gst_lame_src_link):
19191         revert previous fix
19192
19193 2004-08-12  Johan Dahlin  <johan@gnome.org>
19194
19195         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
19196         checks. Doesn't matter what state we are in. Interfaces are a
19197         compile time thing, not runtime. It also broke the python bindings.
19198
19199 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19200
19201         * ext/lame/gstlame.c: (gst_lame_src_link):
19202         made source pad link function check if sinkpad is ok..fixes the problem
19203         where core fixates the output rate of lame stupidly
19204
19205 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19206
19207         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
19208         * sys/v4l/v4l_calls.c:
19209         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
19210           fix fixate function to handle nonsimple caps.
19211           remove bogus check in _link
19212           cleanups
19213
19214 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19215
19216         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
19217         set default compression ratio parameter to 0.0 so bitrate parameter
19218         works :)
19219
19220 2004-08-11  David Schleef  <ds@schleef.org>
19221
19222         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
19223
19224 2004-08-11  David Schleef  <ds@schleef.org>
19225
19226         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
19227         before.
19228
19229 2004-08-11  David Schleef  <ds@schleef.org>
19230
19231         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
19232
19233 2004-08-11  David Schleef  <ds@schleef.org>
19234
19235         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
19236           license field
19237         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
19238         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
19239           LGPL.
19240         * gst/auparse/gstauparse.c: Fix plugin license field.
19241         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
19242         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
19243         * gst/rtp/gstrtp.c: Fix plugin license field.
19244
19245 2004-08-11  Wim Taymans  <wim@fluendo.com>
19246
19247         * gst/tcp/Makefile.am:
19248         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
19249         (ensure_size), (gst_fdset_new), (gst_fdset_free),
19250         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
19251         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
19252         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
19253         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
19254         (gst_fdset_fd_can_write), (gst_fdset_wait):
19255         * gst/tcp/gstfdset.h:
19256         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
19257         (gst_multifdsink_class_init), (gst_multifdsink_init),
19258         (gst_multifdsink_add), (gst_multifdsink_remove),
19259         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
19260         (gst_multifdsink_remove_client_link),
19261         (gst_multifdsink_handle_client_read),
19262         (gst_multifdsink_client_queue_data),
19263         (gst_multifdsink_client_queue_caps),
19264         (gst_multifdsink_client_queue_buffer),
19265         (gst_multifdsink_handle_client_write),
19266         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19267         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19268         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
19269         (gst_multifdsink_close):
19270         * gst/tcp/gstmultifdsink.h:
19271         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19272         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19273         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
19274         (gst_tcpserversink_close):
19275         * gst/tcp/gsttcpserversink.h:
19276         Abstracted away the select call, implemented poll (yes we ran into
19277         the 1024 limit in production).
19278
19279 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19280
19281         * gst/tcp/gsttcp.c:
19282         * gst/tcp/gsttcpplugin.c:
19283           improve debuggging, remove assert
19284
19285 2004-08-10  Wim Taymans  <wim@fluendo.com>
19286
19287         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
19288         (gst_client_status_get_type), (gst_multifdsink_class_init),
19289         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
19290         (gst_multifdsink_handle_client_read),
19291         (gst_multifdsink_handle_client_write),
19292         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19293         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19294         (gst_multifdsink_get_property):
19295         * gst/tcp/gstmultifdsink.h:
19296         * gst/tcp/gsttcp-marshal.list:
19297         Starting to prepare for specifying buffer time in other units
19298         than buffers. Expose remove reason in signal.
19299
19300 2004-08-10  Wim Taymans  <wim@fluendo.com>
19301
19302         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
19303         (gst_multifdsink_remove), (gst_multifdsink_clear),
19304         (gst_multifdsink_remove_client_link),
19305         (gst_multifdsink_handle_client_read),
19306         (gst_multifdsink_client_queue_data),
19307         (gst_multifdsink_client_queue_buffer),
19308         (gst_multifdsink_handle_client_write),
19309         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
19310         (gst_multifdsink_chain), (gst_multifdsink_close):
19311         * gst/tcp/gstmultifdsink.h:
19312         Added more debugging info. Changed the way clients are
19313         removed from the lists. Fixed a bug where a bad file descriptor
19314         could cause many clients to be removed.
19315
19316 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19317
19318         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
19319           allow all pixel-aspect-ratios, not just 1:1
19320
19321 2004-08-09  David Schleef  <ds@schleef.org>
19322
19323         * sys/glsink/ARB_multitexture.h:  Remove old files.
19324         * sys/glsink/EXT_paletted_texture.h:
19325         * sys/glsink/NV_register_combiners.h:
19326         * sys/glsink/gstgl_nvimage.c:
19327         * sys/glsink/gstgl_pdrimage.c:
19328         * sys/glsink/gstgl_rgbimage.c:
19329         * sys/glsink/gstglsink.c:
19330         * sys/glsink/gstglsink.h:
19331         * sys/glsink/gstglxwindow.c:
19332         * sys/glsink/regcomb_yuvrgb.c:
19333
19334 2004-08-09  David Schleef  <ds@schleef.org>
19335
19336         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
19337         GL sink plugin.  (Bug #147302)
19338
19339         * configure.ac: Test for OpenGL
19340         * sys/Makefile.am: Use test for OpenGL
19341         * sys/glsink/Makefile.am:
19342         * sys/glsink/glimagesink.c: rewrite
19343         * sys/glsink/glimagesink.h: rewrite
19344
19345 2004-08-09  David Schleef  <ds@schleef.org>
19346
19347         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
19348         sane framerates.
19349         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
19350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
19351         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
19352
19353 2004-08-09  Wim Taymans  <wim@fluendo.com>
19354
19355         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19356         (gst_multifdsink_add), (gst_multifdsink_get_stats),
19357         (gst_multifdsink_client_remove),
19358         (gst_multifdsink_handle_client_read),
19359         (gst_multifdsink_handle_client_write),
19360         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
19361         Do a bit more logging, make the client_read code more robust.
19362
19363 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19364
19365         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
19366         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
19367         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
19368         (gst_jpegdec_init), (gst_jpegdec_chain):
19369         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
19370         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
19371           cleanups, debugging fixes and memleak plugging
19372
19373 2004-08-09  Wim Taymans  <wim@fluendo.com>
19374
19375         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
19376         (theora_get_formats), (theora_dec_src_convert),
19377         (theora_dec_sink_convert), (theora_dec_src_query),
19378         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
19379         (theora_dec_change_state):
19380         Don't crash on missing header packets.
19381
19382 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19383
19384         * po/LINGUAS:
19385         * po/sq.po:
19386           Added Albanian translation (Laurent Dhima)
19387         * po/cs.po:
19388           updated
19389
19390 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19391
19392         * ext/lame/gstlame.c:
19393           fix/add debugging
19394
19395 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19396
19397         * sys/ximage/ximagesink.c:
19398         * sys/xvimage/xvimagesink.c:
19399           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
19400
19401 2004-08-06  Wim Taymans  <wim@fluendo.com>
19402
19403         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19404         (gst_multifdsink_add), (gst_multifdsink_get_stats),
19405         (gst_multifdsink_client_remove),
19406         (gst_multifdsink_handle_client_read),
19407         (gst_multifdsink_handle_client_write),
19408         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
19409         Make sure we don't try to read more from a client that what
19410         ioctl says us or we deadlock.
19411
19412 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19413
19414         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
19415         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
19416         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
19417           decouple running_time and n_frames so it can handle changing
19418           framerate while running
19419
19420 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19421
19422         * po/nl.po:
19423         * po/sv.po:
19424           updated translations
19425
19426 2004-08-04  Benjamin Otte  <otte@gnome.org>
19427
19428         * gst/videotestsrc/gstvideotestsrc.c:
19429         (gst_videotestsrc_get_capslist), (generate_capslist),
19430         (plugin_init):
19431           generate the list of supported caps at startup and reuse it instead
19432           of always generating it
19433
19434 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19435
19436         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
19437           whoops, last checkin broke normal build
19438
19439 2004-08-03  Benjamin Otte  <otte@gnome.org>
19440
19441         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
19442         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
19443         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
19444         (gst_alsa_mixer_get_option):
19445         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
19446         (dvdnavsrc_print_event):
19447         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
19448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
19449         (gst_ogg_mux_pad_unlink):
19450         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
19451         (gst_multipart_mux_pad_unlink):
19452         * gst/videofilter/gstvideobalance.c:
19453         (gst_videobalance_colorbalance_set_value):
19454         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
19455         (gst_videomixer_pad_unlink):
19456         * po/uk.po:
19457         * sys/oss/gstossmixer.c:
19458         * sys/v4l/gstv4lcolorbalance.c:
19459         * sys/v4l/gstv4ltuner.c:
19460         * sys/v4l/v4lsrc_calls.c:
19461         * sys/v4l2/gstv4l2colorbalance.c:
19462         * sys/v4l2/gstv4l2tuner.c:
19463           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
19464
19465 2004-08-03  Benjamin Otte  <otte@gnome.org>
19466
19467         * examples/dynparams/filter.c: (ui_control_create):
19468         * examples/gstplay/player.c: (print_tag):
19469         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
19470         * ext/gdk_pixbuf/gstgdkanimation.c:
19471         (gst_gdk_animation_iter_may_advance):
19472         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
19473         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
19474         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
19475         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
19476         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
19477         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
19478         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
19479         * gst/sine/demo-dparams.c: (main):
19480         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19481         * testsuite/alsa/formats.c: (create_pipeline):
19482         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
19483           fixes for G_DISABLE_ASSERT and friends
19484         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
19485         (mp3_type_frame_length_from_header), (mp3_type_find),
19486         (plugin_init):
19487           require mp3 typefinding to have at least MIN_HEADERS valid headers
19488           add typefinding for AAC adts files
19489
19490 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
19491
19492         * sys/ximage/ximagesink.c:
19493         (gst_ximagesink_calculate_pixel_aspect_ratio):
19494         * sys/xvimage/xvimagesink.c:
19495         (gst_xvimagesink_calculate_pixel_aspect_ratio):
19496         Make sure we calculate pixel-aspect-ratio using floating point maths
19497
19498 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19499
19500         * po/uk.po:
19501           updated translation
19502
19503 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19504
19505         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
19507           add debugging for display PAR calculation
19508
19509 2004-08-02  David Schleef  <ds@schleef.org>
19510
19511         * configure.ac: Fix mikmod CFLAGS.
19512
19513 2004-07-27  Benjamin Otte  <otte@gnome.org>
19514
19515         * gst/audioscale/gstaudioscale.c:
19516         - fix templates to only support S16, it's the only format that works
19517         - make caps nego code use try_set_caps_nonfixed and fixation instead
19518         of try_set_caps twice, which is not nice for autopluggers
19519         - change rank to secondary, so autopluggers can pick it up after
19520         audioconvert
19521
19522 2004-08-02  Iain <iain@prettypeople.org>
19523
19524         * gst/interleave/interleave.c (interleave_init),
19525         (interleave_request_new_pad),
19526         (interleave_pad_removed),
19527         (interleave_buffered_loop): Use the real pad count, not the artificial
19528         one.
19529
19530 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19531
19532         * configure.ac: bump nano back to development
19533
19534 === release 0.8.3 ===
19535
19536 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19537
19538         * configure.ac: releasing 0.8.3, "Water"
19539
19540 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19541
19542         * sys/xvimage/xvimagesink.c:
19543         (gst_xvimagesink_calculate_pixel_aspect_ratio),
19544         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
19545         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
19546         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19547         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19548         * sys/xvimage/xvimagesink.h:
19549           apply similar PAR fixes as to ximagesink
19550
19551 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19552
19553         patch from: Benjamin Otte
19554
19555         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
19556           add link function to lame.  Fixes #148986.
19557
19558 2004-08-02  Johan Dahlin  <johan@gnome.org>
19559
19560         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
19561         fix debugging log
19562
19563 2004-07-30  David Schleef  <ds@schleef.org>
19564
19565         * gst/videomixer/Makefile.am: Fix things that should have been
19566         fixed in the last checkin.
19567
19568 2004-07-30  David Schleef  <ds@schleef.org>
19569
19570         * gst/multipart/Makefile.am: Fix things that should have been
19571         fixed in the last checkin.
19572
19573 2004-07-30  David Schleef  <ds@schleef.org>
19574
19575         * testsuite/multifilesink/Makefile.am: Fix unused variable.
19576
19577 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19578
19579         * configure.ac:
19580           bump nano for prerelease
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           updates
19591
19592 2004-07-30  Wim Taymans  <wim@fluendo.com>
19593
19594         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
19595         (gst_multifdsink_add), (gst_multifdsink_remove),
19596         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
19597         (gst_multifdsink_client_remove),
19598         (gst_multifdsink_handle_client_write),
19599         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
19600         * gst/tcp/gstmultifdsink.h:
19601         Recover from a select with a bad file descriptor by removing
19602         the client.
19603
19604 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19605
19606         * configure.ac:
19607           fix requirement of core
19608         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
19609         (gst_play_pipeline_setup):
19610           don't use colorspace element.  do use hermescolorspace element.
19611           make macro to get a colorspace element.
19612           mark strings for translation.
19613         * po/POTFILES.in:
19614           add play.c
19615         * po/af.po:
19616         * po/az.po:
19617         * po/cs.po:
19618         * po/en_GB.po:
19619         * po/hu.po:
19620         * po/nl.po:
19621         * po/sr.po:
19622         * po/sv.po:
19623         * po/uk.po:
19624           update translations
19625
19626 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19627
19628         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
19629         fix default for newmedia flag
19630
19631 2004-07-30  Wim Taymans  <wim@fluendo.com>
19632
19633         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
19634         (gst_theora_dec_init), (theora_get_formats),
19635         (theora_dec_src_convert), (theora_dec_sink_convert),
19636         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19637         (theora_dec_chain), (theora_dec_set_property),
19638         (theora_dec_get_property):
19639         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
19640         (gst_theora_enc_class_init), (gst_theora_enc_init),
19641         (theora_enc_sink_link), (theora_enc_chain),
19642         (theora_enc_set_property), (theora_enc_get_property):
19643         Added cropping option to theora decoder.
19644         Added border option to theora encoder.
19645
19646 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19647
19648         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19649         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19650         (gst_pngenc_set_property):
19651         * ext/libpng/gstpngenc.h:
19652         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
19653
19654 2004-07-30  Wim Taymans  <wim@fluendo.com>
19655
19656         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19657         (theora_enc_sink_link), (theora_enc_chain),
19658         (theora_enc_set_property), (theora_enc_get_property):
19659         Fix encoding of non-multiple-of-16 video.
19660
19661 2004-07-29  David Schleef  <ds@schleef.org>
19662
19663         * configure.ac: make test for audiofile more strict
19664
19665 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19666
19667         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19668           give different names to typefind functions
19669
19670 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19671
19672         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19673         (gst_ximagesink_calculate_pixel_aspect_ratio),
19674         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19675         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
19676         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
19677         (gst_ximagesink_get_property), (gst_ximagesink_init):
19678         * sys/ximage/ximagesink.h:
19679           allocate PAR's dynamically.
19680           use autodetected PAR if no object-set PAR is given.
19681           add workaround for directfb's X not setting physical size.
19682           fix to xvimagesink will follow tomorrow.
19683
19684 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19685
19686         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
19687         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
19688         (gst_shout2send_get_type), (gst_shout2send_set_clock),
19689         (gst_shout2send_class_init), (gst_shout2send_init),
19690         (set_shout_metadata), (gst_shout2send_set_metadata),
19691         (gst_shout2send_chain), (gst_shout2send_set_property),
19692         (gst_shout2send_get_property), (gst_shout2send_connect),
19693         (gst_shout2send_change_state):
19694         * ext/shout2/gstshout2.h:
19695         - fix for sending mp3 audio to icecast2 server, if pad link function not
19696         called before PAUSED state
19697         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
19698         - added tagging support for mp3 audio broadcasted
19699         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
19700         debug info
19701
19702 2004-07-28  Wim Taymans  <wim@fluendo.com>
19703
19704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19705         (gst_ogg_demux_push):
19706         Return query failure when we don't know the length of
19707         an ogg stream insteda of returning TRUE with a bogus value.
19708
19709 2004-07-28  Wim Taymans  <wim@fluendo.com>
19710
19711         * ext/theora/theoradec.c: (theora_get_formats),
19712         (theora_dec_src_convert), (theora_dec_sink_convert),
19713         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19714         (theora_dec_chain):
19715         Don't screw up the 1 Chroma for 1 luma sample situation when we
19716         have an odd offset/width by adding a black border in those cases.
19717
19718 2004-07-28  Wim Taymans  <wim@fluendo.com>
19719
19720         * ext/theora/theoradec.c: (theora_get_formats),
19721         (theora_dec_src_convert), (theora_dec_sink_convert),
19722         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
19723         (theora_dec_chain):
19724         * ext/theora/theoraenc.c: (theora_enc_sink_link):
19725         Added first attempt at cropping of the image as required by the
19726         theora spec. We need more properties in the caps (offset_x,
19727         offset_y,stride) to implement this correctly.
19728
19729 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
19730
19731         * ext/dvdnav/README:
19732           Update the README to use dvddemux
19733         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
19734           Ensure getcaps returns a subset of the template caps
19735         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
19736         (gst_mpeg2subt_init):
19737           Ensure getcaps returns a subset of the template caps
19738         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
19739         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
19740         (gst_dvd_demux_get_subpicture_stream),
19741         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
19742         * gst/mpegstream/gstdvddemux.h:
19743           Set the explicit caps on the current_video pad before pushing
19744           anything
19745         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
19746         (gst_mpeg_demux_get_audio_stream):
19747           Free caps used to gst_pad_set_explicit_caps, which takes a const
19748           GstCaps *
19749
19750 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19751
19752         * configure.ac: update GStreamer requirement to 0.8.4 because of
19753           GstFraction.
19754
19755 2004-07-28  Wim Taymans  <wim@fluendo.com>
19756
19757         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
19758         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
19759         Add the pad to the element after setting up the caps. This
19760         makes it a lot easier to autoplug.
19761
19762 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
19763
19764         * gst/median/gstmedian.c:
19765         * gst/mpeg2subt/gstmpeg2subt.c:
19766         * gst/mpegaudioparse/gstmpegaudioparse.c:
19767         * gst/mpegstream/gstdvddemux.c:
19768         * gst/mpegstream/gstmpegdemux.c:
19769         * gst/mpegstream/gstmpegpacketize.c:
19770         * gst/rtjpeg/gstrtjpeg.c:
19771         * gst/rtjpeg/gstrtjpegdec.c:
19772         * gst/rtjpeg/gstrtjpegenc.c:
19773         * gst/sine/gstsinesrc.c:
19774         * gst/smooth/gstsmooth.c:
19775         * gst/smpte/gstsmpte.c:
19776         * gst/smpte/gstsmpte.h:
19777         * gst/stereo/gststereo.c:
19778         * gst/videofilter/gstgamma.c:
19779         * gst/videofilter/gstvideobalance.c:
19780         * gst/videofilter/gstvideofilter.c:
19781         * gst/videofilter/gstvideoflip.c:
19782         * gst/videoscale/gstvideoscale.c:
19783         * gst/videoscale/videoscale.c:
19784         * gst/videotestsrc/gstvideotestsrc.c:
19785         * gst/videotestsrc/videotestsrc.c:
19786         * gst/wavenc/gstwavenc.c:
19787         * gst/wavparse/gstwavparse.c:
19788           fix local includes and 64 bits constants
19789
19790 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
19791
19792         * win32/gst.sln:
19793         * gst-libs/gst/*/*.vcproj:
19794         * gst/*/*.vcproj:
19795           more working plugins
19796
19797 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19798
19799         * testsuite/alsa/Makefile.am:
19800         * testsuite/alsa/srcstate.c:
19801         add test for alsasrc changing state
19802
19803 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19804
19805         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
19806         (gst_silence_get):
19807         * gst/silence/gstsilence.h:
19808         fix silence generation for 16bit raw audio
19809
19810 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19811
19812         * gst/matroska/matroska-demux.c:
19813         (gst_matroska_demux_parse_metadata),
19814         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
19815         * gst/mpegaudio/common.c:
19816         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
19817         (gst_videoscale_getcaps), (gst_videoscale_link),
19818         (gst_videoscale_src_fixate), (gst_videoscale_init),
19819         (gst_videoscale_finalize):
19820         * gst/videoscale/gstvideoscale.h:
19821         * gst/videotestsrc/gstvideotestsrc.c:
19822         (gst_videotestsrc_get_capslist):
19823         * gst/wavenc/gstwavenc.c:
19824         * sys/oss/gstossmixer.c: (fill_labels):
19825         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19826         (gst_ximagesink_handle_xevents),
19827         (gst_ximagesink_calculate_pixel_aspect_ratio),
19828         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
19829         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
19830         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
19831         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19832         (gst_ximagesink_init), (gst_ximagesink_class_init):
19833         * sys/ximage/ximagesink.h:
19834         * sys/xvimage/xvimagesink.c:
19835         (gst_xvimagesink_calculate_pixel_aspect_ratio),
19836         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
19837         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
19838         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19839         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19840         * sys/xvimage/xvimagesink.h:
19841           first batch of pixel aspect ratio commits.
19842
19843 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19844
19845         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19846         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
19847         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
19848           handle stride, needs work if we want to move stride handling
19849           upstream, but works correctly for our purposes.
19850
19851 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19852
19853         * gst/videoscale/README:
19854           add testing examples
19855         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
19856         (gst_videoscale_chain):
19857         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
19858         (gst_videoscale_get_size):
19859           add get_size function that handles stride like videotestsrc.
19860           fixes conversion for YUV formats for as much as I can test them.
19861
19862 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19863
19864         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19865         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
19866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19867         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19868         (gst_xvimagesink_xvimage_put):
19869           further cleanups, logging, error handling and synchronizing
19870
19871 2004-07-27  Wim Taymans  <wim@fluendo.com>
19872
19873         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
19874         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
19875         (gst_videomixer_pad_set_property),
19876         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
19877         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
19878         (gst_videomixer_class_init), (gst_videomixer_init),
19879         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
19880         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
19881         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
19882         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
19883         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
19884         (gst_videomixer_loop), (plugin_init):
19885         Be a nicer negotiation citizen and provide a getcaps function on
19886         the srcpad. This also fixes a crash when resizing.
19887
19888 2004-07-27  Julien MOUTTE  <julien@moutte.net>
19889
19890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19891         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
19892
19893 2004-07-27  Wim Taymans  <wim@fluendo.com>
19894
19895         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
19896         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
19897         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
19898         (gst_pngenc_set_property):
19899         * ext/libpng/gstpngenc.h:
19900         Added snapshot property to pngenc.
19901         removed g_print from pngdec
19902
19903 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
19904
19905         * gst/ac3parse/ac3parse.vcproj
19906         * gst/adder/adder.vcproj
19907         * gst/alpha/alpha.vcproj
19908         * gst/alpha/alphacolor.vcproj
19909         * gst/asfdemux/asf.vcproj
19910         * gst/audioconvert/audioconvert.vcproj
19911         * gst/audiorate/audiorate.vcproj
19912         * gst/audioscale/audioscale.vcproj
19913         * gst/auparse/auparse.vcproj
19914         * gst/avi/avi.vcproj
19915         * gst/cdxaparse/cdxaparse.vcproj
19916         * gst/chart/chart.vcproj
19917         * gst/colorspace/colorspace.vcproj
19918         * gst/cutter/cutter.vcproj
19919         * gst/debug/debug.vcproj
19920         * gst/debug/efence.vcproj
19921         * gst/debug/navigationtest.vcproj
19922         * gst/deinterlace/deinterlace.vcproj
19923         * gst/effectv/effectv.vcproj
19924         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
19925         * gst/filter/filter.vcproj
19926         * gst/flx/flxdec.vcproj
19927         * gst/goom/goom.vcproj
19928         * gst/interleave/interleave.vcproj
19929         * gst/law/alaw.vcproj
19930         * gst/law/mulaw.vcproj
19931         * gst/matroska/matroska.vcproj
19932         * gst/median/median.vcproj
19933         * gst/mixmatrix/mixmatrix.vcproj
19934         * gst/mpeg1sys/mpeg1systemencode.vcproj
19935         * gst/mpeg1videoparse/mp1videoparse.vcproj
19936         * gst/mpeg2sub/mpeg2subt.vcproj
19937         * gst/mpegaudio/mpegaudio.vcproj
19938         * gst/mpegaudioparse/mpegaudioparse.vcproj
19939         * gst/mpegstream/mpegstream.vcproj
19940         * gst/multifilesink/multifilesink.vcproj
19941         * gst/multipart/multipart.vcproj
19942         * gst/oneton/oneton.vcproj
19943         * gst/overlay/overlay.vcproj
19944         * gst/passthrough/passthrough.vcproj
19945         * gst/qtdemux/qtdemux.vcproj
19946         * gst/realmedia/rmdemux.vcproj
19947         * gst/rtjpeg/rtjpeg.vcproj
19948         * gst/rtp/rtp.vcproj
19949         * gst/silence/silence.vcproj
19950         * gst/sine/sinesrc.vcproj
19951         * gst/smooth/smooth.vcproj
19952         * gst/smpte/smpte.vcproj
19953         * gst/spectrum/spectrum.vcproj
19954         * gst/speed/speed.vcproj
19955         * gst/stereo/stereo.vcproj
19956         * gst/switch/switch.vcproj
19957         * gst/tags/tagedit.vcproj
19958         * gst/tcp/tcp.vcproj
19959         * gst/typefind/typefindfunctions.vcproj
19960         * gst/udp/udp.vcproj
19961         * gst/videobox/videobox.vcproj
19962         * gst/videocrop/videocrop.vcproj
19963         * gst/videodrop/videodrop.vcproj
19964         * gst/videofilter/gamma.vcproj
19965         * gst/videofilter/videobalance.vcproj
19966         * gst/videofilter/videofilter.vcproj
19967         * gst/videofilter/videoflip.vcproj
19968         * gst/videoflip/videoflip.vcproj
19969         * gst/videomixer/videomixer.vcproj
19970         * gst/videorate/videorate.vcproj
19971         * gst/videoscale/videoscale.vcproj
19972         * gst/videotestsrc/videotestsrc.vcproj
19973         * gst/virtualdub/virtualdub.vcproj
19974         * gst/volenv/volenv.vcproj
19975         * gst/volume/volume.vcproj
19976         * gst/wavenc/wavenc.vcproj
19977         * gst/wavparse/wavparse.vcproj
19978         * gst/y4m/y4menc.vcproj
19979         * gst-libs/gst/audio/audio.vcproj
19980         * gst-libs/gst/audio/audiofilter.vcproj
19981         * gst-libs/gst/colorbalance/colorbalance.vcproj
19982         * gst-libs/gst/idct/idtc.vcproj
19983         * gst-libs/gst/media-info/media-info.vcproj
19984         * gst-libs/gst/mixer/mixer.vcproj
19985         * gst-libs/gst/navigation/navigation.vcproj
19986         * gst-libs/gst/play/play.vcproj
19987         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
19988         * gst-libs/gst/resample/resample.vcproj
19989         * gst-libs/gst/riff/riff.vcproj
19990         * gst-libs/gst/tuner/tuner.vcproj
19991         * gst-libs/gst/video/video.vcproj
19992         * gst-libs/gst/xoverlay/xoverlay.vcproj
19993           avoid problems with math.h, fix release dependancy
19994           rename GStreamer-0.8.lib to libgstreamer.lib
19995
19996 2004-07-27  Julien MOUTTE  <julien@moutte.net>
19997
19998         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
19999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
20000         the atom is not available we have to unlock the mutex. Fixes #148023
20001
20002 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20003
20004         * gst-libs/gst/media-info/media-info.h:
20005           issue for a vararg macro with MSVC
20006
20007 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20008
20009         * gst/effectv/effectv.vcproj
20010         * gst-libs/gst/idct/idct.vcproj:
20011         * gst-libs/gst/media-info/media-info.vcproj:
20012         * gst-libs/gst/navigation/navigation.vcproj:
20013         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
20014         * gst-libs/gst/video/video.vcproj:
20015         * gst-libs/gst/xoverlay/xoverlay.vcproj:
20016           fixes for build problems
20017
20018 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20019
20020         * gst-libs/gst/audio/audio.def:
20021         * gst-libs/gst/audio/riff.def:
20022           add some definitions needed by plugins
20023
20024 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20025
20026         * gst/asfdemux/gstasfmux.c
20027           Fix some 64 bits constants to be glib friendly
20028
20029 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20030
20031         * gst/ac3parse/gstac3parse.c
20032         * gst/audioscale/gstaudioscale.c
20033         * gst/auparse/gstauparse.c
20034         * gst/colorspace/gstcolorspace.c
20035         * gst/colorspace/yuv2rgb.h
20036           local include fixes
20037
20038 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20039
20040         * win32/gst.sln
20041           add more plugins to the build
20042
20043 2004-07-26  Julien MOUTTE  <julien@moutte.net>
20044
20045         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
20046         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
20047
20048 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20049
20050         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20051         (gst_level_set_property), (gst_level_get_property),
20052         (gst_level_base_init), (gst_level_class_init):
20053           add debugging categories.  cleanups.
20054
20055 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20056
20057         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20058         (gst_videoscale_planar411), (gst_videoscale_planar400),
20059         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
20060         (gst_videoscale_scale_nearest_str1),
20061         (gst_videoscale_scale_nearest_str2),
20062         (gst_videoscale_scale_nearest_str4),
20063         (gst_videoscale_scale_nearest_16bit),
20064         (gst_videoscale_scale_nearest_24bit):
20065           fixed stride issues
20066           tested with 320x240 -> 321, 322, 324 x240
20067           tested with YV12, I420, YUY2, UYVY
20068           fixed packed422rev (don't think it could have worked before)
20069           by testing with UYVY
20070
20071 2004-07-26  Benjamin Otte  <otte@gnome.org>
20072
20073         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
20074         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
20075         (plugin_init):
20076           add debugging category, add error checks like checking return values
20077           of setup calls, make sure it still works after
20078           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
20079
20080 2004-07-26  Wim Taymans  <wim@fluendo.com>
20081
20082         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
20083         (gst_mpeg_demux_get_audio_stream),
20084         (gst_mpeg_demux_process_private):
20085         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
20086         Check for error codes from the negotiation functions. Make sure
20087         we really set the pad caps when a new pad is created.
20088
20089 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20090
20091         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20092         (gst_ffmpeg_caps_to_pix_fmt):
20093         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20094         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20095         (gst_ffmpegcolorspace_pad_link):
20096           don't make function do two things at the same time without reason.
20097
20098 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20099
20100         * gst/ac3parse/ac3parse.vcproj
20101         * gst/adder/adder.vcproj
20102         * gst/alpha/alpha.vcproj
20103         * gst/alpha/alphacolor.vcproj
20104         * gst/asfdemux/asf.vcproj
20105         * gst/audioconvert/audioconvert.vcproj
20106         * gst/audiorate/audiorate.vcproj
20107         * gst/audioscale/audioscale.vcproj
20108         * gst/auparse/auparse.vcproj
20109         * gst/avi/avi.vcproj
20110         * gst/cdxaparse/cdxaparse.vcproj
20111         * gst/chart/chart.vcproj
20112         * gst/colorspace/colorspace.vcproj
20113         * gst/cutter/cutter.vcproj
20114         * gst/debug/debug.vcproj
20115         * gst/debug/efence.vcproj
20116         * gst/debug/navigationtest.vcproj
20117         * gst/deinterlace/deinterlace.vcproj
20118         * gst/effectv/effectv.vcproj
20119         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
20120         * gst/filter/filter.vcproj
20121         * gst/flx/flxdec.vcproj
20122         * gst/goom/goom.vcproj
20123         * gst/interleave/interleave.vcproj
20124         * gst/law/alaw.vcproj
20125         * gst/law/mulaw.vcproj
20126         * gst/matroska/matroska.vcproj
20127         * gst/median/median.vcproj
20128         * gst/mixmatrix/mixmatrix.vcproj
20129         * gst/mpeg1sys/mpeg1systemencode.vcproj
20130         * gst/mpeg1videoparse/mp1videoparse.vcproj
20131         * gst/mpeg2sub/mpeg2subt.vcproj
20132         * gst/mpegaudio/mpegaudio.vcproj
20133         * gst/mpegaudioparse/mpegaudioparse.vcproj
20134         * gst/mpegstream/mpegstream.vcproj
20135         * gst/multifilesink/multifilesink.vcproj
20136         * gst/multipart/multipart.vcproj
20137         * gst/oneton/oneton.vcproj
20138         * gst/overlay/overlay.vcproj
20139         * gst/passthrough/passthrough.vcproj
20140         * gst/qtdemux/qtdemux.vcproj
20141         * gst/realmedia/rmdemux.vcproj
20142         * gst/rtjpeg/rtjpeg.vcproj
20143         * gst/rtp/rtp.vcproj
20144         * gst/silence/silence.vcproj
20145         * gst/sine/sinesrc.vcproj
20146         * gst/smooth/smooth.vcproj
20147         * gst/smpte/smpte.vcproj
20148         * gst/spectrum/spectrum.vcproj
20149         * gst/speed/speed.vcproj
20150         * gst/stereo/stereo.vcproj
20151         * gst/switch/switch.vcproj
20152         * gst/tags/tagedit.vcproj
20153         * gst/tcp/tcp.vcproj
20154         * gst/typefind/typefindfunctions.vcproj
20155         * gst/udp/udp.vcproj
20156         * gst/videobox/videobox.vcproj
20157         * gst/videocrop/videocrop.vcproj
20158         * gst/videodrop/videodrop.vcproj
20159         * gst/videofilter/gamma.vcproj
20160         * gst/videofilter/videobalance.vcproj
20161         * gst/videofilter/videofilter.vcproj
20162         * gst/videofilter/videoflip.vcproj
20163         * gst/videoflip/videoflip.vcproj
20164         * gst/videomixer/videomixer.vcproj
20165         * gst/videorate/videorate.vcproj
20166         * gst/videoscale/videoscale.vcproj
20167         * gst/videotestsrc/videotestsrc.vcproj
20168         * gst/virtualdub/virtualdub.vcproj
20169         * gst/volenv/volenv.vcproj
20170         * gst/volume/volume.vcproj
20171         * gst/wavenc/wavenc.vcproj
20172         * gst/wavparse/wavparse.vcproj
20173         * gst/y4m/y4menc.vcproj
20174           more plugins supported under windows
20175
20176 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20177
20178         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20179         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
20180         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
20181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20182         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
20183           Add debugging statements.  Use the sizes as returned by the
20184           *CreateImage calls.
20185
20186 2004-07-26  Johan Dahlin  <johan@gnome.org>
20187
20188         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
20189         the pad is negotiated.
20190
20191         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
20192
20193 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
20194
20195         * gst-libs/gst/colorbalance/colorbalance.vcproj:
20196         * gst-libs/gst/idct/idct.vcproj:
20197         * gst-libs/gst/media-info/media-info.vcproj:
20198         * gst-libs/gst/mixer/mixer.vcproj:
20199         * gst-libs/gst/navigation/navigation.vcproj:
20200         * gst-libs/gst/play/play.vcproj:
20201         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
20202         * gst-libs/gst/resample/resample.vcproj:
20203         * gst-libs/gst/tuner/tuner.vcproj:
20204         * gst-libs/gst/video/video.vcproj:
20205         * gst-libs/gst/xoverlay/xoverlay.vcproj:
20206           more plugins supported under windows
20207
20208 2004-07-25 Iain <iain@prettypeople.org>
20209
20210         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
20211         pad now rather than when the pad is created because state changes wipe
20212         explicit caps (fixes #148043).
20213
20214 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
20215
20216         reviewed by Benjamin Otte  <otte@gnome.org>
20217
20218         * ext/mad/gstmad.c:
20219           fix mad plugin crashing on Sun (fixes #148289)
20220
20221 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
20222
20223         * gst/avi/avi.def:
20224         * gst/avi/avi.vcproj:
20225         * gst/matroska/matroska.def:
20226         * gst/matroska/matroska.vcproj:
20227           remove unused .def files
20228
20229 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
20230
20231         * gst-libs/gst/audio/gstaudiofilter.c:
20232           Clean the local include
20233
20234 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
20235
20236         * win32/gst.sln:
20237         * gst-libs/gst/audio/audio.def:
20238         * gst-libs/gst/audio/audio.vcproj:
20239         * gst-libs/gst/audio/audiofilter.vcproj:
20240         * gst-libs/gst/audio/riff.def:
20241         * gst-libs/gst/audio/riff.vcproj:
20242         * gst-libs/gst/gst-libs.def:
20243         * gst-libs/gst/gst-libs.vcproj:
20244         * gst/avi/avi.vcproj:
20245         * gst/avi/avi.vcproj:
20246           Copy the files where needed after building, cleaner projects
20247
20248 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
20249
20250         * gst/matroska/ebml-write.c:
20251           Fix some 64 bits constants to be glib friendly
20252
20253 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
20254
20255         * win32/gst.sln:
20256         * gst-libs/gst/gst-libs.def:
20257         * gst-libs/gst/gst-libs.vcproj:
20258         * gst/matroska/matroska.def:
20259         * gst/matroska/matroska.vcproj:
20260           Add the preliminary canvas to build plugins on Win32
20261
20262 2004-07-23  Benjamin Otte  <otte@gnome.org>
20263
20264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20265           don't enfore negotiation from source side, it breaks
20266           sinesrc ! audioconvert ! osssink
20267
20268 2004-07-22  David Schleef  <ds@schleef.org>
20269
20270         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
20271         for ELF files, since they can easily be recognized as audio/mpeg.
20272         (bug #147441)
20273
20274 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20275
20276         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20277         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
20278         (gst_videoscale_scale_nearest_24bit),
20279         (gst_videoscale_scale_nearest_16bit):
20280           fix 16bit and 24bit for stride (24bit might need testing)
20281           don't pretend we do more than one algorithm
20282
20283 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20284
20285         * configure.ac:
20286         * gst/Makefile.am:
20287         * gst/multifilesink/Makefile.am:
20288         * gst/multifilesink/gstmultifilesink.c:
20289         (gst_multifilesink_get_formats),
20290         (gst_multifilesink_get_query_types), (_do_init),
20291         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
20292         (gst_multifilesink_init), (gst_multifilesink_dispose),
20293         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
20294         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
20295         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
20296         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
20297         (gst_multifilesink_chain), (gst_multifilesink_change_state),
20298         (gst_multifilesink_uri_get_type),
20299         (gst_multifilesink_uri_get_protocols),
20300         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
20301         (gst_multifilesink_uri_handler_init), (plugin_init):
20302         * gst/multifilesink/gstmultifilesink.h:
20303         * testsuite/Makefile.am:
20304         * testsuite/multifilesink/Makefile.am:
20305         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
20306         (gst_newmedia_class_init), (gst_newmedia_init),
20307         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20308         (newfile_signal), (test_signal), (main):
20309         multifilesink plugin for creating new files every time a new media
20310         discontinuity event occurs
20311
20312 2004-07-22  Wim Taymans  <wim@fluendo.com>
20313
20314         * gst/alpha/Makefile.am:
20315         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
20316         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
20317         (gst_alpha_color_init), (gst_alpha_color_set_property),
20318         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
20319         (transform), (gst_alpha_color_chain),
20320         (gst_alpha_color_change_state), (plugin_init):
20321         Stupid plugin to to RGBA to AYUV conversion because none of
20322         the colorspace plugins can handle that yet.
20323
20324 2004-07-22  Wim Taymans  <wim@fluendo.com>
20325
20326         * examples/seeking/seek.c: (update_scale), (main):
20327         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20328         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
20329         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
20330         (gst_decode_bin_init), (gst_decode_bin_dispose),
20331         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20332         (no_more_pads), (close_link), (type_found),
20333         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20334         (plugin_init):
20335         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20336         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20337         (gst_play_base_bin_dispose), (queue_overrun),
20338         (gen_preroll_element), (remove_prerolls), (unknown_type),
20339         (no_more_pads), (new_stream), (setup_source),
20340         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20341         (play_base_eos), (gst_play_base_bin_change_state),
20342         (gst_play_base_bin_add_element),
20343         (gst_play_base_bin_remove_element),
20344         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20345         (gst_play_base_bin_unlink_stream),
20346         (gst_play_base_bin_get_streaminfo):
20347         * gst/playback/gstplaybin.c: (gen_video_element),
20348         (gen_audio_element):
20349         * gst/playback/gststreaminfo.h:
20350         More playback updates, attempt to fix things after the state change
20351         breakage.
20352
20353 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20354
20355         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
20356         (gst_videoscale_scale_nearest_16bit):
20357           comment algorithm
20358
20359 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20360
20361         * gst/videotestsrc/gstvideotestsrc.c:
20362         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
20363         (gst_videotestsrc_init), (gst_videotestsrc_get),
20364         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
20365         (gst_videotestsrc_get_property):
20366         * gst/videotestsrc/gstvideotestsrc.h:
20367         * gst/videotestsrc/videotestsrc.c:
20368         * gst/videotestsrc/videotestsrc.h:
20369           cleanup and commenting
20370
20371 2004-07-21  Wim Taymans  <wim@fluendo.com>
20372
20373         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
20374         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
20375         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
20376         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
20377         (_find_chain_get_unknown_part), (_find_streams_check),
20378         (gst_ogg_demux_push), (gst_ogg_pad_push):
20379         * ext/theora/theoradec.c: (theora_get_formats),
20380         (theora_dec_src_convert), (theora_dec_sink_convert),
20381         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
20382         (theora_dec_chain):
20383         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20384         (vorbis_dec_convert), (vorbis_dec_src_query),
20385         (vorbis_dec_src_event), (vorbis_dec_event):
20386         More seeking fixes, oggdemux now supports seeking to time and
20387         uses the downstream element to convert granulepos to time.
20388         Seeking in theora-only ogg files now works.
20389
20390 2004-07-21  Wim Taymans  <wim@fluendo.com>
20391
20392         * ext/theora/theoradec.c: (gst_theora_dec_init),
20393         (theora_get_formats), (theora_get_event_masks),
20394         (theora_get_query_types), (theora_dec_src_convert),
20395         (theora_dec_sink_convert), (theora_dec_src_query),
20396         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
20397         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20398         (vorbis_get_event_masks), (vorbis_get_query_types),
20399         (gst_vorbis_dec_init), (vorbis_dec_convert),
20400         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
20401         Added query/convert/formats functions to vorbis and theora decoders
20402         so that the outside world can use them too. Fixed seeking on an
20403         ogg/theora/vorbis file by disabling the seeking seeking on the
20404         theora srcpad.
20405
20406 2004-07-21  Julien MOUTTE  <julien@moutte.net>
20407
20408         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20409         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
20410         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
20411         images creation for both elements. We don't create the image on caps
20412         nego or renego, we just destroy the internal one if present if it does
20413         not match the needs. The chain function takes care of creating a new
20414         image when needed.
20415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20416         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
20417         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
20418         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
20419         the image format information. The buffer pool checks for the context
20420         image format and discard images with different formats.
20421         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
20422
20423 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20424
20425         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20426         (gst_ffmpegcolorspace_chain):
20427           no point in doing any chaining if the pad we want to push from
20428           isn't usable.
20429
20430 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20431
20432         * gst-libs/gst/riff/riff-media.c:
20433         (gst_riff_create_audio_caps_with_data):
20434           Fix double end-to-native symbol conversion (#148021).
20435
20436 2004-07-20  David Schleef  <ds@schleef.org>
20437
20438         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
20439         Don't use an Atom that doesn't exist.
20440
20441 2004-07-20  Wim Taymans  <wim@fluendo.com>
20442
20443         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20444         (gst_multifdsink_add), (gst_multifdsink_get_stats),
20445         (gst_multifdsink_client_remove),
20446         (gst_multifdsink_handle_client_write),
20447         (gst_multifdsink_queue_buffer):
20448         * gst/tcp/gstmultifdsink.h:
20449         More multifdsink stats. Avoid deadlock by releasing locks
20450         before sending out a signal.
20451
20452 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20453
20454         * po/LINGUAS:
20455         * po/hu.po:
20456           added Hungarian translation (Laszlo Dvornik)
20457
20458 2004-07-20  Wim Taymans  <wim@fluendo.com>
20459
20460         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20461         (gst_multifdsink_add), (gst_multifdsink_client_remove),
20462         (gst_multifdsink_handle_client_write),
20463         (gst_multifdsink_queue_buffer):
20464         * gst/tcp/gsttcp-marshal.list:
20465         Fixed the stupid marshal definition.
20466
20467 2004-07-20  Wim Taymans  <wim@fluendo.com>
20468
20469         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20470         (gst_multifdsink_init), (gst_multifdsink_add),
20471         (gst_multifdsink_client_remove),
20472         (gst_multifdsink_handle_client_write),
20473         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
20474         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
20475         (gst_multifdsink_init_send):
20476         * gst/tcp/gstmultifdsink.h:
20477         Added more stats, added timeout for a client, fixed some typos
20478         and added some comments.
20479
20480 2004-07-20  Wim Taymans  <wim@fluendo.com>
20481
20482         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20483         (gst_multifdsink_add), (gst_multifdsink_get_stats),
20484         (gst_multifdsink_client_remove),
20485         (gst_multifdsink_handle_client_write):
20486         * gst/tcp/gstmultifdsink.h:
20487         * gst/tcp/gsttcp-marshal.list:
20488         Added get_stats method that returns a GValueArray of
20489         stats values.
20490
20491 2004-07-19  Benjamin Otte  <otte@gnome.org>
20492
20493         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
20494           make sure longname, description and author are valid UTF-8
20495
20496 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20497
20498         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
20499         (gst_ximagesink_set_property):
20500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
20501         (gst_xvimagesink_set_property):
20502           make sure SYNCHRONOUS is respected after getting the X context
20503
20504 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20505
20506         * gst/matroska/matroska-demux.c:
20507         (gst_matroska_demux_handle_src_event),
20508         (gst_matroska_demux_parse_blockgroup):
20509         * gst/matroska/matroska-ids.h:
20510           add BlockReference tag and ignore it to clear out log.
20511           ignore NAVIGATION events to clear out log.
20512
20513 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20514
20515         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
20516         (gst_matroska_demux_add_stream):
20517         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
20518           add debug categories
20519
20520 2004-07-16  Wim Taymans  <wim@fluendo.com>
20521
20522         * ext/libpng/Makefile.am:
20523         * ext/libpng/gstpng.c: (plugin_init):
20524         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
20525         (gst_pngdec_get_type), (gst_pngdec_base_init),
20526         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
20527         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
20528         * ext/libpng/gstpngdec.h:
20529         Added png decoder.
20530
20531 2004-07-16  Julien MOUTTE  <julien@moutte.net>
20532
20533         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
20534         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20535         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
20536         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20537         (gst_ximagesink_buffer_alloc):
20538         * sys/ximage/ximagesink.h:
20539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20540         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
20541         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20542         (gst_xvimagesink_buffer_alloc):
20543         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
20544         again. Using internal data pointer of the x(v)image to store image's
20545         data to be coherent with the buffer alloc mechanism. Investigated the
20546         image destruction code to be sure that everything gets freed correctly.
20547
20548 2004-07-16  Wim Taymans  <wim@fluendo.com>
20549
20550         * gst-libs/gst/riff/riff-read.c:
20551         (gst_riff_read_strf_vids_with_data),
20552         (gst_riff_read_strf_auds_with_data):
20553         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20554         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20555         Make sure we don't create 0 sized subbuffers in riff-read.
20556         Signal the no more pads signal after reading the avi header.
20557
20558 2004-07-16  Wim Taymans  <wim@fluendo.com>
20559
20560         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20561         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
20562         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
20563         (gst_decode_bin_init), (gst_decode_bin_dispose),
20564         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20565         (no_more_pads), (close_link), (type_found),
20566         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20567         (gst_decode_bin_change_state), (plugin_init):
20568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20569         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20570         (gst_play_base_bin_dispose), (queue_overrun),
20571         (gen_preroll_element), (remove_prerolls), (unknown_type),
20572         (no_more_pads), (new_stream), (setup_source),
20573         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20574         (play_base_eos), (gst_play_base_bin_change_state),
20575         (gst_play_base_bin_add_element),
20576         (gst_play_base_bin_remove_element),
20577         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20578         (gst_play_base_bin_unlink_stream),
20579         (gst_play_base_bin_get_streaminfo):
20580         * gst/playback/gstplaybasebin.h:
20581         Better error recovery. Added configurable preroll queue size. Faster
20582         detection of no-more-pads.
20583
20584 2004-07-16  Wim Taymans  <wim@fluendo.com>
20585
20586         * gst-libs/gst/video/video.h:
20587         Added 32 bits RGBA. Not sure if we should use another mime-type
20588         for alpha rgb. Currently the presence of the alpha_mask property
20589         signals an alpha channel.
20590
20591 2004-07-16  Wim Taymans  <wim@fluendo.com>
20592
20593         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20595         FPS seems to be 0.0 to MAX everywhere else.
20596
20597 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20598
20599         * gst-libs/gst/riff/riff-media.c:
20600         (gst_riff_create_video_caps_with_data):
20601           mp42/mp43 (no caps) exist too.
20602         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20603           Set pixel_width/height; we've got them in-caps.
20604         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20605         * gst/wavparse/gstwavparse.c: (plugin_init):
20606           Both are valid primary.
20607         * sys/oss/gstossmixer.c:
20608           Remove i18n hack and enable translations.
20609
20610 2004-07-15  Benjamin Otte  <otte@gnome.org>
20611
20612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20613         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
20614           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
20615
20616 2004-07-15  Benjamin Otte  <otte@gnome.org>
20617
20618         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20619         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
20620         (gst_alsa_close_audio):
20621           disable some of the debugging code for now. Writing debugging to a
20622           buffer is broken in current alsalib releases.
20623
20624 2004-07-12  Benjamin Otte  <otte@gnome.org>
20625
20626         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
20627           use bufferpools
20628
20629 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20630
20631         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
20632         (theora_dec_src_query), (theora_dec_event):
20633         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
20634           add debugging categories.  Remove \n's.
20635
20636 2004-07-13  Johan Dahlin  <johan@gnome.org>
20637
20638         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
20639         (gst_play_bin_get_property): Impl.
20640
20641 2004-07-13  Wim Taymans  <wim@fluendo.com>
20642
20643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
20644         When trying to find the stream length, seek back N pages
20645         instead of just one, where N is the number of streams in
20646         the current chain.
20647
20648 2004-07-13  Wim Taymans  <wim@fluendo.com>
20649
20650         * gst-libs/gst/riff/riff-media.c:
20651         (gst_riff_create_audio_caps_with_data),
20652         (gst_riff_create_audio_caps),
20653         (gst_riff_create_audio_template_caps):
20654         * gst-libs/gst/riff/riff-media.h:
20655         * gst-libs/gst/riff/riff-read.c:
20656         (gst_riff_read_strf_vids_with_data),
20657         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
20658         * gst-libs/gst/riff/riff-read.h:
20659         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
20660         (gst_avi_demux_add_stream):
20661         Set codec_data on caps for avidemuxer.
20662
20663 2004-07-12  David Schleef  <ds@schleef.org>
20664
20665         * configure.ac: Fix test for Objective C
20666
20667 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
20668         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
20669         (gst_gdk_pixbuf_chain):
20670           Add svg and pcx to template caps, and ensure that getcaps returns a
20671           subset of the template caps.
20672           Copy each row manually for output, as gdkpixbuf may pad the
20673           rowstride to a 32-bit word boundary.
20674
20675 2004-07-12  Wim Taymans  <wim@fluendo.com>
20676
20677         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
20678         (gst_riff_create_video_template_caps):
20679         Fix the template caps to include some more media types.
20680
20681 2004-07-12  Wim Taymans  <wim@fluendo.com>
20682
20683         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20684         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20685         (compare_ranks), (print_feature), (gst_decode_bin_init),
20686         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
20687         (try_to_link_1), (new_pad), (close_link), (type_found),
20688         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20689         (gst_decode_bin_change_state), (plugin_init):
20690         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20691         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20692         (gst_play_base_bin_dispose), (queue_overrun),
20693         (gen_preroll_element), (remove_prerolls), (no_more_pads),
20694         (new_stream), (setup_source), (gst_play_base_bin_set_property),
20695         (gst_play_base_bin_get_property), (play_base_eos),
20696         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20697         (gst_play_base_bin_remove_element),
20698         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20699         (gst_play_base_bin_unlink_stream),
20700         (gst_play_base_bin_get_streaminfo):
20701         * gst/playback/gstplaybasebin.h:
20702         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20703         (gst_play_bin_class_init), (gst_play_bin_init),
20704         (gst_play_bin_dispose), (gst_play_bin_set_property),
20705         (gst_play_bin_get_property), (gen_video_element),
20706         (gen_audio_element), (remove_sinks), (setup_sinks),
20707         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
20708         (gst_play_bin_send_event), (gst_play_bin_get_formats),
20709         (gst_play_bin_convert), (gst_play_bin_get_query_types),
20710         (gst_play_bin_query), (plugin_init):
20711         * gst/playback/test4.c: (main):
20712         More fixes on reusing of the element.
20713
20714 2004-07-11  Benjamin Otte  <otte@gnome.org>
20715
20716         * ext/mad/gstmad.c: (normal_seek):
20717           allow seeking for other methods than just SET
20718
20719 2004-07-11  Andy Wingo  <wingo@pobox.com>
20720
20721         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
20722         float, "any" caps -> buffer_frames=[0,MAX].
20723
20724         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
20725         doesn't intersect our caps with the template any more. Do it
20726         ourselves.
20727         (interleave_buffered_loop): Use g_newa instead of malloc/free.
20728
20729 2004-07-09  Wim Taymans  <wim@fluendo.com>
20730
20731         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20732         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20733         (compare_ranks), (print_feature), (gst_decode_bin_init),
20734         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
20735         (try_to_link_1), (new_pad), (close_link), (type_found),
20736         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20737         (gst_decode_bin_change_state), (plugin_init):
20738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20739         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20740         (gst_play_base_bin_dispose), (queue_overrun),
20741         (gen_preroll_element), (remove_prerolls), (no_more_pads),
20742         (new_stream), (setup_source), (gst_play_base_bin_set_property),
20743         (gst_play_base_bin_get_property), (play_base_eos),
20744         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
20745         (gst_play_base_bin_remove_element),
20746         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20747         (gst_play_base_bin_unlink_stream),
20748         (gst_play_base_bin_get_streaminfo):
20749         * gst/playback/gstplaybasebin.h:
20750         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20751         (gst_play_bin_class_init), (gst_play_bin_init),
20752         (gst_play_bin_dispose), (gst_play_bin_set_property),
20753         (gst_play_bin_get_property), (gen_video_element),
20754         (gen_audio_element), (remove_sinks), (setup_sinks),
20755         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
20756         (gst_play_bin_send_event), (gst_play_bin_get_formats),
20757         (gst_play_bin_convert), (gst_play_bin_get_query_types),
20758         (gst_play_bin_query), (plugin_init):
20759         * gst/playback/test4.c: (main):
20760         Work on object reuse and seeking.
20761
20762 2004-07-09  Wim Taymans  <wim@fluendo.com>
20763
20764         * examples/seeking/seek.c: (iterate):
20765         Don't consume all CPU in the idle loop.
20766
20767 2004-07-09  Wim Taymans  <wim@fluendo.com>
20768
20769         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
20770         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
20771         Add pad to element *after* setting the pad functions so that
20772         the scheduler can use the correct ones.
20773
20774 2004-07-09  Wim Taymans  <wim@fluendo.com>
20775
20776         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
20777         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
20778         Sync to keyframe after seek
20779
20780 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20781
20782         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20783         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
20784         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
20785         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
20786         * ext/libvisual/visual.c: (gst_visual_change_state):
20787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
20788         * ext/theora/theoradec.c: (theora_dec_change_state):
20789         * ext/theora/theoraenc.c: (theora_enc_change_state):
20790         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
20791         * gst-libs/gst/navigation/navigation.c:
20792         * gst/adder/gstadder.c: (gst_adder_change_state):
20793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
20794         (gst_audio_convert_get_buffer):
20795         * gst/multipart/multipartdemux.c:
20796         (gst_multipart_demux_change_state):
20797         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
20798         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20799         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20800         * gst/videoscale/gstvideoscale.c:
20801         (gst_videoscale_handle_src_event):
20802         * gst/volume/gstvolume.c: (volume_chain_int16):
20803           don't assert in state change, this should be done by the base
20804           GstElement class.
20805           various debugging fixes.
20806
20807 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20808
20809         * configure.ac:
20810         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20811         (gst_play_dispose), (gst_play_set_location),
20812         (gst_play_set_data_src), (gst_play_set_video_sink),
20813         (gst_play_set_audio_sink), (gst_play_set_visualization),
20814         (gst_play_connect_visualization), (gst_play_get_sink_element),
20815         (gst_play_get_all_by_interface):
20816         * gst-libs/gst/play/play.h:
20817           add new method to get elements implementing an interface.
20818           add various error logging
20819
20820 2004-07-08  Wim Taymans  <wim@fluendo.com>
20821
20822         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
20823         (make_mpeg_pipeline), (make_mpegnt_pipeline),
20824         (make_playerbin_pipeline), (query_durations_elems),
20825         (query_durations_pads), (query_positions_elems),
20826         (query_positions_pads), (update_scale), (iterate), (stop_seek),
20827         (main):
20828         Added playbin seeking example.
20829
20830 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20831
20832         * gst-libs/gst/play/play.c: (gst_play_set_location),
20833         (gst_play_set_data_src), (gst_play_set_video_sink),
20834         (gst_play_set_audio_sink), (gst_play_set_visualization),
20835         (gst_play_connect_visualization), (gst_play_get_framerate):
20836           use a macro to look up elements from hash table
20837
20838 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20839
20840         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20841         (gst_play_get_length_callback), (gst_play_set_location),
20842         (gst_play_seek_to_time), (gst_play_set_data_src),
20843         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20844         (gst_play_set_visualization), (gst_play_connect_visualization),
20845         (gst_play_get_sink_element):
20846         - add debugging info
20847         - fix looking up sink elements by iterating over complete caps
20848         - put everything except for source and autoplugger in a complete bin
20849
20850 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20851
20852         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
20853         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
20854         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
20855         (gst_alsa_sink_write), (gst_alsa_sink_loop):
20856         * ext/alsa/gstalsasink.h:
20857         - add debugging info
20858         - clean up schizophrenia of data/buffer/event
20859         - fix double event unref error
20860
20861 2004-07-08  Wim Taymans  <wim@fluendo.com>
20862
20863         * gst/playback/Makefile.am:
20864         Add headers to noinst
20865
20866 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20867
20868         * tools/gst-launch-ext-m.m:
20869         * tools/gst-launch-ext.1.in:
20870           convert to the third millenium
20871
20872 2004-07-07  David Schleef  <ds@schleef.org>
20873
20874         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
20875
20876 2004-07-07  Wim Taymans  <wim@fluendo.com>
20877
20878         * gst/playback/Makefile.am:
20879         * gst/playback/README:
20880         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20881         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20882         (compare_ranks), (print_feature), (gst_decode_bin_init),
20883         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
20884         (try_to_link_1), (new_pad), (close_link), (type_found),
20885         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
20886         (plugin_init):
20887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
20888         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
20889         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
20890         (gen_preroll_element), (no_more_pads), (new_stream),
20891         (setup_source), (gst_play_base_bin_set_property),
20892         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
20893         (gst_play_base_bin_add_element),
20894         (gst_play_base_bin_remove_element),
20895         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
20896         (gst_play_base_bin_unlink_stream),
20897         (gst_play_base_bin_get_streaminfo):
20898         * gst/playback/gstplaybasebin.h:
20899         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20900         (gst_play_bin_class_init), (gst_play_bin_init),
20901         (gst_play_bin_dispose), (gst_play_bin_set_property),
20902         (gst_play_bin_get_property), (gen_video_element),
20903         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
20904         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
20905         (gst_play_bin_get_formats), (gst_play_bin_convert),
20906         (gst_play_bin_get_query_types), (gst_play_bin_query),
20907         (plugin_init):
20908         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20909         (gst_stream_info_get_type), (gst_stream_info_class_init),
20910         (gst_stream_info_init), (gst_stream_info_new),
20911         (gst_stream_info_dispose), (gst_stream_info_set_property),
20912         (gst_stream_info_get_property):
20913         * gst/playback/gststreaminfo.h:
20914         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
20915         (main):
20916         * gst/playback/test2.c: (main):
20917         * gst/playback/test3.c: (update_scale), (main):
20918         More playbin fixes. Added README. Do better element filtering.
20919         Added base class to preroll media. Added test apps.
20920
20921 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20922
20923         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
20924         * ext/mpeg2dec/gstmpeg2dec.h:
20925           various debugging improvements.  Reset stream to next picture
20926           instead of sequence header, otherwise seeks cannot work.
20927
20928 2004-07-07  Wim Taymans  <wim@fluendo.com>
20929
20930         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
20931         (gst_video_box_class_init), (gst_video_box_set_property),
20932         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
20933         Use pad_alloc where possible.
20934
20935 2004-07-07  Wim Taymans  <wim@fluendo.com>
20936
20937         * sys/oss/gstosselement.c: (gst_osselement_reset),
20938         (gst_osselement_parse_caps):
20939         * sys/oss/gstosselement.h:
20940         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20941         Fix offset on osssrc.
20942
20943 2004-07-07  Wim Taymans  <wim@fluendo.com>
20944
20945         * ext/theora/theora.c: (plugin_init):
20946         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
20947         (theora_dec_src_query), (theora_dec_chain):
20948         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20949         (theora_enc_sink_link), (theora_buffer_from_packet),
20950         (theora_push_packet), (theora_enc_chain):
20951         Fix theora granulepos calculation.
20952         Fix overflow in duration/position calculation.
20953         Bump rank to PRIMARY for theoradec.
20954         Use granulepos of last packet to calculate position.
20955         Set keyframe flag on buffers when needed.
20956
20957 2004-07-06  David Schleef  <ds@schleef.org>
20958
20959         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
20960         serious?  (Fixed, obviously.)
20961
20962 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20963
20964         * po/LINGUAS:
20965         * po/cs.po:
20966           added Czech translation (Miloslav Trmac)
20967
20968 2004-07-05  Wim Taymans  <wim@fluendo.com>
20969
20970         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20971         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
20972         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
20973         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20974         (close_link), (type_found), (gst_decode_bin_set_property),
20975         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
20976         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
20977         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
20978         (gst_decode_bin_query), (plugin_init):
20979         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
20980         (gst_play_bin_class_init), (gst_play_bin_init),
20981         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
20982         (get_video_element), (new_pad), (setup_source),
20983         (gst_play_bin_set_property), (gst_play_bin_get_property),
20984         (gst_play_bin_change_state), (gst_play_bin_add_element),
20985         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
20986         (gst_play_bin_send_event), (gst_play_bin_get_formats),
20987         (gst_play_bin_convert), (gst_play_bin_get_query_types),
20988         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
20989         * gst/playback/test.c: (main):
20990         More fixes, cleaned up playbin, make it use decodebin. Added
20991         threaded property to playbin.
20992
20993 2004-07-05  Wim Taymans  <wim@fluendo.com>
20994
20995         * configure.ac:
20996         * gst/playback/Makefile.am:
20997         * gst/playback/decodetest.c: (main):
20998         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
20999         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
21000         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
21001         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
21002         (close_link), (type_found), (gst_decode_bin_set_property),
21003         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
21004         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
21005         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
21006         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
21007         (plugin_init):
21008         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
21009         (gst_play_bin_class_init), (gst_play_bin_init),
21010         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
21011         (collect_sink_pads), (find_compatibles), (close_pad_link),
21012         (try_to_link_1), (new_pad), (close_link), (type_found),
21013         (setup_source), (gst_play_bin_set_property),
21014         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
21015         (compare_ranks), (gst_play_bin_collect_factories),
21016         (gst_play_bin_change_state), (gst_play_bin_add_element),
21017         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
21018         (gst_play_bin_send_event), (gst_play_bin_get_formats),
21019         (gst_play_bin_convert), (gst_play_bin_get_query_types),
21020         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
21021         * gst/playback/test.c: (main):
21022         Added some playback helper elements and some test apps, very alpha
21023         still.
21024
21025 2004-07-04  Benjamin Otte  <otte@gnome.org>
21026
21027         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
21028           only restart audio when we indeed have an xrun to fix repeated
21029           xruns. Fix suggested by Giuliano Pochini.
21030
21031 2004-07-03  David Schleef  <ds@schleef.org>
21032
21033         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
21034         call to gst_debug_log() if debugging is disabled (bug #145118)
21035
21036 2004-07-03  Benjamin Otte  <otte@gnome.org>
21037
21038         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
21039           use our own functions for restarting the alsa device.
21040         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21041           I should apply patches myself - use MIN for the third argument, not
21042           the second, this fixes seeking
21043
21044 2004-07-02  David Schleef  <ds@schleef.org>
21045
21046         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
21047         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
21048         do with the logic.
21049
21050 2004-07-02  David Schleef  <ds@schleef.org>
21051
21052         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
21053         output buffers.  Fix logic mistake.  (bug #144866)
21054
21055 2004-07-02  David Schleef  <ds@schleef.org>
21056
21057         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
21058         on X.  (bug #144753)
21059
21060 2004-07-02  David Schleef  <ds@schleef.org>
21061
21062         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
21063         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
21064         (bug #144624)
21065         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21066         (gst_osselement_rate_probe_check): Add another workaround for
21067         buggy drivers (bug #145336)
21068
21069 2004-07-02  David Schleef  <ds@schleef.org>
21070
21071         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
21072         Most systems don't have MSG_NOSIGNAL.
21073
21074 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21075
21076         * Makefile.am:
21077         * gst-libs/gst/colorbalance/Makefile.am:
21078         * gst-libs/gst/mixer/Makefile.am:
21079         * gst-libs/gst/play/Makefile.am:
21080         * gst-libs/gst/tuner/Makefile.am:
21081           (hopefully) fix both install and dist and make error message useful.
21082           needs testing across automakes.
21083
21084 2004-07-02  Benjamin Otte  <otte@gnome.org>
21085
21086         * ext/ogg/gstogg.c: (plugin_init):
21087           we require bytestream now
21088         * ext/ogg/gstoggdemux.c:
21089           huge diff to implement chain setup in a fast and generic way. This
21090           improves tag reading and startup of huge files (read: Theora videos)
21091           quite a bit. It probably contains bugs, too, so please test.
21092           Seeking is not improved to the fast method.
21093
21094 2004-06-29  Wim Taymans  <wim@fluendo.com>
21095
21096         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21097         * ext/ogg/gstoggmux.c:
21098         Fix memleak in oggdemux when running unconnected pads.
21099         doc update in mux, start working on keyframe mode.
21100
21101 2004-06-29  Benjamin Otte  <otte@gnome.org>
21102
21103         * sys/oss/gstosssink.c:
21104         * sys/oss/gstosssrc.c:
21105           advertise correct template caps - we indeed do non-native endianness
21106           and 8bit audio has no endianness
21107         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
21108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
21109           avoid (wrong) duplications in getcaps function and return
21110           template caps
21111
21112 2004-06-29  Wim Taymans  <wim@fluendo.com>
21113
21114         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
21115         (gst_multifdsink_class_init), (gst_multifdsink_add),
21116         (gst_multifdsink_remove), (gst_multifdsink_clear),
21117         (gst_multifdsink_client_remove),
21118         (gst_multifdsink_handle_client_read),
21119         (gst_multifdsink_client_queue_data),
21120         (gst_multifdsink_client_queue_caps),
21121         (gst_multifdsink_client_queue_buffer),
21122         (gst_multifdsink_handle_client_write),
21123         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21124         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
21125         (gst_multifdsink_init_send), (gst_multifdsink_close):
21126         Fix wrong GList iteration that could crash the server when
21127         more then 2 clients disconnect at the same time. Read all the
21128         pending commands in one batch to recover from command storms under
21129         very heavy load.
21130
21131 2004-06-28  Wim Taymans  <wim@fluendo.com>
21132
21133         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21134         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
21135         (gst_videomixer_pad_set_property),
21136         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
21137         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
21138         (gst_videomixer_class_init), (gst_videomixer_init),
21139         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
21140         (pad_zorder_compare), (gst_videomixer_sort_pads),
21141         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21142         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
21143         (gst_videomixer_update_queues), (gst_videomixer_loop),
21144         (plugin_init):
21145         Avoid divide by zero, choose masterpad as the pad with the highest
21146         framerate.
21147
21148 2004-06-27  Julien Moutte  <julien@moutte.net>
21149
21150         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
21151         (gst_ximagesink_xwindow_new):
21152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
21153         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
21154         function directly. We might want to call it from somewhere else one day.
21155
21156 2004-06-27  Julien Moutte  <julien@moutte.net>
21157
21158         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
21159         (gst_ximagesink_xwindow_new):
21160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
21161         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
21162         window decorations.
21163
21164 2004-06-27  Wim Taymans  <wim@fluendo.com>
21165
21166         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
21167         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
21168         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
21169         (gst_dvdec_set_property), (gst_dvdec_get_property):
21170         * ext/dv/gstdvdec.h:
21171         Implement drop_factor property to lower the framerate with
21172         a factor.
21173
21174 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21175
21176         * gst-libs/gst/colorbalance/Makefile.am:
21177         * gst-libs/gst/mixer/Makefile.am:
21178         * gst-libs/gst/play/Makefile.am:
21179         * gst-libs/gst/tuner/Makefile.am:
21180           unbreak Company's fix that didn't install the -enum.h files
21181
21182 2004-06-27  Wim Taymans  <wim@fluendo.com>
21183
21184         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
21185         (gst_dvdec_change_state):
21186         * ext/dv/gstdvdec.h:
21187         Fix timestamp, duration and offset of the buffers.
21188
21189 2004-06-27  Wim Taymans  <wim@fluendo.com>
21190
21191         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
21192         (gst_multifdsink_class_init), (gst_multifdsink_add),
21193         (gst_multifdsink_remove), (gst_multifdsink_clear),
21194         (gst_multifdsink_client_remove),
21195         (gst_multifdsink_handle_client_read),
21196         (gst_multifdsink_client_queue_data),
21197         (gst_multifdsink_client_queue_caps),
21198         (gst_multifdsink_client_queue_buffer),
21199         (gst_multifdsink_handle_client_write),
21200         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21201         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
21202         (gst_multifdsink_init_send), (gst_multifdsink_close):
21203         * gst/tcp/gstmultifdsink.h:
21204         * gst/tcp/gsttcpserversink.c:
21205         (gst_tcpserversink_handle_server_read),
21206         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
21207         More multifdsink fixes, more recovery policy fixes.
21208         Removed stupid g_print
21209
21210 2004-06-26  Wim Taymans  <wim@fluendo.com>
21211
21212         * gst/tcp/Makefile.am:
21213         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
21214         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
21215         (gst_multifdsink_class_init), (gst_multifdsink_init),
21216         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
21217         (gst_multifdsink_handle_client_read),
21218         (gst_multifdsink_client_queue_data),
21219         (gst_multifdsink_client_queue_caps),
21220         (gst_multifdsink_client_queue_buffer),
21221         (gst_multifdsink_handle_client_write),
21222         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21223         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
21224         (gst_multifdsink_chain), (gst_multifdsink_set_property),
21225         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21226         (gst_multifdsink_close), (gst_multifdsink_change_state):
21227         * gst/tcp/gstmultifdsink.h:
21228         * gst/tcp/gsttcpplugin.c: (plugin_init):
21229         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
21230         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
21231         (gst_tcpserversink_handle_server_read),
21232         (gst_tcpserversink_handle_select),
21233         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
21234         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
21235         * gst/tcp/gsttcpserversink.h:
21236         Added multifdsink, made tcpserversink a subclass of fdsink, removed
21237         one of the locks, added recovery policy to multifdsink.
21238
21239 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21240
21241         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
21242           fix decision for when getting frames with same timestamp
21243         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21244         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
21245         (gst_v4lsrc_get_property):
21246         * sys/v4l/gstv4lsrc.h:
21247           add latency offset property
21248
21249 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21250
21251         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
21252         (plugin_init):
21253           fix debugging. add category.
21254
21255 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21256
21257         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21258           fix wrong offsets
21259
21260 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21261
21262         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
21263         (gst_alsa_src_get_time), (gst_alsa_src_loop),
21264         (gst_alsa_src_change_state):
21265           return a time that is in sync with the element's processing
21266
21267 2004-06-25  Wim Taymans  <wim@fluendo.com>
21268
21269         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21270         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21271         (gst_tcpserversink_client_remove),
21272         (gst_tcpserversink_handle_client_read),
21273         (gst_tcpserversink_client_queue_data),
21274         (gst_tcpserversink_client_queue_caps),
21275         (gst_tcpserversink_client_queue_buffer),
21276         (gst_tcpserversink_handle_client_write),
21277         (gst_tcpserversink_queue_buffer),
21278         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
21279         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
21280         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
21281         (gst_tcpserversink_close):
21282         * gst/tcp/gsttcpserversink.h:
21283         Serversink rewrite. Really do non blocking writes to clients and
21284         maintain an internal queue to handle slower clients while not
21285         disturbing fast clients.
21286
21287 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21288
21289         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21290           better debug, don't override OFFSET and OFFSET_END
21291
21292 2004-06-25  Iain <iain@prettypeople.org>
21293
21294         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
21295         name=source for the wavparse pipeline.
21296
21297 2004-06-24  Johan Dahlin  <johan@gnome.org>
21298
21299         * ext/theora/theoraenc.c (theora_enc_chain): Call
21300         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
21301         streamheader caps are set correctly.
21302
21303 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21304
21305         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
21306         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
21307           respect minimum bitrate; same could be done for max bitrate
21308
21309 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21310
21311         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
21312         (gst_vorbisenc_setup):
21313           fix sample rate range
21314
21315 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21316
21317         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
21318         (gst_oggvorbisenc_setup):
21319         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
21320         (gst_vorbisenc_setup):
21321           resolve ambiguities in code and description
21322
21323 2004-06-24  Wim Taymans  <wim@fluendo.com>
21324
21325         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
21326         * ext/alsa/gstalsa.h:
21327         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
21328         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
21329         Use alsa trigger_tstamp to get the timestamp of the first
21330         sample in the buffer for more precise sync. Some cleanups.
21331
21332 2004-06-24  Wim Taymans  <wim@fluendo.com>
21333
21334         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
21335         (gst_audiorate_init), (gst_audiorate_chain),
21336         (gst_audiorate_set_property), (gst_audiorate_get_property):
21337         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
21338         (gst_videorate_chain):
21339         Added some logging, fixed an overflow bug in videorate.
21340
21341 2004-06-24  Benjamin Otte  <otte@gnome.org>
21342
21343         * ext/kio/Makefile.am:
21344           fix for builddir != srcdir and distcheck
21345
21346 2004-06-24  Benjamin Otte  <otte@gnome.org>
21347
21348         * gst-libs/gst/colorbalance/Makefile.am:
21349         * gst-libs/gst/mixer/Makefile.am:
21350         * gst-libs/gst/play/Makefile.am:
21351         * gst-libs/gst/tuner/Makefile.am:
21352         * gst/tcp/Makefile.am:
21353         * sys/dxr3/Makefile.am:
21354           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
21355           tarball.
21356           Also add all *.list files that were missing.
21357         * Makefile.am:
21358           add a distcheck hook to ensure the above doesn't happen again.
21359
21360 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
21361
21362         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
21363
21364 2004-06-23  Colin Walters  <walters@redhat.com>
21365
21366         * m4/Makefile.am: Distribute gst-fionread.m4.
21367
21368 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21369
21370         * configure.ac: back to dev
21371
21372 2004-06-23  Wim Taymans  <wim@fluendo.com>
21373
21374         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21375         (gst_alsa_xrun_recovery):
21376         * ext/alsa/gstalsa.h:
21377         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21378         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
21379         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
21380         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
21381         (gst_alsa_src_loop):
21382         Add clock to alsasrc. Take new capture timestamp when
21383         restarting after an overrun. Split up some functions between
21384         alsasrc and alsasink.
21385
21386 === release 0.8.2 ===
21387
21388 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21389
21390         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
21391         (gst_alsa_change_state), (gst_alsa_update_avail),
21392         (gst_alsa_xrun_recovery):
21393         * ext/alsa/gstalsa.h:
21394         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21395           merge back changes from release
21396
21397 2004-06-23  Wim Taymans  <wim@fluendo.com>
21398
21399         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
21400         (gst_audiorate_init), (gst_audiorate_chain),
21401         (gst_audiorate_set_property), (gst_audiorate_get_property):
21402         Implement sample dropping and notify
21403
21404 2004-06-22  Wim Taymans  <wim@fluendo.com>
21405
21406         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21407         (theora_enc_sink_link), (theora_buffer_from_packet),
21408         (theora_push_packet), (theora_enc_chain):
21409         Some cleanups, make sure the timestamps are correct.
21410
21411 2004-06-22  Wim Taymans  <wim@fluendo.com>
21412
21413         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
21414         (gst_alsa_change_state), (gst_alsa_update_avail),
21415         (gst_alsa_xrun_recovery):
21416         * ext/alsa/gstalsa.h:
21417         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21418         Cleanups, take queued samples into account when reporting
21419         the time.
21420
21421 2004-06-22  Wim Taymans  <wim@fluendo.com>
21422
21423         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
21424         (gst_videorate_init):
21425         Initialize the property as well.
21426
21427 2004-06-22  Wim Taymans  <wim@fluendo.com>
21428
21429         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
21430         (gst_videorate_init), (gst_videorate_chain),
21431         (gst_videorate_set_property), (gst_videorate_get_property):
21432         Add property to make videorate silent.
21433         Add property to prefer new frames over old ones.
21434
21435 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21436
21437         * sys/osxvideo/Makefile.am:
21438         Workaround so that the osxvideo .so file gets linked with the
21439         Cocoa, OpenGL and QuickTime frameworks
21440
21441 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21442
21443         * sys/osxaudio/Makefile.am:
21444         Workaround so that the osxaudio .so file gets linked with the
21445         CoreAudio framework
21446
21447 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21448
21449         * configure.ac:
21450         Whoops, my fault...fixed build issues
21451
21452 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21453
21454         * configure.ac:
21455         Add objective-c support if running in Darwin/Mac OS X
21456         * sys/Makefile.am:
21457         * sys/osxvideo:
21458         * sys/osxvideo/Makefile.am:
21459         * sys/osxvideo/osxvideosink.h:
21460         * sys/osxvideo/osxvideosink.m:
21461         * sys/osxvideo/cocoawindow.h:
21462         * sys/osxvideo/cocoawindow.m:
21463         Add osxvideosink, a cocoa-based osx video sink
21464
21465
21466 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
21467         * ext/dvdnav/gst-dvd:
21468         Grab the gconf key from the right spot
21469         * gst/debug/gstnavseek.c: (gst_navseek_init),
21470         (gst_navseek_segseek), (gst_navseek_handle_src_event),
21471         (gst_navseek_chain):
21472         * gst/debug/gstnavseek.h:
21473           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
21474           and loop parameters of a segment seek.
21475         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
21476         (gst_videotestsrc_get_event_masks),
21477         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21478         * gst/videotestsrc/gstvideotestsrc.h:
21479           Add seeking support to videotestsrc
21480           Initialise the timestamp_offset variable.
21481
21482 2004-06-18  Wim Taymans  <wim@fluendo.com>
21483
21484         * ext/sidplay/gstsiddec.cc:
21485         Fix negotiation and set correct end offset.
21486
21487 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21488
21489         * configure.ac: branch and prerelease
21490
21491 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21492
21493         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21494         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
21495         (gst_tcpclientsrc_init_receive):
21496         * gst/tcp/gsttcpclientsrc.h:
21497           read caps when connecting to server for GDP so we set them correctly
21498
21499 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21500
21501         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
21502           notify drops and duplicates
21503         * gst/videoscale/videoscale.c: (videoscale_get_structure):
21504           no good reason to limit ourselves to 100x100
21505
21506 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21507
21508         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21509         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
21510         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
21511         (gst_v4lsrc_get_property):
21512         * sys/v4l/gstv4lsrc.h:
21513         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
21514         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
21515         (gst_v4l_set_audio):
21516         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
21517         (gst_v4lsrc_try_capture):
21518         * sys/v4l/v4lsrc_calls.h:
21519           change try_palette to more general try_capture
21520           add autoprobe option so we can turn off autoprobing
21521           various fixes
21522
21523 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21524
21525         * configure.ac:
21526           add videorate
21527         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
21528         (gst_ximagesink_class_init):
21529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
21530         (gst_xvimagesink_class_init):
21531           run them as finalize, not dispose, since dispose can be invoked
21532           multiple times
21533
21534 2004-06-17  Wim Taymans  <wim@fluendo.com>
21535
21536         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
21537         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
21538         * ext/alsa/gstalsa.h:
21539         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
21540         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
21541         (gst_alsa_src_change_state):
21542         * ext/alsa/gstalsasrc.h:
21543         Make the xrun code timestamp and offset the buffers correctly.
21544         moved the clock to the base class, use alsa methods to get time.
21545         Do correct timestamping on outgoing buffers.
21546
21547 2004-06-17  Wim Taymans  <wim@fluendo.com>
21548
21549         * gst/audiorate/Makefile.am:
21550         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
21551         (gst_audiorate_base_init), (gst_audiorate_class_init),
21552         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
21553         (gst_audiorate_set_property), (gst_audiorate_get_property),
21554         (gst_audiorate_change_state), (plugin_init):
21555         Added an audiorate converter that fills in gaps.
21556
21557 2004-06-17  Johan Dahlin  <johan@gnome.org>
21558
21559         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
21560
21561 2004-06-16  Wim Taymans  <wim@fluendo.com>
21562
21563         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
21564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
21565         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
21566         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
21567         (gst_v4lsrc_get_property):
21568         * sys/v4l/gstv4lsrc.h:
21569         Added a copy mode to v4lsrc where it will output a copied version
21570         of its internal hardware buffer.
21571         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
21572         can't | them.
21573
21574 2004-06-16  Wim Taymans  <wim@fluendo.com>
21575
21576         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21577         Timestamp fixes.
21578
21579 2004-06-16  Wim Taymans  <wim@fluendo.com>
21580
21581         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
21582         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
21583         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
21584         (gst_v4lsrc_get_property):
21585         * sys/v4l/gstv4lsrc.h:
21586         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
21587         Added a sync mode enum property to control v4lsrc timestamp method
21588         Removed the use-fixed-fps property and moved functionality in
21589         the enum.
21590         Don't error on an error value from v4l-conf, it might not always
21591         be a real error.
21592
21593 2004-06-16  Wim Taymans  <wim@fluendo.com>
21594
21595         * gst/videorate/Makefile.am:
21596         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
21597         (gst_videorate_base_init), (gst_videorate_class_init),
21598         (gst_videorate_getcaps), (gst_videorate_link),
21599         (gst_videorate_init), (gst_videorate_chain),
21600         (gst_videorate_set_property), (gst_videorate_get_property),
21601         (gst_videorate_change_state), (plugin_init):
21602         Added a video timestamp corrector.
21603
21604 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21605
21606         fixed a potential leak with previous commit
21607
21608         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
21609
21610 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21611
21612         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
21613         Added missing refcount, fixes bug #144425
21614         Cheers Tim for finding the bug
21615
21616 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21617
21618         * sys/v4l/gstv4l.c: (plugin_init):
21619         * sys/v4l/gstv4lcolorbalance.c:
21620         * sys/v4l/gstv4lcolorbalance.h:
21621         * sys/v4l/gstv4lelement.c:
21622         * sys/v4l/gstv4lelement.h:
21623         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21624         * sys/v4l/gstv4lmjpegsink.h:
21625         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21626         * sys/v4l/gstv4lmjpegsrc.h:
21627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
21628         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
21629         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
21630         * sys/v4l/gstv4lsrc.h:
21631         * sys/v4l/gstv4ltuner.c:
21632         * sys/v4l/gstv4ltuner.h:
21633         * sys/v4l/gstv4lxoverlay.c:
21634         * sys/v4l/gstv4lxoverlay.h:
21635         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21636         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21637         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
21638         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
21639         (gst_v4l_set_audio):
21640         * sys/v4l/v4l_calls.h:
21641         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21642         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
21643         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
21644         (gst_v4lmjpegsink_playback_init),
21645         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
21646         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
21647         (gst_v4lmjpegsink_playback_stop),
21648         (gst_v4lmjpegsink_playback_deinit):
21649         * sys/v4l/v4lmjpegsink_calls.h:
21650         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
21651         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
21652         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21653         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
21654         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
21655         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
21656         * sys/v4l/v4lmjpegsrc_calls.h:
21657         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21658         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
21659         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
21660         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
21661         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
21662         (gst_v4lsrc_try_palette):
21663         * sys/v4l/v4lsrc_calls.h:
21664           bunch of paranoia cleanups
21665
21666 2004-06-14  David Schleef  <ds@schleef.org>
21667
21668         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
21669         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
21670         Send discont events and change timestamps appropriately when
21671         we get a seek event.  (bug #144240)
21672         * ext/cdparanoia/gstcdparanoia.h:
21673
21674 2004-06-14  Benjamin Otte  <otte@gnome.org>
21675
21676         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
21677           snd_pcm_hw_params_set_rate  since the latter fails for no good
21678           reason on some setups.
21679
21680 2004-06-14  David Schleef  <ds@schleef.org>
21681
21682         * gst/volume/demo.c: (value_changed_callback): exp10() is not
21683         standard.  Thank you for playing.
21684
21685 2004-06-14  Wim Taymans  <wim@fluendo.com>
21686
21687         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
21688         Patch 1.3 broke the ordering of the colorspace info and
21689         made the plugin basically work by coincidence, reordered
21690         the info.
21691
21692 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21693
21694         * ext/lame/gstlame.c:
21695         * ext/mad/gstmad.c:
21696           sync caps.  Make sure mad can only output a list of rates, not
21697           a full range.  In the future, have three caps lists for each of the
21698           mpeg versions.  Change mpegversion to a double as well.
21699
21700 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21701
21702         * gst/volume/.cvsignore:
21703         * gst/volume/Makefile.am:
21704         * gst/volume/demo.c: (value_changed_callback), (idler),
21705         (setup_gui), (main):
21706           added small demo app
21707
21708 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
21709         * ext/esd/esdsink.c: (gst_esdsink_change_state):
21710         * ext/esd/esdsink.h:
21711         Close the esd connection on pause, because esd will just wait -
21712         blocking all other esd clients indefinitely.
21713
21714 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
21715
21716         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
21717           previous commit with GST_DEBUG
21718
21719 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21720
21721         * configure.ac:
21722           add a header check for a dvdread header in dvdnav.  Fixes #133002
21723
21724 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21725
21726         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21727         * gst/tcp/gsttcpclientsink.h:
21728         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21729         * gst/tcp/gsttcpclientsrc.h:
21730         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
21731         (gst_tcpserversink_handle_server_read),
21732         (gst_tcpserversink_init_send):
21733         * gst/tcp/gsttcpserversink.h:
21734         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
21735         * gst/tcp/gsttcpserversrc.h:
21736         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
21737         version of IP)
21738
21739 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21740
21741         * configure.ac:
21742         Added ogg library so that OSX detects libtheora properly
21743
21744 2004-06-11  Wim Taymans  <wim@fluendo.com>
21745
21746         * ext/theora/theoradec.c: (theora_dec_chain),
21747         (theora_dec_change_state):
21748         Don't try to decode frames before we received a keyframe.
21749
21750 2004-06-11  Wim Taymans  <wim@fluendo.com>
21751
21752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21753         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
21754         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
21755         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
21756         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
21757         Added property to set the maximum delay of a page.
21758
21759 2004-06-10  Wim Taymans  <wim@fluendo.com>
21760
21761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21762         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
21763         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
21764         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
21765         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
21766         Added max-delay property to control the maximum amount
21767         of data to put in one page.
21768
21769 2004-06-10  Wim Taymans  <wim@fluendo.com>
21770
21771         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
21772         (gst_theora_enc_init), (theora_enc_sink_link),
21773         (theora_buffer_from_packet), (theora_enc_set_property),
21774         (theora_enc_get_property):
21775         Set duration on encoded buffer, added some more properties
21776
21777 2004-06-10  Wim Taymans  <wim@fluendo.com>
21778
21779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21780         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
21781         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21782         * ext/theora/theoraenc.c: (theora_enc_chain):
21783         Fix refcounting bugs
21784
21785 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21786
21787         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
21788         (gst_asf_demux_loop), (gst_asf_demux_process_file),
21789         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
21790         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
21791         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
21792         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
21793         (gst_asf_demux_change_state):
21794         * gst/asfdemux/gstasfdemux.h:
21795           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
21796           feels like. I think we should set a new requirement for demuxers
21797           from now on to implement sane loop functions, data loops, query
21798           and seek functions before first commit into CVS. And this commit
21799           fixes all of the above.
21800
21801 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
21802
21803         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
21804           vorbis comments are properly encoded in UTF-8 before adding them
21805           to a GstTagList
21806
21807 2004-06-09  Benjamin Otte  <otte@gnome.org>
21808
21809         * ext/alsa/gstalsa.c: (add_channels):
21810           handle min <= max correctly
21811         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
21812         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
21813           add fixation functions so we fixate correctly. No preferring of alaw
21814           anymore because it's the first structure.
21815         * ext/alsa/gstalsa.h:
21816         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
21817         (gst_alsa_hw_params_dump):
21818           add functions to ease debugging in alsalib
21819         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
21820         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
21821         (gst_alsa_start_audio):
21822           only specify hw params if we really setup a format (fixes #134007 -
21823           or at least works around it)
21824
21825 2004-06-09  Wim Taymans  <wim@fluendo.com>
21826
21827         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21828         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
21829         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
21830         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
21831         (gst_ogg_mux_loop):
21832         Use stream caps to setup the initial pages in the ogg stream.
21833         Correctly set the streamheader caps on the srcpad.
21834
21835 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21836
21837         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
21838         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
21839         (gst_v4lsrc_getcaps):
21840         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
21841         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
21842           add querying of fps lists for webcams.  Negotiating to a framerate
21843           now works.
21844
21845 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21846
21847         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
21848         (theora_push_buffer), (theora_push_packet),
21849         (theora_set_header_on_caps), (theora_enc_chain):
21850           mark buffers and put on streamheader, raw theora streaming
21851           now works too, whee
21852
21853 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21854
21855         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
21856         (gst_tcp_gdp_read_caps):
21857           do a looping read for caps and GDP headers too
21858
21859 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21860
21861         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21862         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
21863           return EOS instead of NULL in _get
21864
21865 2004-06-08  Wim Taymans  <wim@fluendo.com>
21866
21867         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
21868         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
21869         (gst_tcp_gdp_write_caps):
21870         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21871         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
21872         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
21873         Memory leak fixes
21874
21875 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21876
21877         * ext/vorbis/Makefile.am:
21878         * ext/vorbis/vorbis.c: (plugin_init):
21879         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
21880         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
21881         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
21882         (vorbis_parse_change_state):
21883         * ext/vorbis/vorbisparse.h:
21884           adding a vorbisparse element that marks the buffers, streaming
21885           raw vorbis using GDP now works, whee
21886
21887 2004-06-08  Wim Taymans  <wim@fluendo.com>
21888
21889         * ext/jpeg/Makefile.am:
21890         * ext/jpeg/README:
21891         * ext/jpeg/gstjpeg.c: (plugin_init):
21892         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
21893         (gst_smokedec_base_init), (gst_smokedec_class_init),
21894         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
21895         * ext/jpeg/gstsmokedec.h:
21896         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
21897         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
21898         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
21899         (gst_smokeenc_resync), (gst_smokeenc_chain),
21900         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
21901         * ext/jpeg/gstsmokeenc.h:
21902         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
21903         (smokecodec_flush_destination), (smokecodec_term_destination),
21904         (smokecodec_init_source), (smokecodec_fill_input_buffer),
21905         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
21906         (smokecodec_term_source), (smokecodec_encode_new),
21907         (smokecodec_decode_new), (smokecodec_info_free),
21908         (smokecodec_set_quality), (smokecodec_get_quality),
21909         (smokecodec_set_threshold), (smokecodec_get_threshold),
21910         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
21911         (find_best_size), (abs_diff), (put), (smokecodec_encode),
21912         (smokecodec_parse_header), (smokecodec_decode):
21913         * ext/jpeg/smokecodec.h:
21914         Added a new simple jpeg based codec
21915
21916 2004-06-08  Wim Taymans  <wim@fluendo.com>
21917
21918         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21919         (gst_multipart_mux_loop):
21920         Fix memory leak
21921
21922 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21923
21924         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
21925         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
21926         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
21927         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
21928         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
21929         * gst/tcp/gsttcpserversink.h:
21930           take streamheader into account
21931
21932 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21933
21934         * gst/level/Makefile.am:
21935         * gst/level/gstlevel.c: (gst_level_class_init):
21936           clean up marshal generation
21937
21938 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21939
21940         * gst/tcp/Makefile.am:
21941         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
21942         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
21943         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
21944         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
21945         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
21946         (gst_tcpclientsrc_get_property):
21947         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21948         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21949         (gst_tcpserversink_handle_client_read),
21950         (gst_tcpserversink_handle_client_write),
21951         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
21952         * gst/tcp/gsttcpserversink.h:
21953           add signals client-added and client-removed
21954         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
21955         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
21956         (gst_tcpserversrc_get_property):
21957         uniformized, change default protocol to NONE
21958         * gst/tcp/gsttcp-marshal.list: added
21959 2004-06-07  Benjamin Otte  <otte@gnome.org>
21960
21961         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21962           handle discont events if they happen before caps nego
21963
21964 2004-06-07  Wim Taymans  <wim@fluendo.com>
21965
21966         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
21967         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
21968         (gst_multipart_demux_plugin_init):
21969         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
21970         (gst_multipart_mux_init), (gst_multipart_mux_loop),
21971         (gst_multipart_mux_change_state):
21972         Small updates, fix a memleak
21973
21974 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21975
21976         * configure.ac: OSS portability
21977         * ext/arts/gst_arts.c: idem
21978         * sys/oss/gstosselement.c: idem
21979         * sys/oss/gstossmixer.c: idem
21980         * sys/oss/gstosssink.c: idem
21981         * sys/oss/gstosssrc.c: idem
21982         * sys/oss/oss_probe.c: idem
21983           - check for soundcard.h in different places for some BSD
21984
21985 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
21986
21987         * AUTHORS:
21988         Add me to the authors file
21989         * configure.ac:
21990         Increase the libdv requirement to >= version 0.100
21991         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21992         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
21993         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
21994         * ext/dv/gstdvdec.h:
21995         Add support for the new_media flag when sending DISCONT events
21996         Make the querying work when video pad is not linked
21997
21998 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
21999
22000         reviewed by Benjamin Otte  <otte@gnome.org>
22001
22002         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
22003           create a NULL-initialized array of pads, so we don't think they
22004           exist already. (fixes #143130)
22005
22006 2004-06-07  Benjamin Otte  <otte@gnome.org>
22007
22008         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
22009         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
22010         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
22011           don't use // coments
22012
22013 2004-06-07  Benjamin Otte  <otte@gnome.org>
22014
22015         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
22016           cast to GstClockTime to get higher granularity
22017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22018           use gst_element_set_time_delay to get the exact time
22019         * ext/mad/gstmad.c: (gst_mad_chain):
22020           use the negotiated rate instead of the current frame's rate which
22021           might be wrong because of bit errors. This avoids emitting totally
22022           bogus timestamps and screwing sync.
22023         (fixes #143454)
22024
22025 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
22026
22027         reviewed by Benjamin Otte  <otte@gnome.org>
22028
22029         * gst/adder/gstadder.c: (gst_adder_loop):
22030           properly error out when no negotiation has happened yet. (fixes
22031           #143032)
22032
22033 2004-06-06  Benjamin Otte  <otte@gnome.org>
22034
22035         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
22036           forward correctly transformed offset in discont events. Based on
22037           patch by Arwed v. Merkatz. (fixes #142851)
22038
22039 2004-06-06  David Schleef  <ds@schleef.org>
22040
22041         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
22042         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
22043         problems on several systems.
22044
22045 2004-06-06  Benjamin Otte  <otte@gnome.org>
22046
22047         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22048           use explicit caps on the srcpad
22049         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22050           properly error out if caps couldn't be set (fixes #142764)
22051
22052 2004-06-06  Benjamin Otte  <otte@gnome.org>
22053
22054         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
22055         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
22056         (gst_alsa_start_audio):
22057           - don't call set_periods_integer anymore, it breaks the
22058           configuration randomly
22059           - call snd_pcm_hw_params_set_access directly instead of using masks
22060           - don't fail if the sw_params can't be set, just use the default
22061           params and hope it works. Alsalib has weird issues when you touch
22062           sw_params and does no proper error reporting about what failed.
22063         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22064         (gst_alsa_close_audio):
22065           make our alsa debugging go via gst debugging and not conditionally
22066           defined
22067         * ext/alsa/gstalsa.h:
22068           add ALSA_DEBUG_FLUSH macro
22069         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
22070         (plugin_init):
22071           wrap alsa errors to be printed via the gst debugging system and not
22072           spammed to stderr
22073
22074 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22075
22076         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
22077         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
22078         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
22079         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
22080         (qtdemux_parse_trak):
22081         * gst/qtdemux/qtdemux.h:
22082           Bitch. Also known as seeking, querying & co.
22083         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22084         (gst_osssink_change_state):
22085         * sys/oss/gstosssink.h:
22086           Resyncing is for weenies, this hack is no longer needed and was
22087           broken anyway (since it - unintendedly - always leaves resync to
22088           TRUE).
22089
22090 2004-06-05  Andrew Turner <zxombie@hotpop.com>
22091
22092         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
22093         * gst/tcp/gsttcpclientsrc.h: idem
22094           - define MSG_NOSIGNAL if not done
22095           - include unistd.h for off_t
22096           (fixes #143749)
22097
22098 2004-06-05  Benjamin Otte  <otte@gnome.org>
22099
22100         * configure.ac:
22101         * ext/kio/Makefile.am:
22102           check for qt's moc preprocessor explicitly and use it
22103
22104 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22105
22106         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
22107           don't get a signal for EPIPE on socket writes
22108           (somebody check if this works on other platforms)
22109
22110 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22111
22112         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
22113         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22114           check error condition on available samples correctly
22115
22116 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22117
22118         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
22119           avoid a segfault
22120         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
22121         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
22122         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
22123         (gst_tcpserversrc_gdp_read_header):
22124          use ssize_t over size_t since the former is signed and thus the
22125          check for error codes can work
22126
22127 2004-06-02  Wim Taymans  <wim@fluendo.com>
22128
22129         reviewed by: Johan
22130
22131         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
22132         (gst_multipart_mux_loop):
22133         Oops
22134
22135 2004-06-02  Wim Taymans  <wim@fluendo.com>
22136
22137         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
22138         (gst_multipart_mux_init), (gst_multipart_mux_loop),
22139         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
22140         (gst_multipart_mux_change_state):
22141         Added configurable boundary specifier, added the value as a
22142         caps field as well.
22143
22144 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22145
22146         * gst/tcp/gsttcp.c:
22147         * gst/tcp/gsttcpclientsrc.c:
22148         * gst/tcp/gsttcpclientsrc.h:
22149         * gst/tcp/gsttcpserversrc.c:
22150           - portability fix, to compile on OSX
22151             (fixes #143146)
22152
22153         * sys/osxaudio/gstosxaudioelement.c:
22154         * sys/osxaudio/gstosxaudiosink.c:
22155         * sys/osxaudio/gstosxaudiosrc.c:
22156           - compilation warnings on OSX
22157             (fixes #143153)
22158
22159 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22160
22161         * ext/vorbis/vorbisdec.c : sign warning fixes
22162
22163         * gst-libs/gst/mixer/mixertrack.c :
22164           do no use defines which are glib 2.4 specific
22165
22166 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
22167
22168         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
22169           buffer since libflac doesn't expect it (reports a sync error when
22170           it encounters that)
22171
22172
22173 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
22174
22175         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
22176         * gst-libs/gst/mixer/mixertrack.c:
22177         (gst_mixer_track_get_property), (get_mixer_track_init),
22178         (get_mixer_track_get_property): Added property accessors
22179         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
22180         * gst-libs/gst/mixer/mixeroptions.c:
22181         (gst_mixer_options_get_values): Added
22182         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
22183         * gst-libs/gst/mixer/mixer.c: Fixed comment
22184
22185
22186 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22187
22188         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
22189           improve error messages on open
22190
22191
22192 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22193
22194         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22195           check if v4l-conf is in path
22196
22197 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22198
22199         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22200           change assert to a more readable error message
22201
22202 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
22203
22204         * gst-libs/gst/tuner/tunerchannel.h:
22205           - add a freq_multiplicator field to make the conversion
22206             between internal frequency unit and Hz
22207         * sys/v4l/gstv4lelement.c:
22208         * sys/v4l2/gstv4l2element.c:
22209           - change default video device to /dev/video0
22210         * sys/v4l/v4l_calls.c:
22211         * sys/v4l2/v4l2_calls.c:
22212           - we only expose frequency to the user in Hz instead of
22213             bastard v4lX unit (either 62.5kHz or 62.5Hz)
22214
22215 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
22216         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22217           Initialise b_o_s and e_o_s variables
22218         * gst-libs/gst/riff/riff-media.c:
22219         (gst_riff_create_video_caps_with_data):
22220           Add some unusual fourcc's from mplayer avi's
22221         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
22222           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
22223           autoplugging.
22224
22225 2004-05-28  Wim Taymans  <wim@fluendo.com>
22226
22227         * configure.ac:
22228         * gst/alpha/Makefile.am:
22229         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22230         (gst_alpha_get_type), (gst_alpha_base_init),
22231         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22232         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
22233         (gst_alpha_chroma_key), (gst_alpha_chain),
22234         (gst_alpha_change_state), (plugin_init):
22235         A plugin to add an alpha channel to I420 video. Can optionally do
22236         chroma keying.
22237         * gst/multipart/Makefile.am:
22238         * gst/multipart/multipart.c: (plugin_init):
22239         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
22240         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
22241         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
22242         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
22243         (gst_multipart_demux_change_state),
22244         (gst_multipart_demux_plugin_init):
22245         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
22246         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
22247         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
22248         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
22249         (gst_multipart_mux_pad_unlink),
22250         (gst_multipart_mux_request_new_pad),
22251         (gst_multipart_mux_handle_src_event),
22252         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
22253         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
22254         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
22255         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
22256         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
22257         send multipart jpeg images to a browser.
22258         * gst/videobox/Makefile.am:
22259         * gst/videobox/README:
22260         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
22261         (gst_video_box_get_type), (gst_video_box_base_init),
22262         (gst_video_box_class_init), (gst_video_box_init),
22263         (gst_video_box_set_property), (gst_video_box_get_property),
22264         (gst_video_box_sink_link), (gst_video_box_i420),
22265         (gst_video_box_ayuv), (gst_video_box_chain),
22266         (gst_video_box_change_state), (plugin_init):
22267         Crops or adds borders around an image. can do alpha channel
22268         borders as well.
22269         * gst/videomixer/Makefile.am:
22270         * gst/videomixer/README:
22271         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22272         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
22273         (gst_videomixer_pad_get_sink_event_masks),
22274         (gst_videomixer_pad_get_property),
22275         (gst_videomixer_pad_set_property),
22276         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
22277         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
22278         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22279         (gst_videomixer_base_init), (gst_videomixer_class_init),
22280         (gst_videomixer_init), (gst_videomixer_request_new_pad),
22281         (gst_videomixer_handle_src_event),
22282         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
22283         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22284         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22285         (gst_videomixer_loop), (gst_videomixer_get_property),
22286         (gst_videomixer_set_property), (gst_videomixer_change_state),
22287         (plugin_init):
22288         Generic video mixer plugin, can handle multiple inputs all with
22289         different framerates and video sizes. Is fully alpha channel
22290         aware.
22291
22292 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22293
22294         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22295           Select first track as master track. Not sure how else to handle
22296           that...
22297         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
22298           Discard discont events. Should fix #142962.
22299
22300 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22301
22302         * ext/alsa/Makefile.am:
22303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
22304         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
22305         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22306         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22307         (gst_alsa_mixer_get_option):
22308         * ext/alsa/gstalsamixer.h:
22309         * ext/alsa/gstalsamixeroptions.c:
22310         (gst_alsa_mixer_options_get_type),
22311         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
22312         (gst_alsa_mixer_options_new):
22313         * ext/alsa/gstalsamixeroptions.h:
22314         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22315         * ext/alsa/gstalsamixertrack.h:
22316           Add enumerations (as GstMixerOptions). Make correct distinction
22317           between input/output tracks. Add capture/playback private flag.
22318           Use flag to decide on whether to set capture or playback volumes
22319           or switches. Use playback and record switches.
22320         * gst-libs/gst/mixer/Makefile.am:
22321         * gst-libs/gst/mixer/mixer-marshal.list:
22322         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
22323         (gst_mixer_set_option), (gst_mixer_get_option),
22324         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
22325         (gst_mixer_volume_changed), (gst_mixer_option_changed):
22326         * gst-libs/gst/mixer/mixer.h:
22327         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
22328         (gst_mixer_options_class_init), (gst_mixer_options_init),
22329         (gst_mixer_options_dispose):
22330         * gst-libs/gst/mixer/mixeroptions.h:
22331           Add GstMixerOptions.
22332         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22333           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
22334           broken device detection on computers with multiple OSS sound
22335           cards.
22336
22337 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22338
22339         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22340           fixate nicely even when the peer is not negotiating
22341
22342 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22343
22344         * gst/audioconvert/gstaudioconvert.c:
22345         (gst_audio_convert_parse_caps):
22346           make sure we don't allow depth > width
22347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
22348           fixate endianness to G_BYTE_ORDER as default
22349         * gst/audioscale/gstaudioscale.c:
22350           we don't handle another endianness as host-endianness
22351
22352 2004-05-25  David Schleef  <ds@schleef.org>
22353
22354         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
22355
22356 2004-05-24  Benjamin Otte  <otte@gnome.org>
22357
22358         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
22359         (gst_oggvorbisenc_setup):
22360           properly fail when we can't setup the vorbis encoder due to
22361           unsupported settings
22362         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
22363         (gst_vorbisenc_setup):
22364           same
22365         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22366           fix case where warnings occured when one pad was unlinked while the
22367           other's link function was called
22368
22369 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22370
22371         * gst/tcp/Makefile.am:
22372           use GST_ENABLE_NEW
22373
22374 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22375
22376         * gst-libs/gst/resample/private.h:
22377           don't use optimizations that are #if 0'ed
22378
22379 2004-05-24  Wim Taymans  <wim@fluendo.com>
22380
22381         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
22382         Fix potential division by zero error and hopefully get
22383         the position query right to get correct timestamps on avi
22384         audio.
22385
22386 2004-05-24  Wim Taymans  <wim@fluendo.com>
22387
22388         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
22389         (gst_videoscale_scale_nearest_str2),
22390         (gst_videoscale_scale_nearest_str4),
22391         (gst_videoscale_scale_nearest_32bit),
22392         (gst_videoscale_scale_nearest_24bit),
22393         (gst_videoscale_scale_nearest_16bit):
22394         Fix the scaling algorithm and avoid a buffer overflow.
22395         removed the while loop in the scaling function as it
22396         was used for point sampling only.
22397
22398 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22399
22400         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
22401         (gst_id3_tag_class_init), (gst_id3_tag_init),
22402         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
22403         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
22404         (gst_id3_tag_send_tag_event):
22405           lots of fixes to make id3mux work and id3demux work correctly
22406
22407 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22408
22409         * ext/Makefile.am:
22410           add rules to build shout2send (was removed by accident
22411           when this module was no more marked experimental/broken)
22412
22413 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22414
22415         * ext/shout2/gstshout2.c:
22416         * ext/shout2/gstshout2.h:
22417           adding a "connection problem" signal to shout2send
22418           (fixes #142954)
22419
22420 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22421
22422         * ext/kio/kioreceiver.cpp:
22423         * ext/kio/kioreceiver.h:
22424           fix sign comparison issues
22425
22426 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22427
22428         * gst/cdxaparse/gstcdxaparse.c:
22429         * gst/cdxaparse/gstcdxaparse.h:
22430           some renaming
22431           add some checks/sanity
22432           prepare for seek addition
22433
22434         * sys/sunaudio/gstsunaudio.c:
22435           remove exported dupe init function
22436
22437 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
22438
22439         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
22440         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
22441           Fix format conversion and position querying.
22442         * gst/debug/progressreport.c: (gst_progressreport_report):
22443           Don't output a bogus total value that we didn't query.
22444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22445           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
22446           only a blank window after xine has been used.
22447
22448 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22449
22450         * m4/as-arts.m4:
22451           sync with upstream version to fix test on FC2
22452           readd with -ko to preserve Id header
22453
22454 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22455
22456         * configure.ac:
22457           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
22458         * gst/tcp/gsttcpclientsrc.c: idem
22459         * gst/tcp/gsttcpserversink.c: idem
22460         * gst/tcp/gsttcpserversrc.c: idem
22461         * m4/gst-fionread.m4: idem
22462
22463         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
22464
22465         * configure.ac: enable speex plugin for speex 1.1.5+
22466         * ext/speex/gstspeexenc.c: fix cast warning
22467
22468         * ext/esd/README: fix typo
22469
22470 2004-05-20  David Schleef  <ds@schleef.org>
22471
22472         * configure.ac: Minor cosmetic change to convince the buildbot to
22473         reautogen.
22474         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
22475         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
22476         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
22477         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
22478         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
22479         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
22480         More hacking.  Plays audio now.
22481
22482 2004-05-20  David Schleef  <ds@schleef.org>
22483
22484         * configure.ac:
22485         * sys/Makefile.am:
22486
22487 2004-05-20  David Schleef  <ds@schleef.org>
22488
22489         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
22490         * sys/osxaudio/gstosxaudio.c:
22491         * sys/osxaudio/gstosxaudioelement.c:
22492         * sys/osxaudio/gstosxaudioelement.h:
22493         * sys/osxaudio/gstosxaudiosink.c:
22494         * sys/osxaudio/gstosxaudiosink.h:
22495         * sys/osxaudio/gstosxaudiosrc.c:
22496         * sys/osxaudio/gstosxaudiosrc.h:
22497
22498 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22499
22500         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
22501         (gst_vorbisenc_chain):
22502           put the codec headers on the caps as streamheader as well as
22503           pushing them out
22504
22505 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22506
22507         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
22508         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22509         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
22510         split up push_packet into two functions
22511
22512 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22513
22514         * gst/tcp/.cvsignore:
22515           ignore enums
22516         * gst/tcp/Makefile.am:
22517         * gst/tcp/README:
22518         * gst/tcp/gsttcp.c:
22519         * gst/tcp/gsttcp.h:
22520         * gst/tcp/gsttcpclientsink.c:
22521         * gst/tcp/gsttcpclientsink.h:
22522         * gst/tcp/gsttcpclientsrc.c:
22523         * gst/tcp/gsttcpclientsrc.h:
22524         * gst/tcp/gsttcpplugin.c:
22525         * gst/tcp/gsttcpserversink.c:
22526         * gst/tcp/gsttcpserversink.h:
22527         * gst/tcp/gsttcpserversrc.c:
22528         * gst/tcp/gsttcpserversrc.h:
22529           add new tcp elements
22530
22531 2004-05-19  Wim Taymans  <wim@fluendo.com>
22532
22533         * gst/law/mulaw-conversion.c: (mulaw_encode):
22534         Fix overflow bug in ulaw encoding.
22535
22536 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22537
22538         * ext/mad/gstmad.c: (gst_mad_handle_event):
22539           don't unref the event twice
22540
22541 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22542
22543         * configure.ac:
22544           remove -Wno-sign-compare
22545
22546 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22547
22548         * configure.ac:
22549           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
22550           if you want to work against glib 2.2 and 2.4
22551
22552 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22553
22554         * gst/tcp/Makefile.am:
22555         * gst/tcp/gsttcp.c:
22556         * gst/tcp/gsttcp.h:
22557         * gst/tcp/gsttcpsink.h:
22558         * gst/tcp/gsttcpsrc.h:
22559           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
22560
22561 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22562
22563         * gst/debug/tests.c: (md5_get_value):
22564           fix segfault on gst-inspect
22565
22566 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22567
22568         * gst/debug/testplugin.c:
22569         * gst/debug/tests.c:
22570         * gst/debug/tests.h:
22571           add new extensible and configurable testing element. Current tests
22572           include buffer count, stream length, timestamp/duration matching and
22573           md5.
22574         * gst/debug/Makefile.am:
22575         * gst/debug/gstdebug.c: (plugin_init):
22576           add infrastructure for new element
22577
22578 2004-05-19  Johan Dahlin  <johan@gnome.org>
22579
22580         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
22581         ending of the array. Fixes gst-inspect segfault on ppc.
22582
22583 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22584
22585         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
22586
22587         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
22588
22589 2004-05-18  David Schleef  <ds@schleef.org>
22590
22591         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
22592         warnings (bugs, actually) noticed by gcc but not forte.
22593
22594 2004-05-18  David Schleef  <ds@schleef.org>
22595
22596         * sys/sunaudio/Makefile.am:
22597         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
22598
22599 2004-05-18  David Schleef  <ds@schleef.org>
22600
22601         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
22602         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
22603         to allow qtdemux to use non-seekable streams. (bug #142272)
22604
22605 2004-05-18  David Schleef  <ds@schleef.org>
22606
22607         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
22608         (gst_resample_sinc_ft_float): Remove use of static temporary
22609         buffer.  This code was obviously not supposed to last long, but
22610         it's stuck in our ABI, so it required a little hack to make it
22611         ABI-compatible.  Fixes #142585.
22612         * gst-libs/gst/resample/resample.h: same.
22613
22614 2004-05-18  David Schleef  <ds@schleef.org>
22615
22616         * configure.ac: Add sunaudio
22617         * examples/Makefile.am: make gstplay depend on gconf
22618         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
22619         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
22620         (convert_table_lookup), (img_convert): remove c99-isms
22621         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
22622           unsigned, to fix a warning on Solaris
22623         * gst/mpeg1sys/systems.c: bcopy->memcpy
22624         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
22625         * sys/Makefile.am: Add sunaudio
22626
22627 2004-05-18  Wim Taymans  <wim@fluendo.com>
22628
22629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
22630         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
22631         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
22632         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
22633         (gst_ogg_mux_loop):
22634         Fix an ugly memleak where the muxer didn't flush enough ogg
22635         pages. This also resulted in badly muxed ogg files.
22636
22637 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22638
22639         * gst/asfdemux/asfheaders.c :
22640         * gst/asfdemux/asfheaders.h :
22641         * gst/asfdemux/gstasfdemux.c :
22642           - fix ASF_OBJ_PADDING guid
22643           - add 3 new object guids (language list, metadata,
22644             extended stream properties)
22645           - add a function to parse extended header objects
22646
22647 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22648
22649         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22650           remove leftover debugging g_print
22651
22652 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22653
22654         * ext/mad/gstmad.c: (gst_mad_handle_event):
22655           Fix for when the first format in a discont event is not a
22656           byte-based one. Should fix #137710.
22657
22658 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22659
22660         * m4/a52.m4 : fix compilation with -Wall -Werror
22661         * m4/libfame.m4 : idem
22662         * m4/libmikmod.m4 : idem
22663
22664 2004-05-17  Benjamin Otte  <otte@gnome.org>
22665
22666         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
22667           signal the new tags before giving up the reference
22668
22669 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22670
22671         * ext/shout2/gstshout2.c:
22672           use application/ogg instead of application/x-ogg (patch by Patrick
22673           Guimond, fixes #142432)
22674         * sys/oss/gstosselement.c: (gst_osselement_reset),
22675         (gst_osselement_sync_parms):
22676           don't set fragment size unless specified (fixes #142493)
22677
22678 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22679
22680         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
22681           fixes #142664
22682
22683 2004-05-17  Benjamin Otte  <otte@gnome.org>
22684
22685         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22686           compute offsets correctly for internal buffers so timestamps are set
22687           correctly when we can't seek. Also handle cases where there are no
22688           offsets. (based on a patch by David Moore, fixes #142507)
22689
22690 2004-05-17  Benjamin Otte  <otte@gnome.org>
22691
22692         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22693           use correct variable when determining amount of data to skip so we
22694           don't skip into the void and segfault
22695
22696 2004-05-16  Benjamin Otte  <otte@gnome.org>
22697
22698         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22699           Hi, I'm a memleak
22700
22701 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22702
22703         * gst/asfdemux/gstasfdemux.c:
22704           - fix a mem leak and always propagate tags
22705           - add WMV3 to known video codecs (but no decoder yet)
22706           - replace "surplus data" at end of audio header for what
22707             it is : codec specific data
22708           - fix a typo
22709
22710 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
22711
22712         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
22713
22714         * gst-libs/gst/audio/audioclock.c:
22715           Fix wrong return type (#142205).
22716
22717 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22718
22719         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
22720           Ignore CRCs by default (fixes #142566).
22721
22722 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22723
22724         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
22725         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
22726         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
22727         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
22728         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
22729         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
22730           Fix for cases where we fail to attach to a mixer.
22731
22732 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22733
22734         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
22735           Don't touch events after not owning them anymore.
22736         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
22737         (gst_wavparse_fmt), (gst_wavparse_other),
22738         (gst_wavparse_handle_seek), (gst_wavparse_loop),
22739         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
22740         (gst_wavparse_srcpad_event):
22741         * gst/wavparse/gstwavparse.h:
22742           Add seeking, fix querying.
22743
22744 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22745
22746         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
22747           - process comments even if they don't end with \0\0
22748             g_convert would ignore them if present and works well without them
22749
22750 2004-05-16  Benjamin Otte  <otte@gnome.org>
22751
22752         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
22753           simplify caps
22754
22755 2004-05-16  Benjamin Otte  <otte@gnome.org>
22756
22757         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
22758           don't write to memory we might not write to - g_convert does that
22759           for us anyway (fixes #142613)
22760         (gst_asf_demux_audio_caps):
22761           comment out gst_util_dump_mem
22762
22763 2004-05-16  Benjamin Otte  <otte@gnome.org>
22764
22765         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22766           compute correct expected timestamps after seek (broken since
22767           last commit)
22768         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
22769           rename element and debugging category to gdkpixbufscale
22770
22771 2004-05-16  Benjamin Otte  <otte@gnome.org>
22772
22773         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22774           add error checking to snd_pcm_delay and remove duplicate call to
22775           snd_pcm_delay that caused issues (see inline code comments)
22776         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
22777           make more readable and fix return value when snd_pcm_delay fails
22778         (fixes #142586)
22779
22780 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
22781         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
22782         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
22783         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
22784         (gst_pixbufscale_link), (gst_pixbufscale_init),
22785         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
22786         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
22787         (gst_pixbufscale_get_property), (pixbufscale_init):
22788         * ext/gdk_pixbuf/pixbufscale.h:
22789         Add these files I forgot earlier
22790
22791 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
22792         * ext/gdk_pixbuf/Makefile.am:
22793         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22794         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22795         Add new pixbufscale element to scale RGB video
22796         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
22797         and HYPER interpolation correctly.
22798         * ext/theora/theoraenc.c: (theora_enc_chain),
22799         Discard buffer and return if explicit caps could not be set
22800         (theora_enc_get_property):
22801         Make _get return kbps for the bitrate consistent with
22802         the _set function.
22803
22804
22805 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22806
22807         * ext/libvisual/visual.c: (gst_visual_chain):
22808           add missing visual_audio_analyze
22809
22810 2004-05-14  David Schleef  <ds@schleef.org>
22811
22812         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
22813         is killed while we're playing.
22814         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
22815         gst_element_no_more_pads().
22816
22817 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22818
22819         * gst-libs/gst/riff/riff-read.c :
22820           - fix INFO tag extraction in RIFF/AVI files
22821             because gst_event_unref (event) also freed taglist
22822           - avoid a mem leak
22823
22824 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22825
22826         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
22827         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
22828
22829         * gst/auparse/gstauparse.c :
22830           - add code (commented for now) to support audio/x-adpcm on src pad
22831             (we have no decoder for those layout yet)
22832
22833         * gst/cdxaparse/gstcdxaparse.c :
22834         * gst/cdxaparse/gstcdxaparse.h :
22835           - partial rewrite using RiffRead (ripped iain's wavparse code)
22836
22837         * gst/rtp/gstrtpL16enc.c : typo
22838         * gst/rtp/gstrtpgsmenc.c : typo
22839
22840 2004-05-13  Benjamin Otte  <otte@gnome.org>
22841
22842         * configure.ac:
22843           check for exact version of libvisual, it's not supposed to be
22844           API/ABI stable yet
22845
22846 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22847
22848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
22849           signal no-more-pads
22850
22851 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
22852
22853         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
22854         Report which format was used for GST_FORMAT_DEFAULT
22855         * gst/debug/Makefile.am:
22856         * gst/debug/gstdebug.c: (plugin_init):
22857         * gst/debug/progressreport.c: (gst_progressreport_base_init),
22858         (gst_progressreport_class_init), (gst_progressreport_init),
22859         (gst_progressreport_report), (gst_progressreport_set_property),
22860         (gst_progressreport_get_property), (gst_progressreport_chain),
22861         (gst_progressreport_plugin_init):
22862         Add progressreport element for testing.
22863
22864 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22865
22866         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
22867         * sys/v4l/gstv4lsrc.h:
22868         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
22869         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
22870         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
22871         (gst_v4lsrc_grab_frame):
22872           add more debugging
22873           send a discont at start
22874
22875 2004-05-12  Colin Walters  <walters@redhat.com>
22876
22877         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
22878         inflooping if we can't find a chunk.  Or in other words, don't blow
22879         chunks if we don't have a chunk to blow.
22880
22881 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
22882         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
22883         Remove old debug output
22884         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
22885         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
22886         (gst_dvdec_set_property), (gst_dvdec_get_property):
22887         Change the quality setting to an enum, so it works from gst-launch
22888         Don't renegotiate a non-linked pad. Allows audio only decoding.
22889         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
22890         (gst_deinterlace_link), (gst_deinterlace_init):
22891         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22892         (gst_videodrop_link):
22893         Some caps negotiation fixes
22894
22895 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22896
22897         * ext/tarkin/gsttarkin.c :
22898           - Change RANK from NONE to PRIMARY
22899         * ext/gdk_pixbuf/gstgdkpixbuf.c :
22900           - Change RANK from NONE to MARGINAL
22901         * ext/divx/gstdivxenc.c :
22902           - Change RANK from PRIMARY to NONE (encoder/spider issue)
22903
22904 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22905
22906         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
22907         (gst_vorbisenc_push_packet):
22908           copy a function that was added between 1.0 and 1.0.1 until we
22909           depend on worthwhile features of post-1.0
22910
22911 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22912
22913         * configure.ac:
22914           enable shout2 by default
22915         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22916         (gst_shout2send_base_init), (gst_shout2send_init),
22917         (gst_shout2send_connect), (gst_shout2send_change_state):
22918         * ext/shout2/gstshout2.h:
22919           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
22920           #142262)
22921         * ext/theora/theora.c: (plugin_init):
22922           don't set rank on encoders
22923
22924 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
22925
22926         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22927           Use codec_data property instead of flag1 and flag2 for wma
22928
22929 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22930
22931         * gst/cdxaparse/gstcdxaparse.c :
22932           - Add mpegversion to CAPS to make it link
22933           - Rank is as GST_RANK_SECONDARY instead of NONE
22934         * gst/auparse/gstauparse.c :
22935           - Document all audio encoding we can encounter from Solaris 9
22936             headers and libsndfile information.
22937           - Increase max. rate from 48000 to 192000 (to match other elements)
22938           - Don't try to play junk data between header and samples
22939
22940 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22941
22942         * ext/libvisual/visual.c: (gst_visual_getcaps):
22943           use the right caps depending on endianness (I hope)
22944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
22945           use GST_RANK_NONE for all non-decoding elements or spider gets
22946           mighty confused
22947
22948 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22949
22950         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
22951           Fix some odd cases and fix BE metadata parsing of unicode16 text.
22952
22953 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22954
22955         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22956         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
22957         (gst_switch_loop), (gst_switch_get_type):
22958           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
22959           HEADERS. Had to be said.
22960
22961 2004-05-10  David Schleef  <ds@schleef.org>
22962
22963         * configure.ac: Add prototype Dirac support.
22964         * ext/Makefile.am:
22965         * ext/dirac/Makefile.am:
22966         * ext/dirac/gstdirac.cc:
22967         * ext/dirac/gstdiracdec.cc:
22968
22969 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22970
22971         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
22972         (gst_auparse_init), (gst_auparse_chain),
22973         (gst_auparse_change_state):
22974           Hack around spider. Remove me some day please.
22975
22976 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22977
22978         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22979           Fix for some uninitialized variables in previous patch, also
22980           makes it work. Fixes #142286 while we're at it.
22981
22982 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
22983
22984         * gst/auparse/gstauparse.c:
22985                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
22986                 only unsupported formats are ADPCM/CCITT G.72x
22987                 reviewed by Ronald
22988         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
22989
22990 2004-05-10  Wim Taymans  <wim@fluendo.com>
22991
22992         * ext/vorbis/Makefile.am:
22993         * ext/vorbis/README:
22994         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
22995         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
22996         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
22997         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
22998         (gst_oggvorbisenc_convert_sink),
22999         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
23000         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
23001         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
23002         (get_constraints_string), (update_start_message),
23003         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
23004         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
23005         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
23006         * ext/vorbis/oggvorbisenc.h:
23007         * ext/vorbis/vorbis.c: (plugin_init):
23008         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
23009         (raw_caps_factory), (gst_vorbisenc_class_init),
23010         (gst_vorbisenc_init), (gst_vorbisenc_setup),
23011         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
23012         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
23013         * ext/vorbis/vorbisenc.h:
23014         Added a raw vorbis encoder to be used with the oggmuxer.
23015         We still need the old encoder for some gnome applications,
23016         read the README to find out how that works.
23017         The raw encoder is called "rawvorbisenc" until 0.9.
23018
23019 2004-05-10  Wim Taymans  <wim@fluendo.com>
23020
23021         * ext/ogg/gstogg.c: (plugin_init):
23022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
23023         (gst_ogg_print):
23024         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
23025         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
23026         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
23027         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
23028         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
23029         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
23030         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
23031         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
23032         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
23033         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
23034         Added an ogg muxer.
23035         Small typo fixes in the demuxer.
23036
23037 2004-05-10  Wim Taymans  <wim@fluendo.com>
23038
23039         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23040         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
23041         (theora_enc_change_state), (theora_enc_set_property),
23042         (theora_enc_get_property):
23043         Mark the last packet with an EOS flag which is not really needed
23044         in gstreamer.
23045         Do some better video framerate initialisation.
23046         Update the buffer timestamp.
23047
23048 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
23049
23050         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
23051         Return the result of the parent state change call
23052
23053 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23054
23055         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
23056         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
23057         * gst/law/alaw-encode.c : (idem)
23058         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
23059         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
23060         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
23061
23062 2004-05-09  Benjamin Otte  <otte@gnome.org>
23063
23064         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23065           don't use a fixed buffer size when writing variable length data to
23066           it. Fixes memory corruption and makes alsasrc work
23067
23068 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23069
23070         * ext/gnomevfs/gstgnomevfssink.c:
23071         (_gst_boolean_allow_overwrite_accumulator),
23072         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
23073           Run glib's default signal handler (??) in RUN_CLEANUP rather than
23074           RUN_LAST, and don't use that to set the accumulator value because
23075           then it's always FALSE.
23076
23077 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23078
23079         * gst-libs/gst/riff/riff-media.c:
23080         (gst_riff_create_video_caps_with_data),
23081         (gst_riff_create_audio_caps),
23082         (gst_riff_create_audio_template_caps):
23083         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
23084           Fix for unaligned RIFF files (i.e. where all the chunks together
23085           in a LIST chunk are not of the same size as the size given in
23086           the LIST chunk header). Fixes several odd WAVE files. Also fix
23087           ADPCM (block_align property) in audio, so that wavparse based
23088           on this works now as it used to stand-alone.
23089
23090 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
23091
23092         reviewed by Benjamin Otte  <otte@gnome.org>
23093
23094         * ext/a52dec/gsta52dec.c:
23095         * ext/divx/gstdivxdec.c:
23096         * ext/divx/gstdivxenc.c:
23097         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
23098         * ext/faac/gstfaac.c: (gst_faac_base_init):
23099         * ext/faad/gstfaad.c: (gst_faad_base_init):
23100         * ext/ivorbis/vorbisfile.c:
23101         * ext/lame/gstlame.c:
23102         * ext/libfame/gstlibfame.c:
23103         * ext/mpeg2enc/gstmpeg2enc.cc:
23104         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
23105         * ext/sidplay/gstsiddec.cc:
23106         * ext/speex/gstspeexdec.c:
23107         * ext/speex/gstspeexenc.c:
23108         * ext/xvid/gstxviddec.c:
23109         * ext/xvid/gstxvidenc.c:
23110           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
23111           (fixes #142193)
23112
23113 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23114
23115         * ext/alsa/gstalsa.c: (device_list),
23116         (gst_alsa_class_probe_devices):
23117         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
23118           Fix alsa oddness in mixer after the combination of using mixer
23119           in source/sink elements and using hw:x,y instead of just hw:x.
23120
23121 2004-05-09  Benjamin Otte  <otte@gnome.org>
23122
23123         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
23124         (gst_wavparse_create_sourcepad):
23125           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
23126           sourcepads
23127
23128 2004-05-09  Benjamin Otte  <otte@gnome.org>
23129
23130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23131           allow discont events before caps nego
23132
23133 2004-05-08  Benjamin Otte  <otte@gnome.org>
23134
23135         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23136           don't leak events
23137
23138 2004-05-08  Benjamin Otte  <otte@gnome.org>
23139
23140         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
23141         (gst_level_change_state), (gst_level_init):
23142         * gst/level/gstlevel.h:
23143           figure out if we're initialized directly instead of keeping a
23144           variable that's wrong in 90% of cases
23145           don't initialize pads and then leak them and use a new unitialized
23146           pad. (fixes #142084)
23147           these were bugs so n00bish I didn't find them for an hour :/
23148
23149 2004-05-08 Iain <iain@prettypeople.org>
23150
23151         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
23152         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
23153         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
23154         return the length that was read.
23155         (gst_riff_read_strf_auds): Allow fmt tags as well.
23156
23157 2004-05-07  David Schleef  <ds@schleef.org>
23158
23159         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
23160         signed char assumption in faad.h.
23161
23162 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23163
23164         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
23165           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
23166
23167 2004-05-07  Colin Walters  <walters@redhat.com>
23168
23169         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
23170         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
23171         function.
23172         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
23173         Add dispose function.
23174
23175 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
23176         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
23177           Fix caps nego and pad templates. RGB mode caps should
23178           work now.
23179         * ext/dvdnav/gst-dvd:
23180           Move mpeg2dec inside the thread because otherwise the
23181           queue rejects cap changes mid-stream
23182         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
23183         (gst_mpeg2dec_flush_decoder):
23184           For mpeg2dec > 0.4.0, call the flush function instead of
23185           manually extracting all in-flight frames.
23186         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
23187         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
23188           Change mime type video/dv go video/x-dv to match the
23189           rest of gst-plugins
23190
23191 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23192
23193         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
23194         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
23195         (gst_alsa_sink_class_init):
23196         * ext/alsa/gstalsasink.h:
23197         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
23198         (gst_alsa_src_class_init):
23199         * ext/alsa/gstalsasrc.h:
23200           Make alsasink/src a subclass of alsamixer so that mixer stuff
23201           shows up in gst-rec. Needs some finetuning.
23202
23203 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23204
23205         * ext/lame/gstlame.c: (gst_lame_chain):
23206           simplify
23207         * ext/mad/gstmad.c: (gst_mad_handle_event):
23208           fix event leak
23209         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
23210           be able to detect mp3 files < 4096 bytes
23211
23212 2004-05-06  Wim Taymans  <wim@fluendo.com>
23213
23214         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23215         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
23216         (theora_enc_set_property), (theora_enc_get_property):
23217         Also encode the first frame, cleanup some code.
23218
23219 2004-05-06  Wim Taymans  <wim@fluendo.com>
23220
23221         * ext/mpeg2enc/gstmpeg2enc.cc:
23222         Forward events first before deciding that negotiation was
23223         not performed.
23224
23225 2004-05-06  Wim Taymans  <wim@fluendo.com>
23226
23227         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23228         First process the events before deciding that negotiation
23229         was not performed.
23230
23231 2004-05-06  Wim Taymans  <wim@fluendo.com>
23232
23233         * ext/theora/Makefile.am:
23234         * ext/theora/theora.c: (plugin_init):
23235         * ext/theora/theoradec.c: (theora_dec_change_state):
23236         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
23237         (gst_theora_enc_class_init), (gst_theora_enc_init),
23238         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
23239         (theora_enc_chain), (theora_enc_change_state),
23240         (theora_enc_set_property), (theora_enc_get_property):
23241         Added a theora encoder, grouped the encoder and decoder into the
23242         same plugin.
23243
23244 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23245
23246         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
23247         (gst_jpegenc_chain):
23248         fix DURATION on outgoing buffers
23249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
23250         debug using time formats
23251         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23253         (gst_xvimagesink_sink_link):
23254         windows with width/height 0 generate X errors, so don't allow them
23255
23256 2004-05-05  Wim Taymans  <wim@fluendo.com>
23257
23258         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
23259         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
23260         (gst_mpeg2dec_negotiate_format):
23261         * ext/mpeg2dec/gstmpeg2dec.h:
23262           removed the static pad template so that we can add the
23263           more accurate framerate value to the caps.
23264
23265
23266 2004-05-04  Benjamin Otte  <otte@gnome.org>
23267
23268         * configure.ac:
23269           check for kdemacros.h, too (should fix #141821)
23270         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
23271           don't crash if no header was sent, but nicely error out (fixes part
23272           of #141554)
23273
23274 2004-05-04  Wim Taymans  <wim@fluendo.com>
23275
23276         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
23277         parent dispose function to avoid segfault on destroy.
23278
23279 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23280
23281         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23282         (plugin_init):
23283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23284         (gst_xvimagesink_sink_link):
23285         clean up debugging caps
23286         also recreate xvimage when format has changed
23287
23288 2004-05-04  Benjamin Otte  <otte@gnome.org>
23289
23290         * ext/libvisual/Makefile.am:
23291         * ext/libvisual/visual.c: (gst_visual_class_init),
23292         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
23293         (gst_visual_srclink), (gst_visual_chain),
23294         (gst_visual_change_state), (plugin_init):
23295           use a GstAdapter to correctly adapt buffer sizes - allows using a
23296           framerate
23297
23298 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23299
23300         * sys/v4l/gstv4lelement.h:
23301         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23302         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
23303         (gst_v4lsrc_buffer_free):
23304         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
23305         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23306         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
23307         (gst_v4lsrc_requeue_frame):
23308         move some debugging categories around
23309         query for fps index and set accordingly if found
23310
23311 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23312
23313         * ext/lame/gstlame.c:
23314         correct defaults that lame_init puts out of range
23315
23316 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23317
23318         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
23319         (gst_divxenc_class_init):
23320         fix range since -1 is the default
23321         * gst/mpeg1sys/gstmpeg1systemencode.c:
23322         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
23323         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
23324         (gst_rtjpegdec_chain):
23325         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
23326         (gst_rtjpegenc_chain):
23327         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
23328         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
23329         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
23330         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
23331         * sys/v4l/gstv4lsrc.c:
23332         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23333         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
23334         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
23335         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
23336         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
23337           remove gst_info calls
23338
23339 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23340
23341         * Makefile.am:
23342         * po/af.po:
23343         * po/az.po:
23344         * po/en_GB.po:
23345         * po/nl.po:
23346         * po/sr.po:
23347         * po/sv.po:
23348           Updated translations
23349
23350 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23351
23352         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
23353           refactor/comment code
23354
23355 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23356
23357         * gst/asfdemux/Makefile.am:
23358         * gst/asfdemux/asfheaders.c:
23359         * gst/asfdemux/asfheaders.h:
23360         * gst/asfdemux/gstasf.c: (plugin_init):
23361         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
23362         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
23363         (gst_asf_demux_setup_pad):
23364         * gst/asfdemux/gstasfdemux.h:
23365         * gst/asfdemux/gstasfmux.c:
23366         * gst/asfdemux/gstasfmux.h:
23367           Add tagging support to demuxer, split out registration in its own
23368           file instead of in demux (hacky), and prevent having some tables
23369           in our memory multiple times (in asfheaders.h).
23370
23371 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23372
23373         * gst/matroska/matroska-demux.c:
23374         (gst_matroska_demux_parse_metadata):
23375         * gst/matroska/matroska-ids.h:
23376           Basic tag reading support.
23377
23378 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23379
23380         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23381           Really detect ac-3 audio.
23382         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
23383           really detect matroska files (off-by-1).
23384
23385 2004-04-30  David Schleef  <ds@schleef.org>
23386
23387         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23388         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
23389         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
23390         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
23391         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
23392         hackage -- parse a lot more atoms, extract a few tags.  One might even
23393         mistake this for tag support.  Maybe it is.
23394         * gst/qtdemux/qtdemux.h:
23395
23396 2004-04-30  Colin Walters  <walters@verbum.org>
23397
23398         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
23399
23400 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23401
23402         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23403         (gst_ffmpegcolorspace_getcaps):
23404           remove broken nego fix
23405
23406 2004-04-30  Benjamin Otte  <otte@gnome.org>
23407
23408         * configure.ac:
23409         * ext/Makefile.am:
23410         * ext/libvisual/Makefile.am:
23411         * ext/libvisual/visual.c:
23412           add initial support for libvisual (http://libvisual.sourceforge.net)
23413           libvisual is still quite alpha, so expect crashes in there :)
23414
23415 2004-04-29  David Schleef  <ds@schleef.org>
23416
23417         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
23418         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
23419         up qtdemux to make it spit out codec_data.  Do _not_ look at this
23420         code; you will no longer respect me.
23421
23422 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
23423
23424         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
23425         * ext/alsa/gstalsa.h :
23426         change alsa pcm device discovery to find more than 1 device
23427         per card. code review by Ronald.
23428
23429 2004-04-29  David Schleef  <ds@schleef.org>
23430
23431         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
23432         Add a check for a driver bug on FreeBSD.  (bug #140565)
23433
23434 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23435
23436         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
23437         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
23438         (gst_jpegenc_getcaps):
23439           move format setting to inner loop
23440         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23441         (gst_ffmpegcolorspace_getcaps):
23442           use GST_PAD_CAPS if available so that we use already negotiated
23443           caps
23444         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23445         (qtdemux_parse_moov), (qtdemux_parse):
23446           extra debugging
23447         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
23448         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
23449           move hardcoded path to DEFINE
23450
23451 2004-04-28  David Schleef  <ds@schleef.org>
23452
23453         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
23454         (bug #140064)
23455
23456 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23457
23458         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
23459           Don't probe for playback device if we're a source element. Fixes
23460           #139658.
23461
23462 2004-04-29  Benjamin Otte  <otte@gnome.org>
23463
23464         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23465         (gst_id3_tag_chain):
23466           rewrite buffer offset
23467
23468 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23469
23470         * configure.ac:
23471         * ext/Makefile.am:
23472         * ext/dts/Makefile.am:
23473         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
23474         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
23475         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
23476         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
23477         (gst_dtsdec_loop), (gst_dtsdec_change_state),
23478         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
23479         (plugin_init):
23480         * ext/dts/gstdtsdec.h:
23481           New DTS decoder.
23482         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
23483         (gst_faad_srcconnect):
23484           Add ESDS atom handling (.m4a).
23485
23486 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23487
23488         * ext/divx/gstdivxdec.c: (plugin_init):
23489           Remove comment that makes no sense.
23490         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
23491           Fix for obvious typo that resulted in warnings during gst-register.
23492         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
23493         (gst_xviddec_sink_link):
23494           Fix caps negotiation a bit better.
23495         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23496           We call this 'codec_data', not 'esds'.
23497
23498 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23499
23500         * gst/monoscope/gstmonoscope.c:
23501           make sure we only provide 256x128
23502         * gst/monoscope/monoscope.c: (monoscope_init):
23503           assert size of 256x128
23504
23505 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23506
23507         * Makefile.am:
23508         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
23509         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
23510           fixate to max width and height of device
23511
23512 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23513
23514         * Makefile.am:
23515         * sys/v4l/gstv4l.c:
23516         * sys/v4l/gstv4lsrc.c:
23517         * sys/v4l/v4l_calls.c:
23518         * sys/v4l/v4lsrc_calls.c:
23519           fix for qc-usb driver which fakes having more than one buffer
23520           by handing the same buffer twice, which confused GStreamer's/v4lsrc
23521           buffer_free override
23522           add debugging
23523
23524 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23525
23526         * Makefile.am:
23527         * gst/videotestsrc/gstvideotestsrc.c:
23528         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
23529         (gst_videotestsrc_init), (gst_videotestsrc_get),
23530         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
23531         * gst/videotestsrc/gstvideotestsrc.h:
23532           add num-buffers property
23533
23534         2004-04-26  Benjamin Otte  <otte@gnome.org>
23535
23536         * ext/mad/gstid3tag.c: (plugin_init):
23537           set id3mux rank to NONE so it doesn't confuse spider
23538           require audio/mpeg,mpegversion=1 in id3mux
23539
23540 2004-04-26  Benjamin Otte  <otte@gnome.org>
23541
23542         * configure.ac:
23543           detect faad correctly as non-working if it's indeed non-working
23544
23545 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23546
23547         * Makefile.am:
23548         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
23549         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
23550         fix _getcaps so it only negotiates to its supported format
23551
23552 2004-04-25  Benjamin Otte  <otte@gnome.org>
23553
23554         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
23555           fix memleak
23556
23557 2004-04-23  Benjamin Otte  <otte@gnome.org>
23558
23559         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
23560           audio/x-raw-int with height rules! not. Now it's depth.
23561
23562 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23563
23564         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
23565         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23566         (gst_wavparse_loop):
23567           Missing variable initialization. Add handling of DVI ADPCM. Fix
23568           mis-parsing of LIST chunks. This works around a bug where we mis-
23569           parse non-aligning LIST chunks (so LIST chunks where the contents
23570           don't align with the actual LIST size). The correct fix is to use
23571           rifflib, I'm not going to fix wavparse - too much work. All this
23572           fixes #104878.
23573
23574 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23575
23576         reviewed by Benjamin Otte  <otte@gnome.org>
23577
23578         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
23579           fix shoutcast not working (fixes #140844)
23580
23581 2004-04-22  Benjamin Otte  <otte@gnome.org>
23582
23583         * ext/hermes/gsthermescolorspace.c:
23584         (gst_hermes_colorspace_caps_remove_format_info):
23585         * gst/colorspace/gstcolorspace.c:
23586         (gst_colorspace_caps_remove_format_info):
23587         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23588         (gst_ffmpegcolorspace_caps_remove_format_info):
23589           s/gst_caps_simplify/gst_caps_do_simplify/
23590
23591 2004-04-22  Benjamin Otte  <otte@gnome.org>
23592
23593         * gst-libs/gst/riff/riff-media.c:
23594         (gst_riff_create_video_caps_with_data):
23595           mpegversion is an int
23596         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
23597           don't try to create pad templates with NULL caps, use any caps
23598           instead.
23599
23600 2004-04-20  David Schleef  <ds@schleef.org>
23601
23602         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
23603         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
23604         (bug #140384)
23605
23606 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
23607
23608         reviewed by David Schleef
23609
23610         * ext/mad/gstid3tag.c: Add stdlib.h
23611         * gst/rtp/gstrtpgsmenc.c: same
23612         * gst/tags/gstid3tag.c: same
23613         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
23614         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
23615         GST_DISABLE_LOADSAVE use.
23616         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
23617         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
23618         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
23619         atol(3)).
23620         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
23621         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
23622         strtoul(3)).
23623         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
23624         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
23625         $(ID3_CFLAGS).
23626         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
23627         $(LIBFAME_CFLAGS).
23628
23629 2004-04-20  David Schleef  <ds@schleef.org>
23630
23631         * gst/realmedia/rmdemux.c:  This was supposed to part of the
23632         last checkin.  Same idea.
23633
23634 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
23635
23636         reviewed by David Schleef
23637
23638         * configure.ac: bump required gstreamer version to 0.8.1.1
23639         because of following changes [--ds]
23640
23641         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
23642         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
23643         (gst_riff_read_header):  Use GST_READ_UINT*
23644         macros to access possibly unaligned memory.
23645
23646         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
23647         (mp3_type_find):  Use GST_READ_UINT*
23648         macros to access possibly unaligned memory.
23649         (mp3_type_find, mpeg1_parse_header, qt_type_find)
23650         (speex_type_find): Likewise
23651
23652         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
23653
23654         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
23655         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
23656         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
23657         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
23658         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
23659         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
23660         macros to access possibly unaligned memory.
23661
23662         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
23663         Likewise.
23664
23665         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
23666         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
23667
23668         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23669         Likewise.
23670
23671         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
23672         (gst_mpeg2subt_chain_subtitle): Likewise.
23673
23674         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
23675         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
23676         Likewise.
23677
23678         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
23679         Likewise.
23680
23681         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
23682         Likewise.
23683
23684         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
23685         Likewise.
23686
23687 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23688
23689         * configure.ac:
23690           update required version of GStreamer because of GST_TIME_FORMAT
23691
23692 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23693
23694         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
23695           remove leftover g_print
23696         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23697           don't try setting only a subset of the caps. We don't want to kill
23698           autoplugging on purpose
23699
23700 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23701
23702         * sys/ximage/ximagesink.c: (plugin_init):
23703         * sys/xvimage/xvimagesink.c: (plugin_init):
23704           add debugging categories
23705
23706 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23707
23708         * po/en_GB.po:
23709         * po/LINGUAS:
23710           Adding en_GB translation (Gareth Owen)
23711
23712 2004-04-20  David Schleef  <ds@schleef.org>
23713
23714         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23715         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
23716         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
23717         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
23718         A number of new features and hacks to extract the esds atom and
23719         put it into the caps.  (bug #137724)
23720
23721 2004-04-19  David Schleef  <ds@schleef.org>
23722
23723         * gconf/Makefile.am: Fix for non-GNU make
23724         * gst-libs/gst/Makefile.am: Change directory order to handle
23725         GstPlay linking with gstinterfaces
23726         * gst-libs/gst/audio/make_filter: make use of tr portable
23727         * gst-libs/gst/play/Makefile.am: Add intended \
23728         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
23729         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
23730         function prototype instead of void *.
23731         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
23732         macro.
23733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23734         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
23735         * gst/videofilter/make_filter: make use of tr portable
23736         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
23737
23738 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23739
23740         * po/LINGUAS:
23741         * po/uk.po:
23742           Added Ukrainian translation (Maxim V. Dziumanenko)
23743
23744 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23745
23746         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
23747         (gst_gsmdec_link), (gst_gsmdec_chain):
23748           Fix capsnego, simplify chain function slightly.
23749         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23750           Add GSM.
23751
23752 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23753
23754         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23755         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
23756         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
23757           Hack to make wavparse work with spider (always -> sometimes pad).
23758           Fixes #135862 && #140411.
23759
23760 2004-04-18  Benjamin Otte  <otte@gnome.org>
23761
23762         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
23763         (gst_osselement_rate_probe_check),
23764         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
23765           get rid of \n in debug output
23766
23767 2004-04-17  Iain <iain@prettypeople.org>
23768
23769         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
23770         not just EOS.
23771
23772 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23773
23774         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
23775         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
23776         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
23777         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
23778         (gst_id3_tag_src_link), (gst_id3_tag_chain),
23779         (gst_id3_tag_change_state), (plugin_init):
23780           deprecate id3tag element and replace with id3demux/id3mux.
23781           great side effect: this ugly file is now even uglier, yay!
23782         * ext/mad/gstmad.h:
23783           remove non-available function
23784           update for new get_type
23785
23786 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23787
23788         * configure.ac:
23789           require mpeg2dec >= 0.4.0
23790
23791 2004-04-17  Benjamin Otte  <otte@gnome.org>
23792
23793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23794         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23795         (gst_xvimagesink_set_xwindow_id):
23796           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
23797           assorted cleanup fixes.
23798
23799 2004-04-16  David Schleef  <ds@schleef.org>
23800
23801         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
23802         * sys/xvimage/xvimagesink.h: same
23803
23804 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23805
23806         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
23807           Fix GST_ELEMENT_ERROR with (NULL)
23808
23809 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23810
23811         * gst-libs/gst/riff/riff-media.c:
23812         (gst_riff_create_video_caps_with_data):
23813           Add div[3456] as fourccs for DivX 3 (fixes #140137).
23814
23815 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23816
23817         * gst-libs/gst/riff/riff-media.c:
23818         (gst_riff_create_video_caps_with_data),
23819         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
23820         (gst_riff_create_video_template_caps),
23821         (gst_riff_create_audio_template_caps):
23822         * gst-libs/gst/riff/riff-media.h:
23823         * gst-libs/gst/riff/riff-read.c:
23824         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
23825         * gst-libs/gst/riff/riff-read.h:
23826         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23827           Add MS RLE support. I added some functions to read out strf chunks
23828           into strf chunks and the data behind it. This is usually color
23829           palettes (as in RLE, but also in 8-bit RGB). Also use those during
23830           caps creation. Lastly, add ADPCM (similar to wavparse - which
23831           should eventually be rifflib based).
23832         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23833         (gst_matroska_demux_init), (gst_matroska_demux_reset):
23834         * gst/matroska/matroska-demux.h:
23835           Remove placeholders for some prehistoric tagging system. Didn't add
23836           support for any tag system really anyway.
23837         * gst/qtdemux/qtdemux.c:
23838           Add support for audio/x-m4a (MPEG-4) through spider.
23839         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23840         (gst_wavparse_loop):
23841           ADPCM support (#135862). Increase max. buffer size because we
23842           cannot split buffers for ADPCM (screws references) and I've seen
23843           files with 2048 byte chunks. 4096 seems safe for now.
23844
23845 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23846
23847         * configure.ac: bump nano to 1
23848
23849 === release 0.8.1 ===
23850
23851 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
23852
23853         * configure.ac: releasing 0.8.1, "Comforting Sounds"
23854
23855 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23856
23857         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
23858           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
23859           Fixes #140058
23860
23861 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23862
23863         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
23864           lower rank of dvddemux so that it's not used for mpeg playback.
23865
23866 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23867
23868         * configure.ac:
23869           save libs correctly when checking mad
23870
23871 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23872
23873         * ext/mad/gstid3tag.c: (plugin_init):
23874           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
23875
23876 2004-04-13  David Schleef  <ds@schleef.org>
23877
23878         * common/m4/gst-feature.m4: Call -config scripts with
23879         --plugin-libs if it is supported.
23880         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
23881         JPEG images are image/jpeg.
23882         * gst/debug/Makefile.am:
23883         * gst/debug/negotiation.c: (gst_negotiation_class_init),
23884         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
23885         (gst_negotiation_update_caps), (gst_negotiation_get_property),
23886         (gst_negotiation_plugin_init): Add a property that acts like
23887         filter caps.
23888         * testsuite/gst-lint:  Move license checking to be a standard
23889         test.
23890
23891 2004-04-13  David Schleef  <ds@schleef.org>
23892
23893         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
23894         patch from Sebastien Cote (bug #139958)
23895
23896 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23897
23898         * examples/gstplay/Makefile.am:
23899         * examples/gstplay/player.c: (main):
23900           make the commandline player example use gconf settings
23901
23902 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23903
23904         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
23905         (gst_cacasink_sinkconnect), (gst_cacasink_init),
23906         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
23907           init/end library during state transition, not object
23908           creation/disposal.  get rid of custom dispose handler.
23909
23910
23911 2004-04-12  Christian Schaller <Uraeus@gnome.org>
23912
23913         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
23914         be a symlink
23915
23916 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23917
23918         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
23919           Handle JUNK chunks inside data section. Prevents warnings.
23920
23921 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23922
23923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23924         (gst_riff_create_video_template_caps):
23925           Add MS video v1.
23926         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23927         (gst_avi_demux_stream_data):
23928           Add support for "rec-list" chunks.
23929
23930 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23931
23932         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
23933           Fix another codecname mismatch.
23934
23935 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23936
23937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
23938           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
23939           so that MJPEG plays back.
23940
23941 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23942
23943         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23944         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
23945         * gst/mpeg1videoparse/gstmp1videoparse.h:
23946           Fix for some slight mis-cuts in buffer parsing, and for some
23947           potential overflows or faults-causers. Adds disconts. Also fixes
23948           #139105 while we're at it.
23949
23950 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23951
23952         * configure.ac:
23953         * sys/v4l2/gstv4l2element.h:
23954           Workaround for missing struct v4l2_buffer declaration in Suse 9
23955           and Mandrake 10 linux/videodev2.h header file (#135919).
23956
23957 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23958
23959         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
23960           Bail out if no filename was given.
23961
23962 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23963
23964         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
23965         (gst_v4l2_fourcc_from_structure):
23966           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
23967           Y41B somewhere).
23968
23969 2004-04-09  Benjamin Otte  <otte@gnome.org>
23970
23971         * ext/gnomevfs/gstgnomevfssink.c:
23972         (_gst_boolean_allow_overwrite_accumulator),
23973         (gst_gnomevfssink_class_init):
23974           fix erase signal - if any handler returns false the file will not be
23975           overwritten. If no handler is connected, the file will not be
23976           overwritten either.
23977           renamed signal to "allow-overwrite"
23978         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
23979           free string when adding it to ID3 failed
23980         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
23981           unref event when done
23982         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
23983           free caps
23984         * gst/typefind/gsttypefindfunctions.c:
23985         (mpeg_video_stream_type_find):
23986           fix invalid read
23987
23988 2004-04-08  David Schleef  <ds@schleef.org>
23989
23990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23991         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
23992
23993 2004-04-08  David Schleef  <ds@schleef.org>
23994
23995         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
23996         we don't support (bug #139532)
23997
23998 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
23999
24000         * ext/mad/gstmad.c: (gst_mad_handle_event),
24001         (gst_mad_check_caps_reset), (gst_mad_chain),
24002         (gst_mad_change_state):
24003           only set explicit caps if they haven't been set before for
24004           this stream.  MPEG-audio sample rate/channels aren't allowed
24005           to change in-stream.
24006           Fixes #139382
24007
24008 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24009
24010         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
24011         (_gst_boolean_did_something_accumulator),
24012         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
24013         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
24014         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
24015         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
24016         (gst_gnomevfssink_change_state):
24017           Fix erase signal. Don't erase by default. Remove handoff signal.
24018           Remove erase property. Don't segfault. General cleanup.
24019
24020 2004-04-07  Benjamin Otte  <otte@gnome.org>
24021
24022         * gst-libs/gst/gconf/test-gconf.c: (main):
24023           add missing gst_init
24024
24025 2004-04-07  Benjamin Otte  <otte@gnome.org>
24026
24027         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
24028           free the mutexes, too
24029
24030 2004-04-07  Benjamin Otte  <otte@gnome.org>
24031
24032         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
24033           actually free the URI string
24034         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
24035           compute offset correctly when passing discont events
24036         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24037           don't leak discont events
24038         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
24039           add some missing breaks so caps aren't copied randomly
24040         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
24041           if we realloc memory, we better use it
24042
24043 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24044
24045         * ext/mad/gstmad.c: (normal_seek):
24046           fix GST_FORMAT_TIME usage
24047
24048 2004-04-05  David Schleef  <ds@schleef.org>
24049
24050         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
24051         a deprecated function (hack!)
24052
24053 2004-04-05  Benjamin Otte  <otte@gnome.org>
24054
24055         * ext/esd/esdmon.c: (gst_esdmon_get):
24056           fix nonterminated vararg and memleak
24057
24058 2004-04-05  Benjamin Otte  <otte@gnome.org>
24059
24060         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
24061         (gst_ladspa_init), (gst_ladspa_force_src_caps),
24062         (gst_ladspa_set_property), (gst_ladspa_get_property),
24063         (gst_ladspa_instantiate), (gst_ladspa_activate),
24064         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
24065           clean up debugging
24066
24067 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
24068
24069         reviewed by Benjamin Otte  <otte@gnome.org>
24070
24071         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
24072           check for broken LADSPA parameters (fixes #138635)
24073
24074 2004-04-05  Benjamin Otte  <otte@gnome.org>
24075
24076         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
24077           advertise buffer-frames correctly on sinkpads
24078
24079 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24080
24081         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
24082         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
24083         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
24084         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
24085         (gst_mad_check_caps_reset), (gst_mad_chain):
24086         add more debugging, only reset caps when we're not in error state
24087
24088 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24089
24090         * ext/mad/gstmad.c: add debugging category, comment + cleanups
24091
24092 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
24093
24094         reviewed by Benjamin Otte  <otte@gnome.org>
24095
24096         * configure.ac:
24097           fix == in test(1) operator
24098
24099 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
24100
24101         reviewed by Benjamin Otte  <otte@gnome.org>
24102
24103         * configure.ac:
24104           fix --export-symblos-regex to a working regex.
24105
24106 2004-04-04  Benjamin Otte  <otte@gnome.org>
24107
24108         * sys/oss/.cvsignore:
24109           add for oss_probe
24110
24111 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
24112
24113         reviewed by Benjamin Otte  <otte@gnome.org>
24114
24115         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24116           add missing 'new_media' argument (fixes #138168)
24117         * gst/matroska/matroska-demux.c:
24118         (gst_matroska_demux_handle_seek_event):
24119           add vararg terminator (fixes #138169)
24120
24121 2004-04-02  David Schleef  <ds@schleef.org>
24122
24123         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
24124         disted (bug #138914)
24125
24126 2004-04-01  Benjamin Otte  <otte@gnome.org>
24127
24128         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
24129         (gst_alsa_close_audio):
24130           handle case better where a soundcard can't pause
24131         * ext/ogg/gstoggdemux.c:
24132           don't crash when we get events but don't have pads yet
24133
24134 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24135
24136         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
24137           throw an error if we couldn't probe any caps.
24138
24139 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
24140
24141         * ext/dvdnav/gst-dvd:
24142         Add a really simple sample DVD player
24143
24144 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
24145
24146         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
24147         (gst_a52dec_push), (gst_a52dec_handle_event),
24148         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
24149         (gst_a52dec_change_state):
24150         * ext/a52dec/gsta52dec.h:
24151           Use a debug category, Output timestamps correctly
24152           Emit tag info, Handle events, tell liba52dec about cpu
24153           capabilities so it can use MMX etc.
24154         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
24155           Fix a crasher accessing invalid memory
24156         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
24157         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
24158         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24159         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
24160         (dvdnavsrc_query):
24161           Some support for byte-format seeking.
24162           Small fixes for still frames and menu button overlays
24163         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
24164         (gst_mpeg2dec_alloc_buffer):
24165           Use a debug category. Adjust the report level of several items to
24166           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
24167           so it doesn't lose the GstBuffer pointer
24168         * gst/debug/Makefile.am:
24169         * gst/debug/gstdebug.c: (plugin_init):
24170         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
24171         (gst_navseek_base_init), (gst_navseek_class_init),
24172         (gst_navseek_init), (gst_navseek_seek),
24173         (gst_navseek_handle_src_event), (gst_navseek_set_property),
24174         (gst_navseek_get_property), (gst_navseek_chain),
24175         (gst_navseek_plugin_init):
24176         * gst/debug/gstnavseek.h:
24177           Add the navseek debug element for seeking back and forth in a
24178           video stream using arrow keys.
24179         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
24180         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
24181         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
24182         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
24183         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
24184         (gst_mpeg2subt_parse_header), (gst_get_nibble),
24185         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
24186         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
24187         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
24188         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
24189         * gst/mpeg2sub/gstmpeg2subt.h:
24190           Pretty much a complete rewrite. Now a loopbased element. May still
24191           require work to properly synchronise subtitle buffers.
24192         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
24193         (gst_dvd_demux_send_subbuffer):
24194         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
24195           Don't attempt to create subbuffers of size 0
24196           Reduce a couple of error outputs to warnings.
24197         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
24198         (gst_y4mencode_chain):
24199         Output the y4m frame header correctly.
24200
24201 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24202
24203         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
24204           throw errors instead of allowing SIGFPE
24205
24206 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24207
24208         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
24209         (gst_gconf_render_bin_from_key):
24210           leak plugging and style fixing
24211
24212 2004-03-31  David Schleef  <ds@schleef.org>
24213
24214         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
24215         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
24216         (bug #138225)
24217         * gst/debug/Makefile.am:
24218         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
24219         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
24220         plugin.
24221         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
24222         (gst_negotiation_base_init), (gst_negotiation_class_init),
24223         (gst_negotiation_init), (gst_negotiation_getcaps),
24224         (gst_negotiation_pad_link), (gst_negotiation_chain),
24225         (gst_negotiation_set_property), (gst_negotiation_get_property),
24226         (gst_negotiation_plugin_init):  New element to talk about random
24227         negotiation things happening in a pipeline.
24228
24229 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24230
24231         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
24232           fix integer addition with help of Stefan Kost
24233
24234 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24235
24236         * po/nl.po: updated Dutch translation (Elros Cyriatan)
24237
24238 2004-03-30  David Schleef  <ds@schleef.org>
24239
24240         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
24241         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
24242         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
24243         (bug #137504)
24244         * ext/mpeg2dec/gstmpeg2dec.h:
24245
24246 2004-03-30  David Schleef  <ds@schleef.org>
24247
24248         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
24249
24250 2004-03-30  David Schleef  <ds@schleef.org>
24251
24252         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
24253         Michael Petullo) to handle .mov
24254
24255 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24256
24257         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24258         (gst_osselement_rate_check_rate):
24259           probe caps correctly for sound cards that only support one format
24260
24261 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24262
24263         * ext/kio/kiosrc.cpp: (process_events):
24264           update handling event processing if inside KDE - untested
24265
24266 2004-03-29  David Schleef  <ds@schleef.org>
24267
24268         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
24269         by 2 to not interfere with other colorspaces.
24270         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
24271         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
24272         one to not interfere with ffmpeg_colorspace.
24273
24274 2004-03-29  David Schleef  <ds@schleef.org>
24275
24276         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
24277         aren't in the caps.
24278         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
24279         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
24280
24281 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24282
24283         * gst-libs/gst/riff/riff-media.c:
24284           fail on error, don't try to set stuff on NULL caps
24285
24286 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24287
24288         * configure.ac:
24289         * ext/Makefile.am:
24290         * ext/kio/Makefile.am:
24291         * ext/kio/kioreceiver.cpp:
24292         * ext/kio/kioreceiver.h:
24293         * ext/kio/kiosrc.cpp:
24294         * ext/kio/kiosrc.h:
24295           add experimental kiosrc plugin
24296         * ext/alsa/gstalsaplugin.c: (plugin_init):
24297           initialize debugging category only when we're sure registering the
24298           plugins worked.
24299
24300 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24301
24302         * examples/gstplay/player.c: (main):
24303         * gst-libs/gst/play/play.c: (gst_play_class_init),
24304         (gst_play_set_location), (gst_play_set_data_src),
24305         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24306         (gst_play_set_visualization), (gst_play_connect_visualization):
24307           check return values of element_set_state and return FALSE where
24308           failed
24309
24310 2004-03-29  Benjamin Otte  <otte@gnome.org>
24311
24312         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24313           try harder to check if an event is really a discont
24314
24315 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24316
24317         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
24318         * po/az.po:
24319
24320 2004-03-28  Benjamin Otte  <otte@gnome.org>
24321
24322         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
24323         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24324         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24325           get rid of non-standard "..." ranges in case statements.
24326
24327 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
24328
24329         * gst/mpegstream/gstmpegdemux.c:
24330         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
24331         specific functionality split to the new dvddemux element.
24332         * gst/mpegstream/gstdvddemux.c:
24333         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
24334         streams, derived from mpegdemux.
24335         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
24336         up. SCR based timestamp rewriting can be turned off (will probably
24337         completely disappear soon).
24338         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
24339         hacking. General cleanup. All printf statements replaced by
24340         debugging messages. Almost complete libdvdnav support.
24341         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
24342         by events. New properties for audio and subpicture languages.
24343         (dvdnavsrc_update_highlight): Now uses events.
24344         (dvdnavsrc_user_op): Cleaned up.
24345         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
24346         based). Lots of cleanup, and propper support for most libdvdnav
24347         events.
24348         (dvdnavsrc_make_dvd_event): New function.
24349         (dvdnavsrc_make_dvd_nav_packet_event): New function.
24350         (dvdnavsrc_make_clut_change_event): New function.
24351
24352 2004-03-26  Benjamin Otte  <otte@gnome.org>
24353
24354         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
24355           fix bug where typefinding would claim it's theora whenever less then
24356           7 bytes of data were available
24357
24358 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24359
24360         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
24361         (gst_alawdec_base_init), (gst_alawdec_class_init),
24362         (gst_alawdec_init), (gst_alawdec_chain):
24363         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
24364         (gst_alawenc_base_init), (gst_alawenc_class_init),
24365         (gst_alawenc_init), (gst_alawenc_chain):
24366         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
24367         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
24368         (gst_mulawdec_init), (gst_mulawdec_chain):
24369         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
24370         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
24371         (gst_mulawenc_init), (gst_mulawenc_chain):
24372           Fix capsnego in all four, remove the unused property functions and
24373           simplify the chain functions slightly. I guess we could use macros
24374           or something similar for those, since the code is so similar, but
24375           I'm currently too lazy...
24376
24377 2004-03-24  David Schleef  <ds@schleef.org>
24378
24379         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
24380         (gst_osselement_close_audio), (gst_osselement_probe_caps),
24381         (gst_osselement_get_format_structure),
24382         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
24383         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
24384         (gst_osselement_rate_int_compare): Add code to handle rate probing
24385         (bug #120883)
24386         * sys/oss/gstosselement.h: same
24387         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
24388         Use rate probing provided by osselement.
24389         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
24390
24391 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24392
24393         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
24394         (gst_xvidenc_get_property):
24395           ulong/int mess-up.
24396
24397 2004-03-24  David Schleef  <ds@schleef.org>
24398
24399         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
24400         (gst_speexdec_init):
24401         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
24402         (gst_speexenc_init):  Create the pad template correctly (from
24403         the static pad template, not a NULL pointer.)
24404
24405 2004-03-25  Benjamin Otte  <otte@gnome.org>
24406
24407         * gst/debug/Makefile.am:
24408         * gst/debug/breakmydata.c:
24409           add element that quasi-randomly changes bytes in the stream.
24410           Intended use is robustness checking of demuxers and decoders in
24411           media tests.
24412
24413 2004-03-24  Benjamin Otte  <otte@gnome.org>
24414
24415         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24416         (gst_alsa_probe_hw_params):
24417         * ext/alsa/gstalsa.h:
24418           debugging output fixes
24419
24420 2004-03-24  Benjamin Otte  <otte@gnome.org>
24421
24422         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
24423           don't g_return_if_fail if element is PLAYING, fail silently as every
24424           other element.
24425         * gst/effectv/gstquark.c: (gst_quarktv_chain):
24426           only fix needed for cast lvalue issues in gst-plugins
24427         * gst/volenv/gstvolenv.c: (gst_volenv_init):
24428           add proxy_getcaps
24429
24430 2004-03-24  Benjamin Otte  <otte@gnome.org>
24431
24432         * gst/level/gstlevel.c: (gst_level_init):
24433           add proxying getcaps function, so level doesn't advertise impossible
24434           caps
24435
24436 2004-03-24  David Schleef  <ds@schleef.org>
24437
24438         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
24439         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
24440         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
24441         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
24442         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
24443         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
24444         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
24445         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
24446         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
24447         messages.  Divide the chunk size by the compression ratio
24448         (needed for MACE audio)
24449
24450 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24451
24452         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
24453           Fix buffer overflow read error.
24454
24455 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24456
24457         * ext/alsa/gstalsa.h:
24458           Remove unused entry.
24459         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
24460           Add cinepak.
24461         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24462         (gst_videodrop_link), (gst_videodrop_chain):
24463           Fix, sort of. Was horribly broken with new capsnego. Bah...
24464
24465 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
24466
24467         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
24468         (plugin_init):
24469         Add a monkeysaudio typefind function
24470
24471 2004-03-23  Johan Dahlin  <johan@gnome.org>
24472
24473         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
24474         (gst_play_video_fixate): Check so the structure has the field
24475         before trying to fixate them, this makes it possible to have
24476         fakesinks for video and audio output without printing errors on
24477         the output console.
24478
24479 2004-03-22  David Schleef  <ds@schleef.org>
24480
24481         * sys/oss/Makefile.am:
24482         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
24483         (check_rate), (add_rate):  Rate probing test app.
24484
24485 2004-03-21  Benjamin Otte  <otte@gnome.org>
24486
24487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
24488         (_fixate_caps_to_int), (gst_audio_convert_fixate):
24489           add a fixation function that pretty much does the right thing (fixes
24490           #137556)
24491
24492 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
24493
24494         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
24495
24496 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
24497
24498         reviewed by: Benjamin Otte  <otte@gnome.org>
24499
24500         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24501           terminate gst_event_new_discontinuous correctly (fixes parts of
24502           #137711)
24503
24504 2004-03-19  David Schleef  <ds@schleef.org>
24505
24506         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
24507         since it doesn't depend on X, and it's part of our ABI.
24508
24509 2004-03-19  Iain <iain@prettypeople.org>
24510
24511         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
24512         is_int in the structure, not the local variable.
24513
24514 2004-03-19  David Schleef  <ds@schleef.org>
24515
24516         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
24517         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
24518         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
24519         Improvements in caps negotiation.
24520
24521 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24522
24523         * po/LINGUAS:
24524         * po/af.po:
24525           adding Afrikaans (Petri Jooste)
24526
24527 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24528
24529         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24530         (gst_ffmpegcolorspace_chain):
24531         throw error instead of g_critical (#137588)
24532
24533 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24534
24535         * Makefile.am:
24536         * configure.ac:
24537           dist common and m4 correctly
24538         * po/sv.po:
24539
24540 2004-03-17  David Schleef  <ds@schleef.org>
24541
24542         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
24543         (bug #137348)
24544
24545 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24546
24547         * po/LINGUAS:
24548         * po/sv.po:
24549           adding Swedish translation (Christian Rose)
24550
24551 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24552
24553         * Makefile.am: use release.mak
24554
24555 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
24556
24557         * common/ChangeLog:
24558         * common/gst-autogen.sh:
24559           add some explanation about the version detection
24560         * configure.ac:
24561           fix X check
24562
24563 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
24564
24565         * configure.ac: bump nano to 1
24566
24567 === release 0.8.0 ===
24568
24569 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
24570
24571         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
24572
24573 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
24574
24575         * configure.ac:
24576           update libtool version
24577         * gst-libs/gst/media-info/Makefile.am:
24578           actually use libtool version
24579
24580 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24581
24582         * configure.ac: fix speex detection to work with 1.0 but not 1.1
24583
24584 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24585
24586         * configure.ac:
24587         * gst-plugins.spec.in:
24588         * pkgconfig/Makefile.am:
24589         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
24590         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24591         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24592         * pkgconfig/gstreamer-libs.pc.in:
24593         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24594         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24595         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
24596         * pkgconfig/gstreamer-plugins.pc.in:
24597           remove @VERSION@ from some of the pc files since core and plugins
24598           are decoupled.
24599           created gstreamer-plugins.pc as it's a better name, but keeping
24600           -libs around for now to get fixes upstream done first.
24601
24602 2004-03-15  Julien MOUTTE <julien@moutte.net>
24603
24604         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
24605         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
24606         * gst-libs/gst/play/play.h:
24607
24608 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24609
24610         * *.c, *.cc: don't mix tabs and spaces
24611
24612 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24613
24614         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
24615           use the new ffmpegcolorspace
24616         * gst-plugins.spec.in:
24617           package new colorspace and media-info
24618         * configure.ac:
24619         * pkgconfig/Makefile.am:
24620           fix some more disting issues
24621         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24622         * pkgconfig/gstreamer-media-info.pc.in:
24623           generate media-info pc files
24624
24625 2004-03-15  Johan Dahlin  <johan@gnome.org>
24626
24627         * *.h: Revert indenting
24628
24629 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24630
24631         * configure.ac:
24632           adding ffmpegcolorspace element
24633         * gst/ffmpegcolorspace/Makefile.am:
24634         * gst/ffmpegcolorspace/avcodec.h:
24635         * gst/ffmpegcolorspace/common.h:
24636         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
24637         * gst/ffmpegcolorspace/dsputil.h:
24638         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
24639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24640         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
24641         (gst_ffmpeg_caps_to_pix_fmt):
24642         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
24643         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24644         (gst_ffmpegcolorspace_caps_remove_format_info),
24645         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
24646         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
24647         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
24648         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
24649         (gst_ffmpegcolorspace_set_property),
24650         (gst_ffmpegcolorspace_get_property),
24651         (gst_ffmpegcolorspace_register):
24652         * gst/ffmpegcolorspace/imgconvert.c:
24653         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
24654         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
24655         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
24656         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
24657         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
24658         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
24659         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
24660         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
24661         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
24662         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
24663         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
24664         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
24665         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
24666         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
24667         (img_get_alpha_info), (deinterlace_line),
24668         (deinterlace_line_inplace), (deinterlace_bottom_field),
24669         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
24670         * gst/ffmpegcolorspace/imgconvert_template.h:
24671         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
24672         * gst/ffmpegcolorspace/mmx.h:
24673         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
24674           adding ffmpegcolorspace element supplied by Ronald after cleaning
24675           up and pulling in the right bits of upstream source.
24676           I'm sure a better C/compiler wizard could do some cleaning up (for
24677           example use GLIB's malloc stuff), but as a first pass this
24678           works very well
24679
24680 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24681
24682         * ext/alsa/gstalsa.h:
24683           I assume Ronald forgot to commit the change to have cardname
24684           as a struct member.  Expect some public spanking at the next
24685           opportunity.
24686
24687 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24688
24689         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
24690         (gst_alsa_open_audio), (gst_alsa_close_audio):
24691         * ext/alsa/gstalsa.c:
24692           Don't open the device if we're a mixer (= padless).
24693         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
24694         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
24695         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
24696           Open mixer during state change rather than during object
24697           initialization. Also, get a device name. Currently in a somewhat
24698           hackish fashion, but I didn't really find something better.
24699
24700 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24701
24702         * *.c, *.h: run gst-indent
24703
24704 2004-03-14  Benjamin Otte  <otte@gnome.org>
24705
24706         * gst/modplug/gstmodplug.cc:
24707         * gst/modplug/gstmodplug.h:
24708           set correct timestamps on outgoing buffers
24709
24710 2004-03-14  Benjamin Otte  <otte@gnome.org>
24711
24712         * gst/modplug/gstmodplug.cc:
24713           handle events - don't do crap when a discont arrives that's not
24714           necessary
24715           This allows correct loading and playback of mods in Rhythmbox
24716
24717 2004-03-14  Benjamin Otte  <otte@gnome.org>
24718
24719         * configure.ac:
24720         * gst-libs/gst/gconf/Makefile.am:
24721         * pkgconfig/Makefile.am:
24722           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
24723           they get rebuilt properly
24724         * configure.ac:
24725           when checking for vorbis, try pkgconfig first.
24726         * gst/modplug/gstmodplug.cc:
24727           add fixate function
24728
24729 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24730
24731         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
24732           Fix for obvious mistake, where we first shift the offset and then
24733           read a samplesize element assuming the old offset. Note that this
24734           part still has something weird, i.e. my movies containing those
24735           don't actually play well, but at least there's something that looks
24736           like sound now.
24737
24738 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
24739         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
24740         (plugin_init):
24741         Add a typefind function for speex format
24742
24743 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24744
24745         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
24746         (gst_asf_demux_setup_pad):
24747           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
24748           instead of 0. Reason is simple: some elements have a fps range
24749           of 1-max instead of 0-max. So now ASF video actually works.
24750
24751 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24752
24753         * po/LINGUAS:
24754         * po/sr.po:
24755           adding serbian as a language
24756
24757 2004-03-13  Benjamin Otte  <otte@gnome.org>
24758
24759         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24760           return taglist correctly from _get function, don't gst_pad_push it.
24761           (fixes #137042)
24762
24763 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
24764         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
24765
24766 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24767
24768         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
24769         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
24770         (gst_alsa_mixer_track_new):
24771         * ext/alsa/gstalsamixertrack.h:
24772           Fix ancient leftovers... MixerTrack is a GObject.
24773
24774 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24775
24776         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
24777         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24778           Don't block during probing...
24779
24780 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24781
24782         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
24783         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
24784         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
24785         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
24786         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
24787         (gst_alsa_open_audio), (gst_alsa_close_audio):
24788         * ext/alsa/gstalsa.h:
24789           Add propertyprobe interface implementation, add some device-name
24790           property, all this so that it looks good in gnome-volume-control.
24791
24792 2004-03-12  David Schleef  <ds@schleef.org>
24793
24794         * configure.ac: the Hermes library controls hermescolorspace, not
24795         colorspace.
24796         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
24797         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
24798         not /* */
24799         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
24800         * ext/sdl/sdlvideosink.h: ditto.
24801         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
24802
24803 2004-03-12  Benjamin Otte  <otte@gnome.org>
24804
24805         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
24806         (gst_x_overlay_got_xwindow_id):
24807         * gst-libs/gst/xoverlay/xoverlay.h:
24808           replace XID with unsigned long to get rid of the xlibs dependency in
24809           XOverlay (fixes #137004)
24810
24811 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
24812         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
24813         (gst_agingtv_setup):
24814         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
24815         (gst_dicetv_base_init), (gst_dicetv_class_init),
24816         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
24817         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
24818         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
24819         (gst_edgetv_setup), (gst_edgetv_rgb32):
24820         * gst/effectv/gsteffectv.c:
24821         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
24822         (gst_quarktv_set_property):
24823         * gst/effectv/gstrev.c: (gst_revtv_get_type),
24824         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
24825         (gst_revtv_setup), (gst_revtv_rgb32):
24826         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
24827         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
24828         (gst_shagadelictv_init), (gst_shagadelictv_setup),
24829         (gst_shagadelictv_rgb32):
24830         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
24831         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
24832         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
24833         * gst/effectv/gstwarp.c:
24834         Port everything that can be ported to videofilter and fix up the caps.
24835         Can someone with a big-endian machine please check these?
24836
24837 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24838
24839         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
24840         (gst_osssink_chain), (gst_osssink_change_state):
24841           Latest fixes for A/V sync, audio playback and such. This is about
24842           all... MPEG playback issues are mostly related to the async build-
24843           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
24844
24845 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24846
24847         patch from: Stephane Loeuillet
24848
24849         * configure.ac:
24850           use pkg-config for some libraries, falling back to the old .m4 way
24851           (fixes #131270)
24852         * m4/libdv.m4:
24853           removed
24854
24855 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24856
24857         * configure.ac:
24858         * tools/Makefile.am:
24859         * tools/Makefile.in:
24860         * tools/gst-launch-ext-m.m:
24861         * tools/gst-launch-ext.1.in:
24862         * tools/gst-visualise-m.m:
24863         * tools/gst-visualise.1:
24864         * tools/gst-visualise.1.in:
24865           reorganizing generation of script tools
24866
24867 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24868
24869         * ext/divx/gstdivxdec.c:
24870           Downgrade priority. We prefer ffdec_mpeg4.
24871         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
24872         (gst_faad_chain), (gst_faad_change_state):
24873           Fix capsnego. Doesn't work for some sounds because we don't have
24874           a 5:1 to stereo element.
24875         * ext/xvid/gstxvid.c: (plugin_init):
24876           Add priority.
24877         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24878         (gst_osssink_change_state):
24879           Add discont handling.
24880
24881 2004-03-09  Colin Walters  <walters@verbum.org>
24882
24883         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
24884         conversion.
24885
24886 2004-03-09  Benjamin Otte  <otte@gnome.org>
24887
24888         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
24889           the signals take 2 arguments
24890
24891 2004-03-09  David Schleef  <ds@schleef.org>
24892
24893         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
24894         (gst_alsa_fixate): Add fixate function.  (bug #136686)
24895         * ext/alsa/gstalsa.h:
24896         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
24897
24898 2004-03-09  Benjamin Otte  <otte@gnome.org>
24899
24900         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
24901         (gst_mikmod_change_state):
24902         * ext/mikmod/gstmikmod.h:
24903           make mikmod's loop function not loop infinitely and call
24904           gst_element_yield anymore
24905         * gst/modplug/gstmodplug.cc:
24906           fix pad negotiation (fixes #136590)
24907
24908 2004-03-09  David Schleef  <ds@schleef.org>
24909
24910         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
24911         doesn't conflict with the internal colorspace plugin.
24912         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
24913         satisfy the crappy-ass shell shipped by a certain vendor.
24914         * gst/videofilter/make_filter: same (bug #135299)
24915
24916 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24917
24918         * configure.ac: bump nano to 1
24919
24920 === release 0.7.6 ===
24921
24922 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24923
24924         * configure.in: releasing 0.7.6, "There"
24925
24926 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24927
24928         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24929         * pkgconfig/gstreamer-play.pc.in:
24930           synchronize the two
24931
24932 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24933
24934         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
24935         (cdparanoia_open), (cdparanoia_event):
24936           fix/add error handling
24937         * po/POTFILES.in:
24938           add cdparanoia source
24939         * tools/Makefile.am:
24940           make scripts executable
24941
24942 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24943
24944         * configure.ac:
24945         * ext/vorbis/Makefile.am:
24946         * sys/Makefile.am:
24947           remove id3types, vorbisfile and xvideosink from the build (#133783)
24948
24949 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24950
24951         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24952           Fix metadata read crash (#136537).
24953
24954 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24955
24956         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24957         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
24958           adding mime types, fixing the one-stop function
24959
24960 2004-03-08  Christian Schaller <Uraeus@gnome.org>
24961
24962         * ext/nas/nassink.c and /ext/nas/nassink.h:
24963         More NAS love from Arwed von Merkatz
24964         So lets all sing 'Can you feel the NAS tonight'
24965
24966 2004-03-08  Christian Schaller <Uraeus@gnome.org>
24967
24968         * tools/gst-launch-ext.in:
24969         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
24970
24971 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24972
24973         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
24974         (gst_mpeg2dec_init):
24975         remove the user_data pad for now, because it is being used in
24976         fixating causing MPEG playback to fixate on 1000 Hz for playback.
24977         If someone knows how to fix this properly, please do.
24978
24979 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24980
24981         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
24982         (gst_osssink_get_time):
24983         add a warning, IMO this won't get triggered anymore, remove later
24984
24985 2004-03-07  David Schleef  <ds@schleef.org>
24986
24987         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
24988         format (bug #136470)
24989
24990 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24991
24992         * gst-libs/Makefile.am:
24993         * gst-libs/gst/media-info/Makefile.am:
24994         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
24995         (error_callback), (gst_media_info_error_create),
24996         (gst_media_info_error_element), (gmip_init), (gmip_reset),
24997         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
24998         * gst-libs/gst/media-info/media-info-priv.h:
24999         * gst-libs/gst/media-info/media-info-test.c: (main):
25000         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
25001         (gst_media_info_class_init), (gst_media_info_instance_init),
25002         (gst_media_info_set_source), (gst_media_info_read_with_idler),
25003         (gst_media_info_read_idler), (gst_media_info_read):
25004         * gst-libs/gst/media-info/media-info.h:
25005         fixed, should work now
25006
25007 2004-03-07  Christian Schaller <Uraeus@gnome.org>
25008
25009         * ext/nas/nassink.c:
25010         A bunch of NAS fixes from Arwed von Merkatz
25011
25012 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25013
25014         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
25015         (qtdemux_parse_trak):
25016           Fix crash (j might be greater than n_samples, in which case we're
25017           writing outside the allocated space for the array) and memleak.
25018
25019 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25020
25021         * sys/oss/gstosssink.c: (gst_osssink_chain):
25022           And another caller that couldn't handle delay < 0 (unsigned
25023           integer overflow). Video now continues playing on an audio
25024           buffer underrun, and the clock continues working. Audio still
25025           stalls.
25026
25027 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25028
25029         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
25030         (gst_osssink_get_time):
25031           get_delay() may return values lower than 0. In those cases, we
25032           should not actually cast to *unsigned* int64, that will break
25033           stuff horribly. In my case, it screwed up A/V sync in movies
25034           in totem rather badly.
25035
25036 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
25037
25038         * ext/faac/gstfaac.c: (gst_faac_chain):
25039         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25040         * ext/libpng/gstpngenc.c: (user_write_data):
25041         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
25042         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
25043         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
25044         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
25045         Fix several misuse of gst_buffer_merge (it doesn't take ownership
25046         of any buffer), should fix some leaks. I hope I didn't unref buffers
25047         that shouldn't be...
25048
25049 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25050
25051         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
25052         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
25053         (error_callback), (gmi_reset), (gmi_seek_to_track),
25054         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
25055         (gmip_find_type_post), (gmip_find_stream_post),
25056         (gmip_find_track_streaminfo_post):
25057         * gst-libs/gst/media-info/media-info-priv.h:
25058         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
25059         (info_print), (main):
25060         * gst-libs/gst/media-info/media-info.c:
25061         (gst_media_info_error_create), (gst_media_info_error_element),
25062         (gst_media_info_instance_init), (gst_media_info_get_property),
25063         (gst_media_info_new), (gst_media_info_set_source),
25064         (gst_media_info_read_idler), (gst_media_info_read):
25065         * gst-libs/gst/media-info/media-info.h:
25066           first pass at making this work again.  This seems to work on
25067           tagged ogg/vorbis and mp3 files.
25068
25069 2004-03-06  Benjamin Otte  <otte@gnome.org>
25070
25071         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25072           fix huge leak: gst_buffer_merge doesn't unref the first argument
25073           itself.
25074
25075 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25076
25077         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
25078           report layer/mode/emphasis
25079
25080 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
25081
25082         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
25083
25084 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25085
25086         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
25087           signal serial
25088
25089 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25090
25091         * ext/vorbis/vorbis.c: (plugin_init):
25092         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25093         (gst_vorbis_dec_init), (vorbis_dec_event):
25094         add debug category
25095         make vorbisdec handle _BYTE and _TIME queries
25096
25097 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
25098
25099         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
25100           from the xing header
25101
25102 2004-03-06  Benjamin Otte  <otte@gnome.org>
25103
25104         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
25105         (gst_audio_convert_link), (gst_audio_convert_change_state),
25106         (gst_audio_convert_buffer_from_default_format):
25107           do conversions from/to float correctly, fix some caps nego errors,
25108           export correct supported caps in template and getcaps, use correct
25109           caps in try_set_caps functions
25110
25111 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
25112
25113         For some reason, I only committed a ChangeLog entry yesterday and
25114         not the corresponding code...
25115         * ext/mad/gstmad.c: Fix detection of Xing headers
25116         * gst/tags/gstid3tag.c: Changes to support TLEN tags
25117
25118 2004-03-06  Benjamin Otte  <otte@gnome.org>
25119
25120         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
25121         (gst_ogg_demux_src_query):
25122           make sure to handle the case where there's no current chain
25123           gracefully.
25124
25125 2004-03-05  David Schleef  <ds@schleef.org>
25126
25127         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
25128         Add fixate function. (bug #131128)
25129         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
25130         (gst_sdlvideosink_fixate):  Add fixate function.
25131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25132         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
25133         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
25134         Fix missing break that was causing ulaw to be interpreted as
25135         raw int.
25136
25137 2004-03-05  David Schleef  <ds@schleef.org>
25138
25139         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
25140         Fix code that ignores return value of gst_buffer_merge().
25141         (bug #114560)
25142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
25143         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
25144         * testsuite/gst-lint:  Check for above.
25145
25146 2004-03-05  David Schleef  <ds@schleef.org>
25147
25148         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
25149         caps and throw an element error.  (bug #136334)
25150
25151 2004-03-05  David Schleef  <ds@schleef.org>
25152
25153         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
25154         (gst_faad_chain): Fix negotiation.
25155         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
25156         key and button events.
25157         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
25158         dung heap of code.
25159         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
25160         depends on gconf
25161         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
25162         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
25163         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
25164         function to encourage better negotiation, particularly between
25165         audioconvert and osssink.
25166         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
25167         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
25168         more important.
25169         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
25170         typefinding.
25171         * gst/vbidec/vbiscreen.c:  Add glib header
25172         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
25173
25174 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
25175
25176         * ext/mad/gstmad.c: Fix detection of Xing headers
25177         * gst/tags/gstid3tag.c: Changes to support TLEN tags
25178
25179 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
25180
25181         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25182         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
25183           debug updates
25184
25185 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
25186
25187         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25188         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
25189         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
25190         files, and report the parsed length as a GST_TAG_DURATION tag.
25191         * gst/tags/gstid3tag.c: support TLEN (duration) tag
25192
25193 2004-03-05  Benjamin Otte  <otte@gnome.org>
25194
25195         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
25196           convert channels correctly. convert correctly to unsigned.
25197
25198 2004-03-05  Julien MOUTTE <julien@moutte.net>
25199
25200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
25201         we have a window before clearing it.
25202
25203 2004-03-05  Julien MOUTTE <julien@moutte.net>
25204
25205         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
25206         have a window before clearing it.
25207
25208 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25209
25210         * gconf/gstreamer.schemas.in:
25211         * gst-libs/gst/gconf/Makefile.am:
25212           version installation path the same way as for 0.6
25213         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
25214         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
25215         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25216           remove comment that was fixed
25217
25218 2004-03-05  David Schleef  <ds@schleef.org>
25219
25220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
25221         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
25222         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
25223         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
25224         Add prototype code for handling seeking and querying.
25225
25226 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25227
25228         * examples/gstplay/player.c: (main):
25229           Initialize variables to NULL. Prevents a segfault because the
25230           (uninitialized) variable is not NULL, resulting in a crash on
25231           trying to reach error->message.
25232
25233 2004-03-05  Benjamin Otte  <otte@gnome.org>
25234
25235         * gst/audioconvert/gstaudioconvert.c:
25236         (gst_audio_convert_buffer_to_default_format):
25237         make float=>int conversion work correctly even in cornercases.
25238
25239 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
25240
25241         * debian/README.Debian:
25242         * debian/build-deps:
25243         * debian/changelog:
25244         * debian/control:
25245         * debian/control.in:
25246         * debian/copyright:
25247         * debian/gstreamer-a52dec.files:
25248         * debian/gstreamer-aa.files:
25249         * debian/gstreamer-alsa.files:
25250         * debian/gstreamer-alsa.manpages:
25251         * debian/gstreamer-arts.files:
25252         * debian/gstreamer-artsd.files:
25253         * debian/gstreamer-audiofile.files:
25254         * debian/gstreamer-avifile.files:
25255         * debian/gstreamer-cdparanoia.files:
25256         * debian/gstreamer-colorspace.files:
25257         * debian/gstreamer-doc.files:
25258         * debian/gstreamer-dv.files:
25259         * debian/gstreamer-dvd.files:
25260         * debian/gstreamer-esd.files:
25261         * debian/gstreamer-festival.files:
25262         * debian/gstreamer-flac.files:
25263         * debian/gstreamer-gconf.conffiles:
25264         * debian/gstreamer-gconf.files:
25265         * debian/gstreamer-gconf.postinst:
25266         * debian/gstreamer-gnomevfs.files:
25267         * debian/gstreamer-gsm.files:
25268         * debian/gstreamer-http.files:
25269         * debian/gstreamer-jack.files:
25270         * debian/gstreamer-jpeg.files:
25271         * debian/gstreamer-mad.files:
25272         * debian/gstreamer-mikmod.files:
25273         * debian/gstreamer-misc.files:
25274         * debian/gstreamer-mpeg2dec.files:
25275         * debian/gstreamer-oss.files:
25276         * debian/gstreamer-plugin-apps.files:
25277         * debian/gstreamer-plugin-apps.manpages:
25278         * debian/gstreamer-plugin-libs-dev.files:
25279         * debian/gstreamer-plugin-libs.files:
25280         * debian/gstreamer-plugin-template.postinst:
25281         * debian/gstreamer-plugin-template.postrm:
25282         * debian/gstreamer-sdl.files:
25283         * debian/gstreamer-sid.files:
25284         * debian/gstreamer-vorbis.files:
25285         * debian/gstreamer-x.files:
25286         * debian/mk.control:
25287         * debian/rules:
25288         Debian package info not maintained here.
25289
25290 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25291
25292         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
25293         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
25294         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
25295         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
25296         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
25297         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
25298         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
25299         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
25300         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
25301         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
25302         * gst-libs/gst/colorbalance/colorbalance.c:
25303         (gst_color_balance_class_init):
25304         * gst-libs/gst/colorbalance/colorbalancechannel.c:
25305         (gst_color_balance_channel_class_init):
25306         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
25307         * gst-libs/gst/play/play.c: (gst_play_class_init):
25308         * gst-libs/gst/propertyprobe/propertyprobe.c:
25309         (gst_property_probe_iface_init):
25310         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
25311         * gst-libs/gst/tuner/tunerchannel.c:
25312         (gst_tuner_channel_class_init):
25313         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
25314         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
25315         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
25316         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
25317         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
25318         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
25319         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25320         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
25321         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
25322           fix signals to use - instead of _
25323         * ext/libcaca/gstcacasink.h:
25324         * ext/sdl/sdlvideosink.h:
25325           fix header rename
25326
25327 2004-03-04  David Schleef  <ds@schleef.org>
25328
25329         * testsuite/gst-lint:  Add a check for bad signal names.
25330
25331 2004-03-04  <kost@imn.htwk-leipzig.de>
25332
25333         reviewed by David Schleef
25334
25335         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
25336         modified the alpha channel and caused a warning. (bug #136192)
25337
25338 2004-04-03  Christian Schaller <Uraeus@gnome.org>
25339
25340         * gst-plugins.spec.in:
25341         Change names of plugins to actually be correct. Try to keep things
25342         alphabetical to avoid getting beat up by Thomas
25343
25344 2004-03-03  Julien MOUTTE <julien@moutte.net>
25345
25346         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
25347         Using ximagesink as a default if no gconf key found. We should
25348         probably consider using alsasink instead of osssink for the audio
25349         part.
25350
25351 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25352
25353         * configure.ac:
25354           fix --with-plugins, don't think it ever worked before
25355         * gst-plugins.spec.in:
25356           even more updates
25357
25358 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25359
25360         * ext/sdl/sdlvideosink.h:
25361         * sys/ximage/ximagesink.h:
25362         * sys/xvideo/xvideosink.h:
25363         * sys/xvimage/xvimagesink.h:
25364           Fix for move of gstvideosink.h -> videosink.h.
25365
25366 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25367
25368         * gst-libs/gst/xwindowlistener/Makefile.am:
25369           this is a plugin library, not a library
25370
25371 2004-03-01  David Schleef  <ds@schleef.org>
25372
25373         * AUTHORS:  Added some names.  Add yourself if you're still
25374         missing.
25375
25376 2004-03-01  David Schleef  <ds@schleef.org>
25377
25378         * MAINTAINERS: Add
25379
25380 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25381
25382         * gst-plugins.spec.in: clean up spec file
25383
25384 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25385
25386         * gst-libs/gst/video/Makefile.am:
25387         * gst-libs/gst/video/gstvideosink.c:
25388         * gst-libs/gst/video/gstvideosink.h:
25389           rename gstvideosink.h to videosink.h to match other headers
25390         * gst/mixmatrix/Makefile.am:
25391           fix plugin filename
25392         * gst/tags/Makefile.am: fix plugin filename
25393
25394 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25395
25396         * gst/tags/Makefile.am: fix plugin filename
25397
25398 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25399
25400         * examples/gstplay/player.c: (got_time_tick), (main):
25401           add error handler
25402           display time_tick more readably
25403         * gst/mixmatrix/Makefile.am:
25404           fix plugin file name
25405
25406 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
25407
25408         * sys/oss/gstosselement.c: (gst_osselement_probe),
25409         (device_combination_append), (gst_osselement_class_probe_devices):
25410         * sys/oss/gstosselement.h:
25411           Reworked enumeration of oss dsps and mixers so that gst-mixer works
25412           on my system using alsa oss emulation, fixes bug #135597
25413
25414 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25415
25416         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
25417         (gst_videodrop_chain), (gst_videodrop_change_state):
25418         * gst/videodrop/gstvideodrop.h:
25419           Work based on timestamp of input data, not based on the expected
25420           framerate from the input. The consequence is that this element now
25421           not only scales framerates, but also functions as a framerate
25422           corrector or framerate stabilizer/constantizer.
25423
25424 2004-02-27  David Schleef  <ds@schleef.org>
25425
25426         patches from jmmv@menta.net (Julio M. Merino Vidal)
25427
25428         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
25429         GST_ELEMENT_ERROR call (bug #135634)
25430         * gst/interleave/interleave.c: (interleave_buffered_loop),
25431         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
25432         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
25433         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
25434         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
25435         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
25436         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
25437         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
25438         Fix GST_ELEMENT_ERROR call.
25439         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
25440         GST_ELEMENT_ERROR call.
25441
25442 2004-02-27  Benjamin Otte  <otte@gnome.org>
25443
25444         * gst-libs/gst/audio/audio.h:
25445           add macro to make sure header isn't included twice
25446         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
25447           don't use gst_buffer_free
25448         * gst/playondemand/filter.func:
25449           don't use gst_data_free. Free data only once.
25450
25451 2004-02-26  David Schleef  <ds@schleef.org>
25452
25453         * gst-libs/gst/colorbalance/Makefile.am:
25454         * gst-libs/gst/mixer/Makefile.am:
25455         * gst-libs/gst/tuner/Makefile.am:
25456         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
25457         should not be disted, -marshal.h files should not be installed,
25458         and -enum.h files _should_ be installed.  Fix to make this the
25459         case.
25460
25461 === release 0.7.5 ===
25462
25463 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25464
25465         * configure.ac: release 0.7.5, "Under The Sea"
25466
25467 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25468
25469         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25470         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
25471         * gst/videoscale/gstvideoscale.c:
25472         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25473           assorted debug/warning fixes
25474
25475 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25476
25477         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
25478         (gst_videoscale_init), (gst_videoscale_chain),
25479         (gst_videoscale_set_property), (plugin_init):
25480         * gst/videoscale/gstvideoscale.h:
25481         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25482         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
25483         (gst_videoscale_planar400), (gst_videoscale_packed422),
25484         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
25485         (gst_videoscale_24bit), (gst_videoscale_16bit),
25486         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
25487         (gst_videoscale_scale_plane_slow),
25488         (gst_videoscale_scale_point_sample),
25489         (gst_videoscale_scale_nearest),
25490         (gst_videoscale_scale_nearest_str2),
25491         (gst_videoscale_scale_nearest_str4),
25492         (gst_videoscale_scale_nearest_32bit),
25493         (gst_videoscale_scale_nearest_24bit),
25494         (gst_videoscale_scale_nearest_16bit):
25495         add debugging category and use it properly
25496         fix use of GST_PTR_FORMAT
25497
25498 2004-02-25  Andy Wingo  <wingo@pobox.com>
25499
25500         * gst/interleave/interleave.c (interleave_buffered_loop): Always
25501         push only when channel->buffer is NULL. Prevents segfaults doing
25502         the state change after a nonlocal exit, like a scheme exception.
25503
25504         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25505         Handle the case where the intersected caps is empty.
25506
25507 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25508
25509         * gst/law/mulaw-decode.c: (mulawdec_link):
25510         * gst/law/mulaw.c: (plugin_init):
25511           fix mulawdec so it actually works again
25512
25513 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
25514
25515         reviewed by: David Schleef  <ds@schleef.org>
25516
25517         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
25518         (gst_gamma_init), (gst_gamma_set_property),
25519         (gst_gamma_get_property), (gst_gamma_calculate_tables),
25520         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
25521         for RGB, with separate r g and b correction factors. (#131167)
25522
25523 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25524
25525         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25526           only signal tags for bitrate if they're > 0 (#134894)
25527
25528 2004-02-24  David Schleef  <ds@schleef.org>
25529
25530         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
25531         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
25532         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
25533         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
25534         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
25535         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
25536         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
25537         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
25538         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
25539         category.  Attempt to fix timestamp calculation.
25540
25541 2004-02-24  Johan Dahlin  <johan@gnome.org>
25542
25543         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
25544
25545 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25546
25547         * configure.ac:
25548         * gconf/Makefile.am:
25549         * gconf/gstreamer.schemas:
25550         * gst-libs/gst/gconf/Makefile.am:
25551         * gst-libs/gst/gconf/gconf.c:
25552           version gconf schemas and install locations
25553
25554 2004-02-23  Benjamin Otte  <otte@gnome.org>
25555
25556         * ext/xine/xineinput.c: (gst_xine_input_dispose):
25557         (gst_xine_input_subclass_init):
25558           call parent dispose.
25559           change pad template for CD reader correctly
25560         * ext/xine/Makefile.am:
25561         * ext/xine/gstxine.h:
25562         * ext/xine/xine.c: (plugin_init):
25563         * ext/xine/xineaudiosink.c:
25564           wrap audio sinks, too
25565         * gst-libs/gst/resample/private.h:
25566         * gst-libs/gst/resample/resample.c: (gst_resample_init),
25567         (gst_resample_reinit), (gst_resample_scale),
25568         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
25569         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
25570         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
25571         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
25572         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
25573         * gst-libs/gst/resample/resample.h:
25574         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
25575         (gst_audioscale_class_init), (gst_audioscale_link),
25576         (gst_audioscale_get_buffer), (gst_audioscale_init),
25577         (gst_audioscale_chain), (gst_audioscale_set_property),
25578         (gst_audioscale_get_property):
25579         * gst/audioscale/gstaudioscale.h:
25580           s/resample_*/gst_resample_*/i to not clobber namespaces
25581
25582 2004-02-23  Julien MOUTTE  <julien@moutte.net>
25583
25584         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
25585         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
25586         (gst_riff_create_video_template_caps),
25587         (gst_riff_create_audio_template_caps),
25588         (gst_riff_create_iavs_template_caps):
25589         * gst-libs/gst/riff/riff-media.h:
25590         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
25591         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
25592         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
25593         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
25595         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
25596         (gst_matroska_demux_plugin_init): First batch implementing audio and
25597         video codec tags in demuxers.
25598
25599 2004-02-22  Benjamin Otte  <otte@gnome.org>
25600
25601         * ext/xine/Makefile.am:
25602         * ext/xine/gstxine.h:
25603         * ext/xine/xine.c: (plugin_init):
25604         * ext/xine/xineinput.c:
25605           add input plugin wrapper. Playback from files, http, mms and cdda
25606           works.
25607         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
25608           remove leftover G_GNUC_UNUSED
25609         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
25610         (gst_asf_demux_identify_guid):
25611           improve debugging output
25612
25613 2004-02-22  Benjamin Otte  <otte@gnome.org>
25614
25615         reported by: Padraig O'Briain <padraig.obriain@sun.com>
25616
25617         * autogen.sh:
25618           replace test -e with test -x for mkinstalldirs to be more portable.
25619           (fixes #134816)
25620
25621 2004-02-22  Benjamin Otte  <otte@gnome.org>
25622
25623         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
25624
25625         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
25626           set rank to PRIMARY
25627         * gst/volume/gstvolume.c: (plugin_init):
25628           set rank to NONE
25629         fixes #134960
25630
25631 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
25632
25633         reviewed by Benjamin Otte  <otte@gnome.org>
25634
25635         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
25636           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
25637
25638 2004-02-22  Benjamin Otte  <otte@gnome.org>
25639
25640         * configure.ac:
25641           export [_]*{gst,Gst,GST}.* symbols from plugins
25642
25643 2004-02-22  Christophe Fergeau <teuf@gnome.org>
25644
25645         reviewed by: Benjamin Otte  <otte@gnome.org>
25646
25647         * ext/lame/gstlame.c: (add_one_tag):
25648         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
25649         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
25650         (gst_vorbisenc_metadata_set1):
25651         * gst/tags/gstid3tag.c:
25652         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
25653           apply fixes from bugs #135042 (lame can't write tags) and #133817
25654           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
25655
25656 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
25657
25658         * configure.ac: Export only gst_plugin_desc from plugins.
25659          Note that this change only makes any effect with Linux using libtool
25660          1.5.2 or higher. Otherwise it is silently ignored, but it would build
25661          fine. And don't try to have several versions of libtool in different
25662          directories.
25663
25664 2004-02-20  Andy Wingo  <wingo@pobox.com>
25665
25666         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
25667         interleave respectively.
25668
25669         * gst/interleave/deinterleave.c: New plugin: deinterleave
25670         (replaces on oneton).
25671         * gst/interleave/interleave.c: New plugin: interleave.
25672         * gst/interleave/plugin.h: Support file.
25673         * gst/interleave/plugin.c: Support file.
25674
25675         * configure.ac: Remove intfloat and oneton, add interleave.
25676
25677         * ext/sndfile/gstsf.c: Handle events better.
25678
25679         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
25680         and float2int operation. int2float has scheduling problems as
25681         noted in in2float_chain.
25682
25683 2004-02-20  Benjamin Otte  <otte@gnome.org>
25684
25685         * ext/xine/Makefile.am:
25686         * ext/xine/gstxine.h:
25687         * ext/xine/xine.c:
25688         * ext/xine/xineaudiodec.c:
25689         * ext/xine/xinecaps.c:
25690           add first version of xine plugin wrapper. Currently only wraps the
25691           QDM2 win32 DLL, and even that only in proof-of-concept quality.
25692         * configure.ac:
25693         * ext/Makefile.am:
25694           add xine plugin wrapper, disabled by default. Use --enable-xine to
25695           build. Note that it'll segfault on gst-register if you don't remove
25696           the goom and tvtime post plugins from xine.
25697         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
25698         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
25699           add extradata parsing for QDM2.
25700           change around debugging prints.
25701
25702 2004-02-19  Benjamin Otte  <otte@gnome.org>
25703
25704         * ext/lame/gstlame.c: (gst_lame_chain):
25705         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
25706           use gst_tag_list_insert when you want to insert tags
25707
25708 2004-02-18  David Schleef  <ds@schleef.org>
25709
25710         * configure.ac:  Move massink to gst-rotten
25711         * ext/Makefile.am:
25712         * ext/mas/Makefile.am:
25713         * ext/mas/massink.c:
25714         * ext/mas/massink.h:
25715
25716 2004-02-18  David Schleef  <ds@schleef.org>
25717
25718         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
25719         typefinding, since it seems to be worse than nothing.
25720         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
25721         atom to recognize .mp4 and .m4a files as video/quicktime.
25722
25723 2004-02-18  David Schleef  <ds@schleef.org>
25724
25725         * gst/sine/demo-dparams.c: (quit_live),
25726         (dynparm_log_value_changed), (dynparm_value_changed), (main):
25727         Use double dparams, not float.
25728         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25729         (gst_sinesrc_init): Change sync default to FALSE, since multiple
25730         sync'd elements don't really work correctly.
25731         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
25732         (volume_update_volume), (volume_get_property):  Change dparam
25733         to double.
25734
25735 2004-02-18  Julien MOUTTE  <julien@moutte.net>
25736
25737         * sys/ximage/ximagesink.c:
25738         (gst_ximagesink_xwindow_update_geometry),
25739         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
25740         (gst_ximagesink_change_state), (gst_ximagesink_expose),
25741         (gst_ximagesink_init): Rework the way software video scaling works. So
25742         now we check on each chain call if the video frames are feeling the
25743         window. If not we try to renegotiate caps. On failure we memorize that
25744         and we won't try again for that PLAYING sessions.
25745         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
25746         failure.
25747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
25748         synchronous flag.
25749
25750 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25751
25752         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
25753           break up _link so we can give a better debug message for errors
25754
25755 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25756
25757         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25758           set up debug category
25759
25760 2004-02-18  Julien MOUTTE <julien@moutte.net>
25761
25762         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25763         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
25764         the way renegotiation work. The event handling function is not taking
25765         care of external windows and renegotiate method check for pad flags
25766         NEGOTIATING. Should fix : #133209
25767
25768 2004-02-17  Julien MOUTTE  <julien@moutte.net>
25769
25770         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
25771         pad is negotiating before trying renegotiation.
25772
25773 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25774
25775         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
25776           pass on all possible mime types as typefind hints
25777
25778 2004-02-17  Julien MOUTTE <julien@moutte.net>
25779
25780         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
25782         possible SHM leak if we crash. All other apps using XShm are doing
25783         that.
25784
25785 2004-02-17  Julien MOUTTE  <julien@moutte.net>
25786
25787         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25788         (gst_ximagesink_expose): Renegotiate size on expose.
25789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
25790         size on expose.
25791
25792 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25793
25794         * testsuite/alsa/sinesrc.c:
25795           cosmetic fix to fix compile issue with gcc 2.95.4
25796
25797 2004-02-16  Julien MOUTTE <julien@moutte.net>
25798
25799         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25800         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
25801         failed opening the audio device.
25802         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25803         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
25804         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
25805         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
25806         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
25807         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
25808         (gst_ximagesink_change_state), (gst_ximagesink_chain),
25809         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
25810         Removing some useless g_return_if_fail like wingo suggested.
25811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25812         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
25813         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
25814         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
25815         (gst_xvimagesink_update_colorbalance),
25816         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
25817         (gst_xvimagesink_xcontext_clear),
25818         (gst_xvimagesink_get_fourcc_from_caps),
25819         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
25820         (gst_xvimagesink_set_xwindow_id),
25821         (gst_xvimagesink_colorbalance_list_channels),
25822         (gst_xvimagesink_colorbalance_set_value),
25823         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
25824         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
25825
25826 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
25827
25828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
25829           throw error when not negotiated instead of asserting
25830
25831 2004-02-15  Julien MOUTTE  <julien@moutte.net>
25832
25833         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
25834         correct data refcounting.
25835
25836 2004-02-15  Julien MOUTTE  <julien@moutte.net>
25837
25838         * gst/switch/gstswitch.c: (gst_switch_change_state),
25839         (gst_switch_class_init): Cleaning the sinkpads correctly on state
25840         change, mostly the EOS flag.
25841
25842 2004-02-15  Julien MOUTTE  <julien@moutte.net>
25843
25844         * examples/gstplay/player.c: (got_eos), (main): Adding some
25845         output for debugging.
25846         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
25847         timeouts if we go to any state different from PLAYING.
25848         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
25849         more EOS bugs in riff lib.
25850
25851 2004-02-14  Julien MOUTTE  <julien@moutte.net>
25852
25853         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
25854         visualization until i find a way to fix switch correctly.
25855         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
25856         EOS arrives.
25857         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25858         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25859         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
25860         Reworked switch to get a more correct behaviour with events and refing
25861         of data stored in sinkpads.
25862         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
25863         we don't pull from a pad in EOS.
25864
25865 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25866
25867         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25868           remove v1 tag even if we can't read it (makes sure we don't detect
25869           it again)
25870
25871 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25872
25873         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
25874         (gst_alsa_xrun_recovery):
25875         * ext/alsa/gstalsa.h:
25876           try xrun recovery when wait failed. Make xrun recovery function
25877           return TRUE/FALSE to indicate success. (might fix #134354)
25878
25879 2004-02-13  David Schleef  <ds@schleef.org>
25880
25881         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
25882         (dynparm_value_changed), (main): Convert from float to double.
25883         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
25884
25885 2004-02-13  David Schleef  <ds@schleef.org>
25886
25887         * gst/silence/gstsilence.c: (gst_silence_class_init),
25888         (gst_silence_set_clock), (gst_silence_get),
25889         (gst_silence_set_property), (gst_silence_get_property):
25890         * gst/silence/gstsilence.h: Add sync property.
25891         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25892         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
25893         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
25894         * gst/sine/gstsinesrc.h: Add sync property.
25895
25896 2004-02-13  David Schleef  <ds@schleef.org>
25897
25898         * gst/intfloat/gstint2float.c: (conv_f32_s16),
25899         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
25900
25901 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25902
25903         * configure.ac:
25904         * ext/Makefile.am:
25905         * gst-libs/ext/Makefile.am:
25906           move ffmpeg plugin to gst-ffmpeg module
25907
25908 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25909
25910         * configure.ac: use GST_ARCH to detect architecture
25911
25912 2004-02-12  Julien MOUTTE  <julien@moutte.net>
25913
25914         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
25915
25916 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25917
25918         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25919           classify LADSPA plugins based on number of src/sink pads
25920           (#133663, Stefan Kost)
25921         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
25922           fix dparams registration
25923           (#133528, Stefan Kost)
25924         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
25925           fix use of isprint and use g_ascii_isprint instead
25926           (#133316, Stefan Kost)
25927
25928 2004-02-11  David Schleef  <ds@schleef.org>
25929
25930         Convert a few inner loops to use liboil.  This is currently
25931         optional, and is only enabled if liboil is present (duh!).
25932         * configure.ac: Check for liboil-0.1
25933         * gst/intfloat/Makefile.am:
25934         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
25935         (gst_int2float_chain_gint16):
25936         * gst/videofilter/Makefile.am:
25937         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
25938         (tablelookup_u8), (gst_videobalance_planar411):
25939         * gst/videotestsrc/Makefile.am:
25940         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
25941         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
25942         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
25943         (paint_hline_RGB565), (paint_hline_xRGB1555):
25944
25945 2004-02-11  David Schleef  <ds@schleef.org>
25946
25947         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
25948         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
25949         (gst_colorspace_getcaps), (gst_colorspace_link),
25950         (gst_colorspace_base_init), (gst_colorspace_init),
25951         (gst_colorspace_chain), (gst_colorspace_change_state),
25952         (plugin_init): Merge Ronald's patch (bug #117897) and update
25953         for new caps and negotiation.  Seems to work, although it
25954         shows off bugs in lcs.
25955
25956 2004-02-11  David Schleef  <ds@schleef.org>
25957
25958         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
25959         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
25960
25961 2004-02-11  David Schleef  <ds@schleef.org>
25962
25963         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
25964         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
25965         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
25966         Add server and port properties
25967
25968 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
25969
25970         * m4/a52.m4:
25971         * m4/aalib.m4:
25972         * m4/as-ffmpeg.m4:
25973         * m4/as-liblame.m4:
25974         * m4/as-slurp-ffmpeg.m4:
25975         * m4/check-libheader.m4:
25976         * m4/esd.m4:
25977         * m4/freetype2.m4:
25978         * m4/gconf-2.m4:
25979         * m4/glib.m4:
25980         * m4/gst-alsa.m4:
25981         * m4/gst-artsc.m4:
25982         * m4/gst-ivorbis.m4:
25983         * m4/gst-matroska.m4:
25984         * m4/gst-sdl.m4:
25985         * m4/gst-shout2.m4:
25986         * m4/gst-sid.m4:
25987         * m4/gtk.m4:
25988         * m4/libdv.m4:
25989         * m4/libfame.m4:
25990         * m4/libmikmod.m4:
25991         * m4/ogg.m4:
25992         * m4/vorbis.m4:
25993           fix underquotedness of macros (#133800)
25994         * m4/as-avifile.m4:
25995         * m4/xmms.m4:
25996           removed because no longer used
25997
25998 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
25999
26000         * configure.ac:
26001           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
26002           by autopoint (fixes #132996)
26003
26004 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26005
26006         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
26007         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
26008         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
26009         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
26010           fix memleaks
26011
26012 2004-02-11  David Schleef  <ds@schleef.org>
26013
26014         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
26015         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
26016         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
26017         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
26018         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
26019         (gst_jpegenc_class_init), (gst_jpegenc_init),
26020         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
26021         (gst_jpegenc_chain), (gst_jpegenc_set_property),
26022         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
26023         * ext/jpeg/gstjpegenc.h: Fix negotiation.
26024
26025 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26026
26027         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
26028         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
26029         * ext/mikmod/gstmikmod.h:
26030           fix caps negotiation in mikmod
26031         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
26032           output debug information
26033
26034 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26035
26036         * gst-libs/gst/colorbalance/Makefile.am:
26037         * gst-libs/gst/navigation/Makefile.am:
26038         * gst-libs/gst/xoverlay/Makefile.am:
26039           remove unused GST_OPT_CFLAGS from Makefiles
26040           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
26041
26042 2004-02-07  David Schleef  <ds@schleef.org>
26043
26044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
26045         push events to pads that haven't been created (#133508)
26046
26047 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
26048
26049         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
26050         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
26051         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26052         (gst_dvdec_loop), (gst_dvdec_change_state):
26053         Second attempt at committing a working dvdec element.
26054
26055 2004-02-06  David Schleef  <ds@schleef.org>
26056
26057         Build fixes for OS X: (see #129600)
26058         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
26059         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
26060         (gst_riff_read_strf_iavs):
26061         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
26062         (gst_avi_demux_stream_odml):
26063         * gst/playondemand/Makefile.am:
26064         * gst/rtp/rtp-packet.c:
26065
26066 2004-02-05  David Schleef  <ds@schleef.org>
26067
26068         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
26069         last change, because it Just Doesn't Compile.
26070
26071 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26072
26073         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
26074           skip undecodable id3v2 tag instead of keeping it
26075
26076 2004-02-05  David Schleef  <ds@schleef.org>
26077
26078         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26079         Unref leaked buffer.  (Noticed by Ronald)
26080
26081 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
26082
26083         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26084         Sync requires with other checks.  >= vs =.
26085
26086 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
26087
26088         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
26089         (gst_dvdec_video_link), (gst_dvdec_loop):
26090         * ext/dv/gstdvdec.h:
26091           rework the caps negotiation so that dvdec works again instead
26092           of just segfaulting.
26093
26094 === release 0.7.4 ===
26095
26096 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26097
26098         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
26099         * configure.ac: changed for release
26100
26101 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26102
26103         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
26104         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
26105         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
26106         * pkgconfig/gstreamer-play-uninstalled.pc.in:
26107           reworked patch by David Lehn to fix libdir and includedir for
26108           uninstalled libraries
26109           removed play and gconf from gstreamer-libs since they have their
26110           own pkgconfig files
26111
26112 2004-02-04  David Schleef  <ds@schleef.org>
26113
26114         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
26115         memleak.
26116
26117 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26118
26119         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
26120           use correct GST_TAG_ENCODER tag
26121
26122 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26123
26124         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26125           be sure to stop the clock when going to paused
26126         * sys/oss/gstosssink.c: (gst_osssink_change_state):
26127           reset number of transmitted when going to ready.
26128         fixes #132935
26129
26130 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
26131
26132         reviewed by Benjamin Otte
26133
26134         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
26135           extract track count (fixes #133410)
26136
26137 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26138
26139         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
26140           that should be !=, not == (fixes #132519)
26141
26142 2004-02-04  David Schleef  <ds@schleef.org>
26143
26144         Make sure set_explicit_caps() is called before adding pad.
26145         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26146         * gst/id3/gstid3types.c: (gst_id3types_loop):
26147         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26148         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26149
26150 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26151
26152         * configure.ac:
26153           bump nano to 2, first prerelease
26154           put back AM_PROG_LIBTOOL
26155
26156 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26157
26158         * testsuite/alsa/Makefile.am:
26159           these are user test apps, not automatic testsuite tests
26160
26161 2004-02-04  David Schleef  <ds@schleef.org>
26162
26163         Convert GST_DEBUG_CAPS() to GST_DEBUG():
26164         * gst/mpeg1videoparse/gstmp1videoparse.c:
26165         (mp1videoparse_parse_seq):
26166         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26167         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
26168         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
26169         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
26170         (gst_xvideosink_getcaps):
26171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26172         * testsuite/gst-lint: more tests
26173
26174 2004-02-04  David Schleef  <ds@schleef.org>
26175
26176         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
26177         with the code that they would expand to.
26178         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
26179         (gst_flacdec_get_src_query_types),
26180         (gst_flacdec_get_src_event_masks):
26181         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
26182         (gst_gnomevfssrc_get_query_types),
26183         (gst_gnomevfssrc_get_event_mask):
26184
26185 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26186
26187         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
26188         (gst_sinesrc_dispose):
26189           fix memleak by properly disposing sinesrc
26190
26191 2004-02-04  Julien MOUTTE  <julien@moutte.net>
26192
26193         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
26194         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
26195         an overlay to redraw the image because it has been exposed.
26196         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
26197         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
26198         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
26199         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
26200         interface
26201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
26202         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
26203         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
26204         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
26205         interface
26206
26207 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26208
26209         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
26210           more memleak fixage
26211
26212 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26213
26214         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
26215         * gst/typefind/gsttypefindfunctions.c:
26216           fix memleaks shown by gst-typefind
26217
26218 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26219
26220         * common/glib-gen.mak:
26221           add hack rule to touch .Plo files
26222         * gst-libs/gst/colorbalance/Makefile.am:
26223         * gst-libs/gst/mixer/Makefile.am:
26224         * gst-libs/gst/play/Makefile.am:
26225         * gst-libs/gst/tuner/Makefile.am:
26226           remove glib_root variable
26227
26228 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26229
26230         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
26231           set explicit caps before adding the element, so the autopluggers can
26232           plug correctly.
26233         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
26234         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26235         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26236         (dv_type_find):
26237           fix memleaks in typefind functions. gst_type_find_suggest takes a const
26238           argument.
26239
26240 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26241
26242         * gst-libs/gst/colorbalance/Makefile.am:
26243         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
26244         * gst-libs/gst/colorbalance/colorbalance.c:
26245         * gst-libs/gst/colorbalance/colorbalance.h:
26246         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
26247         * gst-libs/gst/mixer/Makefile.am:
26248         * gst-libs/gst/mixer/mixer-marshal.list:
26249         * gst-libs/gst/mixer/mixer.c:
26250         * gst-libs/gst/mixer/mixer.h:
26251         * gst-libs/gst/mixer/mixermarshal.list:
26252         * gst-libs/gst/play/Makefile.am:
26253         * gst-libs/gst/play/play.h:
26254         * gst-libs/gst/tuner/Makefile.am:
26255         * gst-libs/gst/tuner/tuner-marshal.list:
26256         * gst-libs/gst/tuner/tuner.c:
26257         * gst-libs/gst/tuner/tuner.h:
26258         * gst-libs/gst/tuner/tunermarshal.list:
26259           use new glib-gen.mak snippet to clean up Makefile.am
26260           fix various bugs in Makefile.am's
26261
26262 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26263
26264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
26265           handle chain parsing correctly in the multichain case
26266         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
26267         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
26268         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
26269         (theora_dec_chain):
26270           handle events and queries correctly
26271
26272 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
26273
26274         * .cvsignore:
26275         Ignore generated file _stdint.h.
26276
26277 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
26278
26279         * gst-libs/gst/colorbalance/Makefile.am:
26280         * gst-libs/gst/colorbalance/colorbalance.h:
26281         * gst-libs/gst/mixer/Makefile.am:
26282         * gst-libs/gst/mixer/mixer.h:
26283         * gst-libs/gst/play/Makefile.am:
26284         * gst-libs/gst/play/play.h:
26285         * gst-libs/gst/tuner/Makefile.am:
26286         * gst-libs/gst/tuner/tuner.h:
26287         Generate enum type code with glib-mkenums.
26288         * gst-libs/gst/colorbalance/.cvsignore:
26289         * gst-libs/gst/mixer/.cvsignore:
26290         * gst-libs/gst/play/.cvsignore:
26291         * gst-libs/gst/tuner/.cvsignore:
26292         Ignore generated files.
26293
26294 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
26295
26296         * gst-libs/gst/audio/.cvsignore:
26297         Ignore generated file.
26298         * gst-libs/gst/audio/Makefile.am:
26299         Do not install example filter.
26300
26301 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
26302
26303         * examples/switch/.cvsignore:
26304         Ignore generated file.
26305
26306 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26307
26308         * common/m4/ax_create_stdint_h.m4:
26309         * configure.ac:
26310           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
26311           _stdint.h.
26312         * Makefile.am:
26313           remove generated _stdint.h in DISTCLEANFILES
26314         * ext/a52dec/gsta52dec.c:
26315           include _stdint.h for a52dec. (should fix #133064)
26316
26317 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
26318
26319         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
26320         (gst_tag_to_vorbis_comments):
26321         Add replaygain support to vorbistag
26322
26323 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
26324         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
26325         (gst_ffmpeg_caps_to_extradata):
26326           Fix SVQ3 caps flag properties
26327           Use glib macro for bytes swap
26328
26329 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26330
26331         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
26332         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
26333         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26334         * ext/sndfile/gstsf.c: (plugin_init):
26335         * gst/avi/gstavi.c: (plugin_init):
26336         * sys/dxr3/dxr3init.c: (plugin_init):
26337         * sys/oss/gstossaudio.c: (plugin_init):
26338         * sys/v4l/gstv4l.c: (plugin_init):
26339         * sys/v4l2/gstv4l2.c: (plugin_init):
26340           remove textdomain calls
26341         * po/nl.po:
26342           update Dutch translation
26343
26344 2004-02-02  Julien MOUTTE  <julien@moutte.net>
26345
26346         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26347         (gst_play_set_audio_sink): Moving volume in the audio thread for
26348         instantaneous volume change. Maybe i will add another volume in front
26349         of visualization later, not sure yet though.
26350
26351 2004-02-02  Julien MOUTTE  <julien@moutte.net>
26352
26353         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
26354         (gst_ximagesink_handle_xevents): Better X events handling, only take
26355         the latest events for configure and motion.
26356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
26357
26358 2004-02-02  Jon Trowbridge  <trow@gnu.org>
26359
26360         reviewed by: David Schleef  <ds@schleef.org>
26361
26362         Fix memory leaks:
26363         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
26364         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
26365
26366 2004-02-02  David Schleef  <ds@schleef.org>
26367
26368         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
26369         of lines.
26370         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
26371         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
26372         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
26373         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
26374         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
26375         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
26376         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
26377         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
26378         (gst_float2_2_int_link):
26379         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
26380         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
26381         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
26382         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
26383         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
26384         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
26385         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
26386         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
26387         * testsuite/gst-lint: Add tests for bzero and ;;
26388
26389 2004-02-02  David Schleef  <ds@schleef.org>
26390
26391         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
26392
26393 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26394
26395         * ext/aalib/gstaasink.c: (gst_aasink_open):
26396         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
26397         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26398         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26399         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
26400         (gst_afsink_close_file):
26401         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
26402         (gst_afsrc_close_file):
26403         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
26404         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
26405         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
26406         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
26407         * ext/esd/esdmon.c: (gst_esdmon_get):
26408         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
26409         * ext/faac/gstfaac.c: (gst_faac_chain):
26410         * ext/faad/gstfaad.c: (gst_faad_chain):
26411         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
26412         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26413         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
26414         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
26415         (gst_flacdec_loop):
26416         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
26417         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
26418         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
26419         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
26420         (gst_gnomevfssink_close_file):
26421         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
26422         (gst_gnomevfssrc_open_file):
26423         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
26424         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
26425         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
26426         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26427         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
26428         * ext/mad/gstmad.c: (gst_mad_chain):
26429         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
26430         * ext/mpeg2dec/gstmpeg2dec.c:
26431         * ext/mpeg2enc/gstmpeg2enc.cc:
26432         * ext/mplex/gstmplex.cc:
26433         * ext/mplex/gstmplexibitstream.cc:
26434         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
26435         (gst_ogg_demux_push):
26436         * ext/raw1394/gstdv1394src.c:
26437         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
26438         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
26439         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
26440         (gst_sf_loop):
26441         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
26442         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
26443         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
26444         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
26445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
26446         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
26447         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
26448         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
26449         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26450         (gst_riff_read_element_data), (gst_riff_read_seek),
26451         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
26452         * gst/adder/gstadder.c: (gst_adder_loop):
26453         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
26454         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
26455         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
26456         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
26457         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
26458         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
26459         * gst/goom/gstgoom.c: (gst_goom_chain):
26460         * gst/id3/gstid3types.c: (gst_id3types_loop):
26461         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
26462         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
26463         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
26464         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
26465         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
26466         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
26467         (gst_ebml_read_float), (gst_ebml_read_header):
26468         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
26469         (gst_matroska_demux_parse_blockgroup):
26470         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
26471         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26472         * gst/oneton/gstoneton.c: (gst_oneton_chain):
26473         * gst/silence/gstsilence.c: (gst_silence_get):
26474         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26475         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
26476         * gst/speed/gstspeed.c: (speed_loop):
26477         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26478         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26479         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
26480         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26481         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26482         (gst_wavparse_loop):
26483         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
26484         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
26485         (dxr3audiosink_close):
26486         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
26487         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
26488         (dxr3videosink_close), (dxr3videosink_write_data):
26489         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
26490         * sys/oss/gstosssink.c: (gst_osssink_chain):
26491         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26492         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
26493         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
26494         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
26495         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26496         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26497         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
26498         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
26499         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
26500         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
26501         (gst_v4l_set_audio):
26502         * sys/v4l/v4l_calls.h:
26503         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26504         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
26505         (gst_v4lmjpegsink_playback_init),
26506         (gst_v4lmjpegsink_playback_start):
26507         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
26508         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26509         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
26510         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
26511         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
26512         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
26513         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
26514         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
26515         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
26516         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
26517         (gst_v4l2_get_output), (gst_v4l2_set_output),
26518         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
26519         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
26520         (gst_v4l2_set_attribute):
26521         * sys/v4l2/v4l2_calls.h:
26522         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
26523         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
26524         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
26525         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
26526         (gst_v4l2src_capture_stop):
26527         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
26528         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
26529         (gst_ximagesink_chain):
26530         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
26531         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
26532         (gst_xvideosink_xwindow_new):
26533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26534         (gst_xvimagesink_chain):
26535
26536 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26537
26538         * gst/volume/gstvolume.c: (gst_volume_set_volume),
26539         (gst_volume_get_volume), (volume_class_init), (volume_init),
26540         (volume_chain_int16), (volume_update_volume):
26541         * gst/volume/gstvolume.h:
26542           make code more readable by removing magic numbers
26543           make mixer interface export 0-100 range
26544           make it internally map to 0.0-1.0 range so users don't distort
26545           output by putting the sliders at full volume
26546
26547 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26548
26549         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
26550         (gst_play_state_change), (gst_play_seek_to_time):
26551         block the tick callback for 0.5 secs after doing a seek
26552
26553 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26554
26555         * gst-libs/gst/play/play.c: (gst_play_new):
26556           check for GError
26557
26558 2004-02-01  Julien MOUTTE  <julien@moutte.net>
26559
26560         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
26561         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
26562         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26563         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
26564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26565         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
26566
26567 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26568
26569         * configure.ac:
26570         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26571           check for a function added in vorbis 1.1
26572
26573 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26574
26575         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26576         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
26577           really start/stop clock only on PLAYING <=> PAUSED
26578         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26579           remove \n from debugging lines
26580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
26581           make it work when seeking does not
26582         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26583           reset on DISCONT
26584
26585 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26586
26587         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
26588           start clock on PAUSED=>PLAYING, not later
26589         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26590           extract correct time for different discont formats
26591         (gst_alsa_sink_get_time):
26592           don't segfault when no format is negotiated yet, just return 0
26593         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
26594         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
26595         (gst_ogg_pad_push):
26596           handle flush and discont events correctly
26597         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26598           handle discont events correctly
26599
26600 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26601
26602         * gst-libs/gst/play/play.c: (gst_play_error_quark),
26603         (gst_play_error_create), (gst_play_error_plugin),
26604         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
26605         * gst-libs/gst/play/play.h:
26606           add error handling during creation
26607         * examples/gstplay/player.c: (main):
26608           use new gst_play_new
26609
26610
26611 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26612
26613         * ext/theora/theoradec.c: (theora_dec_chain):
26614           make comments work
26615         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
26616         (vorbis_dec_src_event), (vorbis_dec_chain):
26617           add encoder tag, fix tag reading to be more error tolerant, change
26618           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
26619           gst_pad_event_default.
26620         * gst/tags/gstvorbistag.c:
26621         (gst_tag_list_from_vorbiscomment_buffer):
26622           undefine function specific define at end of function
26623
26624 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
26625
26626         * ext/flac/gstflac.c: (plugin_init):
26627         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
26628         * ext/flac/gstflacdec.h:
26629         * ext/flac/gstflacenc.h:
26630           Fix typos
26631
26632 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
26633
26634         * examples/gstplay/player.c: s/gstplay.h/play.h/
26635
26636 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26637
26638         * gst-libs/gst/play/Makefile.am:
26639         * gst-libs/gst/play/gstplay.c:
26640         * gst-libs/gst/play/gstplay.h:
26641         * gst-libs/gst/play/play.c:
26642           more surgery, operation complete
26643
26644 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26645
26646         * gst-libs/gst/play/play.old.c:
26647         * gst-libs/gst/play/play.old.h:
26648           after CVS surgery by moving, remove
26649         * gst-libs/gst/play/playpipelines.c:
26650           remove
26651
26652         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
26653           add negotiation error
26654
26655 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26656
26657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
26658         (gst_ogg_demux_push):
26659           add some seeking debug info
26660           send a flush when seeking
26661
26662 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26663
26664         * configure.ac:
26665           use AC_C_INLINE
26666         * configure.ac:
26667         * ext/Makefile.am:
26668         * ext/theora/Makefile.am:
26669         * ext/theora/theoradec.c:
26670           add theora video decoder. Does just do simple decoding for now and
26671           has been tested against Theora cvs only. It only works when theora
26672           is compiled with --enable-static.
26673         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26674           always reset packetno on DISCONT
26675
26676 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26677
26678         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26679           Fix audio.
26680
26681 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26682
26683         * gst/mpegaudioparse/gstmpegaudioparse.c:
26684         (mp3_type_frame_length_from_header):
26685           Fix header parsing - stolen from ffmpeg (thank you! :) ).
26686
26687 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26688
26689         * ext/esd/esdsink.c: (gst_esdsink_init):
26690           Since we have static pad template caps, we don't need to negotiate;
26691           either the core errors out or we know the format.
26692
26693 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26694
26695         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
26696         (gst_riff_read_seek):
26697         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
26698         (gst_ebml_read_seek):
26699           Fix event handling.
26700
26701 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26702
26703         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
26704           removee video/x-theora from vp3 decoder, it doesn't handle raw
26705           theora streams
26706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
26707           fix bug with finalizing element that never went to PAUSED
26708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
26709           length and position queries were swapped
26710         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26711         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
26712         (vorbis_dec_src_event):
26713           implement querying time and bytes
26714
26715 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26716
26717         * just about every source file:
26718           gst_element_error -> GST_ELEMENT_ERROR
26719
26720 2004-01-29  Julien MOUTTE  <julien@moutte.net>
26721
26722         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
26723         emiting FLUSH and even before DISCONT.
26724         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
26725         get the best instant seeking as possible yay!
26726
26727 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26728
26729         * gst/mpeg1videoparse/gstmp1videoparse.c:
26730         (gst_mp1videoparse_real_chain):
26731           Committed wrong version last week... Grr... Didn't notice until now.
26732
26733 2004-01-29  Julien MOUTTE <julien@moutte.net>
26734
26735         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
26736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
26737         have_xwindow_id signal in xwindow_create.
26738
26739 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26740
26741         * ext/ogg/gstoggdemux.c:
26742           lots of changes - mainly support for chained bitstreams, seeking,
26743           querying and bugfixes of course
26744         * ext/vorbis/Makefile.am:
26745         * ext/vorbis/vorbisdec.c:
26746         * ext/vorbis/vorbisdec.h:
26747           add vorbisdec raw vorbis decoder
26748         * ext/vorbis/vorbis.c: (plugin_init):
26749           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
26750         * gst/intfloat/Makefile.am:
26751         * gst/intfloat/float22int.c:
26752         * gst/intfloat/float22int.h:
26753         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
26754           add float2intnew plugin. It converts multichannel interleaved float to
26755           multichannel interleaved int. The name should probably be changed.
26756         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
26757         (plugin_init):
26758           add typefinding for raw theora video so oggdemux can detect it.
26759
26760 2004-01-28  Julien MOUTTE  <julien@moutte.net>
26761
26762         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
26763         sink element first.
26764         * gst/videoscale/gstvideoscale.c:
26765         (gst_videoscale_handle_src_event): Fixing src event handler.
26766
26767 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26768
26769         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26770         (gst_v4lsrc_open), (gst_v4lsrc_close),
26771         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
26772         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
26773         * sys/v4l/gstv4lsrc.h:
26774         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
26775         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
26776           Implement resizing... Hack. But that's why v4l is b0rked...
26777
26778 2004-01-28  Julien MOUTTE <julien@moutte.net>
26779
26780         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
26781         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
26782         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
26783         (gst_ximagesink_xwindow_destroy):
26784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
26785         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
26786         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
26787         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
26788         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
26789         correctly cleaning the image created to check xshm calls on succes,
26790         added a lot of XSync calls in X11 functions, and fixed a segfault when
26791         no image format was defined before negotiation happened.
26792
26793 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26794
26795         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
26796           use gst_element_get_time to get correct time
26797
26798 2004-01-28  Julien MOUTTE  <julien@moutte.net>
26799
26800         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
26801         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
26802         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
26803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
26804         (gst_xvimagesink_check_xshm_calls),
26805         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
26806         X plugins are now able to detect that XShm calls will fail even if the
26807         server claims that it has XShm support (remote displays most of the
26808         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
26809         so that we use non XShm functions. This feature is almost useless for
26810         xvimagesink as Xv is not supported on remote displays anyway, but
26811         it might happen than even on the local display XShm calls fail.
26812
26813 2004-01-27  David Schleef  <ds@schleef.org>
26814
26815         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
26816         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
26817         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
26818         changed esdsink to only use 44100,16,2, since esd sucks at rate
26819         conversion and esdsink has had difficulty negotiating.
26820
26821 2004-01-27  Julien MOUTTE <julien@moutte.net>
26822
26823         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
26824         (gst_play_seek_to_time): Fixing the way to get current position.
26825
26826 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26827
26828         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
26829           use gst_element_get_time to get correct time
26830
26831 2004-01-27  Julien MOUTTE <julien@moutte.net>
26832
26833         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
26834         fix ever... Inverting 2 lines of code make spider autoplug correctly
26835         tagged mp3 !
26836
26837 2004-01-27  David Schleef  <ds@schleef.org>
26838
26839         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26840         Use gst_pad_try_set_caps_nonfixed().
26841
26842 2004-01-27  David Schleef  <ds@schleef.org>
26843
26844         * gst/ac3parse/gstac3parse.c: update to checklist 5
26845         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
26846         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
26847         * gst/audioscale/gstaudioscale.c: same
26848         * gst/auparse/gstauparse.c: same
26849         * gst/avi/gstavidemux.c: same
26850
26851 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26852
26853         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26854           stop processing after EOS
26855
26856 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26857
26858         * gst/asfdemux/asfheaders.h:
26859         * gst/asfdemux/gstasfdemux.c:
26860         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
26861         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
26862         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
26863           lot's of fixes to make data extraction simpler and get the code
26864           architecture and compiler independant. Add debugging category
26865         * gst/goom/gstgoom.c: (gst_goom_change_state):
26866           reset channel count on PAUSED=>READY, not READY=>PAUSED
26867
26868 2004-01-26  Colin Walters  <walters@verbum.org>
26869
26870         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
26871         code to pull a bigger buffer in iradio mode.  This as a side effect
26872         makes typefinding work.
26873
26874 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
26875
26876         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
26877         Fix SVQ3 decoding on PPC
26878
26879 2004-01-26  Julien MOUTTE <julien@moutte.net>
26880
26881         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
26882         that one managed to stay there... Fixed.
26883
26884 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
26885
26886         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
26887         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
26888         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
26889         (qtdemux_video_caps):
26890         * gst/qtdemux/qtdemux.h:
26891         Add SVQ3 specific flags to qtdemux and ffmpeg
26892
26893 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26894
26895         * gst-libs/gst/audio/audio.h:
26896           remove buffer-frames from audio caps
26897         * gst/audioconvert/gstaudioconvert.c:
26898           fix plugin to really work.
26899
26900 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26901
26902         * gst-libs/gst/mixer/mixer.c:
26903         * gst-libs/gst/propertyprobe/propertyprobe.c:
26904         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
26905         (gst_tuner_find_channel_by_name):
26906         * gst-libs/gst/tuner/tuner.h:
26907           Add gtk-doc style comments. Also fix a function name.
26908
26909 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
26912         (gst_divxdec_negotiate):
26913           Fix for new capsnego - also fixes gst-player with divxdec.
26914
26915 2004-01-25  Julien MOUTTE  <julien@moutte.net>
26916
26917         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
26918         (gst_play_identity_handoff), (gst_play_set_location),
26919         (gst_play_set_visualization), (gst_play_connect_visualization): Another
26920         try in visualization implementation. Still have an issue with switch
26921         blocking when pulling from video_queue and only audio comes out of
26922         spider.
26923         * gst/switch/gstswitch.c: (gst_switch_release_pad),
26924         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
26925         release method. And check if the pad is usable before pulling.
26926
26927 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26928
26929         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
26930         (gst_videobalance_init),
26931         (gst_videobalance_colorbalance_list_channels),
26932         (gst_videobalance_colorbalance_set_value),
26933         (gst_videobalance_colorbalance_get_value),
26934         (gst_videobalance_update_properties),
26935         (gst_videobalance_update_tables_planar411),
26936         (gst_videobalance_planar411):
26937         * gst/videofilter/gstvideobalance.h:
26938           Implement lookup-tables. +/- 10x faster.
26939
26940 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26941
26942         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
26943         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
26944           The index reading was broken. The rest worked fine, but the whole
26945           goal of my rewrite was to make avidemux readable, and this was
26946           not at all readable. Please use typed variables.
26947
26948 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26949
26950         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
26951           Additional pad usability check.
26952         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26953         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
26954         (gst_mp1videoparse_real_chain):
26955           Fix MPEG video stream parsing. The original plugin had several
26956           issues, including not timestamping streams where the source was
26957           not timestamped (this happens with PTS values in mpeg system
26958           streams, but MPEG video is also a valid stream on its own so
26959           that needs timestamps too). We use the display time code for that
26960           for now. Also, if one incoming buffer contains multiple valid
26961           frames, we push them all on correctly now, including proper EOS
26962           handling. Lastly, several potential segfaults were fixed, and we
26963           properly sync on new sequence/gop headers to include them in next,
26964           not previous frames (since they're header for the next frame, not
26965           the previous). Also see #119206.
26966         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
26967         (bpf_from_header):
26968           Move caps setting so we only do it after finding several valid
26969           MPEG-1 fraes sequentially, not right after the first one (which
26970           might be coincidental).
26971         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
26972         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26973         (plugin_init):
26974           Add unsynced MPEG video stream typefinding, and change some
26975           probability values so we detect streams rightly. The idea is as
26976           follows: I can have an unsynced system stream which contains
26977           video. In the current code, I would randomly get a type for either
26978           system or video stream type found, because the probabilities are
26979           being calculated rather randomly. I now use fixed values, so we
26980           always prefer system stream if that was found (and that is how it
26981           should be). If no system stream was found, we can still identity                the stream as video-only.
26982
26983 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26984
26985         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
26986         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
26987           don't write to buffer. Extract data without the need of
26988           __attribute__ ((packed))
26989
26990 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26991
26992         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
26993         (mpeg1_sys_type_find):
26994           Fix MPEG-1 stream typefinding.
26995
26996 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26997
26998         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
26999           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
27000
27001 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27002
27003         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
27004         * ext/esd/gstesd.c: (plugin_init):
27005           private debugging, better error reporting
27006
27007 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27008
27009         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
27010         (gst_riff_read_init), (gst_riff_read_change_state):
27011         * gst-libs/gst/riff/riff-read.h:
27012           Remove stuff fromold metadata system.
27013
27014 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27015
27016         * ext/ogg/gstoggdemux.c:
27017           Fix wrong file comment.
27018         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27019         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
27020           Add metadata reading properly.
27021
27022 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27023
27024         * ext/Makefile.am:
27025           Fix nas DIST_SUBDIRS
27026           Uraeus:
27027           Fix bug where make distcheck doesn't get run on adding stuff to
27028           the build.
27029
27030 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27031
27032         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
27033         * ext/divx/gstdivxdec.h:
27034           Fix divx3 ("msmpeg4") playback using divxdec.
27035
27036 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27037
27038         * gst/typefind/gsttypefindfunctions.c:
27039         (mp3_type_frame_length_from_header): fix bug in length computation
27040         (mp3_type_find): improve debugging output
27041
27042 2004-01-23  Julien MOUTTE  <julien@moutte.net>
27043
27044         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
27045         (gst_play_set_location), (gst_play_seek_to_time),
27046         (gst_play_set_audio_sink), (gst_play_set_visualization),
27047         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
27048         the pipeline from scratch. Visualization is back and switch went out as
27049         i realized it was not possible to use the way i wanted.
27050         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
27051         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
27052         clearing in state change from READY to NULL. So that one can clean the
27053         X ressources keeping the element.
27054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27055         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
27056         (gst_xvimagesink_colorbalance_set_value),
27057         (gst_xvimagesink_colorbalance_get_value),
27058         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
27059         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
27060         change from READY to NULL and fixed some stupid bugs in colorbalance
27061         get/set values. Also added the following feature : when nobody tries to
27062         set some values to the colorbalance levels before the xcontext is
27063         grabbed, then when creating channels list from Xv attributes we set the
27064         internal values to the Xv defaults. This way we handle buggy Xv drivers
27065         that set default hue values far from the middle of the range (Thanks
27066         to Jon Trowbridge for pointing that issue).
27067         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
27068         colorbalance levels have been set before xcontext is grabbed.
27069
27070 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27071
27072         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27073           Fix the ossmixer case where we shouldn't open /dev/dsp* because
27074           it might block operations (which is bad for a mixer).
27075
27076 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27077
27078         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27079         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
27080         (gmip_find_type_pre):
27081         * gst-libs/gst/media-info/media-info-priv.h:
27082         * gst-libs/gst/media-info/media-info.c:
27083         (gst_media_info_instance_init), (gst_media_info_read_idler):
27084         add fakesink to get caps on decoder src pad again
27085         fix callback prototype to match new have_type signal signature
27086
27087 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
27088
27089         * gst/adder/gstadder.c: (gst_adder_link):
27090           fix non-compile and cut-n-paste code
27091
27092 2004-01-21  David Schleef  <ds@schleef.org>
27093
27094         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
27095         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
27096         (gst_swfdec_init), (gst_swfdec_change_state):
27097         * ext/swfdec/gstswfdec.h:
27098         Fix negotiation.
27099         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
27100         (gst_adder_request_new_pad): Fix negotiation.
27101         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
27102         Add a fixate function.
27103         * gst/intfloat/gstfloat2int.c:
27104         * gst/intfloat/gstfloat2int.h:
27105         * gst/intfloat/gstint2float.c:
27106         * gst/intfloat/gstint2float.h:
27107         Completely rewrite the negotiation.  Doesn't quite work yet,
27108         due to some buffer-frames problem.
27109
27110 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27111
27112         * ext/gnomevfs/gstgnomevfssrc.c:
27113         * sys/v4l2/v4l2_calls.h:
27114           fix includes for distcheck
27115
27116 2004-01-21  Christian Schaller <uraeus@gnome.org>
27117
27118         * ext/nas/
27119         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
27120         based on earlier patch from Laurent Vivier
27121
27122 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
27123
27124         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
27125         Fix wma caps property
27126         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27127         Fix typo (flags1 and flags2)
27128
27129 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27130
27131         * gst-libs/gst/media-info/media-info-priv.c:
27132         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
27133         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
27134         (gmip_find_stream), (gmip_find_track_metadata),
27135         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
27136         (gmip_find_track_format):
27137         * gst-libs/gst/media-info/media-info-priv.h:
27138         * gst-libs/gst/media-info/media-info-test.c: (main):
27139         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27140         (gst_media_info_read_idler), (gst_media_info_read):
27141         * gst-libs/gst/media-info/media-info.h:
27142           register debugging category and use it for debugging
27143
27144 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27145
27146         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
27147         (gst_vorbisfile_new_link):
27148           signal streaminfo through tags
27149
27150 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27151
27152         * ext/mplex/gstmplex.cc:
27153         * ext/mplex/gstmplexibitstream.cc:
27154           g++ doesn't like NULL in our i18n/error macros, should be
27155           either (NULL) or ("").
27156
27157 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27158
27159         * sys/dxr3/dxr3audiosink.c:
27160         * sys/dxr3/dxr3init.c:
27161         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
27162         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
27163           Fix more error error error errors (missing includes here).
27164
27165 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27166
27167         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
27168           fix thomas' error errors.
27169
27170 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27171
27172         * ext/mpeg2enc/gstmpeg2enc.cc:
27173           fix error errors.
27174
27175 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27176
27177         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
27178         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
27179           Fix for new error system.
27180
27181 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27182
27183         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
27184           fix for new error reporting
27185
27186 2004-01-20  David Schleef  <ds@schleef.org>
27187
27188         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
27189         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
27190         (gst_ximagesink_set_xwindow_id): Change to using a framerate
27191         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
27192         and neither is 100+, most likely.
27193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
27194         (gst_xvimagesink_getcaps): same
27195
27196 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27197
27198         * configure.ac:
27199           Up version requirement to 2.0.3 (not yet released) to avoid symbol
27200           clashes with ffmpeg.
27201
27202 2004-01-20  Julien MOUTTE  <julien@moutte.net>
27203
27204         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
27205         (gst_switch_init): Fixed switch element : proxying link and setting
27206         caps from src to sink on request.
27207
27208 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27209
27210         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27211         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
27212         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
27213         fix element_error
27214
27215 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27216
27217         * sys/v4l/v4l_calls.h:
27218         * sys/v4l2/v4l2_calls.h:
27219           element_error fixes
27220
27221 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27222
27223         * gst-libs/gst/gst-i18n-plugin.h:
27224           add locale.h
27225           remove config.h inclusion
27226
27227 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27228
27229         * autogen.sh:
27230           adding autopoint invocation
27231         * Makefile.am:
27232         * configure.ac:
27233         * gst-libs/gst/gettext.h:
27234           adding gettext bits
27235         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
27236         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
27237         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
27238         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
27239         (gst_gnomevfssink_close_file):
27240         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
27241         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
27242         * gst-libs/gst/gst-i18n-plugin.h:
27243         * gst/avi/gstavi.c: (plugin_init):
27244         * sys/dxr3/dxr3init.c: (plugin_init):
27245         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
27246         * sys/oss/gstossaudio.c: (plugin_init):
27247         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
27248         * sys/v4l/gstv4l.c: (plugin_init):
27249         * sys/v4l/v4l_calls.c: (gst_v4l_open):
27250         * sys/v4l2/gstv4l2.c: (plugin_init):
27251         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
27252         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
27253         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
27254         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
27255         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
27256         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
27257           make sure locale and translation domain are set
27258           fix translated strings
27259         * po/.cvsignore:
27260         * po/LINGUAS:
27261         * po/Makevars:
27262         * po/POTFILES.in:
27263         * po/nl.po:
27264           put translation files into place
27265         * sys/xvideo/imagetest.c: (main):
27266         * ext/dv/demo-play.c: (main):
27267           fix unnecessary translations
27268
27269 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27270
27271         * ext/sndfile/gstsf.c:
27272         * gst/avi/gstavimux.c:
27273         * ext/audiofile/gstafsink.c:
27274         * ext/audiofile/gstafsrc.c:
27275         * ext/gnomevfs/gstgnomevfssink.c:
27276         * ext/gnomevfs/gstgnomevfssrc.c:
27277         * sys/oss/gstosselement.c:
27278         * sys/v4l/v4l_calls.h:
27279           fix i18n include
27280
27281 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27282
27283         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
27284         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
27285         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
27286         (gst_v4l2_get_output), (gst_v4l2_set_output),
27287         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
27288         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
27289         (gst_v4l2_set_attribute):
27290         update to new error handling
27291
27292 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27293
27294         * ext/sidplay/gstsiddec.cc:
27295         * gst/modplug/gstmodplug.cc:
27296           parenthese NULL because C++ seems angry about it
27297
27298 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27299
27300         * gst-libs/gst/gst-i18n-plugin.h:
27301           add skeleton i18n stuff, but needs to be further implemented
27302
27303 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27304
27305         * examples/gstplay/player.c: (main):
27306         * ext/aalib/gstaasink.c: (gst_aasink_open):
27307         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
27308         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27309         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27310         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
27311         (gst_afsink_close_file):
27312         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
27313         (gst_afsrc_close_file):
27314         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
27315         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
27316         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
27317         * ext/esd/esdmon.c: (gst_esdmon_get):
27318         * ext/esd/esdsink.c: (gst_esdsink_chain):
27319         * ext/faac/gstfaac.c: (gst_faac_chain):
27320         * ext/faad/gstfaad.c: (gst_faad_chain):
27321         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
27322         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
27323         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
27324         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
27325         (gst_flacdec_loop):
27326         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
27327         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27328         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
27329         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
27330         (gst_gnomevfssink_close_file):
27331         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
27332         (gst_gnomevfssrc_open_file):
27333         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
27334         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
27335         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
27336         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
27337         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
27338         * ext/mad/gstmad.c: (gst_mad_chain):
27339         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27340         * ext/mpeg2dec/gstmpeg2dec.c:
27341         * ext/mpeg2enc/gstmpeg2enc.cc:
27342         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
27343         * ext/mplex/gstmplex.cc:
27344         * ext/mplex/gstmplexibitstream.cc:
27345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
27346         (gst_ogg_demux_push), (gst_ogg_pad_push):
27347         * ext/raw1394/gstdv1394src.c:
27348         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
27349         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
27350         * ext/sidplay/gstsiddec.cc:
27351         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
27352         (gst_sf_loop):
27353         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
27354         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
27355         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
27356         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
27357         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
27358         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
27359         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
27360         * gst-libs/gst/Makefile.am:
27361         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
27362         (gst_riff_read_element_data), (gst_riff_read_seek),
27363         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
27364         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
27365         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
27366         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
27367         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
27368         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
27369         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
27370         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
27371         * gst/goom/gstgoom.c: (gst_goom_chain):
27372         * gst/id3/gstid3types.c: (gst_id3types_loop):
27373         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
27374         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
27375         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
27376         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
27377         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
27378         (gst_ebml_read_float), (gst_ebml_read_header):
27379         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
27380         (gst_matroska_demux_parse_blockgroup):
27381         * gst/modplug/gstmodplug.cc:
27382         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
27383         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
27384         * gst/oneton/gstoneton.c: (gst_oneton_chain):
27385         * gst/silence/gstsilence.c: (gst_silence_get):
27386         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27387         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
27388         * gst/speed/gstspeed.c: (speed_loop):
27389         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
27390         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
27391         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
27392         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
27393         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27394         (gst_wavparse_loop):
27395         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
27396         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
27397         (dxr3audiosink_close):
27398         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
27399         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
27400         (dxr3videosink_close), (dxr3videosink_write_data):
27401         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
27402         * sys/oss/gstosselement.h:
27403         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
27404         (gst_osssink_chain):
27405         * sys/oss/gstosssrc.c: (gst_osssrc_get):
27406         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
27407         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
27408         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
27409         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
27410         (gst_v4l_enable_overlay):
27411         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
27412         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
27413         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
27414         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
27415         (gst_v4l_set_audio):
27416         * sys/v4l/v4l_calls.h:
27417         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
27418         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
27419         (gst_v4lmjpegsink_playback_init),
27420         (gst_v4lmjpegsink_playback_start):
27421         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
27422         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
27423         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
27424         (gst_v4lmjpegsrc_requeue_frame):
27425         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
27426         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
27427         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
27428         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
27429         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
27430         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
27431         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
27432         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
27433         (gst_v4l2src_capture_stop):
27434         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
27435         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
27436         (gst_ximagesink_chain):
27437         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
27438         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
27439         (gst_xvideosink_xwindow_new):
27440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27441         (gst_xvimagesink_chain):
27442         use new error signal, function and categories
27443
27444 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
27445
27446         * configure.ac:
27447         * ext/Makefile.am:
27448         * ext/musicbrainz/gsttrm.c:
27449         * ext/musicbrainz/gsttrm.h:
27450         * ext/musicbrainz/Makefile.am:
27451         Add a trm plugin
27452
27453 2004-01-18  Julien MOUTTE  <julien@moutte.net>
27454
27455         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
27456         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
27457         synchronous property for debugging.
27458         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
27459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27460         (gst_xvimagesink_set_property): Moving a pointer declaration to a
27461         smaller block, fixing indent.
27462
27463 2004-01-16  David Schleef  <ds@schleef.org>
27464
27465         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
27466         property affects the video stream.
27467         * sys/xvimage/xvimagesink.c:
27468         * sys/xvimage/xvimagesink.h:
27469         Add synchronous property for debugging.  Should probably be
27470         disabled in non-CVS builds.  Make sure that the Xv attribute
27471         exists before we set it (crash!).  Fix a silly float bug that
27472         caused colorbalance to just not work.
27473
27474 2004-01-17  Christian Schaller <Uraeus@gnome.org>
27475
27476         * tools/gst-launch-ext.in - update for new plugins
27477
27478 2004-01-16  David Schleef  <ds@schleef.org>
27479
27480         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
27481         already-freed caps.
27482
27483 2994-01-16  Christian Schaller <Uraeus@gnome.org>
27484
27485         * Update spec for new colorspace plugin and libcaca plugin
27486         * Fix compilation of libcaca plugin (clock -> id)
27487
27488 2004-01-16  Julien MOUTTE <julien@moutte.net>
27489
27490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
27491         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
27492         (gst_xvimagesink_set_xwindow_id),
27493         (gst_xvimagesink_colorbalance_set_value),
27494         (gst_xvimagesink_colorbalance_get_value),
27495         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27496         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
27497         correct colorbalance properties. They can now be set when the element
27498         is still in NULL state. The values will be committed to the Xv Port
27499         when xcontext is initialized.
27500         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
27501         brightness int values in the GstXvImagesink structure.
27502
27503 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27504
27505         * gst-libs/gst/Makefile.am:
27506           restructure so having local patches works easier.
27507
27508 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27509
27510         * ext/mpeg2enc/Makefile.am:
27511         * ext/mpeg2enc/gstmpeg2enc.cc:
27512         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
27513           Bugfix with respect to EOS handling.
27514
27515 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27516
27517         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
27518           Link with right caps (else, it segfaults).
27519         * ext/mplex/gstmplexjob.cc:
27520           Fix for slight API change in 1.6.1.93 release of mjpegtools.
27521
27522 2004-01-15  David Schleef  <ds@schleef.org>
27523
27524         * gst-libs/gst/audio/Makefile.am:
27525         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
27526         from the template.
27527         * gst-libs/gst/audio/gstaudiofilter.c:
27528         * gst-libs/gst/audio/gstaudiofilter.h:
27529         Add bytes_per_sample and size and n_samples calculation.
27530         * gst-libs/gst/audio/gstaudiofilterexample.c:
27531         Remove, now autogenerated.
27532         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
27533         Moved from gstaudiofilterexample, object name changed, code added
27534         so that it actually works.
27535         * gst-libs/gst/audio/make_filter:
27536         Script to build an audiofilter subclass from the template.
27537         * gst/colorspace/Makefile.am:
27538         * gst/colorspace/yuv2yuv.c:
27539         Remove file, since it's GPL, and we don't use it.
27540
27541 2004-01-15  Julien MOUTTE  <julien@moutte.net>
27542
27543         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
27545         them use the buffer free function to test how the buffer was allocated.
27546
27547 2004-01-15  David Schleef  <ds@schleef.org>
27548
27549         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
27550         that handles osssink fallback.
27551         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27552         (gst_audio_convert_getcaps):
27553         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
27554         Add audio/x-qdm2 for QDM2 audio.
27555         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27556         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
27557         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
27558         Decrease minimum size to 16x16.
27559         * gst/wavparse/gstwavparse.c:
27560         Convert disabled pad template caps to new caps.
27561         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
27562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27563         (gst_xvimagesink_chain): Throw element error when display cannot
27564         be opened.  Increase minimum framerate to 1.0.  Check the data
27565         free function on a buffer to make sure it is the type we expect
27566         before manipulating it.
27567
27568 2004-01-15  Julien MOUTTE <julien@moutte.net>
27569
27570         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
27571         (gst_videobalance_colorbalance_set_value): Implement passthru if
27572         settings are in the middle.
27573         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
27574
27575 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27576
27577         * gst/videofilter/Makefile.am:
27578         * gst/volume/Makefile.am:
27579           Since we use videofilter symbols, link to it.
27580
27581 2004-01-15  Julien MOUTTE <julien@moutte.net>
27582
27583         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
27584         mixer interface type to HARDWARE.
27585         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
27586         type to SOFTWARE.
27587         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
27588         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
27589         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
27590         (gst_volume_interface_init), (gst_volume_list_tracks),
27591         (gst_volume_set_volume), (gst_volume_get_volume),
27592         (gst_volume_set_mute), (gst_volume_mixer_init),
27593         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
27594         (volume_init): Implementing mixer interface.
27595         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
27596         * sys/oss/gstosselement.c: (gst_osselement_get_type),
27597         (gst_osselement_change_state): Removing some trailing commas in
27598         structures.
27599         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
27600         interface type to HARDWARE.
27601         * sys/v4l/gstv4lcolorbalance.c:
27602         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
27603         type to HARDWARE.
27604         * sys/v4l2/gstv4l2colorbalance.c:
27605         (gst_v4l2_color_balance_interface_init): Setting colorbalance
27606         interface type to HARDWARE.
27607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
27608         same code than ximagesink for event handling.
27609
27610 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27611
27612         * ext/snapshot/Makefile.am:
27613         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
27614         (gst_snapshot_chain):
27615         * ext/snapshot/gstsnapshot.h:
27616           This has to be a joke... Snapshot should be connected to a tee,
27617           colorspace element before it and EOS after that, where the other
27618           src of the tee receives normal data.
27619           The current way is *wrong*.
27620
27621 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27622
27623         * ext/hermes/gsthermescolorspace.c:
27624           Fix another compile error. Same as below.
27625
27626 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27627
27628         * gst/colorspace/gstcolorspace.c:
27629         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
27630         (gst_colorspace_i420_to_yv12):
27631           Fix compiling... Didn't test if it actually works.
27632
27633 2004-01-15  David Schleef  <ds@schleef.org>
27634
27635         * configure.ac:
27636         * gst/colorspace/Makefile.am:
27637         * gst/colorspace/gstcolorspace.c:
27638         * gst/colorspace/gstcolorspace.h:
27639         * gst/colorspace/yuv2rgb.c:
27640         * gst/colorspace/yuv2rgb.h:
27641         Duplicate the ext/hermes colorspace plugin, and remove Hermes
27642         code and GPL code.  Fix for new caps negotiation.  Rewrite
27643         much of the format handling code, and some of the conversion
27644         code.  Basically, rewrote almost everything.  This element
27645         handles I420, YV12 to RGB conversions.
27646         * ext/hermes/Makefile.am:
27647         * ext/hermes/gsthermescolorspace.c:
27648         Rename colorspace to hermescolorspace.  Fix negotiation issues.
27649         Remove non-Hermes related code.  This element handles lots of
27650         RGB to RGB conversions, but no YUV.
27651         * ext/hermes/gstcolorspace.c:
27652         * ext/hermes/gstcolorspace.h:
27653         * ext/hermes/rgb2yuv.c:
27654         * ext/hermes/yuv2rgb.c:
27655         * ext/hermes/yuv2rgb.h:
27656         * ext/hermes/yuv2rgb_mmx16.s:
27657         * ext/hermes/yuv2yuv.c:
27658         * ext/hermes/yuv2yuv.h:
27659         Remove old code.
27660
27661 2004-01-14  Colin Walters  <walters@verbum.org>
27662
27663         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
27664         they've already been.
27665
27666 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27667
27668         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
27669           assume tag mode when pad is not connected
27670
27671 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27672
27673         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27674           Don't update the time of the clock
27675         (gst_alsa_sink_loop):
27676           sync to the clock given to alsasink, not the own clock
27677         * sys/oss/gstosssink.c: (gst_osssink_chain):
27678           sync to the clock
27679         (gst_osssink_change_state):
27680           activate the clock
27681         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
27683           remove bogus code that made DISCONT events unhandled
27684         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
27685           explicitly case to double in _set_simple. (fixes 2nd warning in bug
27686           #131502)
27687         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
27688         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
27689         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
27690           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
27691           2nd warning in bug #131502)
27692
27693 2004-01-14  Julien MOUTTE  <julien@moutte.net>
27694
27695         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
27696         (gst_videobalance_colorbalance_set_value),
27697         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
27698         for colorbalance interface implementation.
27699         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
27700         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
27701         (gst_ximagesink_dispose), (gst_ximagesink_init),
27702         (gst_ximagesink_class_init): Adding DISPLAY property.
27703         * sys/ximage/ximagesink.h: Adding display_name to store display.
27704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27705         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
27706         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
27707         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
27708         properties (they still need polishing though for gst-launch use : no
27709         xcontext yet, i ll do that tomorrow).
27710         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
27711
27712 2004-01-14  Julien MOUTTE  <julien@moutte.net>
27713
27714         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
27715         (gst_play_set_location), (gst_play_set_visualization): Preparing
27716         switch integration, adding videobalance in the pipeline.
27717
27718 2004-01-14  Julien MOUTTE <julien@moutte.net>
27719
27720         * gst-libs/gst/colorbalance/colorbalance.c:
27721         (gst_color_balance_class_init): Adding a default type.
27722         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
27723         the type.
27724         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
27725         (gst_videobalance_dispose), (gst_videobalance_class_init),
27726         (gst_videobalance_init), (gst_videobalance_interface_supported),
27727         (gst_videobalance_interface_init),
27728         (gst_videobalance_colorbalance_list_channels),
27729         (gst_videobalance_colorbalance_set_value),
27730         (gst_videobalance_colorbalance_get_value),
27731         (gst_videobalance_colorbalance_init): Implementing colorbalance
27732         interface.
27733         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
27734         list.
27735         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
27736         bug which was triggering a BadAccess X error when setting an overlay
27737         before pad was really negotiated.
27738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
27739         Using the colorbalance type macro.
27740
27741 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27742
27743         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
27744         (gst_flacenc_chain):
27745           handle tags correctly
27746         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
27747           extract ID3v1 tags correctly
27748
27749 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27750
27751         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
27752         (plugin_init):
27753           Improve matroska typefinding for odd-typed headers...
27754
27755 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27756
27757         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
27758           Fix for using incremental number on padnames.
27759
27760 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27761
27762         * ext/divx/gstdivxdec.c:
27763         * ext/divx/gstdivxenc.c:
27764           Set category to divx4linux instead of divx (too generic).
27765         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
27766         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
27767         (gst_wavparse_loop), (gst_wavparse_change_state):
27768         * gst/wavparse/gstwavparse.h:
27769           fix parsing of WAV files with non-standard fmt-tag size and fix
27770           skipping of unrecognized chunks... Someone please fix this thing
27771           to use rifflib so all this is automated.
27772         * sys/v4l/Makefile.am:
27773         * sys/v4l2/Makefile.am:
27774           Add X_CFLAGS because we depend on X (for overlay).
27775
27776 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
27777
27778         * ext/mpeg2dec/gstmpeg2dec.c:
27779           Don't issue a timestamp unless we tagged the frame
27780           with a PTS.
27781
27782 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27783
27784         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
27785           Query the audio element to get the time, not the clock. We're
27786           interested in the element's time here.
27787
27788 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27789
27790         * ext/aalib/gstaasink.c: (gst_aasink_chain):
27791         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27792         * ext/esd/esdsink.c: (gst_esdsink_chain):
27793         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
27794         * ext/mas/massink.c: (gst_massink_chain):
27795         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
27796         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
27797         (gst_matroska_demux_parse_metadata):
27798         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
27799         (gst_mpeg_parse_release_locks):
27800         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
27801         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
27802         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
27803         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27804         (gst_osssink_change_state):
27805         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
27806         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27807         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
27808         (gst_xvideosink_release_locks):
27809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
27810           use element time.
27811         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
27812         (gst_alsa_clock_stop):
27813         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
27814         (gst_audio_clock_get_internal_time):
27815           simplify for use with new clocking code.
27816         * testsuite/alsa/Makefile.am:
27817         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
27818           fix testsuite for new caps system
27819
27820 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27821
27822         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
27823         * ext/flac/gstflacenc.c: (add_one_tag):
27824           length is already host endian, no need to convert. Fixes playback of
27825           tagged files on PPC. (bug #128384)
27826
27827 2004-01-13  Julien MOUTTE <julien@moutte.net>
27828
27829         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
27830         colorbalance interface stating if it is hardware based or software
27831         based.
27832         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
27833         Removing a trailing comma.
27834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27835         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
27836         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
27837         the documentation seems to be wrong on the -1000 to 1000 interval.
27838
27839 2004-01-12  David Schleef  <ds@schleef.org>
27840
27841         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
27842         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
27843         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
27844         Fix negotiation.  Add a bufferalloc function for the sink pad,
27845         and generally clean up some of the code.
27846
27847 2004-01-12  Julien MOUTTE <julien@moutte.net>
27848
27849         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27850         (gst_color_balance_channel_dispose): Adding safety check in dispose
27851         method.
27852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
27853         (gst_xvimagesink_xcontext_clear),
27854         (gst_xvimagesink_interface_supported),
27855         (gst_xvimagesink_colorbalance_list_channels),
27856         (gst_xvimagesink_colorbalance_set_value),
27857         (gst_xvimagesink_colorbalance_get_value),
27858         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
27859         Adding colorbalance interface support to set XV parameters such as
27860         HUE, BRIGHTNESS, CONTRAST, SATURATION.
27861         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
27862         interface.
27863
27864 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27865
27866         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
27867         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
27868         (gst_audio_convert_init), (gst_audio_convert_set_property),
27869         (gst_audio_convert_get_property), (gst_audio_convert_chain),
27870         (gst_audio_convert_link),
27871         (gst_audio_convert_buffer_to_default_format),
27872         (gst_audio_convert_buffer_from_default_format), (plugin_init):
27873           - implement _getcaps and use it
27874           - improve linking
27875           - remove float caps since no float conversion is actually done
27876           - remove properties and arguments that were to be used for rate
27877             conversion
27878
27879 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27880
27881         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
27882         (gst_audio_structure_set_int):
27883         * gst-libs/gst/audio/audio.h:
27884           add helper functions for _getcaps matching the standard audio
27885           templates
27886
27887 2004-01-12  David Schleef  <ds@schleef.org>
27888
27889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27890         Test that pad is negotiated before getting its caps.
27891
27892 2004-01-12  Julien MOUTTE <julien@moutte.net>
27893
27894         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
27895         analyzing the pads of an element the bin is mostly in READY state so
27896         no caps were negotiated. This helper function needs to work with
27897         _get_caps directly then. I was not freeing them though, added that to
27898         fix the mem leak.
27899
27900 2004-01-12  Julien MOUTTE <julien@moutte.net>
27901
27902         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
27903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
27904         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
27905         than the free_func.
27906
27907 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
27908
27909         * sys/oss/gstossaudio.c: (plugin_init):
27910         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27911         * sys/oss/gstosselement.h:
27912           make an oss debugging category
27913           make failure more descriptive
27914
27915 2004-01-11  David Schleef  <ds@schleef.org>
27916
27917         * ext/ffmpeg/gstffmpeg.c:
27918         * ext/ffmpeg/gstffmpegcodecmap.c:
27919         * ext/ffmpeg/gstffmpegdec.c:
27920         * ext/ffmpeg/gstffmpegenc.c:
27921         * ext/ffmpeg/gstffmpegprotocol.c:
27922         * ext/gdk_pixbuf/gstgdkanimation.c:
27923         * ext/jpeg/gstjpeg.c:
27924         * ext/libpng/gstpng.c:
27925         * ext/mpeg2dec/perftest.c:
27926         * ext/speex/gstspeex.c:
27927         * gst-libs/gst/resample/dtos.c:
27928         * gst/intfloat/gstintfloatconvert.c:
27929         * gst/oneton/gstoneton.c:
27930         * gst/rtjpeg/RTjpeg.c:
27931         * gst/rtp/gstrtp.c:
27932         * sys/dxr3/dxr3init.c:
27933         * sys/glsink/gstgl_nvimage.c:
27934         * sys/glsink/gstgl_pdrimage.c:
27935         * sys/glsink/gstglsink.c:
27936         * testsuite/gst-lint:
27937         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
27938
27939 2004-01-11  David Schleef  <ds@schleef.org>
27940
27941         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
27942         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
27943         * ext/gdk_pixbuf/gstgdkanimation.c:
27944         (gst_gdk_animation_iter_create_pixbuf):
27945         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
27946         (gst_gdk_pixbuf_chain):
27947         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27948         * ext/jack/gstjack.c: (gst_jack_change_state):
27949         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
27950         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
27951         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
27952         * gst/videofilter/gstvideofilter.c:
27953         (gst_videofilter_set_output_size):
27954         Remove all usage of gst_pad_get_caps(), and replace it with
27955         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
27956
27957 2004-01-11  David Schleef  <ds@schleef.org>
27958
27959         * configure.ac:
27960         * ext/Makefile.am: Fixes to make ext/libcaca compile.
27961         * ext/divx/gstdivxdec.c:
27962         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
27963         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
27964         handle images that span multiple buffers.  Now work with both
27965         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
27966         * ext/gdk_pixbuf/gstgdkpixbuf.h:
27967         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
27968         video/video.h changes
27969         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
27970         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
27971         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
27972         of GstData free function.
27973         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
27974         same.
27975
27976 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27977
27978         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
27979         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
27980         (gst_v4l2element_get_property):
27981         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
27982           add norm, channel and frequency properties.
27983         * sys/v4l2/gstv4l2tuner.c:
27984           fixes for tuner interface changes
27985         * sys/v4l2/gstv4l2element.h:
27986         * sys/v4l2/gstv4l2src.c:
27987         * sys/v4l2/gstv4l2src.h:
27988         * sys/v4l2/v4l2src_calls.c:
27989         * sys/v4l2/v4l2src_calls.h:
27990           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
27991
27992 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27993
27994         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
27995         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
27996         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
27997         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
27998         * gst-libs/gst/tuner/tuner.h:
27999           GObjects aren't const.
28000           Add find_by_name functions.
28001           Add checks to _changed functions.
28002         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
28003         (gst_v4l_tuner_get_norm):
28004           Fixes for above.
28005
28006 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28007
28008         * gst-libs/gst/video/video.h:
28009           Fix caps template names to be understandable.
28010           Prefix everything with GST_VIDEO.
28011         * ext/aalib/gstaasink.c:
28012         * ext/divx/gstdivxdec.c:
28013         * ext/divx/gstdivxenc.c:
28014         * ext/gdk_pixbuf/gstgdkpixbuf.c:
28015         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
28016         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
28017         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
28018         * ext/libcaca/gstcacasink.c:
28019         * ext/libpng/gstpngenc.c: (raw_caps_factory):
28020         * ext/snapshot/gstsnapshot.c:
28021         * ext/swfdec/gstswfdec.c:
28022         * ext/xvid/gstxviddec.c:
28023         * ext/xvid/gstxvidenc.c:
28024         * gst/chart/gstchart.c:
28025         * gst/deinterlace/gstdeinterlace.c:
28026         * gst/effectv/gsteffectv.c:
28027         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28028         * gst/goom/gstgoom.c:
28029         * gst/median/gstmedian.c:
28030         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
28031         (gst_monoscope_srcconnect), (gst_monoscope_chain):
28032         * gst/overlay/gstoverlay.c:
28033         * gst/smooth/gstsmooth.c:
28034         * gst/smpte/gstsmpte.c:
28035         * gst/synaesthesia/gstsynaesthesia.c:
28036         * gst/videocrop/gstvideocrop.c:
28037         * gst/videodrop/gstvideodrop.c:
28038         * gst/y4m/gsty4mencode.c:
28039         * sys/qcam/gstqcamsrc.c:
28040         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
28041           Make them work with new video.h file.
28042         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
28043         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
28044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
28045         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
28046           Make it work with new buffer allocation system.
28047
28048 2004-01-11  Julien MOUTTE  <julien@moutte.net>
28049
28050         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
28051         pad_alloc_buffer implementation to use ->srcpad
28052         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
28053         pad_alloc_buffer implementation to use ->srcpad
28054         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
28055         pad_alloc_buffer implementation to use ->srcpad
28056         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28057         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
28058         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
28059         a reference to everything we need.
28060         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
28061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28062         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
28063         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
28064         a reference to everything we need.
28065         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
28066
28067 2004-01-11  David Schleef  <ds@schleef.org>
28068
28069         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
28070         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
28071         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
28072         structure members.
28073         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
28074         value during a resize/renegotiation.
28075         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
28076         gst_pad_alloc_buffer();
28077         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
28078         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
28079         structure members.
28080         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
28081         Fix for rename of buffer private structure members.
28082         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
28083         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
28084         Fix for rename of buffer private structure members.
28085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
28086         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
28087         Fix for rename of buffer private structure members.
28088
28089 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
28090
28091         reviewed by: David Schleef <ds@schleef.org>
28092
28093         * gst/videofilter/Makefile.am:
28094         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
28095         from the patch by ds to fit in with recent make_filter changes.
28096
28097 2004-01-11  Julien MOUTTE  <julien@moutte.net>
28098
28099         * configure.ac: Adding examples/switch/Makefile
28100         * examples/Makefile.am: Adding examples/switch
28101         * examples/switch/Makefile.am: Adding switcher example.
28102         * examples/switch/switcher.c: (got_eos), (idle_iterate),
28103         (switch_timer), (main): Adding an example demonstrating switch usage
28104         with 2 videotestsrc showing different patterns.
28105         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
28106         (gst_switch_init): Fixing switch with the new caps system.
28107
28108 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28109
28110         * gst-libs/gst/video/video.h:
28111           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
28112           They should probably be like
28113           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
28114
28115 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28116
28117         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28118         (qtdemux_parse_trak):
28119           fix audio chunk size/timestamp calculation
28120
28121 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28122
28123         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
28124           fix SVQ3 caps
28125
28126 2004-01-11  Steve Baker  <steve@stevebaker.org>
28127
28128         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
28129         (gst_agingtv_base_init), (gst_agingtv_class_init),
28130         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
28131         (gst_agingtv_set_property), (gst_agingtv_get_property):
28132         Port agingTV to videofilter
28133
28134 2004-01-09  Julien MOUTTE <julien@moutte.net>
28135
28136         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
28137         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
28138
28139 2004-01-09  Julien MOUTTE <julien@moutte.net>
28140
28141         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
28142         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
28143         * gst-libs/gst/xoverlay/xoverlay.c:
28144         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
28145         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28146         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
28147         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28148         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
28149         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
28150         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
28151         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
28152         the bufferalloc_function to replace bufferpools, fixing the XOverlay
28153         interface implementation to handle xid being 0 and fix some bugs
28154         triggered by Benjamin's testcase.
28155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
28156         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
28157         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
28158         the bufferalloc_function to replace bufferpools, fixing the XOverlay
28159         interface implementation to handle xid being 0 and fix some bugs
28160         triggered by Benjamin's testcase.
28161
28162 2004-01-09  David Schleef  <ds@schleef.org>
28163
28164         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
28165         mouse pointer events.  It works.
28166
28167 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28168
28169         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
28170           Use explicit caps - fix capsnego.
28171         * ext/xvid/gstxviddec.c:
28172         * ext/xvid/gstxvidenc.c:
28173           Remove macro-inside-macro which caused compile errors.
28174         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
28175           Error out if it's not a RIFF file. Else we error out without
28176           gst_element_error() which is not good...
28177
28178 2004-01-08  David Schleef  <ds@schleef.org>
28179
28180         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
28181         Fix pad_link function to handle formats that ffmpeg returns
28182         as multiple caps structures.
28183         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
28184         Only complain if source buffer is _smaller_ than expected.
28185         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
28186         (gst_videoscale_handle_src_event): Resize navigation events
28187         when passing them upstream.
28188         * gst/videotestsrc/gstvideotestsrc.c:
28189         * gst/videotestsrc/gstvideotestsrc.h:
28190         * gst/videotestsrc/videotestsrc.c:
28191         * gst/videotestsrc/videotestsrc.h:
28192         Rewrite many of the buffer painting functions to handle odd
28193         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
28194         been verified to work with my video card.
28195         * testsuite/gst-lint:  Add check for elements calling
28196         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
28197
28198 2004-01-08  David Schleef  <ds@schleef.org>
28199
28200         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28201         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
28202
28203 2004-01-08  Julien MOUTTE  <julien@moutte.net>
28204
28205         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
28206         configure event is not emiting the desired size signal. That fixes
28207         aspect ratio issues with gst-player.
28208
28209 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28210
28211         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
28212           Fix capsnego.
28213
28214 2004-01-08  Julien MOUTTE  <julien@moutte.net>
28215
28216         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
28217         public method to fire size signal.
28218
28219 2004-01-07  Julien MOUTTE  <julien@moutte.net>
28220
28221         * examples/gstplay/Makefile.am: Adding the interface library.
28222         * gst-libs/gst/play/Makefile.am: Adding the interface library.
28223         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
28224         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
28225         GST_IS_X_OVERLAY before signal connect.
28226         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
28227         Removing the have_video_size signal.
28228         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
28229         and associated public method.
28230         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
28231         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
28232         signal.
28233         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28234         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
28235         signal.
28236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
28237         Using XOverlay public method to fire size signal.
28238
28239 2004-01-07  David Schleef  <ds@schleef.org>
28240
28241         * gst/videofilter/Makefile.am:
28242         * gst/videofilter/gstvideotemplate.c:
28243         * gst/videofilter/make_filter:
28244         Create gstvideoexample.c in a srcdir!=builddir friendly way.
28245         Convert make_filter to /bin/sh script.
28246
28247 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
28248
28249         * gst/modplug/gstmodplug.cc: fix element description
28250
28251 2004-01-07  Julien MOUTTE  <julien@moutte.net>
28252
28253         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
28254         (got_video_size): Adding some new lines in g_print calls.
28255         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
28256         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
28257         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
28258         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
28259         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
28260         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
28261         Complete code review, reverting some stuff i disagree with, adding
28262         some fixes : time synchronization on invalid timestamps, renegotiation
28263         of private window.
28264         * sys/ximage/ximagesink.h:
28265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
28266         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
28267         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
28268         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
28269         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28270         (gst_xvimagesink_buffer_new),
28271         (gst_xvimagesink_navigation_send_event),
28272         (gst_xvimagesink_set_xwindow_id),
28273         (gst_xvimagesink_get_desired_size),
28274         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
28275         stuff i disagree with, adding some fixes : Renegotiation of private
28276         window, implementing get_desired_size.
28277
28278 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28279
28280         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
28281         (gst_afsink_handle_event):
28282         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
28283         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
28284         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
28285         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
28286         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
28287           Fix for instantiate-test (see core). Also remove dead code from
28288           jpegenc (which still needs fixing, but that's lower on my TODO
28289           list...).
28290         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
28291           Never return NULL as caps.
28292
28293 2004-01-07  David Schleef  <ds@schleef.org>
28294
28295         * configure.ac:
28296         * ext/Makefile.am:
28297         * ext/librfb/Makefile.am:
28298         * ext/librfb/gstrfbsrc.c:
28299         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
28300         is the protocol used by VNC.
28301
28302 2004-01-07  David Schleef  <ds@schleef.org>
28303
28304         * gst/videofilter/gstvideotemplate.c:
28305         * gst/videofilter/gstvideotemplate.h:
28306         * gst/videofilter/make_filter:
28307         Merge videotemplate header into source file.
28308         * gst/effectv/Makefile.am:
28309         * gst/effectv/gsteffectv.c: (plugin_init):
28310         * gst/effectv/gstwarp.c:
28311         Make warpTV a subclass of videofilter.
28312
28313 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28314
28315         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28316           Add guard against invalid utf-8 conversions in mad. Just in case.
28317
28318 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28319
28320         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
28321           Fix for bug shown by poisoning
28322
28323 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28324
28325         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
28326         (gst_v4lmjpegsrc_buffer_free):
28327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
28328         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
28329         (gst_v4lsrc_buffer_free):
28330           Fix for removed bufferpools.
28331
28332 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
28333
28334         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28335         Fix caps negotiation.
28336
28337         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28338         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
28339         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
28340         (dvdnavsrc_event):
28341         * ext/mpeg2dec/gstmpeg2dec.c:
28342         * gst-libs/gst/navigation/navigation.c:
28343         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
28344         * gst-libs/gst/navigation/navigation.h:
28345         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
28346         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
28347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
28348         Super-simple first version of mouse and keyboard events. Clicking
28349         on a DVD menu now works, although it may not take you where you
28350         expected.
28351
28352         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
28353         * gst/videotestsrc/gstvideotestsrc.c:
28354         (gst_videotestsrc_src_fixate):
28355         These fixate functions were broken - they never actually
28356         fixated :)
28357
28358 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28359
28360         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
28361         (gst_icecastsend_init):
28362           fix for new caps system.
28363         * gst-libs/gst/mixer/mixertrack.h:
28364         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
28365           Add 'master track' flag (for tools like ACME that only want to
28366           change the main volume).
28367
28368 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
28369
28370         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
28371         (gst_xvid_csp_to_caps):
28372         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
28373         * ext/xvid/gstxvidenc.c:
28374         ifdef out ARGB type when it isn't available
28375         in xvidcore 1.0.0beta2
28376
28377 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28378
28379         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28380           When we have received a new SCR right in the first buffer after
28381           a seek (so in the same cycle that handles the discont), we should
28382           handle the buffer instead of unreffing it, else we lose data.
28383
28384 2004-01-06  Iain <iain@prettypeople.org>
28385
28386         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
28387           buffer-frames caps too.
28388
28389         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
28390           caps that we need, don't destroy them all and rebuild them. And when
28391           creating src pads, use the src pad template rather than the sink...
28392
28393 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28394
28395         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28396           Add pad to element *after* setting functions such as event handler.
28397           Without this, the scheduler (opt) will link pads, set the event
28398           handler from the default event function (dispatcher in gstpad.c)
28399           and *after* that, we will set our own event function, which will
28400           thus never be used (and thus mpegdemux doesn't handle events).
28401
28402 2004-01-04  David Schleef  <ds@schleef.org>
28403
28404         Fix the fixate functions to handle new prototype:
28405         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
28406         * gst/videotestsrc/gstvideotestsrc.c:
28407         (gst_videotestsrc_src_fixate):
28408         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
28409         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
28410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
28411
28412 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28413
28414         * sys/ximage/ximagesink.h:
28415         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
28416         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
28417         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
28418         (gst_ximagesink_xoverlay_init):
28419           assorted fixes to make (re)embedding work
28420         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
28421         (gst_ximagesink_get_desired_size):
28422           implement desired size additions to XOverlay
28423
28424 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28425
28426         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
28427         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
28428         (gst_x_overlay_got_desired_size):
28429         * gst-libs/gst/xoverlay/xoverlay.h:
28430           Add optional "desired size" signal and querying.
28431
28432 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28433
28434         * gst/matroska/matroska-demux.c:
28435         (gst_matroska_demux_parse_blockgroup):
28436           Fix EBML-laced block parsing. Diffs are relative to previous
28437           lace, not the first lace. Thanks to Mosu from the Matroska
28438           team for detecting this.
28439         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28440         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
28441         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
28442         (gst_wavparse_change_state):
28443         * gst/wavparse/gstwavparse.h:
28444           Quickfix for capsnego.
28445
28446 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28447
28448         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
28449           Fix indenting, fix pad creation.
28450
28451 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28452
28453         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
28454         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
28455         (gst_xviddec_sink_link):
28456           Implement src_getcaps() so proper size caps is negotiated.
28457
28458 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28459
28460         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
28461           Finish flac decoder on EOS. See #116178.
28462
28463 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28464
28465         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
28466         (gst_matroska_demux_add_stream):
28467         * gst/matroska/matroska-ids.h:
28468           Add getcaps() function to fix capsnego...
28469
28470 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28471
28472         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
28473         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
28474         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
28475           Fix more integer overflows. Again, see #126967.
28476
28477 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28478
28479         * ext/mpeg2dec/gstmpeg2dec.c:
28480           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
28481           #130416.
28482
28483 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28484
28485         * configure.ac:
28486         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
28487         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
28488         * ext/xvid/gstxvid.h:
28489         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
28490         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
28491         (gst_xviddec_src_link), (gst_xviddec_sink_link),
28492         (gst_xviddec_change_state):
28493         * ext/xvid/gstxviddec.h:
28494         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
28495         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
28496         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
28497         (gst_xvidenc_link), (gst_xvidenc_set_property),
28498         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
28499         * ext/xvid/gstxvidenc.h:
28500           Update xvid plugin to latest xvid (1.0.0-beta3) API.
28501
28502 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28503
28504         * gst/rtp/rtp-packet.c:
28505           Add sys/types.h include, since OS X doesn't define in_addr_t
28506           in netinet/in.h, like it does on Linux (see #129600).
28507
28508 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
28509
28510         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
28511
28512         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
28513           Correct logic of dispose function (see #129306).
28514
28515 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28516
28517         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
28518         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
28519         (gst_mpeg_parse_init):
28520         * gst/mpegstream/gstmpegparse.h:
28521           Remove clock (which was never provided, i.e. dead code), and
28522           also fix integer overflows at high PTS values (see #126967).
28523
28524 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28525
28526         * ext/flac/gstflacdec.c:
28527         * ext/libpng/gstpngenc.h:
28528         * ext/mikmod/gstmikmod.h:
28529           OS X fixes (see #126628).
28530
28531 2004-01-02  David Schleef  <ds@schleef.org>
28532
28533         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
28534         (gst_alsa_src_base_init): Remove bogus "src" request pad.
28535         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
28536         (gst_mpeg_parse_class_init): Move pad template registration
28537         to class_init, since the derived class (mpegdemux) doesn't
28538         want them.
28539
28540 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28541
28542         * sys/ximage/Makefile.am:
28543         * sys/xvideo/Makefile.am:
28544         * sys/xvimage/Makefile.am:
28545           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
28546           after installation (see #127664).
28547
28548 2004-01-02  David Schleef  <ds@schleef.org>
28549
28550         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
28551         (gst_ffmpegenc_connect):  Negotiation fixes.
28552         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
28553         Remove inappropriate gst_caps_free().
28554         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
28555         Reenable Ronald's internal resize code, since the core handles
28556         it correctly now.
28557
28558 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28559
28560         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
28561         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
28562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
28563           Fix pad template stuff.
28564
28565 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28566
28567         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
28568         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
28569           fix signed integer reading/writing.
28570
28571 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28572
28573         * ext/alsa/README:
28574           Remove outdated document
28575
28576 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
28577
28578         * gst/cutter/gstcutter.c: (gst_cutter_init):
28579           src pad was being created twice - oops.
28580
28581 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28582
28583         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
28584           Comment out internal resize. It doesn't handle the resulting
28585           XEvent internally, does another try_set_caps() which leads to
28586           a really nice loop.
28587           Real fix will come when Julien and Dave are awake. ;).
28588
28589 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28590
28591         * ext/mpeg2enc/gstmpeg2enc.cc:
28592           fix const/nonconst compile issue.
28593
28594 2004-01-02  David Schleef  <ds@schleef.org>
28595
28596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
28597         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
28598         Add fixate function and a check for bad formats.
28599
28600 2004-01-01  David Schleef  <ds@schleef.org>
28601
28602         Negotiation fixes:
28603         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
28604         (gst_audiofilter_init):
28605         * gst/debug/efence.c: (gst_efence_init):
28606         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28607         (gst_deinterlace_init):
28608         * gst/volume/gstvolume.c: (volume_connect):
28609
28610 2004-01-01  David Schleef  <ds@schleef.org>
28611
28612         Convert elements to use gst_pad_use_explicit_caps() where
28613         appropriate:
28614         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
28615         * ext/audiofile/gstafparse.c: (gst_afparse_init),
28616         (gst_afparse_open_file):
28617         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
28618         (gst_afsrc_open_file):
28619         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
28620         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
28621         (gst_ffmpegdec_chain):
28622         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28623         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
28624         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
28625         (gst_gdk_pixbuf_chain):
28626         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
28627         (gst_jpegdec_chain):
28628         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
28629         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28630         (gst_mikmod_negotiate):
28631         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
28632         (gst_mpeg2dec_negotiate_format):
28633         * ext/mpeg2enc/gstmpeg2enc.cc:
28634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28635         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
28636         (gst_speexdec_sinkconnect):
28637         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
28638         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
28639         (gst_vorbisfile_new_link):
28640         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
28641         (gst_ac3parse_chain):
28642         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
28643         (gst_asf_demux_setup_pad):
28644         * gst/auparse/gstauparse.c: (gst_auparse_init),
28645         (gst_auparse_chain):
28646         * gst/id3/gstid3types.c: (gst_id3types_loop):
28647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
28648         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
28649         (mp1videoparse_parse_seq):
28650         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
28651         (bpf_from_header):
28652         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
28653         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
28654         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
28655         (gst_mpeg_parse_send_data):
28656         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28657         (gst_qtdemux_add_stream):
28658         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28659         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28660         (gst_wavparse_parse_fmt):
28661
28662 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28663
28664         * configure.ac:
28665           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
28666           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
28667           it therefore uses the wrong include paths. Too bad... Note
28668           that 1.6.1.93 is not release yet. ;).
28669           Also add a check for mplex, which is now using the lib'ified
28670           mplex from mjpegtools, too.
28671         * ext/ffmpeg/gstffmpegcodecmap.c:
28672           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
28673           issues. I don't think ffmpeg handles 3ivx correctly, so this
28674           probably won't work. But it won't hurt either.
28675         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
28676         (gst_ffmpegdec_chain):
28677         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
28678         (gst_ffmpegenc_chain_audio):
28679           Fix memleak in audio encoding. Close codec if open fails, this
28680           calls the cleanup routines so we can re-use the context.
28681         * ext/mpeg2enc/gstmpeg2enc.cc:
28682           Fix pad template names/types, fix memory issue with getcaps().
28683         * ext/mpeg2enc/gstmpeg2encoder.cc:
28684         * ext/mpeg2enc/gstmpeg2encoder.hh:
28685           Fix compile issue with new caps system (const thingy).
28686         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
28687         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
28688           We read a first frame right on initing, so that we have a caps
28689           when we init the output. This caps is cached in padprivate and
28690           read as first frame.
28691         * ext/mplex/Makefile.am:
28692         * ext/mplex/gstmplex.cc:
28693         * ext/mplex/gstmplex.h:
28694         * ext/mplex/gstmplex.hh:
28695         * ext/mplex/gstmplexibitstream.cc:
28696         * ext/mplex/gstmplexibitstream.hh:
28697         * ext/mplex/gstmplexjob.cc:
28698         * ext/mplex/gstmplexjob.hh:
28699         * ext/mplex/gstmplexoutputstream.cc:
28700         * ext/mplex/gstmplexoutputstream.hh:
28701           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
28702           had issues, didn't do capsnego, supported only a subset of the
28703           mplex features and required a mplex fork in our local CVS. Plus
28704           that it worked agaist a very old mplex version. Rewriting was
28705           faster than updating it.
28706         * gst-libs/ext/Makefile.am:
28707         * gst-libs/ext/mplex/INSTRUCT:
28708         * gst-libs/ext/mplex/Makefile.am:
28709         * gst-libs/ext/mplex/README:
28710         * gst-libs/ext/mplex/TODO:
28711         * gst-libs/ext/mplex/ac3strm_in.cc:
28712         * gst-libs/ext/mplex/audiostrm.hh:
28713         * gst-libs/ext/mplex/audiostrm_out.cc:
28714         * gst-libs/ext/mplex/aunit.hh:
28715         * gst-libs/ext/mplex/bits.cc:
28716         * gst-libs/ext/mplex/bits.hh:
28717         * gst-libs/ext/mplex/buffer.cc:
28718         * gst-libs/ext/mplex/buffer.hh:
28719         * gst-libs/ext/mplex/fastintfns.h:
28720         * gst-libs/ext/mplex/format_codes.h:
28721         * gst-libs/ext/mplex/inputstrm.cc:
28722         * gst-libs/ext/mplex/inputstrm.hh:
28723         * gst-libs/ext/mplex/lpcmstrm_in.cc:
28724         * gst-libs/ext/mplex/mjpeg_logging.cc:
28725         * gst-libs/ext/mplex/mjpeg_logging.h:
28726         * gst-libs/ext/mplex/mjpeg_types.h:
28727         * gst-libs/ext/mplex/mpastrm_in.cc:
28728         * gst-libs/ext/mplex/mpegconsts.cc:
28729         * gst-libs/ext/mplex/mpegconsts.h:
28730         * gst-libs/ext/mplex/mplexconsts.hh:
28731         * gst-libs/ext/mplex/multplex.cc:
28732         * gst-libs/ext/mplex/outputstream.hh:
28733         * gst-libs/ext/mplex/padstrm.cc:
28734         * gst-libs/ext/mplex/padstrm.hh:
28735         * gst-libs/ext/mplex/stillsstream.cc:
28736         * gst-libs/ext/mplex/stillsstream.hh:
28737         * gst-libs/ext/mplex/systems.cc:
28738         * gst-libs/ext/mplex/systems.hh:
28739         * gst-libs/ext/mplex/vector.cc:
28740         * gst-libs/ext/mplex/vector.hh:
28741         * gst-libs/ext/mplex/videostrm.hh:
28742         * gst-libs/ext/mplex/videostrm_in.cc:
28743         * gst-libs/ext/mplex/videostrm_out.cc:
28744         * gst-libs/ext/mplex/yuv4mpeg.cc:
28745         * gst-libs/ext/mplex/yuv4mpeg.h:
28746         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
28747         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
28748           We don't fork mjpegtools' mplex in our CVS anymore.
28749         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
28750         (gst_avi_demux_add_stream):
28751         * gst/avi/gstavidemux.h:
28752           Add getcaps() function for proper caps nego. This makes some
28753           parts of AVI playback/reading work.
28754         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
28755           Resize window on new capsnego. This is probably wrong, but
28756           I'm still committing it because with current capsnego, the
28757           first successfull capsnego is auto-fixated, therefore rounded
28758           down to the lowest values in the caps. this results in a 16x16
28759           XWindow that is not reized when real capsnego finishes.
28760           Dave, I see more cases of this, do you know a proper solution?
28761         * tools/gst-launch-ext.in:
28762           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
28763
28764 2003-12-31  David Schleef  <ds@schleef.org>
28765
28766         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
28767         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
28768           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
28769
28770 2003-12-30  David Schleef  <ds@schleef.org>
28771
28772         * ext/ffmpeg/gstffmpegcolorspace.c:
28773         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28774         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
28775         (gst_ffmpegcsp_chain): Negotiation fixes
28776         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
28777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
28778         (gst_audio_convert_link), (gst_audio_convert_channels):
28779         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
28780         (gst_audioscale_link), (gst_audioscale_get_buffer),
28781         (gst_audioscale_chain): Negotiation fixes
28782         * gst/audioscale/gstaudioscale.h:
28783         * gst/videofilter/gstvideofilter.c:
28784         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
28785         (gst_videofilter_link), (gst_videofilter_init),
28786         (gst_videofilter_set_output_size), (gst_videofilter_setup),
28787         (gst_videofilter_find_format_by_structure):
28788         * gst/videofilter/gstvideofilter.h: Negotiation fixes
28789         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28790         (gst_videoscale_link):
28791         * gst/videoscale/videoscale.c: (videoscale_get_structure),
28792         (videoscale_find_by_structure), (gst_videoscale_setup):
28793         * gst/videoscale/videoscale.h: Negotiation fixes
28794         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
28795         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
28796         function, restrict resizing to a multiple of 4 (hack until
28797         everyone supports odd sizes correctly).
28798
28799 2003-12-29  Colin Walters  <walters@verbum.org>
28800
28801         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
28802         signed.
28803
28804 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
28805
28806         * ext/sndfile/gstsf.c: (gst_sf_loop):
28807           Fix warning about discarding const qualifier
28808
28809 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
28810
28811         * gst/cutter/gstcutter.c:
28812         * gst/videoscale/gstvideoscale.c:
28813         * gst/volenv/gstvolenv.c:
28814         * gst-libs/gst/audio/audio.c:
28815         * gst-libs/gst/video/video.c:
28816           Fix warnings
28817
28818 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28819
28820         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
28821           Don't send ALSA debugging to stderr.
28822         * ext/alsa/gstalsa.h:
28823           Use GST_WARNING instead of g_warning when ALSA functions fail.
28824
28825 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28826
28827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28828           Free XVAdapterInfo correctly.
28829
28830 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28831
28832         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
28833         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
28834           Make id3tag use correct caps nego.
28835
28836 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
28837
28838         * ext/ivorbis/vorbis.c:
28839         * ext/ivorbis/vorbisenc.h:
28840         * ext/ivorbis/vorbisfile.c:
28841           Modify so that it uses the new caps things
28842
28843 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28844
28845         * testsuite/spider/spider1.c: (main):
28846         * testsuite/spider/spider2.c: (main):
28847         * testsuite/spider/spider3.c: (main):
28848           Make tests compile again. They probably don't work.
28849
28850 2003-12-24  Colin Walters  <walters@verbum.org>
28851
28852         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
28853         we can't fixate the caps anymore.
28854
28855 2003-12-23  David Schleef  <ds@schleef.org>
28856
28857         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
28858         * sys/oss/gstosssink.c: (gst_osssink_init),
28859         (gst_osssink_sink_fixate): Add fixate function.
28860
28861 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28862
28863         * ext/ffmpeg/gstffmpegcodecmap.c:
28864         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
28865         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
28866         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
28867         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28868         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28869         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28870         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
28871           fix typo in RGB masks, and move back to "old" colorspace
28872           capsnego code until whoever wrote this new crap has actually
28873           tested it so that it works.
28874           And yes, this works, keep it that way please.
28875
28876 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28877
28878         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
28879         (gst_divxdec_init), (gst_divxdec_negotiate):
28880         * ext/divx/gstdivxdec.h:
28881         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
28882         (gst_divxenc_init):
28883         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
28884         (gst_faac_sinkconnect), (gst_faac_srcconnect):
28885         * ext/mpeg2enc/gstmpeg2enc.cc:
28886         * ext/mpeg2enc/gstmpeg2encoder.cc:
28887         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
28888         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
28889         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
28890         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
28891         (dxr3spusink_init):
28892         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
28893         (dxr3videosink_init):
28894           Fix caps breakage after Dave's caps branch merge.
28895
28896 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28897
28898         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28899           Fix for 24bpp display.
28900
28901 2003-12-23  Colin Walters  <walters@verbum.org>
28902
28903         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
28904         a GnomeVFSHandle directly.
28905
28906 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28907
28908         * gst/volume/Makefile.am:
28909         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
28910         (volume_base_init), (volume_init):
28911           Reenable volume element and fix to work with new caps stuff.
28912           Rhythmbox needs this.
28913
28914 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28915
28916         * gst/qtdemux/qtdemux.c: (plugin_init):
28917           qtdemux requires bytestream
28918
28919 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28920
28921         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
28922           Fix remaining caps handling errors due to CAPS merge.
28923
28924 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28925
28926         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
28927         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
28928         (gst_faad_srcconnect):
28929           Port to new caps system.
28930
28931 2003-12-21  Julien MOUTTE  <julien@moutte.net>
28932
28933         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
28934         (got_video_size), (main): using g_print instead of g_message.
28935         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
28936         signal which was not emitted because of "switch" element added to the
28937         bin but not connected. (Removing from the bin temporarily)
28938
28939 2003-12-21  Julien MOUTTE  <julien@moutte.net>
28940
28941         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
28942         find X development files. I don't understand the previous tests and
28943         they fail on my debian/ppc unstable. This one works.
28944         * examples/gstplay/player.c: (main): Set the pipeline to READY before
28945         exiting.
28946         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
28947         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28948         (gst_play_set_visualization): Add some safety checks in set_ methods
28949         and state_change. This was throwing some ugly CRITICAL messages when
28950         pipeline was getting disposed and casts were failing.
28951
28952 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28953
28954         * configure.ac:
28955           Improve mpeg2enc detection. This is for distributions that do
28956           ship mjpegtools, but without mpeg2enc. Also does object check
28957           for might there ever be ABI incompatibility.
28958         * ext/mpeg2enc/gstmpeg2enc.cc:
28959           Add Andrew as second maintainer (he's helping me), and also add
28960           an error if no caps was set. This happens if I pull before capsnego
28961           and that's something I should solve sometime else.
28962         * gst/matroska/matroska-demux.c:
28963         (gst_matroska_demux_parse_blockgroup):
28964           Fix time parsing.
28965         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
28966         (gst_matroska_mux_track_header):
28967           Add caps to templates.
28968         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
28969           Add mpegversion=1 to prevent confusion with MPEG/AAC.
28970         * gst/mpegstream/gstmpegdemux.c:
28971           Remove layer since it causes warnings about unfixed caps.
28972         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28973           Fix obvious typo (we error out if caps were set, we should of
28974           course error out if *no* caps were set).
28975         * sys/oss/gstosselement.c: (gst_osselement_convert):
28976           Fix format conversion, we confused bits/bytes.
28977         * sys/oss/gstosselement.h:
28978           Improve documentation for 'bps'.
28979         * sys/v4l/TODO:
28980           Remove stuff about plugins that need removing - this was done
28981           ages ago.
28982         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
28983         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
28984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
28985         (gst_v4lsrc_src_query):
28986         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
28987         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
28988           Add get_query_types(), get_formats() and query() functions.
28989
28990 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
28991
28992         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
28993           * moved CVS to freedesktop.org