gst/: Patch for support of YVU9 AVI files (#334822)
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-03-23  Wim Taymans  <wim@fluendo.com>
2
3         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
4
5         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6         (gst_riff_create_video_template_caps):
7         * gst/ffmpegcolorspace/avcodec.h:
8         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10         (gst_ffmpegcsp_avpicture_fill):
11         * gst/ffmpegcolorspace/imgconvert.c:
12         Patch for support of YVU9 AVI files (#334822)
13
14 2006-03-22  Edward Hervey  <edward@fluendo.com>
15
16         * docs/design/design-decodebin.txt:
17         Added design document for new decodebin
18         (Target Caps): text/x-pango-markup is also a default target caps.
19
20 2006-03-22  Wim Taymans  <wim@fluendo.com>
21
22         * gst-libs/gst/audio/gstbaseaudiosink.c:
23         (gst_base_audio_sink_dispose):
24         Since we _parent the ringbuffer, we also need to
25         _unparent instead of a plain _unref.
26
27 2006-03-22  Wim Taymans  <wim@fluendo.com>
28
29         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
30         (stop_seek), (scrub_toggle_cb), (main):
31         Add scrub checkbox.
32
33 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
36         (gst_ogg_parse_chain):
37           Fix very inefficient usage of linked lists (#335365).
38
39 2006-03-21  Edward Hervey  <edward@fluendo.com>
40
41         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
42         * gst/playback/gstplaybin.c: (handoff):
43         * gst/playback/gststreamselector.c:
44         (gst_stream_selector_set_property):
45         gcc 4.1 unreferenced pointer fixes.
46         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
47         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
48         gst_buffer_ref() now takes a GstBuffer*.
49
50 2006-03-20  Julien MOUTTE  <julien@moutte.net>
51
52         * sys/xvimage/xvimagesink.c:
53         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
54         by Jan Schmidt.
55
56 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
57
58         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
59         (id3v1_type_find), (apetag_type_find), (plugin_init):
60           Can't do tag preferences via probability, as tags would then
61           lose against types that are recognised with MAXIMUM probability
62           (like .wav); so let all tag typefinders return MAXIMUM themselves
63           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
64           that we can prefer APE to ID3v1 (fixes #335028).
65           
66 2006-03-17  Wim Taymans  <wim@fluendo.com>
67
68         * gst-libs/gst/audio/gstbaseaudiosink.c:
69         (gst_base_audio_sink_change_state):
70         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
71         (gst_ring_buffer_may_start):
72         * gst-libs/gst/audio/gstringbuffer.h:
73         Only start playback if we are playing.
74         should fix #330748.
75
76 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
77
78         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
79         * win32/common/config.h:
80           Revert accidental commits to these files.
81
82 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
83
84         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
85
86         * tests/Makefile.am:
87           Don't try to build tests in tests/icles if we
88           don't have X (#323852)
89
90 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
91
92         * gst-libs/gst/tag/gstid3tag.c:
93           Add TXXX frame identifiers for replaygain stuff as used
94           by some taggers (see #323721).
95
96 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
97
98         * gst/playback/gststreamselector.c:
99         (gst_stream_selector_set_property),
100         (gst_stream_selector_bufferalloc):
101           Preserve the existing buggy streamselector behaviour by performing
102           a fallback buffer allocation when downstream isn't linked yet.
103           This should really be fixed in playbin by blocking pads until it's
104           linked them.
105           Also, use gst_pad_alloc_buffer instead of
106           gst_pad_alloc_buffer_and_set.
107
108 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
109
110         * gst-libs/gst/tag/gstid3tag.c:
111           Don't crash on unknown ID3v2 TXXX frames.
112           
113 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
114
115         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
116           Chain up to the parent finalize method.
117           Add 32-bit sample size to the template caps.
118
119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
120         (gst_riff_create_video_template_caps):
121           Add the fourcc that the VMWare codec uses.
122           
123         * gst/playback/gststreamselector.c:
124         (gst_stream_selector_set_property),
125         (gst_stream_selector_bufferalloc),
126         (gst_stream_selector_request_new_pad):
127           For the active pad, forward buffer-alloc requests, otherwise
128           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
129           having to memcpy every frame when used by playbin.
130
131         * gst/tcp/gstmultifdsink.c:
132         (gst_multi_fd_sink_handle_client_write):
133           Get negotiated caps from the sink pad, rather than the sink
134           pad's peer.
135
136 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
137
138         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
139         
140         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
141           Don't forget to set src->callbacks_pushed to FALSE again when
142           popping them, otherwise re-activation in a different mode won't
143           work (#334620).
144
145 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
146
147         Patch by: Sebastien Moutte  <sebastien moutte net>
148
149         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
150         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
151         (gst_ffmpeg_smpfmt_to_caps):
152           Replace __VA_ARGS__ caps creation macros with varargs functions.
153           Makes things compile on MSVC (#320765), looks nicer, and we can
154           tell the compiler to check for the NULL terminator.
155
156 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
157
158         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
159
160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
161           Make sure the buffer we copy into is really always big
162           enough, this time for real (#333488).
163           
164 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
165
166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
167           Add support for 24bpp DIB (#305279).
168
169 2006-03-14  Wim Taymans  <wim@fluendo.com>
170
171         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
172         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
174         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
175         (gst_video_scale_init), (gst_video_scale_src_event):
176         Re-enable QoS after the release.
177         Rework videoscale to use the base class src_event handler.
178
179 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
180
181         * configure.ac:
182           back to CVS.
183
184 === release 0.10.5 ===
185
186 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
187
188         * configure.ac:
189           releasing 0.10.5, "Net"
190
191 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
192
193         * docs/plugins/Makefile.am:
194           Part of previous cdparanoiasrc docs fixes, forgot to commit.
195           
196 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
197
198         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
199         * docs/plugins/gst-plugins-base-plugins-sections.txt:
200         * docs/plugins/gst-plugins-base-plugins.hierarchy:
201           Add cdparanoiasrc to docs.
202
203         * gst-libs/gst/cdda/gstcddabasesrc.c:
204           More GstCddaBaseSrc docs.
205
206 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
207
208         * docs/libs/gst-plugins-base-libs-sections.txt:
209         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
210         * gst-libs/gst/tag/tag.h:
211           Add new API to libgsttag: gst_tag_from_id3_user_tag().
212
213 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
214
215         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
216           NULL-terminate array of mpeg4 video file extensions.
217           Fixes crash on PPC (#334226).
218
219 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
220
221         * ext/gnomevfs/gstgnomevfssrc.c:
222         (gst_gnome_vfs_src_check_get_range):
223           gnome_vfs_uri_is_local() alone is not a good indicator
224           whether we can operate in pull-mode with a specific URI,
225           as it returns FALSE for file:// URIs that point to an
226           NFS-mounted path. Be more conservative here: whitelist
227           local files, blacklist http URIs and use the old
228           mechanism for anything else (fixes #334216).
229
230 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
231
232         * configure.ac:
233           back to trunk
234
235 === release 0.10.4 ===
236
237 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
238
239         * configure.ac:
240           releasing 0.10.4, "Power"
241
242 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
243
244         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
245         Disable max-lateness by setting it to -1 for now, so that 
246         we can bed QoS stuff in thoroughly between now and the next
247         release.
248
249 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
250
251         Patch by: Fabrizio Gennari
252
253         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
254           Make sure we don't read beyond the palette buffer in case of
255           broken or manipulated files (#333488)
256
257 2006-03-10  Edward Hervey  <edward@fluendo.com>
258
259         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
260         Fix for variable not initialized.
261
262 2006-03-09  Wim Taymans  <wim@fluendo.com>
263
264         * ext/libvisual/visual.c: (gst_visual_get_type),
265         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
266         (gst_visual_chain):
267         Small cleanups.
268
269         * ext/theora/gsttheoradec.h:
270         * ext/theora/theoradec.c: (gst_theora_dec_init),
271         (gst_theora_dec_reset), (_theora_granule_time),
272         (theora_dec_src_convert), (theora_dec_sink_convert),
273         (theora_dec_src_query), (theora_dec_src_event),
274         (theora_dec_sink_event), (theora_handle_comment_packet),
275         (theora_handle_header_packet), (theora_dec_push),
276         (theora_handle_data_packet), (theora_dec_chain),
277         (theora_dec_change_state):
278         Add simple QoS.
279
280 2006-03-09  Wim Taymans  <wim@fluendo.com>
281
282         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
283         (audiocast_register_listener), (gst_gnome_vfs_src_start):
284         Some cleanups.
285
286 2006-03-09  Wim Taymans  <wim@fluendo.com>
287
288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
289         Don't try to activate NULL chains.
290
291 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
292
293         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
294           Fix invalid memory access to region before peek'd data (#332964).
295
296 2006-03-09  Wim Taymans  <wim@fluendo.com>
297
298         Patch by: Christophe Fergeau
299
300         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
301         * ext/pango/gsttextrender.c: (gst_text_render_init):
302         * gst/adder/gstadder.c: (gst_adder_init):
303         Don't leak padtemplates, closes #333510.
304
305 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
306
307         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
308           Fix invalid memory access: make sure string passed to
309           regexec() is NUL-termianted.
310
311 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
312
313         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
314         (mp3_type_find):
315           Refactor mpeg/audio typefinding to make it more maintainable
316           and easier to fine-tune. Make probing into middle of the file
317           work properly (fixes #333900, also see #152688).
318
319 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
320
321         * gst/typefind/gsttypefindfunctions.c:
322         (utf8_type_find_have_valid_utf8_at_offset):
323           Remove part from previous commit that was bogus:
324           g_utf8_validate() does in fact not accept embedded
325           zeroes, so we don't need to check for those (thanks
326           to Mike for the hint).
327
328 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
329
330         * gst/typefind/gsttypefindfunctions.c:
331         (utf8_type_find_count_embedded_zeroes),
332         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
333           Make plain/text typefinder more conservative: firstly, check
334           for embedded zeroes, which are perfectly valid UTF-8 characters,
335           but also a fairly good sign that something is not a plain text
336           file; secondly, probe into the middle of the file if possible.
337           If we can't probe into the middle, limit the probability value
338           to be returned to TYPE_FIND_POSSIBLE (see #333900).
339
340 2006-03-08  Michael Smith  <msmith@fluendo.com>
341
342         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
343           Make typefind function name for mpeg4 video unique.
344
345 2006-03-08  Wim Taymans  <wim@fluendo.com>
346
347         * ext/libvisual/visual.c: (gst_visual_init),
348         (gst_visual_clear_actors), (gst_visual_dispose),
349         (gst_visual_reset), (gst_visual_src_setcaps),
350         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
351         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
352         (gst_visual_chain), (gst_visual_change_state):
353         Cleanups, post nice errors.
354         Handle sink and src events.
355         Implement simple QoS.
356
357         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
358         Use new basesink methods to configure max-lateness.
359         Small doc update.
360
361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
362         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
363         Debug statement cleanups.
364
365         * gst/volume/gstvolume.c: (gst_volume_class_init):
366         Simple cleanup.
367
368 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
369
370         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
371         (gst_text_overlay_init), (gst_text_overlay_set_property),
372         (gst_text_overlay_get_property):
373           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
374           as string type properties, but mark them deprecated. Add
375           'halignment' and 'valignment' properties that use enums
376           instead of strings.
377
378 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
379
380         Patch by: Fabrizio Gennari
381
382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
383           Allow palettes with less than 256 colours in AVI files
384           (#333488)
385
386 2006-03-07  Julien MOUTTE  <julien@moutte.net>
387
388         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
389         (gst_text_overlay_video_event): Fix wrong EOS handling on text
390         pad. We were releasing the queued text buffer when we should keep
391         it until video pad gets EOS or discard the text buffer because it's
392         too old. That was eating the last subtitle buffer. Add some more
393         debug.
394
395 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
396
397         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
398         (gst_text_overlay_video_chain):
399           Fix invalid memory access (we can't access a buffer after it's been
400           pushed downstream without taking a reference); fix memory leak (if
401           there's no text to render, bail out before allocating stuff).
402
403 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
404
405         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
406         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
407         * ext/pango/gsttextoverlay.h:
408           If input is plain text, escape it before passing it to
409           pango_layout_set_markup().
410
411 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
412
413         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
414           Don't ignore flow return from gst_pad_push().
415
416 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
417
418         Patch by: Fabrizio Gennari
419
420         * ext/libvisual/visual.c: (gst_visual_getcaps),
421         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
422         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
423         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
424         (gst_vorbisenc_convert_sink):
425         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
426         (gst_audio_duration_from_pad_buffer):
427         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
428         (gst_audio_filter_chain):
429         * gst-libs/gst/rtp/gstbasertpdepayload.c:
430         (gst_base_rtp_depayload_setcaps):
431         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
432         (gst_video_get_size):
433         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
434           Don't leak references returned by gst_pad_get_parent()
435           (#333663)
436
437 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
438
439         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
440           change location param details
441         * gst/volume/gstvolume.c: (plugin_init):
442           correct plugin description
443
444 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
445
446         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
447         (gst_gnome_vfs_src_check_get_range):
448           Override GstBaseSrc::check_get_range() in order to avoid opening
449           the resource just to check whether we can operate in pull-mode or
450           not - we can predict that pretty well from the URI alone. Should
451           fix problems with last.fm (#331690). (Requires latest core CVS).
452
453 2006-03-06  Wim Taymans  <wim@fluendo.com>
454
455         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
456         (gst_video_sink_class_init):
457         Throw away frames that are later than 20 ms.
458
459 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
460
461         Patch by: Fabrizio Gennari
462
463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
464           Set depth on WMA caps (#333545)
465
466 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
467
468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
469         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
470           put Theora BOS pages before others.  This hardcodes
471           the Ogg/Theora I profile, but hey.
472
473 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
474
475         * ext/ogg/README:
476           updated with some examples
477         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
478         (granulepos_add), (theora_buffer_from_packet):
479         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
480         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
481         (gst_vorbisenc_chain):
482           implement strategy from ext/ogg/README
483         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
484         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
485         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
486         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
487           Fix muxer so that oggz-validate is happy with all streams;
488           except for no eos mark, and the BOS page ordering
489         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
490         (check_buffer_granulepos):
491         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
492           update tests to check for OFFSET being set as requested
493           fixed type of granulepos, it's not a ClockTime
494
495 2006-03-05  Julien MOUTTE  <julien@moutte.net>
496
497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
498         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
499         Check that the xvimage we are creating has a correct size
500         before returning it. (#314897)
501
502 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
503
504         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
505           Give id3 and ape tag typefinders a rank slightly higher
506           than PRIMARY to ensure they're always run before any of
507           the other typefinders (in particular wav and mp3) (#324186).
508
509 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
510
511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
512           Add support for '3IVD' fourcc (#333403).
513
514 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
515
516         * configure.ac:
517           Bump requirements to GStreamer CVS for the new error enum.
518
519         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
520           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
521           space left on the device (fixes #333352).
522
523 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
524
525         * win32/vs6:
526           add a project file for libgstvolume
527           update the workspace
528
529 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
530
531         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
532         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
533         (GST_START_TEST):
534           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
535           Set IN_CAPS on header buffers
536
537 2006-03-02  Wim Taymans  <wim@fluendo.com>
538
539         * docs/plugins/Makefile.am:
540         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
541         * docs/plugins/gst-plugins-base-plugins-sections.txt:
542         Add audioresample to docs.
543
544         * gst/audioconvert/gstaudioconvert.c:
545         Add revision date.
546
547         * gst/audioresample/gstaudioresample.c:
548         (gst_audioresample_base_init), (gst_audioresample_class_init),
549         (gst_audioresample_init), (gst_audioresample_dispose),
550         (audioresample_get_unit_size), (audioresample_transform_caps),
551         (resample_set_state_from_caps), (audioresample_transform_size),
552         (audioresample_set_caps), (audioresample_event),
553         (audioresample_do_output), (audioresample_transform),
554         (audioresample_pushthrough), (gst_audioresample_set_property),
555         (gst_audioresample_get_property), (plugin_init):
556         * gst/audioresample/gstaudioresample.h:
557         Added docs.
558         Small code cleanups.
559
560 2006-03-02  Wim Taymans  <wim@fluendo.com>
561
562         * docs/plugins/Makefile.am:
563         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
564         * docs/plugins/gst-plugins-base-plugins-sections.txt:
565         Added videoscale to docs.
566
567         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
568         (gst_video_rate_swap_prev), (gst_video_rate_event),
569         (gst_video_rate_chain):
570         Fix typo in docs.
571
572         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
573         (gst_video_scale_init), (gst_video_scale_prepare_size),
574         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
575         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
576         * gst/videoscale/gstvideoscale.h:
577         Added docs, examples.
578         Some code cleanups.
579         Post errors instead of g_warning.
580
581 2006-03-02  Wim Taymans  <wim@fluendo.com>
582
583         * docs/libs/gst-plugins-base-libs-docs.sgml:
584         * docs/libs/gst-plugins-base-libs-sections.txt:
585         * docs/libs/gst-plugins-base-libs.types:
586         * docs/plugins/Makefile.am:
587         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
588         * docs/plugins/gst-plugins-base-plugins-sections.txt:
589         Added some more docs to libs and plugins.
590
591         * gst-libs/gst/audio/gstringbuffer.c:
592         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
593         * gst-libs/gst/audio/gstringbuffer.h:
594         Document ringbuffer some more.
595
596         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
597         (gst_video_rate_setcaps), (gst_video_rate_reset),
598         (gst_video_rate_init), (gst_video_rate_flush_prev),
599         (gst_video_rate_swap_prev), (gst_video_rate_event),
600         (gst_video_rate_chain), (gst_video_rate_change_state):
601         * gst/videorate/gstvideorate.h:
602         Fix videorate to use segments.
603         Make it work with 0/1 framerates (closes #331903)
604         Handle EOS correctly.
605         Added docs.
606
607 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
608
609         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
610         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
611         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
612           In state change function, first chain up to parent class,
613           then handle downwards state change stuff. Remove some
614           commented out cruft from 0.8 code.
615
616 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
617
618         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
619         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
620         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
621         (gst_ogm_parse_chain):
622           Don't remove/re-add source pad if the new caps are the same as
623           the old caps anyway (#333042). When removing source pad, don't
624           unref it afterwards - we didn't ref it when adding. Sprinkle some
625           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
626           after using gst_pad_get_parent(). Return downstream flow return
627           value in chain function.
628
629 2006-03-02  Wim Taymans  <wim@fluendo.com>
630
631         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
632         * docs/plugins/gst-plugins-base-plugins.args:
633         * docs/plugins/gst-plugins-base-plugins.hierarchy:
634         * docs/plugins/gst-plugins-base-plugins.interfaces:
635         * docs/plugins/gst-plugins-base-plugins.signals:
636         Fix hierarchy, added some more elements to the docs.
637
638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
639         (gst_ffmpegcsp_get_type):
640         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
641         Fix docs for ffmpegcolorspace.
642
643 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
644
645         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
646         (apetag_type_find), (ape_type_find), (plugin_init):
647           Some typefinding fine-tuning:
648           - rank ID3/APE tags in order of preference via probabilities, so that
649             ID3v2 > APEv2 > APEv1 > ID3v1.
650           - three or four bytes don't really justify MAXIMUM probability,
651             change those to 'very likely' (musepack and monkeysaudio).
652
653 2006-03-01  Wim Taymans  <wim@fluendo.com>
654
655         * docs/plugins/Makefile.am:
656         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
657         * docs/plugins/gst-plugins-base-plugins-sections.txt:
658         * ext/alsa/gstalsamixer.c:
659         * ext/alsa/gstalsamixer.h:
660         * ext/alsa/gstalsamixerelement.c:
661         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
662         * ext/alsa/gstalsamixerelement.h:
663         * ext/alsa/gstalsasink.c:
664         * ext/alsa/gstalsasink.h:
665         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
666         (gst_alsasrc_init):
667         * ext/alsa/gstalsasrc.h:
668         Added alsa docs.
669         Small code cleanups.
670
671 2006-03-01  Wim Taymans  <wim@fluendo.com>
672
673         * ext/theora/Makefile.am:
674         Dist new header too,
675
676 2006-03-01  Wim Taymans  <wim@fluendo.com>
677
678         * docs/plugins/Makefile.am:
679         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
680         * docs/plugins/gst-plugins-base-plugins-sections.txt:
681         * ext/gnomevfs/gstgnomevfssink.h:
682         * ext/gnomevfs/gstgnomevfssrc.h:
683         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
684         * ext/vorbis/vorbisdec.h:
685         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
686         * ext/vorbis/vorbisenc.h:
687         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
688         (vorbis_parse_chain), (vorbis_parse_change_state):
689         * ext/vorbis/vorbisparse.h:
690         * gst/audioconvert/gstaudioconvert.h:
691         * gst/tcp/gsttcpserversink.h:
692         * gst/videotestsrc/gstvideotestsrc.c:
693         * gst/videotestsrc/gstvideotestsrc.h:
694         * gst/volume/gstvolume.c:
695         * gst/volume/gstvolume.h:
696         Fix some more docs.
697         Added docs for vorbisdec and vorbisparse.
698         Fix vorbisparse.
699
700 2006-03-01  Wim Taymans  <wim@fluendo.com>
701
702         * docs/plugins/Makefile.am:
703         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
704         * docs/plugins/gst-plugins-base-plugins-sections.txt:
705         * ext/pango/gstclockoverlay.h:
706         * ext/pango/gsttextoverlay.h:
707         * ext/pango/gsttextrender.h:
708         * ext/pango/gsttimeoverlay.h:
709         * ext/theora/gsttheoradec.h:
710         * ext/theora/gsttheoraenc.h:
711         * ext/theora/theoradec.c:
712         * ext/theora/theoraenc.c:
713         * gst/audioconvert/gstaudioconvert.h:
714         * gst/audiotestsrc/gstaudiotestsrc.h:
715         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
716         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
717         * gst/tcp/gstmultifdsink.h:
718         Updated/added documentation.
719
720         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
721         (gst_text_overlay_halign_get_type),
722         (gst_text_overlay_wrap_mode_get_type),
723         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
724         (gst_text_overlay_init), (gst_text_overlay_set_property),
725         (gst_text_overlay_get_property):
726         Fix up properties to be enums instead of string to make bindings,
727         introspection and automatic GUI creation possible.
728         Add getters for the properties.
729
730 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
731
732         * gst/audiotestsrc/gstaudiotestsrc.c:
733           added defines of M_PI and M_PI_2
734         * gst/ffmpegcolorspace/avcodec.h:
735           removed #include "stdint.h" for win32 as _stdint.h is 
736           autogenerated to win32/common
737         * win32/common/libgstaudio.def:
738         * win32/common/libgsttag.def:
739           added some exports
740         * win32/vs6:
741           some project files bugs corrected
742         * win32/vs7:
743           project files are reset to the default vs7 configuration 
744           (they link to msvcr71.dll using default optimizations)
745           
746 2006-02-28  Wim Taymans  <wim@fluendo.com>
747
748         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
749         Fix some docs.
750
751 2006-02-28  Edward Hervey  <edward@fluendo.com>
752
753         * ext/alsa/gstalsasrc.c:
754         Set proper class on the ElementDetails:
755         Source/Audio instead of Src/Audio/
756
757 2006-02-28  Edward Hervey  <edward@fluendo.com>
758
759         * gst/videoscale/vs_scanline.c:
760         (vs_scanline_resample_nearest_RGBA):
761         Revert optimization in videoscale. It should go in liboil and have
762         an appropriate liboil function.
763
764 2006-02-28  Wim Taymans  <wim@fluendo.com>
765
766         * gst-libs/gst/audio/gstbaseaudiosink.c:
767         (gst_base_audio_sink_provide_clock):
768         Don't try to provide a clock in the NULL state.
769
770 2006-02-28  Wim Taymans  <wim@fluendo.com>
771
772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
773         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
774         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
775         (gst_ogg_demux_deactivate_current_chain),
776         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
777         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
778         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
779         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
780         Use GstSegment infrastructure to remove duplicated code
781         and handle more seek cases correctly.
782
783 2006-02-28  Wim Taymans  <wim@fluendo.com>
784
785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
786         (gst_ffmpegcsp_transform):
787         Don't ignore return code from ffmpeg convert function.
788
789         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
790         Split out some long statements to ease debugging.
791
792 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
793
794         * ext/libvisual/visual.c: (gst_visual_init),
795         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
796         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
797         being able to renegotiate the size. Instead, use the negotiation
798         algorithm from the goom plugin to pick an initial output caps. 
799
800         Also, allow theoretical libvisual plugins that might support non-GL 
801         output even if they also do GL.
802
803 2006-02-26  Julien MOUTTE  <julien@moutte.net>
804
805         * ext/libvisual/visual.c: (gst_visual_init),
806         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
807         (plugin_init): Load only non GL plugins. Fix some memleaks and 
808         possible negotiation issues.
809
810 2006-02-25  Julien MOUTTE  <julien@moutte.net>
811
812         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
813
814 2006-02-24  Michael Smith  <msmith@fluendo.com>
815
816         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
817         (cmml_type_find), (plugin_init):
818           Fix CMML type find function to not require a specific minor version
819           of the CMML header.
820
821           Add an MPEG4 video elementary stream typefind function.
822
823 2006-02-04  Michael Smith  <msmith@fluendo.com>
824
825         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
826         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
827         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
828         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
829         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
830         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
831           Annodex support in ogg demuxer. Doesn't do very much without the
832           other annodex patches (to come).
833
834 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
835
836         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
837
838         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
839           Pick up palette for MS video v1 (#327028)
840
841 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
842
843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
844         (gst_ffmpegcsp_caps_remove_format_info),
845         (gst_ffmpegcsp_get_unit_size):
846           The 'palette_data' field from incoming RGB caps shouldn't be
847           proxied on outgoing YUV caps; also, restrict unit size
848           adjustment in case of paletted data only to the unit that
849           actually has a palette. Fixes #330711.
850
851 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
852
853         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
854         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
855         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
856         (gst_ffmpegcsp_get_unit_size):
857           Plug some memory leaks.
858
859 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
860
861         * sys/ximage/Makefile.am:
862         * sys/xvimage/Makefile.am:
863           Add some _CFLAGS and _LIBS that seem to be missing
864           and/or required for Cygwin (see #317048).
865
866 2006-02-22  Wim Taymans  <wim@fluendo.com>
867
868         * ext/alsa/gstalsasrc.c:
869         Fix description as pointed out by caugier.
870
871 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
872
873         Reviewed by : Edward Hervey  <edward@fluendo.com>
874
875         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
876         (qt_type_find):
877         Better 3gp typefinding (#331526).
878
879 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
880
881         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
882           Don't send EOS event here, the base class will send one for us.
883
884         * gst/playback/gstplaybasebin.c: (prepare_output):
885           Subpictures without video stream aren't allowed either.
886         
887         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
888           Fix debug statement copy'n'paste-o.
889
890 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
891
892         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
893           Fix issues with mixer keeping state when muting/unmuting
894           and when changing the volume whilst muted (see #331763
895           and #331765).
896
897 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
898
899         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
900         (parse_subrip), (gst_sub_parse_format_autodetect):
901           Set right caps given that we send escaped text. Also,
902           honour <i></i>, <b></b> and <u></u> markers that can be found
903           in .srt files (fixes #310202).
904
905 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
906
907         * gst-libs/gst/audio/mixerutils.c:
908         (element_factory_rank_compare_func):
909           Make order in which elements are tried more determinable.
910
911 2006-02-20  Julien MOUTTE  <julien@moutte.net>
912
913         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
914         (remove_element_chain), (cleanup_decodebin),
915         (gst_decode_bin_change_state): Make decodebin reusable by
916         fixing remove_element_chain first and then introduce a
917         cleaner in state change to ->NULL. (Closes #331678)
918
919 2006-02-19  Wim Taymans  <wim@fluendo.com>
920
921         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
922         use 0666 mask when creating files so umask gets applied
923         correctly. Fixes #331295.
924
925 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
926
927         * gst/subparse/Makefile.am:
928         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
929         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
930         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
931         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
932         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
933         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
934         * gst/subparse/gstssaparse.h:
935         * gst/subparse/gstsubparse.c: (plugin_init):
936           Add very basic parser for SSA subtitle streams (as often
937           found in matroska files).
938
939 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
940
941         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
942           That should be text/x-pango-markup, not text/x-pango-layout.
943
944 2006-02-19  Julien MOUTTE  <julien@moutte.net>
945
946         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
947         Polishing.
948
949 2006-02-19  Julien MOUTTE  <julien@moutte.net>
950
951         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
952         (gst_text_overlay_finalize), (gst_text_overlay_init),
953         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
954         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
955         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
956         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
957         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
958         Fix state change deadlock.
959
960 2006-02-19  Julien MOUTTE  <julien@moutte.net>
961
962         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
963         (gst_text_overlay_finalize), (gst_text_overlay_init),
964         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
965         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
966         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
967         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
968         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
969         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
970         and subtitles files.
971
972 2006-02-19  Julien MOUTTE  <julien@moutte.net>
973
974         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
975         should be considered as raw.
976
977 2006-02-19  Julien MOUTTE  <julien@moutte.net>
978
979         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
980         (cb_probe):
981         * gst/playback/gststreaminfo.h: Introduce language informations.
982
983 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
984
985         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
986         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
987         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
988         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
989         Set shared memory segments to be deleted as soon as we have attached,
990         that way they get cleaned up automatically if we crash.
991
992 2006-02-18  Julien MOUTTE  <julien@moutte.net>
993
994         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
995         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
996         functions are called with lock held.
997
998 2006-02-18  Julien MOUTTE  <julien@moutte.net>
999
1000         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1001         (gst_text_overlay_finalize), (gst_text_overlay_init),
1002         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1003         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1004         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1005         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1006         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1007         (gst_text_overlay_change_state): Refactoring of textoverlay
1008         without collectpads. This now supports sparse subtitles coming
1009         from a demuxer instead of a sub file. Seeking is still broken 
1010         though. Need to discuss with wtay some more on how to handle
1011         seeking correctly.
1012         * ext/pango/gsttextoverlay.h:
1013         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1014         subtitles coming from the demuxer.
1015
1016 2006-02-17  Wim Taymans  <wim@fluendo.com>
1017
1018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1019         (gst_vorbisenc_convert_sink):
1020         Use some more scaling functions.
1021
1022 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1023
1024         * ext/cdparanoia/gstcdparanoiasrc.c:
1025         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1026         (gst_cd_paranoia_paranoia_callback),
1027         (gst_cd_paranoia_src_signal_is_being_watched),
1028         (gst_cd_paranoia_src_read_sector):
1029         * ext/cdparanoia/gstcdparanoiasrc.h:
1030           Add back 'transport-error' and 'uncorrected-error' signals and
1031           make them actually be fired when bad stuff happens (#319340).
1032
1033 2006-02-17  Wim Taymans  <wim@fluendo.com>
1034
1035         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1036         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1037         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1038         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1039         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1040         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1041         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1042         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1043         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1044         (gst_ring_buffer_clear):
1045         Small cleanups.
1046         Added some G_LIKELY.
1047
1048 2006-02-17  Wim Taymans  <wim@fluendo.com>
1049
1050         * gst-libs/gst/audio/TODO:
1051         Update TODO
1052
1053         * gst-libs/gst/audio/gstbaseaudiosink.c:
1054         (gst_base_audio_sink_get_offset):
1055         When trying to play samples ASAP and we don't have a
1056         previous sample, try to play at position 0 instead of
1057         an invalid position.
1058
1059 2006-02-17  Wim Taymans  <wim@fluendo.com>
1060
1061         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1062         (gst_alsasink_reset):
1063         Also release lock when we get an error in _reset();
1064         fix an error message.
1065
1066 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1067
1068         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1069         (gst_alsasink_init), (get_channel_free_structure),
1070         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1071         (gst_alsasink_close):
1072         * ext/alsa/gstalsasink.h:
1073           Add support for more than 2 channels (#326720).
1074
1075 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1078           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1079           with 4 or 6 channels, assume a default channel layout to make things
1080           work (not sure there's anything else we can do in those cases).
1081
1082 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1083
1084         * gst-libs/gst/audio/multichannel.c:
1085           Minor docs fix.
1086
1087         * gst-libs/gst/riff/Makefile.am:
1088         * gst-libs/gst/riff/riff-ids.h:
1089         * gst-libs/gst/riff/riff-media.c:
1090         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1091           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1092           channels and a channel layout map.
1093           
1094 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1095
1096         Reviewed by Edward Hervey  <edward@fluendo.com>
1097
1098         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1099         C-level optimization of the RGBA nearest neighbour function.
1100         Eventually this might end up in liboil with vectorized versions.
1101
1102 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1103
1104         * gst-libs/gst/audio/multichannel.c:
1105         (gst_audio_get_channel_positions):
1106           When we have more than 2 channels, but no channel layout is
1107           specified in the caps, return some default channel layout
1108           to the caller and warn about about a possibly buggy element
1109           (could be buggy filtercaps as well of course) (#317038).
1110
1111 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1112
1113         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1114           Add gst-libs/gst/cdda to list of lib search paths.
1115
1116 2006-02-15  Andy Wingo  <wingo@pobox.com>
1117
1118         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1119         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1120         to the Lord Jesus that I do not have to touch the ogg muxer ever
1121         again.
1122
1123 2006-02-15  Edward Hervey  <edward@fluendo.com>
1124
1125         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1126         quicktime movie files can also contain 'uuid' atoms.
1127
1128 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         * gst/audioconvert/plugin.c: (plugin_init):
1131           Register the GstAudioChannelPosition enum type with the type
1132           system in the plugin_init function, so that it is known before
1133           any element actually makes use of multi-channel stuff. This is
1134           required for example if one wants to be able to deserialise/use
1135           a caps string with channel positions before any pipeline has
1136           been setup and started, like with gst-launch.
1137
1138 2006-02-14  Wim Taymans  <wim@fluendo.com>
1139
1140         * gst-libs/gst/audio/gstringbuffer.c:
1141         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1142         (gst_ring_buffer_samples_done), (wait_segment),
1143         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1144         Add some compiler G_(UN_)LIKELY help.
1145         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1146         make sure they can exit their functions. Should fix #330748
1147
1148 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1149
1150         * Makefile.am:
1151         * configure.ac:
1152         * win32/MANIFEST:
1153         * win32/common/_stdint.h:
1154           Windows does not have long long; copy the generated _stdint.h
1155         * win32/common/interfaces-enumtypes.c:
1156         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1157         (gst_mixer_track_flags_get_type),
1158         (gst_tuner_channel_flags_get_type):
1159         * win32/common/multichannel-enumtypes.c:
1160         (gst_audio_channel_position_get_type):
1161           update
1162
1163 2006-02-13  Wim Taymans  <wim@fluendo.com>
1164
1165         * gst-libs/gst/audio/gstbaseaudiosink.c:
1166         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1167         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1168         Always sync on first sample we receive when starting.
1169
1170 2006-02-13  Wim Taymans  <wim@fluendo.com>
1171
1172         * gst/playback/gstplaybin.c: (gen_vis_element):
1173         Update vis bin docs.
1174         Move queue after tee so we don't queue video buffers but
1175         audio samples instead. Fixes problems where the video queue
1176         is filled and the audio queue empty.
1177
1178 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1179
1180         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1181           No need to push an EOS event here, GstBaseSrc will do that for us
1182           when we return FLOW_UNEXPECTED.
1183           
1184 2006-02-12  Wim Taymans  <wim@fluendo.com>
1185
1186         * gst-libs/gst/audio/gstbaseaudiosink.c:
1187         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1188         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1189         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1190         Use scale functions when possible.
1191         Fix error messages.
1192         Free clockid when after waiting for EOS.
1193         Use G_(UN_)LIKLY when it makes sense.
1194         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1195
1196 2006-02-12  Edward Hervey  <edward@fluendo.com>
1197
1198         * gst/playback/gstplaybasebin.c: (prepare_output): 
1199         Remove stray semi-colon (fixes #330888).
1200
1201 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1202
1203         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1205         Fix up the XShm call testing so that we catch errors, and don't
1206         cause new ones by attempting to detach from a segment we failed
1207         to attach to. Fixes #312439.
1208
1209 2006-02-10  Edward Hervey  <edward@fluendo.com>
1210
1211         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1212         Added flv file typefind (video/x-flv).
1213
1214 2006-02-10  Edward Hervey  <edward@fluendo.com>
1215
1216         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1217         (gst_riff_create_video_template_caps):
1218         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1219         Also added the caps to the default set of riff video caps.
1220
1221 2006-02-09  Andy Wingo  <wingo@pobox.com>
1222
1223         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1224         time and the end time of the last packet in the page.
1225         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1226         on the pages in our queue, set the duration as well. Reflow a
1227         debug statement.
1228         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1229         Fixes bad muxing order.
1230
1231 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1232
1233         * gst-libs/gst/rtp/gstbasertppayload.c:
1234         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1235           update seqnum before setting it on the packet; this makes sure
1236           that the timestamp and seqnum properties match after pushing
1237           a buffer
1238
1239 2006-02-09  Andy Wingo  <wingo@pobox.com>
1240
1241         * gst-libs/gst/audio/gstringbuffer.c
1242         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1243         overflow after 13.5 hours of recording. Kapow!
1244
1245         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1246         the buffer size -- we don't care about underrun/overrun reporting
1247         right now, just need to return a useful value.
1248
1249 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1250
1251         * configure.ac:
1252           Back to CVS
1253
1254 === release 0.10.3 ===
1255
1256 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1257
1258         * configure.ac:
1259           releasing 0.10.3, "Under Pressure"
1260
1261 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1262
1263         * configure.ac:
1264         Drat. Bump libtool version number for new API.
1265         Prelease 0.10.2.3 (of 0.10.3)
1266
1267 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1268
1269         * configure.ac:
1270         * win32/common/config.h:
1271         0.10.2.2 prerelease (of 0.10.3).
1272
1273 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1274
1275         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1276           Revert Andy's newsegment change pending a more correct
1277           fix.
1278
1279 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1280
1281         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1282         (qt_type_find), (plugin_init):
1283           detect more files as 3gp
1284           group and reorder the iso file formats
1285
1286 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1287
1288         * ext/vorbis/vorbis.c: (plugin_init):
1289           Register musicbrainz tags, so apps don't have to.
1290
1291 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1292
1293         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1294         (gst_tag_to_vorbis_tag):
1295           Make sure we called gst_tag_register_musicbrainz_tags()
1296           before possibly mapping a vorbiscomment string from/to a
1297           musicbrainz tag.
1298
1299 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1300
1301         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1302           In case we can't find the required number of consecutive
1303           mpeg audio frames to positively identify an MPEG audio
1304           stream, check if there's at least a valid mpeg audio
1305           frame right at offset 0 and if so suggest mpeg/audio
1306           caps with a very low probability (#153004).
1307
1308 2006-02-07  Andy Wingo  <wingo@pobox.com>
1309
1310         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1311         a TIME segment if we get timestamped buffers. Requires recent
1312         fixes in core to work properly.
1313
1314 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1315
1316         * gst/playback/gstplaybasebin.c: (prepare_output):
1317           Don't print the URI as part of the error message, it
1318           makes error dialogs look rather ugly, especially if
1319           the URI is very long or has characters in it that
1320           need escaping.
1321
1322 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1323
1324         * gst/playback/gstplaybasebin.c: (prepare_output):
1325           Error out if we have only text or subtitles, but nothing
1326           else. Also error out if we have subtitles but no video
1327           stream.
1328
1329 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1330
1331         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1332           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1333           Post an error message on the bus when we encounter an
1334           error, which will hopefully be more meaningful than the
1335           'Internal Flow Error' message users get to see if we
1336           just return GST_FLOW_ERROR.
1337
1338 2006-02-07  Andy Wingo  <wingo@pobox.com>
1339
1340         * configure.ac (GST_MAJORMINOR): Update core version req to
1341         0.10.2.2, for the collectpads API addition (#330244).
1342
1343 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1344
1345         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1346           Return FALSE from plugin_init() when GnomeVFS can't
1347           be initialised for some reason (#328423).
1348
1349 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1350
1351         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1352         Stick to seeking theory until i find the bug.
1353         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1354
1355 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1356
1357         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1358         (theora_enc_finalize), (theora_enc_sink_setcaps),
1359         (theora_set_header_on_caps), (theora_enc_chain),
1360         (theora_enc_change_state):
1361         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1362           Make theoraenc and the tests leak free. Like, really.
1363
1364 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1365
1366         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1367         (theora_enc_finalize), (theora_enc_sink_setcaps):
1368           Add a finalize method to ensure we clean up state even if
1369           someone omitted the state change back to NULL.
1370
1371         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1372         (gst_vorbisenc_chain):
1373           Free some more leaked bits.
1374
1375         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1376         (stop_pipeline):
1377           Wait for state changes to happen if they're ASYNC.
1378
1379           This ought to teach those fancy pants buildbots a lesson.
1380
1381 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1382
1383         * gst-libs/gst/tag/gstid3tag.c:
1384           Add mapping for ID3 International Standard Recording Code
1385           tag "TSRC"
1386
1387 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1388
1389         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1390           Don't leak tag names.
1391
1392 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1393
1394         * docs/libs/gst-plugins-base-libs-docs.sgml:
1395         * docs/libs/gst-plugins-base-libs-sections.txt:
1396         * gst-libs/gst/tag/gstid3tag.c:
1397         * gst-libs/gst/tag/gstvorbistag.c:
1398         * gst-libs/gst/tag/tags.c:
1399           Split libgsttag docs into multiple sections.
1400
1401 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1402
1403         * docs/libs/Makefile.am:
1404         * docs/libs/gst-plugins-base-libs-docs.sgml:
1405         * docs/libs/gst-plugins-base-libs-sections.txt:
1406         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1407         * gst-libs/gst/tag/gstvorbistag.c:
1408         * gst-libs/gst/tag/tag.h:
1409         * gst-libs/gst/tag/tags.c:
1410           Add libgsttag to the docs.
1411
1412 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1413
1414         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1415         (gst_text_overlay_init), (gst_text_overlay_src_event),
1416         (gst_text_overlay_collected): Fix clockoverlay.
1417
1418 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1419
1420         * docs/libs/compiling.sgml:
1421           Fix typo: it's pkg-config, not pkg-gconfig
1422
1423         * docs/libs/gst-plugins-base-libs-docs.sgml:
1424         * docs/libs/gst-plugins-base-libs-sections.txt:
1425         * docs/libs/tmpl/gstgconf.sgml:
1426           There is no libgstgconf in 0.10, remove it
1427           from the docs.
1428
1429 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1430
1431         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1432         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1433         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1434         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1435         (gst_sub_parse_class_init), (gst_sub_parse_init),
1436         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1437         (parse_mpsub), (parser_state_init), (handle_buffer),
1438         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1439         * gst/subparse/gstsubparse.h: Introduce seeking code.
1440
1441 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1442
1443         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1444           Add comment about LANGUAGE tag inconsistency (we want
1445           ISO-639-1, but extract three-letter identifiers?)
1446
1447         * po/POTFILES.in:
1448           Add two translatable files.
1449
1450 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1451
1452         * gst-libs/gst/tag/Makefile.am:
1453         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1454         * gst-libs/gst/tag/tag.h:
1455         * gst-libs/gst/tag/tags.c:
1456         (gst_tag_register_musicbrainz_tags_internal),
1457         (gst_tag_register_musicbrainz_tags):
1458           Forward-port some tags stuff from the 0.8 branch. This is
1459           mostly the addition of musicbrainz tags and their mapping
1460           to vorbistags, and a vorbistag mapping of the language tag.
1461
1462 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1463
1464         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1465         refactoring.
1466
1467 2006-02-04  David Schleef  <ds@schleef.org>
1468
1469         * ext/ogg/gstoggmux.c:
1470         * gst/typefind/gsttypefindfunctions.c:
1471           Add Dirac typefinding and add dirac format to oggmux.
1472
1473 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1474
1475         * gst/playback/gstdecodebin.c: (try_to_link_1):
1476           Don't put essential function call into
1477           g_return_*() macro, otherwise it'll all be
1478           replaced by NOOPs when compiling with
1479           G_DISABLE_CHECKS defined.
1480
1481 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1482
1483         * ext/ogg/gstoggdemux.c:
1484         * ext/ogg/gstoggparse.c:
1485         * gst/tcp/gsttcpserversink.c:
1486         * sys/v4l/v4lsrc_calls.c:
1487         * sys/v4l/v4lsrc_calls.h:
1488         Just make it compile with --disable-gst-debug.
1489
1490 2006-02-03  Wim Taymans  <wim@fluendo.com>
1491
1492         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1493         (gst_alsasink_class_init), (gst_alsasink_init),
1494         (gst_alsasink_write), (gst_alsasink_reset):
1495         * ext/alsa/gstalsasink.h:
1496         Add lock to protect alsa calls.
1497         Implement reset to flush samples ASAP, does not work
1498         with dmix though.
1499
1500 2006-02-02  Wim Taymans  <wim@fluendo.com>
1501
1502         * gst-libs/gst/audio/gstbaseaudiosink.c:
1503         (gst_base_audio_sink_provide_clock):
1504         Ugh.. getting late I guess...
1505
1506 2006-02-02  Wim Taymans  <wim@fluendo.com>
1507
1508         * gst-libs/gst/audio/gstbaseaudiosink.c:
1509         (gst_base_audio_sink_provide_clock),
1510         (gst_base_audio_sink_set_property),
1511         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1512         Don't try to provide a clock when we are not negotiated since
1513         we might not be able to make it run.
1514
1515 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1516
1517         * gst/playback/gstdecodebin.c: (try_to_link_1):
1518           Unlinking two source pads is ... hard.
1519
1520 2006-02-02  Wim Taymans  <wim@fluendo.com>
1521
1522         * gst-libs/gst/audio/TODO:
1523         Updated.
1524
1525         * gst-libs/gst/audio/gstbaseaudiosink.c:
1526         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1527         On EOS, wait till the last sample is played before posting EOS.
1528
1529 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1530
1531         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1532           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1533           setting queue_delay to zero. Also avoid thread being started if
1534           queue_delay is zero.
1535
1536 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1537
1538         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1539           Make test work again by connecting fakesinks to each decoded pad,
1540           which makes the pipeline wait until each fakesink has a buffer
1541           queued before going to PAUSED state. At that point we know the
1542           decodebin pads are negotiated.
1543
1544 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1545
1546         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1547         (gst_cdda_base_src_handle_event):
1548         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1549           Pass unhandled queries to the parent class's query function.
1550
1551 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1552
1553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1554         (gst_ogg_pad_src_query):
1555         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1556         * ext/theora/theoradec.c: (theora_dec_src_query),
1557         (theora_dec_sink_query):
1558         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1559         (vorbis_dec_sink_query):
1560         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1561         (gst_vorbisenc_sink_query):
1562         * gst/adder/gstadder.c: (gst_adder_query):
1563           Pass unhandled queries upstream instead of just
1564           dropping them (#326447). Also, fix supported
1565           query types list for some elements.
1566
1567 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1568
1569         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1570         (paris_type_find), (ilbc_type_find), (plugin_init):
1571           Fix typefinding for audio/x-au, audio/x-paris and
1572           audio/iLBC-sh. We cannot use the START_WITH macros
1573           here, because there can only be one typefind factory
1574           with the same name (caps), so the second one would
1575           replace the first one and the first one would never
1576           be called when doing typefinding (see #161712).
1577           
1578
1579 2006-01-31  Wim Taymans  <wim@fluendo.com>
1580
1581         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1582         (vorbis_handle_header_packet), (vorbis_dec_push),
1583         (vorbis_handle_data_packet):
1584         Use scale_int when we can, add some more scaling.
1585         Check packettype before parsing it.
1586
1587 2006-01-31  Wim Taymans  <wim@fluendo.com>
1588
1589         * ext/theora/theoradec.c: (_theora_granule_time),
1590         (theora_dec_src_convert), (theora_dec_sink_convert):
1591         Call right _scale functions.
1592         Use parameter instead of some other random value.
1593
1594 2006-01-31  Wim Taymans  <wim@fluendo.com>
1595
1596         * ext/theora/theoradec.c: (_theora_granule_frame),
1597         (_theora_granule_time), (_inc_granulepos),
1598         (theora_dec_src_convert), (theora_dec_sink_convert),
1599         (theora_handle_type_packet), (theora_handle_data_packet),
1600         (theora_dec_chain):
1601         Use higher precision timestamps calculation.
1602         Convert some other conversions to _scale.
1603
1604 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1605
1606         * gst/audiotestsrc/gstaudiotestsrc.c:
1607         (gst_audio_test_src_create_sine_table), (plugin_init):
1608         * gst/volume/gstvolume.c: (plugin_init):
1609           initialize gst_controller before using
1610
1611 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1612
1613         * tests/check/pipelines/theoraenc.c:
1614         * tests/check/pipelines/vorbisenc.c:
1615         Define constant using G_GINT64_CONSTANT to avoid errors when
1616         passing it around - otherwise it gets truncated to 32 bits.
1617
1618         Fixes failing tests.
1619
1620 2006-01-31  Andy Wingo  <wingo@pobox.com>
1621
1622         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1623         caps being set doesn't have a framerate value. Basically a stopgap
1624         measure.
1625
1626         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1627         technically correct enough to put into core though.
1628         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1629         DURATION. Fixes theoraenc ! oggmux.
1630
1631         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1632         fraction, not double.
1633
1634 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1635
1636         * win32/vs7:
1637         add vs7 project files created by Sergey Scobich
1638
1639 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1640
1641         * win32/vs8:
1642         add vs8 project files created by Sergey Scobich
1643         
1644 2006-01-30  Andy Wingo  <wingo@pobox.com>
1645
1646         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1647         timestamp + duration, not just timestamp -- ogg pages should be
1648         ordered by stop time. Necessary fix given the change in vorbis
1649         timestamps.
1650
1651         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1652         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1653         (granulepos_add): New function, handles the messiness of adjusting
1654         granulepos values.
1655         (theora_buffer_from_packet):
1656         (theora_enc_chain):
1657         (theora_enc_sink_event): Use granulepos_add, not +.
1658
1659         * tests/check/pipelines/theoraenc.c
1660         (check_buffer_granulepos_from_starttime): Just check the frame
1661         count, not the actual granulepos -- we can't dictate to the
1662         encoder when it should be placing keyframes.
1663
1664 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1665
1666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1667           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1668           play an http:// stream from a server that's not serving
1669
1670 2006-01-30  Andy Wingo  <wingo@pobox.com>
1671
1672         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1673         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1674         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1675         available.
1676
1677         * ext/theora/gsttheoraenc.h:
1678         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1679         although theoraenc was timestamping correctly. Added handling of
1680         streams that start with nonzero timestamps.
1681
1682         * tests/check/Makefile.am:
1683         * tests/check/pipelines/theoraenc.c: New file, basically does same
1684         tests as vorbisenc.
1685
1686         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1687
1688 2006-01-30  Wim Taymans  <wim@fluendo.com>
1689
1690         * gst-libs/gst/audio/gstaudiosink.c:
1691         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1692         (gst_audioringbuffer_pause):
1693         Implement pause that does not wait for completion.
1694
1695         * gst-libs/gst/audio/gstbaseaudiosink.c:
1696         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1697         Don't drop buffers when going to PAUSED but perform preroll on
1698         remaining samples now that core base class supports this.
1699
1700         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1701         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1702         (gst_ring_buffer_commit):
1703         Pause should not signal waiters.
1704         Implement return value of _commit correctly.
1705
1706 2006-01-30  Andy Wingo  <wingo@pobox.com>
1707
1708         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1709
1710         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1711         updated to timestamp from the first sample, not the last.
1712         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1713         special care of granulepos and timestamp for header packets.
1714         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1715         when the first buffer has a nonzero timestamp.
1716
1717         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1718         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1719         case when the first audio buffer we get has a nonzero timestamp.
1720         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1721         properly timestamp vorbis buffers with the time of the first
1722         sample, not the last.
1723         
1724         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1725         vorbis_granule_time_copy -- now it takes the granule/subgranule
1726         offset into account.
1727
1728         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1729         timestamps, durations, and granulepos on buffers produced by
1730         vorbisenc.
1731
1732 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
1733
1734         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1735         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1736           Patch from Eric Jonas to support conversions to/from UYVY 
1737           (Fixes: #324626)
1738
1739 2006-01-30  Julien MOUTTE  <julien@moutte.net>
1740
1741         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
1742         (setup_subtitle), (setup_source), (set_active_source):
1743         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
1744         (gen_text_element), (gen_audio_element), (gen_vis_element),
1745         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
1746
1747 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
1748
1749         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
1750         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
1751                 use gst_guint64_to_gdouble to be compliant with vs6
1752         * gst/playback/gstdecodebin.c: (try_to_link_1)
1753         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
1754                 use G_GINT64_CONSTANT for int64 constants
1755         * win32/common/libgstinterfaces.def:
1756                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
1757         * win32/vs6:
1758                 update and add new project files
1759                 
1760 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1761
1762         * Makefile.am:
1763         * win32/MANIFEST:
1764         * win32/common/interfaces-enumtypes.c:
1765         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1766         (gst_mixer_track_flags_get_type),
1767         (gst_tuner_channel_flags_get_type):
1768         * win32/common/interfaces-enumtypes.h:
1769         * win32/common/multichannel-enumtypes.c:
1770         (gst_audio_channel_position_get_type):
1771         * win32/common/multichannel-enumtypes.h:
1772           add a win32-update rule like in core, and copy over enumtypes files
1773
1774 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1775
1776         * win32/MANIFEST:
1777         * win32/common/config.h:
1778         * win32/common/config.h.in:
1779           add config files just like in core
1780
1781 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
1782
1783         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
1784           Make gcc-4.1 happy (part of #327357).
1785
1786 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1787
1788         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
1789         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
1790         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
1791         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
1792         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
1793         (gst_alsasrc_unprepare), (gst_alsasrc_read):
1794           Update all error messages.  All of them should either use
1795           the default translated message, or actually provide a
1796           translatable string.
1797           Make the string for channel count problems meaningful.
1798
1799 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1800
1801         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1802           check for and throw RESOURCE_BUSY
1803
1804 2006-01-27  David Schleef  <ds@schleef.org>
1805
1806         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
1807           checked in this change -- it requires liboil features not
1808           in 0.3.6.  Revert parts.
1809
1810 2006-01-27  David Schleef  <ds@schleef.org>
1811
1812         * REQUIREMENTS:
1813         * configure.ac: update liboil requirement to 0.3.6
1814         * gst/videoscale/Makefile.am:
1815         * gst/videoscale/vs_scanline.c: liboilify
1816
1817 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1818
1819         * ext/libvisual/visual.c: (get_buffer):
1820           When pad_alloc returns a GstFlowReturn other
1821           than GST_FLOW_OK, make sure it is passed upstream.
1822
1823 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1824
1825         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1826         (gst_alsasink_class_init):
1827           Free the device name string.
1828
1829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1830         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
1831         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
1832           Don't remove a pad from the collectpads structure until it
1833           is released - it's a request pad, and may receive data again
1834           if the element gets moved back to PLAYING state.
1835
1836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1837           Ensure we turn on double buffering on the Xv port, and
1838           set the colour key to something dark and mysterious that
1839           isn't black.
1840
1841 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1842
1843         * ext/alsa/gstalsaplugin.c: (plugin_init):
1844         * ext/cdparanoia/gstcdparanoiasrc.c:
1845         (gst_cd_paranoia_src_base_init), (plugin_init):
1846         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1848           - a library should not call setlocale. see "Libraries" node in
1849             gettext manual
1850           - make sure all plugins that use translation do bindtextdomain
1851             to point to the localedir
1852         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
1853         (setup_sinks), (plugin_init):
1854           all this, and check for NULL when creating sinks
1855
1856 2006-01-27  Julien MOUTTE  <julien@moutte.net>
1857
1858         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
1859         (plugin_init): Make typefinding of subtitles work again.
1860
1861 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1862
1863         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1864         (mp3_type_frame_length_from_header), (mp3_type_find),
1865         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
1866         (plugin_init):
1867           Backport a bunch of typefinding fixes from the 0.8 branch.
1868           Also, improve wavpack typefinding: if we can't peek the
1869           entire wavpack block, try to parse the bits we can get and
1870           see if we find what we're looking for in those.
1871
1872 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1873
1874         * sys/ximage/ximagesink.c:
1875         (gst_ximagesink_calculate_pixel_aspect_ratio):
1876         * sys/xvimage/xvimagesink.c:
1877         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
1878         more cases of pixel aspect ratio.
1879
1880 2006-01-26  Edward Hervey  <edward@fluendo.com>
1881
1882         * gst/playback/gstdecodebin.c: (pad_probe):
1883         Also consider the flush-start and tag events as unblockers
1884         for the pad probes.
1885
1886 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1887
1888         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1889         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
1890         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
1891         On the fly visualisation switch, works disabling, enabling as
1892         well but it won't be able to enable vis in a playbin that was
1893         created with no visualisation.
1894
1895 2006-01-25  Wim Taymans  <wim@fluendo.com>
1896
1897         * gst-libs/gst/audio/gstbaseaudiosink.c:
1898         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1899         Undo previous commit that returned WRONG_STATE sooner, it breaks 
1900         resume after pause.
1901
1902 2006-01-25  Wim Taymans  <wim@fluendo.com>
1903
1904         * gst-libs/gst/audio/gstbaseaudiosink.c:
1905         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
1906         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
1907         Improve debugging.
1908         Post error when caps cannot be parsed.
1909         Resync on discontinuity in the stream.
1910         Clip samples to segment boundaries.
1911         return WRONG_STATE sooner when we are flushing.
1912
1913         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1914         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1915         Make audiosrc operate in TIME.
1916         Set TIMESTAMP and DURATION on buffers.
1917
1918 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1919
1920         * tests/examples/seek/seek.c: (main):
1921           Output tag messages as well.
1922
1923 2006-01-23  Edward Hervey  <edward@fluendo.com>
1924
1925         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1926         (free_pad_probes), (remove_fakesink), (pad_probe),
1927         (close_pad_link), (gst_decode_bin_change_state):
1928         Replace GstPadBlockCallback with pad probes that detect
1929         first buffer AND eos before removing fakesink.
1930         Fixes hang with demuxers doing EOS while pre-rolling.
1931         Solves #328279
1932
1933 2006-01-23  Andy Wingo  <wingo@pobox.com>
1934
1935         * ext/alsa/gstalsasink.c:
1936         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1937         (gst_base_rtp_depayload_setcaps),
1938         (gst_base_rtp_depayload_add_to_queue),
1939         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
1940         
1941         Patch by: Jens Granseuer <jensgr at gmx dot net>
1942
1943 2006-01-22  Julien MOUTTE  <julien@moutte.net>
1944
1945         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1946         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1947         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
1948         frames. We might get a frame destroyed after changing state to
1949         NULL, adding a safety check on xcontext.
1950
1951 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * gst-libs/gst/interfaces/xoverlay.c:
1954           Fix prepare-xwindow-id code example in the docs - we need to
1955           ignore all messages that aren't element messages as well.
1956           
1957 2006-01-21  Julien MOUTTE  <julien@moutte.net>
1958
1959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1960           I think one day i'll completely undestand how caps negotiation
1961           is supposed to work. This refactoring handles buffer_alloc
1962           called with caps we can't handle. We definitely don't want a
1963           set_caps with those caps, so we define and allocate a buffer
1964           we would like to receive.
1965
1966 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1967
1968         * gst/playback/gstplaybasebin.c: (setup_source):
1969           Free iterator when done.
1970
1971 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
1972
1973         * gst-libs/gst/audio/gstbaseaudiosink.c:
1974         (gst_base_audio_sink_render):
1975           Fix playback of non-synchronised streams by assuming a rate
1976           of 1.0 instead of a random one.
1977
1978           Makes this work again:
1979
1980           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
1981           endianness=(int)4321, signed=(boolean)true, width=(int)16,
1982           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
1983           audioresample ! alsasink
1984
1985 === release 0.10.2 ===
1986
1987 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
1988
1989         * configure.ac:
1990           releasing 0.10.2, "Then the devil is six"
1991
1992 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1993
1994         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1995         * gst/playback/gststreamselector.c:
1996         (gst_stream_selector_set_property):
1997           Comment out broken code that connects to the state-changed signal.
1998           At this point, changing current stream selection is broken, but 
1999           stuff like gst-launch playbin current-audio=1 works and filters
2000           to the chosen stream.
2001
2002 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2003
2004         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2005           Fix #327216 (null dereference in vorbisdec)
2006
2007 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2008
2009         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2010           Post taglist actually on bus instead of just freeing it
2011           (fixes #327114 and totem bug #327080).
2012
2013         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2014           Use gst_element_found_tags_for_pad(), so that the tags
2015           are sent downstream as an event as well.
2016
2017 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2018
2019         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2020         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2021         (gst_ximagesink_buffer_alloc):
2022         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2023         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2024         (gst_xvimagesink_buffer_alloc):
2025           move all regularly occurring messages to GST_LOG level
2026           add some more object logs
2027
2028 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2029
2030         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2031           fix a silly segfault
2032
2033 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2034
2035         * docs/libs/gst-plugins-base-libs-docs.sgml:
2036         * docs/libs/gst-plugins-base-libs-sections.txt:
2037         * gst-libs/gst/audio/mixerutils.c:
2038         * gst-libs/gst/audio/mixerutils.h:
2039           Add docs for mixerutils stuff.
2040
2041 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2042
2043         * gst/playback/gstplaybasebin.c: (setup_source):
2044           Fix playback for sources that emit raw audio or
2045           raw video streams (e.g.: cd audio sources) (#325984).
2046
2047 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2048
2049         * gst-libs/gst/audio/mixerutils.c:
2050         (gst_audio_mixer_filter_do_filter):
2051           actually save the element we create
2052
2053 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2054
2055         * gst-libs/gst/cdda/gstcddabasesrc.c:
2056         (gst_cdda_base_src_handle_track_seek):
2057           No need to post a tag message on the bus when seeking
2058           within the same track, only post it when the current
2059           track changes.
2060
2061 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2062
2063         * gst/playback/gstplaybasebin.c: (group_destroy),
2064         (probe_triggered), (new_decoded_pad), (mute_group_type),
2065         (set_active_source):
2066         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2067         * gst/playback/gststreamselector.c:
2068         (gst_stream_selector_base_init),
2069         (gst_stream_selector_set_property),
2070         (gst_stream_selector_request_new_pad):
2071           Reenable stream selection. These mechanisms need a complete overhaul
2072           in the face of 0.8->0.10 changes though.
2073
2074 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2075
2076         * ext/ogg/gstoggdemux.c:
2077           Change the pad template to src_%d to match the pads that 
2078           are created from it. decodebin needs this information in order
2079           to decide that oggdemux is capable of producing multiple pads
2080           (and hence needs queues inserted).
2081
2082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2083         (gst_ogg_mux_collected):
2084           Make debug output more useful by using GST_PTR_FORMAT.
2085
2086 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2087
2088         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2089
2090         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2091           Set depth and width for alaw/mulaw (fixes #326601).
2092
2093 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2094
2095         * tests/icles/Makefile.am:
2096           don't build the tests if we don't have the libs
2097
2098 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2099
2100         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2101         (gst_cd_paranoia_paranoia_callback):
2102           Don't try to free NULL pointers.
2103
2104 2006-01-10  Edward Hervey  <edward@fluendo.com>
2105
2106         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2107         (gst_audio_rate_change_state), (plugin_init):
2108         Add debugging category.
2109         Fix type issues.
2110         Add case for incoming buffers without valid offset/offset_end.
2111
2112 2006-01-10  Michael Smith  <msmith@fluendo.com>
2113
2114         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2115           Don't leak GCond in audio sources.
2116
2117 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2118
2119         * gst/playback/gstplaybin.c: (gen_audio_element):
2120           Don't leak an autoaudiosink/alsasink when we generate
2121           a new audio element. (old code, I guess)
2122
2123 2006-01-10  Michael Smith  <msmith@fluendo.com>
2124
2125         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2126           Support float audio in audiorate.
2127           Use width rather than depth for selecting sample width.
2128
2129 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2130
2131         * gst/videotestsrc/videotestsrc.h:
2132           Use GLib types here (that way we don't have to include the
2133           generated _stdint.h header, which makes life easier for win32
2134           folks that don't use autotools for the build) (#325990, patch
2135           by: Sergey Scobich).
2136
2137 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2138
2139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2140         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2141         (gst_ring_buffer_pause), (wait_segment):
2142         * gst-libs/gst/audio/gstringbuffer.h:
2143           Name (private) union, makes Forte compiler happy (this time
2144           for real) (#324900).
2145
2146 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2147
2148         * gst-libs/gst/audio/Makefile.am:
2149           Link against libgstinterfaces, needed for mixer
2150           and property probe stuff.
2151
2152 2006-01-09  Edward Hervey  <edward@fluendo.com>
2153
2154         * gst-libs/gst/Makefile.am:
2155
2156 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2157
2158         * gst-libs/gst/audio/Makefile.am:
2159         * gst-libs/gst/audio/mixerutils.c:
2160         (gst_audio_mixer_filter_do_filter),
2161         (gst_audio_mixer_filter_check_element),
2162         (gst_audio_mixer_filter_probe_feature),
2163         (element_factory_rank_compare_func),
2164         (gst_audio_default_registry_mixer_filter):
2165         * gst-libs/gst/audio/mixerutils.h:
2166           Add gst_audio_default_registry_mixer_filter() utility
2167           function.
2168
2169 2006-01-03  Michael Smith  <msmith@fluendo.com>
2170
2171         * gst/audioresample/resample.h:
2172           As before, but for o_buf
2173
2174 2006-01-03  Michael Smith  <msmith@fluendo.com>
2175
2176         * gst/audioresample/resample.h:
2177           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2178           since we do arithmetic on it.
2179
2180 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2181
2182         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2183         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2184         (gst_ring_buffer_pause), (wait_segment):
2185         * gst-libs/gst/audio/gstringbuffer.h:
2186           Sun's Forte compiler doesn't seem to like anonymous structs,
2187           so use same setup as in GstBaseSrc (fixes #324900).
2188
2189 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2190
2191         * configure.ac:
2192         * gst/volume/Makefile.am:
2193         * gst/volume/demo.c:
2194           move old example to tests/examples/volume/volune.c
2195         * tests/examples/Makefile.am:
2196         * tests/examples/seek/seek.c: (main):
2197           change window-close event from "delete-event" to "destroy"
2198         * tests/examples/volume/Makefile.am:
2199         * tests/examples/volume/volume.c: (value_changed_callback),
2200         (setup_gui), (message_received), (eos_message_received), (main):
2201           fix event handling and bus usage
2202
2203 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2204
2205         * gst/audiotestsrc/gstaudiotestsrc.c:
2206         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2207         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2208         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2209         (gst_audio_test_src_create_square),
2210         (gst_audio_test_src_create_saw),
2211         (gst_audio_test_src_create_triangle),
2212         (gst_audio_test_src_create_silence),
2213         (gst_audio_test_src_create_white_noise),
2214         (gst_audio_test_src_create_pink_noise),
2215         (gst_audio_test_src_init_sine_table),
2216         (gst_audio_test_src_create_sine_table),
2217         (gst_audio_test_src_change_wave),
2218         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2219         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2220         * gst/audiotestsrc/gstaudiotestsrc.h:
2221           update to basesrc changes, implement segmented seeking and eos
2222           handling, add a 'sine-tab' waveform for performance critical playback
2223
2224 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2225
2226         * po/POTFILES.in:
2227           ... and this time the other modified file that I missed last time.
2228
2229 2005-12-29  Michael Smith  <msmith@fluendo.com>
2230
2231         * gst/playback/gstdecodebin.c: (new_pad):
2232           Fix non-C89 variable declaration not at the start of a block. Should
2233           help some compilers.
2234
2235 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2236
2237         * tests/check/Makefile.am:
2238           And now fix 'make distcheck' (builddir != srcdir)
2239
2240 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2241
2242         * configure.ac:
2243         * ext/cdparanoia/Makefile.am:
2244         * ext/cdparanoia/gstcdparanoia.c:
2245         * ext/cdparanoia/gstcdparanoia.h:
2246         * ext/cdparanoia/gstcdparanoiasrc.c:
2247         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2248         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2249         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2250         (gst_cd_paranoia_paranoia_callback),
2251         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2252         (gst_cd_paranoia_src_set_property),
2253         (gst_cd_paranoia_src_get_property), (plugin_init):
2254         * ext/cdparanoia/gstcdparanoiasrc.h:
2255           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2256           plugin again (there are still fixes required to playbin to make
2257           cdda:// uris work there).
2258
2259 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2260
2261         * tests/check/Makefile.am:
2262           Fix test case compilation.
2263
2264 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2265
2266         * gst-libs/gst/cdda/gstcddabasesrc.c:
2267         (gst_cdda_base_src_update_duration),
2268         (gst_cdda_base_src_calculate_cddb_id):
2269           An integer is not a string. Fix access to uninitialised variable.
2270
2271         * tests/check/Makefile.am:
2272           Add cddabasesrc unit test; also actually enable the vorbis test.
2273
2274         * tests/check/generic/states.c:
2275           Blacklist new cd audio elements as well.
2276
2277         * tests/check/libs/cddabasesrc.c:
2278           Unit test for GstCddaBaseSrc (discid calculation mostly).
2279
2280 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2281
2282         * docs/libs/Makefile.am:
2283         * docs/libs/gst-plugins-base-libs-docs.sgml:
2284         * docs/libs/gst-plugins-base-libs-sections.txt:
2285         * docs/libs/gst-plugins-base-libs.types:
2286           Add docs for libgstcdda/GstCddaBaseSrc.
2287
2288         * gst-libs/gst/interfaces/mixertrack.h:
2289           Do one struct member per line with a semicolon at the end, that way
2290           even gtk-doc might parse it without complaining.
2291
2292 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2293
2294         * configure.ac:
2295         * gst-libs/gst/Makefile.am:
2296         * gst-libs/gst/cdda/Makefile.am:
2297         * gst-libs/gst/cdda/base64.c:
2298         * gst-libs/gst/cdda/base64.h:
2299         * gst-libs/gst/cdda/gstcddabasesrc.c:
2300         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2301         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2302         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2303         (gst_cdda_base_src_get_property),
2304         (gst_cdda_base_src_get_track_from_sector),
2305         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2306         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2307         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2308         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2309         (gst_cdda_base_src_uri_get_protocols),
2310         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2311         (gst_cdda_base_src_uri_handler_init),
2312         (gst_cdda_base_src_setup_interfaces),
2313         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2314         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2315         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2316         (gst_cdda_base_src_add_tags),
2317         (gst_cdda_base_src_add_index_associations),
2318         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2319         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2320         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2321         (gst_cdda_base_src_create):
2322         * gst-libs/gst/cdda/gstcddabasesrc.h:
2323         * gst-libs/gst/cdda/sha1.c:
2324         * gst-libs/gst/cdda/sha1.h:
2325           Add new libgstcdda with GstCddaBaseSrc class.
2326
2327 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2328
2329         * ext/gnomevfs/gstgnomevfssink.h:
2330           Use GstBaseSinkClass as parent_class member for class struct, not
2331           GstBaseSink.
2332
2333 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2334
2335         Patch by: Michael Benes
2336
2337         * gst/videotestsrc/gstvideotestsrc.c:
2338         (gst_video_test_src_class_init), (gst_video_test_src_start):
2339           Add start method to reset running time and number of frames sent
2340           when starting up (fixes #324696)
2341
2342 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2343
2344         * docs/plugins/Makefile.am:
2345         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2346         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2347         * docs/plugins/gst-plugins-base-plugins.args:
2348         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2349         * docs/plugins/gst-plugins-base-plugins.signals:
2350           Add docs stuff for gnomevfssrc and gnomevfssink.
2351
2352         * ext/gnomevfs/gstgnomevfssrc.c:
2353           Fix example pipeline in gtk-doc blurb.
2354
2355 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2356
2357         * ext/gnomevfs/Makefile.am:
2358         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2359         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2360         (gst_gnome_vfs_handle_get_type), (plugin_init):
2361         * ext/gnomevfs/gstgnomevfs.h:
2362         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2363         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2364         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2365         (gst_gnome_vfs_sink_set_property),
2366         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2367         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2368         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2369         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2370         (gst_gnome_vfs_sink_uri_get_type),
2371         (gst_gnome_vfs_sink_uri_get_protocols),
2372         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2373         (gst_gnome_vfs_sink_uri_handler_init):
2374         * ext/gnomevfs/gstgnomevfssink.h:
2375           Port gnomevfssink; add gtk-doc blurb.
2376
2377         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2378         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2379         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2380         (gst_gnome_vfs_src_uri_get_type),
2381         (gst_gnome_vfs_src_uri_get_protocols),
2382         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2383         (gst_gnome_vfs_src_uri_handler_init),
2384         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2385         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2386         (gst_gnome_vfs_src_send_additional_headers_callback),
2387         (gst_gnome_vfs_src_received_headers_callback),
2388         (gst_gnome_vfs_src_push_callbacks),
2389         (gst_gnome_vfs_src_pop_callbacks),
2390         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2391         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2392         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2393         * ext/gnomevfs/gstgnomevfssrc.h:
2394           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2395           file; add gtk-doc blurb with example pipelines.
2396
2397 === release 0.10.1 ===
2398
2399 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2400
2401         * configure.ac:
2402           releasing 0.10.1, "Dobro Dedek"
2403
2404 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2405
2406         * gst/typefind/gsttypefindfunctions.c:
2407         iLBC30 and iLBC20 added to typefind.
2408
2409 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2410
2411         * gst-libs/gst/audio/gstbaseaudiosink.c:
2412         (gst_base_audio_sink_class_init):
2413         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2414         (gst_base_audio_src_class_init):
2415           update strings, values are in microseconds
2416           change the default sink buffer time to something that is smaller
2417           (to help software volume mixing have a slightly lower delay) but
2418           still be acceptable on Wim's laptop
2419
2420 2005-12-20  Edward Hervey  <edward@fluendo.com>
2421
2422         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2423         Made a quack, forgot to add DUCK to the riff video template.
2424
2425 2005-12-19  Edward Hervey  <edward@fluendo.com>
2426
2427         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2428         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2429         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2430         (gst_ogm_parse_chain):
2431         Make sure pads are initialized correctly.
2432         * gst-libs/gst/riff/riff-ids.h:
2433         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2434         (gst_riff_create_video_template_caps):
2435         Add a whole bunch of FOURCC <=> MimeType.
2436         Extend the riff video pad template to support the newly added fourcc.
2437
2438 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2439
2440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2441         (gst_ogg_demux_activate_chain):
2442           Extra debug output when activating/deactivating chains.
2443
2444         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2445         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2446         (unlinked):
2447           Remove a queue from our list when it becomes unlinked.
2448           Don't add queues to elements in class 'Demux' if they
2449           can only produce one pad 
2450
2451 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2452
2453         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2454         (gst_video_sink_get_type): Add a debug category.
2455
2456 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2457
2458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2459         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2460           Handle downstream newsegment by sending our own newsegment before the
2461           next buffer to be released. (#323900)
2462
2463 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2464
2465         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2466         (gst_base_rtp_depayload_set_gst_timestamp):
2467           add queue delay to new segment as well (as opposed to just the first
2468           buffer). (bug #322347)
2469
2470 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2471
2472         * ext/libvisual/visual.c: (make_valid_name):
2473           change some char* into char[]
2474         * gst/audiotestsrc/gstaudiotestsrc.c:
2475         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2476         (gst_audio_test_src_create):
2477         * gst/audiotestsrc/gstaudiotestsrc.h:
2478           prepare to handle EOS and SEGMENT_DONE
2479
2480 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2481
2482         * tests/check/generic/states.c: (GST_START_TEST):
2483           Blacklist cdparanoia element in state test.
2484
2485 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2486
2487           Patch by: Benjamin Pineau
2488
2489         * gst/tcp/gsttcp.c:
2490         * gst/tcp/gsttcpclientsink.c:
2491         * gst/tcp/gsttcpserversink.c:
2492         * gst/tcp/gsttcpserversrc.c:
2493           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2494
2495 2005-12-15  Michael Smith  <msmith@fluendo.com>
2496
2497         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2498         (gst_video_rate_chain):
2499           Fix timestamping for videorate when the first buffer it sees has a
2500           non-zero timestamp. Fix some misleading debug output.
2501
2502 2005-12-15  Michael Smith  <msmith@fluendo.com>
2503
2504         * gst/audioresample/gstaudioresample.c:
2505           Don't leak all input buffers to audioresample.
2506
2507 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2508
2509         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2510           Don't operate on empty text buffers. Strip newlines and
2511           tabs only from the end of the text, but leave them intact
2512           in the middle. Fix typo in gtk-doc description.
2513
2514 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2515
2516         * gst/playback/gstplaybasebin.c:
2517         * gst/playback/gstplaybin.c: (handoff):
2518           Make sure the video frame buffer we return to apps via the
2519           "frame" property always has caps set on it. Modify
2520           _gst_gvalue_set_object() macro to handle NULL objects
2521           gracefully too.
2522
2523 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2524
2525         * gst/audiotestsrc/gstaudiotestsrc.c:
2526         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2527         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2528         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2529         (gst_audio_test_src_create):
2530         * gst/audiotestsrc/gstaudiotestsrc.h:
2531         Adjust to some recent api changes and add wtays new cool seeking
2532         capabillities
2533
2534 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2535
2536         * ext/alsa/Makefile.am:
2537         * ext/alsa/gstalsadeviceprobe.c:
2538         * ext/alsa/gstalsadeviceprobe.h:
2539           Helper functions to add device probing via the GstPropertyProbe
2540           interface to a class.
2541
2542         * ext/alsa/gstalsamixer.h:
2543           Comment out GST_ALSA_MIXER, it returns a struct that's not
2544           used.
2545
2546         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2547           Add some debug info. 
2548
2549         * ext/alsa/gstalsamixerelement.c:
2550         (gst_alsa_mixer_element_interface_supported),
2551         (gst_implements_interface_init),
2552         (gst_alsa_mixer_element_init_interfaces),
2553         (gst_alsa_mixer_element_class_init),
2554         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2555         (gst_alsa_mixer_element_set_property),
2556         (gst_alsa_mixer_element_get_property),
2557         (gst_alsa_mixer_element_change_state):
2558         * ext/alsa/gstalsamixerelement.h:
2559           Add 'device' and 'device-name' properties. Add GstPropertyProbe
2560           for device handling (gnome-volume-control will need that).
2561
2562 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2563
2564         * ext/Makefile.am: fix cdparanoia entry
2565         * gst-plugins-base.spec.in: add cdparanoia
2566
2567 2005-12-12  Michael Smith  <msmith@fluendo.com>
2568
2569         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2570           Use the correct function to free list of typefind factories.
2571
2572 2005-12-12  Wim Taymans  <wim@fluendo.com>
2573
2574         * gst/videotestsrc/gstvideotestsrc.c:
2575         (gst_video_test_src_class_init), (gst_video_test_src_init),
2576         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2577         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2578         (gst_video_test_src_create):
2579         * gst/videotestsrc/gstvideotestsrc.h:
2580         Implement seeking in videotestsrc.
2581         Small cleanups.
2582
2583 2005-12-12  Wim Taymans  <wim@fluendo.com>
2584
2585         * ext/cdparanoia/Makefile.am:
2586         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2587         (gst_paranoia_endian_get_type), (_do_init),
2588         (cdparanoia_class_init), (cdparanoia_init),
2589         (cdparanoia_set_property), (cdparanoia_get_property),
2590         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2591         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2592         (cdparanoia_convert), (cdparanoia_get_query_types),
2593         (cdparanoia_query), (cdparanoia_set_index),
2594         (cdparanoia_uri_set_uri):
2595         * ext/cdparanoia/gstcdparanoia.h:
2596         Partially ported cdparanoia now that basesrc can support a
2597         plugin like this..
2598
2599 2005-12-12  Wim Taymans  <wim@fluendo.com>
2600
2601         * tests/examples/seek/scrubby.c: (main):
2602         Set higher priority for bus events so they don't get reordered with
2603         gtk gui events.
2604
2605         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2606         (flush_toggle_cb), (main):
2607         Added checkbox to disable flushing seeks. 
2608         Disable scrubbing when doing non flushing seeks.
2609
2610 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2611
2612         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2613         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2614         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2615         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2616           Implement some sort of event handling that doesn't rely on
2617           g_return_if_fail; make sure we always push the last chunk of an 
2618           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2619           state change function; remove some old cruft. Seeking is still
2620           rather unlikely to work though.
2621
2622         * tools/.cvsignore:
2623           Ignore more.
2624
2625 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2626
2627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2628         Fixed a leak of the current image reference when cleaning up.
2629         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2630
2631 2005-12-09  Michael Smith  <msmith@fluendo.com>
2632
2633         * tools/Makefile.am:
2634         * tools/gst-launch-ext-m.m:
2635           Remove gst-launch-ext. It doesn't work, and is no longer
2636           particularly useful.
2637
2638 2005-12-08  Luca Ognibene  <luogni@tin.it>
2639
2640         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2641           don't pass random values to ogmparse convert function.
2642           Make seeking possible in the exile1.ogm file.
2643
2644 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2645
2646         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2647         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2648           Work around refcount problem with g_value_set_object() that occur
2649           if the core has been compiled against GLib-2.6 (g_value_set_object()
2650           will only g_object_ref() the element, but the caller will
2651           gst_object_unref() it and bad things will happen due to the way
2652           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2653           totem for people on FC4 using Thomas's 0.10 RPMs.
2654           
2655 2005-12-07  Edward Hervey  <edward@fluendo.com>
2656
2657         Time to welcome ogm to 0.10 :)
2658         
2659         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2660         (gst_ogg_pad_typefind):
2661         Oggdemux can now properly typefind elements with dynamic pads.
2662         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2663         Properly set caps on src pad, and set caps on outgoing buffers.
2664
2665 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2666
2667         * ext/alsa/gstalsamixer.h:
2668         * ext/alsa/gstalsamixerelement.h:
2669         * ext/alsa/gstalsamixeroptions.h:
2670         * ext/alsa/gstalsamixertrack.h:
2671         * ext/alsa/gstalsasink.c:
2672         * ext/alsa/gstalsasink.h:
2673         * ext/alsa/gstalsasrc.c:
2674         * ext/alsa/gstalsasrc.h:
2675         * ext/cdparanoia/gstcdparanoia.h:
2676         * ext/gnomevfs/gstgnomevfsuri.h:
2677         * ext/ogg/gstoggdemux.c:
2678         * ext/ogg/gstoggmux.c:
2679         * ext/pango/gsttextoverlay.h:
2680         * ext/theora/theoradec.c:
2681         * ext/theora/theoraenc.c:
2682         * ext/vorbis/vorbisdec.h:
2683         * ext/vorbis/vorbisenc.c:
2684         * ext/vorbis/vorbisenc.h:
2685         * ext/vorbis/vorbisparse.h:
2686         * gst-libs/gst/audio/gstaudioclock.h:
2687         * gst-libs/gst/audio/gstaudiosink.c:
2688         * gst-libs/gst/audio/gstaudiosink.h:
2689         * gst-libs/gst/audio/gstaudiosrc.c:
2690         * gst-libs/gst/audio/gstaudiosrc.h:
2691         * gst-libs/gst/audio/gstbaseaudiosink.c:
2692         * gst-libs/gst/audio/gstbaseaudiosink.h:
2693         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2694         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2695         * gst-libs/gst/audio/gstringbuffer.h:
2696         * gst-libs/gst/audio/multichannel.h:
2697         * gst-libs/gst/floatcast/floatcast.h:
2698         * gst-libs/gst/interfaces/colorbalance.c:
2699         * gst-libs/gst/interfaces/colorbalance.h:
2700         * gst-libs/gst/interfaces/colorbalancechannel.h:
2701         * gst-libs/gst/interfaces/mixer.h:
2702         * gst-libs/gst/interfaces/mixeroptions.h:
2703         * gst-libs/gst/interfaces/mixertrack.h:
2704         * gst-libs/gst/interfaces/navigation.h:
2705         * gst-libs/gst/interfaces/propertyprobe.h:
2706         * gst-libs/gst/interfaces/tuner.h:
2707         * gst-libs/gst/interfaces/tunerchannel.h:
2708         * gst-libs/gst/interfaces/tunernorm.h:
2709         * gst-libs/gst/interfaces/xoverlay.h:
2710         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2711         * gst-libs/gst/riff/riff-ids.h:
2712         * gst-libs/gst/riff/riff-media.h:
2713         * gst-libs/gst/riff/riff-read.h:
2714         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2715         * gst-libs/gst/rtp/gstbasertppayload.c:
2716         * gst-libs/gst/rtp/gstbasertppayload.h:
2717         * gst-libs/gst/rtp/gstrtpbuffer.c:
2718         * gst-libs/gst/rtp/gstrtpbuffer.h:
2719         * gst-libs/gst/tag/gsttageditingprivate.h:
2720         * gst-libs/gst/tag/gstvorbistag.c:
2721         (gst_tag_list_from_vorbiscomment_buffer):
2722         * gst-libs/gst/tag/tag.h:
2723         * gst-libs/gst/video/video.h:
2724         * gst/adder/gstadder.c:
2725         * gst/adder/gstadder.h:
2726         * gst/audioconvert/audioconvert.c:
2727         * gst/audioconvert/audioconvert.h:
2728         * gst/audioconvert/gstaudioconvert.c:
2729         * gst/audioconvert/gstchannelmix.c:
2730         * gst/audioconvert/gstchannelmix.h:
2731         * gst/audiorate/gstaudiorate.c:
2732         * gst/audioresample/buffer.h:
2733         * gst/audioresample/functable.h:
2734         * gst/audioresample/gstaudioresample.c:
2735         * gst/audioresample/resample.h:
2736         * gst/ffmpegcolorspace/avcodec.h:
2737         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2738         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2739         * gst/ffmpegcolorspace/imgconvert.c:
2740         * gst/ffmpegcolorspace/imgconvert_template.h:
2741         * gst/playback/gstdecodebin.c:
2742         * gst/playback/gstplaybasebin.h:
2743         * gst/playback/gstplaybin.c:
2744         * gst/playback/gststreaminfo.h:
2745         * gst/tcp/gstfdset.c:
2746         * gst/tcp/gstfdset.h:
2747         * gst/tcp/gstmultifdsink.c:
2748         * gst/tcp/gstmultifdsink.h:
2749         * gst/tcp/gsttcp.h:
2750         * gst/tcp/gsttcpclientsrc.c:
2751         * gst/tcp/gsttcpclientsrc.h:
2752         * gst/tcp/gsttcpplugin.h:
2753         * gst/tcp/gsttcpserversink.c:
2754         * gst/tcp/gsttcpserversrc.c:
2755         * gst/typefind/gsttypefindfunctions.c:
2756         * gst/videorate/gstvideorate.c:
2757         * gst/videotestsrc/gstvideotestsrc.h:
2758         * gst/videotestsrc/videotestsrc.h:
2759         * sys/v4l/gstv4lcolorbalance.h:
2760         * sys/v4l/gstv4ltuner.h:
2761         * sys/v4l/gstv4lxoverlay.h:
2762         * sys/v4l/v4l_calls.h:
2763         * sys/v4l/videodev_mjpeg.h:
2764         * tests/check/elements/audioconvert.c:
2765         * tests/check/elements/audioresample.c:
2766         * tests/check/elements/audiotestsrc.c:
2767         * tests/check/elements/videotestsrc.c:
2768         * tests/check/elements/volume.c:
2769         * tests/examples/seek/scrubby.c:
2770         * tests/examples/seek/seek.c:
2771           expand tabs
2772
2773 === release 0.10.0 ===
2774
2775 2005-12-05   <thomas (at) apestaart (dot) org>
2776
2777         * configure.ac:
2778           releasing 0.10.0, "Mont-d'or"
2779
2780 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2781
2782         * tests/examples/seek/Makefile.am:
2783         Build fix for when gtk is not available.
2784
2785 2005-12-05  Andy Wingo  <wingo@pobox.com>
2786
2787         * ext/libvisual/visual.c: (get_buffer):
2788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2789         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2790         * ext/theora/theoradec.c: (theora_handle_data_packet):
2791         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2792         (theora_enc_chain):
2793         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2794         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2795         Update for alloc_buffer changes.
2796
2797 2005-12-05  Andy Wingo  <wingo@pobox.com>
2798
2799         patch by: Kai Vehmanen <kv2004 eca cx>
2800         
2801         * gst-libs/gst/rtp/gstbasertpdepayload.c
2802         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
2803
2804 2005-12-04  Andy Wingo  <wingo@pobox.com>
2805
2806         patch by: Sebastien Cote <sebas642 yahoo ca>
2807         
2808         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
2809         Fixes #319172.
2810
2811 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
2812
2813         * docs/plugins/Makefile.am:
2814         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2815         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2816         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2817         * ext/pango/gstclockoverlay.c:
2818         * ext/pango/gsttextoverlay.c: 
2819         * ext/pango/gsttextrender.c:
2820         * ext/pango/gsttimeoverlay.c:
2821           Add gtk-doc blurbs to pango elements.
2822
2823 2005-12-02  Wim Taymans  <wim@fluendo.com>
2824
2825         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
2826         * gst/audioresample/buffer.h:
2827         * gst/audioresample/gstaudioresample.c:
2828         * gst/audioresample/gstaudioresample.h:
2829         * gst/audioresample/resample.c: (resample_input_flush),
2830         (resample_input_pushthrough), (resample_input_eos),
2831         (resample_get_output_size_for_input),
2832         (resample_get_input_size_for_output), (resample_get_output_size),
2833         (resample_get_output_data):
2834         * gst/audioresample/resample.h:
2835         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2836         Fix audioresample, seek torture, new segments, reverse negotiation
2837         etc.. work fine.
2838
2839 2005-12-02  Wim Taymans  <wim@fluendo.com>
2840
2841         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2842         Small cleanups.
2843
2844 2005-12-02  Wim Taymans  <wim@fluendo.com>
2845
2846         * gst/audioconvert/gstaudioconvert.c:
2847         (gst_audio_convert_transform):
2848         Post errors.
2849
2850 === release 0.9.7 ===
2851
2852 2005-12-01   <thomas (at) apestaart (dot) org>
2853
2854         * configure.ac:
2855           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
2856
2857 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2858
2859         * Makefile.am:
2860         * po/hu.po:
2861         * win32/MANIFEST:
2862         * win32/gst.sln:
2863           add win32 MANIFEST file
2864           do something to the hungarian translation
2865
2866 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
2867
2868         * ext/Makefile.am:
2869           Add $(PANGO_DIR) to SUBDIRS
2870
2871         * ext/pango/gstclockoverlay.c:
2872         * ext/pango/gsttimeoverlay.c:
2873           Fix and improve element descriptions.
2874
2875 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2876
2877         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2878         * docs/plugins/inspect/plugin-libvisual.xml:
2879         * docs/plugins/inspect/plugin-pango.xml:
2880           add pango plugin to docs
2881
2882 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2883
2884         * configure.ac:
2885         * ext/Makefile.am:
2886           moved pango to base
2887
2888 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2889
2890         * configure.ac:
2891         * tests/Makefile.am:
2892         * tests/icles/.cvsignore:
2893         * tests/icles/Makefile.am:
2894         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
2895         (close_display), (resize_window), (move_window), (create_window),
2896         (terminate_playback), (pause_playback), (start_playback), (main):
2897           add stress test for xoverlay from Julien
2898
2899 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2900
2901         * docs/libs/tmpl/gstcolorbalance.sgml:
2902         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2903         * gst-libs/gst/rtp/gstbasertppayload.c:
2904         * gst-libs/gst/rtp/gstrtpbuffer.c:
2905         * gst-libs/gst/rtp/gstrtpbuffer.h:
2906           Do burger's rename for rtp payloaders and depayloaders
2907
2908 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2909
2910         * win32/:
2911           add Visual Studio 6 build files
2912
2913 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2914
2915         * docs/libs/gst-plugins-base-libs-docs.sgml:
2916         * docs/libs/gst-plugins-base-libs-sections.txt:
2917         * docs/libs/tmpl/gstaudio.sgml:
2918         * docs/libs/tmpl/gstringbuffer.sgml:
2919         * gst-libs/gst/interfaces/xoverlay.c:
2920         * gst-libs/gst/video/gstvideofilter.c:
2921         * gst-libs/gst/video/gstvideosink.c:
2922           update documentation
2923
2924 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2925
2926         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
2927         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
2928         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
2929         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2930         (gst_multi_fd_sink_get_stats),
2931         (gst_multi_fd_sink_remove_client_link),
2932         (gst_multi_fd_sink_handle_client_read),
2933         (gst_multi_fd_sink_client_queue_data),
2934         (gst_multi_fd_sink_client_queue_caps),
2935         (gst_multi_fd_sink_client_queue_buffer),
2936         (gst_multi_fd_sink_new_client),
2937         (gst_multi_fd_sink_handle_client_write),
2938         (gst_multi_fd_sink_recover_client),
2939         (gst_multi_fd_sink_queue_buffer),
2940         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
2941         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
2942         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
2943         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
2944         * gst/tcp/gstmultifdsink.h:
2945         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
2946         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
2947         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
2948         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
2949         (gst_tcp_client_sink_set_property),
2950         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
2951         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
2952         * gst/tcp/gsttcpclientsink.h:
2953         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
2954         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
2955         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
2956         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
2957         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
2958         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
2959         * gst/tcp/gsttcpclientsrc.h:
2960         * gst/tcp/gsttcpplugin.c: (plugin_init):
2961         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
2962         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
2963         (gst_tcp_server_sink_finalize),
2964         (gst_tcp_server_sink_handle_server_read),
2965         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
2966         (gst_tcp_server_sink_set_property),
2967         (gst_tcp_server_sink_get_property),
2968         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2969         * gst/tcp/gsttcpserversink.h:
2970         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
2971         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
2972         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
2973         (gst_tcp_server_src_set_property),
2974         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
2975         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2976         * gst/tcp/gsttcpserversrc.h:
2977           more borgifying
2978
2979 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2980
2981         * docs/plugins/Makefile.am:
2982         * docs/plugins/gst-plugins-base-plugins.args:
2983         * docs/plugins/inspect/plugin-libvisual.xml:
2984         * gst/audioconvert/plugin.h:
2985         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
2986         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
2987         (gst_audio_rate_setcaps), (gst_audio_rate_init),
2988         (gst_audio_rate_chain), (gst_audio_rate_set_property),
2989         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
2990         (plugin_init):
2991         * gst/audiotestsrc/gstaudiotestsrc.c:
2992         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
2993         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2994         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2995         (gst_audio_test_src_get_query_types),
2996         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
2997         (gst_audio_test_src_create_square),
2998         (gst_audio_test_src_create_saw),
2999         (gst_audio_test_src_create_triangle),
3000         (gst_audio_test_src_create_silence),
3001         (gst_audio_test_src_create_white_noise),
3002         (gst_audio_test_src_init_pink_noise),
3003         (gst_audio_test_src_generate_pink_noise_value),
3004         (gst_audio_test_src_create_pink_noise),
3005         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3006         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3007         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3008         (plugin_init):
3009         * gst/audiotestsrc/gstaudiotestsrc.h:
3010         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3011         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3012         (gst_sub_parse_init), (gst_sub_parse_formats),
3013         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3014         (convert_encoding), (get_next_line),
3015         (gst_sub_parse_data_format_autodetect),
3016         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3017         (gst_sub_parse_loop), (gst_sub_parse_chain),
3018         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3019         (plugin_init):
3020         * gst/subparse/gstsubparse.h:
3021         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3022         (gst_video_rate_base_init), (gst_video_rate_class_init),
3023         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3024         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3025         (gst_video_rate_init), (gst_video_rate_event),
3026         (gst_video_rate_chain), (gst_video_rate_set_property),
3027         (gst_video_rate_get_property), (gst_video_rate_change_state),
3028         (plugin_init):
3029         * gst/videoscale/gstvideoscale.c:
3030         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3031         (gst_video_scale_src_template_factory),
3032         (gst_video_scale_sink_template_factory),
3033         (gst_video_scale_get_type), (gst_video_scale_base_init),
3034         (gst_video_scale_class_init), (gst_video_scale_init),
3035         (gst_video_scale_set_property), (gst_video_scale_get_property),
3036         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3037         (gst_video_scale_prepare_size), (parse_caps),
3038         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3039         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3040         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3041         (plugin_init):
3042         * gst/videoscale/gstvideoscale.h:
3043         * gst/videotestsrc/gstvideotestsrc.c:
3044         (gst_video_test_src_pattern_get_type),
3045         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3046         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3047         (gst_video_test_src_set_pattern),
3048         (gst_video_test_src_set_property),
3049         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3050         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3051         (gst_video_test_src_event), (gst_video_test_src_get_times),
3052         (gst_video_test_src_create), (plugin_init):
3053         * gst/videotestsrc/gstvideotestsrc.h:
3054         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3055         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3056         (gst_video_test_src_black):
3057         * gst/videotestsrc/videotestsrc.h:
3058           borgify further
3059           clean up docs a little
3060
3061 2005-11-30  Wim Taymans  <wim@fluendo.com>
3062
3063         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3064         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3065         (gst_basertppayload_event), (gst_basertppayload_push),
3066         (gst_basertppayload_change_state):
3067         * gst-libs/gst/rtp/gstbasertppayload.h:
3068         closed #320644.
3069
3070 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3071
3072         * docs/libs/gst-plugins-base-libs-docs.sgml:
3073         * docs/libs/gst-plugins-base-libs-sections.txt:
3074         * gst-libs/gst/video/gstvideofilter.c:
3075         * gst-libs/gst/video/gstvideosink.c:
3076         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3077
3078 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3079
3080         * LICENSE:
3081           move
3082         * po/af.po:
3083         * po/az.po:
3084         * po/cs.po:
3085         * po/en_GB.po:
3086         * po/hu.po:
3087         * po/it.po:
3088         * po/nb.po:
3089         * po/nl.po:
3090         * po/or.po:
3091         * po/sq.po:
3092         * po/sr.po:
3093         * po/sv.po:
3094         * po/uk.po:
3095         * po/vi.po:
3096         * Makefile.am:
3097           update
3098         * scripts/autoplugins.sh:
3099           remove
3100
3101 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3102
3103         * Makefile.am:
3104         * configure.ac:
3105         * examples/Makefile.am:
3106         * examples/capsfilter/Makefile.am:
3107         * examples/capsfilter/capsfilter1.c:
3108         * examples/gob/Makefile.am:
3109         * examples/gob/gst-identity2.gob:
3110         * examples/indexing/.cvsignore:
3111         * examples/indexing/Makefile.am:
3112         * examples/indexing/indexmpeg.c:
3113         * examples/seeking/.cvsignore:
3114         * examples/seeking/Makefile.am:
3115         * examples/seeking/cdparanoia.c:
3116         * examples/seeking/cdplayer.c:
3117         * examples/seeking/chained.c:
3118         * examples/seeking/scrubby.c:
3119         * examples/seeking/seek.c:
3120         * examples/stats/Makefile.am:
3121         * examples/stats/mp2ogg.c:
3122         * examples/switch/.cvsignore:
3123         * examples/switch/Makefile.am:
3124         * examples/switch/switcher.c:
3125         * tests/Makefile.am:
3126         * tests/check/generic/.cvsignore:
3127         * tests/check/pipelines/.cvsignore:
3128         * tests/examples/Makefile.am:
3129         * tests/examples/seek/Makefile.am:
3130           reorganize stuff under tests/
3131
3132 2005-11-30  Edward Hervey  <edward@fluendo.com>
3133
3134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3135         Go away you stupid GstStaticPadTemplate memleak.
3136
3137 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3138
3139         * gst-libs/gst/net/Makefile.am:
3140         * gst-libs/gst/net/README:
3141         * gst-libs/gst/net/gstnetbuffer.c:
3142         * gst-libs/gst/net/gstnetbuffer.h:
3143           this was moved to "netbuffer"
3144
3145 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3146
3147         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3148         (gst_video_filter_class_init), (gst_video_filter_init):
3149         * gst-libs/gst/video/gstvideofilter.h:
3150           borgify name to bring in line with other classes
3151
3152 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3153
3154         * gst/audioscale/.cvsignore:
3155         * gst/audioscale/Makefile.am:
3156         * gst/audioscale/README:
3157         * gst/audioscale/audioscale.vcproj:
3158         * gst/audioscale/dtof.c:
3159         * gst/audioscale/dtos.c:
3160         * gst/audioscale/functable.c:
3161         * gst/audioscale/gstaudioscale.c:
3162         * gst/audioscale/gstaudioscale.h:
3163         * gst/audioscale/private.h:
3164         * gst/audioscale/resample.c:
3165         * gst/audioscale/resample.h:
3166         * gst/audioscale/test.c:
3167           remove
3168
3169 2005-11-30  Edward Hervey  <edward@fluendo.com>
3170
3171         * gst-libs/gst/netbuffer/Makefile.am:
3172         really, really tired
3173
3174 2005-11-30  Edward Hervey  <edward@fluendo.com>
3175
3176         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3177         Update for new GstTypeFindFactory _register()
3178
3179 2005-11-30  Edward Hervey  <edward@fluendo.com>
3180
3181         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3182         Let's not override libgstnet from core for no reason...
3183         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3184         Ok, maybe not so quick next time.
3185
3186 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3187
3188         * configure.ac:
3189         * gst-libs/gst/Makefile.am:
3190           moved gst-libs/gst/net to netbuffer through CVS surgery
3191           remove old directory
3192           updating build to accomodate
3193           (#322257)
3194
3195 2005-11-29  Andy Wingo  <wingo@pobox.com>
3196
3197         * pkgconfig/gstreamer-plugins-base.pc.in:
3198         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3199         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3200         (#322257).
3201
3202 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3203
3204         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3205         3rd time's the charm. Correct ref-counting for discarded buffers.
3206
3207 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3208
3209         * gst/playback/gststreamselector.c:
3210         (gst_stream_selector_class_init),
3211         (gst_stream_selector_set_property),
3212         (gst_stream_selector_get_property),
3213         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3214         Fix ref-counting
3215
3216 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3217
3218         * gst/subparse/gstsubparse.c: (feed_textbuf):
3219           Don't access already unref'ed buffer.
3220
3221 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3222
3223         * gst/playback/gststreamselector.c:
3224         (gst_stream_selector_class_init), (gst_stream_selector_init),
3225         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3226         (gst_stream_selector_get_property),
3227         (gst_stream_selector_get_linked_pad),
3228         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3229         * gst/playback/gststreamselector.h:
3230         Add the active-pad property for playbin to use shortly. Ignore buffers
3231         from any other pad, returning GST_FLOW_NOT_LINKED
3232
3233 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3234
3235         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3236         patch from bug #322704 (Alessandro Decina).
3237
3238 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3239
3240         * gst-libs/gst/audio/Makefile.am:
3241           folded audiofilter into the audio library
3242
3243 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3244
3245         * gst/videoscale/gstvideoscale.h:
3246         * gst/videoscale/gstvideoscale.c:
3247           remove unimplemented scale methods
3248
3249 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3250
3251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3252           Don't leak caps.
3253
3254 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3255
3256         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3257         (gst_ximagesink_setcaps):
3258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3259         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3260         happens (only visible on ximagesink but bug is in xv too) set_caps was
3261         destroying the internal x[v]image used to memcpy non locally alloced
3262         buffers so that it got renewed on next _chain. The issue is that 
3263         _expose will try to put that image as it reffed it in _put.
3264         Using gst_buffer_unref instead of destroy fixes it !
3265
3266 2005-11-28  Edward Hervey  <edward@fluendo.com>
3267
3268         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3269         (try_to_link_1), (queue_filled_cb):
3270         Better use of the queues. Start with a small size queue and only increase
3271         the size of the queues when the other queues are empty.
3272
3273 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3274
3275         * gst-libs/gst/video/Makefile.am:
3276           compile in copied-over videofilter into the video library
3277         * gst-libs/gst/video/videosink.h:
3278           rename the header to gstvideosink.h since it's a base GstObject class
3279         * sys/ximage/ximagesink.h:
3280         * sys/xvimage/xvimagesink.h:
3281           use the new header
3282
3283 2005-11-28  Wim Taymans  <wim@fluendo.com>
3284
3285         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3286         * gst/playback/gstplaybasebin.h:
3287         Prepare to handle errors betters.
3288
3289         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3290         Set sinks to PAUSED first before adding and linking them so that
3291         we don't interrupt dataflow.
3292
3293 2005-11-28  Wim Taymans  <wim@fluendo.com>
3294
3295         * gst-libs/gst/audio/TODO:
3296         Updated TODO
3297
3298         * gst-libs/gst/audio/gstaudiosink.c:
3299         (gst_audioringbuffer_open_device),
3300         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3301         (gst_audioringbuffer_release):
3302         Small cleanups.
3303
3304         * gst-libs/gst/audio/gstbaseaudiosink.c:
3305         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3306         (gst_base_audio_sink_change_state):
3307         Slave to the master clock when going to PLAYING and unslave when
3308         going to PAUSED.
3309
3310         * gst-libs/gst/audio/gstringbuffer.c:
3311         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3312         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3313         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3314         (gst_ring_buffer_clear_all), (wait_segment),
3315         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3316         (gst_ring_buffer_advance):
3317         * gst-libs/gst/audio/gstringbuffer.h:
3318         Add some docs and cleanups.
3319
3320 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3321
3322         * sys/xvimage/xvimagesink.c:
3323         (gst_xvimagesink_navigation_send_event): Fix navigation events
3324         coordinates translation with pixel aspect ratios.
3325
3326 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3327
3328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3329         Use calculated video geometry from _setcaps instead of buffer
3330         caps to respect pixel aspect ratio. (fixes #322388)
3331
3332 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3333
3334         * docs/libs/tmpl/gstcolorbalance.sgml:
3335         * docs/libs/tmpl/gstmixer.sgml:
3336         * docs/libs/tmpl/gstxoverlay.sgml:
3337         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3338         interface.
3339
3340 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3341
3342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3343         Refuse to create an XvImage if we can't find the format.
3344
3345 2005-11-28  Edward Hervey  <edward@fluendo.com>
3346
3347         * gst-libs/gst/riff/riff-media.c:
3348         (gst_riff_create_audio_template_caps):
3349         Add ATRAC3 to the list of riff-possible audio caps.
3350         I know we still don't have a plugin for atrac3, but it's saner to output
3351         that than a cryptic mimetype.
3352
3353 2005-11-27  Edward Hervey  <edward@fluendo.com>
3354
3355         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3356         Don't try to create a zero-sized subbuffer.
3357
3358 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3359
3360         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3361         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3362         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3363         (gst_ximagesink_expose): Fixed a tricky race.
3364         * sys/ximage/ximagesink.h:
3365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3366         (gst_xvimagesink_expose): Fixed a tricky race.
3367         * sys/xvimage/xvimagesink.h:
3368
3369 2005-11-27  Edward Hervey  <edward@fluendo.com>
3370
3371         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3372         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3373         Remove unused properties, and add queues between demuxers and decoders
3374         so that a lot more files can preroll properly.
3375
3376 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3377
3378         * gst-libs/gst/net/Makefile.am:
3379         * gst-libs/gst/rtp/Makefile.am:
3380         * gst-libs/gst/tag/Makefile.am:
3381           remove silly include
3382         * gst/tags/Makefile.am:
3383         * gst/tags/gsttagediting.c:
3384         * gst/tags/gsttageditingprivate.h:
3385         * gst/tags/tagedit.vcproj:
3386           remove directory, is as good as empty
3387
3388 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3389
3390         * configure.ac:
3391           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3392         * gst-libs/Makefile.am:
3393         * gst-libs/gst/audio/Makefile.am:
3394         * gst-libs/gst/interfaces/Makefile.am:
3395         * gst-libs/gst/net/Makefile.am:
3396         * gst-libs/gst/riff/Makefile.am:
3397         * gst-libs/gst/rtp/Makefile.am:
3398         * gst-libs/gst/tag/Makefile.am:
3399         * gst-libs/gst/video/Makefile.am:
3400           and use them
3401
3402 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3403
3404         * docs/libs/tmpl/gstcolorbalance.sgml:
3405         * docs/libs/tmpl/gstmixer.sgml:
3406         * docs/libs/tmpl/gstxoverlay.sgml:
3407         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3408         * sys/ximage/ximagesink.h:
3409         * sys/xvimage/xvimagesink.h: More and more documentation.
3410
3411 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3412
3413         * docs/libs/gst-plugins-base-libs-docs.sgml:
3414         * docs/libs/gst-plugins-base-libs-sections.txt:
3415         * docs/libs/tmpl/gstcolorbalance.sgml:
3416         * docs/libs/tmpl/gstmixer.sgml:
3417         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3418         to documentation.
3419
3420 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3421
3422         * docs/plugins/Makefile.am:
3423         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3424         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3425         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3426
3427 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3428
3429         * docs/plugins/Makefile.am:
3430         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3431         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3432         * docs/plugins/inspect/plugin-adder.xml:
3433         * docs/plugins/inspect/plugin-alsa.xml:
3434         * docs/plugins/inspect/plugin-audioconvert.xml:
3435         * docs/plugins/inspect/plugin-audiorate.xml:
3436         * docs/plugins/inspect/plugin-audioresample.xml:
3437         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3438         * docs/plugins/inspect/plugin-decodebin.xml:
3439         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3440         * docs/plugins/inspect/plugin-gnomevfs.xml:
3441         * docs/plugins/inspect/plugin-ogg.xml:
3442         * docs/plugins/inspect/plugin-playbin.xml:
3443         * docs/plugins/inspect/plugin-subparse.xml:
3444         * docs/plugins/inspect/plugin-tcp.xml:
3445         * docs/plugins/inspect/plugin-theora.xml:
3446         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3447         * docs/plugins/inspect/plugin-video4linux.xml:
3448         * docs/plugins/inspect/plugin-videorate.xml:
3449         * docs/plugins/inspect/plugin-videoscale.xml:
3450         * docs/plugins/inspect/plugin-videotestsrc.xml:
3451         * docs/plugins/inspect/plugin-volume.xml:
3452         * docs/plugins/inspect/plugin-vorbis.xml:
3453         * docs/plugins/inspect/plugin-ximagesink.xml:
3454         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3455         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3456
3457 2005-11-26  Edward Hervey  <edward@fluendo.com>
3458
3459         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3460         Properly return GstFlowReturn from gst_pad_push in chain functions.
3461
3462 2005-11-25  Michael Smith  <msmith@fluendo.com>
3463
3464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3465         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3466         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3467         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3468           Handle various conditions better when we don't understand a stream.
3469           Removes a heap of CRITICALs on ogg streams containing unknown data.
3470
3471 2005-11-24  Andy Wingo  <wingo@pobox.com>
3472
3473         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3474         Be threadsafe.
3475
3476 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3477
3478         * configure.ac: back to HEAD
3479
3480 === release 0.9.6 ===
3481
3482 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3483
3484         * configure.ac:
3485           releasing 0.9.6, "White Eight"
3486
3487 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3488
3489         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3490         * docs/plugins/inspect/plugin-sine.xml:
3491           remove sinesrc some more
3492
3493 2005-11-23  Wim Taymans  <wim@fluendo.com>
3494
3495         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3496         If we are reading too slowly, jump forward in the ringbuffer
3497         instead of blocking.
3498
3499 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3500
3501         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3502         (gst_visual_chain):
3503         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3504         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3505         (gst_videorate_chain):
3506         * gst/videotestsrc/gstvideotestsrc.c:
3507         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3508         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3509         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3510         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3511         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3512         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3513           Updates for API changes
3514
3515 2005-11-23  Wim Taymans  <wim@fluendo.com>
3516
3517         * gst-libs/gst/audio/gstbaseaudiosink.c:
3518         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3519         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3520         Fix for calibration API change.
3521
3522 2005-11-23  Michael Smith <msmith@fluendo.com>
3523
3524         * gst-libs/gst/audio/multichannel.c:
3525         (gst_audio_get_channel_positions),
3526         (gst_audio_set_channel_positions),
3527         (gst_audio_set_structure_channel_positions_list),
3528         (gst_audio_fixate_channel_positions):
3529           Use gst_value_array_*() functions on value arrays, not
3530           gst_value_list_*().
3531
3532 2005-11-23  Edward Hervey  <edward@fluendo.com>
3533
3534         * autogen.sh:
3535         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3536         Fixes autogen
3537
3538 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3539
3540         * check/Makefile.am:
3541         * check/elements/videotestsrc.c: (setup_videotestsrc),
3542         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3543         (main):
3544           add a test for videotestsrc
3545
3546 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3547
3548         * gst/sine/.cvsignore:
3549         * gst/sine/Makefile.am:
3550         * gst/sine/gstsinesrc.c:
3551         * gst/sine/gstsinesrc.h:
3552         * gst/sine/sinesrc.vcproj:
3553           and remove sinesrc from the repository.  Closes #321446
3554
3555 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3556
3557         * configure.ac:
3558         * gst-plugins-base.spec.in:
3559           remove sinesrc from the build
3560
3561 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3562
3563         * check/Makefile.am:
3564         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3565         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3566         (main):
3567           add a test for audiotestsrc, testing all waves.  Even seems
3568           leak-free at first glance, nice job Stefan
3569
3570 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3571
3572         * po/af.po:
3573         * po/az.po:
3574         * po/cs.po:
3575         * po/en_GB.po:
3576         * po/hu.po:
3577         * po/it.po:
3578         * po/nb.po:
3579         * po/nl.po:
3580         * po/or.po:
3581         * po/sq.po:
3582         * po/sr.po:
3583         * po/sv.po:
3584         * po/uk.po:
3585         * po/vi.po:
3586           Translation string updates
3587
3588         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3589         (gst_v4lsrc_set_caps):
3590         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3591         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3592         * sys/v4l/v4lsrc_calls.h:
3593           Improve v4lsrc, by making it work again.
3594
3595 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3596
3597         * ext/libvisual/visual.c: (gst_visual_chain):
3598           Fix the fps calculations.
3599
3600         * gst/ffmpegcolorspace/avcodec.h:
3601           Move structure element for clarity
3602
3603         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3604         * gst-libs/gst/interfaces/tunernorm.h:
3605         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3606         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3607         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3608         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3609         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3610         (gst_v4lmjpegsrc_getcaps):
3611         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3612         (gst_v4lsrc_set_caps):
3613         * sys/v4l/gstv4lsrc.h:
3614         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3615         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3616         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3617         * sys/v4l/v4lsrc_calls.h:
3618           Fractional framerates...
3619
3620 2005-11-22  Wim Taymans  <wim@fluendo.com>
3621
3622         * gst-libs/gst/audio/gstbaseaudiosink.c:
3623         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3624         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3625         And we provide a clock by default, of course...
3626
3627 2005-11-22  Wim Taymans  <wim@fluendo.com>
3628
3629         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3630         This clock can be slaved to a master clock now.
3631
3632         * gst-libs/gst/audio/gstbaseaudiosink.c:
3633         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3634         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3635         (gst_base_audio_sink_set_clock),
3636         (gst_base_audio_sink_set_property),
3637         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3638         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3639         * gst-libs/gst/audio/gstbaseaudiosink.h:
3640         Handle slaving the internal clock to the clock selected in the
3641         pipeline.
3642         Add property to make the basesink not provide a clock.
3643
3644         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3645         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3646         (gst_base_rtp_depayload_wait):
3647         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3648         We can use the clock in GstElement, no need to store it ourselves.
3649
3650 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3651
3652         * docs/libs/tmpl/gstaudio.sgml:
3653           update
3654         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3655         (gst_paranoia_endian_get_type):
3656         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3657         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3658         * gst/audiotestsrc/gstaudiotestsrc.c:
3659         (gst_audiostestsrc_wave_get_type):
3660         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3661         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3662         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3663         (gst_sync_method_get_type), (gst_unit_type_get_type),
3664         (gst_client_status_get_type), (gst_multifdsink_class_init),
3665         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3666         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3667         (gst_multifdsink_get_property):
3668         * gst/tcp/gstmultifdsink.h:
3669         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3670         * gst/videotestsrc/gstvideotestsrc.c:
3671         (gst_videotestsrc_pattern_get_type):
3672           remove deprecated properties
3673           fix up enums to correctly have short lowercase dashed nicks
3674
3675 2005-11-22  Michael Smith <msmith@fluendo.com>
3676
3677         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3678         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3679           Add underscore.
3680
3681 2005-11-22  Michael Smith <msmith@fluendo.com>
3682
3683         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3684         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3685           Use utility method for scaling clocktime for fractional framerates.
3686
3687 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3688
3689         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3690         (gst_visual_chain):
3691         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3692         * ext/theora/theoradec.c: (theora_handle_type_packet):
3693         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3694         (theora_enc_chain):
3695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3696         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3697         * gst-libs/gst/video/video.h:
3698         * gst/ffmpegcolorspace/avcodec.h:
3699         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3700         (gst_ffmpeg_caps_to_pixfmt):
3701         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3702         (gst_ffmpegcsp_set_caps):
3703         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3704         (gst_videorate_setcaps), (gst_videorate_blank_data),
3705         (gst_videorate_chain):
3706         * gst/videotestsrc/gstvideotestsrc.c:
3707         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3708         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3709         (gst_videotestsrc_event), (gst_videotestsrc_create):
3710         * gst/videotestsrc/gstvideotestsrc.h:
3711         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3712         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3713         (gst_ximagesink_get_times), (gst_ximagesink_init):
3714         * sys/ximage/ximagesink.h:
3715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3716         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3717         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3718         * sys/xvimage/xvimagesink.h:
3719           Convert elements to use fractions for their framerate.
3720           V4L elements to come later tonight.
3721
3722 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3723
3724         * gst-libs/gst/audio/audio.c:
3725         * gst-libs/gst/audio/audio.h:
3726           remove some deprecated functions
3727
3728 2005-11-22  Andy Wingo  <wingo@pobox.com>
3729
3730         * Update for gst_tag_setter API changes.
3731
3732 2005-11-22  Andy Wingo  <wingo@pobox.com>
3733
3734         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
3735         (gst_ogg_demux_perform_seek):
3736         * ext/theora/theoradec.c (theora_dec_sink_event):
3737         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
3738         update-funcnames.
3739
3740 2005-11-22  Wim Taymans  <wim@fluendo.com>
3741
3742         * examples/seeking/seek.c: (main):
3743         Give higher priority to bus signals than the gtk events
3744         to fix a race condition in the segment looping.
3745
3746 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3747
3748         * ext/theora/Makefile.am:
3749         * ext/vorbis/Makefile.am:
3750         * gst-libs/gst/tag/Makefile.am:
3751         * gst-plugins-base.spec.in:
3752           Rename libgsttagedit to libgsttag (#322117).
3753
3754 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3755
3756         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3758           Call gst_x_overlay_prepare_xwindow_id() to give applications
3759           a final chance to set their own xwindow id before the video
3760           sink creates its own window.
3761
3762 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3763
3764         * sys/xvimage/xvimagesink.c:
3765         (gst_xvimagesink_navigation_send_event): Handle navigation
3766         events correcly with borders if applicable.
3767
3768 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3769
3770         Patch by: Luca Ognibene
3771
3772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3773         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3774         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3775         (gst_ffmpegcsp_caps_remove_format_info):
3776         * gst/ffmpegcolorspace/imgconvert.c:
3777         * gst/ffmpegcolorspace/imgconvert_template.h:
3778           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
3779           #318353); use gst_structure_has_name().
3780
3781 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3782
3783         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
3784         (gst_ximagesink_class_init): Add debug macros on functions.
3785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3786         (gst_xvimagesink_xwindow_draw_borders),
3787         (gst_xvimagesink_xvimage_put),
3788         (gst_xvimagesink_xwindow_update_geometry),
3789         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
3790         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
3791         (gst_xvimagesink_xcontext_clear),
3792         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
3793         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
3794         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3795         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3796         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
3797         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3798         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
3799         expose while being PAUSED, out of data flow navigation events, etc..
3800
3801 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3802
3803         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3804         * gst-libs/gst/audio/audio.h:
3805           fix prototype - wondering why the test worked regardless
3806
3807 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3808
3809         * check/Makefile.am:
3810         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3811         * gst-libs/gst/audio/audio.h:
3812           add a method that returns a proper GstClockTime
3813
3814 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3815
3816         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
3817         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
3818         * gst-libs/gst/interfaces/xoverlay.h:
3819           Remove everything having to do with the desired size; add 
3820           gst_x_overlay_prepare_xwindow_id() function; remove the
3821           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
3822           post a message on the bus instead (#321816).
3823
3824         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
3825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
3826         (gst_xvimagesink_xoverlay_init):
3827           Remove desired size stuff (#321816).
3828
3829 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3830
3831         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3832         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3833         (mpeg_video_type_find), (mpeg_video_stream_type_find):
3834           Terminate vararg functions with NULL instead of 0 to 
3835           make gcc4 happy.
3836
3837 2005-11-21  Andy Wingo  <wingo@pobox.com>
3838
3839         patch by: Sebastien Cote <sebas642@yahoo.ca>
3840         
3841         * gst-libs/gst/rtp/gstrtpbuffer.h: 
3842         * gst-libs/gst/rtp/gstrtpbuffer.c
3843         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
3844
3845 2005-11-21  Andy Wingo  <wingo@pobox.com>
3846
3847         * gst/playback/gstplaybin.c (gen_audio_element) 
3848         (gen_video_element): Use the new MISSING_PLUGIN core error
3849         category. Closes #320060.
3850
3851         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
3852         * gst/videorate/gstvideorate.c (gst_videorate_event):
3853         * ext/theora/theoradec.c (theora_dec_sink_event): 
3854         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
3855         stream lock.
3856
3857         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
3858         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
3859         stream lock changes.
3860
3861 2005-11-21  Wim Taymans  <wim@fluendo.com>
3862
3863         * gst-libs/gst/audio/gstbaseaudiosink.c:
3864         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3865         (gst_base_audio_sink_provide_clock),
3866         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
3867         (gst_base_audio_sink_change_state):
3868         * gst/audioresample/gstaudioresample.c:
3869         Segment update fix.
3870
3871 2005-11-21  Andy Wingo  <wingo@pobox.com>
3872
3873         * *.h:
3874         * *.c: Ran scripts/update-macros. Oh yes.
3875
3876 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3877
3878         * sys/ximage/Makefile.am:
3879         * sys/ximage/ximage.c:
3880           Rename ximage plugin to ximagesink (#321426) (Don't forget to
3881           remove your old libgstximage.* manually if necessary).
3882
3883 2005-11-21  Michael Smith <msmith@fluendo.com>
3884
3885         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
3886           Minimal fix for bug #320200: set the min/max bitrate in the correct
3887           units. A better fix would be to upgrade to the RATEMANAGE2
3888           interface, rather than using the deprecated interface used here, but
3889           that would require an update in our libvorbis dependency (to 1.1),
3890           which is probably undesirable.
3891
3892 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
3893
3894         * ext/libvisual/visual.c: (get_buffer):
3895         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3896         (gst_base_audio_src_fixate):
3897         * gst/audioconvert/gstaudioconvert.c:
3898         (gst_audio_convert_fixate_caps):
3899         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
3900         * gst/audiotestsrc/gstaudiotestsrc.c:
3901         (gst_audiotestsrc_src_fixate):
3902         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3903         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
3904         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
3905         * gst/videotestsrc/gstvideotestsrc.c:
3906         (gst_videotestsrc_src_fixate):
3907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
3908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
3909           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
3910           (#322027)
3911
3912
3913 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3914
3915         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3916         (gst_riff_create_iavs_caps):
3917         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
3918         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3919         (gst_riff_parse_info):
3920         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
3921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
3922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3923           Fixes for GST_FOURCC_FORMAT API change.
3924
3925 2005-11-21  Andy Wingo  <wingo@pobox.com>
3926
3927         patch by: Alessandro Dessina <alessandro nnva org>
3928
3929         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
3930         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
3931         (gst_ogg_parse_chain):
3932         * ext/theora/theoraenc.c (theora_set_header_on_caps):
3933         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
3934         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
3935         gst_value_list calls on arrays. Fixes #321962.
3936
3937 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3940         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
3941         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3942         * gst/adder/gstadder.c: (gst_adder_init),
3943         (gst_adder_request_new_pad), (gst_adder_collected),
3944         (gst_adder_change_state):
3945           Update for gst_collectpads_foo() to gst_collect_pads_foo()
3946           API change.
3947
3948 2005-11-21  Michael Smith <msmith@fluendo.com>
3949
3950         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
3951         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
3952           Properly handle pad_push return values.
3953
3954 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
3955
3956         * gst-libs/gst/tag/Makefile.am:
3957         * gst-libs/gst/tag/gstvorbistag.c:
3958         (gst_tag_list_to_vorbiscomment_buffer):
3959           Remove obsolete vorbistag element and debug category.
3960
3961         * gst/playback/gstplaybasebin.c: (check_queue):
3962           Don't divide by 0 when queue-threshold is 0.
3963
3964         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
3965           Don't modify an existing pixel-aspect-ratio if we fail to read
3966           a new one.
3967
3968 2005-11-20  Wim Taymans  <wim@fluendo.com>
3969
3970         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
3971         (gst_vorbisenc_push_packet):
3972         GST_PAD_IS_USABLE is gone, use the return value of
3973         the push or pad_alloc_buffer instead.
3974
3975 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3976
3977         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3978         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3979         (gst_ximagesink_ximage_destroy),
3980         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
3981         (gst_ximagesink_xwindow_new),
3982         (gst_ximagesink_xwindow_update_geometry),
3983         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
3984         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
3985         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
3986         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3987         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
3988         (gst_ximagesink_navigation_send_event),
3989         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
3990         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3991         (gst_ximagesink_finalize), (gst_ximagesink_init),
3992         (gst_ximagesink_class_init):
3993         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
3994         This new version brings correct software scaling, non flickering
3995         window while resizing, pixel aspect ratio handling, usage of
3996         hardware buffer pools, out of data flow event thread for 
3997         navigation and handling of expose events even when being PAUSED,
3998         a new property to keep video aspect ratio when resizing, etc...
3999
4000 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4001
4002         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4003         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4004         handling of PAR.
4005
4006 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4007
4008         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4009         Unsetting IS_SINK flag from the fakesink, so decodebin
4010         never behaves as a sink.
4011
4012 2005-11-17  Wim Taymans  <wim@fluendo.com>
4013
4014         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4015         (gst_base_audio_src_change_state):
4016         Fix the audiosrc base class again, we did not unflush.
4017
4018 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4019
4020         * examples/seeking/seek.c: (make_dv_pipeline),
4021         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4022         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4023         to ogg/vorbis/theora pipeline.
4024
4025 2005-11-17  Wim Taymans  <wim@fluendo.com>
4026
4027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4028         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4029         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4030         Fix EOS on multiple streams.
4031         More debugging.
4032
4033 2005-11-16  Wim Taymans  <wim@fluendo.com>
4034
4035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4036         (gst_ogg_demux_perform_seek):
4037         Segment done must include stream time.
4038
4039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4040         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4041         (gst_ogg_mux_change_state):
4042         Fix ogg muxer again.
4043
4044 2005-11-16  Wim Taymans  <wim@fluendo.com>
4045
4046         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4047         Fix compile again.
4048
4049 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4050
4051         * ext/libvisual/visual.c: (gst_visual_init):
4052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4053         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4054         (gst_ogg_parse_chain):
4055         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4056         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4057         * ext/theora/theoradec.c: (gst_theora_dec_init):
4058         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4059         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4060         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4061         * gst/adder/gstadder.c: (gst_adder_class_init),
4062         (gst_adder_dispose):
4063         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4064         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4065         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4066           Fix a whole set of pad template leaks
4067
4068 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4069
4070         * check/generic/states.c: (GST_START_TEST):
4071           fix the test so that it only checks for elements that are part of
4072           this source module
4073
4074 2005-11-16  Michael Smith <msmith@fluendo.com>
4075
4076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4077         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4078         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4079         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4080         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4081         (gst_ogg_mux_change_state):
4082           Fix leaking collectpads.
4083
4084 2005-11-16  Edward Hervey  <edward@fluendo.com>
4085
4086         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4087         (gst_videorate_event), (gst_videorate_chain):
4088         Handle segment seeks
4089
4090 2005-11-16  Wim Taymans  <wim@fluendo.com>
4091
4092         * gst-libs/gst/audio/gstbaseaudiosink.c:
4093         (gst_base_audio_sink_provide_clock),
4094         (gst_base_audio_sink_change_state):
4095         Set ringbuffer to non-flushing when going to PAUSED, set to
4096         flushing again when going to READY.
4097
4098         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4099         (gst_ring_buffer_stop):
4100         Start in flushing mode by default.
4101         Don't set flushing in the _stop method, let the app call
4102         this explicitly.
4103
4104 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4105
4106         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4107         * gst-libs/gst/video/videosink.h: Add helper function needed
4108         for video sinks.
4109
4110 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4111
4112         * gst/videoscale/gstvideoscale.c:
4113         (gst_videoscale_handle_src_event):
4114           Don't leak reference to pad parent.
4115
4116 2005-11-16  Wim Taymans  <wim@fluendo.com>
4117
4118         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4119         Set ringbuffer to flushing when stopping so that we don't
4120         block on wait_segment anymore and livelock.
4121
4122 2005-11-16  Wim Taymans  <wim@fluendo.com>
4123
4124         * examples/seeking/seek.c: (send_event), (do_seek),
4125         (loop_toggle_cb), (segment_done), (main):
4126         Added looping checkbox.
4127
4128 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4129
4130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4131         (gst_ogg_demux_init):
4132         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4133         (gst_vorbis_dec_init):
4134           revert unrefs, they don't pass make check
4135
4136 2005-11-15  Johan Dahlin  <johan@gnome.org>
4137
4138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4139         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4140         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4141         (gst_vorbis_dec_init):
4142         Fix pad template leaks. 
4143
4144 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4145
4146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4147           Make state change function thread safe.
4148
4149 2005-11-15  Edward Hervey  <edward@fluendo.com>
4150
4151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4152         (gst_ogg_demux_class_init):
4153         Implement GstElement::send_event, so we can send seek events
4154         in GST_STATE_READY
4155
4156 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4157
4158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4159         Discovered how to take away flickering while resizing the
4160         window. Please don't put that in ximagesink, refactoring in
4161         progress.
4162
4163 2005-11-14  Michael Smith <msmith@fluendo.com>
4164
4165         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4166         (gst_multifdsink_render):
4167           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4168
4169 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4170
4171         * gst/playback/gstplaybin.c: (gen_audio_element):
4172           Use autoaudiosink, it tends to be more widely available than
4173           autoaudiiosink.
4174           
4175 2005-11-14  Andy Wingo  <wingo@pobox.com>
4176
4177         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4178         as well if it is available. Fixes #316442.
4179
4180 2005-11-14  Michael Smith <msmith@fluendo.com>
4181
4182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4183         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4184         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4185         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4186         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4187         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4189         (gst_vorbisenc_change_state):
4190           Fix a small memory leak in vorbisenc.
4191           Fix large memory leaks in oggmux, also fix lots of state change
4192           bugs in oggmux.
4193
4194 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4195
4196         * gst/videotestsrc/gstvideotestsrc.c:
4197         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4198         (gst_videotestsrc_src_fixate):
4199           move fixation to a fixate function
4200           remove negotiate function, basesrc's is good enough
4201           fixes a bug for check when using the element alone
4202
4203 2005-11-13  Edward Hervey  <edward@fluendo.com>
4204
4205         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4206         (key_toggle_cb), (main):
4207         Added checkboxes for adding/removing the accurate and key_unit seek
4208         flags.
4209
4210 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4211
4212         * configure.ac: back to HEAD
4213
4214 === release 0.9.5 ===
4215
4216 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4217
4218         * configure.ac:
4219           releasing 0.9.5, "No No Kia"
4220
4221 2005-11-11  Edward Hervey  <edward@fluendo.com>
4222
4223         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4224         Added parse-launch syntax seeking mode for the seeking example.
4225         This should help stress-test even more cases.
4226         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4227
4228 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4229
4230         * sys/xvimage/xvimagesink.c:
4231         (gst_xvimagesink_navigation_send_event):
4232           Check whether peer pad exists before sending navigation events
4233           to it.
4234
4235 2005-11-11  Michael Smith <msmith@fluendo.com>
4236
4237         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4238         (gst_vorbisenc_buffer_from_packet):
4239         * ext/vorbis/vorbisenc.h:
4240           Set duration on encoded buffers. This allows oggmux's
4241           max_page_delay parameter to actually work.
4242
4243 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4244
4245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4246         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4247         (gst_ffmpegcsp_avpicture_fill):
4248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4249         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4250           Make palettes work again (see #132341). Use our own macros
4251           for rounding up.
4252
4253 2005-11-10  Andy Wingo  <wingo@pobox.com>
4254
4255         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4256         string doober.
4257
4258 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4259
4260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4261         (gst_ffmpegcsp_transform_caps):
4262           Prefer passthrough in transform_caps
4263
4264 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4265
4266         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4267           check for ALSA errors properly, instead of relying on ALSA's
4268           error strings to serve to the user.
4269
4270 2005-11-10  Wim Taymans  <wim@fluendo.com>
4271
4272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4273         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4274         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4275         Modernise the seek code.
4276
4277 2005-11-10  Michael Smith <msmith@fluendo.com>
4278         
4279         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4280         (setup_substreams), (set_active_source):
4281           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4282           trying to go to NULL if we failed to read a file.
4283
4284 2005-11-10  Wim Taymans  <wim@fluendo.com>
4285
4286         * gst/audiotestsrc/gstaudiotestsrc.c:
4287         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4288         (gst_audiotestsrc_create):
4289         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4290         (gst_sinesrc_get_times), (gst_sinesrc_create):
4291         * gst/videotestsrc/gstvideotestsrc.c:
4292         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4293         (gst_videotestsrc_create):
4294         The base class can now sync for us.
4295
4296 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4297
4298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4299           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4300           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4301           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4302           format=(fourcc)I420" ! xvimagesink
4303
4304 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4305
4306         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4307         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4308         (gst_sinesrc_newsegment):
4309           Send newsegment event in TIME format, set duration if
4310           num-buffers is set, fix duration querying.
4311
4312 2005-11-10  Michael Smith <msmith@fluendo.com>
4313
4314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4315         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4316         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4317         (gst_ogg_mux_collected):
4318          Fix EOS handling, partially. Now forwarding an EOS event once we have
4319          EOS on all pads works correctly. However, we still don't properly set
4320          EOS on the actual ogg stream pages.
4321
4322 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4323
4324         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4325           Set elements to NULL state before disposing of them.
4326
4327 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4328
4329         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4330
4331         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4332         (gst_base_rtp_depayload_init),
4333         (gst_base_rtp_depayload_set_gst_timestamp):
4334         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4335           We need to send a newsegment event for each instance, not
4336           just for the first instance of this class (get rid of
4337           static variable in function). (#321011).
4338           
4339 2005-11-08  Michael Smith <msmith@fluendo.com>
4340
4341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4342         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4343         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4344         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4345           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4346           This makes us mux things correctly according to the ogg muxing
4347           rules. Still not handling EOS correctly right now, though.
4348
4349 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4350
4351         * gst/audioconvert/gstaudioconvert.c:
4352           Fix typo in docs. 
4353
4354 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4355
4356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4357         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4358           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4359           creating a new chain; should fix live streaming. Also
4360           add more debug output and fix a typo.
4361
4362 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4363
4364         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4365
4366         * gst/volume/gstvolume.c: (volume_set_caps):
4367           Fix compilation on Solaris with Forte. (#320923)
4368
4369 2005-11-08  Wim Taymans  <wim@fluendo.com>
4370
4371         * gst-libs/gst/audio/gstbaseaudiosink.c:
4372         (gst_base_audio_sink_render):
4373         No need to do a typecheck.
4374
4375 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4376
4377         * ext/alsa/gstalsa.h:
4378           We register a debug category, so let's use it.
4379
4380 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4381
4382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4383         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4384         Fixed a small problem.
4385
4386 2005-11-04  Wim Taymans  <wim@fluendo.com>
4387
4388         * examples/seeking/Makefile.am:
4389         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4390         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4391         (make_playerbin_pipeline), (format_value), (update_scale),
4392         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4393         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4394         (print_usage), (main):
4395         Added app for playback speed testing.
4396
4397         * examples/seeking/seek.c: (dynamic_link),
4398         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4399         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4400         (message_received), (main):
4401         Updated seek example.
4402
4403 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4404
4405         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4406         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4407         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4408         (gst_base_rtp_depayload_set_clock):
4409         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4410         Don't sleep on the bench (system clock) when you have a nice 
4411         comfortable bed (Gstreamer clock) to sleep on.
4412
4413 2005-11-03  Wim Taymans  <wim@fluendo.com>
4414
4415         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4416         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4417         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4418         Handle the case where a pad_block failed.
4419
4420 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4421
4422         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4423
4424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4425         (gst_base_rtp_depayload_add_to_queue),
4426         (gst_base_rtp_depayload_push),
4427         (gst_base_rtp_depayload_set_gst_timestamp),
4428         (gst_base_rtp_depayload_queue_release):
4429           Fixes some bugs in the depayloader's queuing/de-queueing code.
4430
4431 2005-10-31  Michael Smith <msmith@fluendo.com>
4432
4433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4434         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4435         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4436           Patch from Alessandro Decina <alessandro@nnva.org>.
4437           Make oggdemux only find the final time in a chain, not per-pad,
4438           since the per-pad information can be very expensive to locate, and
4439           it isn't used anywhere. This makes reading a file containing
4440           OggSkeleton reasonably fast.
4441           Also, make chain finding work when there are logical bitstreams that
4442           can't be decoded. Fixes #319110.
4443
4444 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4445
4446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4447         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4448         (gst_base_rtp_depayload_chain),
4449         (gst_base_rtp_depayload_add_to_queue),
4450         (gst_base_rtp_depayload_push),
4451         (gst_base_rtp_depayload_set_gst_timestamp),
4452         (gst_base_rtp_depayload_queue_release),
4453         (gst_base_rtp_depayload_start_thread),
4454         (gst_base_rtp_depayload_set_property),
4455         (gst_base_rtp_depayload_get_property):
4456         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4457         Some random fixes, to fullfill the desires of thomas.
4458
4459 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4460
4461         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4462         (gst_base_rtp_depayload_add_to_queue),
4463         (gst_base_rtp_depayload_push):
4464         Fixed the queueing algorithm.
4465
4466 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4467
4468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4469         (gst_base_rtp_depayload_push):
4470         A small fix
4471
4472 2005-10-31  Wim Taymans  <wim@fluendo.com>
4473
4474         * gst-libs/gst/audio/gstringbuffer.h:
4475         Don't break ABI.
4476
4477         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4478         (gst_ffmpeg_caps_to_pixfmt):
4479         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4480         (gst_ffmpegcsp_set_caps):
4481         Some more comments.
4482         Handle missing required caps fields better.
4483
4484 2005-10-31  Wim Taymans  <wim@fluendo.com>
4485
4486         * gst-libs/gst/audio/gstbaseaudiosink.c:
4487         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4488         (gst_base_audio_sink_render):
4489         * gst-libs/gst/audio/gstringbuffer.c:
4490         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4491         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4492         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4493         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4494         (gst_ring_buffer_read):
4495         * gst-libs/gst/audio/gstringbuffer.h:
4496         Add flushing mode to the ringbuffer so that it in all cases does
4497         not try to handle more audio. This makes sure it does not try to
4498         block anymore when flushing and fixes a livelock.
4499
4500 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4501
4502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4503         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4504         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4505           Explicitly check for -1 values before doing a conversion
4506           and always map them to -1. (#315545)
4507
4508 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4509
4510         * gst/playback/gstplaybin.c: (gen_video_element):
4511           first try autovideosink, then xvimagesink, then error out
4512         * po/POTFILES.in:
4513           add translatable file
4514         * po/af.po:
4515         * po/az.po:
4516         * po/cs.po:
4517         * po/en_GB.po:
4518         * po/hu.po:
4519         * po/it.po:
4520         * po/nb.po:
4521         * po/nl.po:
4522         * po/or.po:
4523         * po/sq.po:
4524         * po/sr.po:
4525         * po/sv.po:
4526         * po/uk.po:
4527         * po/vi.po:
4528           update translations
4529
4530 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4531
4532         * gst-libs/gst/rtp/gstbasedepayload.c:
4533         * gst-libs/gst/rtp/gstbasedepayload.h:
4534           Minor cleanups
4535
4536 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4537
4538         * gst/playback/.cvsignore:
4539         * gst/playback/decodetest.c:
4540         * gst/playback/test3.c:
4541           Port these two tests as well.
4542
4543 2005-10-27  Wim Taymans  <wim@fluendo.com>
4544
4545         * ext/theora/theoradec.c: (theora_dec_src_query),
4546         (theora_dec_sink_event):
4547         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4548         (theora_enc_change_state):
4549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4550         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4551         Take proper locks when handling events.
4552
4553 2005-10-27  Wim Taymans  <wim@fluendo.com>
4554
4555         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4556         (gst_adder_change_state):
4557         Fix timestamps and fix deadlock when stopping the collectpads.
4558
4559 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
4560
4561         * gst-libs/gst/rtp/gstrtpbuffer.h:
4562         Declaring the payload types as strings too so that they can be used
4563         in the padtemplate inialization.
4564
4565 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4566
4567         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4568
4569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4570         (gst_base_rtp_depayload_class_init):
4571         Fixes a small but nasty bug. The derived elements no longer segfaults
4572         on finalization.
4573
4574 2005-10-26  Michael Smith <msmith@fluendo.com>
4575
4576         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4577           When clearing an audioconvert context, set tmpbufsize to zero, so
4578           we'll allocate it again later if required.
4579           This fixes audioconvert re-negotiating formats, which previously
4580           segfaulted with a NULL destination buffer.
4581
4582 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4583
4584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4585         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4586         (gst_base_rtp_depayload_set_gst_timestamp),
4587         (gst_base_rtp_depayload_queue_release):
4588         Fixed a smalll memleak.
4589
4590 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4591         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4592         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4593         (gst_base_rtp_depayload_finalize),
4594         (gst_base_rtp_depayload_setcaps),
4595         (gst_base_rtp_depayload_add_to_queue),
4596         (gst_base_rtp_depayload_push),
4597         (gst_base_rtp_depayload_set_gst_timestamp),
4598         (gst_base_rtp_depayload_queue_release),
4599         (gst_base_rtp_depayload_thread),
4600         (gst_base_rtp_depayload_change_state):
4601         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4602         Changed the C++ comments to C comments
4603
4604 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4605
4606         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4607         * gst/tcp/gsttcpclientsrc.h:
4608         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4609         * gst/tcp/gsttcpserversrc.h:
4610           Remove unused 'curoffset' structure member.
4611
4612 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4613
4614         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4615         (gst_base_rtp_depayload_base_init),
4616         (gst_base_rtp_depayload_finalize):
4617         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4618         * gst-libs/gst/rtp/gstbasertppayload.h:
4619           The pad-template on the sinkpad should be set by the derived classes.
4620           Also added some useful macros.
4621
4622 2005-10-24  Wim Taymans  <wim@fluendo.com>
4623
4624         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4625         Correctly flush decoder samples even if we could not
4626         copy them to an output buffer. Fixes #319618.
4627
4628 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4629
4630         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4632         the caps against our xcontext caps.
4633
4634 2005-10-24  Wim Taymans  <wim@fluendo.com>
4635
4636         * gst-libs/gst/audio/gstbaseaudiosink.c:
4637         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4638         Remove g_print
4639         Use sync property from baseclass to disable sync.
4640
4641 2005-10-24  Wim Taymans  <wim@fluendo.com>
4642
4643         * gst-libs/gst/audio/gstbaseaudiosink.c:
4644         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4645         Buffers with no timestamps get aligned with previous buffers or
4646         on underrun, played ASAP.
4647
4648 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4649
4650         * gst-libs/gst/video/video.h:
4651         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4652         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4654         here comes my change on caps for framerate and geometry range.
4655         We are now accepting 1 to MAXINT for width and height, and from
4656         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4657         to be blended correctly in videomixer.
4658
4659 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4660
4661         * configure.ac:
4662           back to HEAD
4663
4664 === release 0.9.4 ===
4665
4666 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4667
4668         * NEWS:
4669         * RELEASE:
4670         * configure.ac:
4671           releasing 0.9.4, "Velociraptor"
4672
4673 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4674
4675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4676         * po/POTFILES.in:
4677           STOPPED -> FAILED
4678
4679 2005-10-21  Wim Taymans  <wim@fluendo.com>
4680
4681         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4682         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4683         (pad_blocked), (close_pad_link), (new_pad):
4684         Don't try to remove elements twice.
4685
4686 2005-10-21  Wim Taymans  <wim@fluendo.com>
4687
4688         * ext/theora/theoradec.c: (theora_dec_src_query),
4689         (theora_dec_sink_event):
4690         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4691         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4692         (vorbis_handle_data_packet):
4693         * ext/vorbis/vorbisdec.h:
4694         Fix old naming.
4695
4696         * gst-libs/gst/audio/gstbaseaudiosink.c:
4697         (gst_base_audio_sink_render):
4698         Don't try to sync on buffers without a timestamp.
4699
4700 2005-10-21  Wim Taymans  <wim@fluendo.com>
4701
4702         * ext/theora/theoradec.c: (theora_dec_src_query),
4703         (theora_dec_sink_event):
4704         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4705         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4706         (vorbis_handle_data_packet):
4707         * ext/vorbis/vorbisdec.h:
4708         Fix old naming.
4709
4710 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4711
4712         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4713         (gst_vorbisenc_src_query):
4714           Implement position and duration queries.
4715
4716         * gst/playback/test3.c: (update_scale), (main):
4717           Fix for async state changes and print nicer output.
4718
4719 2005-10-20  Wim Taymans  <wim@fluendo.com>
4720
4721         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4722         (dump_element_stats), (main):
4723         * gst/playback/test6.c: (main):
4724         Fix tests again
4725
4726 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4727
4728         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4729         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4730           Don't use functions for position queries when handling
4731           duration queries.
4732
4733 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4734
4735         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4736         (vorbis_handle_data_packet), (vorbis_dec_chain),
4737         (vorbis_dec_change_state):
4738         * ext/vorbis/vorbisdec.h:
4739           Vorbis streams can be embedded in other container formats
4740           than ogg, container formats where the demuxer might set 
4741           timestamps on encoded vorbis buffers instead of those silly 
4742           granulepos thingies. In short: make vorbisdec handle 
4743           timestamps on incoming buffers as well.
4744
4745 2005-10-20  Wim Taymans  <wim@fluendo.com>
4746
4747         * gst/playback/gstplaybasebin.c: (group_destroy),
4748         (gst_play_base_bin_change_state):
4749         Fix leak.
4750         Handle case where playbasebin is now ASYNC because
4751         decodebin is.
4752
4753 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4754
4755         * gst/audioconvert/Makefile.am:
4756         * gst/audioconvert/bufferframesconvert.c:
4757         * gst/audioconvert/plugin.c: (plugin_init):
4758         * gst/audioconvert/plugin.h:
4759           And bye bye buffer-frames-convert
4760
4761 2005-10-19  Wim Taymans  <wim@fluendo.com>
4762
4763         * check/elements/audioconvert.c:
4764         * docs/libs/tmpl/gstaudio.sgml:
4765         * docs/libs/tmpl/gstcolorbalance.sgml:
4766         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4767         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
4768         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
4769         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
4770         * gst-libs/gst/audio/audio.h:
4771         * gst/audioconvert/audioconvert.h:
4772         * gst/audioconvert/gstaudioconvert.c:
4773         (gst_audio_convert_parse_caps):
4774         * gst/volume/gstvolume.c:
4775         Bye bye buffer-frames.
4776
4777 2005-10-19  Wim Taymans  <wim@fluendo.com>
4778
4779         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4780         (query_positions_elems), (query_positions_pads), (update_scale),
4781         (do_seek), (set_update_scale), (message_received), (main):
4782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4783         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
4784         (gst_ogg_demux_loop):
4785         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4786         * ext/theora/theoradec.c: (theora_dec_src_query),
4787         (theora_dec_sink_event):
4788         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4789         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
4790         * gst/adder/gstadder.c: (gst_adder_query):
4791         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4792         * gst/playback/test3.c: (update_scale):
4793         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4794         (dump_element_stats), (main):
4795         * gst/playback/test6.c: (main):
4796         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4797         Query API update.
4798
4799 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4800
4801         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4802         (xml_check_first_element), (xml_type_find), (smil_type_find),
4803         (plugin_init):
4804           Add typefinding for SMIL and for generic XML. Based on patch by
4805           Akos Maroy (#308663).
4806
4807 2005-10-18  Wim Taymans  <wim@fluendo.com>
4808
4809         * gst/playback/Makefile.am:
4810         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4811         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
4812         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
4813         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
4814         (gst_decode_bin_change_state):
4815         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4816         (gst_play_bin_send_event_to_sink):
4817         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4818         (dump_element_stats), (main):
4819         * gst/playback/test6.c: (main):
4820         Make playbin async, it'll commit state to paused when all streams
4821         are detected.
4822         Remove ugly hack.
4823         Added test6.c to show async behaviour.
4824
4825 2005-10-18  Wim Taymans  <wim@fluendo.com>
4826
4827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4828         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
4829         Fix for segment-start/stop API change.
4830
4831 2005-10-18  Wim Taymans  <wim@fluendo.com>
4832
4833         * check/Makefile.am:
4834         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
4835         (main):
4836         Add future test for clock selection.
4837
4838 2005-10-18  Wim Taymans  <wim@fluendo.com>
4839
4840         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
4841         (gst_alsasink_close):
4842         Set handle to NULL.
4843
4844         * gst-libs/gst/audio/gstringbuffer.c:
4845         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4846         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
4847         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4848         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
4849         (gst_ring_buffer_read):
4850         More debug info.
4851
4852 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
4853
4854         * gst/audiotestsrc/Makefile.am:
4855         * gst/sine/Makefile.am:
4856         * gst/volume/Makefile.am:
4857           fix broken build of controllerized plugins
4858
4859 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
4860
4861         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4862
4863         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4864         (gst_riff_create_video_template_caps):
4865           Add support for Indeo-3 (IV32).
4866
4867 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4868
4869         * configure.ac:
4870           rewrite
4871
4872 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4873
4874         * gst-libs/gst/video/video.c: (gst_video_get_size):
4875         * gst/audiotestsrc/gstaudiotestsrc.c:
4876           doc updates
4877
4878 2005-10-17  Andy Wingo  <wingo@pobox.com>
4879
4880         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
4881         with the collectpads change.
4882         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
4883
4884         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
4885
4886         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
4887
4888         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
4889         alloc_buffer flow return to callers.
4890         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
4891         change. Fix some memleaks in theoraenc.
4892
4893         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
4894         in strange circumstance.
4895
4896 2005-10-17  Julien MOUTTE  <julien@moutte.net>
4897
4898         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4899         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
4900         from caps, let's use the caps...
4901
4902 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4903
4904         * configure.ac:
4905           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
4906
4907 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4908
4909         * gst-libs/gst/interfaces/Makefile.am:
4910           fix silly typo
4911
4912 2005-10-16  Andy Wingo  <wingo@pobox.com>
4913
4914         * gst/playback/gstdecodebin.c
4915         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
4916         function!
4917         (try_to_link_1): Increase kraziness level.
4918
4919 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4920
4921         * configure.ac:
4922           restructure like the core one
4923         * gst-libs/gst/audio/Makefile.am:
4924         * gst-libs/gst/interfaces/Makefile.am:
4925         * gst-libs/gst/net/Makefile.am:
4926         * gst-libs/gst/riff/Makefile.am:
4927         * gst-libs/gst/rtp/Makefile.am:
4928         * gst-libs/gst/tag/Makefile.am:
4929         * gst-libs/gst/video/Makefile.am:
4930           use correct linker flags, now the libs are properly versioned
4931         * check/elements/audioconvert.c: (verify_convert):
4932         * ext/alsa/gstalsaplugin.c:
4933         * ext/cdparanoia/gstcdparanoia.c:
4934         * ext/gnomevfs/gstgnomevfs.c:
4935         * ext/libvisual/visual.c:
4936         * ext/ogg/gstogg.c:
4937         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
4938         * ext/theora/theora.c:
4939         * ext/vorbis/vorbis.c:
4940         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4941         * gst-libs/gst/tag/gsttagediting.c:
4942         * gst-libs/gst/video/video.c:
4943         * gst/adder/gstadder.c:
4944         * gst/audioconvert/plugin.c:
4945         * gst/audiorate/gstaudiorate.c:
4946         * gst/audioresample/gstaudioresample.c:
4947         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4948         * gst/audioscale/gstaudioscale.c:
4949         * gst/audioscale/resample.c:
4950         * gst/audiotestsrc/gstaudiotestsrc.c:
4951         * gst/ffmpegcolorspace/gstffmpeg.c:
4952         * gst/playback/gstdecodebin.c: (close_pad_link):
4953         * gst/playback/gstplaybin.c: (gen_video_element),
4954         (gen_audio_element):
4955         * gst/sine/gstsinesrc.c:
4956         * gst/subparse/gstsubparse.c:
4957         * gst/tags/gsttagediting.c:
4958         * gst/tcp/gsttcpplugin.c:
4959         * gst/typefind/gsttypefindfunctions.c:
4960         * gst/videorate/gstvideorate.c:
4961         * gst/videoscale/gstvideoscale.c:
4962         * gst/videotestsrc/gstvideotestsrc.c:
4963         * gst/volume/gstvolume.c:
4964         * sys/v4l/gstv4l.c:
4965         * sys/ximage/ximage.c:
4966         * sys/xvimage/xvimagesink.c:
4967           fix up defines
4968
4969 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4970
4971         * ext/vorbis/vorbisenc.c:
4972         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4973         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4974         (gst_tag_to_vorbis_comments):
4975           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
4976
4977 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
4978
4979         * examples/stats/mp2ogg.c:
4980         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4981           typo fixes
4982
4983 2005-10-13  Michael Smith <msmith@fluendo.com>
4984
4985         * ext/ogg/gstoggmux.c:
4986           Use magic glib macros to define constants as 64 bit, to ensure
4987           appropriate vararg passing.
4988
4989 2005-10-13  Michael Smith <msmith@fluendo.com>
4990
4991         * ext/ogg/gstoggmux.c:
4992         * gst/audioconvert/audioconvert.c: (float):
4993           Don't use LL suffix, as it's not portable, and neither of these
4994           uses required it anyway.
4995
4996 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
4997
4998         * examples/indexing/indexmpeg.c: (main):
4999         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5000         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5001         (cdparanoia_convert), (cdparanoia_query):
5002         * ext/cdparanoia/gstcdparanoia.h:
5003         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5004         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5005         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5006         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5007         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5008         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5010         (gst_multifdsink_render), (gst_multifdsink_start),
5011         (gst_multifdsink_stop):
5012         * gst/tcp/gstmultifdsink.h:
5013         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5014         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5015         (gst_tcpclientsink_stop):
5016         * gst/tcp/gsttcpclientsink.h:
5017         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5018         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5019         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5020         * gst/tcp/gsttcpclientsrc.h:
5021         * gst/tcp/gsttcpserversink.h:
5022         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5023         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5024         (gst_tcpserversrc_stop):
5025         * gst/tcp/gsttcpserversrc.h:
5026         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5027         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5028         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5029           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5030           moved bitshift from macro to enum definition
5031
5032 2005-10-12  Wim Taymans  <wim@fluendo.com>
5033
5034         * examples/seeking/Makefile.am:
5035         Oops.
5036
5037 2005-10-12  Wim Taymans  <wim@fluendo.com>
5038
5039         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5040         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5041         Don't assert on normal stuff.
5042
5043         * gst/playback/gstplaybin.c: (do_playbin_seek):
5044         API fix.
5045
5046 2005-10-12  Wim Taymans  <wim@fluendo.com>
5047
5048         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5049         * examples/seeking/Makefile.am:
5050         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5051         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5052         (do_seek), (set_update_scale), (message_received), (main):
5053         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5054         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5055         Update for _get_state() API change.
5056
5057 2005-10-11  Wim Taymans  <wim@fluendo.com>
5058
5059         * gst-libs/gst/audio/gstbaseaudiosink.c:
5060         (gst_base_audio_sink_render):
5061         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5062         (gst_base_audio_src_create):
5063         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5064         (gst_ring_buffer_read):
5065         Cleanups.
5066         Commit and read from ringbuffer in samples rather than bytes.
5067
5068 2005-10-11  Wim Taymans  <wim@fluendo.com>
5069
5070         * gst-libs/gst/audio/gstbaseaudiosink.c:
5071         (gst_base_audio_sink_render):
5072         Respect segment rate and accum when scheduling samples.
5073
5074 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5075
5076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5077         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5078         EOS correctly, that needs more work.
5079
5080 2005-10-11  Wim Taymans  <wim@fluendo.com>
5081
5082         * check/generic/states.c: (GST_START_TEST):
5083         remove old property.
5084
5085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5086         (gst_ogg_demux_perform_seek):
5087         * ext/theora/theoradec.c: (theora_dec_sink_event):
5088         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5089         (vorbis_handle_data_packet):
5090         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5091         (gst_base_rtp_depayload_set_gst_timestamp):
5092         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5093         Update for newsegment API change.
5094
5095 2005-10-11  Michael Smith <msmith@fluendo.com>
5096
5097         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5098         (do_playbin_seek), (gst_play_bin_send_event):
5099           Override send_event differently, so that we can takes bits of
5100           functionality from GstPipeline (special handling for seeks,
5101           including pausing/resuming, and resetting stream time) and still get
5102           the appropriate behaviour of only forwarding event to a single sink,
5103           rather than all of them.
5104           Unfortunately requires a lot of code duplication, but the
5105           alternatives are equally ugly in the end.
5106
5107 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5108
5109         * check/elements/audioconvert.c: (setup_audioconvert),
5110         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5111         (GST_START_TEST), (audioconvert_suite):
5112           clean up tests a little, fix some leaks.
5113
5114 2005-10-10  Wim Taymans  <wim@fluendo.com>
5115
5116         * ext/alsa/gstalsasink.c:
5117         Also allow unsigned int.
5118
5119         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5120         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5121         Small cleanup
5122
5123 2005-10-10  Wim Taymans  <wim@fluendo.com>
5124
5125         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5126         Small update, use API as stated in design docs.
5127
5128         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5129         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5130         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5131         (message_received), (main):
5132         Updated seek example for GOption. Some usability improvements.
5133
5134 2005-10-10  Wim Taymans  <wim@fluendo.com>
5135
5136         * gst/audioconvert/audioconvert.h:
5137         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5138         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5139         Alloc temp storage somewhere else where we can do it more
5140         portable.
5141
5142 2005-10-10  Wim Taymans  <wim@fluendo.com>
5143
5144         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5145         (gst_tcpserversrc_start):
5146         Don't block in accept while doing the state change, move
5147         to poll and make cancellable.
5148
5149 2005-10-09  Philippe Khalaf <burger@speedy.org>
5150
5151         * gst-libs/gst/rtp/rtpbasedepayload.c:
5152         Set timestamp and add queue delay to timestamp
5153         * gst-libs/gst/rtp/rtpbuffer.h:
5154         Set correct payload type for h263
5155
5156 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5157
5158         * gst/audiotestsrc/gstaudiotestsrc.c:
5159         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5160         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5161         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5162         (gst_audiotestsrc_create_triangle),
5163         (gst_audiotestsrc_create_silence),
5164         (gst_audiotestsrc_create_white_noise),
5165         (gst_audiotestsrc_init_pink_noise),
5166         (gst_audiotestsrc_generate_pink_noise_value),
5167         (gst_audiotestsrc_create_pink_noise),
5168         (gst_audiotestsrc_change_wave):
5169         * gst/audiotestsrc/gstaudiotestsrc.h:
5170           fixed typo, added pink noise
5171
5172 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5173
5174         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5175         (plugin_init):
5176           Add wavpack and spc typefind functions from 0.8 branch.
5177
5178 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5181         (ar_type_find), (msdos_type_find), (plugin_init):
5182           Add typefind functions for tar archives, ar archives,
5183           RAR archives, and msdos-executables (dlls, exe, etc.).
5184           Some of those would be wrongly identified as mpeg
5185           streams of some sort before (#315550).
5186
5187 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5188
5189         * configure.ac:
5190         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5191         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5192         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5193         * gst/audiotestsrc/Makefile.am:
5194         * gst/audiotestsrc/gstaudiotestsrc.c:
5195         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5196         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5197         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5198         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5199         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5200         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5201         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5202         (gst_audiotestsrc_create_silence),
5203         (gst_audiotestsrc_create_white_noise),
5204         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5205         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5206         (gst_audiotestsrc_start), (plugin_init):
5207         * gst/audiotestsrc/gstaudiotestsrc.h:
5208           add new plugin and element
5209         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5210           use gobject_class
5211
5212 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5213
5214         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5215         (gst_adder_init), (gst_adder_request_new_pad),
5216         (gst_adder_change_state):
5217           Add query function to source pad, so adder reports the correct
5218           time/sample position when queried (#315457); fix state change
5219           function; use GST_DEBUG_FUNCPTR() for pad functions.
5220
5221 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5222
5223         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5224           Fix leaks in typefind registration
5225           Clean up the gratuitous commenting and whitespacing a little
5226
5227 2005-10-08  Wim Taymans  <wim@fluendo.com>
5228
5229         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5230         Only actually wait for the thread to be stopped if it's 
5231         running.
5232
5233 2005-10-08  Wim Taymans  <wim@fluendo.com>
5234
5235         * gst-libs/gst/audio/gstbaseaudiosink.c:
5236         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5237         If we receive EOS we can start playback of what we had.
5238
5239 2005-10-08  Wim Taymans  <wim@fluendo.com>
5240
5241         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5242         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5243         (gst_multifdsink_stop):
5244         Fix crasher when going to NULL multiple times.
5245
5246 2005-10-06  Wim Taymans  <wim@fluendo.com>
5247
5248         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5249         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5250         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5251         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5252         patch from Edgard Lima <edgard.lima@indt.org.br>
5253         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5254
5255 2005-10-06  Wim Taymans  <wim@fluendo.com>
5256
5257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5258         Report the FLOW_RETURN as string in the error message.
5259
5260         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5261         Don't assert when clearing an unnegotiated buffer.
5262
5263 2005-10-04  Michael Smith <msmith@fluendo.com>
5264
5265         * gst/playback/gstplaybasebin.c: (group_destroy),
5266         (gen_preroll_element), (remove_groups), (setup_source):
5267         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5268         (setup_sinks), (gst_play_bin_send_event),
5269         (gst_play_bin_change_state):
5270           Set state to NULL before removing from bin. Fix refcounting.
5271
5272 2005-10-04  Michael Smith <msmith@fluendo.com>
5273
5274         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5275           Correct refcounting in send_event() function. Previously was wrong
5276           if the first sink was unable to handle the event.
5277
5278 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5279
5280         * configure.ac:
5281           back to development
5282
5283 === release 0.9.3 ===
5284
5285 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5286
5287         * configure.ac:
5288           Releasing 0.9.3, "De Facto"
5289
5290 2005-10-03  Andy Wingo  <wingo@pobox.com>
5291
5292         * gst/playback/gstdecodebin.c (try_to_link_1)
5293         (remove_element_chain): set element to NULL before removing it.
5294
5295 2005-10-02  Johan Dahlin  <johan@gnome.org>
5296
5297         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5298         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5299         MT safe.
5300
5301 2005-10-02  Andy Wingo  <wingo@pobox.com>
5302
5303         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5304         (gst_ring_buffer_prepare_read): 
5305         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5306         Demote to LOG.
5307
5308 2005-09-29  Wim Taymans  <wim@fluendo.com>
5309
5310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5311         * ext/theora/theoradec.c: (theora_handle_data_packet):
5312         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5313         Propagate error codes from alloc_buffer too.
5314
5315 2005-09-29  Wim Taymans  <wim@fluendo.com>
5316
5317         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5318         We use fixed caps.
5319
5320         * gst/playback/Makefile.am:
5321         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5322         (dump_element_stats), (main):
5323         Added example stream introspection code.
5324
5325 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5326
5327         * gst/adder/gstadder.c: (gst_adder_collected):
5328           fix adder for float elements
5329
5330 2005-09-28  Wim Taymans  <wim@fluendo.com>
5331
5332         * gst-libs/gst/audio/gstbaseaudiosink.c:
5333         (gst_base_audio_sink_class_init),
5334         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5335         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5336         (gst_base_audio_src_class_init),
5337         (gst_base_audio_src_provide_clock):
5338         get_clock -> provide_clock
5339
5340 2005-09-28  Andy Wingo  <wingo@pobox.com>
5341
5342         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5343         and unlocking.
5344
5345         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5346         unlocking.
5347
5348         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5349         Actually add the pad template.
5350         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5351
5352         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5353         I'm at it...
5354
5355         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5356         from fdsrc. Get caps in create() instead of start() so it can be
5357         interrupted. Interruption somewhat untested.
5358
5359         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5360         Proper EOS handling.
5361
5362 2005-09-27  Andy Wingo  <wingo@pobox.com>
5363
5364         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5365
5366         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5367
5368         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5369
5370         * gst/tcp/gsttcp.h: 
5371         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5372         out of tcpclientsrc.c. Cancellable.
5373         (gst_tcp_socket_read): Made private, cancellable, with better
5374         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5375         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5376         whole buffer, and better diagnostics.
5377         (gst_tcp_gdp_read_caps): Same.
5378
5379         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5380
5381 2005-09-26  Andy Wingo  <wingo@pobox.com>
5382
5383         * gst/sine/gstsinesrc.h:
5384         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5385         change the 'sync' property to 'is-live' and implement it halfway,
5386         update for controller api change.
5387
5388         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5389         controller api change.
5390
5391 2005-09-24  Wim Taymans  <wim@fluendo.com>
5392
5393         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5394         * gst-libs/gst/audio/gstaudiosink.c:
5395         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5396         (gst_audioringbuffer_stop):
5397         * gst-libs/gst/audio/gstbaseaudiosink.c:
5398         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5399         (gst_base_audio_sink_change_state):
5400         * gst-libs/gst/audio/gstbaseaudiosink.h:
5401         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5402         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5403         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5404         * gst-libs/gst/audio/gstringbuffer.h:
5405         Fix sync again. Moved sample alignment to basesink.
5406
5407 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5408
5409         * docs/plugins/Makefile.am:
5410         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5411         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5412         * gst/volume/gstvolume.c:
5413           add/fix docs
5414         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5415         * gst-libs/gst/audio/audio.h:
5416           add conversion macros for frames <-> clocktime
5417
5418 2005-09-23  David Schleef  <ds@schleef.org>
5419
5420         * gst/audioresample/Makefile.am:
5421         * gst/audioresample/debug.h:
5422         * gst/audioresample/gstaudioresample.c:
5423         * gst/audioresample/resample.c: Convert to using gst debugging
5424
5425 2005-09-22  Wim Taymans  <wim@fluendo.com>
5426
5427         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5428         (gst_play_bin_send_event):
5429         Only seek on one sink, the first one that succeeds.
5430
5431 2005-09-22  Michael Smith <msmith@fluendo.com>
5432
5433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5434         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5435         Don't flush encoder state unless we have an initialised encoder.
5436         Clear out encoder state on PAUSED_TO_READY.
5437
5438 2005-09-22  Wim Taymans  <wim@fluendo.com>
5439
5440         * gst-libs/gst/rtp/gstbasertppayload.c:
5441         (gst_basertppayload_class_init), (gst_basertppayload_init),
5442         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5443         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5444         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5445         (gst_basertppayload_set_property),
5446         (gst_basertppayload_get_property),
5447         (gst_basertppayload_change_state):
5448         * gst-libs/gst/rtp/gstbasertppayload.h:
5449         Added max-ptime to control amount of data in the rtp packets.
5450
5451 2005-09-21  Andy Wingo  <wingo@pobox.com>
5452
5453         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5454         thingies.
5455
5456         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5457         can be called multiple times, dogs.
5458
5459 2005-09-21  Wim Taymans  <wim@fluendo.com>
5460
5461         * gst-libs/gst/rtp/gstbasertppayload.c:
5462         (gst_basertppayload_class_init), (gst_basertppayload_init),
5463         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5464         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5465         (gst_basertppayload_push), (gst_basertppayload_get_property),
5466         (gst_basertppayload_change_state):
5467         Allow 0 ssrc too.
5468
5469 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5470
5471         * docs/libs/compiling.sgml:
5472           fixing typos
5473
5474 2005-09-20  Wim Taymans  <wim@fluendo.com>
5475
5476         * gst-libs/gst/rtp/gstbasertppayload.c:
5477         (gst_basertppayload_class_init), (gst_basertppayload_init),
5478         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5479         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5480         (gst_basertppayload_push), (gst_basertppayload_set_property),
5481         (gst_basertppayload_get_property),
5482         (gst_basertppayload_change_state):
5483         * gst-libs/gst/rtp/gstbasertppayload.h:
5484         Added property to configure sequence number offsets.
5485
5486 2005-09-20  Wim Taymans  <wim@fluendo.com>
5487
5488         * gst-libs/gst/rtp/gstbasertppayload.c:
5489         (gst_basertppayload_class_init), (gst_basertppayload_init),
5490         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5491         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5492         (gst_basertppayload_push), (gst_basertppayload_set_property),
5493         (gst_basertppayload_get_property),
5494         (gst_basertppayload_change_state):
5495         * gst-libs/gst/rtp/gstbasertppayload.h:
5496         Make timestamp offset configurable.
5497
5498 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5499
5500         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5501           fix wrong pop/unref
5502
5503 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5504
5505         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5506
5507         * gst-libs/gst/interfaces/propertyprobe.c:
5508         (gst_property_probe_probe_property_name),
5509         (gst_property_probe_needs_probe_name),
5510         (gst_property_probe_get_values_name),
5511         (gst_property_probe_probe_and_get_values_name):
5512           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5513           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5514
5515 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5516
5517         * check/Makefile.am:
5518           have some tests be disabled for valgrinding
5519         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5520         (GST_START_TEST):
5521         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5522           Fix A Leak.  Chain To Parent Finalize.
5523
5524 2005-09-19  Wim Taymans  <wim@fluendo.com>
5525
5526         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5527         Fixed wav pipeline.
5528
5529 2005-09-19  Wim Taymans  <wim@fluendo.com>
5530
5531         * gst-libs/gst/rtp/gstbasertppayload.c:
5532         (gst_basertppayload_class_init), (gst_basertppayload_init),
5533         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5534         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5535         (gst_basertppayload_push), (gst_basertppayload_get_property),
5536         (gst_basertppayload_change_state):
5537         Posting ERROR and WARNING messages is good.
5538
5539 2005-09-19  Wim Taymans  <wim@fluendo.com>
5540
5541         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5542         (gst_base_rtp_depayload_add_to_queue),
5543         (gst_base_rtp_depayload_push),
5544         (gst_base_rtp_depayload_set_gst_timestamp),
5545         (gst_base_rtp_depayload_queue_release):
5546         This one was not supposed to go in.
5547
5548 2005-09-19  Wim Taymans  <wim@fluendo.com>
5549
5550         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5551         Fix for bus API.
5552
5553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5554         (gst_base_rtp_depayload_chain),
5555         (gst_base_rtp_depayload_add_to_queue),
5556         (gst_base_rtp_depayload_push),
5557         (gst_base_rtp_depayload_set_gst_timestamp),
5558         (gst_base_rtp_depayload_queue_release):
5559         Some cleanups.
5560
5561         * gst-libs/gst/rtp/gstbasertppayload.c:
5562         (gst_basertppayload_class_init), (gst_basertppayload_init),
5563         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5564         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5565         (gst_basertppayload_get_property),
5566         (gst_basertppayload_change_state):
5567         Added debugging category.
5568
5569 2005-09-18  David Schleef  <ds@schleef.org>
5570
5571         * gst/playback/gstdecodebin.c: free plugin list correctly
5572         * gst/playback/gstplaybin.c: emit warning if autovideosink
5573           and autoaudiosink can't be found (instead of segfaulting)
5574
5575 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5576
5577         * check/elements/audioconvert.c: (GST_START_TEST):
5578           try out 24 bit conversion
5579
5580 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5581
5582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5583         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5584         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5585         * ext/vorbis/vorbisenc.h:
5586           Fix EOS handling.  Still needs a fix in the ogg muxer to
5587           mark the last page as eos.
5588
5589 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5590
5591         * common/gtk-doc-plugins.mak:
5592         * docs/plugins/Makefile.am:
5593         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5594         * gst/ffmpegcolorspace/Makefile.am:
5595         * gst/ffmpegcolorspace/avcodec.h:
5596         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5597         * gst/tcp/gstmultifdsink.c:
5598           fix up ffmpegcolorspace docs; extract header
5599
5600 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5601
5602         * common/gtk-doc-plugins.mak:
5603         * docs/plugins/Makefile.am:
5604         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5605         * ext/theora/Makefile.am:
5606         * ext/theora/gsttheoraenc.h:
5607         * ext/theora/theoraenc.c:
5608         * ext/vorbis/vorbisenc.c:
5609           pick up signals and args for vorbis; add some docs for vorbis
5610
5611 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5612
5613         * common/gstdoc-scangobj:
5614         * common/gtk-doc-plugins.mak:
5615         * docs/libs/Makefile.am:
5616         * docs/plugins/gst-plugins-base-plugins.args:
5617         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5618         * docs/plugins/gst-plugins-base-plugins.interfaces:
5619         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5620         * docs/plugins/gst-plugins-base-plugins.signals:
5621           only scanobj stuff from our source module.  Not sure yet
5622           if that's correct, given the hierarchy stuff :)
5623
5624 2005-09-15  Wim Taymans  <wim@fluendo.com>
5625
5626         * gst/audioconvert/gstaudioconvert.c:
5627         And enable 24 bits mode as well..
5628
5629 2005-09-15  Wim Taymans  <wim@fluendo.com>
5630
5631         * gst-libs/gst/rtp/Makefile.am:
5632         * gst-libs/gst/rtp/gstbasertppayload.c:
5633         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5634         (gst_basertppayload_class_init), (gst_basertppayload_init),
5635         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5636         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5637         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5638         (gst_basertppayload_set_property),
5639         (gst_basertppayload_get_property),
5640         (gst_basertppayload_change_state):
5641         * gst-libs/gst/rtp/gstbasertppayload.h:
5642         Added rtp payloader base class.
5643
5644 2005-09-15  Andy Wingo  <wingo@pobox.com>
5645
5646         * configure.ac (plugindir): Remove the EOL matcher from the
5647         regexp, as it causes me problems. Libtool? Make? Who knows?
5648
5649 2005-09-14  David Schleef  <ds@schleef.org>
5650
5651         * check/generic/states.c: 
5652         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5653         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5654           Fixes for changes in registry API.
5655
5656         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5657           to GST_PLUGIN_LDFLAGS.
5658         * ext/libvisual/visual.c: Make the library shut up.
5659         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5660         * gst-libs/gst/audio/gstaudiofilter.c: same
5661
5662 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5663
5664         * docs/plugins/Makefile.am:
5665         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5666         * docs/plugins/inspect/plugin-libvisual.xml:
5667         * docs/plugins/tmpl/element-tcpserversink.sgml:
5668         * ext/theora/theoraenc.c:
5669           add libvisual plugin and theoraenc element to docs
5670
5671 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5672
5673         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5674         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5675         * ext/theora/theoraenc.c:
5676           add theoraenc
5677
5678 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5679
5680         * gst/audioconvert/Makefile.am:
5681           Audioconvert derives from GstBaseTransform and should
5682           link to the library with our base elements to avoid
5683           unresolved symbols. Makes things work with MinGW (#316160)
5684
5685         * gst/playback/test4.c: (main):
5686           Fix MinGW build problem and use g_usleep() instead of 
5687           sleep() (#316162)
5688
5689 2005-09-12  Wim Taymans  <wim@fluendo.com>
5690
5691         * gst/audioconvert/audioconvert.c: (float),
5692         (audio_convert_prepare_context), (audio_convert_convert):
5693         * gst/audioconvert/audioconvert.h:
5694         Cleanups, speedups, simplifications, added back support
5695         for 24 bits.
5696
5697 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5698
5699         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5700         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5701         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5702         * docs/plugins/tmpl/element-tcpserversink.sgml:
5703         * gst/ffmpegcolorspace/gstffmpeg.c:
5704         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5705         * gst/videotestsrc/gstvideotestsrc.c:
5706         * gst/volume/gstvolume.c:
5707           add more elements to the docs
5708
5709 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5710
5711         * check/Makefile.am:
5712         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5713         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5714           Add extra tests for basetransform based components. 
5715           Comment out the test_element_negotiation test until we decide
5716           if it's testing correct behaviour.
5717         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5718         (gst_visual_chain), (gst_visual_change_state):
5719           Slightly more correct but still bogus timestamping.
5720           Fix state change function.
5721         * gst/audioconvert/gstaudioconvert.c:
5722         (gst_audio_convert_class_init):
5723         * gst/audioresample/gstaudioresample.c:
5724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5725         (gst_ffmpegcsp_class_init):
5726         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5727         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5728         (gst_videoscale_prepare_image):
5729         * gst/volume/gstvolume.c: (gst_volume_class_init),
5730         (volume_transform_ip):
5731           Basetransform updates. Enable passthrough modes.
5732         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5733         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
5734         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5735           Negotiation fix that allows the window to return to the original
5736           size and renegotiate passthrough upstream. Extra debug output.
5737
5738 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5739
5740         * gst/sine/gstsinesrc.c:
5741         * gst/volume/gstvolume.c:
5742           fix up header include
5743
5744 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
5745
5746         * gst-libs/gst/audio/gstbaseaudiosink.c:
5747         (gst_base_audio_sink_render):
5748         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
5749         * gst/volume/gstvolume.c: (gst_volume_class_init),
5750         (volume_transform):
5751           fixing lost sync, some more debugging
5752
5753 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
5754
5755         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5756         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
5757         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5758         (gst_xvimagesink_check_xshm_calls):
5759           Fix compilation when XShm is not available.
5760
5761 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5762
5763         * ext/libvisual/visual.c: (gst_visual_dispose),
5764         (gst_visual_getcaps), (gst_visual_src_setcaps),
5765         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
5766         (gst_visual_change_state):
5767           Finish fixing up libvisual plugin so that it runs. 
5768
5769 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5770
5771         * ext/vorbis/vorbisenc.c:
5772         * gst-libs/gst/tag/gstvorbistag.c:
5773           gsttaginterface.h -> gsttagsetter.h
5774
5775 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5776
5777         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5778           added another test that failes for me (test is not active by default)
5779
5780 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5781
5782         * configure.ac:
5783           v4l2 is no longer in gst-plugins-base
5784
5785 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5786
5787         * configure.ac:
5788           In the output at the end, don't show the first plugin on the same
5789           line as "Core plug-ins, always built:".
5790           Indent the output as for other plugin categories
5791         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5792           #define that can be used to not use peer buffer_alloc functions for
5793           test purposes.
5794         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5795         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
5796         (gst_ximagesink_show_frame):
5797         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5798         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
5799         (gst_xvimagesink_show_frame):
5800           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
5801           fails gracefully instead of XError aborting or deadlocking.
5802
5803 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5804
5805         * ext/libvisual/Makefile.am:
5806           link against gst-base-libs
5807
5808 2005-09-06  David Schleef  <ds@schleef.org>
5809
5810         * configure.ac: Enable libvisual plugin.
5811         * ext/libvisual/Makefile.am:
5812         * ext/libvisual/visual.c: Fixes to make it compile.
5813
5814 === release 0.9.2 ===
5815
5816 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5817
5818         * NEWS:
5819         * RELEASE:
5820         * configure.ac:
5821         * docs/random/ChangeLog-0.8:
5822           releasing 0.9.2, "Spoon"
5823
5824 2005-09-05  Michael Smith <msmith@fluendo.com>
5825
5826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5827           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
5828           that in the vorbisenc element.
5829
5830 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5831
5832         * common/gtk-doc-plugins.mak:
5833         * docs/plugins/Makefile.am:
5834           fix distcheck
5835         * gst/audioresample/resample.c:
5836           fix wrong docstring
5837
5838 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5839
5840         * common/gst-xmlinspect.py:
5841         * common/gtk-doc-plugins.mak:
5842           only inspect plugins for this given package
5843           require gst-python 0.9
5844
5845 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5846
5847         * Makefile.am:
5848         * autogen.sh:
5849         * common/gst-xmlinspect.py:
5850         * configure.ac:
5851         * docs/Makefile.am:
5852         * docs/plugins/inspect/plugin-alsa.xml:
5853         * docs/plugins/inspect/plugin-audioresample.xml:
5854         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5855         * docs/plugins/inspect/plugin-ogg.xml:
5856         * docs/plugins/tmpl/element-gnomevfssink.sgml:
5857         * docs/plugins/tmpl/element-multifdsink.sgml:
5858         * docs/plugins/tmpl/element-tcpserversink.sgml:
5859         * docs/plugins/tmpl/element-vorbisenc.sgml:
5860         * gst-plugins-base.spec.in:
5861           various doc-related updates
5862
5863 2005-08-31  Wim Taymans  <wim@fluendo.com>
5864
5865         * gst-libs/gst/audio/gstbaseaudiosink.c:
5866         (gst_base_audio_sink_render):
5867         Resync if the buffer timestamps drift more than a 10th 
5868         of a second.
5869
5870 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
5871
5872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
5873         (gst_v4lsrc_get_property):
5874           The 'timestamp-offset' property is registered as an int64, so
5875           let's use g_value_{set|get}_int64() in our setter and getter
5876           functions (makes it work and fixes warnings with gst-inspect).
5877
5878 2005-08-30  Wim Taymans  <wim@fluendo.com>
5879
5880         * check/elements/audioconvert.c: (setup_audioconvert):
5881         * check/elements/audioresample.c: (setup_audioresample):
5882         * check/elements/volume.c: (setup_volume):
5883         Fix checks.
5884
5885 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5886
5887         * common/gtk-doc-plugins.mak:
5888         * common/plugins.xsl:
5889         * docs/plugins/Makefile.am:
5890           make module a param
5891
5892 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5893
5894         * examples/seeking/seek.c: (make_mp3_pipeline),
5895         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
5896         (play_cb), (pause_cb), (stop_cb):
5897           update the example
5898
5899 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5900
5901         * gst/volume/gstvolume.c: (gst_volume_class_init),
5902         (volume_transform):
5903           do not update controlled params, if buffer has no timestamp
5904
5905 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5906
5907         * configure.ac:
5908         * gst/sine/Makefile.am:
5909         * gst/volume/Makefile.am:
5910           controllerized elements also need to link against controller-libs ;)
5911
5912 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5913
5914         * docs/libs/tmpl/gstcolorbalance.sgml:
5915         * docs/libs/tmpl/gstgconf.sgml:
5916         * docs/libs/tmpl/gstmixer.sgml:
5917         * docs/libs/tmpl/gstringbuffer.sgml:
5918         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5919         (gst_sinesrc_create):
5920         * gst/volume/gstvolume.c: (gst_volume_class_init),
5921         (volume_transform):
5922           controllerized two audio plugins
5923
5924 2005-08-29  Andy Wingo  <wingo@pobox.com>
5925
5926         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
5927         (vorbis_handle_data_packet): Fix some int overflow errors.
5928
5929         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
5930         -1.
5931         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
5932         valid.
5933         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
5934         if it's valid. Fixed streaming-mode playback.
5935
5936         * check/elements/volume.c (cleanup_volume): Fix for running
5937         CK_FORK=no.
5938
5939         * check/elements/audioconvert.c: Convert from native endian, not
5940         little endian.
5941
5942 2005-08-29  Michael Smith <msmith@fluendo.com>
5943
5944         * ext/ogg/Makefile.am:
5945         * ext/ogg/gstogg.c: (plugin_init):
5946         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
5947         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
5948         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
5949         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
5950         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
5951         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
5952         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
5953         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
5954         Add an ogg parser element.
5955
5956 2005-08-28  Andy Wingo  <wingo@pobox.com>
5957
5958         * Updates for two-arg init from GST_BOILERPLATE_FULL.
5959
5960 2005-08-26  Wim Taymans  <wim@fluendo.com>
5961
5962         * gst/audioconvert/audioconvert.c: (if), (float),
5963         (audio_convert_get_func_index), (check_default),
5964         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5965         (audio_convert_clean_context), (audio_convert_get_sizes),
5966         (audio_convert_convert):
5967         Cleanups.
5968
5969 2005-08-26  Wim Taymans  <wim@fluendo.com>
5970
5971         * gst/audioconvert/audioconvert.c: (if), (float),
5972         (audio_convert_get_func_index), (check_default),
5973         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5974         (audio_convert_clean_context), (audio_convert_get_sizes),
5975         (audio_convert_convert):
5976         More elegant and working temp buffer selection algo.
5977
5978 2005-08-26  Wim Taymans  <wim@fluendo.com>
5979
5980         * gst/audioconvert/audioconvert.c: (if), (float),
5981         (audio_convert_get_func_index), (check_default),
5982         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5983         (audio_convert_clean_context), (audio_convert_get_sizes),
5984         (get_temp_buffer), (audio_convert_convert):
5985         Use realloc else we lose our original data.
5986
5987 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5988
5989         * gst/audioresample/gstaudioresample.c:
5990           use base class' newsegment to properly timestamp
5991
5992 2005-08-26  Wim Taymans  <wim@fluendo.com>
5993
5994         * gst/audioconvert/audioconvert.c: (if), (float),
5995         (audio_convert_get_func_index), (check_default),
5996         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5997         (audio_convert_clean_context), (audio_convert_get_sizes),
5998         (get_temp_buffer), (audio_convert_convert):
5999         * gst/audioconvert/gstaudioconvert.c:
6000         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6001         (gst_audio_convert_transform_caps),
6002         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6003         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6004         Oops, allocate enough space to perform the channel mix.
6005
6006 2005-08-26  Wim Taymans  <wim@fluendo.com>
6007
6008         * gst/audioconvert/Makefile.am:
6009         * gst/audioconvert/audioconvert.c: (if), (float),
6010         (audio_convert_get_func_index), (check_default),
6011         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6012         (audio_convert_clean_context), (audio_convert_get_sizes),
6013         (get_temp_buffer), (audio_convert_convert):
6014         * gst/audioconvert/audioconvert.h:
6015         * gst/audioconvert/gstaudioconvert.c:
6016         (gst_audio_convert_class_init), (gst_audio_convert_init),
6017         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6018         (gst_audio_convert_get_unit_size),
6019         (gst_audio_convert_transform_caps),
6020         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6021         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6022         * gst/audioconvert/gstaudioconvert.h:
6023         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6024         (gst_channel_mix_fill_identical),
6025         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6026         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6027         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6028         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6029         (gst_channel_mix_mix):
6030         * gst/audioconvert/gstchannelmix.h:
6031         Cleanups, librarify a bit, optimize, better negotiation and more.
6032
6033 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6034
6035         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6036         Another from MikeS:
6037         During typefinding, don't support negative offsets
6038         (offsets from the end of the stream) in our typefind->peek() function
6039         - nothing embedded in ogg ever needs them. However, we need to recognise
6040         those requests and reject them, otherwise we return invalid pointers.
6041
6042 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6043
6044         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6045         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6046         (vorbisdec_finalize), (vorbis_handle_type_packet):
6047           Big shout-out to MikeS for fixing this giant memory leak.
6048           Huzzah!
6049
6050 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6051
6052         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6053         (audio_convert_get_unit_size):
6054           plug some leaks
6055
6056 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6057
6058         * check/Makefile.am:
6059         * check/elements/audioconvert.c: (setup_audioconvert),
6060         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6061         (GST_START_TEST), (audioconvert_suite), (main):
6062           add a test for audioconvert
6063         * gst/audioresample/gstaudioresample.c:
6064         * gst/audioresample/gstaudioresample.h:
6065           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6066           note that for buffers of 1/3 sec this means DURATION(c) is 
6067           one nanosecond more than for a and b
6068
6069 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6070
6071         * check/Makefile.am:
6072         * check/elements/audioresample.c: (setup_audioresample),
6073         (cleanup_audioresample), (fail_unless_perfect_stream),
6074         (test_perfect_stream_instance), (GST_START_TEST),
6075           add a check for audioresample
6076         (audioresample_suite), (main):
6077         * check/elements/volume.c: (GST_START_TEST):
6078           remove unused method
6079         * gst/audioresample/gstaudioresample.c:
6080           set correct buffer parameters since we're changing them
6081         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6082           add some debug
6083
6084 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6085
6086         * gst/audioresample/debug.c:
6087         * gst/audioresample/gstaudioresample.c:
6088           add room for extra overlap samples when asked to transform size
6089           protect against possible mem corruption and check for discrepancies
6090           between written size and outbuffer's size so we can warn for
6091           potential problems
6092         * gst/audioresample/resample.c: (resample_init),
6093         (resample_get_output_size_for_input), (resample_get_output_size),
6094         (resample_set_n_channels), (resample_set_format):
6095           set debug level based on RESAMPLE_DEBUG env var
6096           make sure that get_output_size* returns a whole number of
6097           sample_size
6098           set sample_size each time either channel or format is set
6099         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6100         * gst/audioresample/resample_functable.c:
6101         (resample_scale_functable):
6102         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6103           remove r->sample_size, it's done in resample.c now
6104           add some debugging to the ref implementation
6105           make sure we only give back bytes that are wholes of the sample
6106           size
6107
6108 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6109         * gst/playback/gstplaybasebin.c: (fill_buffer):
6110         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6111
6112 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6113
6114         * gst/volume/gstvolume.c:
6115           made set_caps function static
6116
6117 2005-08-24  Wim Taymans  <wim@fluendo.com>
6118
6119         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6120         (gst_vorbisenc_change_state):
6121         Stop leaking taglists.
6122
6123 2005-08-24  Wim Taymans  <wim@fluendo.com>
6124
6125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6126         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6127         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6128         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6129         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6130         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6131         Parse seeking events better.
6132         Unref static caps.
6133         Generate correct newsegment events, fixes seeking in live oggs.
6134
6135         * ext/theora/theoradec.c: (theora_dec_src_query),
6136         (theora_dec_src_event), (theora_dec_src_getcaps),
6137         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6138         Use newsegment values to report correct play time.
6139
6140         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6141         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6142         * ext/vorbis/vorbisdec.h:
6143         Parse and use newsegment values to report correct play time.
6144
6145         * gst-libs/gst/audio/gstbaseaudiosink.c:
6146         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6147         Clear ringbuffer on flush.
6148         Use newsegment values to calculate playback time.
6149
6150         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6152         Basesink does newsegment calculations for us now.
6153
6154 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6155
6156         * check/Makefile.am:
6157         * configure.ac:
6158           add core's plugins to the mix so that playbin works
6159         * check/generic/states.c: (GST_START_TEST):
6160           set a 0 timeout on pipelines, so they don't force the next
6161           state change
6162         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6163         (gst_play_base_bin_change_state):
6164           remove the crappy error handling and do GST error handling
6165
6166 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6167
6168         * check/Makefile.am:
6169         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6170           add same test as to core, it bitches out on playbin atm.
6171
6172 2005-08-24  Wim Taymans  <wim@fluendo.com>
6173
6174         * configure.ac:
6175         Remove audioscale.
6176
6177 2005-08-24  Wim Taymans  <wim@fluendo.com>
6178
6179         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6180         (gst_videoscale_prepare_size), (parse_caps),
6181         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6182         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6183         (gst_videoscale_transform):
6184         * gst/videoscale/gstvideoscale.h:
6185         Refactor, make use of BaseTranform really well.
6186
6187 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6188
6189         * configure.ac:
6190           compile audioresample
6191         * gst/audioresample/Makefile.am:
6192         * gst/audioresample/buffer.c:
6193         * gst/audioresample/functable.c:
6194         * gst/audioresample/gstaudioresample.c:
6195         * gst/audioresample/gstaudioresample.h:
6196         * gst/audioresample/resample.c:
6197         (resample_get_output_size_for_input):
6198         * gst/audioresample/resample.h:
6199         * gst/audioresample/resample_chunk.c:
6200         * gst/audioresample/resample_functable.c:
6201         * gst/audioresample/resample_ref.c:
6202           port to use basetransform; doesn't work in all cases yet
6203
6204 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6205
6206         * gst/audioconvert/gstaudioconvert.c:
6207         (gst_audio_convert_class_init), (gst_audio_convert_init),
6208         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6209         (audio_convert_fixate_caps), (audio_convert_set_caps),
6210         (audio_convert_transform),
6211         (gst_audio_convert_buffer_to_default_format),
6212         (gst_audio_convert_buffer_from_default_format),
6213         (gst_audio_convert_channels):
6214         * gst/audioconvert/gstchannelmix.c:
6215         * gst/audioconvert/gstchannelmix.h:
6216           port to basetransform
6217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6218         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6219         (gst_ffmpegcsp_get_unit_size):
6220         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6221         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6222           fix for basetransform changes
6223
6224 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6225
6226         * check/Makefile.am:
6227           Add CHECK_CFLAGS and LDFLAGS
6228
6229         * gst/playback/gstplaybasebin.c: (fill_buffer):
6230           GST_MESSAGE_SRC became a GObject
6231
6232 2005-08-24  Wim Taymans  <wim@fluendo.com>
6233
6234         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6235         (gst_ring_buffer_clear_all):
6236         * gst-libs/gst/audio/gstringbuffer.h:
6237         Added function to clear the ringbuffer.
6238
6239 2005-08-24  Andy Wingo  <wingo@pobox.com>
6240
6241         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6242         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6243         of _open and _close.
6244
6245         * sys/v4l/gstv4lxoverlay.h:
6246         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6247         an Xv connection here, instead of all the time. Make Xv only be
6248         loaded if you axe for it. Kindof a workaround for buggy behaviour
6249         of Xv when using remote xservers (XvQueryExtension would block).
6250         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6251         replace the _open and _close public API. Only start the xv
6252         connection if necessary.
6253         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6254
6255 2005-08-23  David Schleef  <ds@schleef.org>
6256
6257         * gst/audioresample/Makefile.am: Leet audioresampling code
6258         * gst/audioresample/buffer.c:
6259         * gst/audioresample/buffer.h:
6260         * gst/audioresample/debug.c:
6261         * gst/audioresample/debug.h:
6262         * gst/audioresample/functable.c:
6263         * gst/audioresample/functable.h:
6264         * gst/audioresample/gstaudioresample.c:
6265         * gst/audioresample/gstaudioresample.h:
6266         * gst/audioresample/resample.c:
6267         * gst/audioresample/resample.h:
6268         * gst/audioresample/resample_chunk.c:
6269         * gst/audioresample/resample_functable.c:
6270         * gst/audioresample/resample_ref.c:
6271
6272 2005-08-23  Wim Taymans  <wim@fluendo.com>
6273
6274         * examples/seeking/seek.c: (make_vorbis_pipeline),
6275         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6276         Small seek updates.
6277
6278 2005-08-23  Andy Wingo  <wingo@pobox.com>
6279
6280         * gst-libs/gst/audio/gstbaseaudiosrc.c
6281         (gst_base_audio_src_fixate): Only fixate endianness if it is
6282         present in the caps.
6283
6284 2005-08-22  Andy Wingo  <wingo@pobox.com>
6285
6286         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6287         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6288         device-name property.
6289
6290         * gst-libs/gst/audio/gstaudiosrc.h:
6291         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6292         close_device in the ring buffer, like gstaudiosink.
6293
6294         * ext/alsa/gstalsamixer.h:
6295         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6296         macro to implement the interface without much code. Cleanups. 
6297
6298         * ext/alsa/gstalsasrc.h:
6299         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6300         READY.
6301
6302         * ext/alsa/Makefile.am: Add new files.
6303         * ext/alsa/gstalsamixerelement.c: 
6304         * ext/alsa/gstalsamixerelement.c: Split element code out from
6305         mixer code so that alsasrc can be a mixer too.
6306
6307 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6308
6309         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6310         (GST_START_TEST):
6311         * check/elements/vorbisdec.c: (setup_vorbisdec),
6312         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6313         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6314         (vorbis_handle_identification_packet),
6315         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6316         (vorbis_handle_header_packet), (vorbis_dec_push),
6317         (vorbis_dec_chain):
6318           use the setup/teardown methods to save code.  save code is good.
6319
6320 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6321
6322         * check/Makefile.am:
6323           add ext dir for plugins
6324           add vorbisdec test conditionally
6325         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6326         (GST_START_TEST), (volume_suite):
6327           add a test with wrong caps
6328         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6329         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6330           add a vorbisdec test
6331         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6332         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6333           clean up debug output
6334         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6335           yay, fix a segfault/security issue in vorbisdec
6336           gst-launch fakesrc ! vorbisdec wasn't happy
6337         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6338         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6339         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6340         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6341         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6342         (gst_vorbisenc_set_metadata), (get_constraints_string),
6343         (update_start_message), (gst_vorbisenc_setup),
6344         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6345         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6346         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6347         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6348         * ext/vorbis/vorbisenc.h:
6349           march in line
6350         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6351         (gst_ffmpegcsp_transform):
6352           have the kow come home
6353         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6354           debug my func ptr
6355         * gst/volume/gstvolume.c: (volume_set_caps):
6356           add a debug
6357
6358 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6359
6360         * Makefile.am:
6361         * check/.cvsignore:
6362         * check/Makefile.am:
6363         * check/elements/.cvsignore:
6364         * check/elements/volume.c: (chain_func), (event_func),
6365         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6366         (main):
6367         * configure.ac:
6368           add unit test structure for gst-plugins-base
6369           add a test for volume
6370         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6371         (gst_volume_set_volume), (gst_volume_get_volume),
6372         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6373         (volume_funcfind), (volume_process_float), (volume_process_int16),
6374         (volume_set_caps), (volume_transform), (volume_update_mute),
6375         (volume_update_volume), (volume_set_property),
6376         (volume_get_property):
6377           document a little; use basetransform vmethod _set_caps
6378
6379 2005-08-19  Andy Wingo  <wingo@pobox.com>
6380
6381         * ext/alsa/gstalsamixertrack.h:
6382         * ext/alsa/gstalsamixertrack.c:
6383         * ext/alsa/gstalsamixeroptions.h:
6384         * ext/alsa/gstalsamixeroptions.c:
6385         * ext/alsa/gstalsamixer.h:
6386         * ext/alsa/gstalsamixer.c: Port to 0.9.
6387
6388         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6389         Remove gstalsa.c and alsaclock. No more cruft here.
6390         
6391 2005-08-18  Wim Taymans  <wim@fluendo.com>
6392
6393         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6394         (gst_base_rtp_depayload_chain),
6395         (gst_base_rtp_depayload_add_to_queue),
6396         (gst_base_rtp_depayload_push),
6397         (gst_base_rtp_depayload_queue_release):
6398         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6399         Fix for RTPBuffer changes.
6400
6401         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6402         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6403         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6404         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6405         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6406         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6407         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6408         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6409         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6410         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6411         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6412         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6413         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6414         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6415         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6416         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6417         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6418         (gst_rtpbuffer_get_payload):
6419         * gst-libs/gst/rtp/gstrtpbuffer.h:
6420         Don't subclass GstBuffer but add methods and helper functions
6421         to construct and manipulate RTP packets in regular GstBuffers.
6422
6423 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6424
6425         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6426           moved statement below switch
6427         * gst/volume/gstvolume.c: (gst_volume_class_init):
6428           added debug ptr
6429
6430 2005-08-16  Wim Taymans  <wim@fluendo.com>
6431
6432         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6433         (gst_base_audio_src_change_state):
6434         Open and close device in READY<->NULL state change.
6435
6436 2005-08-16  Andy Wingo  <wingo@pobox.com>
6437
6438         * examples/seeking/Makefile.am: Don't compile non-compiling
6439         compiled objects with the compiler.
6440
6441         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6442         elements.
6443
6444 2005-08-12  Philippe Khalaf <burger@speedy.org>
6445         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6446         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6447           Made a thread to release the queue.
6448           Removed timestamp conversion for now.
6449
6450 2005-08-10  Philippe Khalaf <burger@speedy.org>
6451         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6452         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6453           Added rtp timestamp -> gst timestamp conversion.
6454           Fixed several problems with queue.
6455
6456 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6457
6458         * gst-libs/gst/audio/gstaudioclock.h:
6459         * gst-libs/gst/audio/gstaudiofilter.h:
6460         * gst-libs/gst/audio/gstaudiosink.h:
6461         * gst-libs/gst/audio/gstaudiosrc.h:
6462         * gst-libs/gst/audio/gstbaseaudiosink.h:
6463         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6464         * gst-libs/gst/audio/gstringbuffer.h:
6465         * gst-libs/gst/net/gstnetbuffer.h:
6466         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6467         * gst-libs/gst/rtp/gstrtpbuffer.h:
6468           Add padding (you will need to rebuild gst-plugins-base,
6469           gst-plugins and all applications afterwards!)
6470
6471 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6472
6473         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6474         (gst_riff_parse_chunk):
6475           Fix bug in debug message and add some more debug messages.
6476
6477 2005-08-08  Edward Hervey  <edward@fluendo.com>
6478
6479         * gst-libs/gst/riff/riff-media.c:
6480         backported updates since branch
6481
6482 2005-08-08  Andy Wingo  <wingo@pobox.com>
6483
6484         * gst-libs/gst/audio/gstbaseaudiosink.c
6485         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6486         like good elements should. Close on READY->NULL too.
6487
6488         * gst-libs/gst/audio/gstaudiosink.c
6489         (gst_audioringbuffer_open_device,
6490         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6491         (gst_audioringbuffer_release): Updates for new ring buffer API,
6492         hook into the new audio sink api.
6493
6494         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6495         (GstAudioSinkClass.close): Just open and close the device -- no
6496         resource allocation or configuration.
6497         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6498         vmethods, handle device setup and resource allocation.
6499
6500         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6501         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6502         base class API.
6503
6504         * gst-libs/gst/audio/gstringbuffer.h
6505         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6506         New vmethods.
6507
6508         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6509         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6510         New API functions. The device should be opened before acquiring
6511         and closed after releasing.
6512
6513 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6514
6515         * gst-libs/gst/interfaces/mixer.h:
6516           Reset padding to GST_PADDING.
6517
6518 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6519
6520         * gst/playback/gstplaybin.c: (remove_sinks):
6521           Remove visualization from parent explicitely; works around some
6522           apparent refcount issue that I haven't tracked down yet.
6523
6524 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6525
6526         * ext/alsa/gstalsasink.c: (set_hwparams):
6527           Assign debug category, add negotiation debug msgs.
6528
6529 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6530
6531         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6532           Fix error code for file-not-found to NOT_FOUND.
6533
6534 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6535
6536         * common/gtk-doc-plugins.mak:
6537         * docs/plugins/Makefile.am:
6538         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6539         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6540           renamed to actual element names, so much nicer to look at
6541         * docs/plugins/tmpl/gstmultifdsink.sgml:
6542           remove
6543         * docs/plugins/tmpl/multifdsink.sgml:
6544         * docs/plugins/tmpl/tcpserversink.sgml:
6545           add
6546         * ext/alsa/gstalsa.c:
6547         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6548         * ext/ogg/gstoggmux.c:
6549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6550         * gst/playback/gstdecodebin.c:
6551         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6552         * gst/tcp/gsttcpserversink.c:
6553           various fixes and documentation additions
6554
6555 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6556
6557         * common/Makefile.am:
6558         * common/gstdoc-scangobj:
6559         * common/gtk-doc-plugins.mak:
6560         * common/gtk-doc.mak:
6561           add a custom scangobj that uses the registry
6562           add a custom gtk-doc-plugins.mak that uses it
6563           some doc build fixes
6564         * configure.ac:
6565         * docs/Makefile.am:
6566         * docs/plugins/Makefile.am:
6567         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6568         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6569         * docs/plugins/gst-plugins-base-plugins.types:
6570         * docs/plugins/tmpl/gstmultifdsink.sgml:
6571           add docs for one element, multifdsink
6572         * gst/adder/gstadder.h:
6573         * gst/volume/gstvolume.h:
6574           don't privatize enum
6575         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6576         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6577         (gst_sync_method_get_type), (gst_client_status_get_type),
6578         (gst_multifdsink_class_init),
6579         (gst_multifdsink_client_queue_buffer),
6580         (gst_multifdsink_handle_client_write):
6581         * gst/tcp/gstmultifdsink.h:
6582         * gst/tcp/gsttcp.h:
6583         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6584         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6585         (gst_tcpclientsink_render):
6586         * gst/tcp/gsttcpclientsink.h:
6587         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6588         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6589         (gst_tcpclientsrc_start):
6590         * gst/tcp/gsttcpclientsrc.h:
6591         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6592         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6593         * gst/tcp/gsttcpserversrc.h:
6594         * gst/typefind/gsttypefindfunctions.c:
6595           remove superfluous Type stuff
6596
6597 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6598
6599         * gst/playback/gstplaybin.c: (gen_video_element):
6600           Enable videoscale.
6601
6602 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6603
6604         * gst-libs/gst/gconf/gconf.c:
6605         * gst-libs/gst/gconf/gconf.h:
6606           Fix some Andy Problem [tm].
6607
6608 2005-08-04  Andy Wingo  <wingo@pobox.com>
6609
6610         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6611         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6612         (gst_ffmpegcsp_get_size): Adapt to API changes.
6613
6614         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6615         Implement an in-place do-nothing transform.
6616
6617 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6618
6619         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6620         (gst_ximagesink_renegotiate_size):
6621           Do not set new window sizes yet if we prepare a new buffer size
6622           for upstream renegotiation (software scaling) at some point in the
6623           future, because this new size waqs not actually accepted yet. Once
6624           accepted, renegotiation later on will set the new sizes just fine.
6625           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6626           embedding testcase.
6627
6628 2005-08-03  Andy Wingo  <wingo@pobox.com>
6629
6630         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6631         (gst_ximagesink_buffer_alloc): 
6632         Protect the height, width, and desired_caps with the pool_lock.
6633         Fixes videotestsrc ! queue ! ximagesink.
6634
6635 2005-08-02  Edward Hervey  <edward@fluendo.com>
6636
6637         * gst/volume/gstvolume.c:
6638         include left from controller cleanup
6639
6640 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6642           Stop collectpads before calling the parent state
6643           change function on PAUSED->READY.
6644
6645 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6646         * configure.ac:
6647           When testing for X libs, use the X CFlags 
6648         * gst/adder/gstadder.c: (gst_adder_change_state):
6649           Stop the collectpads before calling parent state change function
6650           on PAUSED->READY, otherwise we deadlock deactivating pads.
6651
6652 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6653
6654         * configure.ac:
6655         * docs/libs/tmpl/gstcolorbalance.sgml:
6656         * docs/libs/tmpl/gstmixer.sgml:
6657         * examples/Makefile.am:
6658         * gst/sine/Makefile.am:
6659         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6660         (gst_sinesrc_set_property), (plugin_init):
6661         * gst/sine/gstsinesrc.h:
6662         * gst/volume/Makefile.am:
6663         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6664         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6665         (volume_process_float), (volume_process_int16),
6666         (volume_set_property), (plugin_init):
6667         * gst/volume/gstvolume.h:
6668           deactivate and remove dparams (libgstcontrol)
6669
6670 2005-07-29  Wim Taymans  <wim@fluendo.com>
6671
6672         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6673         Convert me to BaseTransform!! help..
6674
6675 2005-07-29  Andy Wingo  <wingo@pobox.com>
6676
6677         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6678         sinks.
6679
6680         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6681         support of both endiannesses.
6682
6683 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6684
6685         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6686           Fix confusing debug message (s/event/query/)
6687
6688 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6689
6690         * gst/videotestsrc/videotestsrc.h:
6691           Use "_stdint.h" instead of <stdint.h>
6692
6693 2005-07-27  Wim Taymans  <wim@fluendo.com>
6694
6695         * ext/vorbis/Makefile.am:
6696         Revert wrong commit.
6697
6698 2005-07-27  Wim Taymans  <wim@fluendo.com>
6699
6700         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6701         More compilation fixen.
6702
6703 2005-07-27  Wim Taymans  <wim@fluendo.com>
6704
6705         * gst-libs/gst/audio/gstbaseaudiosink.c:
6706         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6707         (gst_base_audio_sink_create_ringbuffer),
6708         (gst_base_audio_sink_change_state):
6709         Fix compilation.
6710
6711 2005-07-27  Wim Taymans  <wim@fluendo.com>
6712
6713         * examples/seeking/seek.c: (setup_dynamic_link),
6714         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6715         (query_positions_elems), (query_positions_pads), (do_seek):
6716         Update seek example.
6717
6718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6719         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6720         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6721         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6722         (gst_ogg_demux_handle_event),
6723         (gst_ogg_demux_deactivate_current_chain),
6724         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6725         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6726         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6727         (gst_ogg_demux_loop):
6728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6729         * ext/theora/theoradec.c: (theora_dec_src_event),
6730         (theora_dec_src_getcaps), (theora_dec_sink_event),
6731         (theora_dec_push), (theora_dec_chain):
6732         * ext/vorbis/Makefile.am:
6733         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
6734         (vorbis_dec_sink_event), (vorbis_dec_push),
6735         (vorbis_handle_data_packet):
6736         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
6737         (gst_vorbisenc_chain):
6738         * gst/playback/gststreaminfo.c: (cb_probe):
6739         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
6740         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6741         * gst/videoscale/gstvideoscale.c:
6742         (gst_videoscale_handle_src_event):
6743         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
6744         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
6745         (gst_ximagesink_navigation_send_event):
6746         * sys/xvimage/xvimagesink.c:
6747         (gst_xvimagesink_navigation_send_event):
6748         Various event updates and cleanups
6749
6750 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6751
6752         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
6753           Fix segfault for I420/YV12.
6754
6755 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6756
6757         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
6758           Report bitrate.
6759
6760 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6761
6762         * gst/playback/gstplaybin.c: (gen_video_element),
6763         (gen_audio_element):
6764           Switch to auto*sink elements as default sinks; add volume element
6765           so that volume control in totem works.
6766
6767 2005-07-21  Wim Taymans  <wim@fluendo.com>
6768
6769         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6770         * gst/playback/gstplaybin.c: (setup_sinks),
6771         (gst_play_bin_change_state):
6772         Refcount fix and more comments.
6773
6774 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6775
6776         * sys/ximage/Makefile.am:
6777         * sys/ximage/ximage.c: (plugin_init):
6778         * sys/ximage/ximagesink.c:
6779         Prepare for adding ximagesrc, rename of plugin to ximage etc.
6780         
6781
6782 2005-07-21  Wim Taymans  <wim@fluendo.com>
6783
6784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6785         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6786         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6787         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6788         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6789         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
6790         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
6791         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
6792         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
6793         Generate correct disconts for live chained oggs.
6794
6795         * gst-libs/gst/audio/gstbaseaudiosink.c:
6796         (gst_base_audio_sink_render),
6797         (gst_base_audio_sink_create_ringbuffer),
6798         (gst_base_audio_sink_change_state):
6799         Handle discont math correctly.
6800
6801         * gst/playback/gstplaybin.c: (add_sink):
6802         Some small debug cleanup.
6803
6804 2005-07-21  Wim Taymans  <wim@fluendo.com>
6805
6806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
6807         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6808         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6809         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6810         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6811         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
6812         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6813         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
6814         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6815         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
6816         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
6817         (gst_ogg_demux_change_state), (gst_ogg_print):
6818         Reorganize code to send the right disconts when in streaming
6819         mode.
6820
6821 2005-07-20  Andy Wingo  <wingo@pobox.com>
6822
6823         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
6824         fix (?), fixes a seggie mcfalterson (#310894).
6825
6826 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6827
6828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
6829         (gst_ogg_mux_set_header_on_caps):
6830         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6832         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6833         * gst-libs/gst/audio/multichannel.c:
6834         (gst_audio_set_channel_positions),
6835         (gst_audio_set_structure_channel_positions_list):
6836         * gst/playback/gstdecodebin.c: (dynamic_create):
6837         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
6838         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6839           Fixes for API changes in core.
6840
6841 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6842
6843         * gst/playback/gstplaybasebin.c: (fill_buffer):
6844           Use _new_custom() so we can set custom message types for buffering
6845           messages.
6846
6847 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6848
6849         * configure.ac:
6850         * gst-libs/gst/Makefile.am:
6851         * gst-libs/gst/gconf/.cvsignore:
6852         * gst-libs/gst/gconf/Makefile.am:
6853         * gst-libs/gst/gconf/test-gconf.c:
6854         * pkgconfig/Makefile.am:
6855         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
6856         * pkgconfig/gstreamer-gconf.pc.in:
6857           Remove gconf stuff, use gconf elements instead from now on.
6858
6859 2005-07-20  Wim Taymans  <wim@fluendo.com>
6860
6861         * gst-libs/gst/audio/TODO:
6862         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
6863         (gst_audio_clock_get_internal_time):
6864         * gst-libs/gst/audio/gstaudioclock.h:
6865         * gst-libs/gst/audio/gstbaseaudiosink.c:
6866         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6867         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
6868         (gst_base_audio_sink_render),
6869         (gst_base_audio_sink_create_ringbuffer),
6870         (gst_base_audio_sink_change_state):
6871         Make sure the audio clock always returns an increasing value.
6872
6873 2005-07-19  Andy Wingo  <wingo@pobox.com>
6874
6875         * gst/videotestsrc/: Cleanups.
6876
6877 2005-07-19  Wim Taymans  <wim@fluendo.com>
6878
6879         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6880         Better debugging.
6881
6882 2005-07-19  Wim Taymans  <wim@fluendo.com>
6883
6884         * examples/seeking/seek.c: (make_dv_pipeline),
6885         (make_vorbis_theora_pipeline), (query_rates),
6886         (query_positions_elems), (query_positions_pads), (do_seek):
6887         Make correct DV pipeline.
6888
6889 2005-07-18  Andy Wingo  <wingo@pobox.com>
6890
6891         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
6892         default. Also because it's the only thing that really works. (This
6893         is used in the GConf elements).
6894         Use AS_LIBTOOL_TAGS.
6895
6896 2005-07-18  Wim Taymans  <wim@fluendo.com>
6897
6898         * gst/playback/gstdecodebin.c: (remove_element_chain):
6899         * gst/playback/gstplaybin.c: (add_sink):
6900         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6901         (gst_stream_info_set_mute):
6902         * gst/playback/gststreamselector.c:
6903         (gst_stream_selector_get_linked_pad),
6904         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
6905         More leak and compile fixes.
6906
6907 2005-07-18  Wim Taymans  <wim@fluendo.com>
6908
6909         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6910         (query_rates), (query_positions_elems), (query_positions_pads),
6911         (do_seek), (seek_cb), (stop_seek):
6912         Updated seek example. 
6913
6914         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
6915         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6916         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
6917         * gst/playback/gstplaybin.c: (add_sink):
6918         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6919         (gst_stream_info_set_mute):
6920         Some refcount leak fixes.
6921
6922 2005-07-16  Wim Taymans  <wim@fluendo.com>
6923
6924         * gst-libs/gst/audio/gstbaseaudiosink.c:
6925         (gst_base_audio_sink_render):
6926         Align samples even if we have roundoff errors in the 
6927         timestamp conversion.
6928
6929 2005-07-16  Wim Taymans  <wim@fluendo.com>
6930
6931         * docs/libs/tmpl/gstringbuffer.sgml:
6932         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6933         (query_rates), (query_positions_elems), (query_positions_pads),
6934         (update_scale), (do_seek):
6935         Updated seek example.
6936
6937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6938         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
6939         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
6940         (gst_ogg_demux_loop):
6941         Push out correct discont values.
6942
6943         * ext/theora/theoradec.c: (theora_dec_src_convert),
6944         (theora_dec_sink_convert), (theora_dec_src_getcaps),
6945         (theora_dec_sink_event), (theora_handle_type_packet),
6946         (theora_handle_header_packet), (theora_dec_push),
6947         (theora_handle_data_packet), (theora_dec_chain),
6948         (theora_dec_change_state):
6949         Better timestamping.
6950
6951         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6952         (vorbis_dec_sink_event), (vorbis_dec_push),
6953         (vorbis_handle_data_packet), (vorbis_dec_chain):
6954         * ext/vorbis/vorbisdec.h:
6955         Better timestamping.
6956
6957         * gst-libs/gst/audio/gstbaseaudiosink.c:
6958         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
6959         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6960         Handle syncing on timestamps instead of sample offsets. Make
6961         use of DISCONT values as described in design docs.
6962
6963         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6964         (gst_base_audio_src_get_time):
6965         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
6966         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
6967         (gst_ring_buffer_read):
6968         * gst-libs/gst/audio/gstringbuffer.h:
6969         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
6970         (gst_ximagesink_show_frame):
6971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6972         Correcly convert buffer timestamp to stream time.
6973
6974 2005-07-16  Wim Taymans  <wim@fluendo.com>
6975
6976         * gst/audioconvert/gstaudioconvert.c:
6977         (gst_audio_convert_get_buffer):
6978         Timestamp buffers correctly.
6979
6980         * gst/playback/gstplaybin.c: (gen_video_element):
6981         Make internal fakesink silent.
6982
6983 2005-07-15  Wim Taymans  <wim@fluendo.com>
6984
6985         * gst/ffmpegcolorspace/Makefile.am:
6986         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6987         (gst_ffmpegcsp_caps_remove_format_info),
6988         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
6989         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
6990         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
6991         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
6992         Ported ffmpegcolorspace to basetransform.
6993
6994         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
6995         * gst/volume/gstvolume.c: (volume_transform):
6996         Ported to new API.
6997
6998 2005-07-14  Wim Taymans  <wim@fluendo.com>
6999
7000         * gst/videotestsrc/Makefile.am:
7001         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7002         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7003         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7004         (gst_videotestsrc_init), (gst_videotestsrc_event),
7005         (gst_videotestsrc_create), (gst_videotestsrc_start),
7006         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7007         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7008         (gst_videotestsrc_get_property):
7009         * gst/videotestsrc/gstvideotestsrc.h:
7010         Make videotestsrc a pushsrc.
7011
7012 2005-07-14  Wim Taymans  <wim@fluendo.com>
7013
7014         * gst/tcp/gstfdset.c: (gst_fdset_free):
7015         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7016         (gst_multifdsink_add), (gst_multifdsink_remove),
7017         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7018         (gst_multifdsink_remove_client_link),
7019         (gst_multifdsink_client_queue_data),
7020         (gst_multifdsink_client_queue_caps),
7021         (gst_multifdsink_client_queue_buffer),
7022         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7023         (gst_multifdsink_stop):
7024         * gst/tcp/gstmultifdsink.h:
7025         0.8 backporting.
7026
7027         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7028         Also draw image when not from a pool.
7029
7030 2005-07-14  Wim Taymans  <wim@fluendo.com>
7031
7032         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7033         (mute_stream), (silence_stream):
7034         Small debug additions.
7035
7036 2005-07-14  Wim Taymans  <wim@fluendo.com>
7037
7038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7039         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7040         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7041         Better error recovery, ignore unconnected pads and
7042         non-fatal errors.
7043
7044 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7045
7046         * docs/libs/tmpl/gstaudio.sgml:
7047         * docs/libs/tmpl/gstcolorbalance.sgml:
7048         * docs/libs/tmpl/gstgconf.sgml:
7049         * docs/libs/tmpl/gstmixer.sgml:
7050         * docs/libs/tmpl/gstringbuffer.sgml:
7051         * docs/libs/tmpl/gsttuner.sgml:
7052         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7053         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7054         (gst_tcpclientsrc_class_init):
7055         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7056         (gst_tcpserversrc_class_init):
7057         * sys/v4l/gstv4lelement.c:
7058           more autistic cleanliness in functions/names/defines
7059
7060 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7061
7062         * configure.ac:
7063           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7064           added manually to each Makefile.am so we are sure it goes
7065           *last* and doesn't add -L flags before linking in libs of our
7066           own, like, say, internal .la libs, that then accidentally pick
7067           up the installed copy.
7068         * docs/libs/Makefile.am:
7069         * ext/alsa/Makefile.am:
7070         * ext/cdparanoia/Makefile.am:
7071         * ext/gnomevfs/Makefile.am:
7072         * ext/libvisual/Makefile.am:
7073         * ext/ogg/Makefile.am:
7074         * ext/theora/Makefile.am:
7075         * ext/vorbis/Makefile.am:
7076         * gst-libs/gst/video/Makefile.am:
7077         * gst/adder/Makefile.am:
7078         * gst/audioconvert/Makefile.am:
7079         * gst/audiorate/Makefile.am:
7080         * gst/audioscale/Makefile.am:
7081         * gst/ffmpegcolorspace/Makefile.am:
7082         * gst/playback/Makefile.am:
7083         * gst/sine/Makefile.am:
7084         * gst/subparse/Makefile.am:
7085         * gst/tags/Makefile.am:
7086         * gst/tcp/Makefile.am:
7087         * gst/typefind/Makefile.am:
7088         * gst/videorate/Makefile.am:
7089         * gst/videoscale/Makefile.am:
7090         * gst/videotestsrc/Makefile.am:
7091         * gst/volume/Makefile.am:
7092         * sys/v4l/Makefile.am:
7093         * sys/ximage/Makefile.am:
7094         * sys/xvimage/Makefile.am:
7095           adapt properly to this change. This should make sure that
7096           plugins and libs properly link to the as-yet-uninstalled
7097           copies of stuff like libgstinterfaces and libgstvideo
7098
7099 2005-07-13  Andy Wingo  <wingo@pobox.com>
7100
7101         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7102         (gst_v4lsrc_fixate): Fixate on format as well.
7103
7104         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7105         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7106         buffer points to it.
7107         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7108         rather just doing X calls ourselves. Also fixes a memleak.
7109
7110 2005-07-12  Andy Wingo  <wingo@pobox.com>
7111
7112         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7113         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7114         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7115         TRUE to avoid deadlocks if an element holds on to our buffers.
7116
7117 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7118
7119         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7120         (gst_sinesrc_init), (gst_sinesrc_create),
7121         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7122         (gst_sinesrc_start):
7123         * gst/sine/gstsinesrc.h:
7124           removing num-buffers property before moving it
7125
7126 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7127
7128         * configure.ac:
7129           use overridable ERROR_CFLAGS
7130         * docs/libs/gst-plugins-base-libs.types:
7131         * docs/libs/tmpl/gstringbuffer.sgml:
7132         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7133         (gst_alsasink_class_init):
7134         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7135         (gst_alsasrc_class_init):
7136         * gst-libs/gst/audio/audio.h:
7137         * gst-libs/gst/audio/gstaudioclock.h:
7138         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7139         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7140         (gst_audio_filter_link), (gst_audio_filter_init),
7141         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7142         (gst_audio_filter_get_property),
7143         (gst_audio_filter_class_add_pad_templates):
7144         * gst-libs/gst/audio/gstaudiofilter.h:
7145         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7146         (gst_audio_filter_template_get_type),
7147         (gst_audio_filter_template_base_init),
7148         (gst_audio_filter_template_class_init),
7149         (gst_audio_filter_template_init),
7150         (gst_audio_filter_template_set_property),
7151         (gst_audio_filter_template_get_property), (plugin_init),
7152         (gst_audio_filter_template_setup),
7153         (gst_audio_filter_template_filter),
7154         (gst_audio_filter_template_filter_inplace):
7155         * gst-libs/gst/audio/gstaudiosink.c:
7156         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7157         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7158         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7159         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7160         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7161         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7162         * gst-libs/gst/audio/gstaudiosink.h:
7163         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7164         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7165         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7166         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7167         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7168         (gst_audio_src_class_init), (gst_audio_src_init),
7169         (gst_audio_src_create_ringbuffer):
7170         * gst-libs/gst/audio/gstaudiosrc.h:
7171         * gst-libs/gst/audio/gstbaseaudiosink.c:
7172         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7173         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7174         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7175         (gst_base_audio_sink_set_property),
7176         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7177         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7178         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7179         (gst_base_audio_sink_create_ringbuffer),
7180         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7181         * gst-libs/gst/audio/gstbaseaudiosink.h:
7182         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7183         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7184         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7185         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7186         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7187         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7188         (gst_base_audio_src_event), (gst_base_audio_src_create),
7189         (gst_base_audio_src_create_ringbuffer),
7190         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7191         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7192         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7193         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7194         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7195         (gst_ring_buffer_debug_spec_caps),
7196         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7197         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7198         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7199         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7200         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7201         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7202         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7203         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7204         (gst_ring_buffer_clear):
7205         * gst-libs/gst/audio/gstringbuffer.h:
7206         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7207         (gst_video_sink_class_init), (gst_video_sink_get_type):
7208         * gst-libs/gst/video/videosink.h:
7209         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7210         (gst_multifdsink_class_init),
7211         (gst_multifdsink_handle_client_write),
7212         (gst_multifdsink_change_state):
7213         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7214         (gst_tcpclientsink_setcaps):
7215         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7216         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7217         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7218         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7219         (gst_ximagesink_send_pending_navigation),
7220         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7221         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7223         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7224         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7225         (gst_xvimagesink_send_pending_navigation),
7226         (gst_xvimagesink_navigation_send_event),
7227         (gst_xvimagesink_set_xwindow_id),
7228         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7229         (gst_xvimagesink_get_type):
7230         more macro splitting
7231
7232 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7233
7234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7235           plug a memleak, allows me to import 1479 albums in one go
7236           in jamboree
7237         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7238         (vorbis_handle_type_packet), (vorbis_dec_chain),
7239         (vorbis_dec_change_state):
7240           fix some format strings
7241
7242 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7243
7244         * docs/libs/tmpl/gstcolorbalance.sgml:
7245         * docs/libs/tmpl/gstmixer.sgml:
7246         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7247         (gst_alsasink_set_property), (gst_alsasink_get_property):
7248         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7249         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7250           add device property
7251
7252 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7253
7254         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7255         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7256         (audiocast_register_listener), (audiocast_thread_run),
7257         (gst_gnomevfssrc_send_additional_headers_callback),
7258         (gst_gnomevfssrc_received_headers_callback),
7259         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7260         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7261         (gst_gnomevfssrc_get_size):
7262           add/clean up debugging
7263         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7264           cleanups
7265
7266 2005-07-07  Andy Wingo  <wingo@pobox.com>
7267
7268         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7269         framerate. Need to get a handle on when exactly this function is
7270         called, tho.
7271
7272         * sys/v4l/v4lsrc_calls.h:
7273         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7274         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7275         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7276
7277         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7278         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7279         v4lelements are sources.
7280
7281         * sys/v4l/gstv4lxoverlay.h:
7282         * sys/v4l/gstv4lxoverlay.c:
7283         * sys/v4l/gstv4ltuner.h:
7284         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7285         
7286         * sys/v4l/gstv4lsrc.h:
7287         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7288         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7289         or something should handle that. Made a live source.
7290
7291         * sys/v4l/gstv4lelement.h:
7292         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7293         signals. Some cleanups.
7294
7295         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7296
7297         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7298         stuff.
7299
7300         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7301         stuff.
7302
7303         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7304
7305 2005-07-07  Wim Taymans  <wim@fluendo.com>
7306
7307         * ext/theora/theoradec.c: (theora_get_query_types),
7308         (theora_dec_src_getcaps), (theora_dec_push):
7309         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7310         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7311         Remove deprecated/unused query types.
7312
7313 2005-07-06  Wim Taymans  <wim@fluendo.com>
7314
7315         * ext/alsa/Makefile.am:
7316         * ext/alsa/gstalsaplugin.c: (plugin_init):
7317         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7318         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7319         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7320         (gst_alsasrc_class_init), (gst_alsasrc_init),
7321         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7322         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7323         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7324         (gst_alsasrc_reset):
7325         * ext/alsa/gstalsasrc.h:
7326         * gst-libs/gst/audio/Makefile.am:
7327         * gst-libs/gst/audio/gstaudiosink.c:
7328         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7329         (gst_audioringbuffer_start):
7330         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7331         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7332         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7333         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7334         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7335         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7336         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7337         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7338         * gst-libs/gst/audio/gstaudiosrc.h:
7339         * gst-libs/gst/audio/gstbaseaudiosink.c:
7340         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7341         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7342         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7343         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7344         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7345         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7346         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7347         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7348         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7349         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7350         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7351         (gst_baseaudiosrc_change_state):
7352         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7353         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7354         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7355         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7356         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7357         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7358         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7359         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7360         * gst-libs/gst/audio/gstringbuffer.h:
7361         Added audiosource base classes.
7362         Ported alsasrc, still very basic.
7363
7364 2005-07-06  Wim Taymans  <wim@fluendo.com>
7365
7366         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7367         (theora_dec_push), (theora_handle_data_packet):
7368         Prepare for better timestamp fix later.
7369
7370         * gst/audioconvert/gstaudioconvert.c:
7371         List most accurate caps first
7372
7373         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7374         Use proper pad task function.
7375
7376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7377         (gst_xvimagesink_show_frame):
7378         Fix deadlock when alloc failed.
7379
7380 2005-07-05  Andy Wingo  <wingo@pobox.com>
7381
7382         * ext/gnomevfs/gstgnomevfssrc.c:
7383         * gst/sine/gstsinesrc.c:
7384         * gst/tcp/gsttcpserversrc.c:
7385         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7386
7387         * sys/v4l/: Port from 0.8.
7388
7389         * Many files: Null if we got it....
7390
7391 2005-07-05  Andy Wingo  <wingo@pobox.com>
7392
7393         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7394         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7395         Signedness fixes.
7396
7397 2005-07-05  Wim Taymans  <wim@fluendo.com>
7398
7399         * configure.ac:
7400         * gst/tcp/Makefile.am:
7401         * gst/tcp/README:
7402         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7403         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7404         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7405         (is_sync_frame), (gst_multifdsink_handle_client_write),
7406         (gst_multifdsink_render), (gst_multifdsink_start),
7407         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7408         * gst/tcp/gstmultifdsink.h:
7409         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7410         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7411         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7412         * gst/tcp/gsttcp.h:
7413         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7414         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7415         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7416         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7417         * gst/tcp/gsttcpclientsink.h:
7418         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7419         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7420         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7421         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7422         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7423         * gst/tcp/gsttcpclientsrc.h:
7424         * gst/tcp/gsttcpplugin.c: (plugin_init):
7425         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7426         * gst/tcp/gsttcpserversink.h:
7427         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7428         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7429         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7430         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7431         (gst_tcpserversrc_stop):
7432         * gst/tcp/gsttcpserversrc.h:
7433         * gst/tcp/gsttcpsink.c:
7434         * gst/tcp/gsttcpsink.h:
7435         * gst/tcp/gsttcpsrc.c:
7436         * gst/tcp/gsttcpsrc.h:
7437         Ported tcp plugins to 0.9. 
7438         
7439
7440 2005-07-05  Andy Wingo  <wingo@pobox.com>
7441
7442         * gst/playback/gstplaybasebin.c (fill_buffer):
7443         message_new_application fixen.
7444
7445         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7446         Style fix.
7447
7448 2005-07-04  Wim Taymans  <wim@fluendo.com>
7449
7450         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7451         Set caps on output buffer.
7452
7453 2005-07-04  Andy Wingo  <wingo@pobox.com>
7454
7455         * ext/gnomevfs/gstgnomevfssrc.c
7456         (gst_gnomevfssrc_received_headers_callback) 
7457         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7458         hopefully.
7459
7460         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7461         No refcount leakage.
7462
7463         * configure.ac: Enable -Werror.
7464         
7465         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7466         * gst/audioconvert/bufferframesconvert.c
7467         (buffer_frames_convert_fixate):
7468         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7469         (gst_audio_convert_fixate):
7470         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7471         (gst_sinesrc_create): Fixate func changes.
7472         
7473         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7474         (gst_ximagesink_buffer_alloc): Unused var.
7475
7476 2005-07-01  Andy Wingo  <wingo@pobox.com>
7477
7478         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7479         getcaps to do explicit caps. Needs to be done in all decoders,
7480         possibly via a base class.
7481
7482         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7483
7484         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7485         caps on the sink pad, just rely on the pad template. Also, setting
7486         ANY caps on a pad is not valid because the caps are not fixed.
7487
7488         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7489         caps on the buffer, and get the width from the desired_caps if
7490         they're set.
7491         (gst_ximagesink_renegotiate_size): Implement via setting the
7492         desired_caps on the ximagesink.
7493         (gst_ximagesink_setcaps): Only reset the width of the player if it
7494         wasn't already set. Not sure if this is right.
7495         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7496
7497         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7498         that the user wants. NULL unless the window has been resized.
7499
7500         * gst/volume/gstvolume.c (volume_transform): Adapt to
7501         basetransform refcount changes.
7502         
7503 2005-07-01  Andy Wingo  <wingo@pobox.com>
7504
7505         * gst/videoscale/gstvideoscale.c:
7506         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7507         from BaseTransform, implements a transform_caps. Removed dead code
7508         including some PAR stuff that was never reached -- should probably
7509         be added back somehow.
7510
7511 2005-07-01  Andy Wingo  <wingo@pobox.com>
7512
7513         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7514         come later.
7515
7516 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7517
7518         * configure.ac:
7519         * docs/libs/Makefile.am:
7520         * docs/libs/gst-plugins-libs.types:
7521         * ext/alsa/Makefile.am:
7522         * ext/alsa/gstalsamixer.h:
7523         * ext/alsa/gstalsamixeroptions.h:
7524         * ext/alsa/gstalsamixertrack.h:
7525         * gst-libs/gst/Makefile.am:
7526         * gst-libs/gst/colorbalance/.cvsignore:
7527         * gst-libs/gst/colorbalance/Makefile.am:
7528         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7529         * gst-libs/gst/colorbalance/colorbalance.c:
7530         * gst-libs/gst/colorbalance/colorbalance.h:
7531         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7532         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7533         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7534         * gst-libs/gst/interfaces/Makefile.am:
7535         * gst-libs/gst/interfaces/colorbalance.c:
7536         (gst_color_balance_class_init):
7537         * gst-libs/gst/interfaces/colorbalance.h:
7538         * gst-libs/gst/interfaces/interfaces-marshal.list:
7539         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7540         * gst-libs/gst/interfaces/mixer.h:
7541         * gst-libs/gst/interfaces/mixeroptions.h:
7542         * gst-libs/gst/interfaces/navigation.c:
7543         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7544         * gst-libs/gst/interfaces/tuner.h:
7545         * gst/volume/Makefile.am:
7546         * gst/volume/gstvolume.c:
7547         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7548         * sys/ximage/Makefile.am:
7549         * sys/ximage/ximagesink.c:
7550         * sys/xvimage/Makefile.am:
7551         * sys/xvimage/xvimagesink.c:
7552           fold in all interfaces into an interfaces dir, preserving CVS
7553           history
7554
7555 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7556
7557         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7558           Fix build after riff changes.
7559
7560 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7561
7562         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7563         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7564         (gst_riff_create_video_template_caps),
7565         (gst_riff_create_audio_template_caps),
7566         (gst_riff_create_iavs_template_caps):
7567         * gst-libs/gst/riff/riff-media.h:
7568         * gst-libs/gst/riff/riff-read.h:
7569         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7570           Add gst_riff_init() to initialize the debug category, instead
7571           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7572
7573 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7574
7575         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7576           Oops, I shouldn't apply hacks.
7577
7578 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7579
7580         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7581           Remove pad_loop function which doesn't work.
7582
7583 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7584
7585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7586           Send EOS when deactivating.
7587         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7588         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7589         (gen_preroll_element), (probe_triggered), (mute_stream),
7590         (silence_stream), (new_decoded_pad), (setup_substreams),
7591         (set_active_source):
7592         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7593         (remove_sinks), (add_sink):
7594         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7595           Change for new probe API.
7596
7597 2005-06-29  Wim Taymans  <wim@fluendo.com>
7598
7599         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7600         * gst-libs/gst/audio/gstbaseaudiosink.c:
7601         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7602         (gst_baseaudiosink_change_state):
7603         * gst-libs/gst/audio/gstbaseaudiosink.h:
7604         * gst-libs/gst/audio/gstringbuffer.c:
7605         (gst_ringbuffer_set_callback):
7606         Fix compilation error.
7607         Ringbuffer starts out as not running.
7608         Free our clock in dispose.
7609         When releasing the ringbuffer we need to renegotiate so
7610         clear the pad caps.
7611
7612 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7613
7614         * autogen.sh:
7615         * configure.ac:
7616         * docs/Makefile.am:
7617         * docs/libs/Makefile.am:
7618         * docs/libs/gst-plugins-libs-docs.sgml:
7619         * docs/libs/gst-plugins-libs-sections.txt:
7620         * docs/libs/gst-plugins-libs.types:
7621         * docs/libs/tmpl/gstaudio.sgml:
7622         * docs/libs/tmpl/gstcolorbalance.sgml:
7623         * docs/libs/tmpl/gstringbuffer.sgml:
7624         * gst-libs/gst/audio/gstringbuffer.c:
7625         (gst_ringbuffer_set_callback):
7626           reinstate gtk-doc docs for plugin libs
7627
7628 2005-06-28  Wim Taymans  <wim@fluendo.com>
7629
7630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7631         (gst_ogg_demux_init):
7632         Removed pad loop function.
7633
7634 2005-06-28  Wim Taymans  <wim@fluendo.com>
7635
7636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7637         If we're building a chain we are not in an error case
7638         when we queue a buffer.
7639
7640 2005-06-28  Andy Wingo  <wingo@pobox.com>
7641
7642         * *.c: Don't cast to GstObject before reffing/unreffing.
7643
7644 2005-06-27  Andy Wingo  <wingo@pobox.com>
7645
7646         * gst/videotestsrc/gstvideotestsrc.c
7647         (gst_videotestsrc_activate_push): Activation API changes.
7648
7649         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7650         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7651         they have refs on the decodebin.
7652
7653         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7654         parent class.
7655         (gst_ogg_pad_typefind): Don't leak a pad ref.
7656         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7657         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7658         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7659
7660 2005-06-27  Edward Hervey  <edward@fluendo.com>
7661
7662         * ext/theora/theoradec.c: (theora_dec_change_state): 
7663         re-arranged call to parent's state change in order to avoid locks (or
7664         worse).
7665
7666 2005-06-26  Edward Hervey  <edward@fluendo.com>
7667
7668         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7669         2nd argument of 'unknow-type' signal is a GstCaps and not a
7670         GstMiniObject
7671
7672 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7673         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7674           Set the worker thread's running flag to TRUE before starting the
7675           thread.
7676         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7677           Catch a failure to add typefind to the bin.
7678
7679 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7680
7681         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7682         (gst_sinesrc_init), (gst_sinesrc_create),
7683         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7684         (gst_sinesrc_start):
7685         * gst/sine/gstsinesrc.h:
7686           add num-buffers and timestamp-offset properties
7687         * gst/videotestsrc/gstvideotestsrc.c:
7688         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7689         (gst_videotestsrc_get_property):
7690           add timestamp-offset property
7691
7692 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7693
7694         * configure.ac: add videorate
7695         * gst-plugins-base.spec.in: add videorate
7696
7697 2005-06-23  Wim Taymans  <wim@fluendo.com>
7698
7699         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7700         (gst_videorate_getcaps), (gst_videorate_setcaps),
7701         (gst_videorate_event), (gst_videorate_chain):
7702         Fixed videorate, fixating an already fixated caps is not
7703         an error.
7704
7705 2005-06-23  Wim Taymans  <wim@fluendo.com>
7706
7707         * ext/ogg/README:
7708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7709         Buffer on caps is not boxed anymore.
7710
7711 2005-06-22  Wim Taymans  <wim@fluendo.com>
7712
7713         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7714         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7715         Set buffers on caps as miniobjects and not as boxed.
7716
7717 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7718
7719         * configure.ac:
7720           back to HEAD
7721
7722 === release 0.9.1 ===
7723
7724 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7725
7726         * .cvsignore:
7727         * NEWS:
7728         * README:
7729         * RELEASE:
7730         * configure.ac:
7731         * po/af.po:
7732         * po/az.po:
7733         * po/cs.po:
7734         * po/en_GB.po:
7735         * po/hu.po:
7736         * po/it.po:
7737         * po/nb.po:
7738         * po/nl.po:
7739         * po/or.po:
7740         * po/sq.po:
7741         * po/sr.po:
7742         * po/sv.po:
7743         * po/uk.po:
7744         * po/vi.po:
7745           updates for release
7746
7747 2005-06-09  Andy Wingo  <wingo@pobox.com>
7748
7749         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
7750         
7751 2005-06-09  Andy Wingo  <wingo@pobox.com>
7752
7753         * configure.ac:
7754         * gst-libs/gst/Makefile.am:
7755         * gst-libs/gst/net/Makefile.am:
7756         Add gstnet to build.
7757
7758 2005-06-09  Andy Wingo  <wingo@pobox.com>
7759
7760         * gst-libs/gst/gconf/gconf.c:
7761         * gst/playback/test.c:
7762         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
7763         fixes.
7764
7765         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
7766
7767         * ext/theora/theoraenc.c (theora_enc_chain): 
7768         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
7769
7770         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
7771         RealPad.
7772
7773 2005-06-02  Wim Taymans  <wim@fluendo.com>
7774
7775         * gst-libs/gst/net/Makefile.am:
7776         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7777         * pkgconfig/gstreamer-libs.pc.in:
7778         Added net stuff, version net lib.
7779
7780 2005-06-02  Wim Taymans  <wim@fluendo.com>
7781
7782         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7783         (query_rates), (query_positions_elems), (query_positions_pads),
7784         (do_seek):
7785         Updated seek example.
7786
7787 2005-06-02  Andy Wingo  <wingo@pobox.com>
7788
7789         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
7790         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
7791         list.
7792
7793         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
7794         remove the typefind, the bin dispose will do it for us. When it's
7795         removed and unreffed, the signal handler will be disconnected,
7796         too.
7797         (unlinked): It's too difficult to disconnect from unlinked
7798         handlers, as they are on pads not elements. Just punt if the pads
7799         aren't grandkids of the bin.
7800
7801 2005-06-02  Wim Taymans  <wim@fluendo.com>
7802
7803         * ext/ogg/README:
7804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7805         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
7806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
7807         * ext/theora/theoradec.c: (theora_dec_src_query),
7808         (theora_handle_data_packet):
7809         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7810         (theora_enc_chain):
7811         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7812         (vorbis_handle_data_packet):
7813         * gst/audioconvert/bufferframesconvert.c:
7814         (buffer_frames_convert_chain):
7815         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7816         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7817         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7818         (gst_ffmpegcsp_chain):
7819         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7820         (gst_videorate_getcaps), (gst_videorate_setcaps),
7821         (gst_videorate_event), (gst_videorate_chain):
7822         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
7823         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
7824         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7825         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7826         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7827         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7828         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7829         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7830         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7831         Cleanups and buffer alloc.
7832
7833 2005-05-31  Wim Taymans  <wim@fluendo.com>
7834
7835         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
7836         Don't try to call the delay method when the device is not
7837         opened.
7838
7839 2005-05-31  Wim Taymans  <wim@fluendo.com>
7840
7841         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
7842         Get actual segment size and buffer size after opening
7843         the device.
7844
7845 2005-05-30  Wim Taymans  <wim@fluendo.com>
7846
7847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
7848         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
7849         Also FLUSH upstream, makes the loop function exit faster.
7850         
7851         * ext/theora/theoradec.c: (theora_dec_src_query):
7852         Some more debug info in the query.
7853         
7854         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7855         (gst_ximagesink_setcaps):
7856         Release lock on par error, better error reporting.
7857
7858 2005-05-26  Wim Taymans  <wim@fluendo.com>
7859
7860         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7861         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
7862         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
7863         Clear chains in READY
7864         Queue packets until the chain is activated.
7865
7866 2005-05-25  Wim Taymans  <wim@fluendo.com>
7867
7868         * gst-libs/gst/audio/gstaudiosink.c:
7869         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7870         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7871         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7872         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7873         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7874         (gst_audiosink_create_ringbuffer):
7875         * gst-libs/gst/audio/gstbaseaudiosink.c:
7876         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7877         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7878         (gst_baseaudiosink_set_property), (build_linear_format),
7879         (debug_spec_caps), (debug_spec_buffer),
7880         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7881         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7882         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7883         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7884         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7885         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7886         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7887         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7888         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7889         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7890         (wait_segment), (gst_ringbuffer_commit),
7891         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7892         (gst_ringbuffer_clear):
7893         Various small cleanups.
7894
7895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7896         (gst_audio_convert_change_state):
7897         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
7898         No need to take the locks anymore.
7899
7900 2005-05-25  Wim Taymans  <wim@fluendo.com>
7901
7902         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7903         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
7904         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
7905         (type_found):
7906         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
7907         (group_destroy), (group_commit), (queue_overrun),
7908         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
7909         (mute_stream), (new_decoded_pad), (setup_substreams),
7910         (setup_source), (mute_group_type), (set_active_source),
7911         (gst_play_base_bin_change_state):
7912         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
7913         (gen_video_element), (gen_text_element), (gen_audio_element),
7914         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
7915         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
7916         (gst_stream_info_dispose), (gst_stream_info_set_mute):
7917         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
7918         Some playbin cleanups mostly refcounting sloppyness.
7919
7920 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7921
7922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7923           Work with streaming input.
7924
7925 2005-05-25  Wim Taymans  <wim@fluendo.com>
7926
7927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7928         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7929         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7930         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
7931         No need to take the STREAM lock anymore.
7932
7933 2005-05-25  Wim Taymans  <wim@fluendo.com>
7934
7935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7936         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
7937         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
7938         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
7939         (gst_ogg_demux_sink_activate):
7940         * ext/theora/theoradec.c: (theora_dec_src_event),
7941         (theora_handle_comment_packet), (theora_dec_chain),
7942         (theora_dec_change_state):
7943         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7944         (vorbis_handle_data_packet), (vorbis_dec_chain),
7945         (vorbis_dec_change_state):
7946         Remove STREAM locks as they are taken in core now.
7947         Never set bogus granulepos on vorbis/theora.
7948         Fix leaks in theoradec tag parsing.
7949
7950 2005-05-25  Wim Taymans  <wim@fluendo.com>
7951
7952         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7953         Fix memleaks, GST_BUFFER_DATA() is not freed.
7954
7955 2005-05-25  Wim Taymans  <wim@fluendo.com>
7956
7957         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7958         Open non-blocking, set to blocking mode afterwards to avoid
7959         lockups when audio device is busy.
7960
7961 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7962
7963         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
7964           This can't be good.
7965
7966 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7967
7968         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7969         (gst_audio_convert_chain), (gst_audio_convert_link_src),
7970         (gst_audio_convert_setcaps):
7971           Implement instant setup switching.
7972
7973 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7974
7975         * gst/playback/gstplaybasebin.c: (probe_triggered):
7976           Fix missing unlock.
7977         * gst/playback/gstplaybin.c: (add_sink):
7978           First add, then link (otherwise pad link fails).
7979
7980 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7981
7982         * examples/Makefile.am:
7983         fix buildbot (make distcheck)
7984
7985 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7986
7987         * gst/playback/gstplaybin.c: (gen_vis_element):
7988           Remove some wrong code. Doesn't work yet.
7989
7990 2005-05-19  Wim Taymans  <wim@fluendo.com>
7991
7992         * gst-libs/gst/net/Makefile.am:
7993         * gst-libs/gst/net/README:
7994         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
7995         (gst_netbuffer_class_init), (gst_netbuffer_init),
7996         (gst_netbuffer_finalize), (gst_netbuffer_copy),
7997         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
7998         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
7999         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8000         * gst-libs/gst/net/gstnetbuffer.h:
8001         Added buffer subclass to store extra to/from addresses for
8002         network sources/sinks.
8003
8004 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8005
8006         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8007           Don't lock an unassigned variable.
8008
8009 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8010
8011         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8012           Increase buffer for video, decrease buffer for other media types.
8013         * gst/playback/gstplaybin.c: (gen_video_element),
8014         (gen_audio_element):
8015           Change names for debugging purposes.
8016
8017 2005-05-18  Wim Taymans  <wim@fluendo.com>
8018
8019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8020         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8021         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8022         (gst_ffmpegcsp_chain):
8023         Enable buffer alloc passthrough if the source and dest
8024         formats are the same.
8025
8026 2005-05-17  Wim Taymans  <wim@fluendo.com>
8027
8028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8029         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8030         (gst_ogg_demux_chain_unlocked):
8031         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8032         (gst_audio_convert_caps_remove_format_info),
8033         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8034         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8036         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8037         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8038         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8039         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8040         (gst_ffmpegcsp_get_property):
8041         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8042         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8043         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8044         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8045         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8046         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8047         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8048         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8049         Leak fixes in oggdemux.
8050         Some cleanups in audioconvert.
8051         Make passthrough work along with buffer_alloc etc.
8052         Make buffer_alloc and buffer recycling actually work in
8053         xvimagesink.
8054
8055 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8056
8057         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8058           make the compiler happy
8059
8060 2005-05-17  Wim Taymans  <wim@fluendo.com>
8061
8062         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8063         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8064         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8065         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8066         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8067         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8068         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8069         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8070         (gst_xvimagesink_set_xwindow_id):
8071         * sys/xvimage/xvimagesink.h:
8072         Port xvimagesink to new MiniObject.
8073
8074 2005-05-17  Wim Taymans  <wim@fluendo.com>
8075
8076         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8077         (gst_audiofilter_chain):
8078         * gst-libs/gst/audio/gstaudiosink.c:
8079         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8080         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8081         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8082         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8083         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8084         (gst_audiosink_create_ringbuffer):
8085         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8086         (gst_audio_convert_caps_remove_format_info),
8087         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8088         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8090         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8091         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8092         Fix passthrough in ffmpegcolorspace.
8093         Fix memset in audiosink on wrong memory.
8094
8095 2005-05-16  David Schleef  <ds@schleef.org>
8096
8097         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8098         to GstMiniObject.
8099
8100 2005-05-16  David Schleef  <ds@schleef.org>
8101
8102         Port from GstData to GstMiniObject.
8103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8105         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8106         (gst_ogg_mux_collected):
8107         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8108         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8109         (theora_handle_data_packet):
8110         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8111         (theora_set_header_on_caps), (theora_enc_chain):
8112         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8113         (vorbis_handle_comment_packet):
8114         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8115         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8116         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8117         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8118         * gst/audioconvert/gstaudioconvert.c:
8119         (gst_audio_convert_get_buffer):
8120         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8121         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8122         (mute_stream), (silence_stream):
8123         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8124         * gst/volume/gstvolume.c: (volume_transform):
8125         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8126         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8127         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8128         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8129         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8130         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8131         (gst_ximagesink_buffer_alloc):
8132         * sys/ximage/ximagesink.h:
8133
8134 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8135
8136         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8137         (fill_buffer), (check_queue), (queue_threshold_reached),
8138         (queue_out_of_data):
8139         * gst/playback/gstplaybasebin.h:
8140           Post buffer-fullness on the bus.
8141
8142 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8143
8144         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8145         (try_to_link_1):
8146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8147         (group_commit), (probe_triggered), (setup_source),
8148         (gst_play_base_bin_change_state):
8149         * gst/playback/gstplaybasebin.h:
8150         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8151         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8152         (gst_play_bin_change_state):
8153           Move setup_output_pads into a virtual function, remove
8154           group-switch (no longer needed) and redirect (handled by bus
8155           now) signals.
8156
8157 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8158
8159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8160         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8161         (get_active_group), (get_building_group), (group_destroy),
8162         (group_commit), (check_queue), (queue_overrun),
8163         (queue_threshold_reached), (queue_out_of_data),
8164         (gen_preroll_element), (remove_groups), (unknown_type),
8165         (add_element_stream), (no_more_pads), (probe_triggered),
8166         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8167         (setup_substreams), (setup_source), (finish_source),
8168         (prepare_output), (muted_group_change_state),
8169         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8170         (gst_play_base_bin_change_state):
8171         * gst/playback/gstplaybasebin.h:
8172         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8173         (gst_play_bin_init), (gst_play_bin_set_property),
8174         (gen_video_element), (gen_text_element), (gen_audio_element),
8175         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8176         (gst_play_bin_change_state):
8177         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8178         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8179         (stream_info_change_state), (gst_stream_info_set_mute),
8180         (gst_stream_info_get_property):
8181         * gst/playback/gststreaminfo.h:
8182         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8183         (gst_stream_selector_get_linked_pad),
8184         (gst_stream_selector_getcaps),
8185         (gst_stream_selector_get_linked_pads),
8186         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8187         * gst/playback/gststreamselector.h:
8188           Rough port of playbin. Needs some more work, but is mostly done,
8189           and uses a few locks in important places, which should make stuff
8190           like chain-switches clean. Still uses GST_STATE() in a few places,
8191           which isn't all that good an idea, subtitles/elements disabled
8192           because no elements to test with and thus probably broken, query
8193           and event handling moved to GstBin, internal thread removed
8194           alltogether because the pipeline does that for us now. Can play
8195           Ogg/Vorbis files. Haven't tested anything else yet.
8196
8197 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8198
8199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8200           Do no-more-pads (needed for autoplugging).
8201
8202 2005-05-10  Andy Wingo  <wingo@pobox.com>
8203
8204         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8205         message to the bus with the tags. Still not sent downstream tho.
8206
8207         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8208         get_parent.
8209         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8210         avoid refcounting hassles.
8211
8212 2005-05-09  Andy Wingo  <wingo@pobox.com>
8213
8214         * gst/volume/Makefile.am:
8215         * gst/volume/demo.c
8216         * gst/volume/gstvolume.h
8217         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8218         basetransform. Probably need an audio filter base class.
8219
8220 2005-05-09  Wim Taymans  <wim@fluendo.com>
8221
8222         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8223         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8224         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8225         (gst_vorbisenc_chain):
8226         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8227         (gst_audio_convert_caps_remove_format_info),
8228         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8229         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8230         Make caps writable before writing to it.
8231         Fix negotiation in audioconvert some more.
8232
8233 2005-05-09  Wim Taymans  <wim@fluendo.com>
8234
8235         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8236         (gst_videorate_getcaps), (gst_videorate_setcaps),
8237         (gst_videorate_event), (gst_videorate_chain):
8238         Better negotiation.
8239
8240 2005-05-09  Wim Taymans  <wim@fluendo.com>
8241
8242         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8243         (gst_videorate_getcaps), (gst_videorate_setcaps),
8244         (gst_videorate_blank_data), (gst_videorate_init),
8245         (gst_videorate_event), (gst_videorate_chain),
8246         (gst_videorate_change_state):
8247         Port videorate, do a better job at negotiation while we're at
8248         it.
8249
8250 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8251
8252         * configure.ac:
8253           Disable libvisual
8254
8255         * examples/Makefile.am:
8256         * gst-libs/gst/audio/Makefile.am:
8257         * gst-libs/gst/riff/Makefile.am:
8258         * gst-libs/gst/tag/Makefile.am:
8259         * gst-libs/gst/video/Makefile.am:
8260           Fixups for missing variables.
8261
8262 2005-05-09  Wim Taymans  <wim@fluendo.com>
8263
8264         * examples/seeking/seek.c: (make_theora_pipeline),
8265         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8266         (query_rates), (query_positions_elems), (query_positions_pads),
8267         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8268         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8269         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8270         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8271         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8272         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8274         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8275         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8276         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8277         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8278         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8279         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8280         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8281         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8282         (theora_dec_src_convert), (theora_dec_sink_convert),
8283         (theora_dec_src_query), (theora_dec_sink_query),
8284         (theora_dec_src_event), (theora_dec_sink_event),
8285         (theora_handle_comment_packet), (theora_handle_type_packet),
8286         (theora_handle_header_packet), (theora_handle_data_packet),
8287         (theora_dec_chain):
8288         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8289         (vorbis_dec_convert), (vorbis_dec_src_query),
8290         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8291         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8292         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8293         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8295         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8296         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8297         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8298         (gst_play_bin_query):
8299         * gst/playback/test3.c: (update_scale):
8300         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8301         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8302         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8303         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8304         (gst_videotestsrc_src_query):
8305         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8306         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8307         (paint_hline_YUV9):
8308         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8309         Port to new query API.
8310         Updated seek.
8311         Cleanups in x[v]imagesink
8312
8313 2005-05-09  Andy Wingo  <wingo@pobox.com>
8314
8315         * ext/alsa/gstalsasink.h:
8316         * ext/gnomevfs/gstgnomevfssrc.c:
8317         (gst_gnomevfssrc_get_icy_metadata):
8318         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8319         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8320         * ext/theora/theoradec.c (theora_dec_src_query)
8321         (theora_dec_src_event, theora_dec_sink_event)
8322         (theora_handle_comment_packet, theora_handle_data_packet):
8323         * ext/theora/theoraenc.c (theora_enc_chain):
8324         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8325         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8326         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8327         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8328         (qt_type_find):
8329         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8330         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8331         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8332         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8333         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8334         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8335         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8336         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8337         (paint_setup_RGB565, paint_setup_xRGB1555):
8338         * gst/videotestsrc/videotestsrc.h:
8339         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8340         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8341         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8342         GCC4 fixes.
8343         
8344         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8345         gst_pad_query_position. Fixes oggdemux.
8346
8347 2005-05-08  David Schleef  <ds@schleef.org>
8348
8349         * configure.ac: Require liboil.
8350         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8351         a few more.
8352         * gst/videotestsrc/videotestsrc.c:
8353         * gst/videotestsrc/videotestsrc.h:
8354
8355 2005-05-06  Wim Taymans  <wim@fluendo.com>
8356
8357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8358         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8359         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8360         Well, unreffing a buffer right before pushing it is asking
8361         for trouble..
8362
8363 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8364
8365         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8366
8367 2005-05-06  Wim Taymans  <wim@fluendo.com>
8368
8369         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8370         (gst_audio_convert_caps_remove_format_info),
8371         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8372         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8374         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8375         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8376         * gst/sine/Makefile.am:
8377         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8378         (gst_sinesrc_class_init), (gst_sinesrc_init),
8379         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8380         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8381         (gst_sinesrc_update_freq):
8382         * gst/sine/gstsinesrc.h:
8383         * gst/tcp/gstmultifdsink.c:
8384         * sys/xvimage/xvimagesink.c:
8385         Fixed negotiation wrt _peer_get_caps()
8386         Some cleanups.
8387
8388
8389 2005-05-06  Wim Taymans  <wim@fluendo.com>
8390
8391         * gst-libs/gst/audio/gstaudiosink.c:
8392         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8393         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8394         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8395         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8396         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8397         (gst_audiosink_create_ringbuffer):
8398         * gst-libs/gst/audio/gstbaseaudiosink.c:
8399         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8400         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8401         (gst_baseaudiosink_set_property), (build_linear_format),
8402         (debug_spec_caps), (debug_spec_buffer),
8403         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8404         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8405         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8406         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8407         * gst-libs/gst/audio/gstbaseaudiosink.h:
8408         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8409         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8410         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8411         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8412         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8413         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8414         (wait_segment), (gst_ringbuffer_commit),
8415         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8416         (gst_ringbuffer_clear):
8417         * gst-libs/gst/audio/gstringbuffer.h:
8418         Make the base audiosink return an error when there is no
8419         audiobuffer negotiated.
8420
8421 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8422
8423         * ext/Makefile.am:
8424         Disable cdparanoia until someone ports it!
8425
8426 2005-05-06  Wim Taymans  <wim@fluendo.com>
8427
8428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8429         (gst_ogg_demux_sink_activate):
8430         And revert after wingo's revert.. sigh..
8431
8432 2005-05-05  Andy Wingo  <wingo@pobox.com>
8433
8434         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8435         GObject.
8436         * configure.ac: Return audiorate and subparse from the ghetto.
8437         Re-enable -Wall -Werror.
8438         * gst/subparse/gstsubparse.c:
8439         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8440         or chain-based. Cleaned up a bit. Not tested.
8441         
8442 2005-05-05  Christian Schaller <christian@fluendo.com> 
8443
8444         * Makefile.am: remove stuff that is not building
8445         * configure.ac: remove stuff that is not building
8446         * examples/Makefile.am: remove stuff that is not building
8447         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8448         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8449         * sys/Makefile.am: remove stuff that is not building
8450         * testsuite/Makefile.am: remove stuff that is not building
8451
8452 2005-05-05  Andy Wingo  <wingo@pobox.com>
8453
8454         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8455         * gst-libs/gst/tag/gstvorbistag.c:
8456         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8457         * gst/adder/gstadder.h:
8458         * gst/audioconvert/gstchannelmix.c:
8459         (gst_audio_convert_fill_one_other):
8460         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8461         (gst_audiorate_init), (gst_audiorate_chain):
8462         * gst/playback/gstplaybasebin.c: (setup_source):
8463         * gst/playback/test3.c: (update_scale):
8464         Some GCC4 fixes
8465         
8466         * po/af.po:
8467         * po/az.po:
8468         * po/cs.po:
8469         * po/en_GB.po:
8470         * po/hu.po:
8471         * po/it.po:
8472         * po/nb.po:
8473         * po/nl.po:
8474         * po/or.po:
8475         * po/sq.po:
8476         * po/sr.po:
8477         * po/sv.po:
8478         * po/uk.po:
8479         * po/vi.po: Foo
8480
8481 2005-05-05  Wim Taymans  <wim@fluendo.com>
8482
8483         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8484         (gst_audio_convert_caps_remove_format_info),
8485         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8486         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8487         * gst/videotestsrc/gstvideotestsrc.c:
8488         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8489         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8490         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8491         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8492         Don't ignore _push() return values.
8493         Make sure no processing is done when shutting down.
8494         Videotestsrc pad activation fix.
8495
8496 2005-05-05  Wim Taymans  <wim@fluendo.com>
8497
8498         * gst/adder/Makefile.am:
8499         * gst/adder/gstadder.c: (gst_adder_setcaps),
8500         (gst_adder_class_init), (gst_adder_init),
8501         (gst_adder_request_new_pad), (gst_adder_collected),
8502         (gst_adder_change_state):
8503         * gst/adder/gstadder.h:
8504         Ported adder as an example of a mixer element using
8505         collect pads. Needs more negotiation work.
8506
8507 2005-05-05  Wim Taymans  <wim@fluendo.com>
8508
8509         * ext/theora/theoradec.c: (_inc_granulepos),
8510         (theora_dec_src_event), (theora_dec_sink_event),
8511         (theora_handle_comment_packet), (theora_handle_type_packet),
8512         (theora_handle_header_packet), (theora_handle_data_packet),
8513         (theora_dec_chain):
8514         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8515         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8516         (theora_push_buffer), (theora_push_packet),
8517         (theora_enc_sink_event), (theora_enc_chain),
8518         (theora_enc_change_state), (theora_enc_set_property),
8519         (theora_enc_get_property):
8520         Added stream lock to decoder so that we can serialize
8521         the discont event.
8522         More theoraenc porting, recover from errors, do clean
8523         shutdown.
8524
8525 2005-05-05  Wim Taymans  <wim@fluendo.com>
8526
8527         * ext/ogg/Makefile.am:
8528         * ext/ogg/README:
8529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8530         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8531         (gst_ogg_print):
8532         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8533         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8534         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8535         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8536         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8537         (gst_ogg_mux_change_state):
8538         Ported ogg muxer.
8539
8540 2005-05-05  Wim Taymans  <wim@fluendo.com>
8541
8542         * docs/design-audiosinks.txt:
8543         * gst-libs/gst/audio/TODO:
8544         * gst-libs/gst/audio/gstaudiosink.c:
8545         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8546         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8547         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8548         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8549         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8550         (gst_audiosink_create_ringbuffer):
8551         * gst-libs/gst/audio/gstbaseaudiosink.c:
8552         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8553         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8554         (gst_baseaudiosink_set_property), (build_linear_format),
8555         (debug_spec_caps), (debug_spec_buffer),
8556         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8557         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8558         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8559         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8561         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8562         (gst_ringbuffer_release), (gst_ringbuffer_play),
8563         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8564         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8565         (gst_ringbuffer_set_sample), (wait_segment),
8566         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8567         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8568         More work on the audiosink, mostly debugging and a race in
8569         shutdown.
8570
8571 2005-04-28  Wim Taymans  <wim@fluendo.com>
8572
8573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8574         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8575         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8576         (vorbis_dec_src_query), (vorbis_dec_src_event),
8577         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8578         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8579         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8580         Don't crap out when seeking back to position 0.
8581
8582 2005-04-28  Wim Taymans  <wim@fluendo.com>
8583
8584         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8585         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8586         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8587         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8588         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8589         Make audio sink configurable, use alsasink as default.
8590
8591 2005-04-28  Wim Taymans  <wim@fluendo.com>
8592
8593         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8594         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8595         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8596         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8597         (vorbis_dec_change_state):
8598         * ext/vorbis/vorbisdec.h:
8599         Refactor, use STREAM_LOCK.
8600
8601 2005-04-28  Wim Taymans  <wim@fluendo.com>
8602
8603         * ext/theora/theoradec.c: (_inc_granulepos),
8604         (theora_dec_sink_event), (theora_handle_comment_packet),
8605         (theora_handle_type_packet), (theora_handle_header_packet),
8606         (theora_handle_data_packet), (theora_dec_chain),
8607         (theora_dec_change_state):
8608         Refactor a bit, use STREAM_LOCK.
8609
8610 2005-04-28  Wim Taymans  <wim@fluendo.com>
8611
8612         * ext/alsa/Makefile.am:
8613         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8614         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8615         (gst_alsa_link), (gst_alsa_close_audio):
8616         * ext/alsa/gstalsaplugin.c: (plugin_init):
8617         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8618         (gst_alsasink_dispose), (gst_alsasink_base_init),
8619         (gst_alsasink_class_init), (gst_alsasink_init),
8620         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8621         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8622         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8623         (gst_alsasink_reset):
8624         * ext/alsa/gstalsasink.h:
8625         Implement alsasink with simple open/write/close API. 
8626         Make alsa dir build by disabling compilation of code.
8627
8628 2005-04-28  Wim Taymans  <wim@fluendo.com>
8629
8630         * gst-libs/gst/audio/Makefile.am:
8631         * gst-libs/gst/audio/audio.h:
8632         * gst-libs/gst/audio/audioclock.c:
8633         * gst-libs/gst/audio/audioclock.h:
8634         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8635         (gst_audio_clock_class_init), (gst_audio_clock_init),
8636         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8637         * gst-libs/gst/audio/gstaudioclock.h:
8638         * gst-libs/gst/audio/gstaudiosink.c:
8639         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8640         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8641         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8642         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8643         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8644         (gst_audiosink_create_ringbuffer):
8645         * gst-libs/gst/audio/gstbaseaudiosink.c:
8646         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8647         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8648         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8649         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8650         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8651         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8652         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8653         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8654         * gst-libs/gst/audio/gstbaseaudiosink.h:
8655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8656         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8657         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8658         (gst_ringbuffer_release), (gst_ringbuffer_play),
8659         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8660         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8661         (gst_ringbuffer_set_sample), (wait_segment),
8662         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8663         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8664         * gst-libs/gst/audio/gstringbuffer.h:
8665         Make ringbuffer faster and more simple by removing the locks
8666         in the playback thread.
8667         Add sample accurate playback based on buffer sample offsets.
8668         Make the baseaudiosink provide a clock.
8669         Parse caps in the base class.
8670         Correctly handle seeking, flushing and state changes.
8671
8672 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8673
8674         * configure.ac:
8675         * gst/audioconvert/Makefile.am:
8676         * gst/audioscale/Makefile.am:
8677           Fix part of the build.  Come on guys, autogen didn't even work :)
8678
8679 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8680
8681         * configure.ac:
8682         * gst-libs/gst/Makefile.am:
8683         * gst-libs/gst/media-info/.cvsignore:
8684         * gst-libs/gst/media-info/Makefile.am:
8685         * gst-libs/gst/media-info/README:
8686         * gst-libs/gst/media-info/media-info-priv.c:
8687         * gst-libs/gst/media-info/media-info-priv.h:
8688         * gst-libs/gst/media-info/media-info-test.c:
8689         * gst-libs/gst/media-info/media-info.c:
8690         * gst-libs/gst/media-info/media-info.h:
8691         * gst-libs/gst/media-info/media-info.vcproj:
8692         * pkgconfig/Makefile.am:
8693         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8694         * pkgconfig/gstreamer-media-info.pc.in:
8695           Remove media-info, which is also successed by playbin (see Totem
8696           implementation).
8697
8698 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8699
8700         * configure.ac:
8701         * examples/Makefile.am:
8702         * examples/gstplay/.cvsignore:
8703         * examples/gstplay/Makefile.am:
8704         * examples/gstplay/player.c:
8705         * gst-libs/gst/Makefile.am:
8706         * gst-libs/gst/play/.cvsignore:
8707         * gst-libs/gst/play/Makefile.am:
8708         * gst-libs/gst/play/play.c:
8709         * gst-libs/gst/play/play.h:
8710         * gst-libs/gst/play/play.vcproj:
8711         * pkgconfig/Makefile.am:
8712         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8713         * pkgconfig/gstreamer-play.pc.in:
8714           Remove libgstplay, playbin is now the official successor.
8715
8716 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8717
8718         * configure.ac:
8719         * gst-libs/gst/Makefile.am:
8720         * gst-libs/gst/xwindowlistener/Makefile.am:
8721         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8722         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8723           Remove deprecated xwindowlistener (I've moved xwindowlistening
8724           in the v4l/v4l2 plugins over to serverside).
8725
8726 2005-04-25  David Schleef  <ds@schleef.org>
8727
8728         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8729         to examples/dynparams.  Examples do not belong interspersed with
8730         source code.
8731         * examples/dynparams/demo-dparams.c:
8732         * gst/sine/Makefile.am:
8733         * gst/sine/demo-dparams.c:
8734
8735 2005-04-25  David Schleef  <ds@schleef.org>
8736
8737         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
8738         * gst-libs/gst/audio/Makefile.am:
8739         * gst-libs/gst/riff/Makefile.am:
8740         * gst-libs/gst/tag/Makefile.am:
8741         * gst-libs/gst/video/Makefile.am:
8742         * gst-libs/gst/xwindowlistener/Makefile.am:
8743
8744         Convert to 0.9 API, seems to work:
8745         * sys/ximage/Makefile.am:
8746         * sys/ximage/ximagesink.c:
8747
8748 2005-04-24  David Schleef  <ds@schleef.org>
8749
8750         Link plugins against libraries:
8751         * ext/alsa/Makefile.am:
8752         * gst/tcp/Makefile.am:
8753
8754         Remove asm code that should be in liboil
8755         * gst/videoscale/Makefile.am:
8756         * gst/videoscale/videoscale_x86_asm.s:
8757
8758         gettext wants these checked in:
8759         * po/af.po:
8760         * po/az.po:
8761         * po/cs.po:
8762         * po/en_GB.po:
8763         * po/hu.po:
8764         * po/it.po:
8765         * po/nb.po:
8766         * po/nl.po:
8767         * po/or.po:
8768         * po/sq.po:
8769         * po/sr.po:
8770         * po/sv.po:
8771         * po/uk.po:
8772         * po/vi.po:
8773
8774 2005-04-24  David Schleef  <ds@schleef.org>
8775
8776         Convert gst_main() to g_main_loop_run()
8777         * gst/playback/decodetest.c: (main):
8778         * gst/playback/test2.c: (main):
8779         * gst/playback/test3.c: (main):
8780         * gst/playback/test4.c: (main):
8781
8782         Link plugins against libraries:
8783         * ext/libvisual/Makefile.am:
8784         * sys/xvimage/Makefile.am:
8785
8786 2005-04-24  David Schleef  <ds@schleef.org>
8787
8788         * configure.ac: Remove idct and resample libs
8789         * gst-libs/gst/Makefile.am: same
8790
8791         Remove usage of gst_library_load():
8792         * ext/alsa/gstalsaplugin.c: (plugin_init):
8793         * ext/libvisual/visual.c: (plugin_init):
8794         * ext/ogg/gstogg.c: (plugin_init):
8795         * ext/theora/theora.c: (plugin_init):
8796         * ext/vorbis/vorbis.c: (plugin_init):
8797         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
8798         * gst/audioscale/gstaudioscale.c:
8799         * gst/adder/gstadder.c: (plugin_init):
8800         * gst/audioconvert/plugin.c: (plugin_init):
8801         * sys/ximage/ximagesink.c: (plugin_init):
8802         * sys/xvimage/xvimagesink.c: (plugin_init):
8803         * gst/tcp/gsttcpplugin.c: (plugin_init):
8804
8805         Link plugins against libraries:
8806         * ext/ogg/Makefile.am:
8807         * ext/theora/Makefile.am:
8808         * ext/vorbis/Makefile.am:
8809         * gst/audioconvert/Makefile.am:
8810
8811         Create proper libraries:
8812         * gst-libs/gst/riff/Makefile.am:
8813         * gst-libs/gst/audio/Makefile.am:
8814         * gst-libs/gst/video/Makefile.am:
8815
8816         Move resample library to audioscale plugin directory:
8817         * gst-libs/gst/resample/Makefile.am:
8818         * gst-libs/gst/resample/README:
8819         * gst-libs/gst/resample/dtof.c:
8820         * gst-libs/gst/resample/dtos.c:
8821         * gst-libs/gst/resample/functable.c:
8822         * gst-libs/gst/resample/private.h:
8823         * gst-libs/gst/resample/resample.c:
8824         * gst-libs/gst/resample/resample.h:
8825         * gst-libs/gst/resample/resample.vcproj:
8826         * gst-libs/gst/resample/test.c:
8827         * gst/audioscale/Makefile.am:
8828         * gst/audioscale/README:
8829         * gst/audioscale/dtof.c:
8830         * gst/audioscale/dtos.c:
8831         * gst/audioscale/functable.c:
8832         * gst/audioscale/private.h:
8833         * gst/audioscale/resample.c:
8834         * gst/audioscale/resample.h:
8835         * gst/audioscale/test.c:
8836
8837         Move tagedit library to gst-libs:
8838         * gst-libs/gst/tag/Makefile.am:
8839         * gst-libs/gst/tag/gstid3tag.c:
8840         * gst-libs/gst/tag/gsttagediting.c:
8841         * gst-libs/gst/tag/gsttageditingprivate.h:
8842         * gst-libs/gst/tag/gstvorbistag.c:
8843         * gst/tags/Makefile.am:
8844         * gst/tags/gstid3tag.c:
8845         * gst/tags/gstvorbistag.c:
8846
8847         Fix for core changes:
8848         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8849         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
8850         (gst_sinesrc_getrange):
8851
8852 2005-04-23  David Schleef  <ds@schleef.org>
8853
8854         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
8855         in gst-plugins in a long time, and properly belongs in liboil.
8856         * gst-libs/gst/idct/Makefile.am:
8857         * gst-libs/gst/idct/README:
8858         * gst-libs/gst/idct/dct.h:
8859         * gst-libs/gst/idct/doieee:
8860         * gst-libs/gst/idct/fastintidct.c:
8861         * gst-libs/gst/idct/floatidct.c:
8862         * gst-libs/gst/idct/idct.c:
8863         * gst-libs/gst/idct/idct.h:
8864         * gst-libs/gst/idct/idtc.vcproj:
8865         * gst-libs/gst/idct/ieeetest.c:
8866         * gst-libs/gst/idct/intidct.c:
8867
8868 2005-04-20  Wim Taymans  <wim@fluendo.com>
8869
8870         * docs/design-audiosinks.txt:
8871         * gst-libs/gst/audio/Makefile.am:
8872         * gst-libs/gst/audio/TODO:
8873         * gst-libs/gst/audio/gstaudiosink.c:
8874         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8875         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8876         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
8877         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8878         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8879         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
8880         (gst_audiosink_class_init), (gst_audiosink_init),
8881         (gst_audiosink_create_ringbuffer):
8882         * gst-libs/gst/audio/gstaudiosink.h:
8883         * gst-libs/gst/audio/gstbaseaudiosink.c:
8884         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
8885         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
8886         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
8887         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
8888         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
8889         (gst_baseaudiosink_create_ringbuffer),
8890         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8891         * gst-libs/gst/audio/gstbaseaudiosink.h:
8892         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8893         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
8894         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
8895         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8896         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
8897         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8898         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
8899         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
8900         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
8901         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
8902         * gst-libs/gst/audio/gstringbuffer.h:
8903         An attempt at a set of audio base classes together with some
8904         design docs.
8905
8906 2005-04-20  Wim Taymans  <wim@fluendo.com>
8907
8908         * gst/audioconvert/Makefile.am:
8909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8910         (gst_audio_convert_caps_remove_format_info),
8911         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8912         (gst_audio_convert_channels):
8913         Link against audio libs.
8914         Fix audio convert plugin.
8915
8916 2005-04-20  Wim Taymans  <wim@fluendo.com>
8917
8918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
8919         (gst_ogg_demux_sink_activate):
8920         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8921         (theora_set_header_on_caps), (theora_enc_sink_event),
8922         (theora_enc_chain):
8923         Fix theora encoder.
8924
8925 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8926
8927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
8928         * gst/playback/gstdecodebin.c: (find_compatibles):
8929           Work with staticpadtemplates in elementfactories.
8930
8931 2005-04-12  Wim Taymans  <wim@fluendo.com>
8932
8933         * gst/playback/README:
8934         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8935         (compare_ranks), (print_feature), (gst_decode_bin_init),
8936         (dynamic_create), (dynamic_free), (find_compatibles),
8937         (mimetype_is_raw), (close_pad_link), (got_redirect),
8938         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8939         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
8940         (gst_decode_bin_change_state):
8941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8942         (gst_play_base_bin_init), (group_destroy), (group_commit),
8943         (check_queue), (queue_overrun), (queue_threshold_reached),
8944         (queue_out_of_data), (gen_preroll_element), (unknown_type),
8945         (new_decoded_pad), (setup_subtitle), (gen_source_element),
8946         (got_redirect), (setup_source), (play_base_eos),
8947         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8948         (gst_play_base_bin_remove_element):
8949         * gst/playback/gstplaybasebin.h:
8950         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8951         (gst_play_bin_init), (gst_play_bin_dispose),
8952         (gst_play_bin_set_property), (gen_video_element),
8953         (gen_text_element), (gen_audio_element), (remove_sinks),
8954         (gst_play_bin_send_event):
8955         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8956         (stream_info_change_state), (gst_stream_info_set_mute):
8957         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8958         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
8959         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
8960         (gst_stream_selector_chain):
8961         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8962         (main):
8963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8964         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
8965         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8966         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
8967         Raw and crude port of decodebin. 
8968         Make playbin compile.
8969
8970 2005-04-06  Wim Taymans  <wim@fluendo.com>
8971
8972         * ext/gnomevfs/Makefile.am:
8973         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8974         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8975         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8976         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
8977         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
8978         (gst_gnomevfssrc_stop):
8979         * ext/ogg/Makefile.am:
8980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
8981         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
8982         * ext/theora/Makefile.am:
8983         * ext/theora/theoradec.c: (_inc_granulepos),
8984         (theora_dec_sink_event), (theora_dec_chain):
8985         * ext/vorbis/Makefile.am:
8986         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8987         (vorbis_dec_sink_event), (vorbis_dec_chain):
8988         * gst-libs/gst/audio/Makefile.am:
8989         * sys/xvimage/Makefile.am:
8990         Make gnomevfssrc extend the source base class.
8991         Fix linking against libs in various plugins.
8992
8993 2005-04-06  Andy Wingo  <wingo@pobox.com>
8994
8995         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
8996         GST_BASE_LIBS.
8997
8998         * configure.ac: Add check and AC_SUBST for libgstbase.
8999
9000 2005-03-31  Wim Taymans  <wim@fluendo.com>
9001
9002         * examples/seeking/Makefile.am:
9003         * examples/seeking/cdparanoia.c: (main):
9004         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9005         (play_cb), (pause_cb), (stop_cb), (main):
9006         * examples/seeking/playbin.c:
9007         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9008         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9009         (make_sid_pipeline), (make_vorbis_pipeline),
9010         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9011         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9012         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9013         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9014         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9015         (stop_cb), (main):
9016         * examples/seeking/spider_seek.c:
9017         * examples/seeking/vorbisfile.c:
9018         * ext/gnomevfs/Makefile.am:
9019         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9020         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9021         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9022         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9023         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9024         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9025         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9026         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9027         * ext/ogg/README:
9028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9029         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9030         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9031         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9032         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9033         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9034         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9035         (gst_ogg_demux_factory_filter), (compare_ranks),
9036         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9037         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9038         (gst_ogg_chain_new), (gst_ogg_chain_free),
9039         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9040         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9041         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9042         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9043         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9044         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9045         (gst_ogg_demux_get_prev_page),
9046         (gst_ogg_demux_deactivate_current_chain),
9047         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9048         (gst_ogg_demux_bisect_forward_serialno),
9049         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9050         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9051         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9052         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9053         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9054         (gst_ogg_demux_change_state), (gst_ogg_print):
9055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9056         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9057         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9058         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9059         (gst_ogg_mux_loop):
9060         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9061         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9062         (theora_dec_src_convert), (theora_dec_sink_convert),
9063         (theora_dec_src_query), (theora_dec_src_event),
9064         (theora_dec_sink_event), (theora_dec_chain),
9065         (theora_dec_change_state):
9066         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9067         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9068         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9069         (theora_enc_change_state):
9070         * ext/vorbis/Makefile.am:
9071         * ext/vorbis/oggvorbisenc.c:
9072         * ext/vorbis/oggvorbisenc.h:
9073         * ext/vorbis/vorbis.c: (plugin_init):
9074         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9075         (vorbis_dec_src_query), (vorbis_dec_src_event),
9076         (vorbis_dec_sink_event), (vorbis_dec_chain),
9077         (vorbis_dec_change_state):
9078         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9079         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9080         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9081         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9082         (gst_vorbisenc_change_state):
9083         * ext/vorbis/vorbisenc.h:
9084         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9085         * gst-libs/gst/audio/audioclock.c:
9086         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9087         (gst_audiofilter_init), (gst_audiofilter_chain):
9088         * gst-libs/gst/audio/testchannels.c: (main):
9089         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9090         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9091         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9092         (gmip_find_track_streaminfo), (gmip_find_track_format):
9093         * gst-libs/gst/media-info/media-info.c:
9094         (gst_media_info_read_idler):
9095         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9096         (gst_play_get_all_by_interface):
9097         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9098         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9099         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9100         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9101         (gst_riff_parse_info):
9102         * gst-libs/gst/riff/riff-read.h:
9103         * gst-libs/gst/riff/riff.c: (plugin_init):
9104         * gst-libs/gst/video/Makefile.am:
9105         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9106         (gst_videosink_class_init), (gst_videosink_get_type):
9107         * gst-libs/gst/video/videosink.h:
9108         * gst/audioconvert/bufferframesconvert.c:
9109         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9110         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9111         * gst/audioconvert/channelmixtest.c: (main):
9112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9113         (gst_audio_convert_chain),
9114         (gst_audio_convert_caps_remove_format_info),
9115         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9116         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9117         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9118         (gst_audio_convert_buffer_to_default_format),
9119         (gst_audio_convert_buffer_from_default_format),
9120         (gst_audio_convert_channels):
9121         * gst/audioconvert/gstchannelmix.h:
9122         * gst/ffmpegcolorspace/avcodec.h:
9123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9124         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9125         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9126         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9127         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9128         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9129         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9130         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9131         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9132         (dv_type_find):
9133         * gst/videotestsrc/gstvideotestsrc.c:
9134         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9135         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9136         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9137         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9138         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9139         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9140         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9142         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9143         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9144         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9145         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9146         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9147         (gst_xvimagesink_navigation_send_event),
9148         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9149         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9150         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9151         * sys/xvimage/xvimagesink.h:
9152         Plugin port to 0.9, ogg/theora playback should work in the seek
9153         example now.
9154         Removed old examples.
9155         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9156         explained in 0.9 TODO doc.
9157
9158
9159 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9160
9161         * autogen.sh:
9162         * configure.ac:
9163         * ext/Makefile.am:
9164         * gst/Makefile.am:
9165         * po/POTFILES.in:
9166         * po/af.po:
9167         * po/az.po:
9168         * po/cs.po:
9169         * po/en_GB.po:
9170         * po/hu.po:
9171         * po/it.po:
9172         * po/nb.po:
9173         * po/nl.po:
9174         * po/or.po:
9175         * po/sq.po:
9176         * po/sr.po:
9177         * po/sv.po:
9178         * po/uk.po:
9179         * po/vi.po:
9180         * sys/Makefile.am:
9181         * testsuite/Makefile.am:
9182           remove a whole bunch of plugins.  This module now contains a set
9183           of free reference plugins/elements as agreed.
9184
9185 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9186
9187         * configure.ac:
9188           hunting season on 0.9 is now OPEN
9189
9190 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9191
9192         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9193           Kick the hell out of gcc for not warning me about a symbol conflict.
9194
9195 2005-02-22  Luca Ognibene  <luogni@tin.it>
9196
9197         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9198
9199         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9200           Don't leak caps string (fixes #168134)
9201
9202         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9203         (gst_jpegenc_init), (gst_jpegenc_finalize),
9204         (gst_jpegenc_change_state):
9205           Don't leak line buffers and context struct (fixes #168133).
9206
9207 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9208
9209         * configure.ac:
9210         * ext/dirac/gstdiracdec.cc:
9211         (gst_diracdec_chain):
9212           Since dirac 0.5.0 the framerate in dirac is expressed as a
9213           rational number. Fix build and up requirement to 0.5.0, and
9214           also pass parameters to gst_diracdec_link in the right order
9215           (fixes #167959).
9216
9217 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9218
9219         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9220         * ext/faad/gstfaad.h:
9221         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9222         certain invalid muxed streams, where some packets will contain 
9223         junk after decoder data. Partially fixes #149158.
9224
9225 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9226         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9227           Make sure we only write to writable buffers
9228
9229 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9230
9231         * gst-libs/gst/riff/riff-media.c:
9232         (gst_riff_create_audio_caps_with_data):
9233           Do actually fix invalid RIFF fmt header values for alaw
9234           and mulaw audio instead of just saying so.
9235
9236         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9237           Give gst_riff_create_audio_caps_with_data() a chance to
9238           fix up broken format header fields before extracting any
9239           parameters from the header. (fixes #167633)
9240
9241 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9242
9243         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9244
9245         * gst/audioconvert/bufferframesconvert.c:
9246         (buffer_frames_convert_link):
9247           Don't leak othercaps. (fixes #167878)
9248
9249 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9250
9251         * configure.ac:
9252         * ext/libvisual/visual.c: (gst_visual_srclink),
9253         (gst_visual_change_state):
9254           Support libvisual 0.2.0.
9255
9256 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9257
9258         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9259         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9260           Use same rowstrides for I420 as used everywhere else.
9261
9262 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9263
9264         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9265           Declare variables at beginning of block and make gcc-2.95 happy
9266           (fixes # 167482, patch by Gergely Nagy).
9267           
9268         * gst/tcp/gsttcpclientsrc.c:
9269         * gst/tcp/gsttcpclientsrc.h:
9270           Move some includes into the header, so that struct sockaddr_in is
9271           defined when it should be defined on FreeBSD as well (fixes
9272           #167483).
9273           
9274         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9275           Don't pass uninitialised values to setsockopt() here either.
9276
9277 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9278
9279         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9280
9281         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9282           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9283
9284 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9285
9286         * gst/playback/gstplaybin.c: (add_sink):
9287           Invert bin_add/link order to workaround deadlock in opt.
9288
9289 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9290
9291         * gst/modplug/gstmodplug.cc:
9292           Add missing break causing position queries to fail.
9293
9294 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9295
9296         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9297           Granpos can apparently be -1, which screws up calculations...
9298
9299 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9300
9301         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9302         (gst_ximagesink_send_pending_navigation),
9303         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9304         (gst_ximagesink_init):
9305         * sys/ximage/ximagesink.h:
9306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9307         (gst_xvimagesink_send_pending_navigation),
9308         (gst_xvimagesink_navigation_send_event),
9309         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9310         * sys/xvimage/xvimagesink.h:
9311           Use a mutex protected list to marshal navigation
9312           events into the stream thread from whichever thread
9313           sends them.
9314
9315 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9316
9317         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9318           Display current position and track length; misc. clean-ups.
9319           
9320         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9321         (speed_init), (speed_chain):
9322           Add query function, so that the stream length and current position
9323           get adjusted when queried (note that current position queries may
9324           still be wrong if the audio sink returns values based on buffer
9325           timestamps instead of passing on the query).
9326
9327 2005-02-13  Benjamin Otte  <otte@gnome.org>
9328
9329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9330         (gst_audio_convert_channels):
9331           create channel conversion matrix when linking
9332         * gst/audioconvert/.cvsignore:
9333         * gst/audioconvert/Makefile.am:
9334         * gst/audioconvert/channelmixtest.c: (main):
9335           add (ugly) test that ensures stereo <=> mono conversion works
9336           correctly
9337
9338 2005-02-13  Benjamin Otte  <otte@gnome.org>
9339
9340         * gst/audioconvert/gstchannelmix.h:
9341           include missing header file
9342         * gst/audioconvert/gstchannelmix.c:
9343         (gst_audio_convert_fill_compatible):
9344           use same sign for both channels when converting to/from compatible
9345           channel. Previously used different signs made the signals cancel
9346           each other out and appear like silence. (fixes #167269)
9347
9348 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9349
9350         * gst/ffmpegcolorspace/avcodec.h:
9351         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9352         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9353         (gst_ffmpegcsp_avpicture_fill):
9354         * gst/ffmpegcolorspace/imgconvert.c:
9355           Convert to and from YV12 (fixes #156379).
9356
9357 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9358
9359         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9360         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9361         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9362         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9363         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9364         methods from chain and negotiation and vice versa (Fixes #166142).
9365         * sys/ximage/ximagesink.h: Add stream_lock.
9366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9367         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9368         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9369         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9370
9371 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9372
9373         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9374           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9375           error message when we can't open the DVD device (when dvdnav_open()
9376           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9377           the above). Send something more useful instead (fixes #167117).
9378
9379 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9380
9381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9382         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9383         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9384         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9385         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9386         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9387         methods from chain and negotiation and vice versa (Fixes #166142).
9388         Fix a possible bug of images in the buffer pool being discarded because
9389         we are looking at the wrong geometry.
9390         * sys/xvimage/xvimagesink.h: Add stream_lock.
9391
9392 2005-02-11  David Schleef  <ds@schleef.org>
9393
9394         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9395         unsigned int. (fixes #167128)
9396
9397 2005-02-11  David Schleef  <ds@schleef.org>
9398
9399         * gst/librfb/Makefile.am: Testing stuff before committing is
9400           for wimps... and people with fast machines.  Fix stupid
9401           mistake.
9402
9403 2005-02-11  David Schleef  <ds@schleef.org>
9404
9405         * configure.ac: Pull in librfb from my CVS tree, because it is
9406           too small and annoying to be separate.  Move rfbsrc plugin
9407           to gst/.
9408         * ext/Makefile.am:
9409         * ext/librfb/Makefile.am:
9410         * ext/librfb/gstrfbsrc.c:
9411         * gst/librfb/Makefile.am:
9412         * gst/librfb/gstrfbsrc.c:
9413         * gst/librfb/rfb.c:
9414         * gst/librfb/rfb.h:
9415         * gst/librfb/rfbbuffer.c:
9416         * gst/librfb/rfbbuffer.h:
9417         * gst/librfb/rfbbytestream.c:
9418         * gst/librfb/rfbbytestream.h:
9419         * gst/librfb/rfbcontext.h:
9420         * gst/librfb/rfbdecoder.c:
9421         * gst/librfb/rfbdecoder.h:
9422         * gst/librfb/rfbutil.h:
9423
9424 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9425
9426         * gst/speed/Makefile.am:
9427         * gst/speed/demo-mp3.c: (main):
9428         * gst/speed/filter.func:
9429         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9430         (speed_class_init), (speed_init), (speed_chain_int16),
9431         (speed_chain_float32), (speed_chain), (speed_set_property),
9432         (speed_get_property), (speed_change_state):
9433         * gst/speed/gstspeed.h:
9434           Fix speed element and make it chain-based (fixes #156467),
9435           and make it handle more than one channel.
9436
9437 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9438
9439         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9440         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9441         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9442         * ext/dts/gstdtsdec.h:
9443           Don't clobber the stack constructing the channels array.
9444           Make the element chain-based. DTS tracks can now be played.
9445           
9446 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9447
9448         * gst-libs/gst/audio/multichannel.h:
9449         * gst-libs/gst/gconf/gconf.h:
9450         * gst-libs/gst/idct/idct.h:
9451         * gst-libs/gst/media-info/media-info-priv.h:
9452         * gst-libs/gst/play/play.h:
9453         * gst-libs/gst/resample/private.h:
9454         * gst-libs/gst/resample/resample.h:
9455         * gst-libs/gst/riff/riff-ids.h:
9456         * gst-libs/gst/video/video.h:
9457         * gst-libs/gst/video/videosink.h:
9458           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9459           missing, so that they work when included from C++ code.
9460
9461 2005-02-09  David Schleef  <ds@schleef.org>
9462
9463         * testsuite/gst-lint: Check for non-statically scoped
9464           parent_class variables.  This won't be a problem once
9465           plugins are loaded with RTLD_LOCAL.
9466
9467 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9468
9469         * ext/mplex/gstmplexibitstream.cc:
9470           gcc madness.
9471
9472 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9473
9474         * ext/ogg/gstogmparse.c:
9475         * gst/debug/gstnavigationtest.c:
9476           Die, thou faulty symbol pollutors (non-static parent_class).
9477
9478 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9479
9480         * ext/mplex/gstmplexibitstream.cc:
9481           Fix event handling (#165525).
9482
9483 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9484
9485         * ext/mikmod/gstmikmod.c:
9486         * gst/modplug/gstmodplug.cc:
9487           Add missing endianness to template (fixes #165509).
9488
9489 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9490
9491         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9492           Fix wrong order of reading of optional bytes (#165290).
9493
9494 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9495
9496         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9497           Implement FILLER event awareness.
9498
9499 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9500
9501         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9502           Fix track calculations (#166208).
9503
9504 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9505
9506         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9507
9508         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9509         * ext/libpng/gstpngenc.c:
9510           Fix byte-order, use proper fixed caps. Fixes #164197.
9511
9512 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9513
9514         * configure.ac:
9515           Add dvdlpcmdec 
9516
9517         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9518         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9519           Don't push buffers if the src pad isn't negotiated yet.
9520           
9521         * gst/audioconvert/gstaudioconvert.c:
9522         (gst_audio_convert_buffer_to_default_format),
9523         (gst_audio_convert_buffer_from_default_format):
9524           Add support for 24-bit width.
9525
9526         * gst/dvdlpcmdec/.cvsignore:
9527         * gst/dvdlpcmdec/Makefile.am:
9528         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9529         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9530         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9531         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9532         (plugin_init):
9533         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9534           New decoder for rearranging DVD LPCM into our audio/x-raw-int
9535           format. Needs support for the channels maps if someone can find 
9536           a DVD LPCM track with > 2 channels.
9537
9538         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9539         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9540         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9541         * gst/mpegstream/gstdvddemux.h:
9542         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9543         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9544         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9545         * gst/mpegstream/gstmpegdemux.h:
9546         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9547         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9548         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9549         (gst_mpeg_parse_handle_src_query),
9550         (gst_mpeg_parse_handle_src_event):
9551           Use audio/x-dvd-lpcm for LPCM output.
9552           Add DTS output.
9553
9554 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9555
9556         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9557
9558         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9559         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9560           Add BGRA handling (#165736).
9561
9562 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9563
9564         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9565
9566         * gst/law/alaw-decode.c: (alawdec_link):
9567         * gst/law/alaw-encode.c: (alawenc_link):
9568         * gst/law/mulaw-decode.c: (mulawdec_link):
9569         * gst/law/mulaw-encode.c: (mulawenc_link):
9570           Fix caps memleaks (#166600).
9571
9572 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9573
9574         * ext/tarkin/mem.h:
9575         * ext/tarkin/wavelet.h:
9576         * ext/tarkin/yuv.h:
9577         * gst/ffmpegcolorspace/avcodec.h:
9578           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9579           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9580
9581 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9582
9583         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9585         (gst_xvimagesink_change_state):
9586           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9587           Xv video (and thereby regenerate Xv colourkey) in clear() so
9588           that PLAY -> READY -> PLAY works (fixes #162504).
9589
9590 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9591
9592         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9593           Switch to list instead of range, since MJPEG-devices really just
9594           support decimations, not any size.
9595
9596 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9597         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9598         (gst_mpeg2dec_reset), (free_all_buffers),
9599         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9600         * ext/mpeg2dec/gstmpeg2dec.h:
9601           The libmpeg2 user-allocated buffer management is awkward, 
9602           to say the least. Hopefully this fixes things.
9603
9604 2005-02-04  Andy Wingo  <wingo@pobox.com>
9605
9606         * gst/audioconvert/bufferframesconvert.c
9607         (buffer_frames_convert_fixate): New function, fixates to 256
9608         frames per buffer by default. (Much better than 1.)
9609         (buffer_frames_convert_init): Set the fixate function for both src
9610         and sink pad.
9611         (buffer_frames_convert_link): After success setting nonfixed caps,
9612         get the negotiated caps so we can know how many buffer-frames it
9613         will be. No idea how this worked at all before.
9614
9615 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9616
9617         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9618         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9619         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9620         (handle_sequence), (handle_picture):
9621         * ext/mpeg2dec/gstmpeg2dec.h:
9622           Rearrange buffer tracking and refcounting and refactor
9623           a little for readability. 
9624
9625 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9626         * sys/v4l/gstv4l.c: (plugin_init):
9627         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9628         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9629         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9630         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9631         * sys/v4l/gstv4ljpegsrc.h:
9632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9633         * sys/v4l/v4l_calls.h:
9634         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9635         (gst_v4lsrc_get_fps):
9636         * sys/v4l/v4lsrc_calls.h:
9637           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9638           you jpeg inside rgb frames" driver.
9639           Don't error in the v4lsrc link function, just return 
9640           REFUSED.
9641
9642 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9643
9644         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9645         (gst_qcamsrc_open):
9646           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9647
9648 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9649
9650         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9651           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9652
9653 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9654
9655         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9656           Reset negotiated state on PAUSED->READY.
9657
9658 2005-02-02  David Schleef  <ds@schleef.org>
9659
9660         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9661         whereever possible.  (Fixes #165997)
9662         * examples/capsfilter/capsfilter1.c: (main):
9663         * examples/dynparams/filter.c: (create_ui):
9664         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9665         * examples/seeking/chained.c: (main):
9666         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9667         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9668         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9669         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9670         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9671         * examples/switch/switcher.c: (main):
9672         * ext/dv/demo-play.c: (main):
9673         * ext/faad/gstfaad.c: (gst_faad_change_state):
9674         * ext/mad/gstmad.c: (gst_mad_chain):
9675         * ext/smoothwave/demo-osssrc.c: (main):
9676         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9677         (gst_gconf_render_bin_from_description),
9678         (gst_gconf_get_default_audio_sink),
9679         (gst_gconf_get_default_video_sink),
9680         (gst_gconf_get_default_audio_src),
9681         (gst_gconf_get_default_video_src),
9682         (gst_gconf_get_default_visualization_element):
9683         * gst/level/demo.c: (main):
9684         * gst/level/plot.c: (main):
9685         * gst/playback/gstplaybin.c: (gen_video_element),
9686         (gen_audio_element):
9687         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9688         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9689         * gst/sine/demo-dparams.c: (main):
9690         * gst/spectrum/demo-osssrc.c: (main):
9691         * gst/speed/demo-mp3.c: (main):
9692         * gst/volume/demo.c: (main):
9693         * testsuite/embed/embed.c: (main):
9694
9695 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9696
9697         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9698         (gst_tcpclientsink_finalize):
9699         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9700         (gst_tcpclientsrc_finalize):
9701         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9702         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9703         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9704         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9705           Don't leak the hostname when shutting down.
9706           In tcpserversrc, take a copy of the default hostname.
9707
9708 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9709
9710         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9711           Set caps to systemstream=TRUE.
9712
9713 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9714
9715         * testsuite/Makefile.am:
9716           Fix more OSX buildbots.
9717
9718 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9719
9720         * ext/mpeg2dec/gstmpeg2dec.c:
9721           Don't send things to NULL PAD_PEERs
9722
9723         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9724           Copy-on-write the incoming buffer.
9725
9726         * gst/mpegstream/gstdvddemux.h:
9727         * gst/mpegstream/gstmpegclock.h:
9728         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9729         (normal_seek), (gst_mpeg_demux_handle_src_event):
9730         * gst/mpegstream/gstmpegdemux.h:
9731         * gst/mpegstream/gstmpegpacketize.h:
9732         * gst/mpegstream/gstmpegparse.c:
9733         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
9734         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
9735         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
9736         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
9737         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
9738         * gst/mpegstream/gstmpegparse.h:
9739         * gst/mpegstream/gstrfc2250enc.h:
9740           Various changes to the way time is computed that make seeking and
9741           total time estimation much better here.
9742           Use G_BEGIN/END_DECLS instead of __cplusplus
9743
9744         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
9745           Use gst_buffer_stamp instead of only copying the TIMESTAMP
9746
9747 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9748
9749         * gst/subparse/gstsubparse.c:
9750           Fix OSX buildbot.
9751
9752 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9753
9754         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9755         (theora_enc_chain), (theora_enc_change_state):
9756         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9757         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
9758         (gst_vorbisenc_change_state):
9759         * ext/vorbis/vorbisenc.h:
9760           Set granulepos and timestamp correctly for streams not
9761           starting at 0, taking into account the initial delay.
9762
9763 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9764
9765         * gst/mpegstream/gstdvddemux.c:
9766           Add audio/x-dts to audio pad template caps
9767
9768 2005-01-30  David Schleef  <ds@schleef.org>
9769
9770         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
9771         (create_context), (gst_polypsink_link): Fix silly endianness
9772         bug.  Add some debugging.  Remove float from caps; it doesn't
9773         work.  Attempt to get remote audio working.
9774
9775 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9776
9777         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9778           Add 3IV2 fourcc.
9779
9780 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9781
9782         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
9783         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
9784         (gst_avi_demux_stream_data):
9785         * gst/avi/gstavidemux.h:
9786           Invert DIB images. Fixes #132341.
9787
9788 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9789
9790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9791         (gst_ffmpegcsp_chain):
9792           D'oh, reference the palette data, not the palette structure.
9793           Fixes color distortion in #132341.
9794
9795 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9796
9797         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
9798           PAR can be non-fixed when not provided as argument (#162626).
9799
9800 2005-01-29  David Moore  <dcm@acm.org>
9801
9802         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9803
9804         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9805         (gst_qtdemux_loop_header):
9806           Re-apply patch from #142272 that allows non-seekable sources,
9807           re-proposed by Daniel Drake <dsd@gentoo.org>.
9808
9809 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9810
9811         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
9812           Use the src template for creating the src pad (#162330).
9813
9814 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9815
9816         * configure.ac:
9817         * ext/musepack/Makefile.am:
9818         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
9819         (gst_musepackdec_init), (gst_musepackdec_dispose),
9820         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
9821         (gst_musepack_stream_init), (gst_musepackdec_loop),
9822         (gst_musepackdec_change_state):
9823         * ext/musepack/gstmusepackdec.cpp:
9824         * ext/musepack/gstmusepackdec.h:
9825         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
9826         (gst_musepack_reader_read), (gst_musepack_reader_seek),
9827         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
9828         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
9829         * ext/musepack/gstmusepackreader.cpp:
9830         * ext/musepack/gstmusepackreader.h:
9831           Update to 1.1 API (#165446).
9832
9833 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9834
9835         * ext/Makefile.am:
9836           Unbreak buildbot.
9837
9838 2005-01-28  Andy Wingo  <wingo@pobox.com>
9839
9840         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
9841         to reflect a different dubious internet source. Add a reference
9842         and some commentary.
9843
9844 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9845
9846         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9847         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
9848         * gst/playback/gststreamselector.h:
9849           Be more selective when we're redoing caps negotiation from
9850           within the chain function on a stream change.
9851
9852 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9853
9854         * configure.ac:
9855         * ext/Makefile.am:
9856         * ext/amrnb/Makefile.am:
9857         * ext/amrnb/amrnb.c: (plugin_init):
9858         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
9859         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
9860         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
9861         (gst_amrnbdec_state_change):
9862         * ext/amrnb/amrnbdec.h:
9863         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
9864         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
9865         (gst_amrnbparse_init), (gst_amrnbparse_formats),
9866         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
9867         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
9868         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
9869         * ext/amrnb/amrnbparse.h:
9870           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
9871         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9872           Add AMR-NB/-WB raw formats.
9873         * ext/alsa/gstalsa.c: (gst_alsa_link):
9874           Keep valid time when changing format.
9875         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9876         (qtdemux_parse_trak):
9877           Add some more format-specific options (#140141, #143555, #155163).
9878
9879 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9880
9881         * gst/matroska/matroska-demux.c:
9882         (gst_matroska_demux_parse_blockgroup):
9883           Fix logic error in timing of subtitle stream synchronization.
9884         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9885           Add skip-chunk, which is found in kodak-camera streams.
9886
9887 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9888
9889         * po/LINGUAS:
9890         * po/vi.po:
9891           Adding Vietnamese translation (submitted by Clytie Siddall)
9892
9893 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9894
9895         * gst/playback/gstdecodebin.c: (try_to_link_1):
9896           Use realpad for signal.
9897
9898 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9899
9900         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
9901           Fix category so decodebin picks it up.
9902
9903 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9904
9905         * ext/mad/Makefile.am:
9906         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
9907         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
9908         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
9909         (found_type), (gst_id3demux_bin_change_state):
9910         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9911         (gst_id3_tag_init), (gst_id3_tag_handle_event),
9912         (gst_id3_tag_src_link), (gst_id3_tag_chain),
9913         (gst_id3_tag_change_state), (plugin_init):
9914         * ext/mad/gstmad.h:
9915           Add id3demuxbin (which is a simple bin consisting of id3demux
9916           and typefind), take over rank from id3demux, remove typefind
9917           code from id3demux. Makes all broken mp3s that I know of work,
9918           and thereby fixes #152688.
9919
9920 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
9921
9922         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9923
9924         * ext/mad/gstmad.c: (gst_mad_src_event):
9925         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9926           Allow seeks on audio pad, make mad forward those (#164826).
9927         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9928           Set duration (#165335).
9929
9930 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9931
9932         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
9933         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
9934         (gst_asf_demux_process_ext_content_desc),
9935         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
9936         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
9937         * gst/asfdemux/gstasfdemux.h:
9938           Improve metadata display, e.g. if the metadata comes before the
9939           streams are loaded (which is perfectly valid).
9940
9941 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9942
9943         * tools/gst-launch-ext-m.m:
9944           Fix AVI/ASF pipelines (#165340).
9945
9946 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
9947         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
9948         build failure on amd64
9949
9950 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
9951
9952         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
9953         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
9954           Check environment variables GST_ID3V2_TAG_ENCODING,
9955           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9956           list of character encodings to force interpretation of non-unicode
9957           strings stored in an ID3v2 tag to a particular encoding. If none
9958           is specified, try to use current locale's encoding, then fall back
9959           to ISO-8859-1 (which will always succeed). (Resolves #149274)
9960         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
9961         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
9962           Check environment variables GST_ID3V1_TAG_ENCODING,
9963           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9964           list of character encodings to use in case a string encountered
9965           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
9966           specified, try to use the current locale's encoding, then fall
9967           back to ISO-8859-1 (which will always succeed).
9968
9969 2005-01-25  Benjamin Otte  <otte@gnome.org>
9970
9971         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9972           - on half framerate, compute the rate in advance so the comparisons
9973             don't compare wrong values
9974           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
9975             behaviour
9976           - don't use mad_header_decode anymore, mad_frame_decode does that
9977             automatically
9978           - when getting rid of consumed bytes, reset the stream's skiplen
9979           (fixes #163867)
9980
9981 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9982
9983         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
9984           Use 1/2 a second for default max_discont, as PES streams from DVB
9985           seem to have larger spacings in the SCR. 
9986           Fix a typo.
9987
9988 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9989
9990         * gst/playback/gstplaybasebin.c: (group_commit):
9991           Notify delayed stream-info availability.
9992
9993 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9994         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9995         (gst_a52dec_handle_event), (gst_a52dec_chain):
9996         Add some debug output. Check that a discont has a valid
9997         time associated.
9998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9999         (gst_alsa_sink_loop):
10000         Ignore TAG events. A little extra debug for broken timestamps.
10001         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10002         (dvdnavsrc_change_state):
10003         Ensure we send a discont to engage the link before we send any
10004         other events.
10005         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10006         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10007         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10008         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10009         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10010         dvd://title works in totem because typefinding sends a seek that ends
10011         up going back to chapter 1 regardless.
10012         * ext/mpeg2dec/gstmpeg2dec.c:
10013         * ext/mpeg2dec/gstmpeg2dec.h:
10014         Output correct timestamps and handle disconts.
10015         * ext/ogg/gstoggdemux.c: (get_relative):
10016         Small guard against a null dereference.
10017         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10018         (gst_textoverlay_set_property):
10019         Free memory when done. Don't call gst_event_filler_get_duration on
10020         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10021         g_warning.
10022         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10023         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10024         (gst_sw_srclink), (gst_smoothwave_chain):
10025         Draw solid lines, prettier colours.
10026         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10027         Add a default palette that'll work for some movies.
10028         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10029         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10030         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10031         * gst/mpegstream/gstdvddemux.h:
10032         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10033         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10034         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10035         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10036         * gst/mpegstream/gstmpegparse.h:
10037         Use PTM/NAV events when for timestamp adjustment when connected to 
10038         dvdnavsrc. Don't use many discont events where one suffices.
10039         * gst/playback/gstplaybasebin.c: (group_destroy),
10040         (gen_preroll_element), (gst_play_base_bin_add_element):
10041         * gst/playback/gstplaybasebin.h:
10042         Make sure we remove subtitles from the same bin we put them in.
10043         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10044         (gst_subparse_buffer_format_autodetect),
10045         (gst_subparse_change_state):
10046         Fix some memleaks and invalid accesses.
10047         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10048         (oggskel_type_find), (cmml_type_find), (plugin_init):
10049         Some typefind functions for Annodex v3.0 files
10050         * gst/wavparse/gstwavparse.h:
10051         GstRiffReadClass is the correct parent class.
10052
10053 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10054
10055         * gst-libs/gst/riff/riff-media.c:
10056         (gst_riff_create_video_caps_with_data):
10057           Add extradata to huffyuv (fixes #165013).
10058         * gst-libs/gst/riff/riff-read.c:
10059         (gst_riff_read_strf_vids_with_data):
10060           Fix extradata extraction if it is in the chunk size.
10061
10062 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10063
10064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10065
10066         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10067         (gst_quarktv_change_state), (gst_quarktv_dispose):
10068           Memory free'ing location fix (#164708).
10069
10070 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10071
10072         * gst/playback/gstplaybasebin.c: (group_commit),
10073         (gen_preroll_element), (probe_triggered), (gen_source_element),
10074         (setup_source), (gst_play_base_bin_change_state),
10075         (gst_play_base_bin_add_element):
10076           Don't block for streams.
10077         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10078         (gst_stream_info_set_mute):
10079           Use gst_pad_set_active_recursive.
10080
10081 2005-01-25  Andy Wingo  <wingo@pobox.com>
10082
10083         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10084         for #ifndef HAVE_XVIDEO.
10085
10086 2005-01-24  Jeffrey C. Ollie
10087
10088         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10089
10090         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10091         * ext/gsm/gstgsmdec.h:
10092         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10093         * ext/gsm/gstgsmenc.h:
10094         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10095         was given by property. Add proper buffer timestamps and offsets.
10096
10097 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10098
10099         * gst-libs/gst/riff/riff-media.c:
10100         (gst_riff_create_audio_caps_with_data):
10101           Audio can be <8000Hz.
10102
10103 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10104
10105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10106           Explicit state change to workaround refcount bugs.
10107
10108 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10109
10110         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10111         (gst_avimux_riff_get_avi_header):
10112           Fix...
10113
10114 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10115
10116         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10117         (gst_riff_read_element_data):
10118         * gst-libs/gst/riff/riff-read.h:
10119           Add _peek version (req'ed in CDXA).
10120         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10121         (gst_cdxaparse_loop):
10122           Fix parsing in playbin.
10123         * gst/playback/gstdecodebin.c: (close_pad_link):
10124           Ignore current_ pads, they cause major annoyance.
10125
10126 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10127
10128         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10129           Safety guard.
10130
10131 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10132
10133         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10134           Fix padding...
10135
10136 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10137
10138         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10139           Allow for 0-sized buffers. Fixes length query problems in
10140           starwars.mkv from the testsuite.
10141
10142 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10143
10144         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10145         (gst_video_box_i420), (gst_video_box_chain):
10146           Fix row strides for I420 (fixes #163159)
10147           
10148 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10149
10150         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10151           MPEG2 has a useful rate property, so we can actually use that.
10152           For MPEG-1, continue using the bytes/time properties.
10153
10154 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10155
10156         * gst-libs/gst/riff/riff-media.c:
10157         (gst_riff_create_video_caps_with_data),
10158         (gst_riff_create_video_template_caps):
10159           Add intel-h263.
10160
10161 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10162
10163         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10164           Fail if caps negotiation fails. Should fix #162184, and should
10165           definately be in there regardless of it fixing the actual bug.
10166         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10167         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10168         (gst_avimux_riff_get_avix_header),
10169         (gst_avimux_riff_get_video_header),
10170         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10171         (gst_avimux_start_file), (gst_avimux_handle_event),
10172         (gst_avimux_change_state):
10173         * gst/avi/gstavimux.h:
10174           Refactor structure writing to use GST_WRITE_UINT macros, add
10175           metadata writing support.
10176
10177 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10178
10179         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10180           Elements may already be destroyed when this function is called.
10181
10182 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10183
10184         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10185         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10186           More memory leak fixes (#149162).
10187
10188 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10189
10190         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10191         (gst_qtdemux_add_stream):
10192           Fix two memleaks.
10193
10194 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10195
10196         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10197           Argh...
10198
10199 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10200
10201         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10202           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10203           when fixating to six channels in Totem.
10204
10205 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10206
10207         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10208           Fix compile warnings on Solaris 10 buildbot
10209
10210 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10211
10212         * ext/dvdread/dvdreadsrc.c: (_read):
10213           Don't read beyond the last cell in a chapter (fixes 
10214           invalid memory access)
10215
10216 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10217
10218         * ext/dvdread/stream_labels.c:
10219         (dvdreadsrc_get_audio_stream_labels):
10220           Use NULL for an empty GList instead of g_list_alloc(); fix 
10221           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10222           of GString (easier to bulk free later)
10223
10224 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10225
10226         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10227
10228         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10229         (gst_ffmpeg_pixfmt_to_caps):
10230           Fix BGRA32 caps (#164209).
10231
10232 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10233
10234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10235
10236         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10237         (gst_ffmpeg_caps_to_pixfmt):
10238           alpha_mask can be RGBA/ABGR. Fixes #164265.
10239
10240 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10241
10242         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10243
10244         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10245         (gst_mpeg2dec_alloc_buffer):
10246         * ext/mpeg2dec/gstmpeg2dec.h:
10247           Crop if decoding size is not the actual image size (#163676).
10248
10249 2005-01-17  Steve Baker  <steve@stevebaker.org>
10250
10251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10252
10253         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10254         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10255           Add libsndfile typefind functions (#163309).
10256
10257 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10258
10259         * tools/gst-launch-ext-m.m:
10260           Add .aac, fix .m1v/.m2v (#163891).
10261
10262 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10263
10264         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10265           Sanity check, don't wait endlessly since the clock might not
10266           actually run at this point (which is a deadlock). Fixes #164069.
10267
10268 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10269
10270         * gst/playback/gstplaybasebin.c: (probe_triggered):
10271           Of course, only pause if group is done...
10272
10273 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10274
10275         * gst/playback/gstplaybasebin.c: (probe_triggered):
10276           Thread safety.
10277
10278 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10279
10280         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10281           Don't return state change success when the parent
10282           failed.
10283
10284 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10285
10286         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10287           Free events (fix memleak in #162905).
10288
10289 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10290
10291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10292
10293         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10294         (gst_ffmpeg_caps_to_pixfmt):
10295           Fix for depth = 15. Fixes #161675.
10296
10297 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10298
10299         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10300           Set FPS correctly, even for webcams and the like.
10301         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10302           Don error on setting while capturing.
10303
10304 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10305
10306         * ext/dv/gstdvdec.c:
10307         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10308         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10309           I'm a bad boy. using /1001. to force C to do float division
10310           and not integer division (as it did in my last commit)
10311           Thanks to David I. Lehn for pointing this mistake.
10312
10313 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10314
10315         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10316           Revert Johan??s 1.35->1.36 since it breaks compat.
10317
10318 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10319
10320         * ext/dv/gstdvdec.c:
10321         * ext/libfame/gstlibfame.c:
10322         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10323         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10324           replace framerate aproximations by their real value
10325           (24000/1001, 30000/1001, 60000/1001)
10326           Finish fixing bug #164049
10327
10328 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10329
10330         * ext/ogg/gstoggmux.c:
10331           eos/bos debugging
10332         * gst/tcp/gstmultifdsink.c:
10333         * gst/tcp/gstmultifdsink.h:
10334         * gst/tcp/gsttcp.c:
10335         * gst/tcp/gsttcp.h:
10336         * gst/tcp/gsttcpclientsink.c:
10337         * gst/tcp/gsttcpclientsrc.c:
10338         * gst/tcp/gsttcpserversink.c:
10339         * gst/tcp/gsttcpserversrc.c:
10340           improve reusability of elements after state changes and errors
10341           make multifdsink throw away streamheaders when receiving new ones
10342
10343 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10344
10345         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10346           Fix for if items are already in list...
10347
10348 2005-01-12  Benjamin Otte  <otte@gnome.org>
10349
10350         * gst/adder/gstadder.c: (gst_adder_loop):
10351           fix adder a bit so it doesn't screw up with events as much anymore
10352
10353 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10354
10355         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10356         (pixbufscale_scale), (gst_pixbufscale_chain):
10357         * ext/gdk_pixbuf/pixbufscale.h:
10358           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10359           to ensure rowstrides are calculated the same way as 
10360           ffmpegcolorspace
10361           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10362           that we pick up duration and offset also.
10363
10364 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10365
10366         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10367         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10368           Reusability fixes.
10369
10370 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10371
10372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10373         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10374         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10375         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10376           Update flags when requested.
10377
10378 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10379
10380         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10381           Fix dmix.
10382
10383 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10384
10385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10386         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10387         (probe_triggered), (new_decoded_pad), (gen_source_element),
10388         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10389         * gst/playback/gstplaybasebin.h:
10390         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10391         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10392         (gst_play_bin_change_state):
10393           Implement group-switch signal for use in apps to clear metadata
10394           cache, clean up subtitle, add suburi property instead of # hack,
10395           some error-out fixes.
10396
10397 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10398
10399         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10400           Debug.
10401         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10402           If we got a state change in the _get handler, don't return success.
10403
10404 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10405
10406         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10407         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10408           Make jpegdec quiet on MJPEG decoding
10409         * gst/asfdemux/README:
10410           Fix mimetypes for MJPEG and H263
10411
10412 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10413
10414         * ext/theora/theoradec.c: (theora_dec_chain):
10415           Fix broken code generation by gcc by swapping arguments.
10416         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10417           Fix \n in debug.
10418
10419 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10420
10421         * TODO:
10422           delete this file, it is by far outdated
10423         * ext/alsa/gstalsa.1: remove
10424         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10425         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10426         (gst_alsa_get_caps):
10427           Add HW probing for supported sample rates. Fixes #161704
10428
10429 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10430
10431         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10432           Don't crash, biatch! :).
10433
10434 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10435
10436         * ext/musepack/gstmusepackreader.cpp:
10437         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10438           Some work on tags - still doesn't work in playbin...
10439         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10440           Handle events...
10441
10442 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10443
10444         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10445           Also shove tags on kid pads.
10446
10447 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10448
10449         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10450           Don't bail on unknown events.
10451         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10452           Don't crash on events before negotiation.
10453         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10454           Send tags on pads, too.
10455         * gst/playback/gststreamselector.c:
10456         (gst_stream_selector_request_new_pad):
10457           Forward events on first pad if no input was selected yet.
10458
10459 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10460
10461         * gst/playback/gstplaybasebin.c: (setup_substreams):
10462           Don't disable streamtype if the stream doesn't exist, since
10463           then playing a video after audio will disable both and nothing
10464           will happen. Fixes the testsuite.
10465
10466 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10467
10468         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10469         (gst_v4l_xoverlay_set_xwindow_id):
10470         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10471         (gst_v4l2_xoverlay_set_xwindow_id):
10472           Add debug categories, fix overlay disabling.
10473
10474 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10475
10476         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10477         * ext/alsa/gstalsa.h:
10478           Add HW probing for period_count/size and buffer_size MIX/MAX
10479           Adjust default/user defined value if out of bounds
10480           Should fix bug #162024
10481
10482 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10483
10484         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10485           Fix warning (#161191).
10486
10487 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10488
10489         * ext/dvdread/stream_labels.c:
10490         (dvdreadsrc_get_audio_stream_labels):
10491           Fix warning (init the good variable in switch default)
10492
10493 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10494
10495         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10496
10497         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10498           Fix gcc-2.95 compile (#163485).
10499
10500 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10501
10502         * configure.ac:
10503         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10504         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10505         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10506         (gst_flacenc_change_state):
10507         * ext/flac/gstflacenc.h:
10508           Update for API change in flac-1.1.1. Update requirement in
10509           configure.ac. Fixes #162974.
10510
10511 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10512
10513         * gst/playback/gstplaybasebin.c: (group_destroy):
10514           Remove hack to get rid of assert and get rid of unlinked
10515           signals properly.
10516
10517 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10518
10519         * gst/playback/gstplaybasebin.c: (setup_source):
10520           Set source to NULL so that resources are free'ed. Fixes issues
10521           with playback of CDDA and similar device-accessing things.
10522
10523 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10524
10525         * testsuite/embed/Makefile.am:
10526           test->noinst, fix make test in buildbot.
10527
10528 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10529
10530         * ext/dvdread/stream_labels.c: new file
10531         * ext/dvdread/stream_labels.h: new file
10532         * ext/dvdread/Makefile.am:
10533         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10534           Extract audio stream label from DVD IFO files.
10535           It only dump them on the console for now, still have to
10536           make playbin aware of them.
10537
10538 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10539
10540         * gst/playback/gstplaybasebin.c: (setup_source):
10541           Fix hanging subs.
10542
10543 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10544
10545         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10546         (gen_preroll_element), (remove_groups), (setup_subtitle),
10547         (gen_source_element), (setup_source):
10548         * gst/playback/gstplaybasebin.h:
10549           Multiple .sub files is just a stupid idea... Fix some threading
10550           mistakes. Interestingly, external .sub files cause playbin to
10551           hang, I don't know why... Parsing fixes contributed by Fran??ois
10552           Kooman <fkooman@tuxed.net>.
10553
10554 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10555
10556         * testsuite/embed/Makefile.am:
10557           Fix buildbot.
10558
10559 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10560
10561         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10562
10563         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10564         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10565         (gst_pngenc_set_property):
10566         * ext/libpng/gstpngenc.h:
10567           Add compression level property (#163323).
10568
10569 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10570
10571         * configure.ac:
10572         * examples/capsfilter/capsfilter1.c: (main):
10573         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10574         * ext/dvdread/Makefile.am:
10575         * ext/dvdread/demo-play:
10576         * ext/dvdread/demo-play.c:
10577         * gconf/gstreamer.schemas.in:
10578         * gst-libs/gst/gconf/gconf.c:
10579         * sys/v4l/TODO:
10580         * testsuite/Makefile.am:
10581         * testsuite/embed/Makefile.am:
10582         * testsuite/embed/embed.c: (cb_expose), (main):
10583           Remove all references to xvideosink, fix examples (#140845).
10584         * gst/playback/gstplaybasebin.c: (group_destroy):
10585           Apparently, disposal does not unlink - so do explicitely.
10586         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10587           Add debug.
10588
10589 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10590
10591         * README: fix PKG_CONFIG_PATH instructions, what was there
10592         previously was breaking default search path, not nice. 
10593         Fixes #163358
10594
10595 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10596
10597         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10598         (gst_audioscale_chain):
10599           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10600           when resampling - how the ^@$^!@^! is this possible?!?
10601
10602 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10603
10604         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10605           Reset variables on READY.
10606         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10607         (gst_matroska_mux_loop):
10608           Require data before writing header.
10609
10610 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10611
10612         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10613
10614         * ext/mad/gstmad.c: (gst_mad_chain):
10615           Don't call mad_stream_sync() directly after recovering sync.
10616           Fixes #151661.
10617
10618 2005-01-09  Martin Eikermann  <meiker@upb.de>
10619
10620         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10621
10622         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10623         (snapshot_handler), (gst_snapshot_sinkconnect),
10624         (gst_snapshot_chain):
10625           Allocate resources when required, fix recursive signal emission
10626           and fix caps. Fixes #161667.
10627
10628 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10629
10630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10631
10632         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10633         (gst_pngdec_chain):
10634           Handle only 8-bppc (bits-per-pixel-component) images, better
10635           error handling and correct strides. Fixes #163177.
10636         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10637         (gst_pngenc_chain):
10638           Better error handling. Fixes #163348.
10639
10640 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10641
10642         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10643         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10644         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10645         (dvdnavsrc_uri_handler_init):
10646           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10647         * gst/playback/gstplaybasebin.c: (gen_source_element):
10648           Add MMS to streaming URIs.
10649
10650 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10651
10652         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10653         * sys/xvimage/xvimagesink.c:
10654         (gst_xvimagesink_navigation_send_event):
10655           Check for pad availability before sending event.
10656
10657 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10658
10659         * gst-plugins.spec.in:
10660           Add subparse.
10661
10662 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10663
10664         * configure.ac:
10665           Since we use functions from CVS, up requirement.
10666
10667 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10668
10669         * gst/playback/Makefile.am:
10670         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10671         (group_destroy), (group_commit), (group_is_muted),
10672         (gen_preroll_element), (add_stream), (unknown_type),
10673         (probe_triggered), (preroll_unlinked), (mute_stream),
10674         (silence_stream), (new_decoded_pad), (setup_substreams),
10675         (setup_source), (get_active_source), (mute_group_type),
10676         (muted_group_change_state), (set_active_source),
10677         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10678         (play_base_eos), (gst_play_base_bin_change_state):
10679         * gst/playback/gstplaybasebin.h:
10680         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10681         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10682         (gst_stream_info_dispose), (stream_info_mute_pad),
10683         (stream_info_change_state), (gst_stream_info_set_mute):
10684         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10685         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10686         (gst_stream_selector_init), (gst_stream_selector_dispose),
10687         (gst_stream_selector_get_linked_pad),
10688         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10689         (gst_stream_selector_get_linked_pads),
10690         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10691         * gst/playback/gststreamselector.h:
10692           Adding stream selection support plus required properties for
10693           applications to use this. Fully fixes #100931.
10694
10695 2005-01-08  Benjamin Otte  <otte@gnome.org>
10696
10697         * gst/games/gstpuzzle.c: (nav_event_handler):
10698           - handle nav events differently: forward every event no matter if it
10699             was handled or not.
10700           - translate events
10701           You can now cheat by using navigationtest ! puzzle and moving the
10702           mouse close to the edge of a tile. ;)
10703
10704 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10705
10706         * configure.ac:
10707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10708         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10709         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10710         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10711         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10712         (gst_ogm_parse_plugin_init):
10713         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10714         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10715         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10716         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10717         * ext/pango/gsttextoverlay.h:
10718         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10719         (gst_matroska_demux_handle_seek_event),
10720         (gst_matroska_demux_sync_streams),
10721         (gst_matroska_demux_parse_blockgroup),
10722         (gst_matroska_demux_subtitle_caps),
10723         (gst_matroska_demux_plugin_init):
10724         * gst/matroska/matroska-ids.h:
10725         * gst/playback/gstdecodebin.c: (close_pad_link):
10726         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10727         (gen_preroll_element), (remove_groups), (add_stream),
10728         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10729         (setup_source):
10730         * gst/playback/gstplaybasebin.h:
10731         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10732         * gst/subparse/Makefile.am:
10733         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
10734         (gst_subparse_base_init), (gst_subparse_class_init),
10735         (gst_subparse_init), (gst_subparse_formats),
10736         (gst_subparse_eventmask), (gst_subparse_event),
10737         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
10738         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
10739         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
10740         (parse_mpsub_deinit), (parse_mpsub_init),
10741         (gst_subparse_buffer_format_autodetect),
10742         (gst_subparse_format_autodetect), (gst_subparse_loop),
10743         (gst_subparse_change_state), (gst_subparse_type_find),
10744         (plugin_init):
10745         * gst/subparse/gstsubparse.h:
10746         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
10747         (plugin_init):
10748           Add subtitle support, .sub parser (supports SRT and MPsub),
10749           OGM text support, Matroska UTF-8 text support, deadlock fixes
10750           all over the place, subtitle awareness in decodebin/playbin
10751           and some fixes to textoverlay to handle subtitles in a stream
10752           correctly. Fixes #100931.
10753
10754 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10755
10756         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10757           Check for pad availability before doing a query on it.
10758
10759 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10760
10761         * ext/dv/gstdvdec.c:
10762           really fix bpp24/32 dvdec caps (classic rgba indeed)
10763         * gst/asfdemux/gstasfdemux.c:
10764         (gst_asf_demux_process_ext_content_desc):
10765           don't send text tags if they are empty (bis repetita)
10766
10767 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10768
10769         * ext/dv/gstdvdec.c:
10770          remove unneeded comment from dvdec
10771           (related to DV 4CC codes in AVI files)
10772           moved them in gstreamer/docs/random/mimetypes
10773         * gst/asfdemux/gstasfdemux.c:
10774         (gst_asf_demux_process_ext_content_desc):
10775          don't send text tags if they are empty
10776          fix mem leak on error path
10777         * gst/ffmpegcolorspace/avcodec.h:
10778         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10779         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10780         (gst_ffmpegcsp_avpicture_fill):
10781         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
10782         * gst/ffmpegcolorspace/imgconvert_template.h:
10783          adds BGR32 and BGRA32 to ffmpegcolorspace
10784           (still bad colors, fixing it on next commit)
10785           helps with dvdec outputing BGR32
10786
10787 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10788
10789         * ext/dv/gstdvdec.c:
10790          Fix audio caps i just broke (missing ',')
10791         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
10792         (gst_matroska_mux_reset):
10793          Fix typo + add FIXME about old "x-gst-metadata" crap
10794
10795 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10796
10797         * ext/dv/demo-play.c: (main):
10798          xvideosink -> xvimagesink
10799         * ext/dv/gstdvdec.c:
10800          change rgb 32/32 caps to 24/32 (no alpha)
10801          change nb of channels to be a list (2 or 4, not 2)
10802          change sample rate to be a list (32, 44.1, 48 kHz) not a range
10803         * gst/asfdemux/gstasfdemux.c:
10804         (gst_asf_demux_process_ext_content_desc):
10805          Add 'date/year' to extracted metadata list
10806
10807 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10808
10809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10810           The return value of fixate_to does not imply that the requested
10811           value was set, so don't assume.
10812
10813 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
10814
10815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10816
10817         * ext/libpng/gstpngdec.c:
10818         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
10819         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
10820         * ext/libpng/gstpngenc.h:
10821           Alpha support (encoder; #163161), mime fixage.
10822
10823 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
10824
10825         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10826
10827         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
10828         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
10829         (gst_faac_set_property), (gst_faac_get_property):
10830         * ext/faac/gstfaac.h:
10831           Allow for ADTS output (#153434).
10832
10833 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10834
10835         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10836           Fix against template (#150576).
10837
10838 2005-01-06  Benjamin Otte  <otte@gnome.org>
10839
10840         * gst/games/gstpuzzle.c: (draw_puzzle):
10841           don't draw a puzzle if either width or height of tiles would be 0.
10842
10843 2005-01-06  Benjamin Otte  <otte@gnome.org>
10844
10845         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
10846         (gst_puzzle_class_init), (gst_puzzle_finalize):
10847           no memleaks, please
10848         (gst_puzzle_create), (gst_puzzle_init),
10849         (gst_puzzle_set_property), (gst_puzzle_setup):
10850           change initialization code around so we don't reshuffle on resize
10851         (draw_puzzle):
10852           fix another stupid typo
10853
10854 2005-01-06  Benjamin Otte  <otte@gnome.org>
10855
10856         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
10857           fix stupid typo that borked copying on YUY2
10858
10859 2005-01-06  Benjamin Otte  <otte@gnome.org>
10860
10861         * gst/games/gstpuzzle.c: (draw_puzzle):
10862           fix edges when image sizes aren't multiples of tile sizes
10863
10864 2005-01-06  Benjamin Otte  <otte@gnome.org>
10865
10866         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
10867           make RGB endianness work correctly
10868         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
10869           refactor and fix race with initial shuffling
10870         (nav_event_handler):
10871           allow using the mouse to puzzle
10872         (draw_puzzle):
10873           insist on tiles having width and height as multiples of 4 to get
10874           clean YUV image handling
10875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10876         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
10877           s/DEBUG/LOG/ for common messages
10878         (gst_xvimagesink_navigation_send_event):
10879           fix mouse event translation to not include screen PAR
10880         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10881           fix mouse event translation to actually work
10882
10883 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10884
10885         * gst/asfdemux/gstasfdemux.c:
10886         (gst_asf_demux_process_ext_content_desc):
10887          Extract TrackNumber metadata + clean up code
10888         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
10889          Hope this is the good fix (var used unitialised)
10890
10891 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10892
10893         * ext/faad/gstfaad.c: (gst_faad_chain):
10894           Only increment timestamp if it's valid. Fixes raw AAC streams.
10895
10896 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10897
10898         * configure.ac:
10899         * gst/games/Makefile.am:
10900         * gst/games/gstpuzzle.c:
10901           add a puzzle game with...
10902         * gst/games/gstvideoimage.c:
10903         * gst/games/gstvideoimage.h:
10904           ... full colorspace support (that includes YUV9 and RGB16)) stolen
10905           from videotestsrc and made into something that would be a nice
10906           library for a lot of other plugins.
10907
10908 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10909
10910         * configure.ac:
10911          don't compile faad plugin if a RC of 2.0 is found
10912          Fixes #155346 (and FC1 buildbot)
10913         * gst/asfdemux/gstasfdemux.c:
10914         (gst_asf_demux_process_ext_content_desc):
10915          try to make Solaris compiler happier
10916
10917 2005-01-06  Paul Jack  <pjack@sfaf.org>
10918
10919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10920
10921         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
10922           Fix segfault (#161667).
10923
10924 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10925
10926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10927           Fix framerate reporting.
10928
10929 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10930
10931         * gst-libs/gst/riff/riff-ids.h:
10932         * gst/wavenc/riff.h:
10933          Add AMR (VBR and CBR) ids to riff.h audio codec list
10934         * gst/asfdemux/gstasfdemux.c:
10935         (gst_asf_demux_process_ext_content_desc),
10936         (gst_asf_demux_process_object):
10937           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
10938
10939 2005-01-05  Martin Eikermann  <meiker@upb.de>
10940
10941         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10942
10943         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10944         (gst_dvd_demux_handle_discont):
10945         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
10946         (gst_mpeg_demux_handle_discont):
10947           Recreate pads on new-media (#160730).
10948         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
10949           Send discont even if manager changes timestamps (#161929).
10950
10951 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
10952
10953         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10954
10955         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
10956           Fix invalid memory access (#159211).
10957
10958 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10959
10960         * examples/gstplay/player.c: (main):
10961           Don't iterate.
10962         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
10963           Add visualizations.
10964         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10965         (gst_a52dec_handle_frame):
10966           Set duration.
10967         * ext/dvdnav/gst-dvd:
10968           Add audioconvert. Fixes #161325.
10969         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
10970           Explicitely case to gint64. Possible valgrind error.
10971         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
10972         (gst_play_tick_callback), (gst_play_change_state),
10973         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
10974         (gst_play_set_location), (gst_play_get_location),
10975         (gst_play_seek_to_time), (gst_play_set_data_src),
10976         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10977         (gst_play_set_visualization), (gst_play_connect_visualization),
10978         (gst_play_get_framerate), (gst_play_get_all_by_interface),
10979         (gst_play_new):
10980           Use playbin. Fixes #139749 and #147744.
10981         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
10982           Add genre tag.
10983         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10984         (audioscale_get_type), (gst_audioscale_base_init),
10985         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
10986         (gst_audioscale_getcaps), (gst_audioscale_fixate),
10987         (gst_audioscale_link), (gst_audioscale_get_buffer),
10988         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
10989         (gst_audioscale_init), (gst_audioscale_dispose),
10990         (gst_audioscale_chain), (gst_audioscale_set_property),
10991         (gst_audioscale_get_property), (plugin_init):
10992           Indent properly.
10993         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10994           Fix LPCM.
10995         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
10996         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
10997         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
10998           Add more metadata (fixes #162656).
10999
11000 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11001
11002         * configure.ac:
11003           back to cvs
11004
11005 === release 0.8.7 ===
11006
11007 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11008
11009         * NEWS:
11010         * RELEASE:
11011         * configure.ac:
11012           releasing 0.8.7, "Hyperspace"
11013
11014 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11015
11016         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11017
11018         * gst/playback/gstplaybasebin.c:
11019          Fix for #162924 - free caps after use, not before
11020
11021 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11022
11023         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11024
11025         * gst/playback/gstplaybasebin.c:
11026         * gst/wavparse/gstwavparse.c:
11027           Fix for #154773 - fixes playback of small .wav files
11028
11029 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11030
11031         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11032
11033         * gst/audioscale/gstaudioscale.c:
11034           Fix for #162819 - make audioscale reusable
11035           Fixes playback of more than one file with playbin/totem
11036
11037 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11038
11039         * gst/ffmpegcolorspace/avcodec.h:
11040         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11041         * gst/ffmpegcolorspace/imgconvert.c:
11042           clean up the mess that made me cry and avoid needless duplication
11043
11044 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11045
11046         * gst/ffmpegcolorspace/imgconvert.c:
11047           give some indication of why we're segfaulting
11048
11049 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11050
11051         * configure.ac:
11052           Fix indentation, fix v4l2 plugin detection.
11053         * ext/Makefile.am:
11054           Fix libmms location (Maciej, use diff -u!).
11055         * ext/alsa/gstalsa.c: (gst_alsa_init):
11056           Initialize caps cache to NULL.
11057         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11058           Only change state on audiosink if it exists.
11059
11060 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11061
11062         * gst/matroska/matroska-demux.c:
11063         * gst/matroska/matroska-ids.h:
11064         * gst/matroska/matroska-demux.h:
11065         Fix Vorbis streams failing to decode in some files, where cluster_time
11066         isn't 0, because then it doesn't send codec_priv before actual data.
11067         Remove time-based test and replace it with marker set on beginning of
11068         new stream
11069
11070 2004-12-28  David Schleef  <ds@schleef.org>
11071
11072         Merge patch from Ronald fixing problems with streaming
11073         text.
11074         * ext/cairo/gstcairo.c: (plugin_init):
11075         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11076         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11077         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11078         (gst_textoverlay_font_init), (gst_textoverlay_init),
11079         (gst_textoverlay_set_property):
11080         * ext/cairo/gsttextoverlay.h:
11081
11082 2004-12-27  David Schleef  <ds@schleef.org>
11083
11084         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11085         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11086         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11087         (gst_textoverlay_font_init), (gst_textoverlay_init),
11088         (gst_textoverlay_set_property): Improvements to actually
11089         render text as white on black outline on video, including
11090         font selection and horizontal/vertical alignment.  (Ronald's
11091         christmas present)
11092         * ext/cairo/gsttextoverlay.h:
11093
11094 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11095
11096         * ext/ogg/gstogg.c:
11097         * ext/ogg/gstogmparse.c:
11098           fix ogm[audio/video]parse plugin registration
11099           (riff won't load if bytestream is already loaded)
11100
11101 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11102
11103         * gst/audioconvert/gstchannelmix.c:
11104           fix for GLIB < 2.4
11105
11106 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11107
11108         * Makefile.am:
11109         * configure.ac:
11110           disable docs again until it actually passes make distcheck.
11111
11112 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11113
11114         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11115         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11116         (plugin_init):
11117           Add 3GP (variables name Q3GP because they can't start with a
11118           number). Add samr audio fourcc (used in .3gp files), decoder
11119           is work in progress. Also do a GST_WARNING instead of ERROR
11120           in case of unknown nodes, to decrease output.
11121
11122 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11123
11124         * Makefile.am:
11125           really fix dist
11126
11127 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11128
11129         * configure.ac:
11130         * ext/speex/gstspeexdec.h:
11131         * ext/speex/gstspeexenc.h:
11132           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11133           Fix detection code in configure.ac
11134
11135 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11136
11137         * gst/matroska/matroska-demux.c:
11138         (gst_matroska_demux_parse_blockgroup):
11139           Save position, so that queries give proper return values. Don't
11140           know how this could ever have worked before...
11141
11142 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11143
11144         * configure.ac:
11145           Put additional LAME check inside the conditional.  Fixes #152339
11146
11147 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11148
11149         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11150         (gst_avi_demux_stream_scan):
11151           Add some more debug. Fix logic error when setting movi offset
11152           while reading index.
11153
11154 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11155
11156         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11157         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11158         (gst_avi_demux_process_next_entry):
11159           Add some debugging. Better detection of broken indexes and the
11160           accompanying index recovery. No infinite loops on state changes
11161           when we're still in our loopfunction.
11162
11163 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11164
11165         * configure.ac:
11166           Fix up.
11167
11168 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11169
11170         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11171
11172         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11173           Normalizing the value before setting
11174         (gst_sunaudiomixer_get_volume):
11175           Normalizing the value after getting. Fixes bug# 161980
11176
11177 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11178
11179         * Makefile.am: Make sure docs gets disted
11180         * docs/Makefile.am: Make sure all needed files get disted
11181         * gst-plugins.spec.in: latest updates
11182
11183 2004-12-22  Wim Taymans  <wim@fluendo.com>
11184
11185         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11186         Revert patch 1.38 as clock distribution over schedulers does
11187         not work correcly in the core yet.
11188
11189 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11190
11191         * sys/oss/README: remove this file, which predates my birth
11192           (and which content is by far outdated)
11193
11194 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11195
11196         * Makefile.am:
11197         * configure.ac:
11198         * docs/Makefile.am:
11199         * docs/libs/Makefile.am:
11200         * docs/libs/gst-plugins-libs-docs.sgml:
11201         * docs/libs/gst-plugins-libs-sections.txt:
11202         * docs/libs/tmpl/gstgconf.sgml:
11203         * docs/upload.mak:
11204         * docs/version.entities.in:
11205           Added boilerplate gtk-doc files for plugin-libs documentation.
11206
11207 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11208
11209         * gst/auparse/gstauparse.c: fix int and float audio caps
11210
11211 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11212
11213         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11214         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11215           g_assert() can be a macro, don't use #ifdef inside it.
11216
11217 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11218
11219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11220
11221         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11222         (gst_videorate_init), (gst_videorate_chain),
11223         (gst_videorate_change_state):
11224           Event handling (fixes #159986).
11225
11226 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11227
11228         * gst-libs/gst/riff/riff-media.c:
11229         (gst_riff_create_video_caps_with_data):
11230           Add BLZ0 (Blizzard's version of DivX) fourcc.
11231
11232 2004-12-18  David Schleef  <ds@schleef.org>
11233
11234         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11235         portability fix.
11236
11237 2004-12-18  David Schleef  <ds@schleef.org>
11238
11239         * gst/tta/ttadec.h: Disable some header code that isn't used
11240         and clearly isn't portable.
11241
11242 2004-12-18  David Schleef  <ds@schleef.org>
11243
11244         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11245         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11246         (avcodec_get_pix_fmt), (avpicture_layout),
11247         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11248         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11249         Fix code to not use GCC extensions (and c99 extensions that
11250         Forte does not like.)
11251
11252 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11253
11254         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11255
11256         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11257         (gst_deinterlace_chain):
11258           Rowstride fixes. Fixes #161039.
11259         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11260         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11261         (gst_video_crop_getcaps), (gst_video_crop_link),
11262         (gst_video_crop_i420), (gst_video_crop_chain),
11263         (gst_video_crop_change_state):
11264           Rework of negotiation. Actually works now. Fixes #158650.
11265
11266 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11267
11268         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11269           That was very stupid.
11270
11271 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11272
11273         * gst/matroska/matroska-demux.c:
11274         (gst_matroska_demux_parse_blockgroup):
11275           Fix possible crasher.
11276
11277 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11278
11279         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11280         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11281           Lace sizes can be zero.
11282
11283 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11284
11285         * ext/musepack/gstmusepackdec.cpp:
11286           Fetch error return values. Fixes #161624.
11287         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11288           Really EOS.
11289
11290 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11291
11292         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11293           Work for truncated (unfinished download etc.) files. Fixes #160514.
11294
11295 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11296
11297         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11298           Fix for integer overflow. Makes #156001 not crash. Probably masks
11299           the real bug.
11300
11301 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11302
11303         * gst/ac3parse/gstac3parse.c: (plugin_init):
11304           Parsers never have ranks. Fixes #159651.
11305
11306 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11307
11308         * gst/playback/gstdecodebin.c: (compare_ranks):
11309           make sure the facotries are ordered the same every time even if they
11310           have the same rank by using the name
11311         * gst/playback/gstdecodebin.c: (find_compatibles):
11312           make sure we don't add factories to the list twice
11313
11314 2004-12-16  David Schleef  <ds@schleef.org>
11315
11316         * configure.ac: look for musepack headers as musepack/*.h
11317         (fixes #159847)
11318         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11319         * ext/musepack/gstmusepackreader.h: same
11320
11321 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11322
11323         * gst-libs/gst/riff/riff-read.c:
11324         (gst_riff_read_strf_auds_with_data):
11325           Read extradata correctly (fixes #155879).
11326
11327 2004-12-16  David Schleef  <ds@schleef.org>
11328
11329         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11330         audio.  does _not_ attempt or allow conversion unless channels
11331         is 1 or 2.
11332
11333 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11334
11335         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11336
11337 2004-12-16  David Schleef  <ds@schleef.org>
11338
11339         * gst/audioscale/gstaudioscale.c: the resample library only
11340         handles 1 or 2 channels.  Change caps to compensate.
11341
11342 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11343
11344         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11345         (gst_matroska_demux_audio_caps):
11346           Some MPEG-AAC hacks, because else it doesn't work...
11347
11348 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11349
11350         * gst-libs/gst/riff/riff-media.c:
11351         (gst_riff_create_video_caps_with_data),
11352         (gst_riff_create_video_template_caps):
11353           Add h264.
11354
11355 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11356
11357         * gst-libs/gst/audio/Makefile.am:
11358           Try to fix buildbot.
11359
11360 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11361
11362         * gst/tcp/gstmultifdsink.c:
11363           Clean up and uniformize debugging.
11364
11365 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11366
11367         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11368
11369         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11370         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11371         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11372         (gst_mpeg_demux_change_state):
11373           Reset on ready. Fixes 160276.
11374
11375 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11376
11377         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11378
11379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11380         (gst_ffmpegcsp_pad_link):
11381           Fix memleak (#154815).
11382
11383 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11384
11385         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11386
11387         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11388         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11389         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11390         * ext/musicbrainz/gsttrm.h:
11391           Add support for using a proxy server when getting a trm id from
11392           the MusicBrainz database (#149613).
11393
11394 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11395
11396         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11397
11398         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11399         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11400           Fix memleaks (#157233).
11401
11402 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11403
11404         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11405
11406         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11407         * gst-libs/gst/resample/resample.h:
11408         * gst/audioscale/gstaudioscale.c:
11409           Fix memleak (#159215).
11410
11411 2004-12-16  Toni Willberg  <toniw@iki.fi>
11412
11413         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11414
11415         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11416         * sys/oss/oss_probe.c: (main):
11417           Check for mono/stereo support (similar to samplerate probing),
11418           fixes #159433. Also add missing copyright header to oss_probe.c.
11419
11420 2004-12-15  David Schleef  <ds@schleef.org>
11421
11422         * configure.ac: add audioresample and cairo plugins.  Remove
11423         HAVE_MMX stuff, because it's not used.
11424         * ext/Makefile.am: same
11425         * ext/audioresample/Makefile.am: You are not ready for an
11426         audio resampling element based on audioresample.
11427         * ext/audioresample/gstaudioresample.c:
11428         * ext/audioresample/gstaudioresample.h:
11429         * ext/cairo/Makefile.am: You are not ready for overlay elements
11430         based on cairo.  Don't look too closely, these elements kinda
11431         suck right now.
11432         * ext/cairo/gstcairo.c: new
11433         * ext/cairo/gsttextoverlay.c: new
11434         * ext/cairo/gsttextoverlay.h: new
11435         * ext/cairo/gsttimeoverlay.c: new
11436         * ext/cairo/gsttimeoverlay.h: new
11437         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11438         problem with compilers that don't support variadic macros.
11439
11440 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11441
11442         Reviewed by:  David Schleef  <ds@schleef.org>
11443
11444         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11445         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11446         bit.  Also ran indent-gst.
11447         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11448         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11449         (gst_sunaudiosrc_setparams):
11450
11451 2004-12-14  David Schleef  <ds@schleef.org>
11452
11453         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11454         output rate to 16000.  Should fix #160235.
11455
11456 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11457
11458         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11459         Add typefinding for mpeg2 pes streams
11460
11461 2004-12-13  David Schleef  <ds@schleef.org>
11462
11463         * configure.ac:  Applied patch from bug #143659, making default
11464         sources and sinks OS-dependent (for Solaris), and added code
11465         for OS/X.
11466         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11467
11468 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11469
11470         * gst-libs/gst/riff/riff-media.c:
11471           forgot to add h2.64 to avidemux template caps
11472
11473 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11474
11475         * gst/wavenc/riff.h:
11476         * gst-libs/gst/riff/riff-media.c:
11477         * gst-libs/gst/riff/riff-ids.h:
11478         * gst/avi/gstavimux.c
11479         add 4CC code for VideoSoft h264 in AVI (VSSH)
11480           fixes bug #160655
11481         remove s323 from riff, it's quicktime specific :(
11482
11483 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11484
11485         * gst/asfdemux/README
11486         * gst/wavenc/riff.h
11487         * gst-libs/gst/riff/riff-ids.h
11488         * gst-libs/gst/riff/riff-media.c
11489         * gst/qtdemux/qtdemux.c:
11490           add new 4CC codes for h263 related codecs
11491           fixes partially bug #155163
11492
11493 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11494
11495         * configure.ac: Update polyaudio requirement to 0.7
11496         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11497
11498 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11499
11500         * gst/interleave/deinterleave.c:
11501         fix my name's spelling! :)
11502
11503 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11504
11505         * AUTHORS ChangeLog
11506         * gst/auparse/gstauparse.c
11507         * gst/interleave/deinterleave.c
11508         * gst/law/:
11509                 alaw-decode.c alaw-encode.c
11510                 mulaw-decode.c mulaw-encode.c
11511         * gst/oneton/gstoneton.c
11512         * sys/osxaudio/:
11513                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11514         * sys/osxvideo/:
11515                 cocoawindow.h cocoawindow.m
11516                 osxvideosink.h osxvideosink.m
11517
11518         put the same mail address for Zaheer Abbas Merali everywhere
11519
11520 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11521
11522         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11523           Align by packetsize, and assert that we a packet available before
11524           playing. The first makes webstreams work (they often include
11525           trailing padding data in a packet), the second allows pausing a
11526           ASF stream in totem without getting demux errors afterwards.
11527
11528 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11529
11530         * ext/ogg/gstoggdemux.c: (get_relative):
11531           Check for non-NULL before accessing member (end-of-chain).
11532
11533 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11534
11535         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11536         (cdparanoia_set_property), (cdparanoia_get_property):
11537         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11538         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11539         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11540         (dvdreadsrc_init), (dvdreadsrc_set_property),
11541         (dvdreadsrc_get_property):
11542         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11543         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11544           Synchronize property names where not yet the case. Devices are
11545           now device=X, other versions are deprecated (but still exist).
11546           Also use g_free() unconditionally.
11547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11548         (setup_source), (gst_play_base_bin_get_property):
11549           Expose source.
11550
11551 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11552
11553         * configure.ac: move GCONF macro outside conditional for the am
11554           conditional. Fixes #160439
11555
11556 2004-12-08  David Schleef  <ds@schleef.org>
11557
11558         * tools/gst-visualise-m.m: Switch to elements that currently
11559         exist.
11560
11561 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11562
11563         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11564           We love wrong commas.
11565
11566 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11567
11568         * gst/matroska/matroska-demux.c:
11569         (gst_matroska_demux_handle_src_query):
11570           Don't set DEFAULT, unsupported - makes length display incorrectly
11571           in some cases.
11572
11573 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11574
11575         * gst/monoscope/README: remove blurb about files being GPL
11576         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11577         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11578           monoscope is now effectively LGPL licensed
11579
11580 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11581
11582         * gst/monoscope/README: Update information to be more correct
11583         * gst/monoscope/convolve.c: Relicense to LGPL
11584         * gst/monoscope/convolve.h: Relicense to LGPL
11585
11586 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11587
11588         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11589           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11590         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11591           set default_duration for mpeg1 audio
11592
11593 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11594
11595         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11596         * ext/alsa/gstalsa.h:
11597           refactor big chunks of the core caps negotiation code to make it
11598           a lot faster, because people claim it's really slow
11599           (actually, just cache the getcaps when the device is opened)
11600
11601 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11602
11603         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11604         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11605         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11606         (gst_a52dec_change_state), (plugin_init):
11607         * ext/a52dec/gsta52dec.h:
11608           Do something useful with timestamps. Make chain-based (since
11609           there's really no reason to be loopbased).
11610         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11611           Update current_byte/frame correctly.
11612
11613 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11614
11615         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11616         (gst_ape_demux_stream_init):
11617           Forward tags, too.
11618
11619 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11620
11621         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11622           Let's make sure we're done typefinding when detecting tags.
11623
11624 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11625
11626         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11627         (gst_ebml_read_init), (gst_ebml_read_use_event),
11628         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11629         (gst_ebml_read_seek), (gst_ebml_read_skip),
11630         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11631         (gst_ebml_read_master):
11632         * gst/matroska/ebml-read.h:
11633         * gst/matroska/matroska-demux.c:
11634         (gst_matroska_demux_parse_contents),
11635         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11636           Disgustingly evil hack for working around INTERRUPT events and
11637           their extremely annoying habit of being a pain in the ass. We
11638           simply peek a cluster before reading any of it.
11639
11640 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11641
11642         * ext/musepack/gstmusepackdec.cpp:
11643           There's also floating point libmusepacks.
11644
11645 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11646
11647         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11648         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11649           Set DURATION even if source buffer didn't. Also use increasing
11650           timestamps.
11651         * gst-libs/gst/riff/riff-media.c:
11652         (gst_riff_create_audio_caps_with_data):
11653           Block_align can have larger values than 8192.
11654
11655 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11656
11657         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11658         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11659         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11660         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11661           Fix caps.
11662
11663 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11664
11665         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11666           Fix logic bug.
11667
11668 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11669
11670         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11671           Yay, another one.
11672
11673 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11674
11675         * ext/esd/esdsink.c: (gst_esdsink_chain):
11676           Make error actually say something useful (fixes #156798).
11677         * gst-libs/gst/riff/riff-media.c:
11678         (gst_riff_create_video_caps_with_data),
11679         (gst_riff_create_video_template_caps):
11680           Add Intel Video 5.0 fourcc (IV50).
11681
11682 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11683
11684         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11685         detection on mono and stereo mp3 files.
11686
11687 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11688
11689         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11690           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11691           the contained stream).
11692
11693 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11694
11695         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11696           Oops, remove debug.
11697
11698 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11699
11700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11701
11702         * gst/law/alaw-decode.c: (alawdec_getcaps):
11703         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11704           Prevent warnings when negotiating caps (fixes #159338).
11705
11706 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11707
11708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11709         (gst_ffmpegcsp_chain):
11710           Remove old leftover that shouldn't be there...
11711
11712 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11713
11714         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11715
11716         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11717           Don't forward DISCONT events (fixes #159684).
11718
11719 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11720
11721         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11722           Unlink manually since sometimes bin disposal (and therefore
11723           pad unlinking) is delayed, which will cause a new media file
11724           to not be able to start playing instantly.
11725
11726 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11727
11728         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11729           On mute of an unlinked stream, check for pad availability so
11730           we don't crash on unlinked pad.
11731
11732 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11733
11734         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11735         (gst_avi_demux_massage_index):
11736           Fix quite humiliating bug in omitting 0-sized index chunks but
11737           forgetting to count them for timestamps.
11738
11739 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11740
11741         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11742           Actually leave the loop if we failed to sync. Don't crash.
11743
11744 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11745
11746         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
11747         (gst_dvd_demux_process_private):
11748         * gst/mpegstream/gstdvddemux.h:
11749           Fix crash (#159759). Doesn't work, though. :-(.
11750
11751 2004-11-28  Benjamin Otte  <otte@gnome.org>
11752
11753         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11754           more overwriting protection due to modifying channels one by one
11755           instead of all at once
11756
11757 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11758
11759         * gst/audioconvert/gstchannelmix.c:
11760         (gst_audio_convert_fill_normalize):
11761           Normalize using absolute values.
11762
11763 2004-11-28  Julien MOUTTE  <julien@moutte.net>
11764
11765         * configure.ac:
11766         * ext/Makefile.am:
11767         * ext/directfb/Makefile.am:
11768         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
11769         (gst_directfbvideosink_get_pixel_format),
11770         (gst_directfbvideosink_get_format_from_fourcc),
11771         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
11772         (gst_directfbvideosink_sink_link),
11773         (gst_directfbvideosink_change_state),
11774         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
11775         (gst_directfbvideosink_buffer_alloc),
11776         (gst_directfbvideosink_interface_supported),
11777         (gst_directfbvideosink_interface_init),
11778         (gst_directfbvideosink_navigation_send_event),
11779         (gst_directfbvideosink_navigation_init),
11780         (gst_directfbvideosink_set_property),
11781         (gst_directfbvideosink_get_property),
11782         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
11783         (gst_directfbvideosink_base_init),
11784         (gst_directfbvideosink_class_init),
11785         (gst_directfbvideosink_get_type), (plugin_init):
11786         * ext/directfb/directfbvideosink.h: Adding a first version of
11787         directfbvideosink.
11788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
11789         more.
11790
11791 2004-11-28  Benjamin Otte  <otte@gnome.org>
11792
11793         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11794           walk the samples backwards if out_channels > in_channels so we don't
11795           overwrite data
11796
11797 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11798
11799         * gst/audioconvert/Makefile.am:
11800         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11801         (gst_audio_convert_link), (gst_audio_convert_change_state),
11802         (gst_audio_convert_channels):
11803         * gst/audioconvert/gstchannelmix.c:
11804         (gst_audio_convert_unset_matrix),
11805         (gst_audio_convert_fill_identical),
11806         (gst_audio_convert_fill_compatible),
11807         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
11808         (gst_audio_convert_fill_others),
11809         (gst_audio_convert_fill_normalize),
11810         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
11811         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
11812         * gst/audioconvert/gstchannelmix.h:
11813           Implement a channel mixer.
11814
11815 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
11816
11817         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
11818         * ext/alsa/gstalsa.h:
11819         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
11820         Make alsasink actually honor gst_element_set_clock and use that
11821         clock instead of its internal one.
11822
11823 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11824
11825         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
11826         (gst_play_base_bin_change_state): nullify source and decoder when
11827         going from READY to NULL so that we don't try to do weird stuff with
11828         them when going from NULL to READY
11829         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
11830         instead of g_object_unref
11831         (gen_video_element), (gen_audio_element): more refcounting fixes, now
11832         it should be correct
11833         (gst_play_bin_change_state): don't call remove_sinks if we are
11834         currently disposing the object
11835
11836 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11837
11838         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11839           Don't forget bass if it's there. Else left channel is silent...
11840
11841 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11842
11843         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
11844         (gst_a52dec_change_state):
11845           Don't do sample adjusting anymore, we use float audio now.
11846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11847           Don't fixate to non-existing properties.
11848
11849 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11850
11851         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
11852         (gst_a52dec_change_state):
11853           Advertise that we can do surround sound.
11854
11855 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11856
11857         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
11858           Add buffer-frames=0.
11859         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
11860         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
11861         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
11862         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
11863         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
11864         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
11865         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
11866         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
11867         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
11868         * ext/dvdread/dvdreadsrc.h:
11869           Add seeking, querying for bytes, sectors, title, angle and
11870           chapter. Handle multiple chapters. Relicense to LGPL because
11871           Billy agreed on that (thanks Billy!).
11872
11873 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11874
11875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
11876         call parent dispose method
11877
11878 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
11879
11880         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
11881         (gst_audio_clock_get_internal_time):
11882         Fix active <-> inactive transitions: ensure time value always
11883         grows and avoid abrupt value changes.
11884
11885 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
11886
11887         * configure.ac:
11888         * gst/tta/Makefile.am:
11889         * gst/tta/crc32.h:
11890         * gst/tta/filters.h:
11891         * gst/tta/gsttta.c:
11892         * gst/tta/gstttadec.c:
11893         * gst/tta/gstttadec.h:
11894         * gst/tta/gstttaparse.c:
11895         * gst/tta/gstttaparse.h:
11896         * gst/tta/ttadec.h:
11897           added TTA parser and decoder
11898
11899 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11900
11901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11902         (probe_triggered), (check_queue), (buffer_underrun),
11903         (buffer_running), (buffer_overrun), (gen_source_element),
11904         (setup_source):
11905         * gst/playback/gstplaybasebin.h:
11906           Implement buffering. Needs some more work.
11907
11908 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11909
11910         * ext/theora/theoradec.c: (theora_dec_chain):
11911           Fix ilog mask range overflow.
11912
11913 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11914
11915         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11916           Don't omit the last (which in case of dmix is the only :) )
11917           channel count. Don't set channels if <= 2.
11918
11919 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
11920
11921         * gst/playback/gstplaybin.c: (gen_video_element),
11922         (gen_audio_element): Removed 2 obsolete comments
11923
11924 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11925
11926         * ext/vorbis/oggvorbisenc.c
11927         * ext/vorbis/vorbisenc.c :
11928           change description fields of those plugins to differentiate them
11929           (pitivi show Encoders by description, they had the same one)
11930
11931 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
11932
11933         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11934
11935         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11936         (gst_play_bin_set_property), (gen_video_element),
11937         (gen_audio_element):
11938           Refcounting fixes for provided audio-/videosinks.
11939
11940 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11941
11942         * gst/playback/gstplaybin.c: (gen_video_element),
11943         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
11944           Don't reference all sinks, but only the video- and audiosinks.
11945           The vis. element should be disposed when we're done with it.
11946           We don't have any reason to keep it around. This fixes warnings
11947           when reusing playbin for playing multiple audio files with
11948           vis. enabled. Also release audio device on pause - idea stolen
11949           from Rhythmbox.
11950
11951 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11952
11953         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
11954         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
11955         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11956         * ext/alsa/gstalsaplugin.c: (plugin_init):
11957         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
11958         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
11959         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
11960         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
11961         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
11962         (gst_faad_change_state), (plugin_init):
11963         * ext/faad/gstfaad.h:
11964         * ext/vorbis/vorbis.c: (plugin_init):
11965         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11966         * gst-libs/gst/audio/Makefile.am:
11967         * gst-libs/gst/audio/audio.c: (plugin_init):
11968         * gst-libs/gst/audio/multichannel.c:
11969         (gst_audio_check_channel_positions),
11970         (gst_audio_get_channel_positions),
11971         (gst_audio_set_channel_positions),
11972         (gst_audio_set_structure_channel_positions_list),
11973         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
11974         (gst_audio_fixate_channel_positions):
11975         * gst-libs/gst/audio/multichannel.h:
11976         * gst-libs/gst/audio/testchannels.c: (main):
11977         * gst/audioconvert/gstaudioconvert.c:
11978         (gst_audio_convert_class_init), (gst_audio_convert_init),
11979         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
11980         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
11981         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11982         * gst/audioconvert/plugin.c: (plugin_init):
11983           Surround sound support.
11984
11985 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11986
11987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11988           Fix position for discont if we're close as well. Nitpicking, but
11989           saves a few milliseconds of extra waiting or skipping.
11990
11991 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11992
11993         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
11994           We sometimes need parsers for playback, so add those too.
11995
11996 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11997
11998         * configure.ac:
11999         * gst/apetag/Makefile.am:
12000         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12001         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12002         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12003         (gst_ape_demux_get_src_query_types),
12004         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12005         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12006         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12007         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12008         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12009         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12010         (gst_ape_demux_change_state):
12011         * gst/apetag/apedemux.h:
12012         * gst/apetag/apetag.c: (plugin_init):
12013         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12014         (plugin_init):
12015           APE v1/2 tag reader plus typefind function.
12016
12017 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12018
12019         * configure.ac:
12020         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12021         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12022           Remove hacks for older core. Require newer core version
12023           accordingly.
12024
12025 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12026
12027         * gst/cdxaparse/Makefile.am:
12028         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12029         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12030         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12031         * gst/cdxaparse/gstcdxaparse.h:
12032         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12033         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12034         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12035         (gst_cdxastrip_get_src_query_types),
12036         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12037         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12038         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12039         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12040         * gst/cdxaparse/gstcdxastrip.h:
12041           SVCD/VCD header stripping separated from CDXA image parsing.
12042         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12043         (plugin_init):
12044           Add VCD/SVCD header typefinding for VCD/SVCD.
12045         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12046         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12047         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12048         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12049         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12050         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12051         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12052         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12053         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12054         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12055         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12056         * sys/vcd/vcdsrc.h:
12057           Fix up, add seeking, querying, URI interface. Works in totem now.
12058
12059 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12060
12061         * configure.ac:
12062           back to CVS
12063
12064 === release 0.8.6 ===
12065
12066 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12067
12068         * NEWS:
12069         * RELEASE:
12070         * configure.ac:
12071         * po/af.po:
12072         * po/az.po:
12073         * po/cs.po:
12074         * po/en_GB.po:
12075         * po/hu.po:
12076         * po/it.po:
12077         * po/nb.po:
12078         * po/nl.po:
12079         * po/or.po:
12080         * po/sq.po:
12081         * po/sr.po:
12082         * po/sv.po:
12083         * po/uk.po:
12084           releasing 0.8.6, "IOU Love"
12085
12086 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12087
12088         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12089
12090         * gst/playback/gstplaybasebin.c:
12091           Fix unplayable files error handling.  Fixes #158365
12092
12093 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12094
12095         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12096
12097         * gst/typefind/gsttypefindfunctions.c:
12098           Fix broken mp3 typefinding.  Fixes #158375
12099
12100 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12101
12102         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12103
12104         * ext/ogg/gstoggdemux.c:
12105           Fix sync on broken files.  Fixes #158976
12106
12107 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12108
12109         patch by: Edward Hervey <bilboed@bilboed.com>
12110
12111         * ext/libpng/gstpngenc.c:
12112           Copy over buffer properties.  Fixes #158832
12113
12114 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12115
12116         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12117
12118         * ext/dvdread/dvdreadsrc.c:
12119           Fixes invalid reads (#158462)
12120
12121 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12122
12123         * sys/v4l/gstv4lsrc.c:
12124         * sys/v4l/gstv4lsrc.h:
12125         * sys/v4l/v4lsrc_calls.c:
12126           Probe less and cache it.  Fixes #159187.
12127
12128 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12129
12130         * gst/videorate/gstvideorate.c:
12131           Handle all video formats. Fixes #159186.
12132
12133 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12134         * gst/synaesthesia/gstsynaesthesia.c:
12135         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12136         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12137         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12138         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12139         (gst_synaesthesia_change_state), (plugin_init):
12140         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12141         Force 320x200 output, as that's the only thing the underlying
12142         synaesthesia implementation supports. Still needs to be made
12143         re-entrant.
12144
12145 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12146
12147         * configure.ac:
12148           Fix mpeg2enc configure check (similar to mplex check below).
12149
12150 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12151
12152         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12153
12154         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12155           Fix for gcc-2.95 (fixes #158221).
12156
12157 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12158
12159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12160           Re-add clock distribution hack (until new core is released).
12161           Fixes #158125.
12162
12163 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12164         * configure.ac:
12165           fix mplex configure check segfaulting on some systems (bug #140994)
12166
12167 2004-11-13  Benjamin Otte  <otte@gnome.org>
12168
12169         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12170           add debugging
12171         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12172           do a wait when we enter the loop func with no data available to
12173           write instead of getting into an 100% CPU loop by just returning and
12174           being called again by the scheduler
12175
12176 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12177
12178         * configure.ac:
12179         * ext/libvisual/visual.c: (gst_visual_get_type),
12180         (libvisual_log_handler), (gst_visual_getcaps),
12181         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12182         (plugin_init):
12183           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12184         * ext/smoothwave/Makefile.am:
12185         * ext/smoothwave/demo-osssrc.c: (main):
12186         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12187         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12188         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12189         (plugin_init):
12190         * ext/smoothwave/gstsmoothwave.h:
12191           Make gstsmoothwave a working element in the 20th century.
12192
12193         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12194           Fix incorrect link function
12195
12196 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12197
12198         * gst/volume/gstvolume.c:
12199           Allow buffer-frames=0.
12200
12201 2004-11-12 Iain <iaingnome@gmail.com>
12202
12203         * configure.ac: Check for polypaudio
12204
12205         * ext/Makefile.am: Build the polyp dir
12206
12207         * ext/polyp: The polypsink sources.
12208
12209 2004-10-30 Iain <iaingnome@gmail.com>
12210
12211         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12212         caps to reflect the new number of channels.
12213
12214 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12215
12216         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12217           Fix for negotiation order problem. This would show when the
12218           ALSA loopfuction was called before any other function. ALSA
12219           wouldn't do anything because we're not negotiated yet, leading
12220           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12221
12222 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12223
12224         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12225
12226         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12227           No warnings (#157986).
12228
12229 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12230
12231         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12232           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12233
12234 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12235
12236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12237           Signal no-more-pads (so it works in playbin).
12238
12239 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12240
12241         * ext/musepack/gstmusepackreader.cpp:
12242           Workaround for older core.
12243
12244 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12245
12246         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12247           Actually test for odd width/height rather than testing whether
12248           a temporary variable that was 0 before we subtracted 1 is now
12249           not equal to zero (which it always is).
12250
12251 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12252
12253         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12254         Fix compilation if HAVE_XVIDEO is not defined
12255
12256 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12257
12258         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12259         Fix compilation if HAVE_XVIDEO is not defined
12260
12261 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12262
12263         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12264         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12265         (gst_goom_change_state), (plugin_init):
12266         Use the bytestream adapter so goom doesn't depend on the input
12267         buffer size.
12268         Add a debug category
12269
12270 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12271
12272         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12273           Only set hardware parameters *after* negotiation. Before
12274           negotiation, it will set ANY and that seems to cause crashes
12275           (see e.g. #151288, #153227).
12276
12277 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12278
12279         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12280           This seems to be antique leftover. It needs to pass error
12281           checking.
12282         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12283         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12284         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12285         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12286           Fix GstXOverlay implementation (#151059).
12287
12288 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12289
12290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12291           Don't assert (#157853).
12292
12293 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12294
12295         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12296           Fix bytes/samples confustion.
12297         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12298           Fix for underrun (#144389).
12299
12300 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12301
12302         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12303           Disable halfway-seek for pending release (since it needs a new
12304           core release).
12305
12306 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12307
12308         * sys/v4l/gstv4lsrc.c:
12309         * sys/v4l/gstv4lsrc.h:
12310         * sys/v4l/v4lsrc_calls.c:
12311           add autoprobe-fps property so we can separate autoprobing parts
12312
12313 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12314
12315         * sys/v4l/gstv4lsrc.c:
12316         * sys/v4l/v4lsrc_calls.c:
12317         initialise fourcc to catch unset fourcc's, and debug
12318
12319 2004-11-09  Wim Taymans  <wim@fluendo.com>
12320
12321         * gst/playback/README:
12322         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12323         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12324         (gst_play_bin_dispose), (gst_play_bin_set_property),
12325         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12326         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12327         (gst_play_bin_get_formats), (gst_play_bin_convert),
12328         (gst_play_bin_get_query_types), (gst_play_bin_query):
12329         Cleanups and some more documentation.
12330
12331 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12332
12333         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12334         (gst_cacasink_init), (gst_cacasink_chain):
12335         * ext/libcaca/gstcacasink.h:
12336         Cacasink inherits from VideoSink, so let that store the clock.
12337
12338 2004-11-09  Wim Taymans  <wim@fluendo.com>
12339
12340         * gst/playback/README:
12341         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12342         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12343         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12344         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12345         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12346         (setup_sinks):
12347         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12348         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12349         * gst/playback/gststreaminfo.h:
12350         Updated README.
12351         Only switch groups if all streams have muted (EOSed).
12352         Send Tags in sync with the stream playback instead of in
12353         the playback/preroll phase.
12354         Some cleanups, free the fakesrc elements.
12355
12356 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12357
12358         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12359           buffer-frames property was missing
12360         * ext/arts/gst_arts.c:
12361           rate missing from sinkcaps
12362         * ext/audiofile/gstafparse.c:
12363         * ext/audiofile/gstafsink.c:
12364         * ext/audiofile/gstafsrc.c:
12365         * ext/swfdec/gstswfdec.c:
12366           int audio doesn't know buffer-frames
12367         * ext/cdparanoia/gstcdparanoia.c:
12368           int audio doesn't know chunksize either
12369         * ext/nas/nassink.c:
12370           it's endianness, not endianess
12371         * gst-libs/gst/audio/audio.h:
12372           make float standard pad template caps really describe float
12373         * gst/law/mulaw.c: (linear_factory):
12374           signed only, please
12375         * gst/mpegstream/gstdvddemux.c:
12376           widths of 20 are not valid
12377
12378 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12379
12380         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12381
12382         * po/LINGUAS:
12383         * po/it.po:
12384           Add Italian
12385
12386 2004-11-08  Wim Taymans  <wim@fluendo.com>
12387
12388         * gst/playback/README:
12389         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12390         * gst/playback/gstplaybasebin.c: (probe_triggered),
12391         (gst_play_base_bin_change_state):
12392         Updated README, added more comments for fixmes etc..
12393
12394 2004-11-08  Wim Taymans  <wim@fluendo.com>
12395
12396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12397         We can remove this hack now.
12398
12399 2004-11-08  Wim Taymans  <wim@fluendo.com>
12400
12401         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12402         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12403         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12404         Only mix AYUV for maximum quality.
12405
12406 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12407
12408         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12409         (gst_ogg_demux_push), (gst_ogg_pad_push):
12410           Let's act as if we're synchronized now! :).
12411         * ext/theora/theoradec.c: (theora_dec_chain):
12412           Add some debug.
12413
12414 2004-11-08  Wim Taymans  <wim@fluendo.com>
12415
12416         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12417         (gst_alpha_set_property), (gst_alpha_sink_link),
12418         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12419         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12420         (gst_alpha_init_params), (gst_alpha_chain):
12421         Implement alpha functions for AYUV too, this increases
12422         accuracy quite a bit.
12423
12424 2004-11-08  Wim Taymans  <wim@fluendo.com>
12425
12426         * gst/ffmpegcolorspace/avcodec.h:
12427         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12428         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12429         (gst_ffmpegcsp_avpicture_fill):
12430         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12431         (gst_ffmpegcsp_caps_remove_format_info):
12432         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12433         (shrink12), (img_get_alpha_info), (deinterlace_line),
12434         (deinterlace_line_inplace):
12435         * gst/ffmpegcolorspace/imgconvert_template.h:
12436         Added AYUV colorspace and handle RGBA a bit more respectful.
12437
12438 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12439
12440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12441           Actually always send a discont (cornercase when resending the
12442           same serial-tagged chain twice).
12443
12444 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12445
12446         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12447         (gst_ximagesink_finalize):
12448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12449         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12450
12451 2004-11-08  Wim Taymans  <wim@fluendo.com>
12452
12453         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12454         Don't segfault on NULL data.
12455
12456 2004-11-08  Wim Taymans  <wim@fluendo.com>
12457
12458         * gst/playback/gstdecodebin.c: (unlinked):
12459         * gst/playback/gstplay-marshal.list:
12460         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12461         (gst_play_base_bin_init), (group_create), (get_active_group),
12462         (get_building_group), (group_destroy), (group_commit),
12463         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12464         (add_element_stream), (no_more_pads), (probe_triggered),
12465         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12466         (state_change), (setup_source), (gst_play_base_bin_get_property),
12467         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12468         (gst_play_base_bin_link_stream),
12469         (gst_play_base_bin_get_streaminfo):
12470         * gst/playback/gstplaybasebin.h:
12471         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12472         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12473         Add support for chained ogg files. Prepare for playlist
12474         support. This patch introduces the concept of pad groups, which
12475         together compose one playable media file.
12476
12477 2004-11-07  David Schleef  <ds@schleef.org>
12478
12479         * testsuite/gst-lint: Check for pad templates that aren't statically
12480         scoped.
12481
12482 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12483
12484         * configure.ac:
12485         * ext/Makefile.am:
12486         * ext/musepack/Makefile.am:
12487         * ext/musepack/gstmusepackdec.cpp:
12488         * ext/musepack/gstmusepackdec.h:
12489         * ext/musepack/gstmusepackreader.cpp:
12490         * ext/musepack/gstmusepackreader.h:
12491           Add musepack decoder.
12492         * ext/faad/gstfaad.c: (gst_faad_base_init):
12493           Make pad templates static.
12494         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12495         (plugin_init):
12496           Add musepack typefinder, make mp3 typefinding work halfway stream,
12497           which doesn't actually work yet because id3demux doesn't implement
12498           _get_length().
12499
12500 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12501
12502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12503         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12504           Fix interrupt event handling (#144436).
12505
12506 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12507
12508         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12509           Hide unused glory.
12510
12511 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12512
12513         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12514
12515         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12516           Fix weird caps (#157548).
12517
12518 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12519
12520         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12521
12522         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12523           Add missing NULL terminator (#157543).
12524
12525 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12526
12527         * gst/tcp/gsttcp.h:
12528         * gst/tcp/gsttcpclientsink.c:
12529         * gst/tcp/gsttcpclientsrc.c:
12530         * gst/tcp/gsttcpserversink.c:
12531         * gst/tcp/gsttcpserversrc.c:
12532           ports can go up to 65535.  Move common defines to gsttcp.h
12533
12534 2004-11-05  Wim Taymans  <wim@fluendo.com>
12535
12536         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12537         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12538         Added two more colorspaces.
12539
12540 2004-11-05  Wim Taymans  <wim@fluendo.com>
12541
12542         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12543         (gst_ffmpegcsp_avpicture_fill):
12544         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12545         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12546         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12547         More stride fixes.
12548
12549 2004-11-05  Wim Taymans  <wim@fluendo.com>
12550
12551         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12552         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12553         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12554         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12555         (gst_videomixer_loop):
12556         More stride fixes.
12557
12558 2004-11-05  Benjamin Otte  <otte@gnome.org>
12559
12560         * ext/mad/gstmad.c: (gst_mad_chain):
12561           don't overflow data buffer. Flush not needed sync data when syncing
12562           failed.
12563
12564 2004-11-04  Wim Taymans  <wim@fluendo.com>
12565
12566         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12567         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12568         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12569         (gst_alpha_init_params), (gst_alpha_chain),
12570         (gst_alpha_change_state):
12571         Updated the chroma keying algorithm with something more
12572         sophisticated.
12573
12574 2004-11-03  Wim Taymans  <wim@fluendo.com>
12575
12576         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12577         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12578         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12579         Fix stride issues. Does not completely work for odd
12580         heights.
12581
12582 2004-11-03  Wim Taymans  <wim@fluendo.com>
12583
12584         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12585         (gst_alpha_chroma_key), (gst_alpha_chain):
12586         Fix stride issues. Does not completely work for odd
12587         heights.
12588
12589 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12590
12591         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12592         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12593         leak fixes
12594
12595 2004-11-03  Wim Taymans  <wim@fluendo.com>
12596
12597         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12598         (gst_ffmpegcsp_avpicture_fill):
12599         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12600         (avpicture_alloc):
12601         * gst/ffmpegcolorspace/imgconvert_template.h:
12602         Use correct _fill function to get correct strides.
12603
12604 2004-11-02  David Schleef  <ds@schleef.org>
12605
12606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12607         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12608         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12609         Change all g_print()s to debugging.  Add a bunch of consistency
12610         checks.
12611
12612 2004-11-02  Wim Taymans  <wim@fluendo.com>
12613
12614         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12615         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12616         (unlinked), (no_more_pads), (close_link):
12617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12618         (unknown_type), (add_element_stream), (new_decoded_pad),
12619         (removed_decoded_pad), (setup_source):
12620         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12621         (gst_stream_info_class_init), (gst_stream_info_init),
12622         (gst_stream_info_new), (gst_stream_info_dispose),
12623         (stream_info_mute_pad), (gst_stream_info_set_property),
12624         (gst_stream_info_get_property):
12625         * gst/playback/gststreaminfo.h:
12626         Fix playback of multiple files.
12627         a slightly different approach to handling dynamic pad removals.
12628         This one only looks at pads that we have linked.
12629
12630 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12631
12632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12633         free" warning from libc.
12634
12635 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12636
12637         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12638         (get_unconnected_element), (remove_starting_from), (pad_removed),
12639         (close_link):
12640           Implement support for dynamic pad changing. We listen to "live"
12641           pad removals (i.e. while playing) and re-setup autoplugging
12642           after that. Playbasebin/playbin need some more work for this
12643           to finally work, but decodebin supports (and replugs) chained
12644           ogg now.
12645
12646 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12647
12648         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12649         (gst_alsa_finalize):
12650         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12651         (gst_cdaudio_finalize):
12652         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12653         (cdparanoia_finalize):
12654         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12655         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12656         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12657         (dvdreadsrc_finalize):
12658         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12659         (gst_flacdec_finalize):
12660         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12661         (gst_flacenc_finalize):
12662         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12663         (gst_gnomevfssink_finalize):
12664         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12665         (gst_gnomevfssrc_finalize):
12666         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12667         (gst_fameenc_finalize):
12668         * ext/nas/nassink.c: (gst_nassink_class_init),
12669         (gst_nassink_finalize):
12670         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12671         (gst_sdlvideosink_class_init):
12672         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12673         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12674         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12675         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12676         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12677         (gst_x_window_listener_dispose):
12678         * gst/audioscale/gstaudioscale.c:
12679         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12680         (play_on_demand_finalize):
12681         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12682         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12683         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12684         (cdplayer_finalize):
12685         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12686         (gst_glimagesink_class_init):
12687         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12688         (gst_osselement_finalize):
12689         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12690         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12691         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12692           Fixes a bunch of problems with finalize and dispose functions,
12693           either assumptions that dispose is only called once, or not calling
12694           the parent class dispose/finalize function
12695
12696 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12697
12698         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12699           added two api precondition guards
12700           use g_strdup with getenv to fix crash when using ENVVAR
12701
12702 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12703         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12704         (gst_esdsink_finalize):
12705         Use a finalize function, not dispose, and more importantly,
12706         call the parent class finalize function too
12707
12708 2004-11-01  Johan Dahlin  <johan@gnome.org>
12709
12710         * ext/ogg/gstoggdemux.c:
12711         * gst/tags/gstvorbistag.c:
12712         Plug leaks.
12713
12714 2004-10-31  Benjamin Otte  <otte@gnome.org>
12715
12716         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12717           lotsa memleaks today. But they're all small...
12718
12719 2004-10-31  Benjamin Otte  <otte@gnome.org>
12720
12721         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12722           another memleak crushed
12723
12724 2004-10-31  Benjamin Otte  <otte@gnome.org>
12725
12726         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12727           fix memleak
12728
12729 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12730
12731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12732           Hack to prevent crash when going to READY inside signal handler
12733           while this function is active.
12734
12735 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12736
12737         * gst/ffmpegcolorspace/Makefile.am:
12738         * gst/ffmpegcolorspace/avcodec.h:
12739         * gst/ffmpegcolorspace/common.h:
12740         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12741         * gst/ffmpegcolorspace/dsputil.h:
12742         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12743         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12744         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
12745         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
12746         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
12747         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
12748         (gst_ffmpegcsp_avpicture_fill):
12749         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12751         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12752         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
12753         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12754         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12755         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12756         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
12757         * gst/ffmpegcolorspace/imgconvert.c:
12758         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12759         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
12760         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
12761         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
12762         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
12763         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
12764         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
12765         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
12766         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
12767         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
12768         (grow21), (grow22), (grow41), (grow44), (conv411),
12769         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
12770         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
12771         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
12772         (avpicture_free), (is_yuv_planar), (img_convert),
12773         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
12774         (deinterlace_line_inplace), (deinterlace_bottom_field),
12775         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
12776         * gst/ffmpegcolorspace/imgconvert_template.h:
12777         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
12778         * gst/ffmpegcolorspace/mmx.h:
12779         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
12780         (av_fast_realloc), (av_mallocz_static), (av_free_static),
12781         (av_freep), (avcodec_get_context_defaults),
12782         (avcodec_alloc_context), (avcodec_init):
12783           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
12784           handling plus update from ffmpeg CVS. Large clean-up.
12785
12786 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12787
12788         * gst/playback/Makefile.am:
12789           We need the marshallers for decodebin, too.
12790
12791 2004-10-30  David Schleef  <ds@schleef.org>
12792
12793         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
12794           quicktime typefinding work with 64-bit offsets.
12795
12796 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
12797
12798         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
12799           Set EOS on the element when processing an EOS event.
12800         * ext/speex/gstspeexdec.h:
12801         * ext/speex/gstspeexenc.h:
12802           Only keep a const ptr to the mode
12803         * gst-libs/gst/riff/riff-media.c:
12804         (gst_riff_create_audio_caps_with_data),
12805         (gst_riff_create_audio_template_caps):
12806           Allow WMAV3, with up to 6 channels.
12807         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
12808           Don't call gst_pad_set_event_function on a sink pad.
12809         * gst/mpegstream/gstdvddemux.c:
12810         (gst_dvd_demux_get_subpicture_stream),
12811         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
12812           Copy the explicit caps that were set across to the cur_* pads,
12813           instead of trying to use a possibly non-existent negotiated caps.
12814           Reset the type of subpicture pads to UNKNOWN after calling
12815           init_stream, so that the caps get set.
12816
12817 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
12818
12819         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12820
12821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12822           Don't touch buffer if it is of size 0 (fixes #151064).
12823
12824 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12825
12826         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
12827           Synchronized discont handling.
12828
12829 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12830
12831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12832         (gst_ogg_demux_push):
12833           Make seeking sort-of exact again (fixes #156387).
12834
12835 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12836
12837         * gst/playback/gstplaybasebin.c: (unknown_type),
12838         (add_element_stream), (new_decoded_pad),
12839         (gst_play_base_bin_change_state):
12840         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12841         (gst_stream_info_init), (gst_stream_info_new),
12842         (gst_stream_info_dispose), (gst_stream_info_get_property):
12843         * gst/playback/gststreaminfo.h:
12844           Make caps explicitely available. Makes testing for unsupported
12845           types possible. Improves error reporting.
12846
12847 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12848
12849         * gst/audioconvert/gstaudioconvert.c:
12850         (gst_audio_convert_buffer_to_default_format):
12851           Really don't touch read-only buffers (#156563).
12852
12853 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
12854
12855         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12856
12857         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12858           Fix memleak (#155223).
12859
12860 2004-10-29  Wim Taymans  <wim@fluendo.com>
12861
12862         * gst/tcp/.cvsignore:
12863         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12864         (gst_multifdsink_class_init), (gst_multifdsink_init),
12865         (gst_multifdsink_add), (gst_multifdsink_remove),
12866         (gst_multifdsink_remove_client_link), (is_sync_frame),
12867         (gst_multifdsink_new_client),
12868         (gst_multifdsink_handle_client_write),
12869         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12870         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12871         (gst_multifdsink_get_property):
12872         * gst/tcp/gstmultifdsink.h:
12873         Added burst on connect sync_method, deprecated sync_clients,
12874         streamlined the sync code some more.
12875
12876 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12877
12878         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
12879         (gst_play_base_bin_change_state):
12880           Improve error reporting.
12881
12882 2004-10-28  Wim Taymans  <wim@fluendo.com>
12883
12884         * gst/tcp/Makefile.am:
12885         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
12886         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
12887         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
12888         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12889         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12890         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12891         (gst_fdset_wait):
12892         Added more locks around fdset structures. Fixed/reworked
12893         the poll array resizing code.
12894         Added stress test for fdset.
12895
12896 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12897
12898         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12899         fix build
12900
12901 2004-10-28  Benjamin Otte  <otte@gnome.org>
12902
12903         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12904           fix link function to always query channels and query width for
12905           floats
12906         * configure.ac:
12907           add equalizer dir
12908         * gst/equalizer/Makefile.am:
12909         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
12910         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
12911         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
12912         (arg_to_scale), (setup_filter),
12913         (gst_iir_equalizer_compute_frequencies),
12914         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
12915         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
12916         (plugin_init):
12917           add an equalizer
12918
12919 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12920
12921         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
12922
12923         * po/LINGUAS:
12924         * po/nb.po:
12925           Added Norwegian Bokmaal translation
12926
12927 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12928
12929         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12930           Don't break on options (fixes #156488).
12931
12932 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12933
12934         * configure.ac:
12935         * ext/cdaudio/Makefile.am:
12936         * sys/Makefile.am:
12937           fix build on older automake
12938
12939 2004-10-26  Wim Taymans  <wim@fluendo.com>
12940
12941         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12942         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12943         Allow a little margin when negotiating the framerate.
12944
12945 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
12946
12947         * gst/level/gstlevel.c:
12948           synchonised naming of pads and pad-templates
12949
12950 2004-10-26  Wim Taymans  <wim@fluendo.com>
12951
12952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12953         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
12954         (_find_streams_check), (gst_ogg_demux_push):
12955         Fix EOS again. Needs to be done in a better way. We should not
12956         remove the pad if there is no new chained stream.
12957
12958 2004-10-26 Iain <iaingnome@gmail.com>
12959
12960         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
12961         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
12962         of the caps.
12963         * gst/interleave/interleave.c (interleave_class_init): Hook up release
12964         pad.
12965         (interleave_release_pad): Remove the pad.
12966         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
12967         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
12968         the set device.
12969         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
12970         attrs
12971         (gst_xvimagesink_xcontext_clear): Free the xcontext.
12972         (gst_xvimagesink_finalize): Free the par.
12973
12974 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12975
12976         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
12977         (gst_avimux_stop_file):
12978           First calculate the rate, and only then use it. Hdr.rate is a
12979           multiple and not a derivative of hdr.scale. Scale is not the
12980           same as blockalign but is solely related to rate.
12981
12982 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12983
12984         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12985         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
12986           Implement seeking.
12987
12988 2004-10-25  James Henstridge  <james@jamesh.id.au>
12989
12990         Reviewed by:  David Schleef  <ds@schleef.org>
12991
12992         * examples/gstplay/player.c: (got_stream_length), (main):
12993         * examples/seeking/cdplayer.c: (update_scale):
12994         * examples/seeking/seek.c: (format_value), (update_scale):
12995         * examples/seeking/spider_seek.c: (format_value), (update_scale),
12996         (stop_seek):
12997         Build fixes on AMD64.
12998
12999 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13000
13001         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13002
13003         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13004         Fix for some v4l cards which hang in v4lsrc
13005
13006 2004-10-25  Wim Taymans  <wim@fluendo.com>
13007
13008         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13009         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13010         Make sure to remove the pad when a new chain is
13011         encountered. Set some vars to NULL so we don't try
13012         to reference freed memory.
13013
13014 2004-10-25  Wim Taymans  <wim@fluendo.com>
13015
13016         * examples/seeking/Makefile.am:
13017         * examples/seeking/cdplayer.c: (update_scale):
13018         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13019         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13020         (format_value), (update_scale), (iterate), (start_seek),
13021         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13022         (print_usage), (main):
13023         Added some more examples, update others.
13024
13025 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13026
13027         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13028         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13029         * ext/theora/theoradec.c: (theora_dec_chain):
13030         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13031           Add codec-name metadata.
13032
13033 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13034
13035         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13036
13037         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13038         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13039         * ext/alsa/gstalsamixertrack.h:
13040         * po/POTFILES.in:
13041           ALSA mixer track label internationalization (#154054).
13042
13043 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13044
13045         * ext/theora/theoradec.c: (theora_dec_chain):
13046           Export bitrate as metadata.
13047
13048 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13049
13050         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13051         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13052         * ext/alsa/gstalsamixertrack.h:
13053           Fix names, fix loop.
13054
13055 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13056
13057         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13058         (speex_dec_convert):
13059           sinkconvert function so oggdemux can get the file length (totem).
13060
13061 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13062
13063         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13064
13065         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13066           Don't push incomplete packets.
13067         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13068           Fix MPEG-4 audio typefinding.
13069
13070 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13071
13072         * sys/v4l/Makefile.am:
13073         * sys/v4l/gstv4l.c: (plugin_init):
13074         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13075         (gst_v4lelement_init), (gst_v4lelement_dispose),
13076         (gst_v4lelement_change_state):
13077         * sys/v4l/gstv4lelement.h:
13078         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13079         (gst_v4l_xoverlay_close), (idle_refresh),
13080         (gst_v4l_xoverlay_set_xwindow_id):
13081         * sys/v4l/gstv4lxoverlay.h:
13082         * sys/v4l/v4l-overlay_calls.c:
13083         * sys/v4l/v4l_calls.h:
13084         * sys/v4l2/Makefile.am:
13085         * sys/v4l2/gstv4l2.c: (plugin_init):
13086         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13087         (gst_v4l2element_init), (gst_v4l2element_dispose),
13088         (gst_v4l2element_change_state):
13089         * sys/v4l2/gstv4l2element.h:
13090         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13091         (gst_v4l2_xoverlay_close), (idle_refresh),
13092         (gst_v4l2_xoverlay_set_xwindow_id):
13093         * sys/v4l2/gstv4l2xoverlay.h:
13094         * sys/v4l2/v4l2-overlay_calls.c:
13095         * sys/v4l2/v4l2_calls.h:
13096           Remove client-side overlay handling, use the X-server v4l plugin
13097           for that. Nicer overlay, less code. Also make the plugin
13098           compileable without X (but then without overlay, obviously).
13099           Makes xwindowlistener obsolete, should we remove that?
13100
13101 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13102
13103         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13104         (gst_osssrc_src_query):
13105         * sys/oss/gstosssrc.h:
13106           OK, so people want offset in DEFAULT. This time, actually fix all
13107           cases.
13108         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13109           Add FPS properly.
13110
13111 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13112
13113         * gst/asfdemux/gstasfmux.c:
13114         * gst/avi/gstavimux.c:
13115           Framerate.
13116
13117 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13118
13119         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13120           Fix properties (channel, norm, frequency).
13121
13122 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13123
13124         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13125           Flag typo.
13126         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13127           No warnings.
13128
13129 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13130
13131         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13132           Fix hang.
13133
13134 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13135
13136         * sys/v4l2/gstv4l2element.h:
13137           Yet Another Hack (tm) for kernel header borkedness.
13138         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13139         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13140         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13141         (gst_v4l2src_change_state):
13142         * sys/v4l2/gstv4l2src.h:
13143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13144         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13145           Fix caps, keep track of state, work.
13146
13147 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13148
13149         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13150           Quiet.
13151
13152 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13153
13154         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13155           Don't mix bytes and samples.
13156
13157 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13158
13159         * ext/ogg/gstoggmux.c:
13160           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13161           and theora. Any is incorrect.
13162         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13163           Fix caps.
13164         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13165         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13166         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13167         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13168         * sys/v4l/gstv4lmjpegsrc.h:
13169         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13170         (gst_v4lsrc_change_state):
13171         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13172         (gst_v4lmjpegsrc_capture_stop):
13173           Fix caps. Keep track of internal state. Work.
13174
13175 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13176
13177         * ext/Makefile.am:
13178           Fix the build fixes.
13179
13180 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13181
13182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13183         (gst_ogg_demux_src_event), (_find_chain_seek),
13184         (gst_ogg_pad_push):
13185           Check for pad availability before using it.
13186         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13187           Fix parsing of chained ogg. Needs more work on the decoder side.
13188
13189 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13190
13191         * gst/spectrum/Makefile.am:
13192         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13193         (idle_func):
13194           Fix demo and reenable it. Yes, I'm currently playing with audio
13195           analysis tools
13196
13197 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13198
13199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13200           We love it if files that start at zero work too...
13201
13202 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13203
13204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13205           Handle files with missing EOS headers.
13206
13207 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13208
13209         * gst/tcp/gsttcpserversink.c:
13210         (gst_tcpserversink_handle_server_read),
13211         (gst_tcpserversink_init_send):
13212         Zero some variables first (need for accept not to return EINVAL)
13213
13214 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13215
13216         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13217         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13218         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13219         (theora_dec_chain):
13220         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13221         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13222           Seeking and querying finetune.
13223
13224 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13225
13226         * configure.ac:
13227         * ext/Makefile.am:
13228         * ext/raw1394/Makefile.am:
13229           fix the build
13230
13231 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13232
13233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13234           Wrong return.
13235         * gst/playback/Makefile.am:
13236         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13237         * gst/playback/gstplay-marshal.list:
13238         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13239           Fix marshallers.
13240
13241 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13242
13243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13244           Silence.
13245
13246 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13247
13248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13249         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13250         (gst_ogg_pad_push):
13251           Yay for non-lineair granulepos in theora.
13252
13253 2004-10-18  Wim Taymans  <wim@fluendo.com>
13254
13255         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13256         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13257         * ext/dv/gstdvdec.h:
13258         Make sure we renegotiate aspect ratio when the camera switches.
13259
13260 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13261
13262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13263         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13264           Start at zero.
13265         * ext/theora/theoradec.c: (theora_dec_chain):
13266           Skip headers. Bad idea for chained ogg, but fixes seeking.
13267
13268 2004-10-18  Wim Taymans  <wim@fluendo.com>
13269
13270         * configure.ac:
13271         I swear, this is the last time I touch this.
13272
13273 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13274
13275         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13276         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13277         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13278           Faster seeking.
13279         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13280           Time-to-default conversion.
13281         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13282           Don't error on unknown packets, just skip. We should probably
13283           read them if we want to support chained ogg.
13284
13285 2004-10-18  Wim Taymans  <wim@fluendo.com>
13286
13287         * configure.ac:
13288         Added cdaudio to wrong list.
13289
13290 2004-10-18  Wim Taymans  <wim@fluendo.com>
13291
13292         * configure.ac:
13293         Revive cdaudio.
13294
13295 2004-10-18  Wim Taymans  <wim@fluendo.com>
13296
13297         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13298         (gst_dvdec_video_link), (gst_dvdec_push):
13299         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13300         (gst_smokeenc_resync), (gst_smokeenc_chain):
13301         Fix mimetype on smoke encoder.
13302         Add aspect ratio to dvdec. Not sure if these
13303         values are correct though....
13304
13305 2004-10-18  Wim Taymans  <wim@fluendo.com>
13306
13307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13308         Fix vorbis property descriptions and ranges.
13309
13310 2004-10-18  Wim Taymans  <wim@fluendo.com>
13311
13312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13313         Really do nothing when no data is available.
13314         Go to the playing state when the stream is not seekable
13315         instead of failing.
13316
13317 2004-10-18  Wim Taymans  <wim@fluendo.com>
13318
13319         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13320         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13321         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13322         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13323         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13324         Added uri handler for cd://
13325         Port to new API.
13326
13327 2004-10-18  Wim Taymans  <wim@fluendo.com>
13328
13329         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13330         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13331         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13332         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13333         (remove_prerolls), (unknown_type), (add_element_stream),
13334         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13335         (gst_play_base_bin_remove_element),
13336         (gst_play_base_bin_link_stream):
13337         * gst/playback/gstplaybin.c: (gen_video_element),
13338         (gen_vis_element), (remove_sinks), (setup_sinks):
13339         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13340         (gst_stream_info_get_type), (gst_stream_info_class_init),
13341         (gst_stream_info_init), (gst_stream_info_new),
13342         (gst_stream_info_dispose), (stream_info_mute_pad),
13343         (gst_stream_info_set_property), (gst_stream_info_get_property):
13344         * gst/playback/gststreaminfo.h:
13345         Add sink padtemplate to decodebin.
13346         Added some more comments.
13347         Make queue size configurable in playbasebin.
13348         Added possibility to use elements as sinks (ex cdaudio).
13349
13350 2004-10-15  Wim Taymans  <wim@fluendo.com>
13351
13352         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13353         (gst_speexenc_chain):
13354         Fix speex timestamps so that it gets muxed properly.
13355
13356 2004-10-15  Wim Taymans  <wim@fluendo.com>
13357
13358         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13359         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13360         (gst_dv1394src_init), (gst_dv1394src_dispose),
13361         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13362         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13363         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13364         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13365         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13366         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13367         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13368         * ext/raw1394/gstdv1394src.h:
13369         Added conversion/query functions.
13370         Update buffer timestamps,
13371         Added signals.
13372         Added uri dv:// so it might play from the firewire in playbin.
13373         Fix a possible leak.
13374         Added debugging.
13375
13376 2004-10-15  Wim Taymans  <wim@fluendo.com>
13377
13378         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13379         (gst_dv1394src_init), (gst_dv1394src_set_property),
13380         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13381         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13382         * ext/raw1394/gstdv1394src.h:
13383         Added AV/C VTR control support needed for some cameras.
13384         Added automatic port detection.
13385         Added properties for selecting the channel.
13386         The configure.ac script is not yet updated to reflect the
13387         new libavc1394 and librom1394 dependencies.
13388
13389 2004-10-15  Wim Taymans  <wim@fluendo.com>
13390
13391         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13392         (qtdemux_parse), (gst_qtdemux_handle_esds):
13393         An esds box is not a container.
13394         Fix parsing of mp4v boxes.
13395         Do not try to renegotiate fps for each frame. Need to
13396         find a better method. This should fix mp4 playback.
13397
13398 2004-10-14  David Schleef  <ds@schleef.org>
13399
13400         * configure.ac: update for swfdec-0.3 and liboil-0.2
13401         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13402         * ext/swfdec/gstswfdec.h: same
13403         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13404         * gst/videotestsrc/videotestsrc.c: same
13405
13406 2004-10-14  Wim Taymans  <wim@fluendo.com>
13407
13408         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13409         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13410         (is_sync_frame), (gst_multifdsink_new_client),
13411         (gst_multifdsink_handle_client_write),
13412         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13413         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13414         Turn warnings into info.
13415         Don't allow a state change in the streaming thread.
13416
13417 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13418
13419         * ext/vorbis/oggvorbisenc.c:
13420         * ext/vorbis/vorbisdec.c:
13421           fix template sample rate
13422
13423 2004-10-13  Wim Taymans  <wim@fluendo.com>
13424
13425         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13426         Decoding the header first fixes some problems in resyncing
13427         in more mp3s.
13428
13429 2004-10-12  Wim Taymans  <wim@fluendo.com>
13430
13431         * gst/playback/gstplaybin.c: (gen_video_element),
13432         (gen_vis_element), (remove_sinks), (setup_sinks):
13433         Added vis plugin support, need to configure the vis
13434         element to activate it.
13435
13436 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13437
13438         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13439         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13440           Some debug.
13441         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13442         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13443         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13444         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13445         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13446         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13447         * gst/avi/gstavidemux.h:
13448           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13449           recovery (where, if part of the index is broken, we will still read
13450           the rest of the index and recover the broken part by stream
13451           scanning). More broken media support. EOS workarounds. General AVI
13452           braindamage headache recovery. Aspirin included.
13453
13454 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13455
13456         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13457         (cdparanoia_event), (cdparanoia_query):
13458           Get rid of hideous lead-in.
13459
13460 2004-10-11  Wim Taymans  <wim@fluendo.com>
13461
13462         * gst/playback/gstplaybasebin.c: (setup_source):
13463         Wrong var used to get g_list_next.
13464
13465 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13466
13467         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13468         (cdparanoia_get), (cdparanoia_open):
13469           Report discid as metadata, add duration.
13470
13471 2004-10-11  Wim Taymans  <wim@fluendo.com>
13472
13473         * gst/playback/gstplaybasebin.c: (setup_source):
13474         Cleanup the previous pipeline a little earlier for the
13475         case that a source element provides raw data.
13476
13477 2004-10-11  Benjamin Otte  <otte@gnome.org>
13478
13479         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13480           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13481           consuming the last 128 bytes, even though it was valid mp3 data.
13482
13483 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13484
13485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13486         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13487         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13488         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13489
13490 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13491
13492         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13493         Fix for webcams that support only specific width or height
13494
13495 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13496
13497         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13498
13499         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13500           Fix wrong discont event setup (fixes #154967).
13501
13502 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13503
13504         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13505
13506         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13507           Error out on invalid data (fixes #154807).
13508
13509 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13510
13511         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13512
13513         * ext/dvdread/dvdreadsrc.c: (_read):
13514           Make titles > 0 work again (fixes #154834).
13515
13516 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13517
13518         * gst-libs/gst/riff/riff-media.c:
13519         (gst_riff_create_video_template_caps):
13520           WMV3 missing in template caps.
13521
13522 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13523
13524         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13525           OK, so the original code was too strict. It makes random AVI files
13526           hang for seconds upon opening, which is unacceptable and is far
13527           beyond the original goal of getting multiple chunks for one-chunk
13528           sounc stream files. So now do just that.
13529
13530 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13531
13532         * gst/playback/gstplaybasebin.c: (setup_source),
13533         (gst_play_base_bin_change_state):
13534           Actually clean up streaminfo if output fails. This would trigger
13535           if, for example, there was no CD in the drive. No preroll, so
13536           a streaminfo structure is created, but the subsequent state change
13537           of the thread fails.
13538         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13539           Don't change state if parent failed.
13540
13541 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13542
13543         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13544         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13545         (gen_video_element), (remove_sinks):
13546           Add small bits of code for screenshot handling.
13547
13548 2004-10-08  Wim Taymans  <wim@fluendo.com>
13549
13550         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13551         (gen_video_element), (gen_audio_element), (setup_sinks):
13552         Don't assume the user provided sinks are named "sink"...
13553
13554 2004-10-08  Wim Taymans  <wim@fluendo.com>
13555
13556         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13557         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13558         (gst_play_base_bin_link_stream):
13559         Do not try to autoplug sources that generate raw streams like
13560         cdparanoia.
13561         disconnect the preroll overrun signal when we don't need it anymore.
13562
13563 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13564
13565         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13566         Added reworked patch from #154903 from milosz derezynski (deadchip).
13567
13568 2004-10-08  Wim Taymans  <wim@fluendo.com>
13569
13570         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13571         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13572         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13573         (cdparanoia_convert), (cdparanoia_uri_get_type),
13574         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13575         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13576         * ext/cdparanoia/gstcdparanoia.h:
13577         This adds the cdda://<tracknum> uri.
13578
13579 2004-10-08  Wim Taymans  <wim@fluendo.com>
13580
13581         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13582         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13583         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13584         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13585         (unknown_type), (gst_play_base_bin_remove_element),
13586         (gst_play_base_bin_link_stream):
13587         * gst/playback/gstplaybasebin.h:
13588         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13589         (gst_play_bin_set_property), (gen_video_element),
13590         (gen_audio_element), (setup_sinks):
13591         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13592         (gst_stream_info_get_type), (gst_stream_info_class_init),
13593         (gst_stream_info_init), (gst_stream_info_new),
13594         (gst_stream_info_dispose), (stream_info_mute_pad),
13595         (gst_stream_info_set_property), (gst_stream_info_get_property):
13596         * gst/playback/gststreaminfo.h:
13597         Reuse the audio and video bins.
13598         Some internal cleanups in the stream selection code.
13599
13600 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13601
13602         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13603         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13604         * sys/ximage/ximagesink.h:
13605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13606         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13607         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13608         not coming from those elements. Moreover these elements should not keep
13609         the xid they have been given when in NULL state.
13610
13611 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13612
13613         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13614         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13615         * sys/ximage/ximagesink.h:
13616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13617         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13618         * sys/xvimage/xvimagesink.h:
13619           Actually only create a new toplevel window if we're not gonna
13620           embed it right after.
13621
13622 2004-10-07  Wim Taymans  <wim@fluendo.com>
13623
13624         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13625         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13626         * gst/playback/gstplaybin.c: (setup_sinks):
13627         Implement muting/unmuting of streams, mute streams that are not
13628         used.
13629
13630 2004-10-07  Wim Taymans  <wim@fluendo.com>
13631
13632         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13633         (plugin_init):
13634         Added lame audio/x-ac3 typefind function.
13635
13636 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13637
13638         * configure.ac:
13639           bump nano to cvs
13640
13641 === release 0.8.5 ===
13642
13643 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13644
13645         * NEWS:
13646         * RELEASE:
13647         * configure.ac:
13648           releasing 0.8.5, "Take You On"
13649
13650 2004-10-06  Wim Taymans  <wim@fluendo.com>
13651
13652         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13653         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13654         (no_more_pads), (close_link), (type_found):
13655         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13656         * gst/playback/gstplaybin.c: (gen_video_element):
13657         Do not signal the no_more_pads after the first pad when
13658         we are plugging a non dynamic element with multiple
13659         output pads (like swfdec, dvdec, ...).
13660
13661 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13662
13663         * configure.ac:
13664           bump for prerelease
13665
13666 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13667
13668         * gst/wavparse/gstwavparse.c:
13669           add ATRAC3 to STATIC CAPS to fix a warning
13670
13671         * gst/matroska/ebml-read.c:
13672         * gst-libs/gst/riff/riff-read.c:
13673           fix typos
13674
13675 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13676
13677         * gst-libs/gst/riff/riff-media.c:
13678           generate caps for ATRAC3 audio streams
13679
13680         * gst/realmedia/rmdemux.c:
13681           generate caps for ATRAC3 audio streams
13682
13683 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13684
13685         * gst/wavparse/Makefile.am
13686         * gst/wavparse/riff.h
13687         * gst/wavparse/wavparse.vcproj
13688           riff.h removal (unused and duplication with riff-ids.h)
13689
13690 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13691
13692         * gst/wavparse/gstwavparse.h
13693           remove duplicated defines for audio codec codes
13694
13695         * gst-libs/gst/riff/riff-ids.h
13696         * gst/wavenc/riff.h:
13697           add "4CC" code for ATRAC3 audio streams
13698           add "4CC" code for ITU_G721_ADPCM (unused for now)
13699
13700 2004-10-06  Wim Taymans  <wim@fluendo.com>
13701
13702         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13703         Actually _do_ negotiation. Pass gdouble as arg instead
13704         of guint64 for the framerate.
13705
13706 2004-10-06  Wim Taymans  <wim@fluendo.com>
13707
13708         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13709         (find_compatibles), (close_pad_link), (try_to_link_1),
13710         (no_more_pads), (close_link), (type_found):
13711         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13712         * gst/playback/gstplaybin.c: (gen_video_element),
13713         (gen_audio_element):
13714         Set state on newly added element to READY so that negotiation
13715         can happen ASAP.
13716         Addes some more debug info.
13717         Do not try to plug pads with multiple caps structures or ANY
13718         because it is too dangerous since we do not do dynamic
13719         replugging.
13720
13721 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13722
13723         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13724
13725         * po/LINGUAS:
13726         * po/or.po:
13727           add Oriya translation
13728
13729 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13730
13731         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13732           Prevent overwrite of size member. Makes audio sound crappy.
13733
13734 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13735
13736         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13737         Add rmvb to the list of known RealMedia extensions
13738
13739 2004-10-05  Wim Taymans  <wim@fluendo.com>
13740
13741         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
13742         (mngdec_openstream), (mngdec_closestream),
13743         (mngdec_handle_sink_event), (mngdec_readdata),
13744         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
13745         (mngdec_getcanvasline), (mngdec_refresh),
13746         (gst_mngdec_change_state):
13747         Set the framerate correctly.
13748
13749 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13750
13751         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13752           There was something wrong with the index massaging.
13753
13754 2004-10-04  Wim Taymans  <wim@fluendo.com>
13755
13756         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
13757         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
13758         (gst_smokedec_chain):
13759         * ext/jpeg/gstsmokedec.h:
13760         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13761         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
13762         * ext/jpeg/gstsmokeenc.h:
13763         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
13764         (smokecodec_decode_new), (smokecodec_info_free),
13765         (smokecodec_set_quality), (smokecodec_get_quality),
13766         (smokecodec_set_threshold), (smokecodec_get_threshold),
13767         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13768         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
13769         (smokecodec_encode), (smokecodec_parse_id),
13770         (smokecodec_parse_header), (smokecodec_decode):
13771         * ext/jpeg/smokecodec.h:
13772         * ext/jpeg/smokeformat.h:
13773         Updated smoke, new bitstream, allows embedding in ogg.
13774
13775 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13776
13777         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13778           Fix seeking in some files. All this code is no longer needed (and
13779           actually breaks stuff) because we now synchronize the full index
13780           right when reading the header.
13781
13782 2004-10-04  Wim Taymans  <wim@fluendo.com>
13783
13784         * configure.ac:
13785         configure update for libmng.
13786
13787 2004-10-04  Wim Taymans  <wim@fluendo.com>
13788
13789         * ext/libmng/Makefile.am:
13790         * ext/libmng/gstmng.c: (plugin_init):
13791         * ext/libmng/gstmng.h:
13792         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
13793         (gst_mngdec_base_init), (gst_mngdec_class_init),
13794         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
13795         (gst_mngdec_loop), (gst_mngdec_get_property),
13796         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
13797         (mngdec_closestream), (mngdec_handle_sink_event),
13798         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
13799         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
13800         (gst_mngdec_change_state):
13801         * ext/libmng/gstmngdec.h:
13802         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
13803         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
13804         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
13805         (gst_mngenc_chain), (gst_mngenc_get_property),
13806         (gst_mngenc_set_property):
13807         * ext/libmng/gstmngenc.h:
13808         Added basic MNG decoder. Needs more work. The encoder does
13809         not work yet.
13810
13811 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13812
13813         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
13814         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
13815         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
13816           Don't hang on length=0 chunks. Some negotiation fixes. Signal
13817           no-more-pads.
13818
13819 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13820
13821         * configure.ac:
13822           you need at least 1.0.4 of speex
13823
13824 2004-10-04 Iain <iaingnome@gmail.com>
13825
13826         * ext/speex/gstspeexdec.h: Revert the includes changes.
13827
13828         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
13829
13830 2004-09-30 Iain <iaingnome@gmail.com>
13831
13832         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
13833         found during init or set as a property instead of hardcoding /dev/audio
13834
13835 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13836
13837         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
13838         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
13839         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
13840         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
13841         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
13842         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
13843         (gst_rmdemux_dump_data):
13844           Use debug category, fix EOS handling. filesrc ! rmdemux now
13845           works.
13846
13847 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13848
13849         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13850         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
13851         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
13852           Improve allocation, cutting and sorting of the index. How takes a
13853           few seconds instead of minutes.
13854
13855 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
13856
13857         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
13858           fixed compilation
13859
13860 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13861
13862         * gst-libs/gst/riff/riff-media.c:
13863         (gst_riff_create_video_caps_with_data),
13864         (gst_riff_create_video_template_caps):
13865           Add wing commander format mimetype/fourccs.
13866         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13867           Don't crash if some value is 0.
13868
13869 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13870
13871         * gst-libs/gst/riff/riff-media.c:
13872         (gst_riff_create_video_caps_with_data),
13873         (gst_riff_create_video_template_caps):
13874           Add DIB fourcc (raw, palettized 8-bit RGB).
13875         * gst-libs/gst/riff/riff-read.c:
13876         (gst_riff_read_strf_vids_with_data):
13877           Oops, fix strf_data reading bug.
13878         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13879           Use a non-NULL tag.
13880         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13881           Time for hacks. Sorry Dave. At least one quicktime movie (a
13882           trailer) that I've encountered contains multiple video tracks.
13883           One of those is the actual video track, the other are one-frame
13884           tracks (images). Unfortunately, the number of frames according
13885           to the trak header is 1 for each, so that doesn't help. So
13886           instead, I look at the duration and discard tracks with a
13887           duration shorter than 20% of the length of the stream. Better
13888           than nothing.
13889
13890 2004-10-01  Christian Schaller <christian@fluendo.com>
13891
13892         * ext/ivorbis/vorbis.c:
13893           Patch from Phil Blundell (Bug 152341)
13894
13895 2004-10-01  Wim Taymans  <wim@fluendo.com>
13896
13897         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
13898         (speex_dec_get_formats), (speex_dec_convert),
13899         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
13900         (speex_dec_chain), (gst_speexdec_get_property),
13901         (gst_speexdec_set_property):
13902         Small cleanups.
13903
13904 2004-10-01  Wim Taymans  <wim@fluendo.com>
13905
13906         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
13907         (gst_wavparse_stream_init), (gst_wavparse_fmt),
13908         (gst_wavparse_other), (gst_wavparse_loop),
13909         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
13910         (gst_wavparse_srcpad_event):
13911         * gst/wavparse/gstwavparse.h:
13912         Added some more debugging info.
13913         Fix the case where the length of the file is 0.
13914         Make sure we seek to sample borders.
13915
13916 2004-10-01  Wim Taymans  <wim@fluendo.com>
13917
13918         * gst/playback/README:
13919         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13920         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13921         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13922         Add some debug info to decodebin, update README
13923
13924 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13925
13926         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
13927           Don't use g_print(); use GST_DEBUG().
13928
13929 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13930
13931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13932         (gst_ogg_mux_queue_pads):
13933           Handle EOS properly.
13934
13935 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13936
13937         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13938
13939         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
13940         (gst_faad_chain), (gst_faad_change_state):
13941         * ext/faad/gstfaad.h:
13942           Allow playback of raw (unframed) MPEG AAC files (#148993).
13943
13944 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13945
13946         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13947
13948         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13949           Throw error if we didn't recognize the stream. Fixes #152289.
13950
13951 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13952
13953         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13954           Fix negotiation.
13955
13956 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
13957
13958         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13959
13960         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13961           Fix memleak.
13962
13963 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13964
13965         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13966
13967         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
13968           Solve #152805.
13969         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
13970           Solve 152806.
13971
13972 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13973
13974         * gst-libs/gst/riff/riff-media.c:
13975         (gst_riff_create_video_caps_with_data),
13976         (gst_riff_create_audio_caps_with_data):
13977           Add codec_data handling (like asfdemux used to do).
13978         * gst/asfdemux/gstasf.c: (plugin_init):
13979         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13980         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
13981           Use riff-media for caps creation instead of our own (mostly
13982           broken) copy of its functions.
13983
13984 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13985
13986         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
13987           Don't actually error out if we get another return value than
13988           -EINVAL. Opposite to what I first thought, drivers have random
13989           return values for this, although -EINVAL is the expected return
13990           value. Since this is not fatal, we shouldn't use
13991           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
13992
13993 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13994
13995         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13996         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
13997         (dvdreadsrc_get_property), (_open), (_seek), (_read),
13998         (dvdreadsrc_get), (dvdreadsrc_open_file),
13999         (dvdreadsrc_change_state):
14000           Fix. Don't do one big huge loop around the whole DVD, that will
14001           cache all data and thus eat sizeof(dvd) (several GB) before we
14002           see something.
14003         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14004           Actually NULL'ify event after using it.
14005         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14006         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14007         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14008         (gst_ebml_read_seek), (gst_ebml_read_skip):
14009           Handle events.
14010         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14011         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14012         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14013           Fix timing (this will probably break if I seek using menus, but
14014           I didn't get there yet). VOBs and normal DVDs should now work.
14015           Add a mpeg2-only pad with high rank so this get autoplugged for
14016           MPEG-2 movies.
14017         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14018         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14019         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14020         (gst_mpeg_demux_get_audio_stream),
14021         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14022         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14023           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14024           MPEG-1 but use dvddemux for MPEG-2.
14025         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14026         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14027         (gst_mpeg_parse_parse_packhead):
14028           Timing. Only add pad template if it exists. Add sink template from
14029           class and not from ourselves. This means we will always use the
14030           correct sink template even if it is not the one defined in this
14031           file.
14032
14033 2004-09-29  Wim Taymans  <wim@fluendo.com>
14034
14035         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14036         (gst_mpeg_demux_parse_pes):
14037         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14038         Fix playback of mpeg again, timestamps where screwed up by
14039         patch 1.61.
14040
14041 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14042
14043         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14044           Only return true if we actually filled something in. Prevents
14045           player applications from showing a random length for flac files.
14046         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14047         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14048         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14049         (gst_riff_read_strf_vids_with_data),
14050         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14051           OK, ok, so I implemented event handling. Apparently it's normal
14052           that we receive random events at random points without asking
14053           for it.
14054         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14055         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14056         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14057         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14058         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14059         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14060         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14061         * gst/avi/gstavidemux.h:
14062           Implement non-lineair chunk handling and subchunk processing.
14063           The first solves playback of AVI files where the audio and video
14064           data of individual buffers that we read are not synchronized.
14065           This should not happen according to the wonderful AVI specs, but
14066           of course it does happen in reality. It is also a prerequisite for
14067           the second. Subchunk processing allows us to cut chunks in small
14068           pieces and process each of these pieces separately. This is
14069           required because I've seen several AVI files with incredibly large
14070           audio chunks, even some files with only one audio chunk for the
14071           whole file. This allows for proper playback including seeking.
14072           This patch is supposed to fix all AVI A/V sync issues.
14073         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14074         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14075           Work.
14076         * gst/modplug/gstmodplug.cc:
14077           Proper return value setting for the query() function.
14078         * gst/playback/gstplaybasebin.c: (setup_source):
14079           Being in non-playing state (after, e.g., EOS) is not necessarily
14080           a bad thing. Allow for that. This fixes playback of short files.
14081           They don't actually playback fully now, because the clock already
14082           runs. This means that small files (<500kB) with a small length
14083           (<2sec) will still not or barely play. Other files, such as mod
14084           or flx, will work correctly, however.
14085
14086 2004-09-28  Wim Taymans  <wim@fluendo.com>
14087
14088         * ext/speex/gstspeex.c: (plugin_init):
14089         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14090         (gst_speex_dec_class_init), (speex_dec_get_formats),
14091         (speex_get_event_masks), (speex_get_query_types),
14092         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14093         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14094         (gst_speexdec_get_property), (gst_speexdec_set_property),
14095         (speex_dec_change_state):
14096         * ext/speex/gstspeexdec.h:
14097         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14098         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14099         (gst_speexenc_base_init), (gst_speexenc_class_init),
14100         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14101         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14102         (gst_speexenc_src_query), (gst_speexenc_init),
14103         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14104         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14105         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14106         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14107         (gst_speexenc_chain), (gst_speexenc_get_property),
14108         (gst_speexenc_set_property), (gst_speexenc_change_state):
14109         * ext/speex/gstspeexenc.h:
14110         Rewrote speex encoder, make sure it can be embedded in ogg.
14111         Implemented speex decoder.
14112
14113 2004-09-28  Christian Schaller <christian@fluendo.com>
14114
14115         * configure.ac:
14116         Remove kioslave plugin. Markey is brewing a new working one
14117         * ext/Makefile.am: Remove kioslave plugin
14118         * ext/kio: remove
14119         * gst-plugins.spec.in: remove kio plugin from spec
14120
14121 2004-09-27  Wim Taymans  <wim@fluendo.com>
14122
14123         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14124         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14125         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14126         (gst_multifdsink_new_client),
14127         (gst_multifdsink_handle_client_write),
14128         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14129         (gst_multifdsink_handle_clients):
14130         * gst/tcp/gstmultifdsink.h:
14131         Make syncing to keyframes actually work for new clients and lagging
14132         clients.
14133
14134 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14135
14136         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14137         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14138         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14139         * gst/debug/gstnavigationtest.h:
14140           make navigationtest display button-press and button-release events
14141
14142 2004-09-26 Iain <iaingnome@gmail.com>
14143
14144         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14145         the channels have received a new media event.
14146         (interleave_buffered_loop): Compresses a new media event on all
14147         channels into one.
14148
14149 2004-09-26 Iain <iaingnome@gmail.com>
14150
14151         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14152         call the sinkpad's default event handler and not the srcpads. He also
14153         says this is confusing :)
14154         (gst_wavenc_stop_file): Company says that seek events only go upstream
14155         we should send a discontinuous downstream instead.
14156
14157 2004-09-25  Christian Schaller <christian@fluendo.com>
14158
14159         * Update SPEC file to be usable in conjunction with Fedora Core,
14160           Fedora.us and freshrpms packages
14161         * Fix typo in multifilesrc test Makefile
14162
14163 2004-09-24  Wim Taymans  <wim@fluendo.com>
14164
14165         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14166         Only signal the no_more_pads signal when we have
14167         added the stream to our list.
14168
14169 2004-09-24  Wim Taymans  <wim@fluendo.com>
14170
14171         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14172         (new_decoded_pad):
14173         * gst/playback/gstplaybasebin.h:
14174         * gst/playback/gstplaybin.c: (setup_sinks):
14175         Don't try to preroll or decode more than one audio/video
14176         track.
14177
14178 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14179
14180         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14181           Throw error if we failed to find a suitable output. This should
14182           throw an error if we successfully set up a pipeline (e.g. because
14183           we recognized a media file) but found no decodable streams in it
14184           (e.g. because it contains only media stream types for which we
14185           have no decoders, or because it's not a media type).
14186
14187 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14188
14189         * ext/dirac/Makefile.am:
14190         * ext/dirac/gstdirac.cc:
14191         * ext/dirac/gstdiracdec.cc:
14192         * ext/dirac/gstdiracdec.h:
14193           Do something. Don't actually know if this works because I don't
14194           have a demuxer yet.
14195         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14196           Add channels=1 to caps returned from _getcaps().
14197         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14198         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14199         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14200         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14201         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14202         (gst_ogm_parse_change_state):
14203           Separate between audio/video so ogmaudioparse actually uses the
14204           audio pad templates. Both audio and video work now, including
14205           autoplugging. Also use sometimes-srcpad hack.
14206         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14207           Handle events better. Don't hang on infinite loops.
14208         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14209         (gst_avi_demux_init), (gst_avi_demux_reset),
14210         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14211         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14212         (gst_avi_demux_change_state):
14213         * gst/avi/gstavidemux.h:
14214           Improve A/V sync. Still not perfect.
14215         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14216         (gst_ebml_read_skip):
14217           Handle events better.
14218         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14219         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14220         (qtdemux_audio_caps):
14221           Add IMA4. Improve event handling. Save offset after a seek when
14222           the headers are at the end of the file so that we don't end up in
14223           an infinite loop.
14224         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14225           Add low-priority typefind support for files with no length.
14226
14227 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14228
14229         * testsuite/multifilesink/Makefile.am:
14230         fix typo
14231
14232 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14233
14234         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14236         mistakes from thaytan's patches.
14237
14238 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14239
14240         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14241           For completeness, XSync in the destroy function as xvimage does.
14242
14243 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14244
14245         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14246            Correct caps negotiation
14247         * gst/volume/gstvolume.c: (volume_chain_float),
14248         (volume_chain_int16):
14249            Modify debug output to be little more informative
14250         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14252         (gst_xvimagesink_xvimage_destroy):
14253           Add XSync calls after detaching from the shared memory segment to
14254           avoid a crash.
14255
14256 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14257
14258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14259         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14260         * ext/vorbis/vorbis.c: (plugin_init):
14261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14262         (gst_vorbisenc_chain):
14263         * ext/vorbis/vorbisenc.h:
14264         remove explicit newmedia support from oggmux and vorbisenc
14265         add debug category to vorbisenc
14266         * gst/multifilesink/gstmultifilesink.c:
14267         (gst_multifilesink_class_init), (gst_multifilesink_init),
14268         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14269         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14270         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14271         (plugin_init):
14272         * gst/multifilesink/gstmultifilesink.h:
14273         add support for streamheader in multifilesink
14274
14275 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14276
14277         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14278         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14279         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14280           Prevent infinite loops. More correct error reporting.
14281         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14282           Error out if negotiation fails.
14283         * gst/playback/gstplaybasebin.c: (setup_source),
14284         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14285         (gst_play_base_bin_found_tag):
14286           Error/tag forwarding. Pre-roll fixes for source errors on state
14287           changes (e.g. "file does not exist") to prevent hangs.
14288
14289 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14290
14291         * testsuite/multifilesink/Makefile.am:
14292         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14293         (gst_newmedia_class_init), (gst_newmedia_init),
14294         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14295         (newfile_signal), (test_signal), (main):
14296         * testsuite/multifilesink/multifilesrc_test.c: (main):
14297         * testsuite/multifilesink/oggtheora_test.c:
14298         (gst_newmedia_base_init), (gst_newmedia_class_init),
14299         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14300         (test_format), (newfile_signal), (test_signal), (main):
14301         * testsuite/multifilesink/oggvorbis_test.c:
14302         (gst_newmedia_base_init), (gst_newmedia_class_init),
14303         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14304         (test_format), (newfile_signal), (test_signal), (main):
14305         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14306         (gst_newmedia_class_init), (gst_newmedia_init),
14307         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14308         (newfile_signal), (test_signal), (main):
14309         New media tests
14310
14311 2004-09-20  Christian Schaller <christian@fluendo.com>
14312
14313         * Fix mikmod license to LGPL as they have relicensed
14314         * Move Dirac and Effectv into LGPL section of README_license
14315
14316 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14317
14318         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14319         (gst_mad_change_state):
14320           Allow for mp3 rate/channels changes. However, only very
14321           conservatively. Reason that we *have* to enable this is smiply
14322           because the mad find_sync() function is not good enough, it will
14323           regularly sync on random data as valid frames and therefore make
14324           us provide random caps as *final* caps of the stream. The best fix
14325           I could think of is to simply require several of the same stream
14326           changes in a row before we change caps.
14327           The actual testcase that works now is #
14328         * ext/ogg/Makefile.am:
14329         * ext/ogg/gstogg.c: (plugin_init):
14330         * ext/ogg/gstogmparse.c:
14331           OGM support (video only for now; I need an audio sample file).
14332         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14333         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14334         (gst_asf_demux_add_video_stream):
14335           WMV extradata.
14336         * gst/playback/gstplaybasebin.c: (unknown_type):
14337           Don't error out on single unknown-types after all. It's wrong.
14338           If we found type of video and audio but not of a subtitle stream,
14339           it will still error out (which is unwanted). Will find a better fix
14340           later on.
14341         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14342         (ogmaudio_type_find), (plugin_init):
14343           OGM support.
14344
14345 2004-09-20  Johan Dahlin  <johan@gnome.org>
14346
14347         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14348         after setting caps.
14349
14350 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14351
14352         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14353         * gst/wavenc/gstwavenc.h:
14354         Added newmedia support to wavenc
14355
14356 2004-09-17  Wim Taymans  <wim@fluendo.com>
14357
14358         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14359         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14360         (gst_fdset_fd_can_write), (gst_fdset_wait):
14361         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14362         (gst_multifdsink_init), (gst_multifdsink_add),
14363         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14364         (gst_multifdsink_remove_client_link),
14365         (gst_multifdsink_client_queue_buffer),
14366         (gst_multifdsink_handle_client_write),
14367         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14368         (gst_multifdsink_close), (gst_multifdsink_change_state):
14369         * gst/tcp/gstmultifdsink.h:
14370         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14371         (gst_tcpserversink_removed):
14372         Small cleanups in fdset.c
14373         Use a hastable to map fd to the client structure for faster
14374         lookup in _remove and get_stats.
14375         Added virtual function to close the fds.
14376         Handle clients even when the select/poll call was unblocked because
14377         of a command.
14378         Implement syncing to keyframe in the recovery procedure.
14379
14380 2004-09-16 Iain <iaingnome@gmail.com>
14381
14382         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14383         try caps.
14384
14385 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14386
14387         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14388           Caps are only set if the type of the stream is unknown, but this
14389           is initialized in ->init_stream(), so set to UNKNOWN after calling
14390           ->init_stream() so that capsnego starts.
14391
14392 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14393
14394         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14395         (gst_avi_demux_stream_data):
14396           Just hardcode for raw audio then. AVI audio sucks.
14397
14398 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14399
14400         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14401         * gst/matroska/matroska-mux.c: (audiosink_templ),
14402         (gst_matroska_mux_audio_pad_link):
14403         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14404         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14405
14406 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14407
14408         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14409         (gst_avi_demux_stream_data):
14410           Try to fix a/v sync issues.
14411
14412 2004-09-15  David Schleef  <ds@schleef.org>
14413
14414         * configure.ac: remove NASM check, since we don't use it.  Update
14415         dirac check to 0.4
14416         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14417         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14418         Initialized variables.
14419         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14420         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14421         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14422         SVQ3 format
14423
14424 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14425
14426         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14427         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14428         * gst/avi/gstavidemux.h:
14429           Fix for compressed audio (mp3) timestamp generation. How did this
14430           ever work?
14431
14432 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14433
14434         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14435           Volume is a double not a float.
14436
14437 2004-09-15  Wim Taymans  <wim@fluendo.com>
14438
14439         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14440         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14441         Don't close the fd in multifdsink as we didn't open it in the
14442         first place. Some cleanups.
14443
14444 2004-09-15  Wim Taymans  <wim@fluendo.com>
14445
14446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14448         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14449         Fix the case where the muxer would mark pages as delta
14450         frames when they are not (vorbis only ogg).
14451
14452 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14453
14454         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14455         (gst_play_base_bin_change_state):
14456           Handle the case where we failed to setup a clear pipeline. This
14457           will throw an error (or EOS, another nice case) and if you don't
14458           catch that, the app will wait for the signal forever (and thus
14459           hang).
14460
14461 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14462
14463         * ext/gnomevfs/gstgnomevfssink.c:
14464         (gst_gnomevfssink_uri_get_protocols):
14465         * ext/gnomevfs/gstgnomevfssrc.c:
14466         (gst_gnomevfssrc_uri_get_protocols):
14467         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14468         * ext/gnomevfs/gstgnomevfsuri.h:
14469           Use _uri_new() instead of _open(), so it doesn't take as long and
14470           Christophe's computer won't hang.
14471         * gst/playback/gstplaybasebin.c: (unknown_type):
14472           Throw error on unknown media type, so apps actually display it.
14473
14474 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14475
14476         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14477           this script to work on Solaris since bash shell handles echo
14478           differenly than bash.
14479
14480 2004-09-17  Wim Taymans  <wim@fluendo.com>
14481
14482         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14483         (setup_source), (gst_play_base_bin_set_property),
14484         (gst_play_base_bin_add_element):
14485         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14486         Some more work on making sure seeking pauses the pipeline and
14487         that changing the uri actually does something.
14488
14489 2004-09-17  Wim Taymans  <wim@fluendo.com>
14490
14491         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14492         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14493         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14494         (gst_tcpserversink_close):
14495         Be a bit more paranoid when freeing memory.
14496
14497 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14498
14499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14500         (qtdemux_parse_trak):
14501           Don't crash by dividing by zero (see sample movie in #126922).
14502
14503 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14504
14505         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14506           Don't touch non-existing data (fixes crash on file in #140147).
14507
14508 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14509
14510         * gst/playback/gstplaybasebin.c:
14511         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14512           Handle double disposals, and proper change of URIs.
14513
14514 2004-09-13  Martin Eikermann <meiker@upb.de>
14515
14516         * gst/mpegstream/gstmpegparse.c:
14517           fix synchronistation for streams recorded from digital PCR
14518           fixes bug #119376
14519
14520 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14521
14522         * ext/gnomevfs/Makefile.am:
14523         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14524         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14525         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14526         (gst_gnomevfssink_uri_get_type),
14527         (gst_gnomevfssink_uri_get_protocols),
14528         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14529         (gst_gnomevfssink_uri_handler_init),
14530         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14531         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14532         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14533         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14534         (gst_gnomevfssrc_uri_get_type),
14535         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14536         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14537         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14538         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14539         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14540         * ext/gnomevfs/gstgnomevfsuri.h:
14541           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14542           of fake URIs to see which this version of Gnome-VFS likes, and
14543           uses that for the Gst-URI interface. Makes playbin support http://
14544           streams. Also fix up some stupid behaviour in gnomevfssrc.
14545
14546 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14547
14548         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14549         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14550         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14551         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14552           Update mixer (to sync with other sessions) if we try to obtain
14553           a new value. This makes alsamixer work accross applications.
14554         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14555           Only call sync functions if we're running, else alsalib asserts.
14556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14557           Sometimes fails to compile. Possibly a gcc bug.
14558         * gst/playback/gstplaybin.c: (gen_video_element),
14559         (gen_audio_element):
14560           Add a reference to an application-provided object, because we lose
14561           this same reference if we add it to the bin. If we don't do this,
14562           we can only use this object once and thus crash if we go from
14563           ready to playing, back to ready and back to playing again.
14564           Also add an audioscale element because several cheap soundcards -
14565           like mine - don't support all samplerates.
14566         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14567         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14568           Fix wrong order or PAR calls. Makes automatically obtained PAR
14569           from the X server atually being used.
14570
14571 2004-09-12  David Schleef  <ds@schleef.org>
14572
14573         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14574         #151887, #152102, #152247.
14575         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14576         * examples/seeking/cdparanoia.c: same
14577         * examples/seeking/cdplayer.c: same
14578         * examples/seeking/seek.c: same
14579         * examples/seeking/spider_seek.c: same
14580         * examples/seeking/vorbisfile.c: same
14581         * examples/stats/mp2ogg.c: same
14582         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14583         (gst_esdsink_dispose): Dispose of element properly.
14584         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14585         fixes.
14586         * ext/nas/nassink.c: (gst_nassink_class_init),
14587         (gst_nassink_dispose): Dispose of element correctly.
14588         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14589         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14590         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14591         Fix 64-bit warning.
14592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14593         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14594         Fix 64-bit warning.
14595
14596 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14597
14598         * configure.ac : change speex detection as 1.1.6 now uses
14599           .pc/pkg-config and they changed their headers location.
14600
14601 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14602
14603         * gst/matroska/matroska-mux.h:
14604         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14605         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14606         (gst_matroska_mux_write_data):
14607           Write multiple blocks/frames per cluster.
14608                 Write meta-seek information (seek heads).
14609
14610 2004-09-09  Scott Wheeler <wheeler@kde.org>
14611
14612         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14613         (gst_play_bin_set_property), (gst_play_bin_get_property),
14614         (gen_audio_element), (gen_audio_element):
14615           Add a volume element / property to the pipeline.
14616
14617 2004-09-07  Wim Taymans  <wim@fluendo.com>
14618
14619         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14620         Copy timestamps from the master pad to the output buffers.
14621
14622 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14623
14624         * ext/raw1394/gstdv1394src.c:
14625           throw errors when applicable
14626
14627 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14628
14629         * gst/matroska/ebml-ids.h:
14630         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14631         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14632         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14633           automatically convert unix time <-> ebml time when reading/writing
14634           a date, use gst_ebml_write_uint to write CUETIME,
14635           not gst_ebml_write_date.
14636         * gst/matroska/matroska-ids.h:
14637         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14638         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14639         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14640         (gst_matroska_mux_write_data):
14641           Write track and segment UIDs, write muxing date, write
14642           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14643           Create cues for audio only files.
14644
14645 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14646
14647         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14648         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14649           Re-commit ALSA switches.
14650         * gst/adder/gstadder.c: (gst_adder_loop):
14651           64-bit fix (#151416).
14652         * gst/debug/progressreport.c: (gst_progressreport_report):
14653           64-bit fix (#151419).
14654         * gst/matroska/matroska-demux.c:
14655         (gst_matroska_demux_parse_contents):
14656           64-bit fix (#151420).
14657         * gst/playback/test3.c: (update_scale):
14658           64-bit fix (#151421).
14659
14660 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14661
14662         * configure.ac:
14663           bump nano to cvs
14664
14665 === release 0.8.4 ===
14666
14667 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14668
14669         * configure.ac: releasing 0.8.4, "Alias"
14670
14671 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14672
14673         * ext/theora/Makefile.am:
14674           fix makefile.  Fixes #151462.
14675
14676 2004-08-30  Wim Taymans  <wim@fluendo.com>
14677
14678         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14679         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14680         (gst_multifdsink_remove_client_link),
14681         (gst_multifdsink_client_queue_buffer),
14682         (gst_multifdsink_handle_client_write):
14683         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14684         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14685         Fix some memory leaks.
14686
14687 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14688
14689         Patch by: David Schleef
14690
14691         * configure.ac:
14692         * sys/Makefile.am:
14693           rename our detection macro for V4L2.  Fixes #151236.
14694
14695 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14696
14697         Patch by: David Schleef
14698
14699         * configure.ac:
14700           check to define LAMEPRESET.  Fixes #151232.
14701
14702 2004-08-27  David Schleef  <ds@schleef.org>
14703
14704         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14705         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14706         (gst_glimagesink_fixate):  Move local variable declarations to
14707         make gcc-2.95 happy.
14708
14709 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14710
14711         * configure.ac:
14712           bump nano for prerelease
14713
14714 2004-08-27  David Schleef  <ds@schleef.org>
14715
14716         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14717         * sys/sunaudio/gstsunaudiosrc.c:
14718         * sys/sunaudio/gstsunaudiosrc.h:
14719
14720 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14721
14722         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14723         handle EOS correctly
14724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14725         * gst/matroska/matroska-mux.h:
14726         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14727         VFW compatibility mode
14728
14729 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14730
14731         patch by: Zaheer Abbas Merali
14732
14733         * ext/ogg/gstoggmux.c:
14734         * ext/vorbis/vorbisenc.c:
14735         * ext/vorbis/vorbisenc.h:
14736           handle NEWMEDIA
14737
14738 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
14739
14740         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
14741         fix byte order reversion on little endian machines.
14742         * gst/matroska/matroska-mux.c: (audiosink_templ),
14743         (gst_matroska_mux_audio_pad_link):
14744         add TTA codec to the list of supported codecs.
14745         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14746         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14747         (gst_matroska_mux_write_data):
14748         * gst/matroska/matroska-mux.h:
14749         write segment duration correctly, write muxing app string, fixes bugs
14750         #140897 and #140898.
14751         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
14752         wait for all pads to be negotiated before starting to mux.
14753
14754 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14755
14756         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
14757         * ext/lame/gstlame.h:
14758         Added new media support to lame
14759
14760 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
14761
14762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
14763         send vorbis headers at the beginning of a stream, fixes bug #141554.
14764         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
14765         bug #148950.
14766         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
14767         (gst_matroska_demux_plugin_init):
14768         * gst/matroska/matroska-ids.h:
14769         enable demuxing of TTA audio streams, fixes bug #148951.
14770         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
14771         enable typefinding for TTA audio files, fixes bug #148711.
14772         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
14773         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
14774         fixes playback of packed bitstream and xvid with bframes, bug #135407.
14775
14776 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
14777
14778         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14779         (gst_riff_read_element_data), (gst_riff_read_seek),
14780         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
14781         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
14782         <teuf@gnome.org>
14783
14784 2004-08-23 Iain <iaingnome@gmail.com>
14785
14786         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
14787         tags. They appear to be handled differently to normal.
14788         (tag_list_to_id3_tag_foreach): Ditto.
14789
14790 2004-08-22  Wim Taymans  <wim@fluendo.com>
14791
14792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14793         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14794         Make sure we never send -1 granulepos.
14795
14796 2004-08-20  Wim Taymans  <wim@fluendo.com>
14797
14798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14799         (gst_ogg_mux_loop):
14800         I will accept bitchslappings with non sharp objects.
14801
14802 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14803
14804         * configure.ac:
14805         Clean up the test for lame presets
14806
14807 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14808
14809         * configure.ac:
14810         * ext/lame/Makefile.am:
14811         * ext/lame/gstlame.c: (gst_lame_class_init),
14812         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14813         Only enable lame presets if version of lame has presets in API
14814
14815 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
14816         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
14817         * gst/udp/gstudpsrc.h:
14818           Don't call gst_pad_push in a get function. Fixes #150449
14819
14820 2004-08-18  Wim Taymans  <wim@fluendo.com>
14821
14822         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
14823         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
14824         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14825         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14826         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14827         (gst_fdset_wait):
14828         * gst/tcp/gstfdset.h:
14829         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14830         (gst_multifdsink_client_queue_buffer),
14831         (gst_multifdsink_handle_client_write):
14832         * gst/tcp/gstmultifdsink.h:
14833         Some extra checks in gstfdset.
14834         Only use send() when the fd is a socket. Don't try to
14835         read from write only fds.
14836
14837 2004-08-18  Wim Taymans  <wim@fluendo.com>
14838
14839         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
14840         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14841         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14842         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14843         (gst_fdset_wait):
14844         Add more locking and bounds checking.
14845
14846 2004-08-18  Wim Taymans  <wim@fluendo.com>
14847
14848         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
14849         Realloc test fdset in the lock and right before starting
14850         the poll call. Bump the limit to 4096.
14851
14852 2004-08-17  David Schleef  <ds@schleef.org>
14853
14854         * sys/sunaudio/Makefile.am:
14855         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
14856         of rates and channels.  Make debugging less obnoxious.
14857
14858         Patch from Balamurali Viswanathan implementing a mixer for
14859         Sun audio.  (bug #144091):
14860         * sys/sunaudio/gstsunelement.c:
14861         * sys/sunaudio/gstsunelement.h:
14862         * sys/sunaudio/gstsunmixer.c:
14863         * sys/sunaudio/gstsunmixer.h:
14864
14865 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14866
14867         * gst/audioscale/gstaudioscale.c:
14868         * gst/audioscale/gstaudioscale.h:
14869         made audioscale resample from any sample rate to any sample rate
14870
14871 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14872
14873         * ext/libpng/gstpngdec.c:
14874           error out on unsupported types
14875
14876 2004-08-17  Iain <iaingnome@gmail.com>
14877
14878         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
14879         mid_side and loose_mid_side properties if its a stereo stream.
14880
14881 2004-08-17  Wim Taymans  <wim@fluendo.com>
14882
14883         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14884         (theora_get_formats), (theora_dec_src_convert),
14885         (theora_dec_sink_convert), (theora_dec_src_query),
14886         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14887         Add a debug line.
14888
14889 2004-08-17  Wim Taymans  <wim@fluendo.com>
14890
14891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
14892         (gst_ogg_pad_push):
14893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14894         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14895         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
14896         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14897         Mark delta units in the muxer.
14898         Try to decode the packet after an out-of-sync error from
14899         libogg.
14900
14901 2004-08-17  Wim Taymans  <wim@fluendo.com>
14902
14903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14904         (gst_multifdsink_init), (gst_multifdsink_add),
14905         (gst_multifdsink_client_queue_buffer),
14906         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
14907         * gst/tcp/gstmultifdsink.h:
14908         Added option to send a keyframe to clients as the first buffer.
14909         Make timeout property writable.
14910
14911 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14912
14913         patch by: Wim Taymans
14914
14915         * gst/tcp/gstfdset.c:
14916         * gst/tcp/gstmultifdsink.c:
14917           fix index comparison, should include 0
14918
14919 2004-08-16  Wim Taymans  <wim@fluendo.com>
14920
14921         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
14922         (gst_fdset_add_fd), (gst_fdset_remove_fd),
14923         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14924         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14925         (gst_fdset_wait):
14926           copy when reallocing for poll so the select arguments don't get
14927           changed during the call
14928
14929 2004-08-16  Wim Taymans  <wim@fluendo.com>
14930
14931         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14932         (gst_theora_enc_class_init), (theora_enc_sink_link),
14933         (theora_buffer_from_packet), (theora_enc_chain):
14934         Fix bug where buffers were not marked as keyframes
14935         correctly.
14936
14937 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14938
14939         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14940         (gst_lame_preset_get_type), (gst_lame_class_init):
14941         describe the enum values for vbr mode and presets more verbosely
14942
14943 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14944
14945         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
14946         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
14947         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
14948         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14949         * ext/lame/gstlame.h:
14950         add preset property to lame so it can use lame presets
14951
14952 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14953
14954         * ext/lame/gstlame.c: (gst_lame_get_property):
14955         whoops forgot break, thanks teuf
14956
14957 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14958
14959         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14960         (gst_lame_class_init), (gst_lame_src_getcaps),
14961         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
14962         (gst_lame_get_property), (gst_lame_setup):
14963         * ext/lame/gstlame.h:
14964         fix lame's broken vbr stuff, allow it to resample if need be, and also
14965         make xing header optional
14966
14967 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14968
14969         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
14970         added getcaps function so samplerate doesnt get fixated to silly values
14971
14972 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14973
14974         * ext/lame/gstlame.c: (gst_lame_src_link):
14975         revert previous fix
14976
14977 2004-08-12  Johan Dahlin  <johan@gnome.org>
14978
14979         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
14980         checks. Doesn't matter what state we are in. Interfaces are a
14981         compile time thing, not runtime. It also broke the python bindings.
14982
14983 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14984
14985         * ext/lame/gstlame.c: (gst_lame_src_link):
14986         made source pad link function check if sinkpad is ok..fixes the problem
14987         where core fixates the output rate of lame stupidly
14988
14989 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14990
14991         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
14992         * sys/v4l/v4l_calls.c:
14993         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
14994           fix fixate function to handle nonsimple caps.
14995           remove bogus check in _link
14996           cleanups
14997
14998 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14999
15000         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15001         set default compression ratio parameter to 0.0 so bitrate parameter
15002         works :)
15003
15004 2004-08-11  David Schleef  <ds@schleef.org>
15005
15006         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15007
15008 2004-08-11  David Schleef  <ds@schleef.org>
15009
15010         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15011         before.
15012
15013 2004-08-11  David Schleef  <ds@schleef.org>
15014
15015         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15016
15017 2004-08-11  David Schleef  <ds@schleef.org>
15018
15019         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15020           license field
15021         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15022         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15023           LGPL.
15024         * gst/auparse/gstauparse.c: Fix plugin license field.
15025         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15026         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15027         * gst/rtp/gstrtp.c: Fix plugin license field.
15028
15029 2004-08-11  Wim Taymans  <wim@fluendo.com>
15030
15031         * gst/tcp/Makefile.am:
15032         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15033         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15034         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15035         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15036         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15037         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15038         (gst_fdset_fd_can_write), (gst_fdset_wait):
15039         * gst/tcp/gstfdset.h:
15040         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15041         (gst_multifdsink_class_init), (gst_multifdsink_init),
15042         (gst_multifdsink_add), (gst_multifdsink_remove),
15043         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15044         (gst_multifdsink_remove_client_link),
15045         (gst_multifdsink_handle_client_read),
15046         (gst_multifdsink_client_queue_data),
15047         (gst_multifdsink_client_queue_caps),
15048         (gst_multifdsink_client_queue_buffer),
15049         (gst_multifdsink_handle_client_write),
15050         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15051         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15052         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15053         (gst_multifdsink_close):
15054         * gst/tcp/gstmultifdsink.h:
15055         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15056         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15057         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15058         (gst_tcpserversink_close):
15059         * gst/tcp/gsttcpserversink.h:
15060         Abstracted away the select call, implemented poll (yes we ran into
15061         the 1024 limit in production).
15062
15063 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15064
15065         * gst/tcp/gsttcp.c:
15066         * gst/tcp/gsttcpplugin.c:
15067           improve debuggging, remove assert
15068
15069 2004-08-10  Wim Taymans  <wim@fluendo.com>
15070
15071         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15072         (gst_client_status_get_type), (gst_multifdsink_class_init),
15073         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15074         (gst_multifdsink_handle_client_read),
15075         (gst_multifdsink_handle_client_write),
15076         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15077         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15078         (gst_multifdsink_get_property):
15079         * gst/tcp/gstmultifdsink.h:
15080         * gst/tcp/gsttcp-marshal.list:
15081         Starting to prepare for specifying buffer time in other units
15082         than buffers. Expose remove reason in signal.
15083
15084 2004-08-10  Wim Taymans  <wim@fluendo.com>
15085
15086         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15087         (gst_multifdsink_remove), (gst_multifdsink_clear),
15088         (gst_multifdsink_remove_client_link),
15089         (gst_multifdsink_handle_client_read),
15090         (gst_multifdsink_client_queue_data),
15091         (gst_multifdsink_client_queue_buffer),
15092         (gst_multifdsink_handle_client_write),
15093         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15094         (gst_multifdsink_chain), (gst_multifdsink_close):
15095         * gst/tcp/gstmultifdsink.h:
15096         Added more debugging info. Changed the way clients are
15097         removed from the lists. Fixed a bug where a bad file descriptor
15098         could cause many clients to be removed.
15099
15100 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15101
15102         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15103           allow all pixel-aspect-ratios, not just 1:1
15104
15105 2004-08-09  David Schleef  <ds@schleef.org>
15106
15107         * sys/glsink/ARB_multitexture.h:  Remove old files.
15108         * sys/glsink/EXT_paletted_texture.h:
15109         * sys/glsink/NV_register_combiners.h:
15110         * sys/glsink/gstgl_nvimage.c:
15111         * sys/glsink/gstgl_pdrimage.c:
15112         * sys/glsink/gstgl_rgbimage.c:
15113         * sys/glsink/gstglsink.c:
15114         * sys/glsink/gstglsink.h:
15115         * sys/glsink/gstglxwindow.c:
15116         * sys/glsink/regcomb_yuvrgb.c:
15117
15118 2004-08-09  David Schleef  <ds@schleef.org>
15119
15120         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15121         GL sink plugin.  (Bug #147302)
15122
15123         * configure.ac: Test for OpenGL
15124         * sys/Makefile.am: Use test for OpenGL
15125         * sys/glsink/Makefile.am:
15126         * sys/glsink/glimagesink.c: rewrite
15127         * sys/glsink/glimagesink.h: rewrite
15128
15129 2004-08-09  David Schleef  <ds@schleef.org>
15130
15131         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15132         sane framerates.
15133         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15135         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15136
15137 2004-08-09  Wim Taymans  <wim@fluendo.com>
15138
15139         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15140         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15141         (gst_multifdsink_client_remove),
15142         (gst_multifdsink_handle_client_read),
15143         (gst_multifdsink_handle_client_write),
15144         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15145         Do a bit more logging, make the client_read code more robust.
15146
15147 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15148
15149         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15150         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15151         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15152         (gst_jpegdec_init), (gst_jpegdec_chain):
15153         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15154         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15155           cleanups, debugging fixes and memleak plugging
15156
15157 2004-08-09  Wim Taymans  <wim@fluendo.com>
15158
15159         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15160         (theora_get_formats), (theora_dec_src_convert),
15161         (theora_dec_sink_convert), (theora_dec_src_query),
15162         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15163         (theora_dec_change_state):
15164         Don't crash on missing header packets.
15165
15166 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15167
15168         * po/LINGUAS:
15169         * po/sq.po:
15170           Added Albanian translation (Laurent Dhima)
15171         * po/cs.po:
15172           updated
15173
15174 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15175
15176         * ext/lame/gstlame.c:
15177           fix/add debugging
15178
15179 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15180
15181         * sys/ximage/ximagesink.c:
15182         * sys/xvimage/xvimagesink.c:
15183           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15184
15185 2004-08-06  Wim Taymans  <wim@fluendo.com>
15186
15187         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15188         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15189         (gst_multifdsink_client_remove),
15190         (gst_multifdsink_handle_client_read),
15191         (gst_multifdsink_handle_client_write),
15192         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15193         Make sure we don't try to read more from a client that what
15194         ioctl says us or we deadlock.
15195
15196 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15197
15198         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15199         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15200         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15201           decouple running_time and n_frames so it can handle changing
15202           framerate while running
15203
15204 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15205
15206         * po/nl.po:
15207         * po/sv.po:
15208           updated translations
15209
15210 2004-08-04  Benjamin Otte  <otte@gnome.org>
15211
15212         * gst/videotestsrc/gstvideotestsrc.c:
15213         (gst_videotestsrc_get_capslist), (generate_capslist),
15214         (plugin_init):
15215           generate the list of supported caps at startup and reuse it instead
15216           of always generating it
15217
15218 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15219
15220         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15221           whoops, last checkin broke normal build
15222
15223 2004-08-03  Benjamin Otte  <otte@gnome.org>
15224
15225         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15226         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15227         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15228         (gst_alsa_mixer_get_option):
15229         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15230         (dvdnavsrc_print_event):
15231         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15233         (gst_ogg_mux_pad_unlink):
15234         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15235         (gst_multipart_mux_pad_unlink):
15236         * gst/videofilter/gstvideobalance.c:
15237         (gst_videobalance_colorbalance_set_value):
15238         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15239         (gst_videomixer_pad_unlink):
15240         * po/uk.po:
15241         * sys/oss/gstossmixer.c:
15242         * sys/v4l/gstv4lcolorbalance.c:
15243         * sys/v4l/gstv4ltuner.c:
15244         * sys/v4l/v4lsrc_calls.c:
15245         * sys/v4l2/gstv4l2colorbalance.c:
15246         * sys/v4l2/gstv4l2tuner.c:
15247           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15248
15249 2004-08-03  Benjamin Otte  <otte@gnome.org>
15250
15251         * examples/dynparams/filter.c: (ui_control_create):
15252         * examples/gstplay/player.c: (print_tag):
15253         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15254         * ext/gdk_pixbuf/gstgdkanimation.c:
15255         (gst_gdk_animation_iter_may_advance):
15256         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15257         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15258         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15259         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15260         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15261         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15262         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15263         * gst/sine/demo-dparams.c: (main):
15264         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15265         * testsuite/alsa/formats.c: (create_pipeline):
15266         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15267           fixes for G_DISABLE_ASSERT and friends
15268         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15269         (mp3_type_frame_length_from_header), (mp3_type_find),
15270         (plugin_init):
15271           require mp3 typefinding to have at least MIN_HEADERS valid headers
15272           add typefinding for AAC adts files
15273
15274 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15275
15276         * sys/ximage/ximagesink.c:
15277         (gst_ximagesink_calculate_pixel_aspect_ratio):
15278         * sys/xvimage/xvimagesink.c:
15279         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15280         Make sure we calculate pixel-aspect-ratio using floating point maths
15281
15282 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15283
15284         * po/uk.po:
15285           updated translation
15286
15287 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15288
15289         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15291           add debugging for display PAR calculation
15292
15293 2004-08-02  David Schleef  <ds@schleef.org>
15294
15295         * configure.ac: Fix mikmod CFLAGS.
15296
15297 2004-07-27  Benjamin Otte  <otte@gnome.org>
15298
15299         * gst/audioscale/gstaudioscale.c:
15300         - fix templates to only support S16, it's the only format that works
15301         - make caps nego code use try_set_caps_nonfixed and fixation instead
15302         of try_set_caps twice, which is not nice for autopluggers
15303         - change rank to secondary, so autopluggers can pick it up after
15304         audioconvert
15305
15306 2004-08-02  Iain <iain@prettypeople.org>
15307
15308         * gst/interleave/interleave.c (interleave_init),
15309         (interleave_request_new_pad),
15310         (interleave_pad_removed),
15311         (interleave_buffered_loop): Use the real pad count, not the artificial
15312         one.
15313
15314 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15315
15316         * configure.ac: bump nano back to development
15317
15318 === release 0.8.3 ===
15319
15320 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15321
15322         * configure.ac: releasing 0.8.3, "Water"
15323
15324 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15325
15326         * sys/xvimage/xvimagesink.c:
15327         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15328         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15329         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15330         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15331         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15332         * sys/xvimage/xvimagesink.h:
15333           apply similar PAR fixes as to ximagesink
15334
15335 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15336
15337         patch from: Benjamin Otte
15338
15339         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15340           add link function to lame.  Fixes #148986.
15341
15342 2004-08-02  Johan Dahlin  <johan@gnome.org>
15343
15344         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15345         fix debugging log
15346
15347 2004-07-30  David Schleef  <ds@schleef.org>
15348
15349         * gst/videomixer/Makefile.am: Fix things that should have been
15350         fixed in the last checkin.
15351
15352 2004-07-30  David Schleef  <ds@schleef.org>
15353
15354         * gst/multipart/Makefile.am: Fix things that should have been
15355         fixed in the last checkin.
15356
15357 2004-07-30  David Schleef  <ds@schleef.org>
15358
15359         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15360
15361 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15362
15363         * configure.ac:
15364           bump nano for prerelease
15365         * po/af.po:
15366         * po/az.po:
15367         * po/cs.po:
15368         * po/en_GB.po:
15369         * po/hu.po:
15370         * po/nl.po:
15371         * po/sr.po:
15372         * po/sv.po:
15373         * po/uk.po:
15374           updates
15375
15376 2004-07-30  Wim Taymans  <wim@fluendo.com>
15377
15378         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15379         (gst_multifdsink_add), (gst_multifdsink_remove),
15380         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15381         (gst_multifdsink_client_remove),
15382         (gst_multifdsink_handle_client_write),
15383         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15384         * gst/tcp/gstmultifdsink.h:
15385         Recover from a select with a bad file descriptor by removing
15386         the client.
15387
15388 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15389
15390         * configure.ac:
15391           fix requirement of core
15392         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15393         (gst_play_pipeline_setup):
15394           don't use colorspace element.  do use hermescolorspace element.
15395           make macro to get a colorspace element.
15396           mark strings for translation.
15397         * po/POTFILES.in:
15398           add play.c
15399         * po/af.po:
15400         * po/az.po:
15401         * po/cs.po:
15402         * po/en_GB.po:
15403         * po/hu.po:
15404         * po/nl.po:
15405         * po/sr.po:
15406         * po/sv.po:
15407         * po/uk.po:
15408           update translations
15409
15410 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15411
15412         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15413         fix default for newmedia flag
15414
15415 2004-07-30  Wim Taymans  <wim@fluendo.com>
15416
15417         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15418         (gst_theora_dec_init), (theora_get_formats),
15419         (theora_dec_src_convert), (theora_dec_sink_convert),
15420         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15421         (theora_dec_chain), (theora_dec_set_property),
15422         (theora_dec_get_property):
15423         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15424         (gst_theora_enc_class_init), (gst_theora_enc_init),
15425         (theora_enc_sink_link), (theora_enc_chain),
15426         (theora_enc_set_property), (theora_enc_get_property):
15427         Added cropping option to theora decoder.
15428         Added border option to theora encoder.
15429
15430 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15431
15432         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15433         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15434         (gst_pngenc_set_property):
15435         * ext/libpng/gstpngenc.h:
15436         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
15437
15438 2004-07-30  Wim Taymans  <wim@fluendo.com>
15439
15440         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15441         (theora_enc_sink_link), (theora_enc_chain),
15442         (theora_enc_set_property), (theora_enc_get_property):
15443         Fix encoding of non-multiple-of-16 video.
15444
15445 2004-07-29  David Schleef  <ds@schleef.org>
15446
15447         * configure.ac: make test for audiofile more strict
15448
15449 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15450
15451         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15452           give different names to typefind functions
15453
15454 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15455
15456         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15457         (gst_ximagesink_calculate_pixel_aspect_ratio),
15458         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15459         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15460         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15461         (gst_ximagesink_get_property), (gst_ximagesink_init):
15462         * sys/ximage/ximagesink.h:
15463           allocate PAR's dynamically.
15464           use autodetected PAR if no object-set PAR is given.
15465           add workaround for directfb's X not setting physical size.
15466           fix to xvimagesink will follow tomorrow.
15467
15468 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15469
15470         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15471         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15472         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15473         (gst_shout2send_class_init), (gst_shout2send_init),
15474         (set_shout_metadata), (gst_shout2send_set_metadata),
15475         (gst_shout2send_chain), (gst_shout2send_set_property),
15476         (gst_shout2send_get_property), (gst_shout2send_connect),
15477         (gst_shout2send_change_state):
15478         * ext/shout2/gstshout2.h:
15479         - fix for sending mp3 audio to icecast2 server, if pad link function not
15480         called before PAUSED state
15481         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15482         - added tagging support for mp3 audio broadcasted
15483         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15484         debug info
15485
15486 2004-07-28  Wim Taymans  <wim@fluendo.com>
15487
15488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15489         (gst_ogg_demux_push):
15490         Return query failure when we don't know the length of
15491         an ogg stream insteda of returning TRUE with a bogus value.
15492
15493 2004-07-28  Wim Taymans  <wim@fluendo.com>
15494
15495         * ext/theora/theoradec.c: (theora_get_formats),
15496         (theora_dec_src_convert), (theora_dec_sink_convert),
15497         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15498         (theora_dec_chain):
15499         Don't screw up the 1 Chroma for 1 luma sample situation when we
15500         have an odd offset/width by adding a black border in those cases.
15501
15502 2004-07-28  Wim Taymans  <wim@fluendo.com>
15503
15504         * ext/theora/theoradec.c: (theora_get_formats),
15505         (theora_dec_src_convert), (theora_dec_sink_convert),
15506         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15507         (theora_dec_chain):
15508         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15509         Added first attempt at cropping of the image as required by the
15510         theora spec. We need more properties in the caps (offset_x,
15511         offset_y,stride) to implement this correctly.
15512
15513 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15514
15515         * ext/dvdnav/README:
15516           Update the README to use dvddemux
15517         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15518           Ensure getcaps returns a subset of the template caps
15519         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15520         (gst_mpeg2subt_init):
15521           Ensure getcaps returns a subset of the template caps
15522         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15523         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15524         (gst_dvd_demux_get_subpicture_stream),
15525         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15526         * gst/mpegstream/gstdvddemux.h:
15527           Set the explicit caps on the current_video pad before pushing
15528           anything
15529         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15530         (gst_mpeg_demux_get_audio_stream):
15531           Free caps used to gst_pad_set_explicit_caps, which takes a const
15532           GstCaps *
15533
15534 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15535
15536         * configure.ac: update GStreamer requirement to 0.8.4 because of
15537           GstFraction.
15538
15539 2004-07-28  Wim Taymans  <wim@fluendo.com>
15540
15541         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15542         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15543         Add the pad to the element after setting up the caps. This
15544         makes it a lot easier to autoplug.
15545
15546 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15547
15548         * gst/median/gstmedian.c:
15549         * gst/mpeg2subt/gstmpeg2subt.c:
15550         * gst/mpegaudioparse/gstmpegaudioparse.c:
15551         * gst/mpegstream/gstdvddemux.c:
15552         * gst/mpegstream/gstmpegdemux.c:
15553         * gst/mpegstream/gstmpegpacketize.c:
15554         * gst/rtjpeg/gstrtjpeg.c:
15555         * gst/rtjpeg/gstrtjpegdec.c:
15556         * gst/rtjpeg/gstrtjpegenc.c:
15557         * gst/sine/gstsinesrc.c:
15558         * gst/smooth/gstsmooth.c:
15559         * gst/smpte/gstsmpte.c:
15560         * gst/smpte/gstsmpte.h:
15561         * gst/stereo/gststereo.c:
15562         * gst/videofilter/gstgamma.c:
15563         * gst/videofilter/gstvideobalance.c:
15564         * gst/videofilter/gstvideofilter.c:
15565         * gst/videofilter/gstvideoflip.c:
15566         * gst/videoscale/gstvideoscale.c:
15567         * gst/videoscale/videoscale.c:
15568         * gst/videotestsrc/gstvideotestsrc.c:
15569         * gst/videotestsrc/videotestsrc.c:
15570         * gst/wavenc/gstwavenc.c:
15571         * gst/wavparse/gstwavparse.c:
15572           fix local includes and 64 bits constants
15573
15574 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15575
15576         * win32/gst.sln:
15577         * gst-libs/gst/*/*.vcproj:
15578         * gst/*/*.vcproj:
15579           more working plugins
15580
15581 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15582
15583         * testsuite/alsa/Makefile.am:
15584         * testsuite/alsa/srcstate.c:
15585         add test for alsasrc changing state
15586
15587 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15588
15589         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15590         (gst_silence_get):
15591         * gst/silence/gstsilence.h:
15592         fix silence generation for 16bit raw audio
15593
15594 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15595
15596         * gst/matroska/matroska-demux.c:
15597         (gst_matroska_demux_parse_metadata),
15598         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15599         * gst/mpegaudio/common.c:
15600         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15601         (gst_videoscale_getcaps), (gst_videoscale_link),
15602         (gst_videoscale_src_fixate), (gst_videoscale_init),
15603         (gst_videoscale_finalize):
15604         * gst/videoscale/gstvideoscale.h:
15605         * gst/videotestsrc/gstvideotestsrc.c:
15606         (gst_videotestsrc_get_capslist):
15607         * gst/wavenc/gstwavenc.c:
15608         * sys/oss/gstossmixer.c: (fill_labels):
15609         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15610         (gst_ximagesink_handle_xevents),
15611         (gst_ximagesink_calculate_pixel_aspect_ratio),
15612         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15613         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15614         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15615         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15616         (gst_ximagesink_init), (gst_ximagesink_class_init):
15617         * sys/ximage/ximagesink.h:
15618         * sys/xvimage/xvimagesink.c:
15619         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15620         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15621         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15622         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15623         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15624         * sys/xvimage/xvimagesink.h:
15625           first batch of pixel aspect ratio commits.
15626
15627 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15628
15629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15630         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15631         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15632           handle stride, needs work if we want to move stride handling
15633           upstream, but works correctly for our purposes.
15634
15635 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15636
15637         * gst/videoscale/README:
15638           add testing examples
15639         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15640         (gst_videoscale_chain):
15641         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15642         (gst_videoscale_get_size):
15643           add get_size function that handles stride like videotestsrc.
15644           fixes conversion for YUV formats for as much as I can test them.
15645
15646 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15647
15648         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15649         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15651         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15652         (gst_xvimagesink_xvimage_put):
15653           further cleanups, logging, error handling and synchronizing
15654
15655 2004-07-27  Wim Taymans  <wim@fluendo.com>
15656
15657         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15658         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15659         (gst_videomixer_pad_set_property),
15660         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15661         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15662         (gst_videomixer_class_init), (gst_videomixer_init),
15663         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15664         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15665         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15666         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15667         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15668         (gst_videomixer_loop), (plugin_init):
15669         Be a nicer negotiation citizen and provide a getcaps function on
15670         the srcpad. This also fixes a crash when resizing.
15671
15672 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15673
15674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15675         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15676
15677 2004-07-27  Wim Taymans  <wim@fluendo.com>
15678
15679         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15680         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15681         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15682         (gst_pngenc_set_property):
15683         * ext/libpng/gstpngenc.h:
15684         Added snapshot property to pngenc.
15685         removed g_print from pngdec
15686
15687 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15688
15689         * gst/ac3parse/ac3parse.vcproj
15690         * gst/adder/adder.vcproj
15691         * gst/alpha/alpha.vcproj
15692         * gst/alpha/alphacolor.vcproj
15693         * gst/asfdemux/asf.vcproj
15694         * gst/audioconvert/audioconvert.vcproj
15695         * gst/audiorate/audiorate.vcproj
15696         * gst/audioscale/audioscale.vcproj
15697         * gst/auparse/auparse.vcproj
15698         * gst/avi/avi.vcproj
15699         * gst/cdxaparse/cdxaparse.vcproj
15700         * gst/chart/chart.vcproj
15701         * gst/colorspace/colorspace.vcproj
15702         * gst/cutter/cutter.vcproj
15703         * gst/debug/debug.vcproj
15704         * gst/debug/efence.vcproj
15705         * gst/debug/navigationtest.vcproj
15706         * gst/deinterlace/deinterlace.vcproj
15707         * gst/effectv/effectv.vcproj
15708         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15709         * gst/filter/filter.vcproj
15710         * gst/flx/flxdec.vcproj
15711         * gst/goom/goom.vcproj
15712         * gst/interleave/interleave.vcproj
15713         * gst/law/alaw.vcproj
15714         * gst/law/mulaw.vcproj
15715         * gst/matroska/matroska.vcproj
15716         * gst/median/median.vcproj
15717         * gst/mixmatrix/mixmatrix.vcproj
15718         * gst/mpeg1sys/mpeg1systemencode.vcproj
15719         * gst/mpeg1videoparse/mp1videoparse.vcproj
15720         * gst/mpeg2sub/mpeg2subt.vcproj
15721         * gst/mpegaudio/mpegaudio.vcproj
15722         * gst/mpegaudioparse/mpegaudioparse.vcproj
15723         * gst/mpegstream/mpegstream.vcproj
15724         * gst/multifilesink/multifilesink.vcproj
15725         * gst/multipart/multipart.vcproj
15726         * gst/oneton/oneton.vcproj
15727         * gst/overlay/overlay.vcproj
15728         * gst/passthrough/passthrough.vcproj
15729         * gst/qtdemux/qtdemux.vcproj
15730         * gst/realmedia/rmdemux.vcproj
15731         * gst/rtjpeg/rtjpeg.vcproj
15732         * gst/rtp/rtp.vcproj
15733         * gst/silence/silence.vcproj
15734         * gst/sine/sinesrc.vcproj
15735         * gst/smooth/smooth.vcproj
15736         * gst/smpte/smpte.vcproj
15737         * gst/spectrum/spectrum.vcproj
15738         * gst/speed/speed.vcproj
15739         * gst/stereo/stereo.vcproj
15740         * gst/switch/switch.vcproj
15741         * gst/tags/tagedit.vcproj
15742         * gst/tcp/tcp.vcproj
15743         * gst/typefind/typefindfunctions.vcproj
15744         * gst/udp/udp.vcproj
15745         * gst/videobox/videobox.vcproj
15746         * gst/videocrop/videocrop.vcproj
15747         * gst/videodrop/videodrop.vcproj
15748         * gst/videofilter/gamma.vcproj
15749         * gst/videofilter/videobalance.vcproj
15750         * gst/videofilter/videofilter.vcproj
15751         * gst/videofilter/videoflip.vcproj
15752         * gst/videoflip/videoflip.vcproj
15753         * gst/videomixer/videomixer.vcproj
15754         * gst/videorate/videorate.vcproj
15755         * gst/videoscale/videoscale.vcproj
15756         * gst/videotestsrc/videotestsrc.vcproj
15757         * gst/virtualdub/virtualdub.vcproj
15758         * gst/volenv/volenv.vcproj
15759         * gst/volume/volume.vcproj
15760         * gst/wavenc/wavenc.vcproj
15761         * gst/wavparse/wavparse.vcproj
15762         * gst/y4m/y4menc.vcproj
15763         * gst-libs/gst/audio/audio.vcproj
15764         * gst-libs/gst/audio/audiofilter.vcproj
15765         * gst-libs/gst/colorbalance/colorbalance.vcproj
15766         * gst-libs/gst/idct/idtc.vcproj
15767         * gst-libs/gst/media-info/media-info.vcproj
15768         * gst-libs/gst/mixer/mixer.vcproj
15769         * gst-libs/gst/navigation/navigation.vcproj
15770         * gst-libs/gst/play/play.vcproj
15771         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
15772         * gst-libs/gst/resample/resample.vcproj
15773         * gst-libs/gst/riff/riff.vcproj
15774         * gst-libs/gst/tuner/tuner.vcproj
15775         * gst-libs/gst/video/video.vcproj
15776         * gst-libs/gst/xoverlay/xoverlay.vcproj
15777           avoid problems with math.h, fix release dependancy
15778           rename GStreamer-0.8.lib to libgstreamer.lib
15779
15780 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15781
15782         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
15784         the atom is not available we have to unlock the mutex. Fixes #148023
15785
15786 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15787
15788         * gst-libs/gst/media-info/media-info.h:
15789           issue for a vararg macro with MSVC
15790
15791 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15792
15793         * gst/effectv/effectv.vcproj
15794         * gst-libs/gst/idct/idct.vcproj:
15795         * gst-libs/gst/media-info/media-info.vcproj:
15796         * gst-libs/gst/navigation/navigation.vcproj:
15797         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15798         * gst-libs/gst/video/video.vcproj:
15799         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15800           fixes for build problems
15801
15802 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15803
15804         * gst-libs/gst/audio/audio.def:
15805         * gst-libs/gst/audio/riff.def:
15806           add some definitions needed by plugins
15807
15808 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15809
15810         * gst/asfdemux/gstasfmux.c
15811           Fix some 64 bits constants to be glib friendly
15812
15813 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15814
15815         * gst/ac3parse/gstac3parse.c
15816         * gst/audioscale/gstaudioscale.c
15817         * gst/auparse/gstauparse.c
15818         * gst/colorspace/gstcolorspace.c
15819         * gst/colorspace/yuv2rgb.h
15820           local include fixes
15821
15822 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15823
15824         * win32/gst.sln
15825           add more plugins to the build
15826
15827 2004-07-26  Julien MOUTTE  <julien@moutte.net>
15828
15829         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15830         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
15831
15832 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15833
15834         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15835         (gst_level_set_property), (gst_level_get_property),
15836         (gst_level_base_init), (gst_level_class_init):
15837           add debugging categories.  cleanups.
15838
15839 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15840
15841         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15842         (gst_videoscale_planar411), (gst_videoscale_planar400),
15843         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
15844         (gst_videoscale_scale_nearest_str1),
15845         (gst_videoscale_scale_nearest_str2),
15846         (gst_videoscale_scale_nearest_str4),
15847         (gst_videoscale_scale_nearest_16bit),
15848         (gst_videoscale_scale_nearest_24bit):
15849           fixed stride issues
15850           tested with 320x240 -> 321, 322, 324 x240
15851           tested with YV12, I420, YUY2, UYVY
15852           fixed packed422rev (don't think it could have worked before)
15853           by testing with UYVY
15854
15855 2004-07-26  Benjamin Otte  <otte@gnome.org>
15856
15857         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
15858         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
15859         (plugin_init):
15860           add debugging category, add error checks like checking return values
15861           of setup calls, make sure it still works after
15862           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
15863
15864 2004-07-26  Wim Taymans  <wim@fluendo.com>
15865
15866         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15867         (gst_mpeg_demux_get_audio_stream),
15868         (gst_mpeg_demux_process_private):
15869         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
15870         Check for error codes from the negotiation functions. Make sure
15871         we really set the pad caps when a new pad is created.
15872
15873 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15874
15875         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15876         (gst_ffmpeg_caps_to_pix_fmt):
15877         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15879         (gst_ffmpegcolorspace_pad_link):
15880           don't make function do two things at the same time without reason.
15881
15882 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15883
15884         * gst/ac3parse/ac3parse.vcproj
15885         * gst/adder/adder.vcproj
15886         * gst/alpha/alpha.vcproj
15887         * gst/alpha/alphacolor.vcproj
15888         * gst/asfdemux/asf.vcproj
15889         * gst/audioconvert/audioconvert.vcproj
15890         * gst/audiorate/audiorate.vcproj
15891         * gst/audioscale/audioscale.vcproj
15892         * gst/auparse/auparse.vcproj
15893         * gst/avi/avi.vcproj
15894         * gst/cdxaparse/cdxaparse.vcproj
15895         * gst/chart/chart.vcproj
15896         * gst/colorspace/colorspace.vcproj
15897         * gst/cutter/cutter.vcproj
15898         * gst/debug/debug.vcproj
15899         * gst/debug/efence.vcproj
15900         * gst/debug/navigationtest.vcproj
15901         * gst/deinterlace/deinterlace.vcproj
15902         * gst/effectv/effectv.vcproj
15903         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15904         * gst/filter/filter.vcproj
15905         * gst/flx/flxdec.vcproj
15906         * gst/goom/goom.vcproj
15907         * gst/interleave/interleave.vcproj
15908         * gst/law/alaw.vcproj
15909         * gst/law/mulaw.vcproj
15910         * gst/matroska/matroska.vcproj
15911         * gst/median/median.vcproj
15912         * gst/mixmatrix/mixmatrix.vcproj
15913         * gst/mpeg1sys/mpeg1systemencode.vcproj
15914         * gst/mpeg1videoparse/mp1videoparse.vcproj
15915         * gst/mpeg2sub/mpeg2subt.vcproj
15916         * gst/mpegaudio/mpegaudio.vcproj
15917         * gst/mpegaudioparse/mpegaudioparse.vcproj
15918         * gst/mpegstream/mpegstream.vcproj
15919         * gst/multifilesink/multifilesink.vcproj
15920         * gst/multipart/multipart.vcproj
15921         * gst/oneton/oneton.vcproj
15922         * gst/overlay/overlay.vcproj
15923         * gst/passthrough/passthrough.vcproj
15924         * gst/qtdemux/qtdemux.vcproj
15925         * gst/realmedia/rmdemux.vcproj
15926         * gst/rtjpeg/rtjpeg.vcproj
15927         * gst/rtp/rtp.vcproj
15928         * gst/silence/silence.vcproj
15929         * gst/sine/sinesrc.vcproj
15930         * gst/smooth/smooth.vcproj
15931         * gst/smpte/smpte.vcproj
15932         * gst/spectrum/spectrum.vcproj
15933         * gst/speed/speed.vcproj
15934         * gst/stereo/stereo.vcproj
15935         * gst/switch/switch.vcproj
15936         * gst/tags/tagedit.vcproj
15937         * gst/tcp/tcp.vcproj
15938         * gst/typefind/typefindfunctions.vcproj
15939         * gst/udp/udp.vcproj
15940         * gst/videobox/videobox.vcproj
15941         * gst/videocrop/videocrop.vcproj
15942         * gst/videodrop/videodrop.vcproj
15943         * gst/videofilter/gamma.vcproj
15944         * gst/videofilter/videobalance.vcproj
15945         * gst/videofilter/videofilter.vcproj
15946         * gst/videofilter/videoflip.vcproj
15947         * gst/videoflip/videoflip.vcproj
15948         * gst/videomixer/videomixer.vcproj
15949         * gst/videorate/videorate.vcproj
15950         * gst/videoscale/videoscale.vcproj
15951         * gst/videotestsrc/videotestsrc.vcproj
15952         * gst/virtualdub/virtualdub.vcproj
15953         * gst/volenv/volenv.vcproj
15954         * gst/volume/volume.vcproj
15955         * gst/wavenc/wavenc.vcproj
15956         * gst/wavparse/wavparse.vcproj
15957         * gst/y4m/y4menc.vcproj
15958           more plugins supported under windows
15959
15960 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15961
15962         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15963         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
15964         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
15965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15966         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
15967           Add debugging statements.  Use the sizes as returned by the
15968           *CreateImage calls.
15969
15970 2004-07-26  Johan Dahlin  <johan@gnome.org>
15971
15972         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
15973         the pad is negotiated.
15974
15975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
15976
15977 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15978
15979         * gst-libs/gst/colorbalance/colorbalance.vcproj:
15980         * gst-libs/gst/idct/idct.vcproj:
15981         * gst-libs/gst/media-info/media-info.vcproj:
15982         * gst-libs/gst/mixer/mixer.vcproj:
15983         * gst-libs/gst/navigation/navigation.vcproj:
15984         * gst-libs/gst/play/play.vcproj:
15985         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15986         * gst-libs/gst/resample/resample.vcproj:
15987         * gst-libs/gst/tuner/tuner.vcproj:
15988         * gst-libs/gst/video/video.vcproj:
15989         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15990           more plugins supported under windows
15991
15992 2004-07-25 Iain <iain@prettypeople.org>
15993
15994         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
15995         pad now rather than when the pad is created because state changes wipe
15996         explicit caps (fixes #148043).
15997
15998 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
15999
16000         reviewed by Benjamin Otte  <otte@gnome.org>
16001
16002         * ext/mad/gstmad.c:
16003           fix mad plugin crashing on Sun (fixes #148289)
16004
16005 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16006
16007         * gst/avi/avi.def:
16008         * gst/avi/avi.vcproj:
16009         * gst/matroska/matroska.def:
16010         * gst/matroska/matroska.vcproj:
16011           remove unused .def files
16012
16013 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16014
16015         * gst-libs/gst/audio/gstaudiofilter.c:
16016           Clean the local include
16017
16018 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16019
16020         * win32/gst.sln:
16021         * gst-libs/gst/audio/audio.def:
16022         * gst-libs/gst/audio/audio.vcproj:
16023         * gst-libs/gst/audio/audiofilter.vcproj:
16024         * gst-libs/gst/audio/riff.def:
16025         * gst-libs/gst/audio/riff.vcproj:
16026         * gst-libs/gst/gst-libs.def:
16027         * gst-libs/gst/gst-libs.vcproj:
16028         * gst/avi/avi.vcproj:
16029         * gst/avi/avi.vcproj:
16030           Copy the files where needed after building, cleaner projects
16031
16032 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16033
16034         * gst/matroska/ebml-write.c:
16035           Fix some 64 bits constants to be glib friendly
16036
16037 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16038
16039         * win32/gst.sln:
16040         * gst-libs/gst/gst-libs.def:
16041         * gst-libs/gst/gst-libs.vcproj:
16042         * gst/matroska/matroska.def:
16043         * gst/matroska/matroska.vcproj:
16044           Add the preliminary canvas to build plugins on Win32
16045
16046 2004-07-23  Benjamin Otte  <otte@gnome.org>
16047
16048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16049           don't enfore negotiation from source side, it breaks
16050           sinesrc ! audioconvert ! osssink
16051
16052 2004-07-22  David Schleef  <ds@schleef.org>
16053
16054         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16055         for ELF files, since they can easily be recognized as audio/mpeg.
16056         (bug #147441)
16057
16058 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16059
16060         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16061         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16062         (gst_videoscale_scale_nearest_24bit),
16063         (gst_videoscale_scale_nearest_16bit):
16064           fix 16bit and 24bit for stride (24bit might need testing)
16065           don't pretend we do more than one algorithm
16066
16067 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16068
16069         * configure.ac:
16070         * gst/Makefile.am:
16071         * gst/multifilesink/Makefile.am:
16072         * gst/multifilesink/gstmultifilesink.c:
16073         (gst_multifilesink_get_formats),
16074         (gst_multifilesink_get_query_types), (_do_init),
16075         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16076         (gst_multifilesink_init), (gst_multifilesink_dispose),
16077         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16078         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16079         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16080         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16081         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16082         (gst_multifilesink_uri_get_type),
16083         (gst_multifilesink_uri_get_protocols),
16084         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16085         (gst_multifilesink_uri_handler_init), (plugin_init):
16086         * gst/multifilesink/gstmultifilesink.h:
16087         * testsuite/Makefile.am:
16088         * testsuite/multifilesink/Makefile.am:
16089         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16090         (gst_newmedia_class_init), (gst_newmedia_init),
16091         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16092         (newfile_signal), (test_signal), (main):
16093         multifilesink plugin for creating new files every time a new media
16094         discontinuity event occurs
16095
16096 2004-07-22  Wim Taymans  <wim@fluendo.com>
16097
16098         * gst/alpha/Makefile.am:
16099         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16100         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16101         (gst_alpha_color_init), (gst_alpha_color_set_property),
16102         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16103         (transform), (gst_alpha_color_chain),
16104         (gst_alpha_color_change_state), (plugin_init):
16105         Stupid plugin to to RGBA to AYUV conversion because none of
16106         the colorspace plugins can handle that yet.
16107
16108 2004-07-22  Wim Taymans  <wim@fluendo.com>
16109
16110         * examples/seeking/seek.c: (update_scale), (main):
16111         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16112         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16113         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16114         (gst_decode_bin_init), (gst_decode_bin_dispose),
16115         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16116         (no_more_pads), (close_link), (type_found),
16117         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16118         (plugin_init):
16119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16120         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16121         (gst_play_base_bin_dispose), (queue_overrun),
16122         (gen_preroll_element), (remove_prerolls), (unknown_type),
16123         (no_more_pads), (new_stream), (setup_source),
16124         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16125         (play_base_eos), (gst_play_base_bin_change_state),
16126         (gst_play_base_bin_add_element),
16127         (gst_play_base_bin_remove_element),
16128         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16129         (gst_play_base_bin_unlink_stream),
16130         (gst_play_base_bin_get_streaminfo):
16131         * gst/playback/gstplaybin.c: (gen_video_element),
16132         (gen_audio_element):
16133         * gst/playback/gststreaminfo.h:
16134         More playback updates, attempt to fix things after the state change
16135         breakage.
16136
16137 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16138
16139         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16140         (gst_videoscale_scale_nearest_16bit):
16141           comment algorithm
16142
16143 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16144
16145         * gst/videotestsrc/gstvideotestsrc.c:
16146         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16147         (gst_videotestsrc_init), (gst_videotestsrc_get),
16148         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16149         (gst_videotestsrc_get_property):
16150         * gst/videotestsrc/gstvideotestsrc.h:
16151         * gst/videotestsrc/videotestsrc.c:
16152         * gst/videotestsrc/videotestsrc.h:
16153           cleanup and commenting
16154
16155 2004-07-21  Wim Taymans  <wim@fluendo.com>
16156
16157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16158         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16159         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16160         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16161         (_find_chain_get_unknown_part), (_find_streams_check),
16162         (gst_ogg_demux_push), (gst_ogg_pad_push):
16163         * ext/theora/theoradec.c: (theora_get_formats),
16164         (theora_dec_src_convert), (theora_dec_sink_convert),
16165         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16166         (theora_dec_chain):
16167         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16168         (vorbis_dec_convert), (vorbis_dec_src_query),
16169         (vorbis_dec_src_event), (vorbis_dec_event):
16170         More seeking fixes, oggdemux now supports seeking to time and
16171         uses the downstream element to convert granulepos to time.
16172         Seeking in theora-only ogg files now works.
16173
16174 2004-07-21  Wim Taymans  <wim@fluendo.com>
16175
16176         * ext/theora/theoradec.c: (gst_theora_dec_init),
16177         (theora_get_formats), (theora_get_event_masks),
16178         (theora_get_query_types), (theora_dec_src_convert),
16179         (theora_dec_sink_convert), (theora_dec_src_query),
16180         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16181         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16182         (vorbis_get_event_masks), (vorbis_get_query_types),
16183         (gst_vorbis_dec_init), (vorbis_dec_convert),
16184         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16185         Added query/convert/formats functions to vorbis and theora decoders
16186         so that the outside world can use them too. Fixed seeking on an
16187         ogg/theora/vorbis file by disabling the seeking seeking on the
16188         theora srcpad.
16189
16190 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16191
16192         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16193         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16194         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16195         images creation for both elements. We don't create the image on caps
16196         nego or renego, we just destroy the internal one if present if it does
16197         not match the needs. The chain function takes care of creating a new
16198         image when needed.
16199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16200         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16201         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16202         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16203         the image format information. The buffer pool checks for the context
16204         image format and discard images with different formats.
16205         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16206
16207 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16208
16209         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16210         (gst_ffmpegcolorspace_chain):
16211           no point in doing any chaining if the pad we want to push from
16212           isn't usable.
16213
16214 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16215
16216         * gst-libs/gst/riff/riff-media.c:
16217         (gst_riff_create_audio_caps_with_data):
16218           Fix double end-to-native symbol conversion (#148021).
16219
16220 2004-07-20  David Schleef  <ds@schleef.org>
16221
16222         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16223         Don't use an Atom that doesn't exist.
16224
16225 2004-07-20  Wim Taymans  <wim@fluendo.com>
16226
16227         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16228         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16229         (gst_multifdsink_client_remove),
16230         (gst_multifdsink_handle_client_write),
16231         (gst_multifdsink_queue_buffer):
16232         * gst/tcp/gstmultifdsink.h:
16233         More multifdsink stats. Avoid deadlock by releasing locks
16234         before sending out a signal.
16235
16236 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16237
16238         * po/LINGUAS:
16239         * po/hu.po:
16240           added Hungarian translation (Laszlo Dvornik)
16241
16242 2004-07-20  Wim Taymans  <wim@fluendo.com>
16243
16244         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16245         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16246         (gst_multifdsink_handle_client_write),
16247         (gst_multifdsink_queue_buffer):
16248         * gst/tcp/gsttcp-marshal.list:
16249         Fixed the stupid marshal definition.
16250
16251 2004-07-20  Wim Taymans  <wim@fluendo.com>
16252
16253         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16254         (gst_multifdsink_init), (gst_multifdsink_add),
16255         (gst_multifdsink_client_remove),
16256         (gst_multifdsink_handle_client_write),
16257         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16258         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16259         (gst_multifdsink_init_send):
16260         * gst/tcp/gstmultifdsink.h:
16261         Added more stats, added timeout for a client, fixed some typos
16262         and added some comments.
16263
16264 2004-07-20  Wim Taymans  <wim@fluendo.com>
16265
16266         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16267         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16268         (gst_multifdsink_client_remove),
16269         (gst_multifdsink_handle_client_write):
16270         * gst/tcp/gstmultifdsink.h:
16271         * gst/tcp/gsttcp-marshal.list:
16272         Added get_stats method that returns a GValueArray of
16273         stats values.
16274
16275 2004-07-19  Benjamin Otte  <otte@gnome.org>
16276
16277         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16278           make sure longname, description and author are valid UTF-8
16279
16280 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16281
16282         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16283         (gst_ximagesink_set_property):
16284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16285         (gst_xvimagesink_set_property):
16286           make sure SYNCHRONOUS is respected after getting the X context
16287
16288 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16289
16290         * gst/matroska/matroska-demux.c:
16291         (gst_matroska_demux_handle_src_event),
16292         (gst_matroska_demux_parse_blockgroup):
16293         * gst/matroska/matroska-ids.h:
16294           add BlockReference tag and ignore it to clear out log.
16295           ignore NAVIGATION events to clear out log.
16296
16297 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16298
16299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16300         (gst_matroska_demux_add_stream):
16301         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16302           add debug categories
16303
16304 2004-07-16  Wim Taymans  <wim@fluendo.com>
16305
16306         * ext/libpng/Makefile.am:
16307         * ext/libpng/gstpng.c: (plugin_init):
16308         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16309         (gst_pngdec_get_type), (gst_pngdec_base_init),
16310         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16311         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16312         * ext/libpng/gstpngdec.h:
16313         Added png decoder.
16314
16315 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16316
16317         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16318         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16319         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16320         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16321         (gst_ximagesink_buffer_alloc):
16322         * sys/ximage/ximagesink.h:
16323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16324         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16325         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16326         (gst_xvimagesink_buffer_alloc):
16327         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16328         again. Using internal data pointer of the x(v)image to store image's
16329         data to be coherent with the buffer alloc mechanism. Investigated the
16330         image destruction code to be sure that everything gets freed correctly.
16331
16332 2004-07-16  Wim Taymans  <wim@fluendo.com>
16333
16334         * gst-libs/gst/riff/riff-read.c:
16335         (gst_riff_read_strf_vids_with_data),
16336         (gst_riff_read_strf_auds_with_data):
16337         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16338         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16339         Make sure we don't create 0 sized subbuffers in riff-read.
16340         Signal the no more pads signal after reading the avi header.
16341
16342 2004-07-16  Wim Taymans  <wim@fluendo.com>
16343
16344         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16345         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16346         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16347         (gst_decode_bin_init), (gst_decode_bin_dispose),
16348         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16349         (no_more_pads), (close_link), (type_found),
16350         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16351         (gst_decode_bin_change_state), (plugin_init):
16352         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16353         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16354         (gst_play_base_bin_dispose), (queue_overrun),
16355         (gen_preroll_element), (remove_prerolls), (unknown_type),
16356         (no_more_pads), (new_stream), (setup_source),
16357         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16358         (play_base_eos), (gst_play_base_bin_change_state),
16359         (gst_play_base_bin_add_element),
16360         (gst_play_base_bin_remove_element),
16361         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16362         (gst_play_base_bin_unlink_stream),
16363         (gst_play_base_bin_get_streaminfo):
16364         * gst/playback/gstplaybasebin.h:
16365         Better error recovery. Added configurable preroll queue size. Faster
16366         detection of no-more-pads.
16367
16368 2004-07-16  Wim Taymans  <wim@fluendo.com>
16369
16370         * gst-libs/gst/video/video.h:
16371         Added 32 bits RGBA. Not sure if we should use another mime-type
16372         for alpha rgb. Currently the presence of the alpha_mask property
16373         signals an alpha channel.
16374
16375 2004-07-16  Wim Taymans  <wim@fluendo.com>
16376
16377         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16379         FPS seems to be 0.0 to MAX everywhere else.
16380
16381 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16382
16383         * gst-libs/gst/riff/riff-media.c:
16384         (gst_riff_create_video_caps_with_data):
16385           mp42/mp43 (no caps) exist too.
16386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16387           Set pixel_width/height; we've got them in-caps.
16388         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16389         * gst/wavparse/gstwavparse.c: (plugin_init):
16390           Both are valid primary.
16391         * sys/oss/gstossmixer.c:
16392           Remove i18n hack and enable translations.
16393
16394 2004-07-15  Benjamin Otte  <otte@gnome.org>
16395
16396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16397         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16398           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16399
16400 2004-07-15  Benjamin Otte  <otte@gnome.org>
16401
16402         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16403         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16404         (gst_alsa_close_audio):
16405           disable some of the debugging code for now. Writing debugging to a
16406           buffer is broken in current alsalib releases.
16407
16408 2004-07-12  Benjamin Otte  <otte@gnome.org>
16409
16410         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16411           use bufferpools
16412
16413 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16414
16415         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16416         (theora_dec_src_query), (theora_dec_event):
16417         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16418           add debugging categories.  Remove \n's.
16419
16420 2004-07-13  Johan Dahlin  <johan@gnome.org>
16421
16422         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16423         (gst_play_bin_get_property): Impl.
16424
16425 2004-07-13  Wim Taymans  <wim@fluendo.com>
16426
16427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16428         When trying to find the stream length, seek back N pages
16429         instead of just one, where N is the number of streams in
16430         the current chain.
16431
16432 2004-07-13  Wim Taymans  <wim@fluendo.com>
16433
16434         * gst-libs/gst/riff/riff-media.c:
16435         (gst_riff_create_audio_caps_with_data),
16436         (gst_riff_create_audio_caps),
16437         (gst_riff_create_audio_template_caps):
16438         * gst-libs/gst/riff/riff-media.h:
16439         * gst-libs/gst/riff/riff-read.c:
16440         (gst_riff_read_strf_vids_with_data),
16441         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16442         * gst-libs/gst/riff/riff-read.h:
16443         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16444         (gst_avi_demux_add_stream):
16445         Set codec_data on caps for avidemuxer.
16446
16447 2004-07-12  David Schleef  <ds@schleef.org>
16448
16449         * configure.ac: Fix test for Objective C
16450
16451 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16452         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16453         (gst_gdk_pixbuf_chain):
16454           Add svg and pcx to template caps, and ensure that getcaps returns a
16455           subset of the template caps.
16456           Copy each row manually for output, as gdkpixbuf may pad the
16457           rowstride to a 32-bit word boundary.
16458
16459 2004-07-12  Wim Taymans  <wim@fluendo.com>
16460
16461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16462         (gst_riff_create_video_template_caps):
16463         Fix the template caps to include some more media types.
16464
16465 2004-07-12  Wim Taymans  <wim@fluendo.com>
16466
16467         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16468         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16469         (compare_ranks), (print_feature), (gst_decode_bin_init),
16470         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16471         (try_to_link_1), (new_pad), (close_link), (type_found),
16472         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16473         (gst_decode_bin_change_state), (plugin_init):
16474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16475         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16476         (gst_play_base_bin_dispose), (queue_overrun),
16477         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16478         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16479         (gst_play_base_bin_get_property), (play_base_eos),
16480         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16481         (gst_play_base_bin_remove_element),
16482         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16483         (gst_play_base_bin_unlink_stream),
16484         (gst_play_base_bin_get_streaminfo):
16485         * gst/playback/gstplaybasebin.h:
16486         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16487         (gst_play_bin_class_init), (gst_play_bin_init),
16488         (gst_play_bin_dispose), (gst_play_bin_set_property),
16489         (gst_play_bin_get_property), (gen_video_element),
16490         (gen_audio_element), (remove_sinks), (setup_sinks),
16491         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16492         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16493         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16494         (gst_play_bin_query), (plugin_init):
16495         * gst/playback/test4.c: (main):
16496         More fixes on reusing of the element.
16497
16498 2004-07-11  Benjamin Otte  <otte@gnome.org>
16499
16500         * ext/mad/gstmad.c: (normal_seek):
16501           allow seeking for other methods than just SET
16502
16503 2004-07-11  Andy Wingo  <wingo@pobox.com>
16504
16505         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16506         float, "any" caps -> buffer_frames=[0,MAX].
16507
16508         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16509         doesn't intersect our caps with the template any more. Do it
16510         ourselves.
16511         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16512
16513 2004-07-09  Wim Taymans  <wim@fluendo.com>
16514
16515         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16516         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16517         (compare_ranks), (print_feature), (gst_decode_bin_init),
16518         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16519         (try_to_link_1), (new_pad), (close_link), (type_found),
16520         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16521         (gst_decode_bin_change_state), (plugin_init):
16522         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16523         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16524         (gst_play_base_bin_dispose), (queue_overrun),
16525         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16526         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16527         (gst_play_base_bin_get_property), (play_base_eos),
16528         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16529         (gst_play_base_bin_remove_element),
16530         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16531         (gst_play_base_bin_unlink_stream),
16532         (gst_play_base_bin_get_streaminfo):
16533         * gst/playback/gstplaybasebin.h:
16534         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16535         (gst_play_bin_class_init), (gst_play_bin_init),
16536         (gst_play_bin_dispose), (gst_play_bin_set_property),
16537         (gst_play_bin_get_property), (gen_video_element),
16538         (gen_audio_element), (remove_sinks), (setup_sinks),
16539         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16540         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16541         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16542         (gst_play_bin_query), (plugin_init):
16543         * gst/playback/test4.c: (main):
16544         Work on object reuse and seeking.
16545
16546 2004-07-09  Wim Taymans  <wim@fluendo.com>
16547
16548         * examples/seeking/seek.c: (iterate):
16549         Don't consume all CPU in the idle loop.
16550
16551 2004-07-09  Wim Taymans  <wim@fluendo.com>
16552
16553         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16554         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16555         Add pad to element *after* setting the pad functions so that
16556         the scheduler can use the correct ones.
16557
16558 2004-07-09  Wim Taymans  <wim@fluendo.com>
16559
16560         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16561         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16562         Sync to keyframe after seek
16563
16564 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16565
16566         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16567         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16568         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16569         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16570         * ext/libvisual/visual.c: (gst_visual_change_state):
16571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16572         * ext/theora/theoradec.c: (theora_dec_change_state):
16573         * ext/theora/theoraenc.c: (theora_enc_change_state):
16574         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16575         * gst-libs/gst/navigation/navigation.c:
16576         * gst/adder/gstadder.c: (gst_adder_change_state):
16577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16578         (gst_audio_convert_get_buffer):
16579         * gst/multipart/multipartdemux.c:
16580         (gst_multipart_demux_change_state):
16581         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16583         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16584         * gst/videoscale/gstvideoscale.c:
16585         (gst_videoscale_handle_src_event):
16586         * gst/volume/gstvolume.c: (volume_chain_int16):
16587           don't assert in state change, this should be done by the base
16588           GstElement class.
16589           various debugging fixes.
16590
16591 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16592
16593         * configure.ac:
16594         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16595         (gst_play_dispose), (gst_play_set_location),
16596         (gst_play_set_data_src), (gst_play_set_video_sink),
16597         (gst_play_set_audio_sink), (gst_play_set_visualization),
16598         (gst_play_connect_visualization), (gst_play_get_sink_element),
16599         (gst_play_get_all_by_interface):
16600         * gst-libs/gst/play/play.h:
16601           add new method to get elements implementing an interface.
16602           add various error logging
16603
16604 2004-07-08  Wim Taymans  <wim@fluendo.com>
16605
16606         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16607         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16608         (make_playerbin_pipeline), (query_durations_elems),
16609         (query_durations_pads), (query_positions_elems),
16610         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16611         (main):
16612         Added playbin seeking example.
16613
16614 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16615
16616         * gst-libs/gst/play/play.c: (gst_play_set_location),
16617         (gst_play_set_data_src), (gst_play_set_video_sink),
16618         (gst_play_set_audio_sink), (gst_play_set_visualization),
16619         (gst_play_connect_visualization), (gst_play_get_framerate):
16620           use a macro to look up elements from hash table
16621
16622 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16623
16624         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16625         (gst_play_get_length_callback), (gst_play_set_location),
16626         (gst_play_seek_to_time), (gst_play_set_data_src),
16627         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16628         (gst_play_set_visualization), (gst_play_connect_visualization),
16629         (gst_play_get_sink_element):
16630         - add debugging info
16631         - fix looking up sink elements by iterating over complete caps
16632         - put everything except for source and autoplugger in a complete bin
16633
16634 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16635
16636         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16637         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16638         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16639         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16640         * ext/alsa/gstalsasink.h:
16641         - add debugging info
16642         - clean up schizophrenia of data/buffer/event
16643         - fix double event unref error
16644
16645 2004-07-08  Wim Taymans  <wim@fluendo.com>
16646
16647         * gst/playback/Makefile.am:
16648         Add headers to noinst
16649
16650 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16651
16652         * tools/gst-launch-ext-m.m:
16653         * tools/gst-launch-ext.1.in:
16654           convert to the third millenium
16655
16656 2004-07-07  David Schleef  <ds@schleef.org>
16657
16658         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16659
16660 2004-07-07  Wim Taymans  <wim@fluendo.com>
16661
16662         * gst/playback/Makefile.am:
16663         * gst/playback/README:
16664         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16665         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16666         (compare_ranks), (print_feature), (gst_decode_bin_init),
16667         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16668         (try_to_link_1), (new_pad), (close_link), (type_found),
16669         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16670         (plugin_init):
16671         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16672         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16673         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16674         (gen_preroll_element), (no_more_pads), (new_stream),
16675         (setup_source), (gst_play_base_bin_set_property),
16676         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16677         (gst_play_base_bin_add_element),
16678         (gst_play_base_bin_remove_element),
16679         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16680         (gst_play_base_bin_unlink_stream),
16681         (gst_play_base_bin_get_streaminfo):
16682         * gst/playback/gstplaybasebin.h:
16683         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16684         (gst_play_bin_class_init), (gst_play_bin_init),
16685         (gst_play_bin_dispose), (gst_play_bin_set_property),
16686         (gst_play_bin_get_property), (gen_video_element),
16687         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16688         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16689         (gst_play_bin_get_formats), (gst_play_bin_convert),
16690         (gst_play_bin_get_query_types), (gst_play_bin_query),
16691         (plugin_init):
16692         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16693         (gst_stream_info_get_type), (gst_stream_info_class_init),
16694         (gst_stream_info_init), (gst_stream_info_new),
16695         (gst_stream_info_dispose), (gst_stream_info_set_property),
16696         (gst_stream_info_get_property):
16697         * gst/playback/gststreaminfo.h:
16698         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16699         (main):
16700         * gst/playback/test2.c: (main):
16701         * gst/playback/test3.c: (update_scale), (main):
16702         More playbin fixes. Added README. Do better element filtering.
16703         Added base class to preroll media. Added test apps.
16704
16705 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16706
16707         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16708         * ext/mpeg2dec/gstmpeg2dec.h:
16709           various debugging improvements.  Reset stream to next picture
16710           instead of sequence header, otherwise seeks cannot work.
16711
16712 2004-07-07  Wim Taymans  <wim@fluendo.com>
16713
16714         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16715         (gst_video_box_class_init), (gst_video_box_set_property),
16716         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16717         Use pad_alloc where possible.
16718
16719 2004-07-07  Wim Taymans  <wim@fluendo.com>
16720
16721         * sys/oss/gstosselement.c: (gst_osselement_reset),
16722         (gst_osselement_parse_caps):
16723         * sys/oss/gstosselement.h:
16724         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16725         Fix offset on osssrc.
16726
16727 2004-07-07  Wim Taymans  <wim@fluendo.com>
16728
16729         * ext/theora/theora.c: (plugin_init):
16730         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16731         (theora_dec_src_query), (theora_dec_chain):
16732         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16733         (theora_enc_sink_link), (theora_buffer_from_packet),
16734         (theora_push_packet), (theora_enc_chain):
16735         Fix theora granulepos calculation.
16736         Fix overflow in duration/position calculation.
16737         Bump rank to PRIMARY for theoradec.
16738         Use granulepos of last packet to calculate position.
16739         Set keyframe flag on buffers when needed.
16740
16741 2004-07-06  David Schleef  <ds@schleef.org>
16742
16743         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
16744         serious?  (Fixed, obviously.)
16745
16746 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16747
16748         * po/LINGUAS:
16749         * po/cs.po:
16750           added Czech translation (Miloslav Trmac)
16751
16752 2004-07-05  Wim Taymans  <wim@fluendo.com>
16753
16754         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16755         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16756         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16757         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16758         (close_link), (type_found), (gst_decode_bin_set_property),
16759         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
16760         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
16761         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
16762         (gst_decode_bin_query), (plugin_init):
16763         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16764         (gst_play_bin_class_init), (gst_play_bin_init),
16765         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
16766         (get_video_element), (new_pad), (setup_source),
16767         (gst_play_bin_set_property), (gst_play_bin_get_property),
16768         (gst_play_bin_change_state), (gst_play_bin_add_element),
16769         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16770         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16771         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16772         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16773         * gst/playback/test.c: (main):
16774         More fixes, cleaned up playbin, make it use decodebin. Added
16775         threaded property to playbin.
16776
16777 2004-07-05  Wim Taymans  <wim@fluendo.com>
16778
16779         * configure.ac:
16780         * gst/playback/Makefile.am:
16781         * gst/playback/decodetest.c: (main):
16782         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16783         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16784         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16785         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16786         (close_link), (type_found), (gst_decode_bin_set_property),
16787         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
16788         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
16789         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
16790         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
16791         (plugin_init):
16792         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16793         (gst_play_bin_class_init), (gst_play_bin_init),
16794         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
16795         (collect_sink_pads), (find_compatibles), (close_pad_link),
16796         (try_to_link_1), (new_pad), (close_link), (type_found),
16797         (setup_source), (gst_play_bin_set_property),
16798         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
16799         (compare_ranks), (gst_play_bin_collect_factories),
16800         (gst_play_bin_change_state), (gst_play_bin_add_element),
16801         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16802         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16803         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16804         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16805         * gst/playback/test.c: (main):
16806         Added some playback helper elements and some test apps, very alpha
16807         still.
16808
16809 2004-07-04  Benjamin Otte  <otte@gnome.org>
16810
16811         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16812           only restart audio when we indeed have an xrun to fix repeated
16813           xruns. Fix suggested by Giuliano Pochini.
16814
16815 2004-07-03  David Schleef  <ds@schleef.org>
16816
16817         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
16818         call to gst_debug_log() if debugging is disabled (bug #145118)
16819
16820 2004-07-03  Benjamin Otte  <otte@gnome.org>
16821
16822         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16823           use our own functions for restarting the alsa device.
16824         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16825           I should apply patches myself - use MIN for the third argument, not
16826           the second, this fixes seeking
16827
16828 2004-07-02  David Schleef  <ds@schleef.org>
16829
16830         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16831         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
16832         do with the logic.
16833
16834 2004-07-02  David Schleef  <ds@schleef.org>
16835
16836         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
16837         output buffers.  Fix logic mistake.  (bug #144866)
16838
16839 2004-07-02  David Schleef  <ds@schleef.org>
16840
16841         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
16842         on X.  (bug #144753)
16843
16844 2004-07-02  David Schleef  <ds@schleef.org>
16845
16846         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
16847         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
16848         (bug #144624)
16849         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16850         (gst_osselement_rate_probe_check): Add another workaround for
16851         buggy drivers (bug #145336)
16852
16853 2004-07-02  David Schleef  <ds@schleef.org>
16854
16855         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
16856         Most systems don't have MSG_NOSIGNAL.
16857
16858 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16859
16860         * Makefile.am:
16861         * gst-libs/gst/colorbalance/Makefile.am:
16862         * gst-libs/gst/mixer/Makefile.am:
16863         * gst-libs/gst/play/Makefile.am:
16864         * gst-libs/gst/tuner/Makefile.am:
16865           (hopefully) fix both install and dist and make error message useful.
16866           needs testing across automakes.
16867
16868 2004-07-02  Benjamin Otte  <otte@gnome.org>
16869
16870         * ext/ogg/gstogg.c: (plugin_init):
16871           we require bytestream now
16872         * ext/ogg/gstoggdemux.c:
16873           huge diff to implement chain setup in a fast and generic way. This
16874           improves tag reading and startup of huge files (read: Theora videos)
16875           quite a bit. It probably contains bugs, too, so please test.
16876           Seeking is not improved to the fast method.
16877
16878 2004-06-29  Wim Taymans  <wim@fluendo.com>
16879
16880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16881         * ext/ogg/gstoggmux.c:
16882         Fix memleak in oggdemux when running unconnected pads.
16883         doc update in mux, start working on keyframe mode.
16884
16885 2004-06-29  Benjamin Otte  <otte@gnome.org>
16886
16887         * sys/oss/gstosssink.c:
16888         * sys/oss/gstosssrc.c:
16889           advertise correct template caps - we indeed do non-native endianness
16890           and 8bit audio has no endianness
16891         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
16892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
16893           avoid (wrong) duplications in getcaps function and return
16894           template caps
16895
16896 2004-06-29  Wim Taymans  <wim@fluendo.com>
16897
16898         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16899         (gst_multifdsink_class_init), (gst_multifdsink_add),
16900         (gst_multifdsink_remove), (gst_multifdsink_clear),
16901         (gst_multifdsink_client_remove),
16902         (gst_multifdsink_handle_client_read),
16903         (gst_multifdsink_client_queue_data),
16904         (gst_multifdsink_client_queue_caps),
16905         (gst_multifdsink_client_queue_buffer),
16906         (gst_multifdsink_handle_client_write),
16907         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16908         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16909         (gst_multifdsink_init_send), (gst_multifdsink_close):
16910         Fix wrong GList iteration that could crash the server when
16911         more then 2 clients disconnect at the same time. Read all the
16912         pending commands in one batch to recover from command storms under
16913         very heavy load.
16914
16915 2004-06-28  Wim Taymans  <wim@fluendo.com>
16916
16917         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16918         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16919         (gst_videomixer_pad_set_property),
16920         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16921         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16922         (gst_videomixer_class_init), (gst_videomixer_init),
16923         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
16924         (pad_zorder_compare), (gst_videomixer_sort_pads),
16925         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16926         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
16927         (gst_videomixer_update_queues), (gst_videomixer_loop),
16928         (plugin_init):
16929         Avoid divide by zero, choose masterpad as the pad with the highest
16930         framerate.
16931
16932 2004-06-27  Julien Moutte  <julien@moutte.net>
16933
16934         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16935         (gst_ximagesink_xwindow_new):
16936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16937         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
16938         function directly. We might want to call it from somewhere else one day.
16939
16940 2004-06-27  Julien Moutte  <julien@moutte.net>
16941
16942         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16943         (gst_ximagesink_xwindow_new):
16944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16945         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
16946         window decorations.
16947
16948 2004-06-27  Wim Taymans  <wim@fluendo.com>
16949
16950         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
16951         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16952         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
16953         (gst_dvdec_set_property), (gst_dvdec_get_property):
16954         * ext/dv/gstdvdec.h:
16955         Implement drop_factor property to lower the framerate with
16956         a factor.
16957
16958 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16959
16960         * gst-libs/gst/colorbalance/Makefile.am:
16961         * gst-libs/gst/mixer/Makefile.am:
16962         * gst-libs/gst/play/Makefile.am:
16963         * gst-libs/gst/tuner/Makefile.am:
16964           unbreak Company's fix that didn't install the -enum.h files
16965
16966 2004-06-27  Wim Taymans  <wim@fluendo.com>
16967
16968         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
16969         (gst_dvdec_change_state):
16970         * ext/dv/gstdvdec.h:
16971         Fix timestamp, duration and offset of the buffers.
16972
16973 2004-06-27  Wim Taymans  <wim@fluendo.com>
16974
16975         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16976         (gst_multifdsink_class_init), (gst_multifdsink_add),
16977         (gst_multifdsink_remove), (gst_multifdsink_clear),
16978         (gst_multifdsink_client_remove),
16979         (gst_multifdsink_handle_client_read),
16980         (gst_multifdsink_client_queue_data),
16981         (gst_multifdsink_client_queue_caps),
16982         (gst_multifdsink_client_queue_buffer),
16983         (gst_multifdsink_handle_client_write),
16984         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16985         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16986         (gst_multifdsink_init_send), (gst_multifdsink_close):
16987         * gst/tcp/gstmultifdsink.h:
16988         * gst/tcp/gsttcpserversink.c:
16989         (gst_tcpserversink_handle_server_read),
16990         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
16991         More multifdsink fixes, more recovery policy fixes.
16992         Removed stupid g_print
16993
16994 2004-06-26  Wim Taymans  <wim@fluendo.com>
16995
16996         * gst/tcp/Makefile.am:
16997         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16998         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
16999         (gst_multifdsink_class_init), (gst_multifdsink_init),
17000         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17001         (gst_multifdsink_handle_client_read),
17002         (gst_multifdsink_client_queue_data),
17003         (gst_multifdsink_client_queue_caps),
17004         (gst_multifdsink_client_queue_buffer),
17005         (gst_multifdsink_handle_client_write),
17006         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17007         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17008         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17009         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17010         (gst_multifdsink_close), (gst_multifdsink_change_state):
17011         * gst/tcp/gstmultifdsink.h:
17012         * gst/tcp/gsttcpplugin.c: (plugin_init):
17013         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17014         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17015         (gst_tcpserversink_handle_server_read),
17016         (gst_tcpserversink_handle_select),
17017         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17018         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17019         * gst/tcp/gsttcpserversink.h:
17020         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17021         one of the locks, added recovery policy to multifdsink.
17022
17023 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17024
17025         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17026           fix decision for when getting frames with same timestamp
17027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17028         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17029         (gst_v4lsrc_get_property):
17030         * sys/v4l/gstv4lsrc.h:
17031           add latency offset property
17032
17033 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17034
17035         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17036         (plugin_init):
17037           fix debugging. add category.
17038
17039 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17040
17041         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17042           fix wrong offsets
17043
17044 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17045
17046         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17047         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17048         (gst_alsa_src_change_state):
17049           return a time that is in sync with the element's processing
17050
17051 2004-06-25  Wim Taymans  <wim@fluendo.com>
17052
17053         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17054         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17055         (gst_tcpserversink_client_remove),
17056         (gst_tcpserversink_handle_client_read),
17057         (gst_tcpserversink_client_queue_data),
17058         (gst_tcpserversink_client_queue_caps),
17059         (gst_tcpserversink_client_queue_buffer),
17060         (gst_tcpserversink_handle_client_write),
17061         (gst_tcpserversink_queue_buffer),
17062         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17063         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17064         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17065         (gst_tcpserversink_close):
17066         * gst/tcp/gsttcpserversink.h:
17067         Serversink rewrite. Really do non blocking writes to clients and
17068         maintain an internal queue to handle slower clients while not
17069         disturbing fast clients.
17070
17071 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17072
17073         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17074           better debug, don't override OFFSET and OFFSET_END
17075
17076 2004-06-25  Iain <iain@prettypeople.org>
17077
17078         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17079         name=source for the wavparse pipeline.
17080
17081 2004-06-24  Johan Dahlin  <johan@gnome.org>
17082
17083         * ext/theora/theoraenc.c (theora_enc_chain): Call
17084         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17085         streamheader caps are set correctly.
17086
17087 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17088
17089         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17090         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17091           respect minimum bitrate; same could be done for max bitrate
17092
17093 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17094
17095         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17096         (gst_vorbisenc_setup):
17097           fix sample rate range
17098
17099 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17100
17101         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17102         (gst_oggvorbisenc_setup):
17103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17104         (gst_vorbisenc_setup):
17105           resolve ambiguities in code and description
17106
17107 2004-06-24  Wim Taymans  <wim@fluendo.com>
17108
17109         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17110         * ext/alsa/gstalsa.h:
17111         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17112         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17113         Use alsa trigger_tstamp to get the timestamp of the first
17114         sample in the buffer for more precise sync. Some cleanups.
17115
17116 2004-06-24  Wim Taymans  <wim@fluendo.com>
17117
17118         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17119         (gst_audiorate_init), (gst_audiorate_chain),
17120         (gst_audiorate_set_property), (gst_audiorate_get_property):
17121         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17122         (gst_videorate_chain):
17123         Added some logging, fixed an overflow bug in videorate.
17124
17125 2004-06-24  Benjamin Otte  <otte@gnome.org>
17126
17127         * ext/kio/Makefile.am:
17128           fix for builddir != srcdir and distcheck
17129
17130 2004-06-24  Benjamin Otte  <otte@gnome.org>
17131
17132         * gst-libs/gst/colorbalance/Makefile.am:
17133         * gst-libs/gst/mixer/Makefile.am:
17134         * gst-libs/gst/play/Makefile.am:
17135         * gst-libs/gst/tuner/Makefile.am:
17136         * gst/tcp/Makefile.am:
17137         * sys/dxr3/Makefile.am:
17138           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17139           tarball.
17140           Also add all *.list files that were missing.
17141         * Makefile.am:
17142           add a distcheck hook to ensure the above doesn't happen again.
17143
17144 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17145
17146         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17147
17148 2004-06-23  Colin Walters  <walters@redhat.com>
17149
17150         * m4/Makefile.am: Distribute gst-fionread.m4.
17151
17152 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17153
17154         * configure.ac: back to dev
17155
17156 2004-06-23  Wim Taymans  <wim@fluendo.com>
17157
17158         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17159         (gst_alsa_xrun_recovery):
17160         * ext/alsa/gstalsa.h:
17161         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17162         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17163         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17164         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17165         (gst_alsa_src_loop):
17166         Add clock to alsasrc. Take new capture timestamp when
17167         restarting after an overrun. Split up some functions between
17168         alsasrc and alsasink.
17169
17170 === release 0.8.2 ===
17171
17172 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17173
17174         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17175         (gst_alsa_change_state), (gst_alsa_update_avail),
17176         (gst_alsa_xrun_recovery):
17177         * ext/alsa/gstalsa.h:
17178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17179           merge back changes from release
17180
17181 2004-06-23  Wim Taymans  <wim@fluendo.com>
17182
17183         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17184         (gst_audiorate_init), (gst_audiorate_chain),
17185         (gst_audiorate_set_property), (gst_audiorate_get_property):
17186         Implement sample dropping and notify
17187
17188 2004-06-22  Wim Taymans  <wim@fluendo.com>
17189
17190         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17191         (theora_enc_sink_link), (theora_buffer_from_packet),
17192         (theora_push_packet), (theora_enc_chain):
17193         Some cleanups, make sure the timestamps are correct.
17194
17195 2004-06-22  Wim Taymans  <wim@fluendo.com>
17196
17197         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17198         (gst_alsa_change_state), (gst_alsa_update_avail),
17199         (gst_alsa_xrun_recovery):
17200         * ext/alsa/gstalsa.h:
17201         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17202         Cleanups, take queued samples into account when reporting
17203         the time.
17204
17205 2004-06-22  Wim Taymans  <wim@fluendo.com>
17206
17207         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17208         (gst_videorate_init):
17209         Initialize the property as well.
17210
17211 2004-06-22  Wim Taymans  <wim@fluendo.com>
17212
17213         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17214         (gst_videorate_init), (gst_videorate_chain),
17215         (gst_videorate_set_property), (gst_videorate_get_property):
17216         Add property to make videorate silent.
17217         Add property to prefer new frames over old ones.
17218
17219 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17220
17221         * sys/osxvideo/Makefile.am:
17222         Workaround so that the osxvideo .so file gets linked with the
17223         Cocoa, OpenGL and QuickTime frameworks
17224
17225 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17226
17227         * sys/osxaudio/Makefile.am:
17228         Workaround so that the osxaudio .so file gets linked with the
17229         CoreAudio framework
17230
17231 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17232
17233         * configure.ac:
17234         Whoops, my fault...fixed build issues
17235
17236 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17237
17238         * configure.ac:
17239         Add objective-c support if running in Darwin/Mac OS X
17240         * sys/Makefile.am:
17241         * sys/osxvideo:
17242         * sys/osxvideo/Makefile.am:
17243         * sys/osxvideo/osxvideosink.h:
17244         * sys/osxvideo/osxvideosink.m:
17245         * sys/osxvideo/cocoawindow.h:
17246         * sys/osxvideo/cocoawindow.m:
17247         Add osxvideosink, a cocoa-based osx video sink
17248
17249
17250 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17251         * ext/dvdnav/gst-dvd:
17252         Grab the gconf key from the right spot
17253         * gst/debug/gstnavseek.c: (gst_navseek_init),
17254         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17255         (gst_navseek_chain):
17256         * gst/debug/gstnavseek.h:
17257           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17258           and loop parameters of a segment seek.
17259         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17260         (gst_videotestsrc_get_event_masks),
17261         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17262         * gst/videotestsrc/gstvideotestsrc.h:
17263           Add seeking support to videotestsrc
17264           Initialise the timestamp_offset variable.
17265
17266 2004-06-18  Wim Taymans  <wim@fluendo.com>
17267
17268         * ext/sidplay/gstsiddec.cc:
17269         Fix negotiation and set correct end offset.
17270
17271 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17272
17273         * configure.ac: branch and prerelease
17274
17275 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17276
17277         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17278         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17279         (gst_tcpclientsrc_init_receive):
17280         * gst/tcp/gsttcpclientsrc.h:
17281           read caps when connecting to server for GDP so we set them correctly
17282
17283 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17284
17285         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17286           notify drops and duplicates
17287         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17288           no good reason to limit ourselves to 100x100
17289
17290 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17291
17292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17293         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17294         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17295         (gst_v4lsrc_get_property):
17296         * sys/v4l/gstv4lsrc.h:
17297         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17298         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17299         (gst_v4l_set_audio):
17300         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17301         (gst_v4lsrc_try_capture):
17302         * sys/v4l/v4lsrc_calls.h:
17303           change try_palette to more general try_capture
17304           add autoprobe option so we can turn off autoprobing
17305           various fixes
17306
17307 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17308
17309         * configure.ac:
17310           add videorate
17311         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17312         (gst_ximagesink_class_init):
17313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17314         (gst_xvimagesink_class_init):
17315           run them as finalize, not dispose, since dispose can be invoked
17316           multiple times
17317
17318 2004-06-17  Wim Taymans  <wim@fluendo.com>
17319
17320         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17321         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17322         * ext/alsa/gstalsa.h:
17323         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17324         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17325         (gst_alsa_src_change_state):
17326         * ext/alsa/gstalsasrc.h:
17327         Make the xrun code timestamp and offset the buffers correctly.
17328         moved the clock to the base class, use alsa methods to get time.
17329         Do correct timestamping on outgoing buffers.
17330
17331 2004-06-17  Wim Taymans  <wim@fluendo.com>
17332
17333         * gst/audiorate/Makefile.am:
17334         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17335         (gst_audiorate_base_init), (gst_audiorate_class_init),
17336         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17337         (gst_audiorate_set_property), (gst_audiorate_get_property),
17338         (gst_audiorate_change_state), (plugin_init):
17339         Added an audiorate converter that fills in gaps.
17340
17341 2004-06-17  Johan Dahlin  <johan@gnome.org>
17342
17343         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17344
17345 2004-06-16  Wim Taymans  <wim@fluendo.com>
17346
17347         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17349         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17350         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17351         (gst_v4lsrc_get_property):
17352         * sys/v4l/gstv4lsrc.h:
17353         Added a copy mode to v4lsrc where it will output a copied version
17354         of its internal hardware buffer.
17355         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17356         can't | them.
17357
17358 2004-06-16  Wim Taymans  <wim@fluendo.com>
17359
17360         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17361         Timestamp fixes.
17362
17363 2004-06-16  Wim Taymans  <wim@fluendo.com>
17364
17365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17366         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17367         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17368         (gst_v4lsrc_get_property):
17369         * sys/v4l/gstv4lsrc.h:
17370         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17371         Added a sync mode enum property to control v4lsrc timestamp method
17372         Removed the use-fixed-fps property and moved functionality in
17373         the enum.
17374         Don't error on an error value from v4l-conf, it might not always
17375         be a real error.
17376
17377 2004-06-16  Wim Taymans  <wim@fluendo.com>
17378
17379         * gst/videorate/Makefile.am:
17380         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17381         (gst_videorate_base_init), (gst_videorate_class_init),
17382         (gst_videorate_getcaps), (gst_videorate_link),
17383         (gst_videorate_init), (gst_videorate_chain),
17384         (gst_videorate_set_property), (gst_videorate_get_property),
17385         (gst_videorate_change_state), (plugin_init):
17386         Added a video timestamp corrector.
17387
17388 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17389
17390         fixed a potential leak with previous commit
17391
17392         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17393
17394 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17395
17396         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17397         Added missing refcount, fixes bug #144425
17398         Cheers Tim for finding the bug
17399
17400 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17401
17402         * sys/v4l/gstv4l.c: (plugin_init):
17403         * sys/v4l/gstv4lcolorbalance.c:
17404         * sys/v4l/gstv4lcolorbalance.h:
17405         * sys/v4l/gstv4lelement.c:
17406         * sys/v4l/gstv4lelement.h:
17407         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17408         * sys/v4l/gstv4lmjpegsink.h:
17409         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17410         * sys/v4l/gstv4lmjpegsrc.h:
17411         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17412         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17413         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17414         * sys/v4l/gstv4lsrc.h:
17415         * sys/v4l/gstv4ltuner.c:
17416         * sys/v4l/gstv4ltuner.h:
17417         * sys/v4l/gstv4lxoverlay.c:
17418         * sys/v4l/gstv4lxoverlay.h:
17419         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17420         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17421         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17422         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17423         (gst_v4l_set_audio):
17424         * sys/v4l/v4l_calls.h:
17425         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17426         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17427         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17428         (gst_v4lmjpegsink_playback_init),
17429         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17430         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17431         (gst_v4lmjpegsink_playback_stop),
17432         (gst_v4lmjpegsink_playback_deinit):
17433         * sys/v4l/v4lmjpegsink_calls.h:
17434         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17435         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17436         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17437         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17438         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17439         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17440         * sys/v4l/v4lmjpegsrc_calls.h:
17441         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17442         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17443         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17444         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17445         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17446         (gst_v4lsrc_try_palette):
17447         * sys/v4l/v4lsrc_calls.h:
17448           bunch of paranoia cleanups
17449
17450 2004-06-14  David Schleef  <ds@schleef.org>
17451
17452         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17453         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17454         Send discont events and change timestamps appropriately when
17455         we get a seek event.  (bug #144240)
17456         * ext/cdparanoia/gstcdparanoia.h:
17457
17458 2004-06-14  Benjamin Otte  <otte@gnome.org>
17459
17460         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17461           snd_pcm_hw_params_set_rate  since the latter fails for no good
17462           reason on some setups.
17463
17464 2004-06-14  David Schleef  <ds@schleef.org>
17465
17466         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17467         standard.  Thank you for playing.
17468
17469 2004-06-14  Wim Taymans  <wim@fluendo.com>
17470
17471         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17472         Patch 1.3 broke the ordering of the colorspace info and
17473         made the plugin basically work by coincidence, reordered
17474         the info.
17475
17476 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17477
17478         * ext/lame/gstlame.c:
17479         * ext/mad/gstmad.c:
17480           sync caps.  Make sure mad can only output a list of rates, not
17481           a full range.  In the future, have three caps lists for each of the
17482           mpeg versions.  Change mpegversion to a double as well.
17483
17484 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17485
17486         * gst/volume/.cvsignore:
17487         * gst/volume/Makefile.am:
17488         * gst/volume/demo.c: (value_changed_callback), (idler),
17489         (setup_gui), (main):
17490           added small demo app
17491
17492 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17493         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17494         * ext/esd/esdsink.h:
17495         Close the esd connection on pause, because esd will just wait -
17496         blocking all other esd clients indefinitely.
17497
17498 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17499
17500         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17501           previous commit with GST_DEBUG
17502
17503 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17504
17505         * configure.ac:
17506           add a header check for a dvdread header in dvdnav.  Fixes #133002
17507
17508 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17509
17510         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17511         * gst/tcp/gsttcpclientsink.h:
17512         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17513         * gst/tcp/gsttcpclientsrc.h:
17514         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17515         (gst_tcpserversink_handle_server_read),
17516         (gst_tcpserversink_init_send):
17517         * gst/tcp/gsttcpserversink.h:
17518         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17519         * gst/tcp/gsttcpserversrc.h:
17520         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17521         version of IP)
17522
17523 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17524
17525         * configure.ac:
17526         Added ogg library so that OSX detects libtheora properly
17527
17528 2004-06-11  Wim Taymans  <wim@fluendo.com>
17529
17530         * ext/theora/theoradec.c: (theora_dec_chain),
17531         (theora_dec_change_state):
17532         Don't try to decode frames before we received a keyframe.
17533
17534 2004-06-11  Wim Taymans  <wim@fluendo.com>
17535
17536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17537         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17538         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17539         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17540         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17541         Added property to set the maximum delay of a page.
17542
17543 2004-06-10  Wim Taymans  <wim@fluendo.com>
17544
17545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17546         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17547         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17548         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17549         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17550         Added max-delay property to control the maximum amount
17551         of data to put in one page.
17552
17553 2004-06-10  Wim Taymans  <wim@fluendo.com>
17554
17555         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17556         (gst_theora_enc_init), (theora_enc_sink_link),
17557         (theora_buffer_from_packet), (theora_enc_set_property),
17558         (theora_enc_get_property):
17559         Set duration on encoded buffer, added some more properties
17560
17561 2004-06-10  Wim Taymans  <wim@fluendo.com>
17562
17563         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17564         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17565         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17566         * ext/theora/theoraenc.c: (theora_enc_chain):
17567         Fix refcounting bugs
17568
17569 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17570
17571         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17572         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17573         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17574         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17575         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17576         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17577         (gst_asf_demux_change_state):
17578         * gst/asfdemux/gstasfdemux.h:
17579           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17580           feels like. I think we should set a new requirement for demuxers
17581           from now on to implement sane loop functions, data loops, query
17582           and seek functions before first commit into CVS. And this commit
17583           fixes all of the above.
17584
17585 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17586
17587         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17588           vorbis comments are properly encoded in UTF-8 before adding them
17589           to a GstTagList
17590
17591 2004-06-09  Benjamin Otte  <otte@gnome.org>
17592
17593         * ext/alsa/gstalsa.c: (add_channels):
17594           handle min <= max correctly
17595         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17596         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17597           add fixation functions so we fixate correctly. No preferring of alaw
17598           anymore because it's the first structure.
17599         * ext/alsa/gstalsa.h:
17600         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17601         (gst_alsa_hw_params_dump):
17602           add functions to ease debugging in alsalib
17603         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17604         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17605         (gst_alsa_start_audio):
17606           only specify hw params if we really setup a format (fixes #134007 -
17607           or at least works around it)
17608
17609 2004-06-09  Wim Taymans  <wim@fluendo.com>
17610
17611         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17612         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17613         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17614         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17615         (gst_ogg_mux_loop):
17616         Use stream caps to setup the initial pages in the ogg stream.
17617         Correctly set the streamheader caps on the srcpad.
17618
17619 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17620
17621         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17622         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17623         (gst_v4lsrc_getcaps):
17624         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17625         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17626           add querying of fps lists for webcams.  Negotiating to a framerate
17627           now works.
17628
17629 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17630
17631         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17632         (theora_push_buffer), (theora_push_packet),
17633         (theora_set_header_on_caps), (theora_enc_chain):
17634           mark buffers and put on streamheader, raw theora streaming
17635           now works too, whee
17636
17637 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17638
17639         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17640         (gst_tcp_gdp_read_caps):
17641           do a looping read for caps and GDP headers too
17642
17643 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17644
17645         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17646         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17647           return EOS instead of NULL in _get
17648
17649 2004-06-08  Wim Taymans  <wim@fluendo.com>
17650
17651         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17652         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17653         (gst_tcp_gdp_write_caps):
17654         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17655         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17656         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17657         Memory leak fixes
17658
17659 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17660
17661         * ext/vorbis/Makefile.am:
17662         * ext/vorbis/vorbis.c: (plugin_init):
17663         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17664         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17665         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17666         (vorbis_parse_change_state):
17667         * ext/vorbis/vorbisparse.h:
17668           adding a vorbisparse element that marks the buffers, streaming
17669           raw vorbis using GDP now works, whee
17670
17671 2004-06-08  Wim Taymans  <wim@fluendo.com>
17672
17673         * ext/jpeg/Makefile.am:
17674         * ext/jpeg/README:
17675         * ext/jpeg/gstjpeg.c: (plugin_init):
17676         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17677         (gst_smokedec_base_init), (gst_smokedec_class_init),
17678         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17679         * ext/jpeg/gstsmokedec.h:
17680         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17681         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17682         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17683         (gst_smokeenc_resync), (gst_smokeenc_chain),
17684         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17685         * ext/jpeg/gstsmokeenc.h:
17686         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17687         (smokecodec_flush_destination), (smokecodec_term_destination),
17688         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17689         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17690         (smokecodec_term_source), (smokecodec_encode_new),
17691         (smokecodec_decode_new), (smokecodec_info_free),
17692         (smokecodec_set_quality), (smokecodec_get_quality),
17693         (smokecodec_set_threshold), (smokecodec_get_threshold),
17694         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17695         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17696         (smokecodec_parse_header), (smokecodec_decode):
17697         * ext/jpeg/smokecodec.h:
17698         Added a new simple jpeg based codec
17699
17700 2004-06-08  Wim Taymans  <wim@fluendo.com>
17701
17702         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17703         (gst_multipart_mux_loop):
17704         Fix memory leak
17705
17706 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17707
17708         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17709         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17710         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17711         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17712         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17713         * gst/tcp/gsttcpserversink.h:
17714           take streamheader into account
17715
17716 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17717
17718         * gst/level/Makefile.am:
17719         * gst/level/gstlevel.c: (gst_level_class_init):
17720           clean up marshal generation
17721
17722 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17723
17724         * gst/tcp/Makefile.am:
17725         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17726         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17727         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17728         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17729         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17730         (gst_tcpclientsrc_get_property):
17731         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17732         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17733         (gst_tcpserversink_handle_client_read),
17734         (gst_tcpserversink_handle_client_write),
17735         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
17736         * gst/tcp/gsttcpserversink.h:
17737           add signals client-added and client-removed
17738         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17739         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
17740         (gst_tcpserversrc_get_property):
17741         uniformized, change default protocol to NONE
17742         * gst/tcp/gsttcp-marshal.list: added
17743 2004-06-07  Benjamin Otte  <otte@gnome.org>
17744
17745         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17746           handle discont events if they happen before caps nego
17747
17748 2004-06-07  Wim Taymans  <wim@fluendo.com>
17749
17750         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17751         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17752         (gst_multipart_demux_plugin_init):
17753         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17754         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17755         (gst_multipart_mux_change_state):
17756         Small updates, fix a memleak
17757
17758 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17759
17760         * configure.ac: OSS portability
17761         * ext/arts/gst_arts.c: idem
17762         * sys/oss/gstosselement.c: idem
17763         * sys/oss/gstossmixer.c: idem
17764         * sys/oss/gstosssink.c: idem
17765         * sys/oss/gstosssrc.c: idem
17766         * sys/oss/oss_probe.c: idem
17767           - check for soundcard.h in different places for some BSD
17768
17769 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
17770
17771         * AUTHORS:
17772         Add me to the authors file
17773         * configure.ac:
17774         Increase the libdv requirement to >= version 0.100
17775         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
17776         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
17777         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
17778         * ext/dv/gstdvdec.h:
17779         Add support for the new_media flag when sending DISCONT events
17780         Make the querying work when video pad is not linked
17781
17782 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17783
17784         reviewed by Benjamin Otte  <otte@gnome.org>
17785
17786         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
17787           create a NULL-initialized array of pads, so we don't think they
17788           exist already. (fixes #143130)
17789
17790 2004-06-07  Benjamin Otte  <otte@gnome.org>
17791
17792         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
17793         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
17794         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
17795           don't use // coments
17796
17797 2004-06-07  Benjamin Otte  <otte@gnome.org>
17798
17799         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
17800           cast to GstClockTime to get higher granularity
17801         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17802           use gst_element_set_time_delay to get the exact time
17803         * ext/mad/gstmad.c: (gst_mad_chain):
17804           use the negotiated rate instead of the current frame's rate which
17805           might be wrong because of bit errors. This avoids emitting totally
17806           bogus timestamps and screwing sync.
17807         (fixes #143454)
17808
17809 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17810
17811         reviewed by Benjamin Otte  <otte@gnome.org>
17812
17813         * gst/adder/gstadder.c: (gst_adder_loop):
17814           properly error out when no negotiation has happened yet. (fixes
17815           #143032)
17816
17817 2004-06-06  Benjamin Otte  <otte@gnome.org>
17818
17819         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17820           forward correctly transformed offset in discont events. Based on
17821           patch by Arwed v. Merkatz. (fixes #142851)
17822
17823 2004-06-06  David Schleef  <ds@schleef.org>
17824
17825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
17826         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
17827         problems on several systems.
17828
17829 2004-06-06  Benjamin Otte  <otte@gnome.org>
17830
17831         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17832           use explicit caps on the srcpad
17833         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17834           properly error out if caps couldn't be set (fixes #142764)
17835
17836 2004-06-06  Benjamin Otte  <otte@gnome.org>
17837
17838         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17839         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17840         (gst_alsa_start_audio):
17841           - don't call set_periods_integer anymore, it breaks the
17842           configuration randomly
17843           - call snd_pcm_hw_params_set_access directly instead of using masks
17844           - don't fail if the sw_params can't be set, just use the default
17845           params and hope it works. Alsalib has weird issues when you touch
17846           sw_params and does no proper error reporting about what failed.
17847         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17848         (gst_alsa_close_audio):
17849           make our alsa debugging go via gst debugging and not conditionally
17850           defined
17851         * ext/alsa/gstalsa.h:
17852           add ALSA_DEBUG_FLUSH macro
17853         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
17854         (plugin_init):
17855           wrap alsa errors to be printed via the gst debugging system and not
17856           spammed to stderr
17857
17858 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17859
17860         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17861         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
17862         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
17863         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
17864         (qtdemux_parse_trak):
17865         * gst/qtdemux/qtdemux.h:
17866           Bitch. Also known as seeking, querying & co.
17867         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17868         (gst_osssink_change_state):
17869         * sys/oss/gstosssink.h:
17870           Resyncing is for weenies, this hack is no longer needed and was
17871           broken anyway (since it - unintendedly - always leaves resync to
17872           TRUE).
17873
17874 2004-06-05  Andrew Turner <zxombie@hotpop.com>
17875
17876         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
17877         * gst/tcp/gsttcpclientsrc.h: idem
17878           - define MSG_NOSIGNAL if not done
17879           - include unistd.h for off_t
17880           (fixes #143749)
17881
17882 2004-06-05  Benjamin Otte  <otte@gnome.org>
17883
17884         * configure.ac:
17885         * ext/kio/Makefile.am:
17886           check for qt's moc preprocessor explicitly and use it
17887
17888 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17889
17890         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
17891           don't get a signal for EPIPE on socket writes
17892           (somebody check if this works on other platforms)
17893
17894 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17895
17896         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17897         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17898           check error condition on available samples correctly
17899
17900 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17901
17902         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
17903           avoid a segfault
17904         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
17905         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
17906         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17907         (gst_tcpserversrc_gdp_read_header):
17908          use ssize_t over size_t since the former is signed and thus the
17909          check for error codes can work
17910
17911 2004-06-02  Wim Taymans  <wim@fluendo.com>
17912
17913         reviewed by: Johan
17914
17915         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17916         (gst_multipart_mux_loop):
17917         Oops
17918
17919 2004-06-02  Wim Taymans  <wim@fluendo.com>
17920
17921         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17922         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17923         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17924         (gst_multipart_mux_change_state):
17925         Added configurable boundary specifier, added the value as a
17926         caps field as well.
17927
17928 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17929
17930         * gst/tcp/gsttcp.c:
17931         * gst/tcp/gsttcpclientsrc.c:
17932         * gst/tcp/gsttcpclientsrc.h:
17933         * gst/tcp/gsttcpserversrc.c:
17934           - portability fix, to compile on OSX
17935             (fixes #143146)
17936
17937         * sys/osxaudio/gstosxaudioelement.c:
17938         * sys/osxaudio/gstosxaudiosink.c:
17939         * sys/osxaudio/gstosxaudiosrc.c:
17940           - compilation warnings on OSX
17941             (fixes #143153)
17942
17943 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17944
17945         * ext/vorbis/vorbisdec.c : sign warning fixes
17946
17947         * gst-libs/gst/mixer/mixertrack.c :
17948           do no use defines which are glib 2.4 specific
17949
17950 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
17951
17952         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
17953           buffer since libflac doesn't expect it (reports a sync error when
17954           it encounters that)
17955
17956
17957 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
17958
17959         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
17960         * gst-libs/gst/mixer/mixertrack.c:
17961         (gst_mixer_track_get_property), (get_mixer_track_init),
17962         (get_mixer_track_get_property): Added property accessors
17963         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
17964         * gst-libs/gst/mixer/mixeroptions.c:
17965         (gst_mixer_options_get_values): Added
17966         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
17967         * gst-libs/gst/mixer/mixer.c: Fixed comment
17968
17969
17970 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17971
17972         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17973           improve error messages on open
17974
17975
17976 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17977
17978         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17979           check if v4l-conf is in path
17980
17981 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17982
17983         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17984           change assert to a more readable error message
17985
17986 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17987
17988         * gst-libs/gst/tuner/tunerchannel.h:
17989           - add a freq_multiplicator field to make the conversion
17990             between internal frequency unit and Hz
17991         * sys/v4l/gstv4lelement.c:
17992         * sys/v4l2/gstv4l2element.c:
17993           - change default video device to /dev/video0
17994         * sys/v4l/v4l_calls.c:
17995         * sys/v4l2/v4l2_calls.c:
17996           - we only expose frequency to the user in Hz instead of
17997             bastard v4lX unit (either 62.5kHz or 62.5Hz)
17998
17999 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18000         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18001           Initialise b_o_s and e_o_s variables
18002         * gst-libs/gst/riff/riff-media.c:
18003         (gst_riff_create_video_caps_with_data):
18004           Add some unusual fourcc's from mplayer avi's
18005         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18006           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18007           autoplugging.
18008
18009 2004-05-28  Wim Taymans  <wim@fluendo.com>
18010
18011         * configure.ac:
18012         * gst/alpha/Makefile.am:
18013         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18014         (gst_alpha_get_type), (gst_alpha_base_init),
18015         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18016         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18017         (gst_alpha_chroma_key), (gst_alpha_chain),
18018         (gst_alpha_change_state), (plugin_init):
18019         A plugin to add an alpha channel to I420 video. Can optionally do
18020         chroma keying.
18021         * gst/multipart/Makefile.am:
18022         * gst/multipart/multipart.c: (plugin_init):
18023         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18024         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18025         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18026         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18027         (gst_multipart_demux_change_state),
18028         (gst_multipart_demux_plugin_init):
18029         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18030         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18031         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18032         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18033         (gst_multipart_mux_pad_unlink),
18034         (gst_multipart_mux_request_new_pad),
18035         (gst_multipart_mux_handle_src_event),
18036         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18037         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18038         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18039         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18040         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18041         send multipart jpeg images to a browser.
18042         * gst/videobox/Makefile.am:
18043         * gst/videobox/README:
18044         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18045         (gst_video_box_get_type), (gst_video_box_base_init),
18046         (gst_video_box_class_init), (gst_video_box_init),
18047         (gst_video_box_set_property), (gst_video_box_get_property),
18048         (gst_video_box_sink_link), (gst_video_box_i420),
18049         (gst_video_box_ayuv), (gst_video_box_chain),
18050         (gst_video_box_change_state), (plugin_init):
18051         Crops or adds borders around an image. can do alpha channel
18052         borders as well.
18053         * gst/videomixer/Makefile.am:
18054         * gst/videomixer/README:
18055         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18056         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18057         (gst_videomixer_pad_get_sink_event_masks),
18058         (gst_videomixer_pad_get_property),
18059         (gst_videomixer_pad_set_property),
18060         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18061         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18062         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18063         (gst_videomixer_base_init), (gst_videomixer_class_init),
18064         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18065         (gst_videomixer_handle_src_event),
18066         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18067         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18068         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18069         (gst_videomixer_loop), (gst_videomixer_get_property),
18070         (gst_videomixer_set_property), (gst_videomixer_change_state),
18071         (plugin_init):
18072         Generic video mixer plugin, can handle multiple inputs all with
18073         different framerates and video sizes. Is fully alpha channel
18074         aware.
18075
18076 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18077
18078         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18079           Select first track as master track. Not sure how else to handle
18080           that...
18081         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18082           Discard discont events. Should fix #142962.
18083
18084 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18085
18086         * ext/alsa/Makefile.am:
18087         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18088         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18089         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18090         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18091         (gst_alsa_mixer_get_option):
18092         * ext/alsa/gstalsamixer.h:
18093         * ext/alsa/gstalsamixeroptions.c:
18094         (gst_alsa_mixer_options_get_type),
18095         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18096         (gst_alsa_mixer_options_new):
18097         * ext/alsa/gstalsamixeroptions.h:
18098         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18099         * ext/alsa/gstalsamixertrack.h:
18100           Add enumerations (as GstMixerOptions). Make correct distinction
18101           between input/output tracks. Add capture/playback private flag.
18102           Use flag to decide on whether to set capture or playback volumes
18103           or switches. Use playback and record switches.
18104         * gst-libs/gst/mixer/Makefile.am:
18105         * gst-libs/gst/mixer/mixer-marshal.list:
18106         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18107         (gst_mixer_set_option), (gst_mixer_get_option),
18108         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18109         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18110         * gst-libs/gst/mixer/mixer.h:
18111         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18112         (gst_mixer_options_class_init), (gst_mixer_options_init),
18113         (gst_mixer_options_dispose):
18114         * gst-libs/gst/mixer/mixeroptions.h:
18115           Add GstMixerOptions.
18116         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18117           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18118           broken device detection on computers with multiple OSS sound
18119           cards.
18120
18121 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18122
18123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18124           fixate nicely even when the peer is not negotiating
18125
18126 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18127
18128         * gst/audioconvert/gstaudioconvert.c:
18129         (gst_audio_convert_parse_caps):
18130           make sure we don't allow depth > width
18131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18132           fixate endianness to G_BYTE_ORDER as default
18133         * gst/audioscale/gstaudioscale.c:
18134           we don't handle another endianness as host-endianness
18135
18136 2004-05-25  David Schleef  <ds@schleef.org>
18137
18138         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18139
18140 2004-05-24  Benjamin Otte  <otte@gnome.org>
18141
18142         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18143         (gst_oggvorbisenc_setup):
18144           properly fail when we can't setup the vorbis encoder due to
18145           unsupported settings
18146         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18147         (gst_vorbisenc_setup):
18148           same
18149         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18150           fix case where warnings occured when one pad was unlinked while the
18151           other's link function was called
18152
18153 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18154
18155         * gst/tcp/Makefile.am:
18156           use GST_ENABLE_NEW
18157
18158 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18159
18160         * gst-libs/gst/resample/private.h:
18161           don't use optimizations that are #if 0'ed
18162
18163 2004-05-24  Wim Taymans  <wim@fluendo.com>
18164
18165         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18166         Fix potential division by zero error and hopefully get
18167         the position query right to get correct timestamps on avi
18168         audio.
18169
18170 2004-05-24  Wim Taymans  <wim@fluendo.com>
18171
18172         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18173         (gst_videoscale_scale_nearest_str2),
18174         (gst_videoscale_scale_nearest_str4),
18175         (gst_videoscale_scale_nearest_32bit),
18176         (gst_videoscale_scale_nearest_24bit),
18177         (gst_videoscale_scale_nearest_16bit):
18178         Fix the scaling algorithm and avoid a buffer overflow.
18179         removed the while loop in the scaling function as it
18180         was used for point sampling only.
18181
18182 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18183
18184         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18185         (gst_id3_tag_class_init), (gst_id3_tag_init),
18186         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18187         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18188         (gst_id3_tag_send_tag_event):
18189           lots of fixes to make id3mux work and id3demux work correctly
18190
18191 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18192
18193         * ext/Makefile.am:
18194           add rules to build shout2send (was removed by accident
18195           when this module was no more marked experimental/broken)
18196
18197 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18198
18199         * ext/shout2/gstshout2.c:
18200         * ext/shout2/gstshout2.h:
18201           adding a "connection problem" signal to shout2send
18202           (fixes #142954)
18203
18204 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18205
18206         * ext/kio/kioreceiver.cpp:
18207         * ext/kio/kioreceiver.h:
18208           fix sign comparison issues
18209
18210 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18211
18212         * gst/cdxaparse/gstcdxaparse.c:
18213         * gst/cdxaparse/gstcdxaparse.h:
18214           some renaming
18215           add some checks/sanity
18216           prepare for seek addition
18217
18218         * sys/sunaudio/gstsunaudio.c:
18219           remove exported dupe init function
18220
18221 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18222
18223         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18224         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18225           Fix format conversion and position querying.
18226         * gst/debug/progressreport.c: (gst_progressreport_report):
18227           Don't output a bogus total value that we didn't query.
18228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18229           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18230           only a blank window after xine has been used.
18231
18232 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18233
18234         * m4/as-arts.m4:
18235           sync with upstream version to fix test on FC2
18236           readd with -ko to preserve Id header
18237
18238 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18239
18240         * configure.ac:
18241           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18242         * gst/tcp/gsttcpclientsrc.c: idem
18243         * gst/tcp/gsttcpserversink.c: idem
18244         * gst/tcp/gsttcpserversrc.c: idem
18245         * m4/gst-fionread.m4: idem
18246
18247         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18248
18249         * configure.ac: enable speex plugin for speex 1.1.5+
18250         * ext/speex/gstspeexenc.c: fix cast warning
18251
18252         * ext/esd/README: fix typo
18253
18254 2004-05-20  David Schleef  <ds@schleef.org>
18255
18256         * configure.ac: Minor cosmetic change to convince the buildbot to
18257         reautogen.
18258         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18259         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18260         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18261         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18262         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18263         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18264         More hacking.  Plays audio now.
18265
18266 2004-05-20  David Schleef  <ds@schleef.org>
18267
18268         * configure.ac:
18269         * sys/Makefile.am:
18270
18271 2004-05-20  David Schleef  <ds@schleef.org>
18272
18273         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18274         * sys/osxaudio/gstosxaudio.c:
18275         * sys/osxaudio/gstosxaudioelement.c:
18276         * sys/osxaudio/gstosxaudioelement.h:
18277         * sys/osxaudio/gstosxaudiosink.c:
18278         * sys/osxaudio/gstosxaudiosink.h:
18279         * sys/osxaudio/gstosxaudiosrc.c:
18280         * sys/osxaudio/gstosxaudiosrc.h:
18281
18282 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18283
18284         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18285         (gst_vorbisenc_chain):
18286           put the codec headers on the caps as streamheader as well as
18287           pushing them out
18288
18289 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18290
18291         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18292         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18293         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18294         split up push_packet into two functions
18295
18296 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18297
18298         * gst/tcp/.cvsignore:
18299           ignore enums
18300         * gst/tcp/Makefile.am:
18301         * gst/tcp/README:
18302         * gst/tcp/gsttcp.c:
18303         * gst/tcp/gsttcp.h:
18304         * gst/tcp/gsttcpclientsink.c:
18305         * gst/tcp/gsttcpclientsink.h:
18306         * gst/tcp/gsttcpclientsrc.c:
18307         * gst/tcp/gsttcpclientsrc.h:
18308         * gst/tcp/gsttcpplugin.c:
18309         * gst/tcp/gsttcpserversink.c:
18310         * gst/tcp/gsttcpserversink.h:
18311         * gst/tcp/gsttcpserversrc.c:
18312         * gst/tcp/gsttcpserversrc.h:
18313           add new tcp elements
18314
18315 2004-05-19  Wim Taymans  <wim@fluendo.com>
18316
18317         * gst/law/mulaw-conversion.c: (mulaw_encode):
18318         Fix overflow bug in ulaw encoding.
18319
18320 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18321
18322         * ext/mad/gstmad.c: (gst_mad_handle_event):
18323           don't unref the event twice
18324
18325 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18326
18327         * configure.ac:
18328           remove -Wno-sign-compare
18329
18330 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18331
18332         * configure.ac:
18333           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18334           if you want to work against glib 2.2 and 2.4
18335
18336 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18337
18338         * gst/tcp/Makefile.am:
18339         * gst/tcp/gsttcp.c:
18340         * gst/tcp/gsttcp.h:
18341         * gst/tcp/gsttcpsink.h:
18342         * gst/tcp/gsttcpsrc.h:
18343           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18344
18345 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18346
18347         * gst/debug/tests.c: (md5_get_value):
18348           fix segfault on gst-inspect
18349
18350 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18351
18352         * gst/debug/testplugin.c:
18353         * gst/debug/tests.c:
18354         * gst/debug/tests.h:
18355           add new extensible and configurable testing element. Current tests
18356           include buffer count, stream length, timestamp/duration matching and
18357           md5.
18358         * gst/debug/Makefile.am:
18359         * gst/debug/gstdebug.c: (plugin_init):
18360           add infrastructure for new element
18361
18362 2004-05-19  Johan Dahlin  <johan@gnome.org>
18363
18364         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18365         ending of the array. Fixes gst-inspect segfault on ppc.
18366
18367 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18368
18369         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18370
18371         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18372
18373 2004-05-18  David Schleef  <ds@schleef.org>
18374
18375         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18376         warnings (bugs, actually) noticed by gcc but not forte.
18377
18378 2004-05-18  David Schleef  <ds@schleef.org>
18379
18380         * sys/sunaudio/Makefile.am:
18381         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18382
18383 2004-05-18  David Schleef  <ds@schleef.org>
18384
18385         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18386         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18387         to allow qtdemux to use non-seekable streams. (bug #142272)
18388
18389 2004-05-18  David Schleef  <ds@schleef.org>
18390
18391         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18392         (gst_resample_sinc_ft_float): Remove use of static temporary
18393         buffer.  This code was obviously not supposed to last long, but
18394         it's stuck in our ABI, so it required a little hack to make it
18395         ABI-compatible.  Fixes #142585.
18396         * gst-libs/gst/resample/resample.h: same.
18397
18398 2004-05-18  David Schleef  <ds@schleef.org>
18399
18400         * configure.ac: Add sunaudio
18401         * examples/Makefile.am: make gstplay depend on gconf
18402         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18403         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18404         (convert_table_lookup), (img_convert): remove c99-isms
18405         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18406           unsigned, to fix a warning on Solaris
18407         * gst/mpeg1sys/systems.c: bcopy->memcpy
18408         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18409         * sys/Makefile.am: Add sunaudio
18410
18411 2004-05-18  Wim Taymans  <wim@fluendo.com>
18412
18413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18414         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18415         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18416         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18417         (gst_ogg_mux_loop):
18418         Fix an ugly memleak where the muxer didn't flush enough ogg
18419         pages. This also resulted in badly muxed ogg files.
18420
18421 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18422
18423         * gst/asfdemux/asfheaders.c :
18424         * gst/asfdemux/asfheaders.h :
18425         * gst/asfdemux/gstasfdemux.c :
18426           - fix ASF_OBJ_PADDING guid
18427           - add 3 new object guids (language list, metadata,
18428             extended stream properties)
18429           - add a function to parse extended header objects
18430
18431 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18432
18433         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18434           remove leftover debugging g_print
18435
18436 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18437
18438         * ext/mad/gstmad.c: (gst_mad_handle_event):
18439           Fix for when the first format in a discont event is not a
18440           byte-based one. Should fix #137710.
18441
18442 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18443
18444         * m4/a52.m4 : fix compilation with -Wall -Werror
18445         * m4/libfame.m4 : idem
18446         * m4/libmikmod.m4 : idem
18447
18448 2004-05-17  Benjamin Otte  <otte@gnome.org>
18449
18450         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18451           signal the new tags before giving up the reference
18452
18453 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18454
18455         * ext/shout2/gstshout2.c:
18456           use application/ogg instead of application/x-ogg (patch by Patrick
18457           Guimond, fixes #142432)
18458         * sys/oss/gstosselement.c: (gst_osselement_reset),
18459         (gst_osselement_sync_parms):
18460           don't set fragment size unless specified (fixes #142493)
18461
18462 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18463
18464         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18465           fixes #142664
18466
18467 2004-05-17  Benjamin Otte  <otte@gnome.org>
18468
18469         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18470           compute offsets correctly for internal buffers so timestamps are set
18471           correctly when we can't seek. Also handle cases where there are no
18472           offsets. (based on a patch by David Moore, fixes #142507)
18473
18474 2004-05-17  Benjamin Otte  <otte@gnome.org>
18475
18476         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18477           use correct variable when determining amount of data to skip so we
18478           don't skip into the void and segfault
18479
18480 2004-05-16  Benjamin Otte  <otte@gnome.org>
18481
18482         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18483           Hi, I'm a memleak
18484
18485 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18486
18487         * gst/asfdemux/gstasfdemux.c:
18488           - fix a mem leak and always propagate tags
18489           - add WMV3 to known video codecs (but no decoder yet)
18490           - replace "surplus data" at end of audio header for what
18491             it is : codec specific data
18492           - fix a typo
18493
18494 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18495
18496         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18497
18498         * gst-libs/gst/audio/audioclock.c:
18499           Fix wrong return type (#142205).
18500
18501 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18502
18503         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18504           Ignore CRCs by default (fixes #142566).
18505
18506 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18507
18508         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18509         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18510         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18511         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18512         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18513         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18514           Fix for cases where we fail to attach to a mixer.
18515
18516 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18517
18518         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18519           Don't touch events after not owning them anymore.
18520         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18521         (gst_wavparse_fmt), (gst_wavparse_other),
18522         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18523         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18524         (gst_wavparse_srcpad_event):
18525         * gst/wavparse/gstwavparse.h:
18526           Add seeking, fix querying.
18527
18528 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18529
18530         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18531           - process comments even if they don't end with \0\0
18532             g_convert would ignore them if present and works well without them
18533
18534 2004-05-16  Benjamin Otte  <otte@gnome.org>
18535
18536         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18537           simplify caps
18538
18539 2004-05-16  Benjamin Otte  <otte@gnome.org>
18540
18541         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18542           don't write to memory we might not write to - g_convert does that
18543           for us anyway (fixes #142613)
18544         (gst_asf_demux_audio_caps):
18545           comment out gst_util_dump_mem
18546
18547 2004-05-16  Benjamin Otte  <otte@gnome.org>
18548
18549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18550           compute correct expected timestamps after seek (broken since
18551           last commit)
18552         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18553           rename element and debugging category to gdkpixbufscale
18554
18555 2004-05-16  Benjamin Otte  <otte@gnome.org>
18556
18557         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18558           add error checking to snd_pcm_delay and remove duplicate call to
18559           snd_pcm_delay that caused issues (see inline code comments)
18560         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18561           make more readable and fix return value when snd_pcm_delay fails
18562         (fixes #142586)
18563
18564 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18565         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18566         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18567         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18568         (gst_pixbufscale_link), (gst_pixbufscale_init),
18569         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18570         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18571         (gst_pixbufscale_get_property), (pixbufscale_init):
18572         * ext/gdk_pixbuf/pixbufscale.h:
18573         Add these files I forgot earlier
18574
18575 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18576         * ext/gdk_pixbuf/Makefile.am:
18577         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18578         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18579         Add new pixbufscale element to scale RGB video
18580         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18581         and HYPER interpolation correctly.
18582         * ext/theora/theoraenc.c: (theora_enc_chain),
18583         Discard buffer and return if explicit caps could not be set
18584         (theora_enc_get_property):
18585         Make _get return kbps for the bitrate consistent with
18586         the _set function.
18587
18588
18589 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18590
18591         * ext/libvisual/visual.c: (gst_visual_chain):
18592           add missing visual_audio_analyze
18593
18594 2004-05-14  David Schleef  <ds@schleef.org>
18595
18596         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18597         is killed while we're playing.
18598         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18599         gst_element_no_more_pads().
18600
18601 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18602
18603         * gst-libs/gst/riff/riff-read.c :
18604           - fix INFO tag extraction in RIFF/AVI files
18605             because gst_event_unref (event) also freed taglist
18606           - avoid a mem leak
18607
18608 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18609
18610         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18611         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18612
18613         * gst/auparse/gstauparse.c :
18614           - add code (commented for now) to support audio/x-adpcm on src pad
18615             (we have no decoder for those layout yet)
18616
18617         * gst/cdxaparse/gstcdxaparse.c :
18618         * gst/cdxaparse/gstcdxaparse.h :
18619           - partial rewrite using RiffRead (ripped iain's wavparse code)
18620
18621         * gst/rtp/gstrtpL16enc.c : typo
18622         * gst/rtp/gstrtpgsmenc.c : typo
18623
18624 2004-05-13  Benjamin Otte  <otte@gnome.org>
18625
18626         * configure.ac:
18627           check for exact version of libvisual, it's not supposed to be
18628           API/ABI stable yet
18629
18630 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18631
18632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18633           signal no-more-pads
18634
18635 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18636
18637         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18638         Report which format was used for GST_FORMAT_DEFAULT
18639         * gst/debug/Makefile.am:
18640         * gst/debug/gstdebug.c: (plugin_init):
18641         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18642         (gst_progressreport_class_init), (gst_progressreport_init),
18643         (gst_progressreport_report), (gst_progressreport_set_property),
18644         (gst_progressreport_get_property), (gst_progressreport_chain),
18645         (gst_progressreport_plugin_init):
18646         Add progressreport element for testing.
18647
18648 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18649
18650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18651         * sys/v4l/gstv4lsrc.h:
18652         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18653         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18654         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18655         (gst_v4lsrc_grab_frame):
18656           add more debugging
18657           send a discont at start
18658
18659 2004-05-12  Colin Walters  <walters@redhat.com>
18660
18661         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18662         inflooping if we can't find a chunk.  Or in other words, don't blow
18663         chunks if we don't have a chunk to blow.
18664
18665 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18666         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18667         Remove old debug output
18668         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18669         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18670         (gst_dvdec_set_property), (gst_dvdec_get_property):
18671         Change the quality setting to an enum, so it works from gst-launch
18672         Don't renegotiate a non-linked pad. Allows audio only decoding.
18673         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18674         (gst_deinterlace_link), (gst_deinterlace_init):
18675         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18676         (gst_videodrop_link):
18677         Some caps negotiation fixes
18678
18679 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18680
18681         * ext/tarkin/gsttarkin.c :
18682           - Change RANK from NONE to PRIMARY
18683         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18684           - Change RANK from NONE to MARGINAL
18685         * ext/divx/gstdivxenc.c :
18686           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18687
18688 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18689
18690         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18691         (gst_vorbisenc_push_packet):
18692           copy a function that was added between 1.0 and 1.0.1 until we
18693           depend on worthwhile features of post-1.0
18694
18695 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18696
18697         * configure.ac:
18698           enable shout2 by default
18699         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18700         (gst_shout2send_base_init), (gst_shout2send_init),
18701         (gst_shout2send_connect), (gst_shout2send_change_state):
18702         * ext/shout2/gstshout2.h:
18703           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18704           #142262)
18705         * ext/theora/theora.c: (plugin_init):
18706           don't set rank on encoders
18707
18708 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18709
18710         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18711           Use codec_data property instead of flag1 and flag2 for wma
18712
18713 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18714
18715         * gst/cdxaparse/gstcdxaparse.c :
18716           - Add mpegversion to CAPS to make it link
18717           - Rank is as GST_RANK_SECONDARY instead of NONE
18718         * gst/auparse/gstauparse.c :
18719           - Document all audio encoding we can encounter from Solaris 9
18720             headers and libsndfile information.
18721           - Increase max. rate from 48000 to 192000 (to match other elements)
18722           - Don't try to play junk data between header and samples
18723
18724 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18725
18726         * ext/libvisual/visual.c: (gst_visual_getcaps):
18727           use the right caps depending on endianness (I hope)
18728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18729           use GST_RANK_NONE for all non-decoding elements or spider gets
18730           mighty confused
18731
18732 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18733
18734         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18735           Fix some odd cases and fix BE metadata parsing of unicode16 text.
18736
18737 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18738
18739         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18740         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18741         (gst_switch_loop), (gst_switch_get_type):
18742           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
18743           HEADERS. Had to be said.
18744
18745 2004-05-10  David Schleef  <ds@schleef.org>
18746
18747         * configure.ac: Add prototype Dirac support.
18748         * ext/Makefile.am:
18749         * ext/dirac/Makefile.am:
18750         * ext/dirac/gstdirac.cc:
18751         * ext/dirac/gstdiracdec.cc:
18752
18753 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18754
18755         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18756         (gst_auparse_init), (gst_auparse_chain),
18757         (gst_auparse_change_state):
18758           Hack around spider. Remove me some day please.
18759
18760 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18761
18762         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18763           Fix for some uninitialized variables in previous patch, also
18764           makes it work. Fixes #142286 while we're at it.
18765
18766 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18767
18768         * gst/auparse/gstauparse.c:
18769                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
18770                 only unsupported formats are ADPCM/CCITT G.72x
18771                 reviewed by Ronald
18772         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
18773
18774 2004-05-10  Wim Taymans  <wim@fluendo.com>
18775
18776         * ext/vorbis/Makefile.am:
18777         * ext/vorbis/README:
18778         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
18779         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
18780         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
18781         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
18782         (gst_oggvorbisenc_convert_sink),
18783         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
18784         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
18785         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
18786         (get_constraints_string), (update_start_message),
18787         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
18788         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
18789         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
18790         * ext/vorbis/oggvorbisenc.h:
18791         * ext/vorbis/vorbis.c: (plugin_init):
18792         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
18793         (raw_caps_factory), (gst_vorbisenc_class_init),
18794         (gst_vorbisenc_init), (gst_vorbisenc_setup),
18795         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
18796         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
18797         * ext/vorbis/vorbisenc.h:
18798         Added a raw vorbis encoder to be used with the oggmuxer.
18799         We still need the old encoder for some gnome applications,
18800         read the README to find out how that works.
18801         The raw encoder is called "rawvorbisenc" until 0.9.
18802
18803 2004-05-10  Wim Taymans  <wim@fluendo.com>
18804
18805         * ext/ogg/gstogg.c: (plugin_init):
18806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
18807         (gst_ogg_print):
18808         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
18809         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
18810         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
18811         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
18812         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
18813         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
18814         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
18815         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
18816         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
18817         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
18818         Added an ogg muxer.
18819         Small typo fixes in the demuxer.
18820
18821 2004-05-10  Wim Taymans  <wim@fluendo.com>
18822
18823         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18824         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18825         (theora_enc_change_state), (theora_enc_set_property),
18826         (theora_enc_get_property):
18827         Mark the last packet with an EOS flag which is not really needed
18828         in gstreamer.
18829         Do some better video framerate initialisation.
18830         Update the buffer timestamp.
18831
18832 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
18833
18834         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
18835         Return the result of the parent state change call
18836
18837 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18838
18839         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
18840         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
18841         * gst/law/alaw-encode.c : (idem)
18842         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
18843         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
18844         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
18845
18846 2004-05-09  Benjamin Otte  <otte@gnome.org>
18847
18848         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18849           don't use a fixed buffer size when writing variable length data to
18850           it. Fixes memory corruption and makes alsasrc work
18851
18852 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18853
18854         * ext/gnomevfs/gstgnomevfssink.c:
18855         (_gst_boolean_allow_overwrite_accumulator),
18856         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
18857           Run glib's default signal handler (??) in RUN_CLEANUP rather than
18858           RUN_LAST, and don't use that to set the accumulator value because
18859           then it's always FALSE.
18860
18861 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18862
18863         * gst-libs/gst/riff/riff-media.c:
18864         (gst_riff_create_video_caps_with_data),
18865         (gst_riff_create_audio_caps),
18866         (gst_riff_create_audio_template_caps):
18867         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18868           Fix for unaligned RIFF files (i.e. where all the chunks together
18869           in a LIST chunk are not of the same size as the size given in
18870           the LIST chunk header). Fixes several odd WAVE files. Also fix
18871           ADPCM (block_align property) in audio, so that wavparse based
18872           on this works now as it used to stand-alone.
18873
18874 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
18875
18876         reviewed by Benjamin Otte  <otte@gnome.org>
18877
18878         * ext/a52dec/gsta52dec.c:
18879         * ext/divx/gstdivxdec.c:
18880         * ext/divx/gstdivxenc.c:
18881         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18882         * ext/faac/gstfaac.c: (gst_faac_base_init):
18883         * ext/faad/gstfaad.c: (gst_faad_base_init):
18884         * ext/ivorbis/vorbisfile.c:
18885         * ext/lame/gstlame.c:
18886         * ext/libfame/gstlibfame.c:
18887         * ext/mpeg2enc/gstmpeg2enc.cc:
18888         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18889         * ext/sidplay/gstsiddec.cc:
18890         * ext/speex/gstspeexdec.c:
18891         * ext/speex/gstspeexenc.c:
18892         * ext/xvid/gstxviddec.c:
18893         * ext/xvid/gstxvidenc.c:
18894           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
18895           (fixes #142193)
18896
18897 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18898
18899         * ext/alsa/gstalsa.c: (device_list),
18900         (gst_alsa_class_probe_devices):
18901         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18902           Fix alsa oddness in mixer after the combination of using mixer
18903           in source/sink elements and using hw:x,y instead of just hw:x.
18904
18905 2004-05-09  Benjamin Otte  <otte@gnome.org>
18906
18907         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
18908         (gst_wavparse_create_sourcepad):
18909           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
18910           sourcepads
18911
18912 2004-05-09  Benjamin Otte  <otte@gnome.org>
18913
18914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18915           allow discont events before caps nego
18916
18917 2004-05-08  Benjamin Otte  <otte@gnome.org>
18918
18919         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18920           don't leak events
18921
18922 2004-05-08  Benjamin Otte  <otte@gnome.org>
18923
18924         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
18925         (gst_level_change_state), (gst_level_init):
18926         * gst/level/gstlevel.h:
18927           figure out if we're initialized directly instead of keeping a
18928           variable that's wrong in 90% of cases
18929           don't initialize pads and then leak them and use a new unitialized
18930           pad. (fixes #142084)
18931           these were bugs so n00bish I didn't find them for an hour :/
18932
18933 2004-05-08 Iain <iain@prettypeople.org>
18934
18935         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
18936         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
18937         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
18938         return the length that was read.
18939         (gst_riff_read_strf_auds): Allow fmt tags as well.
18940
18941 2004-05-07  David Schleef  <ds@schleef.org>
18942
18943         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
18944         signed char assumption in faad.h.
18945
18946 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18947
18948         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
18949           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
18950
18951 2004-05-07  Colin Walters  <walters@redhat.com>
18952
18953         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
18954         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
18955         function.
18956         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
18957         Add dispose function.
18958
18959 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
18960         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
18961           Fix caps nego and pad templates. RGB mode caps should
18962           work now.
18963         * ext/dvdnav/gst-dvd:
18964           Move mpeg2dec inside the thread because otherwise the
18965           queue rejects cap changes mid-stream
18966         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18967         (gst_mpeg2dec_flush_decoder):
18968           For mpeg2dec > 0.4.0, call the flush function instead of
18969           manually extracting all in-flight frames.
18970         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
18971         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
18972           Change mime type video/dv go video/x-dv to match the
18973           rest of gst-plugins
18974
18975 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18976
18977         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18978         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
18979         (gst_alsa_sink_class_init):
18980         * ext/alsa/gstalsasink.h:
18981         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
18982         (gst_alsa_src_class_init):
18983         * ext/alsa/gstalsasrc.h:
18984           Make alsasink/src a subclass of alsamixer so that mixer stuff
18985           shows up in gst-rec. Needs some finetuning.
18986
18987 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18988
18989         * ext/lame/gstlame.c: (gst_lame_chain):
18990           simplify
18991         * ext/mad/gstmad.c: (gst_mad_handle_event):
18992           fix event leak
18993         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18994           be able to detect mp3 files < 4096 bytes
18995
18996 2004-05-06  Wim Taymans  <wim@fluendo.com>
18997
18998         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18999         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19000         (theora_enc_set_property), (theora_enc_get_property):
19001         Also encode the first frame, cleanup some code.
19002
19003 2004-05-06  Wim Taymans  <wim@fluendo.com>
19004
19005         * ext/mpeg2enc/gstmpeg2enc.cc:
19006         Forward events first before deciding that negotiation was
19007         not performed.
19008
19009 2004-05-06  Wim Taymans  <wim@fluendo.com>
19010
19011         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19012         First process the events before deciding that negotiation
19013         was not performed.
19014
19015 2004-05-06  Wim Taymans  <wim@fluendo.com>
19016
19017         * ext/theora/Makefile.am:
19018         * ext/theora/theora.c: (plugin_init):
19019         * ext/theora/theoradec.c: (theora_dec_change_state):
19020         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19021         (gst_theora_enc_class_init), (gst_theora_enc_init),
19022         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19023         (theora_enc_chain), (theora_enc_change_state),
19024         (theora_enc_set_property), (theora_enc_get_property):
19025         Added a theora encoder, grouped the encoder and decoder into the
19026         same plugin.
19027
19028 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19029
19030         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19031         (gst_jpegenc_chain):
19032         fix DURATION on outgoing buffers
19033         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19034         debug using time formats
19035         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19037         (gst_xvimagesink_sink_link):
19038         windows with width/height 0 generate X errors, so don't allow them
19039
19040 2004-05-05  Wim Taymans  <wim@fluendo.com>
19041
19042         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19043         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19044         (gst_mpeg2dec_negotiate_format):
19045         * ext/mpeg2dec/gstmpeg2dec.h:
19046           removed the static pad template so that we can add the
19047           more accurate framerate value to the caps.
19048
19049
19050 2004-05-04  Benjamin Otte  <otte@gnome.org>
19051
19052         * configure.ac:
19053           check for kdemacros.h, too (should fix #141821)
19054         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19055           don't crash if no header was sent, but nicely error out (fixes part
19056           of #141554)
19057
19058 2004-05-04  Wim Taymans  <wim@fluendo.com>
19059
19060         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19061         parent dispose function to avoid segfault on destroy.
19062
19063 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19064
19065         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19066         (plugin_init):
19067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19068         (gst_xvimagesink_sink_link):
19069         clean up debugging caps
19070         also recreate xvimage when format has changed
19071
19072 2004-05-04  Benjamin Otte  <otte@gnome.org>
19073
19074         * ext/libvisual/Makefile.am:
19075         * ext/libvisual/visual.c: (gst_visual_class_init),
19076         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19077         (gst_visual_srclink), (gst_visual_chain),
19078         (gst_visual_change_state), (plugin_init):
19079           use a GstAdapter to correctly adapt buffer sizes - allows using a
19080           framerate
19081
19082 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19083
19084         * sys/v4l/gstv4lelement.h:
19085         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19086         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19087         (gst_v4lsrc_buffer_free):
19088         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19089         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19090         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19091         (gst_v4lsrc_requeue_frame):
19092         move some debugging categories around
19093         query for fps index and set accordingly if found
19094
19095 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19096
19097         * ext/lame/gstlame.c:
19098         correct defaults that lame_init puts out of range
19099
19100 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19101
19102         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19103         (gst_divxenc_class_init):
19104         fix range since -1 is the default
19105         * gst/mpeg1sys/gstmpeg1systemencode.c:
19106         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19107         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19108         (gst_rtjpegdec_chain):
19109         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19110         (gst_rtjpegenc_chain):
19111         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19112         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19113         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19114         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19115         * sys/v4l/gstv4lsrc.c:
19116         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19117         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19118         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19119         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19120         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19121           remove gst_info calls
19122
19123 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19124
19125         * Makefile.am:
19126         * po/af.po:
19127         * po/az.po:
19128         * po/en_GB.po:
19129         * po/nl.po:
19130         * po/sr.po:
19131         * po/sv.po:
19132           Updated translations
19133
19134 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19135
19136         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19137           refactor/comment code
19138
19139 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19140
19141         * gst/asfdemux/Makefile.am:
19142         * gst/asfdemux/asfheaders.c:
19143         * gst/asfdemux/asfheaders.h:
19144         * gst/asfdemux/gstasf.c: (plugin_init):
19145         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19146         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19147         (gst_asf_demux_setup_pad):
19148         * gst/asfdemux/gstasfdemux.h:
19149         * gst/asfdemux/gstasfmux.c:
19150         * gst/asfdemux/gstasfmux.h:
19151           Add tagging support to demuxer, split out registration in its own
19152           file instead of in demux (hacky), and prevent having some tables
19153           in our memory multiple times (in asfheaders.h).
19154
19155 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19156
19157         * gst/matroska/matroska-demux.c:
19158         (gst_matroska_demux_parse_metadata):
19159         * gst/matroska/matroska-ids.h:
19160           Basic tag reading support.
19161
19162 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19163
19164         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19165           Really detect ac-3 audio.
19166         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19167           really detect matroska files (off-by-1).
19168
19169 2004-04-30  David Schleef  <ds@schleef.org>
19170
19171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19172         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19173         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19174         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19175         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19176         hackage -- parse a lot more atoms, extract a few tags.  One might even
19177         mistake this for tag support.  Maybe it is.
19178         * gst/qtdemux/qtdemux.h:
19179
19180 2004-04-30  Colin Walters  <walters@verbum.org>
19181
19182         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19183
19184 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19185
19186         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19187         (gst_ffmpegcolorspace_getcaps):
19188           remove broken nego fix
19189
19190 2004-04-30  Benjamin Otte  <otte@gnome.org>
19191
19192         * configure.ac:
19193         * ext/Makefile.am:
19194         * ext/libvisual/Makefile.am:
19195         * ext/libvisual/visual.c:
19196           add initial support for libvisual (http://libvisual.sourceforge.net)
19197           libvisual is still quite alpha, so expect crashes in there :)
19198
19199 2004-04-29  David Schleef  <ds@schleef.org>
19200
19201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19202         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19203         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19204         code; you will no longer respect me.
19205
19206 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19207
19208         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19209         * ext/alsa/gstalsa.h :
19210         change alsa pcm device discovery to find more than 1 device
19211         per card. code review by Ronald.
19212
19213 2004-04-29  David Schleef  <ds@schleef.org>
19214
19215         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19216         Add a check for a driver bug on FreeBSD.  (bug #140565)
19217
19218 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19219
19220         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19221         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19222         (gst_jpegenc_getcaps):
19223           move format setting to inner loop
19224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19225         (gst_ffmpegcolorspace_getcaps):
19226           use GST_PAD_CAPS if available so that we use already negotiated
19227           caps
19228         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19229         (qtdemux_parse_moov), (qtdemux_parse):
19230           extra debugging
19231         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19232         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19233           move hardcoded path to DEFINE
19234
19235 2004-04-28  David Schleef  <ds@schleef.org>
19236
19237         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19238         (bug #140064)
19239
19240 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19241
19242         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19243           Don't probe for playback device if we're a source element. Fixes
19244           #139658.
19245
19246 2004-04-29  Benjamin Otte  <otte@gnome.org>
19247
19248         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19249         (gst_id3_tag_chain):
19250           rewrite buffer offset
19251
19252 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19253
19254         * configure.ac:
19255         * ext/Makefile.am:
19256         * ext/dts/Makefile.am:
19257         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19258         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19259         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19260         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19261         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19262         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19263         (plugin_init):
19264         * ext/dts/gstdtsdec.h:
19265           New DTS decoder.
19266         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19267         (gst_faad_srcconnect):
19268           Add ESDS atom handling (.m4a).
19269
19270 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19271
19272         * ext/divx/gstdivxdec.c: (plugin_init):
19273           Remove comment that makes no sense.
19274         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19275           Fix for obvious typo that resulted in warnings during gst-register.
19276         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19277         (gst_xviddec_sink_link):
19278           Fix caps negotiation a bit better.
19279         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19280           We call this 'codec_data', not 'esds'.
19281
19282 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19283
19284         * gst/monoscope/gstmonoscope.c:
19285           make sure we only provide 256x128
19286         * gst/monoscope/monoscope.c: (monoscope_init):
19287           assert size of 256x128
19288
19289 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19290
19291         * Makefile.am:
19292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19293         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19294           fixate to max width and height of device
19295
19296 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19297
19298         * Makefile.am:
19299         * sys/v4l/gstv4l.c:
19300         * sys/v4l/gstv4lsrc.c:
19301         * sys/v4l/v4l_calls.c:
19302         * sys/v4l/v4lsrc_calls.c:
19303           fix for qc-usb driver which fakes having more than one buffer
19304           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19305           buffer_free override
19306           add debugging
19307
19308 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19309
19310         * Makefile.am:
19311         * gst/videotestsrc/gstvideotestsrc.c:
19312         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19313         (gst_videotestsrc_init), (gst_videotestsrc_get),
19314         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19315         * gst/videotestsrc/gstvideotestsrc.h:
19316           add num-buffers property
19317
19318         2004-04-26  Benjamin Otte  <otte@gnome.org>
19319
19320         * ext/mad/gstid3tag.c: (plugin_init):
19321           set id3mux rank to NONE so it doesn't confuse spider
19322           require audio/mpeg,mpegversion=1 in id3mux
19323
19324 2004-04-26  Benjamin Otte  <otte@gnome.org>
19325
19326         * configure.ac:
19327           detect faad correctly as non-working if it's indeed non-working
19328
19329 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19330
19331         * Makefile.am:
19332         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19333         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19334         fix _getcaps so it only negotiates to its supported format
19335
19336 2004-04-25  Benjamin Otte  <otte@gnome.org>
19337
19338         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19339           fix memleak
19340
19341 2004-04-23  Benjamin Otte  <otte@gnome.org>
19342
19343         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19344           audio/x-raw-int with height rules! not. Now it's depth.
19345
19346 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19347
19348         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19349         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19350         (gst_wavparse_loop):
19351           Missing variable initialization. Add handling of DVI ADPCM. Fix
19352           mis-parsing of LIST chunks. This works around a bug where we mis-
19353           parse non-aligning LIST chunks (so LIST chunks where the contents
19354           don't align with the actual LIST size). The correct fix is to use
19355           rifflib, I'm not going to fix wavparse - too much work. All this
19356           fixes #104878.
19357
19358 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19359
19360         reviewed by Benjamin Otte  <otte@gnome.org>
19361
19362         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19363           fix shoutcast not working (fixes #140844)
19364
19365 2004-04-22  Benjamin Otte  <otte@gnome.org>
19366
19367         * ext/hermes/gsthermescolorspace.c:
19368         (gst_hermes_colorspace_caps_remove_format_info):
19369         * gst/colorspace/gstcolorspace.c:
19370         (gst_colorspace_caps_remove_format_info):
19371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19372         (gst_ffmpegcolorspace_caps_remove_format_info):
19373           s/gst_caps_simplify/gst_caps_do_simplify/
19374
19375 2004-04-22  Benjamin Otte  <otte@gnome.org>
19376
19377         * gst-libs/gst/riff/riff-media.c:
19378         (gst_riff_create_video_caps_with_data):
19379           mpegversion is an int
19380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19381           don't try to create pad templates with NULL caps, use any caps
19382           instead.
19383
19384 2004-04-20  David Schleef  <ds@schleef.org>
19385
19386         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19387         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19388         (bug #140384)
19389
19390 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19391
19392         reviewed by David Schleef
19393
19394         * ext/mad/gstid3tag.c: Add stdlib.h
19395         * gst/rtp/gstrtpgsmenc.c: same
19396         * gst/tags/gstid3tag.c: same
19397         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19398         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19399         GST_DISABLE_LOADSAVE use.
19400         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19401         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19402         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19403         atol(3)).
19404         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19405         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19406         strtoul(3)).
19407         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19408         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19409         $(ID3_CFLAGS).
19410         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19411         $(LIBFAME_CFLAGS).
19412
19413 2004-04-20  David Schleef  <ds@schleef.org>
19414
19415         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19416         last checkin.  Same idea.
19417
19418 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19419
19420         reviewed by David Schleef
19421
19422         * configure.ac: bump required gstreamer version to 0.8.1.1
19423         because of following changes [--ds]
19424
19425         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19426         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19427         (gst_riff_read_header):  Use GST_READ_UINT*
19428         macros to access possibly unaligned memory.
19429
19430         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19431         (mp3_type_find):  Use GST_READ_UINT*
19432         macros to access possibly unaligned memory.
19433         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19434         (speex_type_find): Likewise
19435
19436         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19437
19438         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19439         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19440         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19441         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19442         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19443         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19444         macros to access possibly unaligned memory.
19445
19446         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19447         Likewise.
19448
19449         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19450         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19451
19452         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19453         Likewise.
19454
19455         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19456         (gst_mpeg2subt_chain_subtitle): Likewise.
19457
19458         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19459         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19460         Likewise.
19461
19462         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19463         Likewise.
19464
19465         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19466         Likewise.
19467
19468         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19469         Likewise.
19470
19471 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19472
19473         * configure.ac:
19474           update required version of GStreamer because of GST_TIME_FORMAT
19475
19476 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19477
19478         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19479           remove leftover g_print
19480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19481           don't try setting only a subset of the caps. We don't want to kill
19482           autoplugging on purpose
19483
19484 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19485
19486         * sys/ximage/ximagesink.c: (plugin_init):
19487         * sys/xvimage/xvimagesink.c: (plugin_init):
19488           add debugging categories
19489
19490 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19491
19492         * po/en_GB.po:
19493         * po/LINGUAS:
19494           Adding en_GB translation (Gareth Owen)
19495
19496 2004-04-20  David Schleef  <ds@schleef.org>
19497
19498         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19499         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19500         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19501         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19502         A number of new features and hacks to extract the esds atom and
19503         put it into the caps.  (bug #137724)
19504
19505 2004-04-19  David Schleef  <ds@schleef.org>
19506
19507         * gconf/Makefile.am: Fix for non-GNU make
19508         * gst-libs/gst/Makefile.am: Change directory order to handle
19509         GstPlay linking with gstinterfaces
19510         * gst-libs/gst/audio/make_filter: make use of tr portable
19511         * gst-libs/gst/play/Makefile.am: Add intended \
19512         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19513         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19514         function prototype instead of void *.
19515         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19516         macro.
19517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19518         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19519         * gst/videofilter/make_filter: make use of tr portable
19520         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19521
19522 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19523
19524         * po/LINGUAS:
19525         * po/uk.po:
19526           Added Ukrainian translation (Maxim V. Dziumanenko)
19527
19528 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19529
19530         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19531         (gst_gsmdec_link), (gst_gsmdec_chain):
19532           Fix capsnego, simplify chain function slightly.
19533         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19534           Add GSM.
19535
19536 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19537
19538         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19539         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19540         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19541           Hack to make wavparse work with spider (always -> sometimes pad).
19542           Fixes #135862 && #140411.
19543
19544 2004-04-18  Benjamin Otte  <otte@gnome.org>
19545
19546         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19547         (gst_osselement_rate_probe_check),
19548         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19549           get rid of \n in debug output
19550
19551 2004-04-17  Iain <iain@prettypeople.org>
19552
19553         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19554         not just EOS.
19555
19556 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19557
19558         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19559         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19560         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19561         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19562         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19563         (gst_id3_tag_change_state), (plugin_init):
19564           deprecate id3tag element and replace with id3demux/id3mux.
19565           great side effect: this ugly file is now even uglier, yay!
19566         * ext/mad/gstmad.h:
19567           remove non-available function
19568           update for new get_type
19569
19570 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19571
19572         * configure.ac:
19573           require mpeg2dec >= 0.4.0
19574
19575 2004-04-17  Benjamin Otte  <otte@gnome.org>
19576
19577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19578         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19579         (gst_xvimagesink_set_xwindow_id):
19580           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19581           assorted cleanup fixes.
19582
19583 2004-04-16  David Schleef  <ds@schleef.org>
19584
19585         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19586         * sys/xvimage/xvimagesink.h: same
19587
19588 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19589
19590         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19591           Fix GST_ELEMENT_ERROR with (NULL)
19592
19593 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19594
19595         * gst-libs/gst/riff/riff-media.c:
19596         (gst_riff_create_video_caps_with_data):
19597           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19598
19599 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19600
19601         * gst-libs/gst/riff/riff-media.c:
19602         (gst_riff_create_video_caps_with_data),
19603         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19604         (gst_riff_create_video_template_caps),
19605         (gst_riff_create_audio_template_caps):
19606         * gst-libs/gst/riff/riff-media.h:
19607         * gst-libs/gst/riff/riff-read.c:
19608         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19609         * gst-libs/gst/riff/riff-read.h:
19610         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19611           Add MS RLE support. I added some functions to read out strf chunks
19612           into strf chunks and the data behind it. This is usually color
19613           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19614           caps creation. Lastly, add ADPCM (similar to wavparse - which
19615           should eventually be rifflib based).
19616         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19617         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19618         * gst/matroska/matroska-demux.h:
19619           Remove placeholders for some prehistoric tagging system. Didn't add
19620           support for any tag system really anyway.
19621         * gst/qtdemux/qtdemux.c:
19622           Add support for audio/x-m4a (MPEG-4) through spider.
19623         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19624         (gst_wavparse_loop):
19625           ADPCM support (#135862). Increase max. buffer size because we
19626           cannot split buffers for ADPCM (screws references) and I've seen
19627           files with 2048 byte chunks. 4096 seems safe for now.
19628
19629 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19630
19631         * configure.ac: bump nano to 1
19632
19633 === release 0.8.1 ===
19634
19635 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19636
19637         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19638
19639 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19640
19641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19642           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19643           Fixes #140058
19644
19645 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19646
19647         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19648           lower rank of dvddemux so that it's not used for mpeg playback.
19649
19650 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19651
19652         * configure.ac:
19653           save libs correctly when checking mad
19654
19655 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19656
19657         * ext/mad/gstid3tag.c: (plugin_init):
19658           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19659
19660 2004-04-13  David Schleef  <ds@schleef.org>
19661
19662         * common/m4/gst-feature.m4: Call -config scripts with
19663         --plugin-libs if it is supported.
19664         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19665         JPEG images are image/jpeg.
19666         * gst/debug/Makefile.am:
19667         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19668         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19669         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19670         (gst_negotiation_plugin_init): Add a property that acts like
19671         filter caps.
19672         * testsuite/gst-lint:  Move license checking to be a standard
19673         test.
19674
19675 2004-04-13  David Schleef  <ds@schleef.org>
19676
19677         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19678         patch from Sebastien Cote (bug #139958)
19679
19680 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19681
19682         * examples/gstplay/Makefile.am:
19683         * examples/gstplay/player.c: (main):
19684           make the commandline player example use gconf settings
19685
19686 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19687
19688         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19689         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19690         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19691           init/end library during state transition, not object
19692           creation/disposal.  get rid of custom dispose handler.
19693
19694
19695 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19696
19697         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19698         be a symlink
19699
19700 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19701
19702         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19703           Handle JUNK chunks inside data section. Prevents warnings.
19704
19705 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19706
19707         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19708         (gst_riff_create_video_template_caps):
19709           Add MS video v1.
19710         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19711         (gst_avi_demux_stream_data):
19712           Add support for "rec-list" chunks.
19713
19714 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19715
19716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19717           Fix another codecname mismatch.
19718
19719 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19720
19721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19722           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19723           so that MJPEG plays back.
19724
19725 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19726
19727         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19728         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19729         * gst/mpeg1videoparse/gstmp1videoparse.h:
19730           Fix for some slight mis-cuts in buffer parsing, and for some
19731           potential overflows or faults-causers. Adds disconts. Also fixes
19732           #139105 while we're at it.
19733
19734 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19735
19736         * configure.ac:
19737         * sys/v4l2/gstv4l2element.h:
19738           Workaround for missing struct v4l2_buffer declaration in Suse 9
19739           and Mandrake 10 linux/videodev2.h header file (#135919).
19740
19741 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19742
19743         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19744           Bail out if no filename was given.
19745
19746 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19747
19748         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
19749         (gst_v4l2_fourcc_from_structure):
19750           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
19751           Y41B somewhere).
19752
19753 2004-04-09  Benjamin Otte  <otte@gnome.org>
19754
19755         * ext/gnomevfs/gstgnomevfssink.c:
19756         (_gst_boolean_allow_overwrite_accumulator),
19757         (gst_gnomevfssink_class_init):
19758           fix erase signal - if any handler returns false the file will not be
19759           overwritten. If no handler is connected, the file will not be
19760           overwritten either.
19761           renamed signal to "allow-overwrite"
19762         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
19763           free string when adding it to ID3 failed
19764         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19765           unref event when done
19766         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19767           free caps
19768         * gst/typefind/gsttypefindfunctions.c:
19769         (mpeg_video_stream_type_find):
19770           fix invalid read
19771
19772 2004-04-08  David Schleef  <ds@schleef.org>
19773
19774         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19775         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
19776
19777 2004-04-08  David Schleef  <ds@schleef.org>
19778
19779         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
19780         we don't support (bug #139532)
19781
19782 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19783
19784         * ext/mad/gstmad.c: (gst_mad_handle_event),
19785         (gst_mad_check_caps_reset), (gst_mad_chain),
19786         (gst_mad_change_state):
19787           only set explicit caps if they haven't been set before for
19788           this stream.  MPEG-audio sample rate/channels aren't allowed
19789           to change in-stream.
19790           Fixes #139382
19791
19792 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19793
19794         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
19795         (_gst_boolean_did_something_accumulator),
19796         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
19797         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
19798         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
19799         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
19800         (gst_gnomevfssink_change_state):
19801           Fix erase signal. Don't erase by default. Remove handoff signal.
19802           Remove erase property. Don't segfault. General cleanup.
19803
19804 2004-04-07  Benjamin Otte  <otte@gnome.org>
19805
19806         * gst-libs/gst/gconf/test-gconf.c: (main):
19807           add missing gst_init
19808
19809 2004-04-07  Benjamin Otte  <otte@gnome.org>
19810
19811         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19812           free the mutexes, too
19813
19814 2004-04-07  Benjamin Otte  <otte@gnome.org>
19815
19816         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19817           actually free the URI string
19818         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
19819           compute offset correctly when passing discont events
19820         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19821           don't leak discont events
19822         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19823           add some missing breaks so caps aren't copied randomly
19824         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
19825           if we realloc memory, we better use it
19826
19827 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19828
19829         * ext/mad/gstmad.c: (normal_seek):
19830           fix GST_FORMAT_TIME usage
19831
19832 2004-04-05  David Schleef  <ds@schleef.org>
19833
19834         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
19835         a deprecated function (hack!)
19836
19837 2004-04-05  Benjamin Otte  <otte@gnome.org>
19838
19839         * ext/esd/esdmon.c: (gst_esdmon_get):
19840           fix nonterminated vararg and memleak
19841
19842 2004-04-05  Benjamin Otte  <otte@gnome.org>
19843
19844         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
19845         (gst_ladspa_init), (gst_ladspa_force_src_caps),
19846         (gst_ladspa_set_property), (gst_ladspa_get_property),
19847         (gst_ladspa_instantiate), (gst_ladspa_activate),
19848         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
19849           clean up debugging
19850
19851 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
19852
19853         reviewed by Benjamin Otte  <otte@gnome.org>
19854
19855         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
19856           check for broken LADSPA parameters (fixes #138635)
19857
19858 2004-04-05  Benjamin Otte  <otte@gnome.org>
19859
19860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
19861           advertise buffer-frames correctly on sinkpads
19862
19863 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19864
19865         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
19866         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
19867         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
19868         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
19869         (gst_mad_check_caps_reset), (gst_mad_chain):
19870         add more debugging, only reset caps when we're not in error state
19871
19872 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19873
19874         * ext/mad/gstmad.c: add debugging category, comment + cleanups
19875
19876 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19877
19878         reviewed by Benjamin Otte  <otte@gnome.org>
19879
19880         * configure.ac:
19881           fix == in test(1) operator
19882
19883 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19884
19885         reviewed by Benjamin Otte  <otte@gnome.org>
19886
19887         * configure.ac:
19888           fix --export-symblos-regex to a working regex.
19889
19890 2004-04-04  Benjamin Otte  <otte@gnome.org>
19891
19892         * sys/oss/.cvsignore:
19893           add for oss_probe
19894
19895 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19896
19897         reviewed by Benjamin Otte  <otte@gnome.org>
19898
19899         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19900           add missing 'new_media' argument (fixes #138168)
19901         * gst/matroska/matroska-demux.c:
19902         (gst_matroska_demux_handle_seek_event):
19903           add vararg terminator (fixes #138169)
19904
19905 2004-04-02  David Schleef  <ds@schleef.org>
19906
19907         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
19908         disted (bug #138914)
19909
19910 2004-04-01  Benjamin Otte  <otte@gnome.org>
19911
19912         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
19913         (gst_alsa_close_audio):
19914           handle case better where a soundcard can't pause
19915         * ext/ogg/gstoggdemux.c:
19916           don't crash when we get events but don't have pads yet
19917
19918 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19919
19920         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
19921           throw an error if we couldn't probe any caps.
19922
19923 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19924
19925         * ext/dvdnav/gst-dvd:
19926         Add a really simple sample DVD player
19927
19928 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19929
19930         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
19931         (gst_a52dec_push), (gst_a52dec_handle_event),
19932         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
19933         (gst_a52dec_change_state):
19934         * ext/a52dec/gsta52dec.h:
19935           Use a debug category, Output timestamps correctly
19936           Emit tag info, Handle events, tell liba52dec about cpu
19937           capabilities so it can use MMX etc.
19938         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
19939           Fix a crasher accessing invalid memory
19940         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
19941         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
19942         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
19943         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
19944         (dvdnavsrc_query):
19945           Some support for byte-format seeking.
19946           Small fixes for still frames and menu button overlays
19947         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19948         (gst_mpeg2dec_alloc_buffer):
19949           Use a debug category. Adjust the report level of several items to
19950           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
19951           so it doesn't lose the GstBuffer pointer
19952         * gst/debug/Makefile.am:
19953         * gst/debug/gstdebug.c: (plugin_init):
19954         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
19955         (gst_navseek_base_init), (gst_navseek_class_init),
19956         (gst_navseek_init), (gst_navseek_seek),
19957         (gst_navseek_handle_src_event), (gst_navseek_set_property),
19958         (gst_navseek_get_property), (gst_navseek_chain),
19959         (gst_navseek_plugin_init):
19960         * gst/debug/gstnavseek.h:
19961           Add the navseek debug element for seeking back and forth in a
19962           video stream using arrow keys.
19963         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
19964         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
19965         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
19966         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
19967         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
19968         (gst_mpeg2subt_parse_header), (gst_get_nibble),
19969         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
19970         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
19971         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
19972         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
19973         * gst/mpeg2sub/gstmpeg2subt.h:
19974           Pretty much a complete rewrite. Now a loopbased element. May still
19975           require work to properly synchronise subtitle buffers.
19976         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
19977         (gst_dvd_demux_send_subbuffer):
19978         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
19979           Don't attempt to create subbuffers of size 0
19980           Reduce a couple of error outputs to warnings.
19981         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
19982         (gst_y4mencode_chain):
19983         Output the y4m frame header correctly.
19984
19985 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19986
19987         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19988           throw errors instead of allowing SIGFPE
19989
19990 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19991
19992         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
19993         (gst_gconf_render_bin_from_key):
19994           leak plugging and style fixing
19995
19996 2004-03-31  David Schleef  <ds@schleef.org>
19997
19998         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
19999         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20000         (bug #138225)
20001         * gst/debug/Makefile.am:
20002         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20003         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20004         plugin.
20005         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20006         (gst_negotiation_base_init), (gst_negotiation_class_init),
20007         (gst_negotiation_init), (gst_negotiation_getcaps),
20008         (gst_negotiation_pad_link), (gst_negotiation_chain),
20009         (gst_negotiation_set_property), (gst_negotiation_get_property),
20010         (gst_negotiation_plugin_init):  New element to talk about random
20011         negotiation things happening in a pipeline.
20012
20013 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20014
20015         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20016           fix integer addition with help of Stefan Kost
20017
20018 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20019
20020         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20021
20022 2004-03-30  David Schleef  <ds@schleef.org>
20023
20024         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20025         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20026         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20027         (bug #137504)
20028         * ext/mpeg2dec/gstmpeg2dec.h:
20029
20030 2004-03-30  David Schleef  <ds@schleef.org>
20031
20032         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20033
20034 2004-03-30  David Schleef  <ds@schleef.org>
20035
20036         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20037         Michael Petullo) to handle .mov
20038
20039 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20040
20041         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20042         (gst_osselement_rate_check_rate):
20043           probe caps correctly for sound cards that only support one format
20044
20045 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20046
20047         * ext/kio/kiosrc.cpp: (process_events):
20048           update handling event processing if inside KDE - untested
20049
20050 2004-03-29  David Schleef  <ds@schleef.org>
20051
20052         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20053         by 2 to not interfere with other colorspaces.
20054         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20055         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20056         one to not interfere with ffmpeg_colorspace.
20057
20058 2004-03-29  David Schleef  <ds@schleef.org>
20059
20060         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20061         aren't in the caps.
20062         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20063         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20064
20065 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20066
20067         * gst-libs/gst/riff/riff-media.c:
20068           fail on error, don't try to set stuff on NULL caps
20069
20070 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20071
20072         * configure.ac:
20073         * ext/Makefile.am:
20074         * ext/kio/Makefile.am:
20075         * ext/kio/kioreceiver.cpp:
20076         * ext/kio/kioreceiver.h:
20077         * ext/kio/kiosrc.cpp:
20078         * ext/kio/kiosrc.h:
20079           add experimental kiosrc plugin
20080         * ext/alsa/gstalsaplugin.c: (plugin_init):
20081           initialize debugging category only when we're sure registering the
20082           plugins worked.
20083
20084 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20085
20086         * examples/gstplay/player.c: (main):
20087         * gst-libs/gst/play/play.c: (gst_play_class_init),
20088         (gst_play_set_location), (gst_play_set_data_src),
20089         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20090         (gst_play_set_visualization), (gst_play_connect_visualization):
20091           check return values of element_set_state and return FALSE where
20092           failed
20093
20094 2004-03-29  Benjamin Otte  <otte@gnome.org>
20095
20096         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20097           try harder to check if an event is really a discont
20098
20099 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20100
20101         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20102         * po/az.po:
20103
20104 2004-03-28  Benjamin Otte  <otte@gnome.org>
20105
20106         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20107         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20108         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20109           get rid of non-standard "..." ranges in case statements.
20110
20111 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20112
20113         * gst/mpegstream/gstmpegdemux.c:
20114         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20115         specific functionality split to the new dvddemux element.
20116         * gst/mpegstream/gstdvddemux.c:
20117         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20118         streams, derived from mpegdemux.
20119         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20120         up. SCR based timestamp rewriting can be turned off (will probably
20121         completely disappear soon).
20122         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20123         hacking. General cleanup. All printf statements replaced by
20124         debugging messages. Almost complete libdvdnav support.
20125         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20126         by events. New properties for audio and subpicture languages.
20127         (dvdnavsrc_update_highlight): Now uses events.
20128         (dvdnavsrc_user_op): Cleaned up.
20129         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20130         based). Lots of cleanup, and propper support for most libdvdnav
20131         events.
20132         (dvdnavsrc_make_dvd_event): New function.
20133         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20134         (dvdnavsrc_make_clut_change_event): New function.
20135
20136 2004-03-26  Benjamin Otte  <otte@gnome.org>
20137
20138         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20139           fix bug where typefinding would claim it's theora whenever less then
20140           7 bytes of data were available
20141
20142 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20143
20144         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20145         (gst_alawdec_base_init), (gst_alawdec_class_init),
20146         (gst_alawdec_init), (gst_alawdec_chain):
20147         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20148         (gst_alawenc_base_init), (gst_alawenc_class_init),
20149         (gst_alawenc_init), (gst_alawenc_chain):
20150         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20151         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20152         (gst_mulawdec_init), (gst_mulawdec_chain):
20153         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20154         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20155         (gst_mulawenc_init), (gst_mulawenc_chain):
20156           Fix capsnego in all four, remove the unused property functions and
20157           simplify the chain functions slightly. I guess we could use macros
20158           or something similar for those, since the code is so similar, but
20159           I'm currently too lazy...
20160
20161 2004-03-24  David Schleef  <ds@schleef.org>
20162
20163         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20164         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20165         (gst_osselement_get_format_structure),
20166         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20167         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20168         (gst_osselement_rate_int_compare): Add code to handle rate probing
20169         (bug #120883)
20170         * sys/oss/gstosselement.h: same
20171         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20172         Use rate probing provided by osselement.
20173         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20174
20175 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20176
20177         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20178         (gst_xvidenc_get_property):
20179           ulong/int mess-up.
20180
20181 2004-03-24  David Schleef  <ds@schleef.org>
20182
20183         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20184         (gst_speexdec_init):
20185         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20186         (gst_speexenc_init):  Create the pad template correctly (from
20187         the static pad template, not a NULL pointer.)
20188
20189 2004-03-25  Benjamin Otte  <otte@gnome.org>
20190
20191         * gst/debug/Makefile.am:
20192         * gst/debug/breakmydata.c:
20193           add element that quasi-randomly changes bytes in the stream.
20194           Intended use is robustness checking of demuxers and decoders in
20195           media tests.
20196
20197 2004-03-24  Benjamin Otte  <otte@gnome.org>
20198
20199         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20200         (gst_alsa_probe_hw_params):
20201         * ext/alsa/gstalsa.h:
20202           debugging output fixes
20203
20204 2004-03-24  Benjamin Otte  <otte@gnome.org>
20205
20206         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20207           don't g_return_if_fail if element is PLAYING, fail silently as every
20208           other element.
20209         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20210           only fix needed for cast lvalue issues in gst-plugins
20211         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20212           add proxy_getcaps
20213
20214 2004-03-24  Benjamin Otte  <otte@gnome.org>
20215
20216         * gst/level/gstlevel.c: (gst_level_init):
20217           add proxying getcaps function, so level doesn't advertise impossible
20218           caps
20219
20220 2004-03-24  David Schleef  <ds@schleef.org>
20221
20222         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20223         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20224         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20225         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20226         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20227         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20228         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20229         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20230         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20231         messages.  Divide the chunk size by the compression ratio
20232         (needed for MACE audio)
20233
20234 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20235
20236         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20237           Fix buffer overflow read error.
20238
20239 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20240
20241         * ext/alsa/gstalsa.h:
20242           Remove unused entry.
20243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20244           Add cinepak.
20245         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20246         (gst_videodrop_link), (gst_videodrop_chain):
20247           Fix, sort of. Was horribly broken with new capsnego. Bah...
20248
20249 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20250
20251         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20252         (plugin_init):
20253         Add a monkeysaudio typefind function
20254
20255 2004-03-23  Johan Dahlin  <johan@gnome.org>
20256
20257         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20258         (gst_play_video_fixate): Check so the structure has the field
20259         before trying to fixate them, this makes it possible to have
20260         fakesinks for video and audio output without printing errors on
20261         the output console.
20262
20263 2004-03-22  David Schleef  <ds@schleef.org>
20264
20265         * sys/oss/Makefile.am:
20266         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20267         (check_rate), (add_rate):  Rate probing test app.
20268
20269 2004-03-21  Benjamin Otte  <otte@gnome.org>
20270
20271         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20272         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20273           add a fixation function that pretty much does the right thing (fixes
20274           #137556)
20275
20276 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20277
20278         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20279
20280 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20281
20282         reviewed by: Benjamin Otte  <otte@gnome.org>
20283
20284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20285           terminate gst_event_new_discontinuous correctly (fixes parts of
20286           #137711)
20287
20288 2004-03-19  David Schleef  <ds@schleef.org>
20289
20290         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20291         since it doesn't depend on X, and it's part of our ABI.
20292
20293 2004-03-19  Iain <iain@prettypeople.org>
20294
20295         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20296         is_int in the structure, not the local variable.
20297
20298 2004-03-19  David Schleef  <ds@schleef.org>
20299
20300         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20301         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20302         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20303         Improvements in caps negotiation.
20304
20305 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20306
20307         * po/LINGUAS:
20308         * po/af.po:
20309           adding Afrikaans (Petri Jooste)
20310
20311 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20312
20313         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20314         (gst_ffmpegcolorspace_chain):
20315         throw error instead of g_critical (#137588)
20316
20317 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20318
20319         * Makefile.am:
20320         * configure.ac:
20321           dist common and m4 correctly
20322         * po/sv.po:
20323
20324 2004-03-17  David Schleef  <ds@schleef.org>
20325
20326         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20327         (bug #137348)
20328
20329 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20330
20331         * po/LINGUAS:
20332         * po/sv.po:
20333           adding Swedish translation (Christian Rose)
20334
20335 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20336
20337         * Makefile.am: use release.mak
20338
20339 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20340
20341         * common/ChangeLog:
20342         * common/gst-autogen.sh:
20343           add some explanation about the version detection
20344         * configure.ac:
20345           fix X check
20346
20347 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20348
20349         * configure.ac: bump nano to 1
20350
20351 === release 0.8.0 ===
20352
20353 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20354
20355         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20356
20357 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20358
20359         * configure.ac:
20360           update libtool version
20361         * gst-libs/gst/media-info/Makefile.am:
20362           actually use libtool version
20363
20364 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20365
20366         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20367
20368 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20369
20370         * configure.ac:
20371         * gst-plugins.spec.in:
20372         * pkgconfig/Makefile.am:
20373         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20374         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20375         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20376         * pkgconfig/gstreamer-libs.pc.in:
20377         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20378         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20379         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20380         * pkgconfig/gstreamer-plugins.pc.in:
20381           remove @VERSION@ from some of the pc files since core and plugins
20382           are decoupled.
20383           created gstreamer-plugins.pc as it's a better name, but keeping
20384           -libs around for now to get fixes upstream done first.
20385
20386 2004-03-15  Julien MOUTTE <julien@moutte.net>
20387
20388         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20389         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20390         * gst-libs/gst/play/play.h:
20391
20392 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20393
20394         * *.c, *.cc: don't mix tabs and spaces
20395
20396 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20397
20398         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20399           use the new ffmpegcolorspace
20400         * gst-plugins.spec.in:
20401           package new colorspace and media-info
20402         * configure.ac:
20403         * pkgconfig/Makefile.am:
20404           fix some more disting issues
20405         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20406         * pkgconfig/gstreamer-media-info.pc.in:
20407           generate media-info pc files
20408
20409 2004-03-15  Johan Dahlin  <johan@gnome.org>
20410
20411         * *.h: Revert indenting
20412
20413 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20414
20415         * configure.ac:
20416           adding ffmpegcolorspace element
20417         * gst/ffmpegcolorspace/Makefile.am:
20418         * gst/ffmpegcolorspace/avcodec.h:
20419         * gst/ffmpegcolorspace/common.h:
20420         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20421         * gst/ffmpegcolorspace/dsputil.h:
20422         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20423         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20424         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20425         (gst_ffmpeg_caps_to_pix_fmt):
20426         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20428         (gst_ffmpegcolorspace_caps_remove_format_info),
20429         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20430         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20431         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20432         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20433         (gst_ffmpegcolorspace_set_property),
20434         (gst_ffmpegcolorspace_get_property),
20435         (gst_ffmpegcolorspace_register):
20436         * gst/ffmpegcolorspace/imgconvert.c:
20437         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20438         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20439         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20440         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20441         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20442         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20443         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20444         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20445         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20446         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20447         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20448         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20449         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20450         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20451         (img_get_alpha_info), (deinterlace_line),
20452         (deinterlace_line_inplace), (deinterlace_bottom_field),
20453         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20454         * gst/ffmpegcolorspace/imgconvert_template.h:
20455         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20456         * gst/ffmpegcolorspace/mmx.h:
20457         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20458           adding ffmpegcolorspace element supplied by Ronald after cleaning
20459           up and pulling in the right bits of upstream source.
20460           I'm sure a better C/compiler wizard could do some cleaning up (for
20461           example use GLIB's malloc stuff), but as a first pass this
20462           works very well
20463
20464 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20465
20466         * ext/alsa/gstalsa.h:
20467           I assume Ronald forgot to commit the change to have cardname
20468           as a struct member.  Expect some public spanking at the next
20469           opportunity.
20470
20471 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20472
20473         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20474         (gst_alsa_open_audio), (gst_alsa_close_audio):
20475         * ext/alsa/gstalsa.c:
20476           Don't open the device if we're a mixer (= padless).
20477         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20478         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20479         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20480           Open mixer during state change rather than during object
20481           initialization. Also, get a device name. Currently in a somewhat
20482           hackish fashion, but I didn't really find something better.
20483
20484 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20485
20486         * *.c, *.h: run gst-indent
20487
20488 2004-03-14  Benjamin Otte  <otte@gnome.org>
20489
20490         * gst/modplug/gstmodplug.cc:
20491         * gst/modplug/gstmodplug.h:
20492           set correct timestamps on outgoing buffers
20493
20494 2004-03-14  Benjamin Otte  <otte@gnome.org>
20495
20496         * gst/modplug/gstmodplug.cc:
20497           handle events - don't do crap when a discont arrives that's not
20498           necessary
20499           This allows correct loading and playback of mods in Rhythmbox
20500
20501 2004-03-14  Benjamin Otte  <otte@gnome.org>
20502
20503         * configure.ac:
20504         * gst-libs/gst/gconf/Makefile.am:
20505         * pkgconfig/Makefile.am:
20506           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20507           they get rebuilt properly
20508         * configure.ac:
20509           when checking for vorbis, try pkgconfig first.
20510         * gst/modplug/gstmodplug.cc:
20511           add fixate function
20512
20513 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20514
20515         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20516           Fix for obvious mistake, where we first shift the offset and then
20517           read a samplesize element assuming the old offset. Note that this
20518           part still has something weird, i.e. my movies containing those
20519           don't actually play well, but at least there's something that looks
20520           like sound now.
20521
20522 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20523         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20524         (plugin_init):
20525         Add a typefind function for speex format
20526
20527 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20528
20529         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20530         (gst_asf_demux_setup_pad):
20531           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20532           instead of 0. Reason is simple: some elements have a fps range
20533           of 1-max instead of 0-max. So now ASF video actually works.
20534
20535 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20536
20537         * po/LINGUAS:
20538         * po/sr.po:
20539           adding serbian as a language
20540
20541 2004-03-13  Benjamin Otte  <otte@gnome.org>
20542
20543         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20544           return taglist correctly from _get function, don't gst_pad_push it.
20545           (fixes #137042)
20546
20547 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20548         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20549
20550 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20551
20552         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20553         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20554         (gst_alsa_mixer_track_new):
20555         * ext/alsa/gstalsamixertrack.h:
20556           Fix ancient leftovers... MixerTrack is a GObject.
20557
20558 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20559
20560         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20561         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20562           Don't block during probing...
20563
20564 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20565
20566         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20567         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20568         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20569         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20570         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20571         (gst_alsa_open_audio), (gst_alsa_close_audio):
20572         * ext/alsa/gstalsa.h:
20573           Add propertyprobe interface implementation, add some device-name
20574           property, all this so that it looks good in gnome-volume-control.
20575
20576 2004-03-12  David Schleef  <ds@schleef.org>
20577
20578         * configure.ac: the Hermes library controls hermescolorspace, not
20579         colorspace.
20580         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20581         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20582         not /* */
20583         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20584         * ext/sdl/sdlvideosink.h: ditto.
20585         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20586
20587 2004-03-12  Benjamin Otte  <otte@gnome.org>
20588
20589         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20590         (gst_x_overlay_got_xwindow_id):
20591         * gst-libs/gst/xoverlay/xoverlay.h:
20592           replace XID with unsigned long to get rid of the xlibs dependency in
20593           XOverlay (fixes #137004)
20594
20595 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20596         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20597         (gst_agingtv_setup):
20598         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20599         (gst_dicetv_base_init), (gst_dicetv_class_init),
20600         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20601         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20602         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20603         (gst_edgetv_setup), (gst_edgetv_rgb32):
20604         * gst/effectv/gsteffectv.c:
20605         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20606         (gst_quarktv_set_property):
20607         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20608         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20609         (gst_revtv_setup), (gst_revtv_rgb32):
20610         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20611         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20612         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20613         (gst_shagadelictv_rgb32):
20614         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20615         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20616         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20617         * gst/effectv/gstwarp.c:
20618         Port everything that can be ported to videofilter and fix up the caps.
20619         Can someone with a big-endian machine please check these?
20620
20621 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20622
20623         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20624         (gst_osssink_chain), (gst_osssink_change_state):
20625           Latest fixes for A/V sync, audio playback and such. This is about
20626           all... MPEG playback issues are mostly related to the async build-
20627           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20628
20629 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20630
20631         patch from: Stephane Loeuillet
20632
20633         * configure.ac:
20634           use pkg-config for some libraries, falling back to the old .m4 way
20635           (fixes #131270)
20636         * m4/libdv.m4:
20637           removed
20638
20639 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20640
20641         * configure.ac:
20642         * tools/Makefile.am:
20643         * tools/Makefile.in:
20644         * tools/gst-launch-ext-m.m:
20645         * tools/gst-launch-ext.1.in:
20646         * tools/gst-visualise-m.m:
20647         * tools/gst-visualise.1:
20648         * tools/gst-visualise.1.in:
20649           reorganizing generation of script tools
20650
20651 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20652
20653         * ext/divx/gstdivxdec.c:
20654           Downgrade priority. We prefer ffdec_mpeg4.
20655         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20656         (gst_faad_chain), (gst_faad_change_state):
20657           Fix capsnego. Doesn't work for some sounds because we don't have
20658           a 5:1 to stereo element.
20659         * ext/xvid/gstxvid.c: (plugin_init):
20660           Add priority.
20661         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20662         (gst_osssink_change_state):
20663           Add discont handling.
20664
20665 2004-03-09  Colin Walters  <walters@verbum.org>
20666
20667         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20668         conversion.
20669
20670 2004-03-09  Benjamin Otte  <otte@gnome.org>
20671
20672         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20673           the signals take 2 arguments
20674
20675 2004-03-09  David Schleef  <ds@schleef.org>
20676
20677         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20678         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20679         * ext/alsa/gstalsa.h:
20680         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20681
20682 2004-03-09  Benjamin Otte  <otte@gnome.org>
20683
20684         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20685         (gst_mikmod_change_state):
20686         * ext/mikmod/gstmikmod.h:
20687           make mikmod's loop function not loop infinitely and call
20688           gst_element_yield anymore
20689         * gst/modplug/gstmodplug.cc:
20690           fix pad negotiation (fixes #136590)
20691
20692 2004-03-09  David Schleef  <ds@schleef.org>
20693
20694         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20695         doesn't conflict with the internal colorspace plugin.
20696         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20697         satisfy the crappy-ass shell shipped by a certain vendor.
20698         * gst/videofilter/make_filter: same (bug #135299)
20699
20700 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20701
20702         * configure.ac: bump nano to 1
20703
20704 === release 0.7.6 ===
20705
20706 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20707
20708         * configure.in: releasing 0.7.6, "There"
20709
20710 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20711
20712         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20713         * pkgconfig/gstreamer-play.pc.in:
20714           synchronize the two
20715
20716 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20717
20718         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20719         (cdparanoia_open), (cdparanoia_event):
20720           fix/add error handling
20721         * po/POTFILES.in:
20722           add cdparanoia source
20723         * tools/Makefile.am:
20724           make scripts executable
20725
20726 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20727
20728         * configure.ac:
20729         * ext/vorbis/Makefile.am:
20730         * sys/Makefile.am:
20731           remove id3types, vorbisfile and xvideosink from the build (#133783)
20732
20733 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20734
20735         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20736           Fix metadata read crash (#136537).
20737
20738 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20739
20740         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
20741         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
20742           adding mime types, fixing the one-stop function
20743
20744 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20745
20746         * ext/nas/nassink.c and /ext/nas/nassink.h:
20747         More NAS love from Arwed von Merkatz
20748         So lets all sing 'Can you feel the NAS tonight'
20749
20750 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20751
20752         * tools/gst-launch-ext.in:
20753         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
20754
20755 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20756
20757         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20758         (gst_mpeg2dec_init):
20759         remove the user_data pad for now, because it is being used in
20760         fixating causing MPEG playback to fixate on 1000 Hz for playback.
20761         If someone knows how to fix this properly, please do.
20762
20763 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20764
20765         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20766         (gst_osssink_get_time):
20767         add a warning, IMO this won't get triggered anymore, remove later
20768
20769 2004-03-07  David Schleef  <ds@schleef.org>
20770
20771         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
20772         format (bug #136470)
20773
20774 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20775
20776         * gst-libs/Makefile.am:
20777         * gst-libs/gst/media-info/Makefile.am:
20778         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
20779         (error_callback), (gst_media_info_error_create),
20780         (gst_media_info_error_element), (gmip_init), (gmip_reset),
20781         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
20782         * gst-libs/gst/media-info/media-info-priv.h:
20783         * gst-libs/gst/media-info/media-info-test.c: (main):
20784         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20785         (gst_media_info_class_init), (gst_media_info_instance_init),
20786         (gst_media_info_set_source), (gst_media_info_read_with_idler),
20787         (gst_media_info_read_idler), (gst_media_info_read):
20788         * gst-libs/gst/media-info/media-info.h:
20789         fixed, should work now
20790
20791 2004-03-07  Christian Schaller <Uraeus@gnome.org>
20792
20793         * ext/nas/nassink.c:
20794         A bunch of NAS fixes from Arwed von Merkatz
20795
20796 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20797
20798         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20799         (qtdemux_parse_trak):
20800           Fix crash (j might be greater than n_samples, in which case we're
20801           writing outside the allocated space for the array) and memleak.
20802
20803 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20804
20805         * sys/oss/gstosssink.c: (gst_osssink_chain):
20806           And another caller that couldn't handle delay < 0 (unsigned
20807           integer overflow). Video now continues playing on an audio
20808           buffer underrun, and the clock continues working. Audio still
20809           stalls.
20810
20811 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20812
20813         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20814         (gst_osssink_get_time):
20815           get_delay() may return values lower than 0. In those cases, we
20816           should not actually cast to *unsigned* int64, that will break
20817           stuff horribly. In my case, it screwed up A/V sync in movies
20818           in totem rather badly.
20819
20820 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20821
20822         * ext/faac/gstfaac.c: (gst_faac_chain):
20823         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20824         * ext/libpng/gstpngenc.c: (user_write_data):
20825         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20826         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20827         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20828         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20829         Fix several misuse of gst_buffer_merge (it doesn't take ownership
20830         of any buffer), should fix some leaks. I hope I didn't unref buffers
20831         that shouldn't be...
20832
20833 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20834
20835         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20836         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
20837         (error_callback), (gmi_reset), (gmi_seek_to_track),
20838         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
20839         (gmip_find_type_post), (gmip_find_stream_post),
20840         (gmip_find_track_streaminfo_post):
20841         * gst-libs/gst/media-info/media-info-priv.h:
20842         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
20843         (info_print), (main):
20844         * gst-libs/gst/media-info/media-info.c:
20845         (gst_media_info_error_create), (gst_media_info_error_element),
20846         (gst_media_info_instance_init), (gst_media_info_get_property),
20847         (gst_media_info_new), (gst_media_info_set_source),
20848         (gst_media_info_read_idler), (gst_media_info_read):
20849         * gst-libs/gst/media-info/media-info.h:
20850           first pass at making this work again.  This seems to work on
20851           tagged ogg/vorbis and mp3 files.
20852
20853 2004-03-06  Benjamin Otte  <otte@gnome.org>
20854
20855         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20856           fix huge leak: gst_buffer_merge doesn't unref the first argument
20857           itself.
20858
20859 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20860
20861         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
20862           report layer/mode/emphasis
20863
20864 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20865
20866         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
20867
20868 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20869
20870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20871           signal serial
20872
20873 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20874
20875         * ext/vorbis/vorbis.c: (plugin_init):
20876         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20877         (gst_vorbis_dec_init), (vorbis_dec_event):
20878         add debug category
20879         make vorbisdec handle _BYTE and _TIME queries
20880
20881 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20882
20883         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
20884           from the xing header
20885
20886 2004-03-06  Benjamin Otte  <otte@gnome.org>
20887
20888         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
20889         (gst_audio_convert_link), (gst_audio_convert_change_state),
20890         (gst_audio_convert_buffer_from_default_format):
20891           do conversions from/to float correctly, fix some caps nego errors,
20892           export correct supported caps in template and getcaps, use correct
20893           caps in try_set_caps functions
20894
20895 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20896
20897         For some reason, I only committed a ChangeLog entry yesterday and
20898         not the corresponding code...
20899         * ext/mad/gstmad.c: Fix detection of Xing headers
20900         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20901
20902 2004-03-06  Benjamin Otte  <otte@gnome.org>
20903
20904         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
20905         (gst_ogg_demux_src_query):
20906           make sure to handle the case where there's no current chain
20907           gracefully.
20908
20909 2004-03-05  David Schleef  <ds@schleef.org>
20910
20911         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
20912         Add fixate function. (bug #131128)
20913         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
20914         (gst_sdlvideosink_fixate):  Add fixate function.
20915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20916         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
20917         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
20918         Fix missing break that was causing ulaw to be interpreted as
20919         raw int.
20920
20921 2004-03-05  David Schleef  <ds@schleef.org>
20922
20923         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20924         Fix code that ignores return value of gst_buffer_merge().
20925         (bug #114560)
20926         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
20927         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
20928         * testsuite/gst-lint:  Check for above.
20929
20930 2004-03-05  David Schleef  <ds@schleef.org>
20931
20932         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
20933         caps and throw an element error.  (bug #136334)
20934
20935 2004-03-05  David Schleef  <ds@schleef.org>
20936
20937         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
20938         (gst_faad_chain): Fix negotiation.
20939         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
20940         key and button events.
20941         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
20942         dung heap of code.
20943         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
20944         depends on gconf
20945         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
20946         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20947         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
20948         function to encourage better negotiation, particularly between
20949         audioconvert and osssink.
20950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20951         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
20952         more important.
20953         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
20954         typefinding.
20955         * gst/vbidec/vbiscreen.c:  Add glib header
20956         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
20957
20958 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
20959
20960         * ext/mad/gstmad.c: Fix detection of Xing headers
20961         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20962
20963 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20964
20965         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20966         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
20967           debug updates
20968
20969 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20970
20971         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20972         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
20973         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
20974         files, and report the parsed length as a GST_TAG_DURATION tag.
20975         * gst/tags/gstid3tag.c: support TLEN (duration) tag
20976
20977 2004-03-05  Benjamin Otte  <otte@gnome.org>
20978
20979         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
20980           convert channels correctly. convert correctly to unsigned.
20981
20982 2004-03-05  Julien MOUTTE <julien@moutte.net>
20983
20984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
20985         we have a window before clearing it.
20986
20987 2004-03-05  Julien MOUTTE <julien@moutte.net>
20988
20989         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
20990         have a window before clearing it.
20991
20992 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20993
20994         * gconf/gstreamer.schemas.in:
20995         * gst-libs/gst/gconf/Makefile.am:
20996           version installation path the same way as for 0.6
20997         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20998         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20999         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21000           remove comment that was fixed
21001
21002 2004-03-05  David Schleef  <ds@schleef.org>
21003
21004         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21005         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21006         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21007         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21008         Add prototype code for handling seeking and querying.
21009
21010 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21011
21012         * examples/gstplay/player.c: (main):
21013           Initialize variables to NULL. Prevents a segfault because the
21014           (uninitialized) variable is not NULL, resulting in a crash on
21015           trying to reach error->message.
21016
21017 2004-03-05  Benjamin Otte  <otte@gnome.org>
21018
21019         * gst/audioconvert/gstaudioconvert.c:
21020         (gst_audio_convert_buffer_to_default_format):
21021         make float=>int conversion work correctly even in cornercases.
21022
21023 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21024
21025         * debian/README.Debian:
21026         * debian/build-deps:
21027         * debian/changelog:
21028         * debian/control:
21029         * debian/control.in:
21030         * debian/copyright:
21031         * debian/gstreamer-a52dec.files:
21032         * debian/gstreamer-aa.files:
21033         * debian/gstreamer-alsa.files:
21034         * debian/gstreamer-alsa.manpages:
21035         * debian/gstreamer-arts.files:
21036         * debian/gstreamer-artsd.files:
21037         * debian/gstreamer-audiofile.files:
21038         * debian/gstreamer-avifile.files:
21039         * debian/gstreamer-cdparanoia.files:
21040         * debian/gstreamer-colorspace.files:
21041         * debian/gstreamer-doc.files:
21042         * debian/gstreamer-dv.files:
21043         * debian/gstreamer-dvd.files:
21044         * debian/gstreamer-esd.files:
21045         * debian/gstreamer-festival.files:
21046         * debian/gstreamer-flac.files:
21047         * debian/gstreamer-gconf.conffiles:
21048         * debian/gstreamer-gconf.files:
21049         * debian/gstreamer-gconf.postinst:
21050         * debian/gstreamer-gnomevfs.files:
21051         * debian/gstreamer-gsm.files:
21052         * debian/gstreamer-http.files:
21053         * debian/gstreamer-jack.files:
21054         * debian/gstreamer-jpeg.files:
21055         * debian/gstreamer-mad.files:
21056         * debian/gstreamer-mikmod.files:
21057         * debian/gstreamer-misc.files:
21058         * debian/gstreamer-mpeg2dec.files:
21059         * debian/gstreamer-oss.files:
21060         * debian/gstreamer-plugin-apps.files:
21061         * debian/gstreamer-plugin-apps.manpages:
21062         * debian/gstreamer-plugin-libs-dev.files:
21063         * debian/gstreamer-plugin-libs.files:
21064         * debian/gstreamer-plugin-template.postinst:
21065         * debian/gstreamer-plugin-template.postrm:
21066         * debian/gstreamer-sdl.files:
21067         * debian/gstreamer-sid.files:
21068         * debian/gstreamer-vorbis.files:
21069         * debian/gstreamer-x.files:
21070         * debian/mk.control:
21071         * debian/rules:
21072         Debian package info not maintained here.
21073
21074 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21075
21076         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21077         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21078         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21079         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21080         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21081         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21082         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21083         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21084         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21085         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21086         * gst-libs/gst/colorbalance/colorbalance.c:
21087         (gst_color_balance_class_init):
21088         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21089         (gst_color_balance_channel_class_init):
21090         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21091         * gst-libs/gst/play/play.c: (gst_play_class_init):
21092         * gst-libs/gst/propertyprobe/propertyprobe.c:
21093         (gst_property_probe_iface_init):
21094         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21095         * gst-libs/gst/tuner/tunerchannel.c:
21096         (gst_tuner_channel_class_init):
21097         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21098         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21099         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21100         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21101         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21102         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21103         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21105         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21106           fix signals to use - instead of _
21107         * ext/libcaca/gstcacasink.h:
21108         * ext/sdl/sdlvideosink.h:
21109           fix header rename
21110
21111 2004-03-04  David Schleef  <ds@schleef.org>
21112
21113         * testsuite/gst-lint:  Add a check for bad signal names.
21114
21115 2004-03-04  <kost@imn.htwk-leipzig.de>
21116
21117         reviewed by David Schleef
21118
21119         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21120         modified the alpha channel and caused a warning. (bug #136192)
21121
21122 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21123
21124         * gst-plugins.spec.in:
21125         Change names of plugins to actually be correct. Try to keep things
21126         alphabetical to avoid getting beat up by Thomas
21127
21128 2004-03-03  Julien MOUTTE <julien@moutte.net>
21129
21130         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21131         Using ximagesink as a default if no gconf key found. We should
21132         probably consider using alsasink instead of osssink for the audio
21133         part.
21134
21135 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21136
21137         * configure.ac:
21138           fix --with-plugins, don't think it ever worked before
21139         * gst-plugins.spec.in:
21140           even more updates
21141
21142 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21143
21144         * ext/sdl/sdlvideosink.h:
21145         * sys/ximage/ximagesink.h:
21146         * sys/xvideo/xvideosink.h:
21147         * sys/xvimage/xvimagesink.h:
21148           Fix for move of gstvideosink.h -> videosink.h.
21149
21150 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21151
21152         * gst-libs/gst/xwindowlistener/Makefile.am:
21153           this is a plugin library, not a library
21154
21155 2004-03-01  David Schleef  <ds@schleef.org>
21156
21157         * AUTHORS:  Added some names.  Add yourself if you're still
21158         missing.
21159
21160 2004-03-01  David Schleef  <ds@schleef.org>
21161
21162         * MAINTAINERS: Add
21163
21164 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21165
21166         * gst-plugins.spec.in: clean up spec file
21167
21168 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21169
21170         * gst-libs/gst/video/Makefile.am:
21171         * gst-libs/gst/video/gstvideosink.c:
21172         * gst-libs/gst/video/gstvideosink.h:
21173           rename gstvideosink.h to videosink.h to match other headers
21174         * gst/mixmatrix/Makefile.am:
21175           fix plugin filename
21176         * gst/tags/Makefile.am: fix plugin filename
21177
21178 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21179
21180         * gst/tags/Makefile.am: fix plugin filename
21181
21182 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21183
21184         * examples/gstplay/player.c: (got_time_tick), (main):
21185           add error handler
21186           display time_tick more readably
21187         * gst/mixmatrix/Makefile.am:
21188           fix plugin file name
21189
21190 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21191
21192         * sys/oss/gstosselement.c: (gst_osselement_probe),
21193         (device_combination_append), (gst_osselement_class_probe_devices):
21194         * sys/oss/gstosselement.h:
21195           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21196           on my system using alsa oss emulation, fixes bug #135597
21197
21198 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21199
21200         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21201         (gst_videodrop_chain), (gst_videodrop_change_state):
21202         * gst/videodrop/gstvideodrop.h:
21203           Work based on timestamp of input data, not based on the expected
21204           framerate from the input. The consequence is that this element now
21205           not only scales framerates, but also functions as a framerate
21206           corrector or framerate stabilizer/constantizer.
21207
21208 2004-02-27  David Schleef  <ds@schleef.org>
21209
21210         patches from jmmv@menta.net (Julio M. Merino Vidal)
21211
21212         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21213         GST_ELEMENT_ERROR call (bug #135634)
21214         * gst/interleave/interleave.c: (interleave_buffered_loop),
21215         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21216         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21217         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21218         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21219         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21220         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21221         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21222         Fix GST_ELEMENT_ERROR call.
21223         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21224         GST_ELEMENT_ERROR call.
21225
21226 2004-02-27  Benjamin Otte  <otte@gnome.org>
21227
21228         * gst-libs/gst/audio/audio.h:
21229           add macro to make sure header isn't included twice
21230         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21231           don't use gst_buffer_free
21232         * gst/playondemand/filter.func:
21233           don't use gst_data_free. Free data only once.
21234
21235 2004-02-26  David Schleef  <ds@schleef.org>
21236
21237         * gst-libs/gst/colorbalance/Makefile.am:
21238         * gst-libs/gst/mixer/Makefile.am:
21239         * gst-libs/gst/tuner/Makefile.am:
21240         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21241         should not be disted, -marshal.h files should not be installed,
21242         and -enum.h files _should_ be installed.  Fix to make this the
21243         case.
21244
21245 === release 0.7.5 ===
21246
21247 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21248
21249         * configure.ac: release 0.7.5, "Under The Sea"
21250
21251 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21252
21253         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21254         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21255         * gst/videoscale/gstvideoscale.c:
21256         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21257           assorted debug/warning fixes
21258
21259 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21260
21261         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21262         (gst_videoscale_init), (gst_videoscale_chain),
21263         (gst_videoscale_set_property), (plugin_init):
21264         * gst/videoscale/gstvideoscale.h:
21265         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21266         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21267         (gst_videoscale_planar400), (gst_videoscale_packed422),
21268         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21269         (gst_videoscale_24bit), (gst_videoscale_16bit),
21270         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21271         (gst_videoscale_scale_plane_slow),
21272         (gst_videoscale_scale_point_sample),
21273         (gst_videoscale_scale_nearest),
21274         (gst_videoscale_scale_nearest_str2),
21275         (gst_videoscale_scale_nearest_str4),
21276         (gst_videoscale_scale_nearest_32bit),
21277         (gst_videoscale_scale_nearest_24bit),
21278         (gst_videoscale_scale_nearest_16bit):
21279         add debugging category and use it properly
21280         fix use of GST_PTR_FORMAT
21281
21282 2004-02-25  Andy Wingo  <wingo@pobox.com>
21283
21284         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21285         push only when channel->buffer is NULL. Prevents segfaults doing
21286         the state change after a nonlocal exit, like a scheme exception.
21287
21288         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21289         Handle the case where the intersected caps is empty.
21290
21291 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21292
21293         * gst/law/mulaw-decode.c: (mulawdec_link):
21294         * gst/law/mulaw.c: (plugin_init):
21295           fix mulawdec so it actually works again
21296
21297 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21298
21299         reviewed by: David Schleef  <ds@schleef.org>
21300
21301         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21302         (gst_gamma_init), (gst_gamma_set_property),
21303         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21304         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21305         for RGB, with separate r g and b correction factors. (#131167)
21306
21307 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21308
21309         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21310           only signal tags for bitrate if they're > 0 (#134894)
21311
21312 2004-02-24  David Schleef  <ds@schleef.org>
21313
21314         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21315         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21316         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21317         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21318         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21319         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21320         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21321         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21322         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21323         category.  Attempt to fix timestamp calculation.
21324
21325 2004-02-24  Johan Dahlin  <johan@gnome.org>
21326
21327         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21328
21329 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21330
21331         * configure.ac:
21332         * gconf/Makefile.am:
21333         * gconf/gstreamer.schemas:
21334         * gst-libs/gst/gconf/Makefile.am:
21335         * gst-libs/gst/gconf/gconf.c:
21336           version gconf schemas and install locations
21337
21338 2004-02-23  Benjamin Otte  <otte@gnome.org>
21339
21340         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21341         (gst_xine_input_subclass_init):
21342           call parent dispose.
21343           change pad template for CD reader correctly
21344         * ext/xine/Makefile.am:
21345         * ext/xine/gstxine.h:
21346         * ext/xine/xine.c: (plugin_init):
21347         * ext/xine/xineaudiosink.c:
21348           wrap audio sinks, too
21349         * gst-libs/gst/resample/private.h:
21350         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21351         (gst_resample_reinit), (gst_resample_scale),
21352         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21353         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21354         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21355         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21356         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21357         * gst-libs/gst/resample/resample.h:
21358         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21359         (gst_audioscale_class_init), (gst_audioscale_link),
21360         (gst_audioscale_get_buffer), (gst_audioscale_init),
21361         (gst_audioscale_chain), (gst_audioscale_set_property),
21362         (gst_audioscale_get_property):
21363         * gst/audioscale/gstaudioscale.h:
21364           s/resample_*/gst_resample_*/i to not clobber namespaces
21365
21366 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21367
21368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21369         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21370         (gst_riff_create_video_template_caps),
21371         (gst_riff_create_audio_template_caps),
21372         (gst_riff_create_iavs_template_caps):
21373         * gst-libs/gst/riff/riff-media.h:
21374         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21375         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21376         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21377         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21378         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21379         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21380         (gst_matroska_demux_plugin_init): First batch implementing audio and
21381         video codec tags in demuxers.
21382
21383 2004-02-22  Benjamin Otte  <otte@gnome.org>
21384
21385         * ext/xine/Makefile.am:
21386         * ext/xine/gstxine.h:
21387         * ext/xine/xine.c: (plugin_init):
21388         * ext/xine/xineinput.c:
21389           add input plugin wrapper. Playback from files, http, mms and cdda
21390           works.
21391         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21392           remove leftover G_GNUC_UNUSED
21393         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21394         (gst_asf_demux_identify_guid):
21395           improve debugging output
21396
21397 2004-02-22  Benjamin Otte  <otte@gnome.org>
21398
21399         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21400
21401         * autogen.sh:
21402           replace test -e with test -x for mkinstalldirs to be more portable.
21403           (fixes #134816)
21404
21405 2004-02-22  Benjamin Otte  <otte@gnome.org>
21406
21407         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21408
21409         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21410           set rank to PRIMARY
21411         * gst/volume/gstvolume.c: (plugin_init):
21412           set rank to NONE
21413         fixes #134960
21414
21415 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21416
21417         reviewed by Benjamin Otte  <otte@gnome.org>
21418
21419         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21420           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21421
21422 2004-02-22  Benjamin Otte  <otte@gnome.org>
21423
21424         * configure.ac:
21425           export [_]*{gst,Gst,GST}.* symbols from plugins
21426
21427 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21428
21429         reviewed by: Benjamin Otte  <otte@gnome.org>
21430
21431         * ext/lame/gstlame.c: (add_one_tag):
21432         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21434         (gst_vorbisenc_metadata_set1):
21435         * gst/tags/gstid3tag.c:
21436         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21437           apply fixes from bugs #135042 (lame can't write tags) and #133817
21438           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21439
21440 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21441
21442         * configure.ac: Export only gst_plugin_desc from plugins.
21443          Note that this change only makes any effect with Linux using libtool
21444          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21445          fine. And don't try to have several versions of libtool in different
21446          directories.
21447
21448 2004-02-20  Andy Wingo  <wingo@pobox.com>
21449
21450         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21451         interleave respectively.
21452
21453         * gst/interleave/deinterleave.c: New plugin: deinterleave
21454         (replaces on oneton).
21455         * gst/interleave/interleave.c: New plugin: interleave.
21456         * gst/interleave/plugin.h: Support file.
21457         * gst/interleave/plugin.c: Support file.
21458
21459         * configure.ac: Remove intfloat and oneton, add interleave.
21460
21461         * ext/sndfile/gstsf.c: Handle events better.
21462
21463         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21464         and float2int operation. int2float has scheduling problems as
21465         noted in in2float_chain.
21466
21467 2004-02-20  Benjamin Otte  <otte@gnome.org>
21468
21469         * ext/xine/Makefile.am:
21470         * ext/xine/gstxine.h:
21471         * ext/xine/xine.c:
21472         * ext/xine/xineaudiodec.c:
21473         * ext/xine/xinecaps.c:
21474           add first version of xine plugin wrapper. Currently only wraps the
21475           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21476         * configure.ac:
21477         * ext/Makefile.am:
21478           add xine plugin wrapper, disabled by default. Use --enable-xine to
21479           build. Note that it'll segfault on gst-register if you don't remove
21480           the goom and tvtime post plugins from xine.
21481         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21482         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21483           add extradata parsing for QDM2.
21484           change around debugging prints.
21485
21486 2004-02-19  Benjamin Otte  <otte@gnome.org>
21487
21488         * ext/lame/gstlame.c: (gst_lame_chain):
21489         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21490           use gst_tag_list_insert when you want to insert tags
21491
21492 2004-02-18  David Schleef  <ds@schleef.org>
21493
21494         * configure.ac:  Move massink to gst-rotten
21495         * ext/Makefile.am:
21496         * ext/mas/Makefile.am:
21497         * ext/mas/massink.c:
21498         * ext/mas/massink.h:
21499
21500 2004-02-18  David Schleef  <ds@schleef.org>
21501
21502         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21503         typefinding, since it seems to be worse than nothing.
21504         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21505         atom to recognize .mp4 and .m4a files as video/quicktime.
21506
21507 2004-02-18  David Schleef  <ds@schleef.org>
21508
21509         * gst/sine/demo-dparams.c: (quit_live),
21510         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21511         Use double dparams, not float.
21512         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21513         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21514         sync'd elements don't really work correctly.
21515         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21516         (volume_update_volume), (volume_get_property):  Change dparam
21517         to double.
21518
21519 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21520
21521         * sys/ximage/ximagesink.c:
21522         (gst_ximagesink_xwindow_update_geometry),
21523         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21524         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21525         (gst_ximagesink_init): Rework the way software video scaling works. So
21526         now we check on each chain call if the video frames are feeling the
21527         window. If not we try to renegotiate caps. On failure we memorize that
21528         and we won't try again for that PLAYING sessions.
21529         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21530         failure.
21531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21532         synchronous flag.
21533
21534 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21535
21536         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21537           break up _link so we can give a better debug message for errors
21538
21539 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21540
21541         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21542           set up debug category
21543
21544 2004-02-18  Julien MOUTTE <julien@moutte.net>
21545
21546         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21547         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21548         the way renegotiation work. The event handling function is not taking
21549         care of external windows and renegotiate method check for pad flags
21550         NEGOTIATING. Should fix : #133209
21551
21552 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21553
21554         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21555         pad is negotiating before trying renegotiation.
21556
21557 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21558
21559         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21560           pass on all possible mime types as typefind hints
21561
21562 2004-02-17  Julien MOUTTE <julien@moutte.net>
21563
21564         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21566         possible SHM leak if we crash. All other apps using XShm are doing
21567         that.
21568
21569 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21570
21571         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21572         (gst_ximagesink_expose): Renegotiate size on expose.
21573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21574         size on expose.
21575
21576 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21577
21578         * testsuite/alsa/sinesrc.c:
21579           cosmetic fix to fix compile issue with gcc 2.95.4
21580
21581 2004-02-16  Julien MOUTTE <julien@moutte.net>
21582
21583         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21584         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21585         failed opening the audio device.
21586         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21587         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21588         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21589         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21590         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21591         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21592         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21593         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21594         Removing some useless g_return_if_fail like wingo suggested.
21595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21596         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21597         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21598         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21599         (gst_xvimagesink_update_colorbalance),
21600         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21601         (gst_xvimagesink_xcontext_clear),
21602         (gst_xvimagesink_get_fourcc_from_caps),
21603         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21604         (gst_xvimagesink_set_xwindow_id),
21605         (gst_xvimagesink_colorbalance_list_channels),
21606         (gst_xvimagesink_colorbalance_set_value),
21607         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21608         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21609
21610 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21611
21612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21613           throw error when not negotiated instead of asserting
21614
21615 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21616
21617         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21618         correct data refcounting.
21619
21620 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21621
21622         * gst/switch/gstswitch.c: (gst_switch_change_state),
21623         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21624         change, mostly the EOS flag.
21625
21626 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21627
21628         * examples/gstplay/player.c: (got_eos), (main): Adding some
21629         output for debugging.
21630         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21631         timeouts if we go to any state different from PLAYING.
21632         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21633         more EOS bugs in riff lib.
21634
21635 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21636
21637         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21638         visualization until i find a way to fix switch correctly.
21639         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21640         EOS arrives.
21641         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21642         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21643         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21644         Reworked switch to get a more correct behaviour with events and refing
21645         of data stored in sinkpads.
21646         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21647         we don't pull from a pad in EOS.
21648
21649 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21650
21651         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21652           remove v1 tag even if we can't read it (makes sure we don't detect
21653           it again)
21654
21655 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21656
21657         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21658         (gst_alsa_xrun_recovery):
21659         * ext/alsa/gstalsa.h:
21660           try xrun recovery when wait failed. Make xrun recovery function
21661           return TRUE/FALSE to indicate success. (might fix #134354)
21662
21663 2004-02-13  David Schleef  <ds@schleef.org>
21664
21665         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21666         (dynparm_value_changed), (main): Convert from float to double.
21667         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21668
21669 2004-02-13  David Schleef  <ds@schleef.org>
21670
21671         * gst/silence/gstsilence.c: (gst_silence_class_init),
21672         (gst_silence_set_clock), (gst_silence_get),
21673         (gst_silence_set_property), (gst_silence_get_property):
21674         * gst/silence/gstsilence.h: Add sync property.
21675         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21676         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21677         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21678         * gst/sine/gstsinesrc.h: Add sync property.
21679
21680 2004-02-13  David Schleef  <ds@schleef.org>
21681
21682         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21683         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21684
21685 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21686
21687         * configure.ac:
21688         * ext/Makefile.am:
21689         * gst-libs/ext/Makefile.am:
21690           move ffmpeg plugin to gst-ffmpeg module
21691
21692 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21693
21694         * configure.ac: use GST_ARCH to detect architecture
21695
21696 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21697
21698         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21699
21700 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21701
21702         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21703           classify LADSPA plugins based on number of src/sink pads
21704           (#133663, Stefan Kost)
21705         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21706           fix dparams registration
21707           (#133528, Stefan Kost)
21708         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21709           fix use of isprint and use g_ascii_isprint instead
21710           (#133316, Stefan Kost)
21711
21712 2004-02-11  David Schleef  <ds@schleef.org>
21713
21714         Convert a few inner loops to use liboil.  This is currently
21715         optional, and is only enabled if liboil is present (duh!).
21716         * configure.ac: Check for liboil-0.1
21717         * gst/intfloat/Makefile.am:
21718         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21719         (gst_int2float_chain_gint16):
21720         * gst/videofilter/Makefile.am:
21721         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21722         (tablelookup_u8), (gst_videobalance_planar411):
21723         * gst/videotestsrc/Makefile.am:
21724         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21725         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21726         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21727         (paint_hline_RGB565), (paint_hline_xRGB1555):
21728
21729 2004-02-11  David Schleef  <ds@schleef.org>
21730
21731         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21732         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21733         (gst_colorspace_getcaps), (gst_colorspace_link),
21734         (gst_colorspace_base_init), (gst_colorspace_init),
21735         (gst_colorspace_chain), (gst_colorspace_change_state),
21736         (plugin_init): Merge Ronald's patch (bug #117897) and update
21737         for new caps and negotiation.  Seems to work, although it
21738         shows off bugs in lcs.
21739
21740 2004-02-11  David Schleef  <ds@schleef.org>
21741
21742         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
21743         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
21744
21745 2004-02-11  David Schleef  <ds@schleef.org>
21746
21747         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
21748         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
21749         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
21750         Add server and port properties
21751
21752 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21753
21754         * m4/a52.m4:
21755         * m4/aalib.m4:
21756         * m4/as-ffmpeg.m4:
21757         * m4/as-liblame.m4:
21758         * m4/as-slurp-ffmpeg.m4:
21759         * m4/check-libheader.m4:
21760         * m4/esd.m4:
21761         * m4/freetype2.m4:
21762         * m4/gconf-2.m4:
21763         * m4/glib.m4:
21764         * m4/gst-alsa.m4:
21765         * m4/gst-artsc.m4:
21766         * m4/gst-ivorbis.m4:
21767         * m4/gst-matroska.m4:
21768         * m4/gst-sdl.m4:
21769         * m4/gst-shout2.m4:
21770         * m4/gst-sid.m4:
21771         * m4/gtk.m4:
21772         * m4/libdv.m4:
21773         * m4/libfame.m4:
21774         * m4/libmikmod.m4:
21775         * m4/ogg.m4:
21776         * m4/vorbis.m4:
21777           fix underquotedness of macros (#133800)
21778         * m4/as-avifile.m4:
21779         * m4/xmms.m4:
21780           removed because no longer used
21781
21782 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21783
21784         * configure.ac:
21785           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
21786           by autopoint (fixes #132996)
21787
21788 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21789
21790         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
21791         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
21792         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
21793         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
21794           fix memleaks
21795
21796 2004-02-11  David Schleef  <ds@schleef.org>
21797
21798         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21799         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
21800         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
21801         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
21802         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
21803         (gst_jpegenc_class_init), (gst_jpegenc_init),
21804         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
21805         (gst_jpegenc_chain), (gst_jpegenc_set_property),
21806         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
21807         * ext/jpeg/gstjpegenc.h: Fix negotiation.
21808
21809 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21810
21811         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21812         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
21813         * ext/mikmod/gstmikmod.h:
21814           fix caps negotiation in mikmod
21815         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
21816           output debug information
21817
21818 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21819
21820         * gst-libs/gst/colorbalance/Makefile.am:
21821         * gst-libs/gst/navigation/Makefile.am:
21822         * gst-libs/gst/xoverlay/Makefile.am:
21823           remove unused GST_OPT_CFLAGS from Makefiles
21824           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
21825
21826 2004-02-07  David Schleef  <ds@schleef.org>
21827
21828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
21829         push events to pads that haven't been created (#133508)
21830
21831 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
21832
21833         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21834         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
21835         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
21836         (gst_dvdec_loop), (gst_dvdec_change_state):
21837         Second attempt at committing a working dvdec element.
21838
21839 2004-02-06  David Schleef  <ds@schleef.org>
21840
21841         Build fixes for OS X: (see #129600)
21842         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
21843         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
21844         (gst_riff_read_strf_iavs):
21845         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21846         (gst_avi_demux_stream_odml):
21847         * gst/playondemand/Makefile.am:
21848         * gst/rtp/rtp-packet.c:
21849
21850 2004-02-05  David Schleef  <ds@schleef.org>
21851
21852         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
21853         last change, because it Just Doesn't Compile.
21854
21855 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21856
21857         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21858           skip undecodable id3v2 tag instead of keeping it
21859
21860 2004-02-05  David Schleef  <ds@schleef.org>
21861
21862         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21863         Unref leaked buffer.  (Noticed by Ronald)
21864
21865 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
21866
21867         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21868         Sync requires with other checks.  >= vs =.
21869
21870 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
21871
21872         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
21873         (gst_dvdec_video_link), (gst_dvdec_loop):
21874         * ext/dv/gstdvdec.h:
21875           rework the caps negotiation so that dvdec works again instead
21876           of just segfaulting.
21877
21878 === release 0.7.4 ===
21879
21880 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21881
21882         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
21883         * configure.ac: changed for release
21884
21885 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21886
21887         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
21888         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21889         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21890         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21891           reworked patch by David Lehn to fix libdir and includedir for
21892           uninstalled libraries
21893           removed play and gconf from gstreamer-libs since they have their
21894           own pkgconfig files
21895
21896 2004-02-04  David Schleef  <ds@schleef.org>
21897
21898         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
21899         memleak.
21900
21901 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21902
21903         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21904           use correct GST_TAG_ENCODER tag
21905
21906 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21907
21908         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21909           be sure to stop the clock when going to paused
21910         * sys/oss/gstosssink.c: (gst_osssink_change_state):
21911           reset number of transmitted when going to ready.
21912         fixes #132935
21913
21914 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
21915
21916         reviewed by Benjamin Otte
21917
21918         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21919           extract track count (fixes #133410)
21920
21921 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21922
21923         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
21924           that should be !=, not == (fixes #132519)
21925
21926 2004-02-04  David Schleef  <ds@schleef.org>
21927
21928         Make sure set_explicit_caps() is called before adding pad.
21929         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21930         * gst/id3/gstid3types.c: (gst_id3types_loop):
21931         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21932         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21933
21934 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21935
21936         * configure.ac:
21937           bump nano to 2, first prerelease
21938           put back AM_PROG_LIBTOOL
21939
21940 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21941
21942         * testsuite/alsa/Makefile.am:
21943           these are user test apps, not automatic testsuite tests
21944
21945 2004-02-04  David Schleef  <ds@schleef.org>
21946
21947         Convert GST_DEBUG_CAPS() to GST_DEBUG():
21948         * gst/mpeg1videoparse/gstmp1videoparse.c:
21949         (mp1videoparse_parse_seq):
21950         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21951         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21952         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
21953         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21954         (gst_xvideosink_getcaps):
21955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21956         * testsuite/gst-lint: more tests
21957
21958 2004-02-04  David Schleef  <ds@schleef.org>
21959
21960         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
21961         with the code that they would expand to.
21962         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
21963         (gst_flacdec_get_src_query_types),
21964         (gst_flacdec_get_src_event_masks):
21965         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
21966         (gst_gnomevfssrc_get_query_types),
21967         (gst_gnomevfssrc_get_event_mask):
21968
21969 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21970
21971         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21972         (gst_sinesrc_dispose):
21973           fix memleak by properly disposing sinesrc
21974
21975 2004-02-04  Julien MOUTTE  <julien@moutte.net>
21976
21977         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
21978         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
21979         an overlay to redraw the image because it has been exposed.
21980         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
21981         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
21982         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
21983         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
21984         interface
21985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
21986         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
21987         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
21988         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
21989         interface
21990
21991 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21992
21993         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21994           more memleak fixage
21995
21996 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21997
21998         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21999         * gst/typefind/gsttypefindfunctions.c:
22000           fix memleaks shown by gst-typefind
22001
22002 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22003
22004         * common/glib-gen.mak:
22005           add hack rule to touch .Plo files
22006         * gst-libs/gst/colorbalance/Makefile.am:
22007         * gst-libs/gst/mixer/Makefile.am:
22008         * gst-libs/gst/play/Makefile.am:
22009         * gst-libs/gst/tuner/Makefile.am:
22010           remove glib_root variable
22011
22012 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22013
22014         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22015           set explicit caps before adding the element, so the autopluggers can
22016           plug correctly.
22017         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22018         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22019         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22020         (dv_type_find):
22021           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22022           argument.
22023
22024 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22025
22026         * gst-libs/gst/colorbalance/Makefile.am:
22027         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22028         * gst-libs/gst/colorbalance/colorbalance.c:
22029         * gst-libs/gst/colorbalance/colorbalance.h:
22030         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22031         * gst-libs/gst/mixer/Makefile.am:
22032         * gst-libs/gst/mixer/mixer-marshal.list:
22033         * gst-libs/gst/mixer/mixer.c:
22034         * gst-libs/gst/mixer/mixer.h:
22035         * gst-libs/gst/mixer/mixermarshal.list:
22036         * gst-libs/gst/play/Makefile.am:
22037         * gst-libs/gst/play/play.h:
22038         * gst-libs/gst/tuner/Makefile.am:
22039         * gst-libs/gst/tuner/tuner-marshal.list:
22040         * gst-libs/gst/tuner/tuner.c:
22041         * gst-libs/gst/tuner/tuner.h:
22042         * gst-libs/gst/tuner/tunermarshal.list:
22043           use new glib-gen.mak snippet to clean up Makefile.am
22044           fix various bugs in Makefile.am's
22045
22046 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22047
22048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22049           handle chain parsing correctly in the multichain case
22050         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22051         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22052         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22053         (theora_dec_chain):
22054           handle events and queries correctly
22055
22056 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22057
22058         * .cvsignore:
22059         Ignore generated file _stdint.h.
22060
22061 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22062
22063         * gst-libs/gst/colorbalance/Makefile.am:
22064         * gst-libs/gst/colorbalance/colorbalance.h:
22065         * gst-libs/gst/mixer/Makefile.am:
22066         * gst-libs/gst/mixer/mixer.h:
22067         * gst-libs/gst/play/Makefile.am:
22068         * gst-libs/gst/play/play.h:
22069         * gst-libs/gst/tuner/Makefile.am:
22070         * gst-libs/gst/tuner/tuner.h:
22071         Generate enum type code with glib-mkenums.
22072         * gst-libs/gst/colorbalance/.cvsignore:
22073         * gst-libs/gst/mixer/.cvsignore:
22074         * gst-libs/gst/play/.cvsignore:
22075         * gst-libs/gst/tuner/.cvsignore:
22076         Ignore generated files.
22077
22078 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22079
22080         * gst-libs/gst/audio/.cvsignore:
22081         Ignore generated file.
22082         * gst-libs/gst/audio/Makefile.am:
22083         Do not install example filter.
22084
22085 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22086
22087         * examples/switch/.cvsignore:
22088         Ignore generated file.
22089
22090 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22091
22092         * common/m4/ax_create_stdint_h.m4:
22093         * configure.ac:
22094           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22095           _stdint.h.
22096         * Makefile.am:
22097           remove generated _stdint.h in DISTCLEANFILES
22098         * ext/a52dec/gsta52dec.c:
22099           include _stdint.h for a52dec. (should fix #133064)
22100
22101 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22102
22103         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22104         (gst_tag_to_vorbis_comments):
22105         Add replaygain support to vorbistag
22106
22107 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22108         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22109         (gst_ffmpeg_caps_to_extradata):
22110           Fix SVQ3 caps flag properties
22111           Use glib macro for bytes swap
22112
22113 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22114
22115         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22116         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22117         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22118         * ext/sndfile/gstsf.c: (plugin_init):
22119         * gst/avi/gstavi.c: (plugin_init):
22120         * sys/dxr3/dxr3init.c: (plugin_init):
22121         * sys/oss/gstossaudio.c: (plugin_init):
22122         * sys/v4l/gstv4l.c: (plugin_init):
22123         * sys/v4l2/gstv4l2.c: (plugin_init):
22124           remove textdomain calls
22125         * po/nl.po:
22126           update Dutch translation
22127
22128 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22129
22130         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22131         (gst_play_set_audio_sink): Moving volume in the audio thread for
22132         instantaneous volume change. Maybe i will add another volume in front
22133         of visualization later, not sure yet though.
22134
22135 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22136
22137         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22138         (gst_ximagesink_handle_xevents): Better X events handling, only take
22139         the latest events for configure and motion.
22140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22141
22142 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22143
22144         reviewed by: David Schleef  <ds@schleef.org>
22145
22146         Fix memory leaks:
22147         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22148         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22149
22150 2004-02-02  David Schleef  <ds@schleef.org>
22151
22152         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22153         of lines.
22154         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22155         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22156         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22157         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22158         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22159         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22160         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22161         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22162         (gst_float2_2_int_link):
22163         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22164         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22165         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22166         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22167         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22168         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22169         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22170         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22171         * testsuite/gst-lint: Add tests for bzero and ;;
22172
22173 2004-02-02  David Schleef  <ds@schleef.org>
22174
22175         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22176
22177 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22178
22179         * ext/aalib/gstaasink.c: (gst_aasink_open):
22180         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22181         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22182         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22183         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22184         (gst_afsink_close_file):
22185         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22186         (gst_afsrc_close_file):
22187         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22188         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22189         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22190         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22191         * ext/esd/esdmon.c: (gst_esdmon_get):
22192         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22193         * ext/faac/gstfaac.c: (gst_faac_chain):
22194         * ext/faad/gstfaad.c: (gst_faad_chain):
22195         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22196         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22197         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22198         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22199         (gst_flacdec_loop):
22200         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22201         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22202         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22203         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22204         (gst_gnomevfssink_close_file):
22205         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22206         (gst_gnomevfssrc_open_file):
22207         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22208         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22209         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22210         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22211         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22212         * ext/mad/gstmad.c: (gst_mad_chain):
22213         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22214         * ext/mpeg2dec/gstmpeg2dec.c:
22215         * ext/mpeg2enc/gstmpeg2enc.cc:
22216         * ext/mplex/gstmplex.cc:
22217         * ext/mplex/gstmplexibitstream.cc:
22218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22219         (gst_ogg_demux_push):
22220         * ext/raw1394/gstdv1394src.c:
22221         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22222         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22223         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22224         (gst_sf_loop):
22225         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22226         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22227         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22228         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22229         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22230         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22231         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22232         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22233         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22234         (gst_riff_read_element_data), (gst_riff_read_seek),
22235         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22236         * gst/adder/gstadder.c: (gst_adder_loop):
22237         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22238         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22239         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22240         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22241         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22242         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22243         * gst/goom/gstgoom.c: (gst_goom_chain):
22244         * gst/id3/gstid3types.c: (gst_id3types_loop):
22245         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22246         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22247         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22248         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22249         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22250         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22251         (gst_ebml_read_float), (gst_ebml_read_header):
22252         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22253         (gst_matroska_demux_parse_blockgroup):
22254         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22255         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22256         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22257         * gst/silence/gstsilence.c: (gst_silence_get):
22258         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22259         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22260         * gst/speed/gstspeed.c: (speed_loop):
22261         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22262         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22263         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22264         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22265         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22266         (gst_wavparse_loop):
22267         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22268         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22269         (dxr3audiosink_close):
22270         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22271         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22272         (dxr3videosink_close), (dxr3videosink_write_data):
22273         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22274         * sys/oss/gstosssink.c: (gst_osssink_chain):
22275         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22276         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22277         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22279         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22280         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22281         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22282         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22283         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22284         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22285         (gst_v4l_set_audio):
22286         * sys/v4l/v4l_calls.h:
22287         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22288         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22289         (gst_v4lmjpegsink_playback_init),
22290         (gst_v4lmjpegsink_playback_start):
22291         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22292         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22293         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22294         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22295         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22296         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22297         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22298         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22299         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22300         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22301         (gst_v4l2_get_output), (gst_v4l2_set_output),
22302         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22303         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22304         (gst_v4l2_set_attribute):
22305         * sys/v4l2/v4l2_calls.h:
22306         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22307         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22308         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22309         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22310         (gst_v4l2src_capture_stop):
22311         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22312         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22313         (gst_ximagesink_chain):
22314         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22315         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22316         (gst_xvideosink_xwindow_new):
22317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22318         (gst_xvimagesink_chain):
22319
22320 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22321
22322         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22323         (gst_volume_get_volume), (volume_class_init), (volume_init),
22324         (volume_chain_int16), (volume_update_volume):
22325         * gst/volume/gstvolume.h:
22326           make code more readable by removing magic numbers
22327           make mixer interface export 0-100 range
22328           make it internally map to 0.0-1.0 range so users don't distort
22329           output by putting the sliders at full volume
22330
22331 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22332
22333         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22334         (gst_play_state_change), (gst_play_seek_to_time):
22335         block the tick callback for 0.5 secs after doing a seek
22336
22337 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22338
22339         * gst-libs/gst/play/play.c: (gst_play_new):
22340           check for GError
22341
22342 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22343
22344         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22345         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22346         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22347         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22349         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22350
22351 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22352
22353         * configure.ac:
22354         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22355           check for a function added in vorbis 1.1
22356
22357 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22358
22359         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22360         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22361           really start/stop clock only on PLAYING <=> PAUSED
22362         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22363           remove \n from debugging lines
22364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22365           make it work when seeking does not
22366         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22367           reset on DISCONT
22368
22369 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22370
22371         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22372           start clock on PAUSED=>PLAYING, not later
22373         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22374           extract correct time for different discont formats
22375         (gst_alsa_sink_get_time):
22376           don't segfault when no format is negotiated yet, just return 0
22377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22378         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22379         (gst_ogg_pad_push):
22380           handle flush and discont events correctly
22381         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22382           handle discont events correctly
22383
22384 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22385
22386         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22387         (gst_play_error_create), (gst_play_error_plugin),
22388         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22389         * gst-libs/gst/play/play.h:
22390           add error handling during creation
22391         * examples/gstplay/player.c: (main):
22392           use new gst_play_new
22393
22394
22395 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22396
22397         * ext/theora/theoradec.c: (theora_dec_chain):
22398           make comments work
22399         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22400         (vorbis_dec_src_event), (vorbis_dec_chain):
22401           add encoder tag, fix tag reading to be more error tolerant, change
22402           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22403           gst_pad_event_default.
22404         * gst/tags/gstvorbistag.c:
22405         (gst_tag_list_from_vorbiscomment_buffer):
22406           undefine function specific define at end of function
22407
22408 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22409
22410         * ext/flac/gstflac.c: (plugin_init):
22411         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22412         * ext/flac/gstflacdec.h:
22413         * ext/flac/gstflacenc.h:
22414           Fix typos
22415
22416 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22417
22418         * examples/gstplay/player.c: s/gstplay.h/play.h/
22419
22420 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22421
22422         * gst-libs/gst/play/Makefile.am:
22423         * gst-libs/gst/play/gstplay.c:
22424         * gst-libs/gst/play/gstplay.h:
22425         * gst-libs/gst/play/play.c:
22426           more surgery, operation complete
22427
22428 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22429
22430         * gst-libs/gst/play/play.old.c:
22431         * gst-libs/gst/play/play.old.h:
22432           after CVS surgery by moving, remove
22433         * gst-libs/gst/play/playpipelines.c:
22434           remove
22435
22436         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22437           add negotiation error
22438
22439 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22440
22441         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22442         (gst_ogg_demux_push):
22443           add some seeking debug info
22444           send a flush when seeking
22445
22446 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22447
22448         * configure.ac:
22449           use AC_C_INLINE
22450         * configure.ac:
22451         * ext/Makefile.am:
22452         * ext/theora/Makefile.am:
22453         * ext/theora/theoradec.c:
22454           add theora video decoder. Does just do simple decoding for now and
22455           has been tested against Theora cvs only. It only works when theora
22456           is compiled with --enable-static.
22457         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22458           always reset packetno on DISCONT
22459
22460 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22461
22462         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22463           Fix audio.
22464
22465 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22466
22467         * gst/mpegaudioparse/gstmpegaudioparse.c:
22468         (mp3_type_frame_length_from_header):
22469           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22470
22471 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22472
22473         * ext/esd/esdsink.c: (gst_esdsink_init):
22474           Since we have static pad template caps, we don't need to negotiate;
22475           either the core errors out or we know the format.
22476
22477 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22478
22479         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22480         (gst_riff_read_seek):
22481         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22482         (gst_ebml_read_seek):
22483           Fix event handling.
22484
22485 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22486
22487         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22488           removee video/x-theora from vp3 decoder, it doesn't handle raw
22489           theora streams
22490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22491           fix bug with finalizing element that never went to PAUSED
22492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22493           length and position queries were swapped
22494         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22495         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22496         (vorbis_dec_src_event):
22497           implement querying time and bytes
22498
22499 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22500
22501         * just about every source file:
22502           gst_element_error -> GST_ELEMENT_ERROR
22503
22504 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22505
22506         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22507         emiting FLUSH and even before DISCONT.
22508         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22509         get the best instant seeking as possible yay!
22510
22511 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22512
22513         * gst/mpeg1videoparse/gstmp1videoparse.c:
22514         (gst_mp1videoparse_real_chain):
22515           Committed wrong version last week... Grr... Didn't notice until now.
22516
22517 2004-01-29  Julien MOUTTE <julien@moutte.net>
22518
22519         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22521         have_xwindow_id signal in xwindow_create.
22522
22523 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22524
22525         * ext/ogg/gstoggdemux.c:
22526           lots of changes - mainly support for chained bitstreams, seeking,
22527           querying and bugfixes of course
22528         * ext/vorbis/Makefile.am:
22529         * ext/vorbis/vorbisdec.c:
22530         * ext/vorbis/vorbisdec.h:
22531           add vorbisdec raw vorbis decoder
22532         * ext/vorbis/vorbis.c: (plugin_init):
22533           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22534         * gst/intfloat/Makefile.am:
22535         * gst/intfloat/float22int.c:
22536         * gst/intfloat/float22int.h:
22537         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22538           add float2intnew plugin. It converts multichannel interleaved float to
22539           multichannel interleaved int. The name should probably be changed.
22540         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22541         (plugin_init):
22542           add typefinding for raw theora video so oggdemux can detect it.
22543
22544 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22545
22546         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22547         sink element first.
22548         * gst/videoscale/gstvideoscale.c:
22549         (gst_videoscale_handle_src_event): Fixing src event handler.
22550
22551 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22552
22553         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22554         (gst_v4lsrc_open), (gst_v4lsrc_close),
22555         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22556         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22557         * sys/v4l/gstv4lsrc.h:
22558         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22559         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22560           Implement resizing... Hack. But that's why v4l is b0rked...
22561
22562 2004-01-28  Julien MOUTTE <julien@moutte.net>
22563
22564         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22565         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22566         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22567         (gst_ximagesink_xwindow_destroy):
22568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22569         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22570         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22571         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22572         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22573         correctly cleaning the image created to check xshm calls on succes,
22574         added a lot of XSync calls in X11 functions, and fixed a segfault when
22575         no image format was defined before negotiation happened.
22576
22577 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22578
22579         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22580           use gst_element_get_time to get correct time
22581
22582 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22583
22584         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22585         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22586         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22588         (gst_xvimagesink_check_xshm_calls),
22589         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22590         X plugins are now able to detect that XShm calls will fail even if the
22591         server claims that it has XShm support (remote displays most of the
22592         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22593         so that we use non XShm functions. This feature is almost useless for
22594         xvimagesink as Xv is not supported on remote displays anyway, but
22595         it might happen than even on the local display XShm calls fail.
22596
22597 2004-01-27  David Schleef  <ds@schleef.org>
22598
22599         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22600         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22601         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22602         changed esdsink to only use 44100,16,2, since esd sucks at rate
22603         conversion and esdsink has had difficulty negotiating.
22604
22605 2004-01-27  Julien MOUTTE <julien@moutte.net>
22606
22607         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22608         (gst_play_seek_to_time): Fixing the way to get current position.
22609
22610 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22611
22612         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22613           use gst_element_get_time to get correct time
22614
22615 2004-01-27  Julien MOUTTE <julien@moutte.net>
22616
22617         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22618         fix ever... Inverting 2 lines of code make spider autoplug correctly
22619         tagged mp3 !
22620
22621 2004-01-27  David Schleef  <ds@schleef.org>
22622
22623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22624         Use gst_pad_try_set_caps_nonfixed().
22625
22626 2004-01-27  David Schleef  <ds@schleef.org>
22627
22628         * gst/ac3parse/gstac3parse.c: update to checklist 5
22629         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22630         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22631         * gst/audioscale/gstaudioscale.c: same
22632         * gst/auparse/gstauparse.c: same
22633         * gst/avi/gstavidemux.c: same
22634
22635 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22636
22637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22638           stop processing after EOS
22639
22640 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22641
22642         * gst/asfdemux/asfheaders.h:
22643         * gst/asfdemux/gstasfdemux.c:
22644         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22645         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22646         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22647           lot's of fixes to make data extraction simpler and get the code
22648           architecture and compiler independant. Add debugging category
22649         * gst/goom/gstgoom.c: (gst_goom_change_state):
22650           reset channel count on PAUSED=>READY, not READY=>PAUSED
22651
22652 2004-01-26  Colin Walters  <walters@verbum.org>
22653
22654         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22655         code to pull a bigger buffer in iradio mode.  This as a side effect
22656         makes typefinding work.
22657
22658 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22659
22660         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22661         Fix SVQ3 decoding on PPC
22662
22663 2004-01-26  Julien MOUTTE <julien@moutte.net>
22664
22665         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22666         that one managed to stay there... Fixed.
22667
22668 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22669
22670         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22671         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22672         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22673         (qtdemux_video_caps):
22674         * gst/qtdemux/qtdemux.h:
22675         Add SVQ3 specific flags to qtdemux and ffmpeg
22676
22677 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22678
22679         * gst-libs/gst/audio/audio.h:
22680           remove buffer-frames from audio caps
22681         * gst/audioconvert/gstaudioconvert.c:
22682           fix plugin to really work.
22683
22684 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22685
22686         * gst-libs/gst/mixer/mixer.c:
22687         * gst-libs/gst/propertyprobe/propertyprobe.c:
22688         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22689         (gst_tuner_find_channel_by_name):
22690         * gst-libs/gst/tuner/tuner.h:
22691           Add gtk-doc style comments. Also fix a function name.
22692
22693 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22694
22695         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22696         (gst_divxdec_negotiate):
22697           Fix for new capsnego - also fixes gst-player with divxdec.
22698
22699 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22700
22701         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22702         (gst_play_identity_handoff), (gst_play_set_location),
22703         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22704         try in visualization implementation. Still have an issue with switch
22705         blocking when pulling from video_queue and only audio comes out of
22706         spider.
22707         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22708         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22709         release method. And check if the pad is usable before pulling.
22710
22711 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22712
22713         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22714         (gst_videobalance_init),
22715         (gst_videobalance_colorbalance_list_channels),
22716         (gst_videobalance_colorbalance_set_value),
22717         (gst_videobalance_colorbalance_get_value),
22718         (gst_videobalance_update_properties),
22719         (gst_videobalance_update_tables_planar411),
22720         (gst_videobalance_planar411):
22721         * gst/videofilter/gstvideobalance.h:
22722           Implement lookup-tables. +/- 10x faster.
22723
22724 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22725
22726         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22727         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22728           The index reading was broken. The rest worked fine, but the whole
22729           goal of my rewrite was to make avidemux readable, and this was
22730           not at all readable. Please use typed variables.
22731
22732 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22733
22734         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22735           Additional pad usability check.
22736         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22737         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
22738         (gst_mp1videoparse_real_chain):
22739           Fix MPEG video stream parsing. The original plugin had several
22740           issues, including not timestamping streams where the source was
22741           not timestamped (this happens with PTS values in mpeg system
22742           streams, but MPEG video is also a valid stream on its own so
22743           that needs timestamps too). We use the display time code for that
22744           for now. Also, if one incoming buffer contains multiple valid
22745           frames, we push them all on correctly now, including proper EOS
22746           handling. Lastly, several potential segfaults were fixed, and we
22747           properly sync on new sequence/gop headers to include them in next,
22748           not previous frames (since they're header for the next frame, not
22749           the previous). Also see #119206.
22750         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
22751         (bpf_from_header):
22752           Move caps setting so we only do it after finding several valid
22753           MPEG-1 fraes sequentially, not right after the first one (which
22754           might be coincidental).
22755         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
22756         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22757         (plugin_init):
22758           Add unsynced MPEG video stream typefinding, and change some
22759           probability values so we detect streams rightly. The idea is as
22760           follows: I can have an unsynced system stream which contains
22761           video. In the current code, I would randomly get a type for either
22762           system or video stream type found, because the probabilities are
22763           being calculated rather randomly. I now use fixed values, so we
22764           always prefer system stream if that was found (and that is how it
22765           should be). If no system stream was found, we can still identity                the stream as video-only.
22766
22767 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22768
22769         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22770         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22771           don't write to buffer. Extract data without the need of
22772           __attribute__ ((packed))
22773
22774 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22775
22776         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
22777         (mpeg1_sys_type_find):
22778           Fix MPEG-1 stream typefinding.
22779
22780 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22781
22782         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22783           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
22784
22785 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22786
22787         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
22788         * ext/esd/gstesd.c: (plugin_init):
22789           private debugging, better error reporting
22790
22791 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22792
22793         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
22794         (gst_riff_read_init), (gst_riff_read_change_state):
22795         * gst-libs/gst/riff/riff-read.h:
22796           Remove stuff fromold metadata system.
22797
22798 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22799
22800         * ext/ogg/gstoggdemux.c:
22801           Fix wrong file comment.
22802         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22803         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
22804           Add metadata reading properly.
22805
22806 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22807
22808         * ext/Makefile.am:
22809           Fix nas DIST_SUBDIRS
22810           Uraeus:
22811           Fix bug where make distcheck doesn't get run on adding stuff to
22812           the build.
22813
22814 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22815
22816         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
22817         * ext/divx/gstdivxdec.h:
22818           Fix divx3 ("msmpeg4") playback using divxdec.
22819
22820 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22821
22822         * gst/typefind/gsttypefindfunctions.c:
22823         (mp3_type_frame_length_from_header): fix bug in length computation
22824         (mp3_type_find): improve debugging output
22825
22826 2004-01-23  Julien MOUTTE  <julien@moutte.net>
22827
22828         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22829         (gst_play_set_location), (gst_play_seek_to_time),
22830         (gst_play_set_audio_sink), (gst_play_set_visualization),
22831         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
22832         the pipeline from scratch. Visualization is back and switch went out as
22833         i realized it was not possible to use the way i wanted.
22834         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
22835         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
22836         clearing in state change from READY to NULL. So that one can clean the
22837         X ressources keeping the element.
22838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22839         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
22840         (gst_xvimagesink_colorbalance_set_value),
22841         (gst_xvimagesink_colorbalance_get_value),
22842         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
22843         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
22844         change from READY to NULL and fixed some stupid bugs in colorbalance
22845         get/set values. Also added the following feature : when nobody tries to
22846         set some values to the colorbalance levels before the xcontext is
22847         grabbed, then when creating channels list from Xv attributes we set the
22848         internal values to the Xv defaults. This way we handle buggy Xv drivers
22849         that set default hue values far from the middle of the range (Thanks
22850         to Jon Trowbridge for pointing that issue).
22851         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
22852         colorbalance levels have been set before xcontext is grabbed.
22853
22854 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22855
22856         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22857           Fix the ossmixer case where we shouldn't open /dev/dsp* because
22858           it might block operations (which is bad for a mixer).
22859
22860 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22861
22862         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22863         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
22864         (gmip_find_type_pre):
22865         * gst-libs/gst/media-info/media-info-priv.h:
22866         * gst-libs/gst/media-info/media-info.c:
22867         (gst_media_info_instance_init), (gst_media_info_read_idler):
22868         add fakesink to get caps on decoder src pad again
22869         fix callback prototype to match new have_type signal signature
22870
22871 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22872
22873         * gst/adder/gstadder.c: (gst_adder_link):
22874           fix non-compile and cut-n-paste code
22875
22876 2004-01-21  David Schleef  <ds@schleef.org>
22877
22878         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
22879         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
22880         (gst_swfdec_init), (gst_swfdec_change_state):
22881         * ext/swfdec/gstswfdec.h:
22882         Fix negotiation.
22883         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
22884         (gst_adder_request_new_pad): Fix negotiation.
22885         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
22886         Add a fixate function.
22887         * gst/intfloat/gstfloat2int.c:
22888         * gst/intfloat/gstfloat2int.h:
22889         * gst/intfloat/gstint2float.c:
22890         * gst/intfloat/gstint2float.h:
22891         Completely rewrite the negotiation.  Doesn't quite work yet,
22892         due to some buffer-frames problem.
22893
22894 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22895
22896         * ext/gnomevfs/gstgnomevfssrc.c:
22897         * sys/v4l2/v4l2_calls.h:
22898           fix includes for distcheck
22899
22900 2004-01-21  Christian Schaller <uraeus@gnome.org>
22901
22902         * ext/nas/
22903         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
22904         based on earlier patch from Laurent Vivier
22905
22906 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
22907
22908         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22909         Fix wma caps property
22910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22911         Fix typo (flags1 and flags2)
22912
22913 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22914
22915         * gst-libs/gst/media-info/media-info-priv.c:
22916         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
22917         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
22918         (gmip_find_stream), (gmip_find_track_metadata),
22919         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
22920         (gmip_find_track_format):
22921         * gst-libs/gst/media-info/media-info-priv.h:
22922         * gst-libs/gst/media-info/media-info-test.c: (main):
22923         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22924         (gst_media_info_read_idler), (gst_media_info_read):
22925         * gst-libs/gst/media-info/media-info.h:
22926           register debugging category and use it for debugging
22927
22928 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22929
22930         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
22931         (gst_vorbisfile_new_link):
22932           signal streaminfo through tags
22933
22934 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22935
22936         * ext/mplex/gstmplex.cc:
22937         * ext/mplex/gstmplexibitstream.cc:
22938           g++ doesn't like NULL in our i18n/error macros, should be
22939           either (NULL) or ("").
22940
22941 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22942
22943         * sys/dxr3/dxr3audiosink.c:
22944         * sys/dxr3/dxr3init.c:
22945         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
22946         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
22947           Fix more error error error errors (missing includes here).
22948
22949 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22950
22951         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22952           fix thomas' error errors.
22953
22954 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22955
22956         * ext/mpeg2enc/gstmpeg2enc.cc:
22957           fix error errors.
22958
22959 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22960
22961         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22962         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22963           Fix for new error system.
22964
22965 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22966
22967         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22968           fix for new error reporting
22969
22970 2004-01-20  David Schleef  <ds@schleef.org>
22971
22972         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22973         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22974         (gst_ximagesink_set_xwindow_id): Change to using a framerate
22975         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
22976         and neither is 100+, most likely.
22977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22978         (gst_xvimagesink_getcaps): same
22979
22980 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22981
22982         * configure.ac:
22983           Up version requirement to 2.0.3 (not yet released) to avoid symbol
22984           clashes with ffmpeg.
22985
22986 2004-01-20  Julien MOUTTE  <julien@moutte.net>
22987
22988         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22989         (gst_switch_init): Fixed switch element : proxying link and setting
22990         caps from src to sink on request.
22991
22992 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22993
22994         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22995         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22996         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22997         fix element_error
22998
22999 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23000
23001         * sys/v4l/v4l_calls.h:
23002         * sys/v4l2/v4l2_calls.h:
23003           element_error fixes
23004
23005 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23006
23007         * gst-libs/gst/gst-i18n-plugin.h:
23008           add locale.h
23009           remove config.h inclusion
23010
23011 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23012
23013         * autogen.sh:
23014           adding autopoint invocation
23015         * Makefile.am:
23016         * configure.ac:
23017         * gst-libs/gst/gettext.h:
23018           adding gettext bits
23019         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23020         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23021         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23022         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23023         (gst_gnomevfssink_close_file):
23024         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23025         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23026         * gst-libs/gst/gst-i18n-plugin.h:
23027         * gst/avi/gstavi.c: (plugin_init):
23028         * sys/dxr3/dxr3init.c: (plugin_init):
23029         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23030         * sys/oss/gstossaudio.c: (plugin_init):
23031         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23032         * sys/v4l/gstv4l.c: (plugin_init):
23033         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23034         * sys/v4l2/gstv4l2.c: (plugin_init):
23035         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23036         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23037         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23038         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23039         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23040         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23041           make sure locale and translation domain are set
23042           fix translated strings
23043         * po/.cvsignore:
23044         * po/LINGUAS:
23045         * po/Makevars:
23046         * po/POTFILES.in:
23047         * po/nl.po:
23048           put translation files into place
23049         * sys/xvideo/imagetest.c: (main):
23050         * ext/dv/demo-play.c: (main):
23051           fix unnecessary translations
23052
23053 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23054
23055         * ext/sndfile/gstsf.c:
23056         * gst/avi/gstavimux.c:
23057         * ext/audiofile/gstafsink.c:
23058         * ext/audiofile/gstafsrc.c:
23059         * ext/gnomevfs/gstgnomevfssink.c:
23060         * ext/gnomevfs/gstgnomevfssrc.c:
23061         * sys/oss/gstosselement.c:
23062         * sys/v4l/v4l_calls.h:
23063           fix i18n include
23064
23065 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23066
23067         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23068         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23069         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23070         (gst_v4l2_get_output), (gst_v4l2_set_output),
23071         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23072         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23073         (gst_v4l2_set_attribute):
23074         update to new error handling
23075
23076 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23077
23078         * ext/sidplay/gstsiddec.cc:
23079         * gst/modplug/gstmodplug.cc:
23080           parenthese NULL because C++ seems angry about it
23081
23082 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23083
23084         * gst-libs/gst/gst-i18n-plugin.h:
23085           add skeleton i18n stuff, but needs to be further implemented
23086
23087 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23088
23089         * examples/gstplay/player.c: (main):
23090         * ext/aalib/gstaasink.c: (gst_aasink_open):
23091         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23092         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23093         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23094         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23095         (gst_afsink_close_file):
23096         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23097         (gst_afsrc_close_file):
23098         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23099         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23100         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23101         * ext/esd/esdmon.c: (gst_esdmon_get):
23102         * ext/esd/esdsink.c: (gst_esdsink_chain):
23103         * ext/faac/gstfaac.c: (gst_faac_chain):
23104         * ext/faad/gstfaad.c: (gst_faad_chain):
23105         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23106         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23107         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23108         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23109         (gst_flacdec_loop):
23110         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23111         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23112         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23113         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23114         (gst_gnomevfssink_close_file):
23115         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23116         (gst_gnomevfssrc_open_file):
23117         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23118         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23119         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23120         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23121         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23122         * ext/mad/gstmad.c: (gst_mad_chain):
23123         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23124         * ext/mpeg2dec/gstmpeg2dec.c:
23125         * ext/mpeg2enc/gstmpeg2enc.cc:
23126         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23127         * ext/mplex/gstmplex.cc:
23128         * ext/mplex/gstmplexibitstream.cc:
23129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23130         (gst_ogg_demux_push), (gst_ogg_pad_push):
23131         * ext/raw1394/gstdv1394src.c:
23132         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23133         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23134         * ext/sidplay/gstsiddec.cc:
23135         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23136         (gst_sf_loop):
23137         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23138         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23139         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23140         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23141         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23142         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23143         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23144         * gst-libs/gst/Makefile.am:
23145         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23146         (gst_riff_read_element_data), (gst_riff_read_seek),
23147         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23148         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23149         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23150         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23151         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23152         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23153         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23154         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23155         * gst/goom/gstgoom.c: (gst_goom_chain):
23156         * gst/id3/gstid3types.c: (gst_id3types_loop):
23157         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23158         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23159         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23160         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23161         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23162         (gst_ebml_read_float), (gst_ebml_read_header):
23163         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23164         (gst_matroska_demux_parse_blockgroup):
23165         * gst/modplug/gstmodplug.cc:
23166         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23167         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23168         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23169         * gst/silence/gstsilence.c: (gst_silence_get):
23170         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23171         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23172         * gst/speed/gstspeed.c: (speed_loop):
23173         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23174         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23175         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23176         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23177         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23178         (gst_wavparse_loop):
23179         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23180         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23181         (dxr3audiosink_close):
23182         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23183         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23184         (dxr3videosink_close), (dxr3videosink_write_data):
23185         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23186         * sys/oss/gstosselement.h:
23187         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23188         (gst_osssink_chain):
23189         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23190         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23191         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23193         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23194         (gst_v4l_enable_overlay):
23195         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23196         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23197         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23198         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23199         (gst_v4l_set_audio):
23200         * sys/v4l/v4l_calls.h:
23201         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23202         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23203         (gst_v4lmjpegsink_playback_init),
23204         (gst_v4lmjpegsink_playback_start):
23205         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23206         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23207         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23208         (gst_v4lmjpegsrc_requeue_frame):
23209         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23210         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23211         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23212         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23213         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23214         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23215         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23216         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23217         (gst_v4l2src_capture_stop):
23218         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23219         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23220         (gst_ximagesink_chain):
23221         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23222         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23223         (gst_xvideosink_xwindow_new):
23224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23225         (gst_xvimagesink_chain):
23226         use new error signal, function and categories
23227
23228 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23229
23230         * configure.ac:
23231         * ext/Makefile.am:
23232         * ext/musicbrainz/gsttrm.c:
23233         * ext/musicbrainz/gsttrm.h:
23234         * ext/musicbrainz/Makefile.am:
23235         Add a trm plugin
23236
23237 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23238
23239         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23240         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23241         synchronous property for debugging.
23242         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23244         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23245         smaller block, fixing indent.
23246
23247 2004-01-16  David Schleef  <ds@schleef.org>
23248
23249         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23250         property affects the video stream.
23251         * sys/xvimage/xvimagesink.c:
23252         * sys/xvimage/xvimagesink.h:
23253         Add synchronous property for debugging.  Should probably be
23254         disabled in non-CVS builds.  Make sure that the Xv attribute
23255         exists before we set it (crash!).  Fix a silly float bug that
23256         caused colorbalance to just not work.
23257
23258 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23259
23260         * tools/gst-launch-ext.in - update for new plugins
23261
23262 2004-01-16  David Schleef  <ds@schleef.org>
23263
23264         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23265         already-freed caps.
23266
23267 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23268
23269         * Update spec for new colorspace plugin and libcaca plugin
23270         * Fix compilation of libcaca plugin (clock -> id)
23271
23272 2004-01-16  Julien MOUTTE <julien@moutte.net>
23273
23274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23275         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23276         (gst_xvimagesink_set_xwindow_id),
23277         (gst_xvimagesink_colorbalance_set_value),
23278         (gst_xvimagesink_colorbalance_get_value),
23279         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23280         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23281         correct colorbalance properties. They can now be set when the element
23282         is still in NULL state. The values will be committed to the Xv Port
23283         when xcontext is initialized.
23284         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23285         brightness int values in the GstXvImagesink structure.
23286
23287 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23288
23289         * gst-libs/gst/Makefile.am:
23290           restructure so having local patches works easier.
23291
23292 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23293
23294         * ext/mpeg2enc/Makefile.am:
23295         * ext/mpeg2enc/gstmpeg2enc.cc:
23296         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23297           Bugfix with respect to EOS handling.
23298
23299 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23300
23301         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23302           Link with right caps (else, it segfaults).
23303         * ext/mplex/gstmplexjob.cc:
23304           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23305
23306 2004-01-15  David Schleef  <ds@schleef.org>
23307
23308         * gst-libs/gst/audio/Makefile.am:
23309         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23310         from the template.
23311         * gst-libs/gst/audio/gstaudiofilter.c:
23312         * gst-libs/gst/audio/gstaudiofilter.h:
23313         Add bytes_per_sample and size and n_samples calculation.
23314         * gst-libs/gst/audio/gstaudiofilterexample.c:
23315         Remove, now autogenerated.
23316         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23317         Moved from gstaudiofilterexample, object name changed, code added
23318         so that it actually works.
23319         * gst-libs/gst/audio/make_filter:
23320         Script to build an audiofilter subclass from the template.
23321         * gst/colorspace/Makefile.am:
23322         * gst/colorspace/yuv2yuv.c:
23323         Remove file, since it's GPL, and we don't use it.
23324
23325 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23326
23327         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23329         them use the buffer free function to test how the buffer was allocated.
23330
23331 2004-01-15  David Schleef  <ds@schleef.org>
23332
23333         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23334         that handles osssink fallback.
23335         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23336         (gst_audio_convert_getcaps):
23337         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23338         Add audio/x-qdm2 for QDM2 audio.
23339         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23340         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23341         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23342         Decrease minimum size to 16x16.
23343         * gst/wavparse/gstwavparse.c:
23344         Convert disabled pad template caps to new caps.
23345         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23347         (gst_xvimagesink_chain): Throw element error when display cannot
23348         be opened.  Increase minimum framerate to 1.0.  Check the data
23349         free function on a buffer to make sure it is the type we expect
23350         before manipulating it.
23351
23352 2004-01-15  Julien MOUTTE <julien@moutte.net>
23353
23354         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23355         (gst_videobalance_colorbalance_set_value): Implement passthru if
23356         settings are in the middle.
23357         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23358
23359 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23360
23361         * gst/videofilter/Makefile.am:
23362         * gst/volume/Makefile.am:
23363           Since we use videofilter symbols, link to it.
23364
23365 2004-01-15  Julien MOUTTE <julien@moutte.net>
23366
23367         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23368         mixer interface type to HARDWARE.
23369         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23370         type to SOFTWARE.
23371         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23372         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23373         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23374         (gst_volume_interface_init), (gst_volume_list_tracks),
23375         (gst_volume_set_volume), (gst_volume_get_volume),
23376         (gst_volume_set_mute), (gst_volume_mixer_init),
23377         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23378         (volume_init): Implementing mixer interface.
23379         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23380         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23381         (gst_osselement_change_state): Removing some trailing commas in
23382         structures.
23383         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23384         interface type to HARDWARE.
23385         * sys/v4l/gstv4lcolorbalance.c:
23386         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23387         type to HARDWARE.
23388         * sys/v4l2/gstv4l2colorbalance.c:
23389         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23390         interface type to HARDWARE.
23391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23392         same code than ximagesink for event handling.
23393
23394 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23395
23396         * ext/snapshot/Makefile.am:
23397         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23398         (gst_snapshot_chain):
23399         * ext/snapshot/gstsnapshot.h:
23400           This has to be a joke... Snapshot should be connected to a tee,
23401           colorspace element before it and EOS after that, where the other
23402           src of the tee receives normal data.
23403           The current way is *wrong*.
23404
23405 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23406
23407         * ext/hermes/gsthermescolorspace.c:
23408           Fix another compile error. Same as below.
23409
23410 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23411
23412         * gst/colorspace/gstcolorspace.c:
23413         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23414         (gst_colorspace_i420_to_yv12):
23415           Fix compiling... Didn't test if it actually works.
23416
23417 2004-01-15  David Schleef  <ds@schleef.org>
23418
23419         * configure.ac:
23420         * gst/colorspace/Makefile.am:
23421         * gst/colorspace/gstcolorspace.c:
23422         * gst/colorspace/gstcolorspace.h:
23423         * gst/colorspace/yuv2rgb.c:
23424         * gst/colorspace/yuv2rgb.h:
23425         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23426         code and GPL code.  Fix for new caps negotiation.  Rewrite
23427         much of the format handling code, and some of the conversion
23428         code.  Basically, rewrote almost everything.  This element
23429         handles I420, YV12 to RGB conversions.
23430         * ext/hermes/Makefile.am:
23431         * ext/hermes/gsthermescolorspace.c:
23432         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23433         Remove non-Hermes related code.  This element handles lots of
23434         RGB to RGB conversions, but no YUV.
23435         * ext/hermes/gstcolorspace.c:
23436         * ext/hermes/gstcolorspace.h:
23437         * ext/hermes/rgb2yuv.c:
23438         * ext/hermes/yuv2rgb.c:
23439         * ext/hermes/yuv2rgb.h:
23440         * ext/hermes/yuv2rgb_mmx16.s:
23441         * ext/hermes/yuv2yuv.c:
23442         * ext/hermes/yuv2yuv.h:
23443         Remove old code.
23444
23445 2004-01-14  Colin Walters  <walters@verbum.org>
23446
23447         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23448         they've already been.
23449
23450 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23451
23452         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23453           assume tag mode when pad is not connected
23454
23455 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23456
23457         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23458           Don't update the time of the clock
23459         (gst_alsa_sink_loop):
23460           sync to the clock given to alsasink, not the own clock
23461         * sys/oss/gstosssink.c: (gst_osssink_chain):
23462           sync to the clock
23463         (gst_osssink_change_state):
23464           activate the clock
23465         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23467           remove bogus code that made DISCONT events unhandled
23468         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23469           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23470           #131502)
23471         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23472         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23473         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23474           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23475           2nd warning in bug #131502)
23476
23477 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23478
23479         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23480         (gst_videobalance_colorbalance_set_value),
23481         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23482         for colorbalance interface implementation.
23483         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23484         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23485         (gst_ximagesink_dispose), (gst_ximagesink_init),
23486         (gst_ximagesink_class_init): Adding DISPLAY property.
23487         * sys/ximage/ximagesink.h: Adding display_name to store display.
23488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23489         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23490         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23491         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23492         properties (they still need polishing though for gst-launch use : no
23493         xcontext yet, i ll do that tomorrow).
23494         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23495
23496 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23497
23498         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23499         (gst_play_set_location), (gst_play_set_visualization): Preparing
23500         switch integration, adding videobalance in the pipeline.
23501
23502 2004-01-14  Julien MOUTTE <julien@moutte.net>
23503
23504         * gst-libs/gst/colorbalance/colorbalance.c:
23505         (gst_color_balance_class_init): Adding a default type.
23506         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23507         the type.
23508         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23509         (gst_videobalance_dispose), (gst_videobalance_class_init),
23510         (gst_videobalance_init), (gst_videobalance_interface_supported),
23511         (gst_videobalance_interface_init),
23512         (gst_videobalance_colorbalance_list_channels),
23513         (gst_videobalance_colorbalance_set_value),
23514         (gst_videobalance_colorbalance_get_value),
23515         (gst_videobalance_colorbalance_init): Implementing colorbalance
23516         interface.
23517         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23518         list.
23519         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23520         bug which was triggering a BadAccess X error when setting an overlay
23521         before pad was really negotiated.
23522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23523         Using the colorbalance type macro.
23524
23525 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23526
23527         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23528         (gst_flacenc_chain):
23529           handle tags correctly
23530         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23531           extract ID3v1 tags correctly
23532
23533 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23534
23535         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23536         (plugin_init):
23537           Improve matroska typefinding for odd-typed headers...
23538
23539 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23540
23541         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23542           Fix for using incremental number on padnames.
23543
23544 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23545
23546         * ext/divx/gstdivxdec.c:
23547         * ext/divx/gstdivxenc.c:
23548           Set category to divx4linux instead of divx (too generic).
23549         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23550         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23551         (gst_wavparse_loop), (gst_wavparse_change_state):
23552         * gst/wavparse/gstwavparse.h:
23553           fix parsing of WAV files with non-standard fmt-tag size and fix
23554           skipping of unrecognized chunks... Someone please fix this thing
23555           to use rifflib so all this is automated.
23556         * sys/v4l/Makefile.am:
23557         * sys/v4l2/Makefile.am:
23558           Add X_CFLAGS because we depend on X (for overlay).
23559
23560 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
23561
23562         * ext/mpeg2dec/gstmpeg2dec.c:
23563           Don't issue a timestamp unless we tagged the frame
23564           with a PTS.
23565
23566 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23567
23568         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23569           Query the audio element to get the time, not the clock. We're
23570           interested in the element's time here.
23571
23572 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23573
23574         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23575         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23576         * ext/esd/esdsink.c: (gst_esdsink_chain):
23577         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23578         * ext/mas/massink.c: (gst_massink_chain):
23579         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23580         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23581         (gst_matroska_demux_parse_metadata):
23582         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23583         (gst_mpeg_parse_release_locks):
23584         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23585         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23586         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23587         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23588         (gst_osssink_change_state):
23589         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23590         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23591         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23592         (gst_xvideosink_release_locks):
23593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23594           use element time.
23595         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23596         (gst_alsa_clock_stop):
23597         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23598         (gst_audio_clock_get_internal_time):
23599           simplify for use with new clocking code.
23600         * testsuite/alsa/Makefile.am:
23601         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23602           fix testsuite for new caps system
23603
23604 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23605
23606         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23607         * ext/flac/gstflacenc.c: (add_one_tag):
23608           length is already host endian, no need to convert. Fixes playback of
23609           tagged files on PPC. (bug #128384)
23610
23611 2004-01-13  Julien MOUTTE <julien@moutte.net>
23612
23613         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23614         colorbalance interface stating if it is hardware based or software
23615         based.
23616         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23617         Removing a trailing comma.
23618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23619         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23620         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23621         the documentation seems to be wrong on the -1000 to 1000 interval.
23622
23623 2004-01-12  David Schleef  <ds@schleef.org>
23624
23625         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23626         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23627         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23628         Fix negotiation.  Add a bufferalloc function for the sink pad,
23629         and generally clean up some of the code.
23630
23631 2004-01-12  Julien MOUTTE <julien@moutte.net>
23632
23633         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23634         (gst_color_balance_channel_dispose): Adding safety check in dispose
23635         method.
23636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23637         (gst_xvimagesink_xcontext_clear),
23638         (gst_xvimagesink_interface_supported),
23639         (gst_xvimagesink_colorbalance_list_channels),
23640         (gst_xvimagesink_colorbalance_set_value),
23641         (gst_xvimagesink_colorbalance_get_value),
23642         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23643         Adding colorbalance interface support to set XV parameters such as
23644         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23645         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23646         interface.
23647
23648 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23649
23650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23651         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23652         (gst_audio_convert_init), (gst_audio_convert_set_property),
23653         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23654         (gst_audio_convert_link),
23655         (gst_audio_convert_buffer_to_default_format),
23656         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23657           - implement _getcaps and use it
23658           - improve linking
23659           - remove float caps since no float conversion is actually done
23660           - remove properties and arguments that were to be used for rate
23661             conversion
23662
23663 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23664
23665         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23666         (gst_audio_structure_set_int):
23667         * gst-libs/gst/audio/audio.h:
23668           add helper functions for _getcaps matching the standard audio
23669           templates
23670
23671 2004-01-12  David Schleef  <ds@schleef.org>
23672
23673         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23674         Test that pad is negotiated before getting its caps.
23675
23676 2004-01-12  Julien MOUTTE <julien@moutte.net>
23677
23678         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23679         analyzing the pads of an element the bin is mostly in READY state so
23680         no caps were negotiated. This helper function needs to work with
23681         _get_caps directly then. I was not freeing them though, added that to
23682         fix the mem leak.
23683
23684 2004-01-12  Julien MOUTTE <julien@moutte.net>
23685
23686         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23688         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23689         than the free_func.
23690
23691 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23692
23693         * sys/oss/gstossaudio.c: (plugin_init):
23694         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23695         * sys/oss/gstosselement.h:
23696           make an oss debugging category
23697           make failure more descriptive
23698
23699 2004-01-11  David Schleef  <ds@schleef.org>
23700
23701         * ext/ffmpeg/gstffmpeg.c:
23702         * ext/ffmpeg/gstffmpegcodecmap.c:
23703         * ext/ffmpeg/gstffmpegdec.c:
23704         * ext/ffmpeg/gstffmpegenc.c:
23705         * ext/ffmpeg/gstffmpegprotocol.c:
23706         * ext/gdk_pixbuf/gstgdkanimation.c:
23707         * ext/jpeg/gstjpeg.c:
23708         * ext/libpng/gstpng.c:
23709         * ext/mpeg2dec/perftest.c:
23710         * ext/speex/gstspeex.c:
23711         * gst-libs/gst/resample/dtos.c:
23712         * gst/intfloat/gstintfloatconvert.c:
23713         * gst/oneton/gstoneton.c:
23714         * gst/rtjpeg/RTjpeg.c:
23715         * gst/rtp/gstrtp.c:
23716         * sys/dxr3/dxr3init.c:
23717         * sys/glsink/gstgl_nvimage.c:
23718         * sys/glsink/gstgl_pdrimage.c:
23719         * sys/glsink/gstglsink.c:
23720         * testsuite/gst-lint:
23721         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23722
23723 2004-01-11  David Schleef  <ds@schleef.org>
23724
23725         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23726         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23727         * ext/gdk_pixbuf/gstgdkanimation.c:
23728         (gst_gdk_animation_iter_create_pixbuf):
23729         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23730         (gst_gdk_pixbuf_chain):
23731         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23732         * ext/jack/gstjack.c: (gst_jack_change_state):
23733         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
23734         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
23735         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23736         * gst/videofilter/gstvideofilter.c:
23737         (gst_videofilter_set_output_size):
23738         Remove all usage of gst_pad_get_caps(), and replace it with
23739         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
23740
23741 2004-01-11  David Schleef  <ds@schleef.org>
23742
23743         * configure.ac:
23744         * ext/Makefile.am: Fixes to make ext/libcaca compile.
23745         * ext/divx/gstdivxdec.c:
23746         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23747         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
23748         handle images that span multiple buffers.  Now work with both
23749         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
23750         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23751         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
23752         video/video.h changes
23753         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
23754         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23755         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
23756         of GstData free function.
23757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23758         same.
23759
23760 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23761
23762         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
23763         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
23764         (gst_v4l2element_get_property):
23765         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
23766           add norm, channel and frequency properties.
23767         * sys/v4l2/gstv4l2tuner.c:
23768           fixes for tuner interface changes
23769         * sys/v4l2/gstv4l2element.h:
23770         * sys/v4l2/gstv4l2src.c:
23771         * sys/v4l2/gstv4l2src.h:
23772         * sys/v4l2/v4l2src_calls.c:
23773         * sys/v4l2/v4l2src_calls.h:
23774           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
23775
23776 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23777
23778         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
23779         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
23780         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
23781         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
23782         * gst-libs/gst/tuner/tuner.h:
23783           GObjects aren't const.
23784           Add find_by_name functions.
23785           Add checks to _changed functions.
23786         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
23787         (gst_v4l_tuner_get_norm):
23788           Fixes for above.
23789
23790 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23791
23792         * gst-libs/gst/video/video.h:
23793           Fix caps template names to be understandable.
23794           Prefix everything with GST_VIDEO.
23795         * ext/aalib/gstaasink.c:
23796         * ext/divx/gstdivxdec.c:
23797         * ext/divx/gstdivxenc.c:
23798         * ext/gdk_pixbuf/gstgdkpixbuf.c:
23799         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
23800         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
23801         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
23802         * ext/libcaca/gstcacasink.c:
23803         * ext/libpng/gstpngenc.c: (raw_caps_factory):
23804         * ext/snapshot/gstsnapshot.c:
23805         * ext/swfdec/gstswfdec.c:
23806         * ext/xvid/gstxviddec.c:
23807         * ext/xvid/gstxvidenc.c:
23808         * gst/chart/gstchart.c:
23809         * gst/deinterlace/gstdeinterlace.c:
23810         * gst/effectv/gsteffectv.c:
23811         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23812         * gst/goom/gstgoom.c:
23813         * gst/median/gstmedian.c:
23814         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
23815         (gst_monoscope_srcconnect), (gst_monoscope_chain):
23816         * gst/overlay/gstoverlay.c:
23817         * gst/smooth/gstsmooth.c:
23818         * gst/smpte/gstsmpte.c:
23819         * gst/synaesthesia/gstsynaesthesia.c:
23820         * gst/videocrop/gstvideocrop.c:
23821         * gst/videodrop/gstvideodrop.c:
23822         * gst/y4m/gsty4mencode.c:
23823         * sys/qcam/gstqcamsrc.c:
23824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
23825           Make them work with new video.h file.
23826         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23827         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23829         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23830           Make it work with new buffer allocation system.
23831
23832 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23833
23834         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
23835         pad_alloc_buffer implementation to use ->srcpad
23836         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
23837         pad_alloc_buffer implementation to use ->srcpad
23838         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
23839         pad_alloc_buffer implementation to use ->srcpad
23840         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23841         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23842         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23843         a reference to everything we need.
23844         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
23845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23846         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23847         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23848         a reference to everything we need.
23849         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
23850
23851 2004-01-11  David Schleef  <ds@schleef.org>
23852
23853         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
23854         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
23855         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
23856         structure members.
23857         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
23858         value during a resize/renegotiation.
23859         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
23860         gst_pad_alloc_buffer();
23861         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23862         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
23863         structure members.
23864         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23865         Fix for rename of buffer private structure members.
23866         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23867         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23868         Fix for rename of buffer private structure members.
23869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23870         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23871         Fix for rename of buffer private structure members.
23872
23873 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
23874
23875         reviewed by: David Schleef <ds@schleef.org>
23876
23877         * gst/videofilter/Makefile.am:
23878         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
23879         from the patch by ds to fit in with recent make_filter changes.
23880
23881 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23882
23883         * configure.ac: Adding examples/switch/Makefile
23884         * examples/Makefile.am: Adding examples/switch
23885         * examples/switch/Makefile.am: Adding switcher example.
23886         * examples/switch/switcher.c: (got_eos), (idle_iterate),
23887         (switch_timer), (main): Adding an example demonstrating switch usage
23888         with 2 videotestsrc showing different patterns.
23889         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23890         (gst_switch_init): Fixing switch with the new caps system.
23891
23892 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23893
23894         * gst-libs/gst/video/video.h:
23895           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
23896           They should probably be like
23897           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
23898
23899 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23900
23901         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23902         (qtdemux_parse_trak):
23903           fix audio chunk size/timestamp calculation
23904
23905 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23906
23907         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23908           fix SVQ3 caps
23909
23910 2004-01-11  Steve Baker  <steve@stevebaker.org>
23911
23912         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
23913         (gst_agingtv_base_init), (gst_agingtv_class_init),
23914         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
23915         (gst_agingtv_set_property), (gst_agingtv_get_property):
23916         Port agingTV to videofilter
23917
23918 2004-01-09  Julien MOUTTE <julien@moutte.net>
23919
23920         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
23921         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23922
23923 2004-01-09  Julien MOUTTE <julien@moutte.net>
23924
23925         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
23926         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23927         * gst-libs/gst/xoverlay/xoverlay.c:
23928         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
23929         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23930         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23931         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23932         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23933         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23934         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23935         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
23936         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23937         interface implementation to handle xid being 0 and fix some bugs
23938         triggered by Benjamin's testcase.
23939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23940         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23941         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
23942         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23943         interface implementation to handle xid being 0 and fix some bugs
23944         triggered by Benjamin's testcase.
23945
23946 2004-01-09  David Schleef  <ds@schleef.org>
23947
23948         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
23949         mouse pointer events.  It works.
23950
23951 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23952
23953         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
23954           Use explicit caps - fix capsnego.
23955         * ext/xvid/gstxviddec.c:
23956         * ext/xvid/gstxvidenc.c:
23957           Remove macro-inside-macro which caused compile errors.
23958         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
23959           Error out if it's not a RIFF file. Else we error out without
23960           gst_element_error() which is not good...
23961
23962 2004-01-08  David Schleef  <ds@schleef.org>
23963
23964         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23965         Fix pad_link function to handle formats that ffmpeg returns
23966         as multiple caps structures.
23967         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
23968         Only complain if source buffer is _smaller_ than expected.
23969         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23970         (gst_videoscale_handle_src_event): Resize navigation events
23971         when passing them upstream.
23972         * gst/videotestsrc/gstvideotestsrc.c:
23973         * gst/videotestsrc/gstvideotestsrc.h:
23974         * gst/videotestsrc/videotestsrc.c:
23975         * gst/videotestsrc/videotestsrc.h:
23976         Rewrite many of the buffer painting functions to handle odd
23977         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
23978         been verified to work with my video card.
23979         * testsuite/gst-lint:  Add check for elements calling
23980         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
23981
23982 2004-01-08  David Schleef  <ds@schleef.org>
23983
23984         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23985         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
23986
23987 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23988
23989         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
23990         configure event is not emiting the desired size signal. That fixes
23991         aspect ratio issues with gst-player.
23992
23993 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23994
23995         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
23996           Fix capsnego.
23997
23998 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23999
24000         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24001         public method to fire size signal.
24002
24003 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24004
24005         * examples/gstplay/Makefile.am: Adding the interface library.
24006         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24007         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24008         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24009         GST_IS_X_OVERLAY before signal connect.
24010         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24011         Removing the have_video_size signal.
24012         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24013         and associated public method.
24014         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24015         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24016         signal.
24017         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24018         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24019         signal.
24020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24021         Using XOverlay public method to fire size signal.
24022
24023 2004-01-07  David Schleef  <ds@schleef.org>
24024
24025         * gst/videofilter/Makefile.am:
24026         * gst/videofilter/gstvideotemplate.c:
24027         * gst/videofilter/make_filter:
24028         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24029         Convert make_filter to /bin/sh script.
24030
24031 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24032
24033         * gst/modplug/gstmodplug.cc: fix element description
24034
24035 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24036
24037         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24038         (got_video_size): Adding some new lines in g_print calls.
24039         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24040         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24041         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24042         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24043         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24044         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24045         Complete code review, reverting some stuff i disagree with, adding
24046         some fixes : time synchronization on invalid timestamps, renegotiation
24047         of private window.
24048         * sys/ximage/ximagesink.h:
24049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24050         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24051         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24052         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24053         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24054         (gst_xvimagesink_buffer_new),
24055         (gst_xvimagesink_navigation_send_event),
24056         (gst_xvimagesink_set_xwindow_id),
24057         (gst_xvimagesink_get_desired_size),
24058         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24059         stuff i disagree with, adding some fixes : Renegotiation of private
24060         window, implementing get_desired_size.
24061
24062 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24063
24064         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24065         (gst_afsink_handle_event):
24066         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24067         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24068         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24069         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24070         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24071           Fix for instantiate-test (see core). Also remove dead code from
24072           jpegenc (which still needs fixing, but that's lower on my TODO
24073           list...).
24074         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24075           Never return NULL as caps.
24076
24077 2004-01-07  David Schleef  <ds@schleef.org>
24078
24079         * configure.ac:
24080         * ext/Makefile.am:
24081         * ext/librfb/Makefile.am:
24082         * ext/librfb/gstrfbsrc.c:
24083         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24084         is the protocol used by VNC.
24085
24086 2004-01-07  David Schleef  <ds@schleef.org>
24087
24088         * gst/videofilter/gstvideotemplate.c:
24089         * gst/videofilter/gstvideotemplate.h:
24090         * gst/videofilter/make_filter:
24091         Merge videotemplate header into source file.
24092         * gst/effectv/Makefile.am:
24093         * gst/effectv/gsteffectv.c: (plugin_init):
24094         * gst/effectv/gstwarp.c:
24095         Make warpTV a subclass of videofilter.
24096
24097 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24098
24099         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24100           Add guard against invalid utf-8 conversions in mad. Just in case.
24101
24102 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24103
24104         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24105           Fix for bug shown by poisoning
24106
24107 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24108
24109         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24110         (gst_v4lmjpegsrc_buffer_free):
24111         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24112         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24113         (gst_v4lsrc_buffer_free):
24114           Fix for removed bufferpools.
24115
24116 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24117
24118         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24119         Fix caps negotiation.
24120
24121         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24122         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24123         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24124         (dvdnavsrc_event):
24125         * ext/mpeg2dec/gstmpeg2dec.c:
24126         * gst-libs/gst/navigation/navigation.c:
24127         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24128         * gst-libs/gst/navigation/navigation.h:
24129         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24130         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24132         Super-simple first version of mouse and keyboard events. Clicking
24133         on a DVD menu now works, although it may not take you where you
24134         expected.
24135
24136         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24137         * gst/videotestsrc/gstvideotestsrc.c:
24138         (gst_videotestsrc_src_fixate):
24139         These fixate functions were broken - they never actually
24140         fixated :)
24141
24142 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24143
24144         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24145         (gst_icecastsend_init):
24146           fix for new caps system.
24147         * gst-libs/gst/mixer/mixertrack.h:
24148         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24149           Add 'master track' flag (for tools like ACME that only want to
24150           change the main volume).
24151
24152 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24153
24154         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24155         (gst_xvid_csp_to_caps):
24156         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24157         * ext/xvid/gstxvidenc.c:
24158         ifdef out ARGB type when it isn't available
24159         in xvidcore 1.0.0beta2
24160
24161 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24162
24163         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24164           When we have received a new SCR right in the first buffer after
24165           a seek (so in the same cycle that handles the discont), we should
24166           handle the buffer instead of unreffing it, else we lose data.
24167
24168 2004-01-06  Iain <iain@prettypeople.org>
24169
24170         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24171           buffer-frames caps too.
24172
24173         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24174           caps that we need, don't destroy them all and rebuild them. And when
24175           creating src pads, use the src pad template rather than the sink...
24176
24177 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24178
24179         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24180           Add pad to element *after* setting functions such as event handler.
24181           Without this, the scheduler (opt) will link pads, set the event
24182           handler from the default event function (dispatcher in gstpad.c)
24183           and *after* that, we will set our own event function, which will
24184           thus never be used (and thus mpegdemux doesn't handle events).
24185
24186 2004-01-04  David Schleef  <ds@schleef.org>
24187
24188         Fix the fixate functions to handle new prototype:
24189         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24190         * gst/videotestsrc/gstvideotestsrc.c:
24191         (gst_videotestsrc_src_fixate):
24192         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24193         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24195
24196 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24197
24198         * sys/ximage/ximagesink.h:
24199         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24200         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24201         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24202         (gst_ximagesink_xoverlay_init):
24203           assorted fixes to make (re)embedding work
24204         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24205         (gst_ximagesink_get_desired_size):
24206           implement desired size additions to XOverlay
24207
24208 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24209
24210         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24211         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24212         (gst_x_overlay_got_desired_size):
24213         * gst-libs/gst/xoverlay/xoverlay.h:
24214           Add optional "desired size" signal and querying.
24215
24216 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24217
24218         * gst/matroska/matroska-demux.c:
24219         (gst_matroska_demux_parse_blockgroup):
24220           Fix EBML-laced block parsing. Diffs are relative to previous
24221           lace, not the first lace. Thanks to Mosu from the Matroska
24222           team for detecting this.
24223         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24224         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24225         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24226         (gst_wavparse_change_state):
24227         * gst/wavparse/gstwavparse.h:
24228           Quickfix for capsnego.
24229
24230 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24231
24232         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24233           Fix indenting, fix pad creation.
24234
24235 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24236
24237         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24238         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24239         (gst_xviddec_sink_link):
24240           Implement src_getcaps() so proper size caps is negotiated.
24241
24242 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24243
24244         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24245           Finish flac decoder on EOS. See #116178.
24246
24247 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24248
24249         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24250         (gst_matroska_demux_add_stream):
24251         * gst/matroska/matroska-ids.h:
24252           Add getcaps() function to fix capsnego...
24253
24254 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24255
24256         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24257         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24258         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24259           Fix more integer overflows. Again, see #126967.
24260
24261 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24262
24263         * ext/mpeg2dec/gstmpeg2dec.c:
24264           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24265           #130416.
24266
24267 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24268
24269         * configure.ac:
24270         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24271         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24272         * ext/xvid/gstxvid.h:
24273         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24274         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24275         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24276         (gst_xviddec_change_state):
24277         * ext/xvid/gstxviddec.h:
24278         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24279         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24280         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24281         (gst_xvidenc_link), (gst_xvidenc_set_property),
24282         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24283         * ext/xvid/gstxvidenc.h:
24284           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24285
24286 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24287
24288         * gst/rtp/rtp-packet.c:
24289           Add sys/types.h include, since OS X doesn't define in_addr_t
24290           in netinet/in.h, like it does on Linux (see #129600).
24291
24292 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24293
24294         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24295
24296         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24297           Correct logic of dispose function (see #129306).
24298
24299 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24300
24301         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24302         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24303         (gst_mpeg_parse_init):
24304         * gst/mpegstream/gstmpegparse.h:
24305           Remove clock (which was never provided, i.e. dead code), and
24306           also fix integer overflows at high PTS values (see #126967).
24307
24308 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24309
24310         * ext/flac/gstflacdec.c:
24311         * ext/libpng/gstpngenc.h:
24312         * ext/mikmod/gstmikmod.h:
24313           OS X fixes (see #126628).
24314
24315 2004-01-02  David Schleef  <ds@schleef.org>
24316
24317         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24318         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24319         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24320         (gst_mpeg_parse_class_init): Move pad template registration
24321         to class_init, since the derived class (mpegdemux) doesn't
24322         want them.
24323
24324 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24325
24326         * sys/ximage/Makefile.am:
24327         * sys/xvideo/Makefile.am:
24328         * sys/xvimage/Makefile.am:
24329           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24330           after installation (see #127664).
24331
24332 2004-01-02  David Schleef  <ds@schleef.org>
24333
24334         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24335         (gst_ffmpegenc_connect):  Negotiation fixes.
24336         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24337         Remove inappropriate gst_caps_free().
24338         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24339         Reenable Ronald's internal resize code, since the core handles
24340         it correctly now.
24341
24342 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24343
24344         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24345         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24347           Fix pad template stuff.
24348
24349 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24350
24351         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24352         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24353           fix signed integer reading/writing.
24354
24355 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24356
24357         * ext/alsa/README:
24358           Remove outdated document
24359
24360 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24361
24362         * gst/cutter/gstcutter.c: (gst_cutter_init):
24363           src pad was being created twice - oops.
24364
24365 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24366
24367         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24368           Comment out internal resize. It doesn't handle the resulting
24369           XEvent internally, does another try_set_caps() which leads to
24370           a really nice loop.
24371           Real fix will come when Julien and Dave are awake. ;).
24372
24373 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24374
24375         * ext/mpeg2enc/gstmpeg2enc.cc:
24376           fix const/nonconst compile issue.
24377
24378 2004-01-02  David Schleef  <ds@schleef.org>
24379
24380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24381         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24382         Add fixate function and a check for bad formats.
24383
24384 2004-01-01  David Schleef  <ds@schleef.org>
24385
24386         Negotiation fixes:
24387         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24388         (gst_audiofilter_init):
24389         * gst/debug/efence.c: (gst_efence_init):
24390         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24391         (gst_deinterlace_init):
24392         * gst/volume/gstvolume.c: (volume_connect):
24393
24394 2004-01-01  David Schleef  <ds@schleef.org>
24395
24396         Convert elements to use gst_pad_use_explicit_caps() where
24397         appropriate:
24398         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24399         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24400         (gst_afparse_open_file):
24401         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24402         (gst_afsrc_open_file):
24403         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24404         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24405         (gst_ffmpegdec_chain):
24406         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24407         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24408         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24409         (gst_gdk_pixbuf_chain):
24410         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24411         (gst_jpegdec_chain):
24412         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24413         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24414         (gst_mikmod_negotiate):
24415         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24416         (gst_mpeg2dec_negotiate_format):
24417         * ext/mpeg2enc/gstmpeg2enc.cc:
24418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24419         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24420         (gst_speexdec_sinkconnect):
24421         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24422         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24423         (gst_vorbisfile_new_link):
24424         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24425         (gst_ac3parse_chain):
24426         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24427         (gst_asf_demux_setup_pad):
24428         * gst/auparse/gstauparse.c: (gst_auparse_init),
24429         (gst_auparse_chain):
24430         * gst/id3/gstid3types.c: (gst_id3types_loop):
24431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24432         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24433         (mp1videoparse_parse_seq):
24434         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24435         (bpf_from_header):
24436         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24437         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24438         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24439         (gst_mpeg_parse_send_data):
24440         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24441         (gst_qtdemux_add_stream):
24442         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24443         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24444         (gst_wavparse_parse_fmt):
24445
24446 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24447
24448         * configure.ac:
24449           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24450           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24451           it therefore uses the wrong include paths. Too bad... Note
24452           that 1.6.1.93 is not release yet. ;).
24453           Also add a check for mplex, which is now using the lib'ified
24454           mplex from mjpegtools, too.
24455         * ext/ffmpeg/gstffmpegcodecmap.c:
24456           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24457           issues. I don't think ffmpeg handles 3ivx correctly, so this
24458           probably won't work. But it won't hurt either.
24459         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24460         (gst_ffmpegdec_chain):
24461         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24462         (gst_ffmpegenc_chain_audio):
24463           Fix memleak in audio encoding. Close codec if open fails, this
24464           calls the cleanup routines so we can re-use the context.
24465         * ext/mpeg2enc/gstmpeg2enc.cc:
24466           Fix pad template names/types, fix memory issue with getcaps().
24467         * ext/mpeg2enc/gstmpeg2encoder.cc:
24468         * ext/mpeg2enc/gstmpeg2encoder.hh:
24469           Fix compile issue with new caps system (const thingy).
24470         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24471         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24472           We read a first frame right on initing, so that we have a caps
24473           when we init the output. This caps is cached in padprivate and
24474           read as first frame.
24475         * ext/mplex/Makefile.am:
24476         * ext/mplex/gstmplex.cc:
24477         * ext/mplex/gstmplex.h:
24478         * ext/mplex/gstmplex.hh:
24479         * ext/mplex/gstmplexibitstream.cc:
24480         * ext/mplex/gstmplexibitstream.hh:
24481         * ext/mplex/gstmplexjob.cc:
24482         * ext/mplex/gstmplexjob.hh:
24483         * ext/mplex/gstmplexoutputstream.cc:
24484         * ext/mplex/gstmplexoutputstream.hh:
24485           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24486           had issues, didn't do capsnego, supported only a subset of the
24487           mplex features and required a mplex fork in our local CVS. Plus
24488           that it worked agaist a very old mplex version. Rewriting was
24489           faster than updating it.
24490         * gst-libs/ext/Makefile.am:
24491         * gst-libs/ext/mplex/INSTRUCT:
24492         * gst-libs/ext/mplex/Makefile.am:
24493         * gst-libs/ext/mplex/README:
24494         * gst-libs/ext/mplex/TODO:
24495         * gst-libs/ext/mplex/ac3strm_in.cc:
24496         * gst-libs/ext/mplex/audiostrm.hh:
24497         * gst-libs/ext/mplex/audiostrm_out.cc:
24498         * gst-libs/ext/mplex/aunit.hh:
24499         * gst-libs/ext/mplex/bits.cc:
24500         * gst-libs/ext/mplex/bits.hh:
24501         * gst-libs/ext/mplex/buffer.cc:
24502         * gst-libs/ext/mplex/buffer.hh:
24503         * gst-libs/ext/mplex/fastintfns.h:
24504         * gst-libs/ext/mplex/format_codes.h:
24505         * gst-libs/ext/mplex/inputstrm.cc:
24506         * gst-libs/ext/mplex/inputstrm.hh:
24507         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24508         * gst-libs/ext/mplex/mjpeg_logging.cc:
24509         * gst-libs/ext/mplex/mjpeg_logging.h:
24510         * gst-libs/ext/mplex/mjpeg_types.h:
24511         * gst-libs/ext/mplex/mpastrm_in.cc:
24512         * gst-libs/ext/mplex/mpegconsts.cc:
24513         * gst-libs/ext/mplex/mpegconsts.h:
24514         * gst-libs/ext/mplex/mplexconsts.hh:
24515         * gst-libs/ext/mplex/multplex.cc:
24516         * gst-libs/ext/mplex/outputstream.hh:
24517         * gst-libs/ext/mplex/padstrm.cc:
24518         * gst-libs/ext/mplex/padstrm.hh:
24519         * gst-libs/ext/mplex/stillsstream.cc:
24520         * gst-libs/ext/mplex/stillsstream.hh:
24521         * gst-libs/ext/mplex/systems.cc:
24522         * gst-libs/ext/mplex/systems.hh:
24523         * gst-libs/ext/mplex/vector.cc:
24524         * gst-libs/ext/mplex/vector.hh:
24525         * gst-libs/ext/mplex/videostrm.hh:
24526         * gst-libs/ext/mplex/videostrm_in.cc:
24527         * gst-libs/ext/mplex/videostrm_out.cc:
24528         * gst-libs/ext/mplex/yuv4mpeg.cc:
24529         * gst-libs/ext/mplex/yuv4mpeg.h:
24530         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24531         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24532           We don't fork mjpegtools' mplex in our CVS anymore.
24533         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24534         (gst_avi_demux_add_stream):
24535         * gst/avi/gstavidemux.h:
24536           Add getcaps() function for proper caps nego. This makes some
24537           parts of AVI playback/reading work.
24538         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24539           Resize window on new capsnego. This is probably wrong, but
24540           I'm still committing it because with current capsnego, the
24541           first successfull capsnego is auto-fixated, therefore rounded
24542           down to the lowest values in the caps. this results in a 16x16
24543           XWindow that is not reized when real capsnego finishes.
24544           Dave, I see more cases of this, do you know a proper solution?
24545         * tools/gst-launch-ext.in:
24546           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24547
24548 2003-12-31  David Schleef  <ds@schleef.org>
24549
24550         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24551         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24552           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24553
24554 2003-12-30  David Schleef  <ds@schleef.org>
24555
24556         * ext/ffmpeg/gstffmpegcolorspace.c:
24557         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24558         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24559         (gst_ffmpegcsp_chain): Negotiation fixes
24560         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24561         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24562         (gst_audio_convert_link), (gst_audio_convert_channels):
24563         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24564         (gst_audioscale_link), (gst_audioscale_get_buffer),
24565         (gst_audioscale_chain): Negotiation fixes
24566         * gst/audioscale/gstaudioscale.h:
24567         * gst/videofilter/gstvideofilter.c:
24568         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24569         (gst_videofilter_link), (gst_videofilter_init),
24570         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24571         (gst_videofilter_find_format_by_structure):
24572         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24573         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24574         (gst_videoscale_link):
24575         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24576         (videoscale_find_by_structure), (gst_videoscale_setup):
24577         * gst/videoscale/videoscale.h: Negotiation fixes
24578         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24579         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24580         function, restrict resizing to a multiple of 4 (hack until
24581         everyone supports odd sizes correctly).
24582
24583 2003-12-29  Colin Walters  <walters@verbum.org>
24584
24585         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24586         signed.
24587
24588 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24589
24590         * ext/sndfile/gstsf.c: (gst_sf_loop):
24591           Fix warning about discarding const qualifier
24592
24593 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24594
24595         * gst/cutter/gstcutter.c:
24596         * gst/videoscale/gstvideoscale.c:
24597         * gst/volenv/gstvolenv.c:
24598         * gst-libs/gst/audio/audio.c:
24599         * gst-libs/gst/video/video.c:
24600           Fix warnings
24601
24602 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24603
24604         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24605           Don't send ALSA debugging to stderr.
24606         * ext/alsa/gstalsa.h:
24607           Use GST_WARNING instead of g_warning when ALSA functions fail.
24608
24609 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24610
24611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24612           Free XVAdapterInfo correctly.
24613
24614 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24615
24616         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24617         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24618           Make id3tag use correct caps nego.
24619
24620 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24621
24622         * ext/ivorbis/vorbis.c:
24623         * ext/ivorbis/vorbisenc.h:
24624         * ext/ivorbis/vorbisfile.c:
24625           Modify so that it uses the new caps things
24626
24627 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24628
24629         * testsuite/spider/spider1.c: (main):
24630         * testsuite/spider/spider2.c: (main):
24631         * testsuite/spider/spider3.c: (main):
24632           Make tests compile again. They probably don't work.
24633
24634 2003-12-24  Colin Walters  <walters@verbum.org>
24635
24636         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24637         we can't fixate the caps anymore.
24638
24639 2003-12-23  David Schleef  <ds@schleef.org>
24640
24641         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24642         * sys/oss/gstosssink.c: (gst_osssink_init),
24643         (gst_osssink_sink_fixate): Add fixate function.
24644
24645 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24646
24647         * ext/ffmpeg/gstffmpegcodecmap.c:
24648         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24649         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24650         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24651         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24652         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24653         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24654         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24655           fix typo in RGB masks, and move back to "old" colorspace
24656           capsnego code until whoever wrote this new crap has actually
24657           tested it so that it works.
24658           And yes, this works, keep it that way please.
24659
24660 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24661
24662         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24663         (gst_divxdec_init), (gst_divxdec_negotiate):
24664         * ext/divx/gstdivxdec.h:
24665         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24666         (gst_divxenc_init):
24667         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24668         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24669         * ext/mpeg2enc/gstmpeg2enc.cc:
24670         * ext/mpeg2enc/gstmpeg2encoder.cc:
24671         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24672         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24673         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24674         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24675         (dxr3spusink_init):
24676         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24677         (dxr3videosink_init):
24678           Fix caps breakage after Dave's caps branch merge.
24679
24680 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24681
24682         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24683           Fix for 24bpp display.
24684
24685 2003-12-23  Colin Walters  <walters@verbum.org>
24686
24687         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24688         a GnomeVFSHandle directly.
24689
24690 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24691
24692         * gst/volume/Makefile.am:
24693         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24694         (volume_base_init), (volume_init):
24695           Reenable volume element and fix to work with new caps stuff.
24696           Rhythmbox needs this.
24697
24698 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24699
24700         * gst/qtdemux/qtdemux.c: (plugin_init):
24701           qtdemux requires bytestream
24702
24703 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24704
24705         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24706           Fix remaining caps handling errors due to CAPS merge.
24707
24708 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24709
24710         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24711         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24712         (gst_faad_srcconnect):
24713           Port to new caps system.
24714
24715 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24716
24717         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24718         (got_video_size), (main): using g_print instead of g_message.
24719         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24720         signal which was not emitted because of "switch" element added to the
24721         bin but not connected. (Removing from the bin temporarily)
24722
24723 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24724
24725         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24726         find X development files. I don't understand the previous tests and
24727         they fail on my debian/ppc unstable. This one works.
24728         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24729         exiting.
24730         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24731         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24732         (gst_play_set_visualization): Add some safety checks in set_ methods
24733         and state_change. This was throwing some ugly CRITICAL messages when
24734         pipeline was getting disposed and casts were failing.
24735
24736 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24737
24738         * configure.ac:
24739           Improve mpeg2enc detection. This is for distributions that do
24740           ship mjpegtools, but without mpeg2enc. Also does object check
24741           for might there ever be ABI incompatibility.
24742         * ext/mpeg2enc/gstmpeg2enc.cc:
24743           Add Andrew as second maintainer (he's helping me), and also add
24744           an error if no caps was set. This happens if I pull before capsnego
24745           and that's something I should solve sometime else.
24746         * gst/matroska/matroska-demux.c:
24747         (gst_matroska_demux_parse_blockgroup):
24748           Fix time parsing.
24749         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
24750         (gst_matroska_mux_track_header):
24751           Add caps to templates.
24752         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
24753           Add mpegversion=1 to prevent confusion with MPEG/AAC.
24754         * gst/mpegstream/gstmpegdemux.c:
24755           Remove layer since it causes warnings about unfixed caps.
24756         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24757           Fix obvious typo (we error out if caps were set, we should of
24758           course error out if *no* caps were set).
24759         * sys/oss/gstosselement.c: (gst_osselement_convert):
24760           Fix format conversion, we confused bits/bytes.
24761         * sys/oss/gstosselement.h:
24762           Improve documentation for 'bps'.
24763         * sys/v4l/TODO:
24764           Remove stuff about plugins that need removing - this was done
24765           ages ago.
24766         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
24767         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
24768         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
24769         (gst_v4lsrc_src_query):
24770         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24771         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
24772           Add get_query_types(), get_formats() and query() functions.
24773
24774 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24775
24776         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
24777         * moved CVS to freedesktop.org