gst-libs/gst/audio/gstbaseaudiosink.c: Since we _parent the ringbuffer, we also need...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-03-22  Wim Taymans  <wim@fluendo.com>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c:
4         (gst_base_audio_sink_dispose):
5         Since we _parent the ringbuffer, we also need to
6         _unparent instead of a plain _unref.
7
8 2006-03-22  Wim Taymans  <wim@fluendo.com>
9
10         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
11         (stop_seek), (scrub_toggle_cb), (main):
12         Add scrub checkbox.
13
14 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
15
16         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17         (gst_ogg_parse_chain):
18           Fix very inefficient usage of linked lists (#335365).
19
20 2006-03-21  Edward Hervey  <edward@fluendo.com>
21
22         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23         * gst/playback/gstplaybin.c: (handoff):
24         * gst/playback/gststreamselector.c:
25         (gst_stream_selector_set_property):
26         gcc 4.1 unreferenced pointer fixes.
27         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
28         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
29         gst_buffer_ref() now takes a GstBuffer*.
30
31 2006-03-20  Julien MOUTTE  <julien@moutte.net>
32
33         * sys/xvimage/xvimagesink.c:
34         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
35         by Jan Schmidt.
36
37 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
38
39         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
40         (id3v1_type_find), (apetag_type_find), (plugin_init):
41           Can't do tag preferences via probability, as tags would then
42           lose against types that are recognised with MAXIMUM probability
43           (like .wav); so let all tag typefinders return MAXIMUM themselves
44           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
45           that we can prefer APE to ID3v1 (fixes #335028).
46           
47 2006-03-17  Wim Taymans  <wim@fluendo.com>
48
49         * gst-libs/gst/audio/gstbaseaudiosink.c:
50         (gst_base_audio_sink_change_state):
51         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
52         (gst_ring_buffer_may_start):
53         * gst-libs/gst/audio/gstringbuffer.h:
54         Only start playback if we are playing.
55         should fix #330748.
56
57 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
58
59         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
60         * win32/common/config.h:
61           Revert accidental commits to these files.
62
63 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
64
65         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
66
67         * tests/Makefile.am:
68           Don't try to build tests in tests/icles if we
69           don't have X (#323852)
70
71 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
72
73         * gst-libs/gst/tag/gstid3tag.c:
74           Add TXXX frame identifiers for replaygain stuff as used
75           by some taggers (see #323721).
76
77 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
78
79         * gst/playback/gststreamselector.c:
80         (gst_stream_selector_set_property),
81         (gst_stream_selector_bufferalloc):
82           Preserve the existing buggy streamselector behaviour by performing
83           a fallback buffer allocation when downstream isn't linked yet.
84           This should really be fixed in playbin by blocking pads until it's
85           linked them.
86           Also, use gst_pad_alloc_buffer instead of
87           gst_pad_alloc_buffer_and_set.
88
89 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
90
91         * gst-libs/gst/tag/gstid3tag.c:
92           Don't crash on unknown ID3v2 TXXX frames.
93           
94 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
95
96         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
97           Chain up to the parent finalize method.
98           Add 32-bit sample size to the template caps.
99
100         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
101         (gst_riff_create_video_template_caps):
102           Add the fourcc that the VMWare codec uses.
103           
104         * gst/playback/gststreamselector.c:
105         (gst_stream_selector_set_property),
106         (gst_stream_selector_bufferalloc),
107         (gst_stream_selector_request_new_pad):
108           For the active pad, forward buffer-alloc requests, otherwise
109           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
110           having to memcpy every frame when used by playbin.
111
112         * gst/tcp/gstmultifdsink.c:
113         (gst_multi_fd_sink_handle_client_write):
114           Get negotiated caps from the sink pad, rather than the sink
115           pad's peer.
116
117 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
118
119         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
120         
121         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
122           Don't forget to set src->callbacks_pushed to FALSE again when
123           popping them, otherwise re-activation in a different mode won't
124           work (#334620).
125
126 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
127
128         Patch by: Sebastien Moutte  <sebastien moutte net>
129
130         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
131         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
132         (gst_ffmpeg_smpfmt_to_caps):
133           Replace __VA_ARGS__ caps creation macros with varargs functions.
134           Makes things compile on MSVC (#320765), looks nicer, and we can
135           tell the compiler to check for the NULL terminator.
136
137 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
138
139         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
140
141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
142           Make sure the buffer we copy into is really always big
143           enough, this time for real (#333488).
144           
145 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
146
147         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
148           Add support for 24bpp DIB (#305279).
149
150 2006-03-14  Wim Taymans  <wim@fluendo.com>
151
152         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
153         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
155         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
156         (gst_video_scale_init), (gst_video_scale_src_event):
157         Re-enable QoS after the release.
158         Rework videoscale to use the base class src_event handler.
159
160 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
161
162         * configure.ac:
163           back to CVS.
164
165 === release 0.10.5 ===
166
167 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
168
169         * configure.ac:
170           releasing 0.10.5, "Net"
171
172 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
173
174         * docs/plugins/Makefile.am:
175           Part of previous cdparanoiasrc docs fixes, forgot to commit.
176           
177 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
178
179         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
180         * docs/plugins/gst-plugins-base-plugins-sections.txt:
181         * docs/plugins/gst-plugins-base-plugins.hierarchy:
182           Add cdparanoiasrc to docs.
183
184         * gst-libs/gst/cdda/gstcddabasesrc.c:
185           More GstCddaBaseSrc docs.
186
187 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
188
189         * docs/libs/gst-plugins-base-libs-sections.txt:
190         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
191         * gst-libs/gst/tag/tag.h:
192           Add new API to libgsttag: gst_tag_from_id3_user_tag().
193
194 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
195
196         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
197           NULL-terminate array of mpeg4 video file extensions.
198           Fixes crash on PPC (#334226).
199
200 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
201
202         * ext/gnomevfs/gstgnomevfssrc.c:
203         (gst_gnome_vfs_src_check_get_range):
204           gnome_vfs_uri_is_local() alone is not a good indicator
205           whether we can operate in pull-mode with a specific URI,
206           as it returns FALSE for file:// URIs that point to an
207           NFS-mounted path. Be more conservative here: whitelist
208           local files, blacklist http URIs and use the old
209           mechanism for anything else (fixes #334216).
210
211 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
212
213         * configure.ac:
214           back to trunk
215
216 === release 0.10.4 ===
217
218 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
219
220         * configure.ac:
221           releasing 0.10.4, "Power"
222
223 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
224
225         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
226         Disable max-lateness by setting it to -1 for now, so that 
227         we can bed QoS stuff in thoroughly between now and the next
228         release.
229
230 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
231
232         Patch by: Fabrizio Gennari
233
234         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
235           Make sure we don't read beyond the palette buffer in case of
236           broken or manipulated files (#333488)
237
238 2006-03-10  Edward Hervey  <edward@fluendo.com>
239
240         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
241         Fix for variable not initialized.
242
243 2006-03-09  Wim Taymans  <wim@fluendo.com>
244
245         * ext/libvisual/visual.c: (gst_visual_get_type),
246         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
247         (gst_visual_chain):
248         Small cleanups.
249
250         * ext/theora/gsttheoradec.h:
251         * ext/theora/theoradec.c: (gst_theora_dec_init),
252         (gst_theora_dec_reset), (_theora_granule_time),
253         (theora_dec_src_convert), (theora_dec_sink_convert),
254         (theora_dec_src_query), (theora_dec_src_event),
255         (theora_dec_sink_event), (theora_handle_comment_packet),
256         (theora_handle_header_packet), (theora_dec_push),
257         (theora_handle_data_packet), (theora_dec_chain),
258         (theora_dec_change_state):
259         Add simple QoS.
260
261 2006-03-09  Wim Taymans  <wim@fluendo.com>
262
263         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
264         (audiocast_register_listener), (gst_gnome_vfs_src_start):
265         Some cleanups.
266
267 2006-03-09  Wim Taymans  <wim@fluendo.com>
268
269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
270         Don't try to activate NULL chains.
271
272 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
273
274         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
275           Fix invalid memory access to region before peek'd data (#332964).
276
277 2006-03-09  Wim Taymans  <wim@fluendo.com>
278
279         Patch by: Christophe Fergeau
280
281         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
282         * ext/pango/gsttextrender.c: (gst_text_render_init):
283         * gst/adder/gstadder.c: (gst_adder_init):
284         Don't leak padtemplates, closes #333510.
285
286 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
287
288         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
289           Fix invalid memory access: make sure string passed to
290           regexec() is NUL-termianted.
291
292 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
293
294         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
295         (mp3_type_find):
296           Refactor mpeg/audio typefinding to make it more maintainable
297           and easier to fine-tune. Make probing into middle of the file
298           work properly (fixes #333900, also see #152688).
299
300 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
301
302         * gst/typefind/gsttypefindfunctions.c:
303         (utf8_type_find_have_valid_utf8_at_offset):
304           Remove part from previous commit that was bogus:
305           g_utf8_validate() does in fact not accept embedded
306           zeroes, so we don't need to check for those (thanks
307           to Mike for the hint).
308
309 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
310
311         * gst/typefind/gsttypefindfunctions.c:
312         (utf8_type_find_count_embedded_zeroes),
313         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
314           Make plain/text typefinder more conservative: firstly, check
315           for embedded zeroes, which are perfectly valid UTF-8 characters,
316           but also a fairly good sign that something is not a plain text
317           file; secondly, probe into the middle of the file if possible.
318           If we can't probe into the middle, limit the probability value
319           to be returned to TYPE_FIND_POSSIBLE (see #333900).
320
321 2006-03-08  Michael Smith  <msmith@fluendo.com>
322
323         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
324           Make typefind function name for mpeg4 video unique.
325
326 2006-03-08  Wim Taymans  <wim@fluendo.com>
327
328         * ext/libvisual/visual.c: (gst_visual_init),
329         (gst_visual_clear_actors), (gst_visual_dispose),
330         (gst_visual_reset), (gst_visual_src_setcaps),
331         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
332         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
333         (gst_visual_chain), (gst_visual_change_state):
334         Cleanups, post nice errors.
335         Handle sink and src events.
336         Implement simple QoS.
337
338         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
339         Use new basesink methods to configure max-lateness.
340         Small doc update.
341
342         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
343         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
344         Debug statement cleanups.
345
346         * gst/volume/gstvolume.c: (gst_volume_class_init):
347         Simple cleanup.
348
349 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
350
351         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
352         (gst_text_overlay_init), (gst_text_overlay_set_property),
353         (gst_text_overlay_get_property):
354           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
355           as string type properties, but mark them deprecated. Add
356           'halignment' and 'valignment' properties that use enums
357           instead of strings.
358
359 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
360
361         Patch by: Fabrizio Gennari
362
363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
364           Allow palettes with less than 256 colours in AVI files
365           (#333488)
366
367 2006-03-07  Julien MOUTTE  <julien@moutte.net>
368
369         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
370         (gst_text_overlay_video_event): Fix wrong EOS handling on text
371         pad. We were releasing the queued text buffer when we should keep
372         it until video pad gets EOS or discard the text buffer because it's
373         too old. That was eating the last subtitle buffer. Add some more
374         debug.
375
376 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
377
378         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
379         (gst_text_overlay_video_chain):
380           Fix invalid memory access (we can't access a buffer after it's been
381           pushed downstream without taking a reference); fix memory leak (if
382           there's no text to render, bail out before allocating stuff).
383
384 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
385
386         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
387         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
388         * ext/pango/gsttextoverlay.h:
389           If input is plain text, escape it before passing it to
390           pango_layout_set_markup().
391
392 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
393
394         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
395           Don't ignore flow return from gst_pad_push().
396
397 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
398
399         Patch by: Fabrizio Gennari
400
401         * ext/libvisual/visual.c: (gst_visual_getcaps),
402         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
405         (gst_vorbisenc_convert_sink):
406         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
407         (gst_audio_duration_from_pad_buffer):
408         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
409         (gst_audio_filter_chain):
410         * gst-libs/gst/rtp/gstbasertpdepayload.c:
411         (gst_base_rtp_depayload_setcaps):
412         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
413         (gst_video_get_size):
414         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
415           Don't leak references returned by gst_pad_get_parent()
416           (#333663)
417
418 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
419
420         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
421           change location param details
422         * gst/volume/gstvolume.c: (plugin_init):
423           correct plugin description
424
425 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
426
427         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
428         (gst_gnome_vfs_src_check_get_range):
429           Override GstBaseSrc::check_get_range() in order to avoid opening
430           the resource just to check whether we can operate in pull-mode or
431           not - we can predict that pretty well from the URI alone. Should
432           fix problems with last.fm (#331690). (Requires latest core CVS).
433
434 2006-03-06  Wim Taymans  <wim@fluendo.com>
435
436         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
437         (gst_video_sink_class_init):
438         Throw away frames that are later than 20 ms.
439
440 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
441
442         Patch by: Fabrizio Gennari
443
444         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
445           Set depth on WMA caps (#333545)
446
447 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
448
449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
450         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
451           put Theora BOS pages before others.  This hardcodes
452           the Ogg/Theora I profile, but hey.
453
454 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
455
456         * ext/ogg/README:
457           updated with some examples
458         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
459         (granulepos_add), (theora_buffer_from_packet):
460         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
461         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
462         (gst_vorbisenc_chain):
463           implement strategy from ext/ogg/README
464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
465         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
466         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
467         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
468           Fix muxer so that oggz-validate is happy with all streams;
469           except for no eos mark, and the BOS page ordering
470         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
471         (check_buffer_granulepos):
472         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
473           update tests to check for OFFSET being set as requested
474           fixed type of granulepos, it's not a ClockTime
475
476 2006-03-05  Julien MOUTTE  <julien@moutte.net>
477
478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
479         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
480         Check that the xvimage we are creating has a correct size
481         before returning it. (#314897)
482
483 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
484
485         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
486           Give id3 and ape tag typefinders a rank slightly higher
487           than PRIMARY to ensure they're always run before any of
488           the other typefinders (in particular wav and mp3) (#324186).
489
490 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
491
492         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
493           Add support for '3IVD' fourcc (#333403).
494
495 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
496
497         * configure.ac:
498           Bump requirements to GStreamer CVS for the new error enum.
499
500         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
501           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
502           space left on the device (fixes #333352).
503
504 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
505
506         * win32/vs6:
507           add a project file for libgstvolume
508           update the workspace
509
510 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
511
512         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
513         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
514         (GST_START_TEST):
515           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
516           Set IN_CAPS on header buffers
517
518 2006-03-02  Wim Taymans  <wim@fluendo.com>
519
520         * docs/plugins/Makefile.am:
521         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
522         * docs/plugins/gst-plugins-base-plugins-sections.txt:
523         Add audioresample to docs.
524
525         * gst/audioconvert/gstaudioconvert.c:
526         Add revision date.
527
528         * gst/audioresample/gstaudioresample.c:
529         (gst_audioresample_base_init), (gst_audioresample_class_init),
530         (gst_audioresample_init), (gst_audioresample_dispose),
531         (audioresample_get_unit_size), (audioresample_transform_caps),
532         (resample_set_state_from_caps), (audioresample_transform_size),
533         (audioresample_set_caps), (audioresample_event),
534         (audioresample_do_output), (audioresample_transform),
535         (audioresample_pushthrough), (gst_audioresample_set_property),
536         (gst_audioresample_get_property), (plugin_init):
537         * gst/audioresample/gstaudioresample.h:
538         Added docs.
539         Small code cleanups.
540
541 2006-03-02  Wim Taymans  <wim@fluendo.com>
542
543         * docs/plugins/Makefile.am:
544         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
545         * docs/plugins/gst-plugins-base-plugins-sections.txt:
546         Added videoscale to docs.
547
548         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
549         (gst_video_rate_swap_prev), (gst_video_rate_event),
550         (gst_video_rate_chain):
551         Fix typo in docs.
552
553         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
554         (gst_video_scale_init), (gst_video_scale_prepare_size),
555         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
556         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
557         * gst/videoscale/gstvideoscale.h:
558         Added docs, examples.
559         Some code cleanups.
560         Post errors instead of g_warning.
561
562 2006-03-02  Wim Taymans  <wim@fluendo.com>
563
564         * docs/libs/gst-plugins-base-libs-docs.sgml:
565         * docs/libs/gst-plugins-base-libs-sections.txt:
566         * docs/libs/gst-plugins-base-libs.types:
567         * docs/plugins/Makefile.am:
568         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
569         * docs/plugins/gst-plugins-base-plugins-sections.txt:
570         Added some more docs to libs and plugins.
571
572         * gst-libs/gst/audio/gstringbuffer.c:
573         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
574         * gst-libs/gst/audio/gstringbuffer.h:
575         Document ringbuffer some more.
576
577         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
578         (gst_video_rate_setcaps), (gst_video_rate_reset),
579         (gst_video_rate_init), (gst_video_rate_flush_prev),
580         (gst_video_rate_swap_prev), (gst_video_rate_event),
581         (gst_video_rate_chain), (gst_video_rate_change_state):
582         * gst/videorate/gstvideorate.h:
583         Fix videorate to use segments.
584         Make it work with 0/1 framerates (closes #331903)
585         Handle EOS correctly.
586         Added docs.
587
588 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
589
590         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
591         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
592         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
593           In state change function, first chain up to parent class,
594           then handle downwards state change stuff. Remove some
595           commented out cruft from 0.8 code.
596
597 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
598
599         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
600         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
601         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
602         (gst_ogm_parse_chain):
603           Don't remove/re-add source pad if the new caps are the same as
604           the old caps anyway (#333042). When removing source pad, don't
605           unref it afterwards - we didn't ref it when adding. Sprinkle some
606           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
607           after using gst_pad_get_parent(). Return downstream flow return
608           value in chain function.
609
610 2006-03-02  Wim Taymans  <wim@fluendo.com>
611
612         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
613         * docs/plugins/gst-plugins-base-plugins.args:
614         * docs/plugins/gst-plugins-base-plugins.hierarchy:
615         * docs/plugins/gst-plugins-base-plugins.interfaces:
616         * docs/plugins/gst-plugins-base-plugins.signals:
617         Fix hierarchy, added some more elements to the docs.
618
619         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
620         (gst_ffmpegcsp_get_type):
621         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
622         Fix docs for ffmpegcolorspace.
623
624 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
625
626         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
627         (apetag_type_find), (ape_type_find), (plugin_init):
628           Some typefinding fine-tuning:
629           - rank ID3/APE tags in order of preference via probabilities, so that
630             ID3v2 > APEv2 > APEv1 > ID3v1.
631           - three or four bytes don't really justify MAXIMUM probability,
632             change those to 'very likely' (musepack and monkeysaudio).
633
634 2006-03-01  Wim Taymans  <wim@fluendo.com>
635
636         * docs/plugins/Makefile.am:
637         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
638         * docs/plugins/gst-plugins-base-plugins-sections.txt:
639         * ext/alsa/gstalsamixer.c:
640         * ext/alsa/gstalsamixer.h:
641         * ext/alsa/gstalsamixerelement.c:
642         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
643         * ext/alsa/gstalsamixerelement.h:
644         * ext/alsa/gstalsasink.c:
645         * ext/alsa/gstalsasink.h:
646         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
647         (gst_alsasrc_init):
648         * ext/alsa/gstalsasrc.h:
649         Added alsa docs.
650         Small code cleanups.
651
652 2006-03-01  Wim Taymans  <wim@fluendo.com>
653
654         * ext/theora/Makefile.am:
655         Dist new header too,
656
657 2006-03-01  Wim Taymans  <wim@fluendo.com>
658
659         * docs/plugins/Makefile.am:
660         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
661         * docs/plugins/gst-plugins-base-plugins-sections.txt:
662         * ext/gnomevfs/gstgnomevfssink.h:
663         * ext/gnomevfs/gstgnomevfssrc.h:
664         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
665         * ext/vorbis/vorbisdec.h:
666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
667         * ext/vorbis/vorbisenc.h:
668         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
669         (vorbis_parse_chain), (vorbis_parse_change_state):
670         * ext/vorbis/vorbisparse.h:
671         * gst/audioconvert/gstaudioconvert.h:
672         * gst/tcp/gsttcpserversink.h:
673         * gst/videotestsrc/gstvideotestsrc.c:
674         * gst/videotestsrc/gstvideotestsrc.h:
675         * gst/volume/gstvolume.c:
676         * gst/volume/gstvolume.h:
677         Fix some more docs.
678         Added docs for vorbisdec and vorbisparse.
679         Fix vorbisparse.
680
681 2006-03-01  Wim Taymans  <wim@fluendo.com>
682
683         * docs/plugins/Makefile.am:
684         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
685         * docs/plugins/gst-plugins-base-plugins-sections.txt:
686         * ext/pango/gstclockoverlay.h:
687         * ext/pango/gsttextoverlay.h:
688         * ext/pango/gsttextrender.h:
689         * ext/pango/gsttimeoverlay.h:
690         * ext/theora/gsttheoradec.h:
691         * ext/theora/gsttheoraenc.h:
692         * ext/theora/theoradec.c:
693         * ext/theora/theoraenc.c:
694         * gst/audioconvert/gstaudioconvert.h:
695         * gst/audiotestsrc/gstaudiotestsrc.h:
696         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
697         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
698         * gst/tcp/gstmultifdsink.h:
699         Updated/added documentation.
700
701         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
702         (gst_text_overlay_halign_get_type),
703         (gst_text_overlay_wrap_mode_get_type),
704         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
705         (gst_text_overlay_init), (gst_text_overlay_set_property),
706         (gst_text_overlay_get_property):
707         Fix up properties to be enums instead of string to make bindings,
708         introspection and automatic GUI creation possible.
709         Add getters for the properties.
710
711 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
712
713         * gst/audiotestsrc/gstaudiotestsrc.c:
714           added defines of M_PI and M_PI_2
715         * gst/ffmpegcolorspace/avcodec.h:
716           removed #include "stdint.h" for win32 as _stdint.h is 
717           autogenerated to win32/common
718         * win32/common/libgstaudio.def:
719         * win32/common/libgsttag.def:
720           added some exports
721         * win32/vs6:
722           some project files bugs corrected
723         * win32/vs7:
724           project files are reset to the default vs7 configuration 
725           (they link to msvcr71.dll using default optimizations)
726           
727 2006-02-28  Wim Taymans  <wim@fluendo.com>
728
729         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
730         Fix some docs.
731
732 2006-02-28  Edward Hervey  <edward@fluendo.com>
733
734         * ext/alsa/gstalsasrc.c:
735         Set proper class on the ElementDetails:
736         Source/Audio instead of Src/Audio/
737
738 2006-02-28  Edward Hervey  <edward@fluendo.com>
739
740         * gst/videoscale/vs_scanline.c:
741         (vs_scanline_resample_nearest_RGBA):
742         Revert optimization in videoscale. It should go in liboil and have
743         an appropriate liboil function.
744
745 2006-02-28  Wim Taymans  <wim@fluendo.com>
746
747         * gst-libs/gst/audio/gstbaseaudiosink.c:
748         (gst_base_audio_sink_provide_clock):
749         Don't try to provide a clock in the NULL state.
750
751 2006-02-28  Wim Taymans  <wim@fluendo.com>
752
753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
754         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
755         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
756         (gst_ogg_demux_deactivate_current_chain),
757         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
758         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
759         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
760         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
761         Use GstSegment infrastructure to remove duplicated code
762         and handle more seek cases correctly.
763
764 2006-02-28  Wim Taymans  <wim@fluendo.com>
765
766         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
767         (gst_ffmpegcsp_transform):
768         Don't ignore return code from ffmpeg convert function.
769
770         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
771         Split out some long statements to ease debugging.
772
773 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
774
775         * ext/libvisual/visual.c: (gst_visual_init),
776         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
777         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
778         being able to renegotiate the size. Instead, use the negotiation
779         algorithm from the goom plugin to pick an initial output caps. 
780
781         Also, allow theoretical libvisual plugins that might support non-GL 
782         output even if they also do GL.
783
784 2006-02-26  Julien MOUTTE  <julien@moutte.net>
785
786         * ext/libvisual/visual.c: (gst_visual_init),
787         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
788         (plugin_init): Load only non GL plugins. Fix some memleaks and 
789         possible negotiation issues.
790
791 2006-02-25  Julien MOUTTE  <julien@moutte.net>
792
793         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
794
795 2006-02-24  Michael Smith  <msmith@fluendo.com>
796
797         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
798         (cmml_type_find), (plugin_init):
799           Fix CMML type find function to not require a specific minor version
800           of the CMML header.
801
802           Add an MPEG4 video elementary stream typefind function.
803
804 2006-02-04  Michael Smith  <msmith@fluendo.com>
805
806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
807         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
808         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
809         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
810         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
811         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
812           Annodex support in ogg demuxer. Doesn't do very much without the
813           other annodex patches (to come).
814
815 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
816
817         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
818
819         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
820           Pick up palette for MS video v1 (#327028)
821
822 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
823
824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
825         (gst_ffmpegcsp_caps_remove_format_info),
826         (gst_ffmpegcsp_get_unit_size):
827           The 'palette_data' field from incoming RGB caps shouldn't be
828           proxied on outgoing YUV caps; also, restrict unit size
829           adjustment in case of paletted data only to the unit that
830           actually has a palette. Fixes #330711.
831
832 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
833
834         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
835         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
836         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
837         (gst_ffmpegcsp_get_unit_size):
838           Plug some memory leaks.
839
840 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
841
842         * sys/ximage/Makefile.am:
843         * sys/xvimage/Makefile.am:
844           Add some _CFLAGS and _LIBS that seem to be missing
845           and/or required for Cygwin (see #317048).
846
847 2006-02-22  Wim Taymans  <wim@fluendo.com>
848
849         * ext/alsa/gstalsasrc.c:
850         Fix description as pointed out by caugier.
851
852 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
853
854         Reviewed by : Edward Hervey  <edward@fluendo.com>
855
856         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
857         (qt_type_find):
858         Better 3gp typefinding (#331526).
859
860 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
861
862         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
863           Don't send EOS event here, the base class will send one for us.
864
865         * gst/playback/gstplaybasebin.c: (prepare_output):
866           Subpictures without video stream aren't allowed either.
867         
868         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
869           Fix debug statement copy'n'paste-o.
870
871 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
872
873         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
874           Fix issues with mixer keeping state when muting/unmuting
875           and when changing the volume whilst muted (see #331763
876           and #331765).
877
878 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
879
880         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
881         (parse_subrip), (gst_sub_parse_format_autodetect):
882           Set right caps given that we send escaped text. Also,
883           honour <i></i>, <b></b> and <u></u> markers that can be found
884           in .srt files (fixes #310202).
885
886 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
887
888         * gst-libs/gst/audio/mixerutils.c:
889         (element_factory_rank_compare_func):
890           Make order in which elements are tried more determinable.
891
892 2006-02-20  Julien MOUTTE  <julien@moutte.net>
893
894         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
895         (remove_element_chain), (cleanup_decodebin),
896         (gst_decode_bin_change_state): Make decodebin reusable by
897         fixing remove_element_chain first and then introduce a
898         cleaner in state change to ->NULL. (Closes #331678)
899
900 2006-02-19  Wim Taymans  <wim@fluendo.com>
901
902         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
903         use 0666 mask when creating files so umask gets applied
904         correctly. Fixes #331295.
905
906 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
907
908         * gst/subparse/Makefile.am:
909         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
910         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
911         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
912         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
913         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
914         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
915         * gst/subparse/gstssaparse.h:
916         * gst/subparse/gstsubparse.c: (plugin_init):
917           Add very basic parser for SSA subtitle streams (as often
918           found in matroska files).
919
920 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
921
922         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
923           That should be text/x-pango-markup, not text/x-pango-layout.
924
925 2006-02-19  Julien MOUTTE  <julien@moutte.net>
926
927         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
928         Polishing.
929
930 2006-02-19  Julien MOUTTE  <julien@moutte.net>
931
932         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
933         (gst_text_overlay_finalize), (gst_text_overlay_init),
934         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
935         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
936         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
937         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
938         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
939         Fix state change deadlock.
940
941 2006-02-19  Julien MOUTTE  <julien@moutte.net>
942
943         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
944         (gst_text_overlay_finalize), (gst_text_overlay_init),
945         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
946         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
947         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
948         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
949         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
950         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
951         and subtitles files.
952
953 2006-02-19  Julien MOUTTE  <julien@moutte.net>
954
955         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
956         should be considered as raw.
957
958 2006-02-19  Julien MOUTTE  <julien@moutte.net>
959
960         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
961         (cb_probe):
962         * gst/playback/gststreaminfo.h: Introduce language informations.
963
964 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
965
966         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
967         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
968         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
969         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
970         Set shared memory segments to be deleted as soon as we have attached,
971         that way they get cleaned up automatically if we crash.
972
973 2006-02-18  Julien MOUTTE  <julien@moutte.net>
974
975         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
976         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
977         functions are called with lock held.
978
979 2006-02-18  Julien MOUTTE  <julien@moutte.net>
980
981         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
982         (gst_text_overlay_finalize), (gst_text_overlay_init),
983         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
984         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
985         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
986         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
987         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
988         (gst_text_overlay_change_state): Refactoring of textoverlay
989         without collectpads. This now supports sparse subtitles coming
990         from a demuxer instead of a sub file. Seeking is still broken 
991         though. Need to discuss with wtay some more on how to handle
992         seeking correctly.
993         * ext/pango/gsttextoverlay.h:
994         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
995         subtitles coming from the demuxer.
996
997 2006-02-17  Wim Taymans  <wim@fluendo.com>
998
999         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1000         (gst_vorbisenc_convert_sink):
1001         Use some more scaling functions.
1002
1003 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         * ext/cdparanoia/gstcdparanoiasrc.c:
1006         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1007         (gst_cd_paranoia_paranoia_callback),
1008         (gst_cd_paranoia_src_signal_is_being_watched),
1009         (gst_cd_paranoia_src_read_sector):
1010         * ext/cdparanoia/gstcdparanoiasrc.h:
1011           Add back 'transport-error' and 'uncorrected-error' signals and
1012           make them actually be fired when bad stuff happens (#319340).
1013
1014 2006-02-17  Wim Taymans  <wim@fluendo.com>
1015
1016         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1017         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1018         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1019         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1020         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1021         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1022         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1023         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1024         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1025         (gst_ring_buffer_clear):
1026         Small cleanups.
1027         Added some G_LIKELY.
1028
1029 2006-02-17  Wim Taymans  <wim@fluendo.com>
1030
1031         * gst-libs/gst/audio/TODO:
1032         Update TODO
1033
1034         * gst-libs/gst/audio/gstbaseaudiosink.c:
1035         (gst_base_audio_sink_get_offset):
1036         When trying to play samples ASAP and we don't have a
1037         previous sample, try to play at position 0 instead of
1038         an invalid position.
1039
1040 2006-02-17  Wim Taymans  <wim@fluendo.com>
1041
1042         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1043         (gst_alsasink_reset):
1044         Also release lock when we get an error in _reset();
1045         fix an error message.
1046
1047 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1048
1049         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1050         (gst_alsasink_init), (get_channel_free_structure),
1051         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1052         (gst_alsasink_close):
1053         * ext/alsa/gstalsasink.h:
1054           Add support for more than 2 channels (#326720).
1055
1056 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1057
1058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1059           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1060           with 4 or 6 channels, assume a default channel layout to make things
1061           work (not sure there's anything else we can do in those cases).
1062
1063 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1064
1065         * gst-libs/gst/audio/multichannel.c:
1066           Minor docs fix.
1067
1068         * gst-libs/gst/riff/Makefile.am:
1069         * gst-libs/gst/riff/riff-ids.h:
1070         * gst-libs/gst/riff/riff-media.c:
1071         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1072           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1073           channels and a channel layout map.
1074           
1075 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1076
1077         Reviewed by Edward Hervey  <edward@fluendo.com>
1078
1079         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1080         C-level optimization of the RGBA nearest neighbour function.
1081         Eventually this might end up in liboil with vectorized versions.
1082
1083 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1084
1085         * gst-libs/gst/audio/multichannel.c:
1086         (gst_audio_get_channel_positions):
1087           When we have more than 2 channels, but no channel layout is
1088           specified in the caps, return some default channel layout
1089           to the caller and warn about about a possibly buggy element
1090           (could be buggy filtercaps as well of course) (#317038).
1091
1092 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1095           Add gst-libs/gst/cdda to list of lib search paths.
1096
1097 2006-02-15  Andy Wingo  <wingo@pobox.com>
1098
1099         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1100         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1101         to the Lord Jesus that I do not have to touch the ogg muxer ever
1102         again.
1103
1104 2006-02-15  Edward Hervey  <edward@fluendo.com>
1105
1106         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1107         quicktime movie files can also contain 'uuid' atoms.
1108
1109 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1110
1111         * gst/audioconvert/plugin.c: (plugin_init):
1112           Register the GstAudioChannelPosition enum type with the type
1113           system in the plugin_init function, so that it is known before
1114           any element actually makes use of multi-channel stuff. This is
1115           required for example if one wants to be able to deserialise/use
1116           a caps string with channel positions before any pipeline has
1117           been setup and started, like with gst-launch.
1118
1119 2006-02-14  Wim Taymans  <wim@fluendo.com>
1120
1121         * gst-libs/gst/audio/gstringbuffer.c:
1122         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1123         (gst_ring_buffer_samples_done), (wait_segment),
1124         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1125         Add some compiler G_(UN_)LIKELY help.
1126         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1127         make sure they can exit their functions. Should fix #330748
1128
1129 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1130
1131         * Makefile.am:
1132         * configure.ac:
1133         * win32/MANIFEST:
1134         * win32/common/_stdint.h:
1135           Windows does not have long long; copy the generated _stdint.h
1136         * win32/common/interfaces-enumtypes.c:
1137         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1138         (gst_mixer_track_flags_get_type),
1139         (gst_tuner_channel_flags_get_type):
1140         * win32/common/multichannel-enumtypes.c:
1141         (gst_audio_channel_position_get_type):
1142           update
1143
1144 2006-02-13  Wim Taymans  <wim@fluendo.com>
1145
1146         * gst-libs/gst/audio/gstbaseaudiosink.c:
1147         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1148         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1149         Always sync on first sample we receive when starting.
1150
1151 2006-02-13  Wim Taymans  <wim@fluendo.com>
1152
1153         * gst/playback/gstplaybin.c: (gen_vis_element):
1154         Update vis bin docs.
1155         Move queue after tee so we don't queue video buffers but
1156         audio samples instead. Fixes problems where the video queue
1157         is filled and the audio queue empty.
1158
1159 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1160
1161         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1162           No need to push an EOS event here, GstBaseSrc will do that for us
1163           when we return FLOW_UNEXPECTED.
1164           
1165 2006-02-12  Wim Taymans  <wim@fluendo.com>
1166
1167         * gst-libs/gst/audio/gstbaseaudiosink.c:
1168         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1169         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1170         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1171         Use scale functions when possible.
1172         Fix error messages.
1173         Free clockid when after waiting for EOS.
1174         Use G_(UN_)LIKLY when it makes sense.
1175         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1176
1177 2006-02-12  Edward Hervey  <edward@fluendo.com>
1178
1179         * gst/playback/gstplaybasebin.c: (prepare_output): 
1180         Remove stray semi-colon (fixes #330888).
1181
1182 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1183
1184         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1186         Fix up the XShm call testing so that we catch errors, and don't
1187         cause new ones by attempting to detach from a segment we failed
1188         to attach to. Fixes #312439.
1189
1190 2006-02-10  Edward Hervey  <edward@fluendo.com>
1191
1192         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1193         Added flv file typefind (video/x-flv).
1194
1195 2006-02-10  Edward Hervey  <edward@fluendo.com>
1196
1197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1198         (gst_riff_create_video_template_caps):
1199         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1200         Also added the caps to the default set of riff video caps.
1201
1202 2006-02-09  Andy Wingo  <wingo@pobox.com>
1203
1204         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1205         time and the end time of the last packet in the page.
1206         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1207         on the pages in our queue, set the duration as well. Reflow a
1208         debug statement.
1209         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1210         Fixes bad muxing order.
1211
1212 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1213
1214         * gst-libs/gst/rtp/gstbasertppayload.c:
1215         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1216           update seqnum before setting it on the packet; this makes sure
1217           that the timestamp and seqnum properties match after pushing
1218           a buffer
1219
1220 2006-02-09  Andy Wingo  <wingo@pobox.com>
1221
1222         * gst-libs/gst/audio/gstringbuffer.c
1223         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1224         overflow after 13.5 hours of recording. Kapow!
1225
1226         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1227         the buffer size -- we don't care about underrun/overrun reporting
1228         right now, just need to return a useful value.
1229
1230 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1231
1232         * configure.ac:
1233           Back to CVS
1234
1235 === release 0.10.3 ===
1236
1237 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1238
1239         * configure.ac:
1240           releasing 0.10.3, "Under Pressure"
1241
1242 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1243
1244         * configure.ac:
1245         Drat. Bump libtool version number for new API.
1246         Prelease 0.10.2.3 (of 0.10.3)
1247
1248 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1249
1250         * configure.ac:
1251         * win32/common/config.h:
1252         0.10.2.2 prerelease (of 0.10.3).
1253
1254 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1255
1256         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1257           Revert Andy's newsegment change pending a more correct
1258           fix.
1259
1260 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1261
1262         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1263         (qt_type_find), (plugin_init):
1264           detect more files as 3gp
1265           group and reorder the iso file formats
1266
1267 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1268
1269         * ext/vorbis/vorbis.c: (plugin_init):
1270           Register musicbrainz tags, so apps don't have to.
1271
1272 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1273
1274         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1275         (gst_tag_to_vorbis_tag):
1276           Make sure we called gst_tag_register_musicbrainz_tags()
1277           before possibly mapping a vorbiscomment string from/to a
1278           musicbrainz tag.
1279
1280 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1281
1282         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1283           In case we can't find the required number of consecutive
1284           mpeg audio frames to positively identify an MPEG audio
1285           stream, check if there's at least a valid mpeg audio
1286           frame right at offset 0 and if so suggest mpeg/audio
1287           caps with a very low probability (#153004).
1288
1289 2006-02-07  Andy Wingo  <wingo@pobox.com>
1290
1291         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1292         a TIME segment if we get timestamped buffers. Requires recent
1293         fixes in core to work properly.
1294
1295 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1296
1297         * gst/playback/gstplaybasebin.c: (prepare_output):
1298           Don't print the URI as part of the error message, it
1299           makes error dialogs look rather ugly, especially if
1300           the URI is very long or has characters in it that
1301           need escaping.
1302
1303 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1304
1305         * gst/playback/gstplaybasebin.c: (prepare_output):
1306           Error out if we have only text or subtitles, but nothing
1307           else. Also error out if we have subtitles but no video
1308           stream.
1309
1310 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1311
1312         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1313           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1314           Post an error message on the bus when we encounter an
1315           error, which will hopefully be more meaningful than the
1316           'Internal Flow Error' message users get to see if we
1317           just return GST_FLOW_ERROR.
1318
1319 2006-02-07  Andy Wingo  <wingo@pobox.com>
1320
1321         * configure.ac (GST_MAJORMINOR): Update core version req to
1322         0.10.2.2, for the collectpads API addition (#330244).
1323
1324 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1325
1326         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1327           Return FALSE from plugin_init() when GnomeVFS can't
1328           be initialised for some reason (#328423).
1329
1330 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1331
1332         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1333         Stick to seeking theory until i find the bug.
1334         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1335
1336 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1337
1338         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1339         (theora_enc_finalize), (theora_enc_sink_setcaps),
1340         (theora_set_header_on_caps), (theora_enc_chain),
1341         (theora_enc_change_state):
1342         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1343           Make theoraenc and the tests leak free. Like, really.
1344
1345 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1346
1347         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1348         (theora_enc_finalize), (theora_enc_sink_setcaps):
1349           Add a finalize method to ensure we clean up state even if
1350           someone omitted the state change back to NULL.
1351
1352         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1353         (gst_vorbisenc_chain):
1354           Free some more leaked bits.
1355
1356         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1357         (stop_pipeline):
1358           Wait for state changes to happen if they're ASYNC.
1359
1360           This ought to teach those fancy pants buildbots a lesson.
1361
1362 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1363
1364         * gst-libs/gst/tag/gstid3tag.c:
1365           Add mapping for ID3 International Standard Recording Code
1366           tag "TSRC"
1367
1368 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1369
1370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1371           Don't leak tag names.
1372
1373 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1374
1375         * docs/libs/gst-plugins-base-libs-docs.sgml:
1376         * docs/libs/gst-plugins-base-libs-sections.txt:
1377         * gst-libs/gst/tag/gstid3tag.c:
1378         * gst-libs/gst/tag/gstvorbistag.c:
1379         * gst-libs/gst/tag/tags.c:
1380           Split libgsttag docs into multiple sections.
1381
1382 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1383
1384         * docs/libs/Makefile.am:
1385         * docs/libs/gst-plugins-base-libs-docs.sgml:
1386         * docs/libs/gst-plugins-base-libs-sections.txt:
1387         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1388         * gst-libs/gst/tag/gstvorbistag.c:
1389         * gst-libs/gst/tag/tag.h:
1390         * gst-libs/gst/tag/tags.c:
1391           Add libgsttag to the docs.
1392
1393 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1394
1395         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1396         (gst_text_overlay_init), (gst_text_overlay_src_event),
1397         (gst_text_overlay_collected): Fix clockoverlay.
1398
1399 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1400
1401         * docs/libs/compiling.sgml:
1402           Fix typo: it's pkg-config, not pkg-gconfig
1403
1404         * docs/libs/gst-plugins-base-libs-docs.sgml:
1405         * docs/libs/gst-plugins-base-libs-sections.txt:
1406         * docs/libs/tmpl/gstgconf.sgml:
1407           There is no libgstgconf in 0.10, remove it
1408           from the docs.
1409
1410 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1411
1412         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1413         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1414         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1415         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1416         (gst_sub_parse_class_init), (gst_sub_parse_init),
1417         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1418         (parse_mpsub), (parser_state_init), (handle_buffer),
1419         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1420         * gst/subparse/gstsubparse.h: Introduce seeking code.
1421
1422 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1423
1424         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1425           Add comment about LANGUAGE tag inconsistency (we want
1426           ISO-639-1, but extract three-letter identifiers?)
1427
1428         * po/POTFILES.in:
1429           Add two translatable files.
1430
1431 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1432
1433         * gst-libs/gst/tag/Makefile.am:
1434         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1435         * gst-libs/gst/tag/tag.h:
1436         * gst-libs/gst/tag/tags.c:
1437         (gst_tag_register_musicbrainz_tags_internal),
1438         (gst_tag_register_musicbrainz_tags):
1439           Forward-port some tags stuff from the 0.8 branch. This is
1440           mostly the addition of musicbrainz tags and their mapping
1441           to vorbistags, and a vorbistag mapping of the language tag.
1442
1443 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1444
1445         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1446         refactoring.
1447
1448 2006-02-04  David Schleef  <ds@schleef.org>
1449
1450         * ext/ogg/gstoggmux.c:
1451         * gst/typefind/gsttypefindfunctions.c:
1452           Add Dirac typefinding and add dirac format to oggmux.
1453
1454 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1455
1456         * gst/playback/gstdecodebin.c: (try_to_link_1):
1457           Don't put essential function call into
1458           g_return_*() macro, otherwise it'll all be
1459           replaced by NOOPs when compiling with
1460           G_DISABLE_CHECKS defined.
1461
1462 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1463
1464         * ext/ogg/gstoggdemux.c:
1465         * ext/ogg/gstoggparse.c:
1466         * gst/tcp/gsttcpserversink.c:
1467         * sys/v4l/v4lsrc_calls.c:
1468         * sys/v4l/v4lsrc_calls.h:
1469         Just make it compile with --disable-gst-debug.
1470
1471 2006-02-03  Wim Taymans  <wim@fluendo.com>
1472
1473         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1474         (gst_alsasink_class_init), (gst_alsasink_init),
1475         (gst_alsasink_write), (gst_alsasink_reset):
1476         * ext/alsa/gstalsasink.h:
1477         Add lock to protect alsa calls.
1478         Implement reset to flush samples ASAP, does not work
1479         with dmix though.
1480
1481 2006-02-02  Wim Taymans  <wim@fluendo.com>
1482
1483         * gst-libs/gst/audio/gstbaseaudiosink.c:
1484         (gst_base_audio_sink_provide_clock):
1485         Ugh.. getting late I guess...
1486
1487 2006-02-02  Wim Taymans  <wim@fluendo.com>
1488
1489         * gst-libs/gst/audio/gstbaseaudiosink.c:
1490         (gst_base_audio_sink_provide_clock),
1491         (gst_base_audio_sink_set_property),
1492         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1493         Don't try to provide a clock when we are not negotiated since
1494         we might not be able to make it run.
1495
1496 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1497
1498         * gst/playback/gstdecodebin.c: (try_to_link_1):
1499           Unlinking two source pads is ... hard.
1500
1501 2006-02-02  Wim Taymans  <wim@fluendo.com>
1502
1503         * gst-libs/gst/audio/TODO:
1504         Updated.
1505
1506         * gst-libs/gst/audio/gstbaseaudiosink.c:
1507         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1508         On EOS, wait till the last sample is played before posting EOS.
1509
1510 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1511
1512         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1513           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1514           setting queue_delay to zero. Also avoid thread being started if
1515           queue_delay is zero.
1516
1517 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1518
1519         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1520           Make test work again by connecting fakesinks to each decoded pad,
1521           which makes the pipeline wait until each fakesink has a buffer
1522           queued before going to PAUSED state. At that point we know the
1523           decodebin pads are negotiated.
1524
1525 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1526
1527         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1528         (gst_cdda_base_src_handle_event):
1529         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1530           Pass unhandled queries to the parent class's query function.
1531
1532 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1533
1534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1535         (gst_ogg_pad_src_query):
1536         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1537         * ext/theora/theoradec.c: (theora_dec_src_query),
1538         (theora_dec_sink_query):
1539         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1540         (vorbis_dec_sink_query):
1541         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1542         (gst_vorbisenc_sink_query):
1543         * gst/adder/gstadder.c: (gst_adder_query):
1544           Pass unhandled queries upstream instead of just
1545           dropping them (#326447). Also, fix supported
1546           query types list for some elements.
1547
1548 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1549
1550         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1551         (paris_type_find), (ilbc_type_find), (plugin_init):
1552           Fix typefinding for audio/x-au, audio/x-paris and
1553           audio/iLBC-sh. We cannot use the START_WITH macros
1554           here, because there can only be one typefind factory
1555           with the same name (caps), so the second one would
1556           replace the first one and the first one would never
1557           be called when doing typefinding (see #161712).
1558           
1559
1560 2006-01-31  Wim Taymans  <wim@fluendo.com>
1561
1562         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1563         (vorbis_handle_header_packet), (vorbis_dec_push),
1564         (vorbis_handle_data_packet):
1565         Use scale_int when we can, add some more scaling.
1566         Check packettype before parsing it.
1567
1568 2006-01-31  Wim Taymans  <wim@fluendo.com>
1569
1570         * ext/theora/theoradec.c: (_theora_granule_time),
1571         (theora_dec_src_convert), (theora_dec_sink_convert):
1572         Call right _scale functions.
1573         Use parameter instead of some other random value.
1574
1575 2006-01-31  Wim Taymans  <wim@fluendo.com>
1576
1577         * ext/theora/theoradec.c: (_theora_granule_frame),
1578         (_theora_granule_time), (_inc_granulepos),
1579         (theora_dec_src_convert), (theora_dec_sink_convert),
1580         (theora_handle_type_packet), (theora_handle_data_packet),
1581         (theora_dec_chain):
1582         Use higher precision timestamps calculation.
1583         Convert some other conversions to _scale.
1584
1585 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1586
1587         * gst/audiotestsrc/gstaudiotestsrc.c:
1588         (gst_audio_test_src_create_sine_table), (plugin_init):
1589         * gst/volume/gstvolume.c: (plugin_init):
1590           initialize gst_controller before using
1591
1592 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1593
1594         * tests/check/pipelines/theoraenc.c:
1595         * tests/check/pipelines/vorbisenc.c:
1596         Define constant using G_GINT64_CONSTANT to avoid errors when
1597         passing it around - otherwise it gets truncated to 32 bits.
1598
1599         Fixes failing tests.
1600
1601 2006-01-31  Andy Wingo  <wingo@pobox.com>
1602
1603         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1604         caps being set doesn't have a framerate value. Basically a stopgap
1605         measure.
1606
1607         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1608         technically correct enough to put into core though.
1609         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1610         DURATION. Fixes theoraenc ! oggmux.
1611
1612         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1613         fraction, not double.
1614
1615 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1616
1617         * win32/vs7:
1618         add vs7 project files created by Sergey Scobich
1619
1620 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1621
1622         * win32/vs8:
1623         add vs8 project files created by Sergey Scobich
1624         
1625 2006-01-30  Andy Wingo  <wingo@pobox.com>
1626
1627         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1628         timestamp + duration, not just timestamp -- ogg pages should be
1629         ordered by stop time. Necessary fix given the change in vorbis
1630         timestamps.
1631
1632         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1633         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1634         (granulepos_add): New function, handles the messiness of adjusting
1635         granulepos values.
1636         (theora_buffer_from_packet):
1637         (theora_enc_chain):
1638         (theora_enc_sink_event): Use granulepos_add, not +.
1639
1640         * tests/check/pipelines/theoraenc.c
1641         (check_buffer_granulepos_from_starttime): Just check the frame
1642         count, not the actual granulepos -- we can't dictate to the
1643         encoder when it should be placing keyframes.
1644
1645 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1646
1647         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1648           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1649           play an http:// stream from a server that's not serving
1650
1651 2006-01-30  Andy Wingo  <wingo@pobox.com>
1652
1653         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1654         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1655         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1656         available.
1657
1658         * ext/theora/gsttheoraenc.h:
1659         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1660         although theoraenc was timestamping correctly. Added handling of
1661         streams that start with nonzero timestamps.
1662
1663         * tests/check/Makefile.am:
1664         * tests/check/pipelines/theoraenc.c: New file, basically does same
1665         tests as vorbisenc.
1666
1667         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1668
1669 2006-01-30  Wim Taymans  <wim@fluendo.com>
1670
1671         * gst-libs/gst/audio/gstaudiosink.c:
1672         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1673         (gst_audioringbuffer_pause):
1674         Implement pause that does not wait for completion.
1675
1676         * gst-libs/gst/audio/gstbaseaudiosink.c:
1677         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1678         Don't drop buffers when going to PAUSED but perform preroll on
1679         remaining samples now that core base class supports this.
1680
1681         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1682         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1683         (gst_ring_buffer_commit):
1684         Pause should not signal waiters.
1685         Implement return value of _commit correctly.
1686
1687 2006-01-30  Andy Wingo  <wingo@pobox.com>
1688
1689         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1690
1691         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1692         updated to timestamp from the first sample, not the last.
1693         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1694         special care of granulepos and timestamp for header packets.
1695         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1696         when the first buffer has a nonzero timestamp.
1697
1698         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1699         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1700         case when the first audio buffer we get has a nonzero timestamp.
1701         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1702         properly timestamp vorbis buffers with the time of the first
1703         sample, not the last.
1704         
1705         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1706         vorbis_granule_time_copy -- now it takes the granule/subgranule
1707         offset into account.
1708
1709         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1710         timestamps, durations, and granulepos on buffers produced by
1711         vorbisenc.
1712
1713 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
1714
1715         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1716         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1717           Patch from Eric Jonas to support conversions to/from UYVY 
1718           (Fixes: #324626)
1719
1720 2006-01-30  Julien MOUTTE  <julien@moutte.net>
1721
1722         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
1723         (setup_subtitle), (setup_source), (set_active_source):
1724         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
1725         (gen_text_element), (gen_audio_element), (gen_vis_element),
1726         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
1727
1728 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
1729
1730         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
1731         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
1732                 use gst_guint64_to_gdouble to be compliant with vs6
1733         * gst/playback/gstdecodebin.c: (try_to_link_1)
1734         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
1735                 use G_GINT64_CONSTANT for int64 constants
1736         * win32/common/libgstinterfaces.def:
1737                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
1738         * win32/vs6:
1739                 update and add new project files
1740                 
1741 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1742
1743         * Makefile.am:
1744         * win32/MANIFEST:
1745         * win32/common/interfaces-enumtypes.c:
1746         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1747         (gst_mixer_track_flags_get_type),
1748         (gst_tuner_channel_flags_get_type):
1749         * win32/common/interfaces-enumtypes.h:
1750         * win32/common/multichannel-enumtypes.c:
1751         (gst_audio_channel_position_get_type):
1752         * win32/common/multichannel-enumtypes.h:
1753           add a win32-update rule like in core, and copy over enumtypes files
1754
1755 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1756
1757         * win32/MANIFEST:
1758         * win32/common/config.h:
1759         * win32/common/config.h.in:
1760           add config files just like in core
1761
1762 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
1763
1764         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
1765           Make gcc-4.1 happy (part of #327357).
1766
1767 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1768
1769         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
1770         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
1771         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
1772         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
1773         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
1774         (gst_alsasrc_unprepare), (gst_alsasrc_read):
1775           Update all error messages.  All of them should either use
1776           the default translated message, or actually provide a
1777           translatable string.
1778           Make the string for channel count problems meaningful.
1779
1780 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1781
1782         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1783           check for and throw RESOURCE_BUSY
1784
1785 2006-01-27  David Schleef  <ds@schleef.org>
1786
1787         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
1788           checked in this change -- it requires liboil features not
1789           in 0.3.6.  Revert parts.
1790
1791 2006-01-27  David Schleef  <ds@schleef.org>
1792
1793         * REQUIREMENTS:
1794         * configure.ac: update liboil requirement to 0.3.6
1795         * gst/videoscale/Makefile.am:
1796         * gst/videoscale/vs_scanline.c: liboilify
1797
1798 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1799
1800         * ext/libvisual/visual.c: (get_buffer):
1801           When pad_alloc returns a GstFlowReturn other
1802           than GST_FLOW_OK, make sure it is passed upstream.
1803
1804 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1805
1806         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1807         (gst_alsasink_class_init):
1808           Free the device name string.
1809
1810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1811         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
1812         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
1813           Don't remove a pad from the collectpads structure until it
1814           is released - it's a request pad, and may receive data again
1815           if the element gets moved back to PLAYING state.
1816
1817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1818           Ensure we turn on double buffering on the Xv port, and
1819           set the colour key to something dark and mysterious that
1820           isn't black.
1821
1822 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1823
1824         * ext/alsa/gstalsaplugin.c: (plugin_init):
1825         * ext/cdparanoia/gstcdparanoiasrc.c:
1826         (gst_cd_paranoia_src_base_init), (plugin_init):
1827         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1829           - a library should not call setlocale. see "Libraries" node in
1830             gettext manual
1831           - make sure all plugins that use translation do bindtextdomain
1832             to point to the localedir
1833         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
1834         (setup_sinks), (plugin_init):
1835           all this, and check for NULL when creating sinks
1836
1837 2006-01-27  Julien MOUTTE  <julien@moutte.net>
1838
1839         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
1840         (plugin_init): Make typefinding of subtitles work again.
1841
1842 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1845         (mp3_type_frame_length_from_header), (mp3_type_find),
1846         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
1847         (plugin_init):
1848           Backport a bunch of typefinding fixes from the 0.8 branch.
1849           Also, improve wavpack typefinding: if we can't peek the
1850           entire wavpack block, try to parse the bits we can get and
1851           see if we find what we're looking for in those.
1852
1853 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1854
1855         * sys/ximage/ximagesink.c:
1856         (gst_ximagesink_calculate_pixel_aspect_ratio):
1857         * sys/xvimage/xvimagesink.c:
1858         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
1859         more cases of pixel aspect ratio.
1860
1861 2006-01-26  Edward Hervey  <edward@fluendo.com>
1862
1863         * gst/playback/gstdecodebin.c: (pad_probe):
1864         Also consider the flush-start and tag events as unblockers
1865         for the pad probes.
1866
1867 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1868
1869         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1870         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
1871         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
1872         On the fly visualisation switch, works disabling, enabling as
1873         well but it won't be able to enable vis in a playbin that was
1874         created with no visualisation.
1875
1876 2006-01-25  Wim Taymans  <wim@fluendo.com>
1877
1878         * gst-libs/gst/audio/gstbaseaudiosink.c:
1879         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1880         Undo previous commit that returned WRONG_STATE sooner, it breaks 
1881         resume after pause.
1882
1883 2006-01-25  Wim Taymans  <wim@fluendo.com>
1884
1885         * gst-libs/gst/audio/gstbaseaudiosink.c:
1886         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
1887         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
1888         Improve debugging.
1889         Post error when caps cannot be parsed.
1890         Resync on discontinuity in the stream.
1891         Clip samples to segment boundaries.
1892         return WRONG_STATE sooner when we are flushing.
1893
1894         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1895         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1896         Make audiosrc operate in TIME.
1897         Set TIMESTAMP and DURATION on buffers.
1898
1899 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1900
1901         * tests/examples/seek/seek.c: (main):
1902           Output tag messages as well.
1903
1904 2006-01-23  Edward Hervey  <edward@fluendo.com>
1905
1906         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1907         (free_pad_probes), (remove_fakesink), (pad_probe),
1908         (close_pad_link), (gst_decode_bin_change_state):
1909         Replace GstPadBlockCallback with pad probes that detect
1910         first buffer AND eos before removing fakesink.
1911         Fixes hang with demuxers doing EOS while pre-rolling.
1912         Solves #328279
1913
1914 2006-01-23  Andy Wingo  <wingo@pobox.com>
1915
1916         * ext/alsa/gstalsasink.c:
1917         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1918         (gst_base_rtp_depayload_setcaps),
1919         (gst_base_rtp_depayload_add_to_queue),
1920         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
1921         
1922         Patch by: Jens Granseuer <jensgr at gmx dot net>
1923
1924 2006-01-22  Julien MOUTTE  <julien@moutte.net>
1925
1926         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1927         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1928         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
1929         frames. We might get a frame destroyed after changing state to
1930         NULL, adding a safety check on xcontext.
1931
1932 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1933
1934         * gst-libs/gst/interfaces/xoverlay.c:
1935           Fix prepare-xwindow-id code example in the docs - we need to
1936           ignore all messages that aren't element messages as well.
1937           
1938 2006-01-21  Julien MOUTTE  <julien@moutte.net>
1939
1940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1941           I think one day i'll completely undestand how caps negotiation
1942           is supposed to work. This refactoring handles buffer_alloc
1943           called with caps we can't handle. We definitely don't want a
1944           set_caps with those caps, so we define and allocate a buffer
1945           we would like to receive.
1946
1947 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1948
1949         * gst/playback/gstplaybasebin.c: (setup_source):
1950           Free iterator when done.
1951
1952 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
1953
1954         * gst-libs/gst/audio/gstbaseaudiosink.c:
1955         (gst_base_audio_sink_render):
1956           Fix playback of non-synchronised streams by assuming a rate
1957           of 1.0 instead of a random one.
1958
1959           Makes this work again:
1960
1961           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
1962           endianness=(int)4321, signed=(boolean)true, width=(int)16,
1963           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
1964           audioresample ! alsasink
1965
1966 === release 0.10.2 ===
1967
1968 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
1969
1970         * configure.ac:
1971           releasing 0.10.2, "Then the devil is six"
1972
1973 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1974
1975         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1976         * gst/playback/gststreamselector.c:
1977         (gst_stream_selector_set_property):
1978           Comment out broken code that connects to the state-changed signal.
1979           At this point, changing current stream selection is broken, but 
1980           stuff like gst-launch playbin current-audio=1 works and filters
1981           to the chosen stream.
1982
1983 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1984
1985         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1986           Fix #327216 (null dereference in vorbisdec)
1987
1988 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1989
1990         * ext/theora/theoradec.c: (theora_handle_comment_packet):
1991           Post taglist actually on bus instead of just freeing it
1992           (fixes #327114 and totem bug #327080).
1993
1994         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1995           Use gst_element_found_tags_for_pad(), so that the tags
1996           are sent downstream as an event as well.
1997
1998 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1999
2000         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2001         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2002         (gst_ximagesink_buffer_alloc):
2003         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2004         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2005         (gst_xvimagesink_buffer_alloc):
2006           move all regularly occurring messages to GST_LOG level
2007           add some more object logs
2008
2009 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2010
2011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2012           fix a silly segfault
2013
2014 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2015
2016         * docs/libs/gst-plugins-base-libs-docs.sgml:
2017         * docs/libs/gst-plugins-base-libs-sections.txt:
2018         * gst-libs/gst/audio/mixerutils.c:
2019         * gst-libs/gst/audio/mixerutils.h:
2020           Add docs for mixerutils stuff.
2021
2022 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2023
2024         * gst/playback/gstplaybasebin.c: (setup_source):
2025           Fix playback for sources that emit raw audio or
2026           raw video streams (e.g.: cd audio sources) (#325984).
2027
2028 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2029
2030         * gst-libs/gst/audio/mixerutils.c:
2031         (gst_audio_mixer_filter_do_filter):
2032           actually save the element we create
2033
2034 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2035
2036         * gst-libs/gst/cdda/gstcddabasesrc.c:
2037         (gst_cdda_base_src_handle_track_seek):
2038           No need to post a tag message on the bus when seeking
2039           within the same track, only post it when the current
2040           track changes.
2041
2042 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2043
2044         * gst/playback/gstplaybasebin.c: (group_destroy),
2045         (probe_triggered), (new_decoded_pad), (mute_group_type),
2046         (set_active_source):
2047         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2048         * gst/playback/gststreamselector.c:
2049         (gst_stream_selector_base_init),
2050         (gst_stream_selector_set_property),
2051         (gst_stream_selector_request_new_pad):
2052           Reenable stream selection. These mechanisms need a complete overhaul
2053           in the face of 0.8->0.10 changes though.
2054
2055 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2056
2057         * ext/ogg/gstoggdemux.c:
2058           Change the pad template to src_%d to match the pads that 
2059           are created from it. decodebin needs this information in order
2060           to decide that oggdemux is capable of producing multiple pads
2061           (and hence needs queues inserted).
2062
2063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2064         (gst_ogg_mux_collected):
2065           Make debug output more useful by using GST_PTR_FORMAT.
2066
2067 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2068
2069         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2070
2071         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2072           Set depth and width for alaw/mulaw (fixes #326601).
2073
2074 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2075
2076         * tests/icles/Makefile.am:
2077           don't build the tests if we don't have the libs
2078
2079 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2080
2081         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2082         (gst_cd_paranoia_paranoia_callback):
2083           Don't try to free NULL pointers.
2084
2085 2006-01-10  Edward Hervey  <edward@fluendo.com>
2086
2087         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2088         (gst_audio_rate_change_state), (plugin_init):
2089         Add debugging category.
2090         Fix type issues.
2091         Add case for incoming buffers without valid offset/offset_end.
2092
2093 2006-01-10  Michael Smith  <msmith@fluendo.com>
2094
2095         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2096           Don't leak GCond in audio sources.
2097
2098 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2099
2100         * gst/playback/gstplaybin.c: (gen_audio_element):
2101           Don't leak an autoaudiosink/alsasink when we generate
2102           a new audio element. (old code, I guess)
2103
2104 2006-01-10  Michael Smith  <msmith@fluendo.com>
2105
2106         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2107           Support float audio in audiorate.
2108           Use width rather than depth for selecting sample width.
2109
2110 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2111
2112         * gst/videotestsrc/videotestsrc.h:
2113           Use GLib types here (that way we don't have to include the
2114           generated _stdint.h header, which makes life easier for win32
2115           folks that don't use autotools for the build) (#325990, patch
2116           by: Sergey Scobich).
2117
2118 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2119
2120         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2121         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2122         (gst_ring_buffer_pause), (wait_segment):
2123         * gst-libs/gst/audio/gstringbuffer.h:
2124           Name (private) union, makes Forte compiler happy (this time
2125           for real) (#324900).
2126
2127 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2128
2129         * gst-libs/gst/audio/Makefile.am:
2130           Link against libgstinterfaces, needed for mixer
2131           and property probe stuff.
2132
2133 2006-01-09  Edward Hervey  <edward@fluendo.com>
2134
2135         * gst-libs/gst/Makefile.am:
2136
2137 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2138
2139         * gst-libs/gst/audio/Makefile.am:
2140         * gst-libs/gst/audio/mixerutils.c:
2141         (gst_audio_mixer_filter_do_filter),
2142         (gst_audio_mixer_filter_check_element),
2143         (gst_audio_mixer_filter_probe_feature),
2144         (element_factory_rank_compare_func),
2145         (gst_audio_default_registry_mixer_filter):
2146         * gst-libs/gst/audio/mixerutils.h:
2147           Add gst_audio_default_registry_mixer_filter() utility
2148           function.
2149
2150 2006-01-03  Michael Smith  <msmith@fluendo.com>
2151
2152         * gst/audioresample/resample.h:
2153           As before, but for o_buf
2154
2155 2006-01-03  Michael Smith  <msmith@fluendo.com>
2156
2157         * gst/audioresample/resample.h:
2158           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2159           since we do arithmetic on it.
2160
2161 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2162
2163         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2164         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2165         (gst_ring_buffer_pause), (wait_segment):
2166         * gst-libs/gst/audio/gstringbuffer.h:
2167           Sun's Forte compiler doesn't seem to like anonymous structs,
2168           so use same setup as in GstBaseSrc (fixes #324900).
2169
2170 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2171
2172         * configure.ac:
2173         * gst/volume/Makefile.am:
2174         * gst/volume/demo.c:
2175           move old example to tests/examples/volume/volune.c
2176         * tests/examples/Makefile.am:
2177         * tests/examples/seek/seek.c: (main):
2178           change window-close event from "delete-event" to "destroy"
2179         * tests/examples/volume/Makefile.am:
2180         * tests/examples/volume/volume.c: (value_changed_callback),
2181         (setup_gui), (message_received), (eos_message_received), (main):
2182           fix event handling and bus usage
2183
2184 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2185
2186         * gst/audiotestsrc/gstaudiotestsrc.c:
2187         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2188         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2189         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2190         (gst_audio_test_src_create_square),
2191         (gst_audio_test_src_create_saw),
2192         (gst_audio_test_src_create_triangle),
2193         (gst_audio_test_src_create_silence),
2194         (gst_audio_test_src_create_white_noise),
2195         (gst_audio_test_src_create_pink_noise),
2196         (gst_audio_test_src_init_sine_table),
2197         (gst_audio_test_src_create_sine_table),
2198         (gst_audio_test_src_change_wave),
2199         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2200         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2201         * gst/audiotestsrc/gstaudiotestsrc.h:
2202           update to basesrc changes, implement segmented seeking and eos
2203           handling, add a 'sine-tab' waveform for performance critical playback
2204
2205 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2206
2207         * po/POTFILES.in:
2208           ... and this time the other modified file that I missed last time.
2209
2210 2005-12-29  Michael Smith  <msmith@fluendo.com>
2211
2212         * gst/playback/gstdecodebin.c: (new_pad):
2213           Fix non-C89 variable declaration not at the start of a block. Should
2214           help some compilers.
2215
2216 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2217
2218         * tests/check/Makefile.am:
2219           And now fix 'make distcheck' (builddir != srcdir)
2220
2221 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2222
2223         * configure.ac:
2224         * ext/cdparanoia/Makefile.am:
2225         * ext/cdparanoia/gstcdparanoia.c:
2226         * ext/cdparanoia/gstcdparanoia.h:
2227         * ext/cdparanoia/gstcdparanoiasrc.c:
2228         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2229         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2230         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2231         (gst_cd_paranoia_paranoia_callback),
2232         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2233         (gst_cd_paranoia_src_set_property),
2234         (gst_cd_paranoia_src_get_property), (plugin_init):
2235         * ext/cdparanoia/gstcdparanoiasrc.h:
2236           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2237           plugin again (there are still fixes required to playbin to make
2238           cdda:// uris work there).
2239
2240 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2241
2242         * tests/check/Makefile.am:
2243           Fix test case compilation.
2244
2245 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2246
2247         * gst-libs/gst/cdda/gstcddabasesrc.c:
2248         (gst_cdda_base_src_update_duration),
2249         (gst_cdda_base_src_calculate_cddb_id):
2250           An integer is not a string. Fix access to uninitialised variable.
2251
2252         * tests/check/Makefile.am:
2253           Add cddabasesrc unit test; also actually enable the vorbis test.
2254
2255         * tests/check/generic/states.c:
2256           Blacklist new cd audio elements as well.
2257
2258         * tests/check/libs/cddabasesrc.c:
2259           Unit test for GstCddaBaseSrc (discid calculation mostly).
2260
2261 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2262
2263         * docs/libs/Makefile.am:
2264         * docs/libs/gst-plugins-base-libs-docs.sgml:
2265         * docs/libs/gst-plugins-base-libs-sections.txt:
2266         * docs/libs/gst-plugins-base-libs.types:
2267           Add docs for libgstcdda/GstCddaBaseSrc.
2268
2269         * gst-libs/gst/interfaces/mixertrack.h:
2270           Do one struct member per line with a semicolon at the end, that way
2271           even gtk-doc might parse it without complaining.
2272
2273 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2274
2275         * configure.ac:
2276         * gst-libs/gst/Makefile.am:
2277         * gst-libs/gst/cdda/Makefile.am:
2278         * gst-libs/gst/cdda/base64.c:
2279         * gst-libs/gst/cdda/base64.h:
2280         * gst-libs/gst/cdda/gstcddabasesrc.c:
2281         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2282         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2283         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2284         (gst_cdda_base_src_get_property),
2285         (gst_cdda_base_src_get_track_from_sector),
2286         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2287         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2288         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2289         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2290         (gst_cdda_base_src_uri_get_protocols),
2291         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2292         (gst_cdda_base_src_uri_handler_init),
2293         (gst_cdda_base_src_setup_interfaces),
2294         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2295         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2296         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2297         (gst_cdda_base_src_add_tags),
2298         (gst_cdda_base_src_add_index_associations),
2299         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2300         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2301         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2302         (gst_cdda_base_src_create):
2303         * gst-libs/gst/cdda/gstcddabasesrc.h:
2304         * gst-libs/gst/cdda/sha1.c:
2305         * gst-libs/gst/cdda/sha1.h:
2306           Add new libgstcdda with GstCddaBaseSrc class.
2307
2308 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2309
2310         * ext/gnomevfs/gstgnomevfssink.h:
2311           Use GstBaseSinkClass as parent_class member for class struct, not
2312           GstBaseSink.
2313
2314 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2315
2316         Patch by: Michael Benes
2317
2318         * gst/videotestsrc/gstvideotestsrc.c:
2319         (gst_video_test_src_class_init), (gst_video_test_src_start):
2320           Add start method to reset running time and number of frames sent
2321           when starting up (fixes #324696)
2322
2323 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2324
2325         * docs/plugins/Makefile.am:
2326         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2327         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2328         * docs/plugins/gst-plugins-base-plugins.args:
2329         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2330         * docs/plugins/gst-plugins-base-plugins.signals:
2331           Add docs stuff for gnomevfssrc and gnomevfssink.
2332
2333         * ext/gnomevfs/gstgnomevfssrc.c:
2334           Fix example pipeline in gtk-doc blurb.
2335
2336 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2337
2338         * ext/gnomevfs/Makefile.am:
2339         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2340         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2341         (gst_gnome_vfs_handle_get_type), (plugin_init):
2342         * ext/gnomevfs/gstgnomevfs.h:
2343         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2344         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2345         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2346         (gst_gnome_vfs_sink_set_property),
2347         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2348         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2349         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2350         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2351         (gst_gnome_vfs_sink_uri_get_type),
2352         (gst_gnome_vfs_sink_uri_get_protocols),
2353         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2354         (gst_gnome_vfs_sink_uri_handler_init):
2355         * ext/gnomevfs/gstgnomevfssink.h:
2356           Port gnomevfssink; add gtk-doc blurb.
2357
2358         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2359         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2360         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2361         (gst_gnome_vfs_src_uri_get_type),
2362         (gst_gnome_vfs_src_uri_get_protocols),
2363         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2364         (gst_gnome_vfs_src_uri_handler_init),
2365         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2366         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2367         (gst_gnome_vfs_src_send_additional_headers_callback),
2368         (gst_gnome_vfs_src_received_headers_callback),
2369         (gst_gnome_vfs_src_push_callbacks),
2370         (gst_gnome_vfs_src_pop_callbacks),
2371         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2372         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2373         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2374         * ext/gnomevfs/gstgnomevfssrc.h:
2375           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2376           file; add gtk-doc blurb with example pipelines.
2377
2378 === release 0.10.1 ===
2379
2380 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2381
2382         * configure.ac:
2383           releasing 0.10.1, "Dobro Dedek"
2384
2385 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2386
2387         * gst/typefind/gsttypefindfunctions.c:
2388         iLBC30 and iLBC20 added to typefind.
2389
2390 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2391
2392         * gst-libs/gst/audio/gstbaseaudiosink.c:
2393         (gst_base_audio_sink_class_init):
2394         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2395         (gst_base_audio_src_class_init):
2396           update strings, values are in microseconds
2397           change the default sink buffer time to something that is smaller
2398           (to help software volume mixing have a slightly lower delay) but
2399           still be acceptable on Wim's laptop
2400
2401 2005-12-20  Edward Hervey  <edward@fluendo.com>
2402
2403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2404         Made a quack, forgot to add DUCK to the riff video template.
2405
2406 2005-12-19  Edward Hervey  <edward@fluendo.com>
2407
2408         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2409         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2410         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2411         (gst_ogm_parse_chain):
2412         Make sure pads are initialized correctly.
2413         * gst-libs/gst/riff/riff-ids.h:
2414         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2415         (gst_riff_create_video_template_caps):
2416         Add a whole bunch of FOURCC <=> MimeType.
2417         Extend the riff video pad template to support the newly added fourcc.
2418
2419 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2420
2421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2422         (gst_ogg_demux_activate_chain):
2423           Extra debug output when activating/deactivating chains.
2424
2425         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2426         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2427         (unlinked):
2428           Remove a queue from our list when it becomes unlinked.
2429           Don't add queues to elements in class 'Demux' if they
2430           can only produce one pad 
2431
2432 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2433
2434         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2435         (gst_video_sink_get_type): Add a debug category.
2436
2437 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2438
2439         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2440         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2441           Handle downstream newsegment by sending our own newsegment before the
2442           next buffer to be released. (#323900)
2443
2444 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2445
2446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2447         (gst_base_rtp_depayload_set_gst_timestamp):
2448           add queue delay to new segment as well (as opposed to just the first
2449           buffer). (bug #322347)
2450
2451 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2452
2453         * ext/libvisual/visual.c: (make_valid_name):
2454           change some char* into char[]
2455         * gst/audiotestsrc/gstaudiotestsrc.c:
2456         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2457         (gst_audio_test_src_create):
2458         * gst/audiotestsrc/gstaudiotestsrc.h:
2459           prepare to handle EOS and SEGMENT_DONE
2460
2461 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2462
2463         * tests/check/generic/states.c: (GST_START_TEST):
2464           Blacklist cdparanoia element in state test.
2465
2466 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2467
2468           Patch by: Benjamin Pineau
2469
2470         * gst/tcp/gsttcp.c:
2471         * gst/tcp/gsttcpclientsink.c:
2472         * gst/tcp/gsttcpserversink.c:
2473         * gst/tcp/gsttcpserversrc.c:
2474           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2475
2476 2005-12-15  Michael Smith  <msmith@fluendo.com>
2477
2478         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2479         (gst_video_rate_chain):
2480           Fix timestamping for videorate when the first buffer it sees has a
2481           non-zero timestamp. Fix some misleading debug output.
2482
2483 2005-12-15  Michael Smith  <msmith@fluendo.com>
2484
2485         * gst/audioresample/gstaudioresample.c:
2486           Don't leak all input buffers to audioresample.
2487
2488 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2489
2490         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2491           Don't operate on empty text buffers. Strip newlines and
2492           tabs only from the end of the text, but leave them intact
2493           in the middle. Fix typo in gtk-doc description.
2494
2495 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2496
2497         * gst/playback/gstplaybasebin.c:
2498         * gst/playback/gstplaybin.c: (handoff):
2499           Make sure the video frame buffer we return to apps via the
2500           "frame" property always has caps set on it. Modify
2501           _gst_gvalue_set_object() macro to handle NULL objects
2502           gracefully too.
2503
2504 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2505
2506         * gst/audiotestsrc/gstaudiotestsrc.c:
2507         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2508         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2509         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2510         (gst_audio_test_src_create):
2511         * gst/audiotestsrc/gstaudiotestsrc.h:
2512         Adjust to some recent api changes and add wtays new cool seeking
2513         capabillities
2514
2515 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2516
2517         * ext/alsa/Makefile.am:
2518         * ext/alsa/gstalsadeviceprobe.c:
2519         * ext/alsa/gstalsadeviceprobe.h:
2520           Helper functions to add device probing via the GstPropertyProbe
2521           interface to a class.
2522
2523         * ext/alsa/gstalsamixer.h:
2524           Comment out GST_ALSA_MIXER, it returns a struct that's not
2525           used.
2526
2527         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2528           Add some debug info. 
2529
2530         * ext/alsa/gstalsamixerelement.c:
2531         (gst_alsa_mixer_element_interface_supported),
2532         (gst_implements_interface_init),
2533         (gst_alsa_mixer_element_init_interfaces),
2534         (gst_alsa_mixer_element_class_init),
2535         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2536         (gst_alsa_mixer_element_set_property),
2537         (gst_alsa_mixer_element_get_property),
2538         (gst_alsa_mixer_element_change_state):
2539         * ext/alsa/gstalsamixerelement.h:
2540           Add 'device' and 'device-name' properties. Add GstPropertyProbe
2541           for device handling (gnome-volume-control will need that).
2542
2543 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2544
2545         * ext/Makefile.am: fix cdparanoia entry
2546         * gst-plugins-base.spec.in: add cdparanoia
2547
2548 2005-12-12  Michael Smith  <msmith@fluendo.com>
2549
2550         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2551           Use the correct function to free list of typefind factories.
2552
2553 2005-12-12  Wim Taymans  <wim@fluendo.com>
2554
2555         * gst/videotestsrc/gstvideotestsrc.c:
2556         (gst_video_test_src_class_init), (gst_video_test_src_init),
2557         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2558         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2559         (gst_video_test_src_create):
2560         * gst/videotestsrc/gstvideotestsrc.h:
2561         Implement seeking in videotestsrc.
2562         Small cleanups.
2563
2564 2005-12-12  Wim Taymans  <wim@fluendo.com>
2565
2566         * ext/cdparanoia/Makefile.am:
2567         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2568         (gst_paranoia_endian_get_type), (_do_init),
2569         (cdparanoia_class_init), (cdparanoia_init),
2570         (cdparanoia_set_property), (cdparanoia_get_property),
2571         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2572         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2573         (cdparanoia_convert), (cdparanoia_get_query_types),
2574         (cdparanoia_query), (cdparanoia_set_index),
2575         (cdparanoia_uri_set_uri):
2576         * ext/cdparanoia/gstcdparanoia.h:
2577         Partially ported cdparanoia now that basesrc can support a
2578         plugin like this..
2579
2580 2005-12-12  Wim Taymans  <wim@fluendo.com>
2581
2582         * tests/examples/seek/scrubby.c: (main):
2583         Set higher priority for bus events so they don't get reordered with
2584         gtk gui events.
2585
2586         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2587         (flush_toggle_cb), (main):
2588         Added checkbox to disable flushing seeks. 
2589         Disable scrubbing when doing non flushing seeks.
2590
2591 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2592
2593         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2594         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2595         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2596         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2597           Implement some sort of event handling that doesn't rely on
2598           g_return_if_fail; make sure we always push the last chunk of an 
2599           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2600           state change function; remove some old cruft. Seeking is still
2601           rather unlikely to work though.
2602
2603         * tools/.cvsignore:
2604           Ignore more.
2605
2606 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2607
2608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2609         Fixed a leak of the current image reference when cleaning up.
2610         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2611
2612 2005-12-09  Michael Smith  <msmith@fluendo.com>
2613
2614         * tools/Makefile.am:
2615         * tools/gst-launch-ext-m.m:
2616           Remove gst-launch-ext. It doesn't work, and is no longer
2617           particularly useful.
2618
2619 2005-12-08  Luca Ognibene  <luogni@tin.it>
2620
2621         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2622           don't pass random values to ogmparse convert function.
2623           Make seeking possible in the exile1.ogm file.
2624
2625 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2626
2627         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2628         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2629           Work around refcount problem with g_value_set_object() that occur
2630           if the core has been compiled against GLib-2.6 (g_value_set_object()
2631           will only g_object_ref() the element, but the caller will
2632           gst_object_unref() it and bad things will happen due to the way
2633           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2634           totem for people on FC4 using Thomas's 0.10 RPMs.
2635           
2636 2005-12-07  Edward Hervey  <edward@fluendo.com>
2637
2638         Time to welcome ogm to 0.10 :)
2639         
2640         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2641         (gst_ogg_pad_typefind):
2642         Oggdemux can now properly typefind elements with dynamic pads.
2643         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2644         Properly set caps on src pad, and set caps on outgoing buffers.
2645
2646 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2647
2648         * ext/alsa/gstalsamixer.h:
2649         * ext/alsa/gstalsamixerelement.h:
2650         * ext/alsa/gstalsamixeroptions.h:
2651         * ext/alsa/gstalsamixertrack.h:
2652         * ext/alsa/gstalsasink.c:
2653         * ext/alsa/gstalsasink.h:
2654         * ext/alsa/gstalsasrc.c:
2655         * ext/alsa/gstalsasrc.h:
2656         * ext/cdparanoia/gstcdparanoia.h:
2657         * ext/gnomevfs/gstgnomevfsuri.h:
2658         * ext/ogg/gstoggdemux.c:
2659         * ext/ogg/gstoggmux.c:
2660         * ext/pango/gsttextoverlay.h:
2661         * ext/theora/theoradec.c:
2662         * ext/theora/theoraenc.c:
2663         * ext/vorbis/vorbisdec.h:
2664         * ext/vorbis/vorbisenc.c:
2665         * ext/vorbis/vorbisenc.h:
2666         * ext/vorbis/vorbisparse.h:
2667         * gst-libs/gst/audio/gstaudioclock.h:
2668         * gst-libs/gst/audio/gstaudiosink.c:
2669         * gst-libs/gst/audio/gstaudiosink.h:
2670         * gst-libs/gst/audio/gstaudiosrc.c:
2671         * gst-libs/gst/audio/gstaudiosrc.h:
2672         * gst-libs/gst/audio/gstbaseaudiosink.c:
2673         * gst-libs/gst/audio/gstbaseaudiosink.h:
2674         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2675         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2676         * gst-libs/gst/audio/gstringbuffer.h:
2677         * gst-libs/gst/audio/multichannel.h:
2678         * gst-libs/gst/floatcast/floatcast.h:
2679         * gst-libs/gst/interfaces/colorbalance.c:
2680         * gst-libs/gst/interfaces/colorbalance.h:
2681         * gst-libs/gst/interfaces/colorbalancechannel.h:
2682         * gst-libs/gst/interfaces/mixer.h:
2683         * gst-libs/gst/interfaces/mixeroptions.h:
2684         * gst-libs/gst/interfaces/mixertrack.h:
2685         * gst-libs/gst/interfaces/navigation.h:
2686         * gst-libs/gst/interfaces/propertyprobe.h:
2687         * gst-libs/gst/interfaces/tuner.h:
2688         * gst-libs/gst/interfaces/tunerchannel.h:
2689         * gst-libs/gst/interfaces/tunernorm.h:
2690         * gst-libs/gst/interfaces/xoverlay.h:
2691         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2692         * gst-libs/gst/riff/riff-ids.h:
2693         * gst-libs/gst/riff/riff-media.h:
2694         * gst-libs/gst/riff/riff-read.h:
2695         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2696         * gst-libs/gst/rtp/gstbasertppayload.c:
2697         * gst-libs/gst/rtp/gstbasertppayload.h:
2698         * gst-libs/gst/rtp/gstrtpbuffer.c:
2699         * gst-libs/gst/rtp/gstrtpbuffer.h:
2700         * gst-libs/gst/tag/gsttageditingprivate.h:
2701         * gst-libs/gst/tag/gstvorbistag.c:
2702         (gst_tag_list_from_vorbiscomment_buffer):
2703         * gst-libs/gst/tag/tag.h:
2704         * gst-libs/gst/video/video.h:
2705         * gst/adder/gstadder.c:
2706         * gst/adder/gstadder.h:
2707         * gst/audioconvert/audioconvert.c:
2708         * gst/audioconvert/audioconvert.h:
2709         * gst/audioconvert/gstaudioconvert.c:
2710         * gst/audioconvert/gstchannelmix.c:
2711         * gst/audioconvert/gstchannelmix.h:
2712         * gst/audiorate/gstaudiorate.c:
2713         * gst/audioresample/buffer.h:
2714         * gst/audioresample/functable.h:
2715         * gst/audioresample/gstaudioresample.c:
2716         * gst/audioresample/resample.h:
2717         * gst/ffmpegcolorspace/avcodec.h:
2718         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2719         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2720         * gst/ffmpegcolorspace/imgconvert.c:
2721         * gst/ffmpegcolorspace/imgconvert_template.h:
2722         * gst/playback/gstdecodebin.c:
2723         * gst/playback/gstplaybasebin.h:
2724         * gst/playback/gstplaybin.c:
2725         * gst/playback/gststreaminfo.h:
2726         * gst/tcp/gstfdset.c:
2727         * gst/tcp/gstfdset.h:
2728         * gst/tcp/gstmultifdsink.c:
2729         * gst/tcp/gstmultifdsink.h:
2730         * gst/tcp/gsttcp.h:
2731         * gst/tcp/gsttcpclientsrc.c:
2732         * gst/tcp/gsttcpclientsrc.h:
2733         * gst/tcp/gsttcpplugin.h:
2734         * gst/tcp/gsttcpserversink.c:
2735         * gst/tcp/gsttcpserversrc.c:
2736         * gst/typefind/gsttypefindfunctions.c:
2737         * gst/videorate/gstvideorate.c:
2738         * gst/videotestsrc/gstvideotestsrc.h:
2739         * gst/videotestsrc/videotestsrc.h:
2740         * sys/v4l/gstv4lcolorbalance.h:
2741         * sys/v4l/gstv4ltuner.h:
2742         * sys/v4l/gstv4lxoverlay.h:
2743         * sys/v4l/v4l_calls.h:
2744         * sys/v4l/videodev_mjpeg.h:
2745         * tests/check/elements/audioconvert.c:
2746         * tests/check/elements/audioresample.c:
2747         * tests/check/elements/audiotestsrc.c:
2748         * tests/check/elements/videotestsrc.c:
2749         * tests/check/elements/volume.c:
2750         * tests/examples/seek/scrubby.c:
2751         * tests/examples/seek/seek.c:
2752           expand tabs
2753
2754 === release 0.10.0 ===
2755
2756 2005-12-05   <thomas (at) apestaart (dot) org>
2757
2758         * configure.ac:
2759           releasing 0.10.0, "Mont-d'or"
2760
2761 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2762
2763         * tests/examples/seek/Makefile.am:
2764         Build fix for when gtk is not available.
2765
2766 2005-12-05  Andy Wingo  <wingo@pobox.com>
2767
2768         * ext/libvisual/visual.c: (get_buffer):
2769         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2770         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2771         * ext/theora/theoradec.c: (theora_handle_data_packet):
2772         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2773         (theora_enc_chain):
2774         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2775         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2776         Update for alloc_buffer changes.
2777
2778 2005-12-05  Andy Wingo  <wingo@pobox.com>
2779
2780         patch by: Kai Vehmanen <kv2004 eca cx>
2781         
2782         * gst-libs/gst/rtp/gstbasertpdepayload.c
2783         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
2784
2785 2005-12-04  Andy Wingo  <wingo@pobox.com>
2786
2787         patch by: Sebastien Cote <sebas642 yahoo ca>
2788         
2789         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
2790         Fixes #319172.
2791
2792 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
2793
2794         * docs/plugins/Makefile.am:
2795         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2796         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2797         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2798         * ext/pango/gstclockoverlay.c:
2799         * ext/pango/gsttextoverlay.c: 
2800         * ext/pango/gsttextrender.c:
2801         * ext/pango/gsttimeoverlay.c:
2802           Add gtk-doc blurbs to pango elements.
2803
2804 2005-12-02  Wim Taymans  <wim@fluendo.com>
2805
2806         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
2807         * gst/audioresample/buffer.h:
2808         * gst/audioresample/gstaudioresample.c:
2809         * gst/audioresample/gstaudioresample.h:
2810         * gst/audioresample/resample.c: (resample_input_flush),
2811         (resample_input_pushthrough), (resample_input_eos),
2812         (resample_get_output_size_for_input),
2813         (resample_get_input_size_for_output), (resample_get_output_size),
2814         (resample_get_output_data):
2815         * gst/audioresample/resample.h:
2816         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2817         Fix audioresample, seek torture, new segments, reverse negotiation
2818         etc.. work fine.
2819
2820 2005-12-02  Wim Taymans  <wim@fluendo.com>
2821
2822         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2823         Small cleanups.
2824
2825 2005-12-02  Wim Taymans  <wim@fluendo.com>
2826
2827         * gst/audioconvert/gstaudioconvert.c:
2828         (gst_audio_convert_transform):
2829         Post errors.
2830
2831 === release 0.9.7 ===
2832
2833 2005-12-01   <thomas (at) apestaart (dot) org>
2834
2835         * configure.ac:
2836           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
2837
2838 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2839
2840         * Makefile.am:
2841         * po/hu.po:
2842         * win32/MANIFEST:
2843         * win32/gst.sln:
2844           add win32 MANIFEST file
2845           do something to the hungarian translation
2846
2847 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
2848
2849         * ext/Makefile.am:
2850           Add $(PANGO_DIR) to SUBDIRS
2851
2852         * ext/pango/gstclockoverlay.c:
2853         * ext/pango/gsttimeoverlay.c:
2854           Fix and improve element descriptions.
2855
2856 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2857
2858         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2859         * docs/plugins/inspect/plugin-libvisual.xml:
2860         * docs/plugins/inspect/plugin-pango.xml:
2861           add pango plugin to docs
2862
2863 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2864
2865         * configure.ac:
2866         * ext/Makefile.am:
2867           moved pango to base
2868
2869 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2870
2871         * configure.ac:
2872         * tests/Makefile.am:
2873         * tests/icles/.cvsignore:
2874         * tests/icles/Makefile.am:
2875         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
2876         (close_display), (resize_window), (move_window), (create_window),
2877         (terminate_playback), (pause_playback), (start_playback), (main):
2878           add stress test for xoverlay from Julien
2879
2880 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2881
2882         * docs/libs/tmpl/gstcolorbalance.sgml:
2883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2884         * gst-libs/gst/rtp/gstbasertppayload.c:
2885         * gst-libs/gst/rtp/gstrtpbuffer.c:
2886         * gst-libs/gst/rtp/gstrtpbuffer.h:
2887           Do burger's rename for rtp payloaders and depayloaders
2888
2889 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2890
2891         * win32/:
2892           add Visual Studio 6 build files
2893
2894 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2895
2896         * docs/libs/gst-plugins-base-libs-docs.sgml:
2897         * docs/libs/gst-plugins-base-libs-sections.txt:
2898         * docs/libs/tmpl/gstaudio.sgml:
2899         * docs/libs/tmpl/gstringbuffer.sgml:
2900         * gst-libs/gst/interfaces/xoverlay.c:
2901         * gst-libs/gst/video/gstvideofilter.c:
2902         * gst-libs/gst/video/gstvideosink.c:
2903           update documentation
2904
2905 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2906
2907         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
2908         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
2909         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
2910         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2911         (gst_multi_fd_sink_get_stats),
2912         (gst_multi_fd_sink_remove_client_link),
2913         (gst_multi_fd_sink_handle_client_read),
2914         (gst_multi_fd_sink_client_queue_data),
2915         (gst_multi_fd_sink_client_queue_caps),
2916         (gst_multi_fd_sink_client_queue_buffer),
2917         (gst_multi_fd_sink_new_client),
2918         (gst_multi_fd_sink_handle_client_write),
2919         (gst_multi_fd_sink_recover_client),
2920         (gst_multi_fd_sink_queue_buffer),
2921         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
2922         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
2923         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
2924         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
2925         * gst/tcp/gstmultifdsink.h:
2926         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
2927         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
2928         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
2929         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
2930         (gst_tcp_client_sink_set_property),
2931         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
2932         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
2933         * gst/tcp/gsttcpclientsink.h:
2934         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
2935         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
2936         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
2937         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
2938         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
2939         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
2940         * gst/tcp/gsttcpclientsrc.h:
2941         * gst/tcp/gsttcpplugin.c: (plugin_init):
2942         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
2943         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
2944         (gst_tcp_server_sink_finalize),
2945         (gst_tcp_server_sink_handle_server_read),
2946         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
2947         (gst_tcp_server_sink_set_property),
2948         (gst_tcp_server_sink_get_property),
2949         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2950         * gst/tcp/gsttcpserversink.h:
2951         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
2952         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
2953         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
2954         (gst_tcp_server_src_set_property),
2955         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
2956         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2957         * gst/tcp/gsttcpserversrc.h:
2958           more borgifying
2959
2960 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2961
2962         * docs/plugins/Makefile.am:
2963         * docs/plugins/gst-plugins-base-plugins.args:
2964         * docs/plugins/inspect/plugin-libvisual.xml:
2965         * gst/audioconvert/plugin.h:
2966         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
2967         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
2968         (gst_audio_rate_setcaps), (gst_audio_rate_init),
2969         (gst_audio_rate_chain), (gst_audio_rate_set_property),
2970         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
2971         (plugin_init):
2972         * gst/audiotestsrc/gstaudiotestsrc.c:
2973         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
2974         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2975         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2976         (gst_audio_test_src_get_query_types),
2977         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
2978         (gst_audio_test_src_create_square),
2979         (gst_audio_test_src_create_saw),
2980         (gst_audio_test_src_create_triangle),
2981         (gst_audio_test_src_create_silence),
2982         (gst_audio_test_src_create_white_noise),
2983         (gst_audio_test_src_init_pink_noise),
2984         (gst_audio_test_src_generate_pink_noise_value),
2985         (gst_audio_test_src_create_pink_noise),
2986         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
2987         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
2988         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
2989         (plugin_init):
2990         * gst/audiotestsrc/gstaudiotestsrc.h:
2991         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
2992         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
2993         (gst_sub_parse_init), (gst_sub_parse_formats),
2994         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
2995         (convert_encoding), (get_next_line),
2996         (gst_sub_parse_data_format_autodetect),
2997         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
2998         (gst_sub_parse_loop), (gst_sub_parse_chain),
2999         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3000         (plugin_init):
3001         * gst/subparse/gstsubparse.h:
3002         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3003         (gst_video_rate_base_init), (gst_video_rate_class_init),
3004         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3005         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3006         (gst_video_rate_init), (gst_video_rate_event),
3007         (gst_video_rate_chain), (gst_video_rate_set_property),
3008         (gst_video_rate_get_property), (gst_video_rate_change_state),
3009         (plugin_init):
3010         * gst/videoscale/gstvideoscale.c:
3011         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3012         (gst_video_scale_src_template_factory),
3013         (gst_video_scale_sink_template_factory),
3014         (gst_video_scale_get_type), (gst_video_scale_base_init),
3015         (gst_video_scale_class_init), (gst_video_scale_init),
3016         (gst_video_scale_set_property), (gst_video_scale_get_property),
3017         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3018         (gst_video_scale_prepare_size), (parse_caps),
3019         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3020         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3021         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3022         (plugin_init):
3023         * gst/videoscale/gstvideoscale.h:
3024         * gst/videotestsrc/gstvideotestsrc.c:
3025         (gst_video_test_src_pattern_get_type),
3026         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3027         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3028         (gst_video_test_src_set_pattern),
3029         (gst_video_test_src_set_property),
3030         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3031         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3032         (gst_video_test_src_event), (gst_video_test_src_get_times),
3033         (gst_video_test_src_create), (plugin_init):
3034         * gst/videotestsrc/gstvideotestsrc.h:
3035         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3036         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3037         (gst_video_test_src_black):
3038         * gst/videotestsrc/videotestsrc.h:
3039           borgify further
3040           clean up docs a little
3041
3042 2005-11-30  Wim Taymans  <wim@fluendo.com>
3043
3044         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3045         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3046         (gst_basertppayload_event), (gst_basertppayload_push),
3047         (gst_basertppayload_change_state):
3048         * gst-libs/gst/rtp/gstbasertppayload.h:
3049         closed #320644.
3050
3051 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3052
3053         * docs/libs/gst-plugins-base-libs-docs.sgml:
3054         * docs/libs/gst-plugins-base-libs-sections.txt:
3055         * gst-libs/gst/video/gstvideofilter.c:
3056         * gst-libs/gst/video/gstvideosink.c:
3057         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3058
3059 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3060
3061         * LICENSE:
3062           move
3063         * po/af.po:
3064         * po/az.po:
3065         * po/cs.po:
3066         * po/en_GB.po:
3067         * po/hu.po:
3068         * po/it.po:
3069         * po/nb.po:
3070         * po/nl.po:
3071         * po/or.po:
3072         * po/sq.po:
3073         * po/sr.po:
3074         * po/sv.po:
3075         * po/uk.po:
3076         * po/vi.po:
3077         * Makefile.am:
3078           update
3079         * scripts/autoplugins.sh:
3080           remove
3081
3082 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3083
3084         * Makefile.am:
3085         * configure.ac:
3086         * examples/Makefile.am:
3087         * examples/capsfilter/Makefile.am:
3088         * examples/capsfilter/capsfilter1.c:
3089         * examples/gob/Makefile.am:
3090         * examples/gob/gst-identity2.gob:
3091         * examples/indexing/.cvsignore:
3092         * examples/indexing/Makefile.am:
3093         * examples/indexing/indexmpeg.c:
3094         * examples/seeking/.cvsignore:
3095         * examples/seeking/Makefile.am:
3096         * examples/seeking/cdparanoia.c:
3097         * examples/seeking/cdplayer.c:
3098         * examples/seeking/chained.c:
3099         * examples/seeking/scrubby.c:
3100         * examples/seeking/seek.c:
3101         * examples/stats/Makefile.am:
3102         * examples/stats/mp2ogg.c:
3103         * examples/switch/.cvsignore:
3104         * examples/switch/Makefile.am:
3105         * examples/switch/switcher.c:
3106         * tests/Makefile.am:
3107         * tests/check/generic/.cvsignore:
3108         * tests/check/pipelines/.cvsignore:
3109         * tests/examples/Makefile.am:
3110         * tests/examples/seek/Makefile.am:
3111           reorganize stuff under tests/
3112
3113 2005-11-30  Edward Hervey  <edward@fluendo.com>
3114
3115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3116         Go away you stupid GstStaticPadTemplate memleak.
3117
3118 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3119
3120         * gst-libs/gst/net/Makefile.am:
3121         * gst-libs/gst/net/README:
3122         * gst-libs/gst/net/gstnetbuffer.c:
3123         * gst-libs/gst/net/gstnetbuffer.h:
3124           this was moved to "netbuffer"
3125
3126 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3127
3128         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3129         (gst_video_filter_class_init), (gst_video_filter_init):
3130         * gst-libs/gst/video/gstvideofilter.h:
3131           borgify name to bring in line with other classes
3132
3133 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3134
3135         * gst/audioscale/.cvsignore:
3136         * gst/audioscale/Makefile.am:
3137         * gst/audioscale/README:
3138         * gst/audioscale/audioscale.vcproj:
3139         * gst/audioscale/dtof.c:
3140         * gst/audioscale/dtos.c:
3141         * gst/audioscale/functable.c:
3142         * gst/audioscale/gstaudioscale.c:
3143         * gst/audioscale/gstaudioscale.h:
3144         * gst/audioscale/private.h:
3145         * gst/audioscale/resample.c:
3146         * gst/audioscale/resample.h:
3147         * gst/audioscale/test.c:
3148           remove
3149
3150 2005-11-30  Edward Hervey  <edward@fluendo.com>
3151
3152         * gst-libs/gst/netbuffer/Makefile.am:
3153         really, really tired
3154
3155 2005-11-30  Edward Hervey  <edward@fluendo.com>
3156
3157         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3158         Update for new GstTypeFindFactory _register()
3159
3160 2005-11-30  Edward Hervey  <edward@fluendo.com>
3161
3162         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3163         Let's not override libgstnet from core for no reason...
3164         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3165         Ok, maybe not so quick next time.
3166
3167 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3168
3169         * configure.ac:
3170         * gst-libs/gst/Makefile.am:
3171           moved gst-libs/gst/net to netbuffer through CVS surgery
3172           remove old directory
3173           updating build to accomodate
3174           (#322257)
3175
3176 2005-11-29  Andy Wingo  <wingo@pobox.com>
3177
3178         * pkgconfig/gstreamer-plugins-base.pc.in:
3179         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3180         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3181         (#322257).
3182
3183 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3184
3185         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3186         3rd time's the charm. Correct ref-counting for discarded buffers.
3187
3188 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3189
3190         * gst/playback/gststreamselector.c:
3191         (gst_stream_selector_class_init),
3192         (gst_stream_selector_set_property),
3193         (gst_stream_selector_get_property),
3194         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3195         Fix ref-counting
3196
3197 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3198
3199         * gst/subparse/gstsubparse.c: (feed_textbuf):
3200           Don't access already unref'ed buffer.
3201
3202 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3203
3204         * gst/playback/gststreamselector.c:
3205         (gst_stream_selector_class_init), (gst_stream_selector_init),
3206         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3207         (gst_stream_selector_get_property),
3208         (gst_stream_selector_get_linked_pad),
3209         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3210         * gst/playback/gststreamselector.h:
3211         Add the active-pad property for playbin to use shortly. Ignore buffers
3212         from any other pad, returning GST_FLOW_NOT_LINKED
3213
3214 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3215
3216         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3217         patch from bug #322704 (Alessandro Decina).
3218
3219 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3220
3221         * gst-libs/gst/audio/Makefile.am:
3222           folded audiofilter into the audio library
3223
3224 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3225
3226         * gst/videoscale/gstvideoscale.h:
3227         * gst/videoscale/gstvideoscale.c:
3228           remove unimplemented scale methods
3229
3230 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3231
3232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3233           Don't leak caps.
3234
3235 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3236
3237         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3238         (gst_ximagesink_setcaps):
3239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3240         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3241         happens (only visible on ximagesink but bug is in xv too) set_caps was
3242         destroying the internal x[v]image used to memcpy non locally alloced
3243         buffers so that it got renewed on next _chain. The issue is that 
3244         _expose will try to put that image as it reffed it in _put.
3245         Using gst_buffer_unref instead of destroy fixes it !
3246
3247 2005-11-28  Edward Hervey  <edward@fluendo.com>
3248
3249         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3250         (try_to_link_1), (queue_filled_cb):
3251         Better use of the queues. Start with a small size queue and only increase
3252         the size of the queues when the other queues are empty.
3253
3254 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3255
3256         * gst-libs/gst/video/Makefile.am:
3257           compile in copied-over videofilter into the video library
3258         * gst-libs/gst/video/videosink.h:
3259           rename the header to gstvideosink.h since it's a base GstObject class
3260         * sys/ximage/ximagesink.h:
3261         * sys/xvimage/xvimagesink.h:
3262           use the new header
3263
3264 2005-11-28  Wim Taymans  <wim@fluendo.com>
3265
3266         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3267         * gst/playback/gstplaybasebin.h:
3268         Prepare to handle errors betters.
3269
3270         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3271         Set sinks to PAUSED first before adding and linking them so that
3272         we don't interrupt dataflow.
3273
3274 2005-11-28  Wim Taymans  <wim@fluendo.com>
3275
3276         * gst-libs/gst/audio/TODO:
3277         Updated TODO
3278
3279         * gst-libs/gst/audio/gstaudiosink.c:
3280         (gst_audioringbuffer_open_device),
3281         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3282         (gst_audioringbuffer_release):
3283         Small cleanups.
3284
3285         * gst-libs/gst/audio/gstbaseaudiosink.c:
3286         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3287         (gst_base_audio_sink_change_state):
3288         Slave to the master clock when going to PLAYING and unslave when
3289         going to PAUSED.
3290
3291         * gst-libs/gst/audio/gstringbuffer.c:
3292         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3293         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3294         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3295         (gst_ring_buffer_clear_all), (wait_segment),
3296         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3297         (gst_ring_buffer_advance):
3298         * gst-libs/gst/audio/gstringbuffer.h:
3299         Add some docs and cleanups.
3300
3301 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3302
3303         * sys/xvimage/xvimagesink.c:
3304         (gst_xvimagesink_navigation_send_event): Fix navigation events
3305         coordinates translation with pixel aspect ratios.
3306
3307 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3308
3309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3310         Use calculated video geometry from _setcaps instead of buffer
3311         caps to respect pixel aspect ratio. (fixes #322388)
3312
3313 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3314
3315         * docs/libs/tmpl/gstcolorbalance.sgml:
3316         * docs/libs/tmpl/gstmixer.sgml:
3317         * docs/libs/tmpl/gstxoverlay.sgml:
3318         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3319         interface.
3320
3321 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3322
3323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3324         Refuse to create an XvImage if we can't find the format.
3325
3326 2005-11-28  Edward Hervey  <edward@fluendo.com>
3327
3328         * gst-libs/gst/riff/riff-media.c:
3329         (gst_riff_create_audio_template_caps):
3330         Add ATRAC3 to the list of riff-possible audio caps.
3331         I know we still don't have a plugin for atrac3, but it's saner to output
3332         that than a cryptic mimetype.
3333
3334 2005-11-27  Edward Hervey  <edward@fluendo.com>
3335
3336         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3337         Don't try to create a zero-sized subbuffer.
3338
3339 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3340
3341         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3342         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3343         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3344         (gst_ximagesink_expose): Fixed a tricky race.
3345         * sys/ximage/ximagesink.h:
3346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3347         (gst_xvimagesink_expose): Fixed a tricky race.
3348         * sys/xvimage/xvimagesink.h:
3349
3350 2005-11-27  Edward Hervey  <edward@fluendo.com>
3351
3352         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3353         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3354         Remove unused properties, and add queues between demuxers and decoders
3355         so that a lot more files can preroll properly.
3356
3357 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3358
3359         * gst-libs/gst/net/Makefile.am:
3360         * gst-libs/gst/rtp/Makefile.am:
3361         * gst-libs/gst/tag/Makefile.am:
3362           remove silly include
3363         * gst/tags/Makefile.am:
3364         * gst/tags/gsttagediting.c:
3365         * gst/tags/gsttageditingprivate.h:
3366         * gst/tags/tagedit.vcproj:
3367           remove directory, is as good as empty
3368
3369 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3370
3371         * configure.ac:
3372           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3373         * gst-libs/Makefile.am:
3374         * gst-libs/gst/audio/Makefile.am:
3375         * gst-libs/gst/interfaces/Makefile.am:
3376         * gst-libs/gst/net/Makefile.am:
3377         * gst-libs/gst/riff/Makefile.am:
3378         * gst-libs/gst/rtp/Makefile.am:
3379         * gst-libs/gst/tag/Makefile.am:
3380         * gst-libs/gst/video/Makefile.am:
3381           and use them
3382
3383 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3384
3385         * docs/libs/tmpl/gstcolorbalance.sgml:
3386         * docs/libs/tmpl/gstmixer.sgml:
3387         * docs/libs/tmpl/gstxoverlay.sgml:
3388         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3389         * sys/ximage/ximagesink.h:
3390         * sys/xvimage/xvimagesink.h: More and more documentation.
3391
3392 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3393
3394         * docs/libs/gst-plugins-base-libs-docs.sgml:
3395         * docs/libs/gst-plugins-base-libs-sections.txt:
3396         * docs/libs/tmpl/gstcolorbalance.sgml:
3397         * docs/libs/tmpl/gstmixer.sgml:
3398         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3399         to documentation.
3400
3401 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3402
3403         * docs/plugins/Makefile.am:
3404         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3405         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3406         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3407
3408 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3409
3410         * docs/plugins/Makefile.am:
3411         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3412         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3413         * docs/plugins/inspect/plugin-adder.xml:
3414         * docs/plugins/inspect/plugin-alsa.xml:
3415         * docs/plugins/inspect/plugin-audioconvert.xml:
3416         * docs/plugins/inspect/plugin-audiorate.xml:
3417         * docs/plugins/inspect/plugin-audioresample.xml:
3418         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3419         * docs/plugins/inspect/plugin-decodebin.xml:
3420         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3421         * docs/plugins/inspect/plugin-gnomevfs.xml:
3422         * docs/plugins/inspect/plugin-ogg.xml:
3423         * docs/plugins/inspect/plugin-playbin.xml:
3424         * docs/plugins/inspect/plugin-subparse.xml:
3425         * docs/plugins/inspect/plugin-tcp.xml:
3426         * docs/plugins/inspect/plugin-theora.xml:
3427         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3428         * docs/plugins/inspect/plugin-video4linux.xml:
3429         * docs/plugins/inspect/plugin-videorate.xml:
3430         * docs/plugins/inspect/plugin-videoscale.xml:
3431         * docs/plugins/inspect/plugin-videotestsrc.xml:
3432         * docs/plugins/inspect/plugin-volume.xml:
3433         * docs/plugins/inspect/plugin-vorbis.xml:
3434         * docs/plugins/inspect/plugin-ximagesink.xml:
3435         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3436         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3437
3438 2005-11-26  Edward Hervey  <edward@fluendo.com>
3439
3440         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3441         Properly return GstFlowReturn from gst_pad_push in chain functions.
3442
3443 2005-11-25  Michael Smith  <msmith@fluendo.com>
3444
3445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3446         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3447         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3448         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3449           Handle various conditions better when we don't understand a stream.
3450           Removes a heap of CRITICALs on ogg streams containing unknown data.
3451
3452 2005-11-24  Andy Wingo  <wingo@pobox.com>
3453
3454         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3455         Be threadsafe.
3456
3457 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3458
3459         * configure.ac: back to HEAD
3460
3461 === release 0.9.6 ===
3462
3463 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3464
3465         * configure.ac:
3466           releasing 0.9.6, "White Eight"
3467
3468 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3469
3470         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3471         * docs/plugins/inspect/plugin-sine.xml:
3472           remove sinesrc some more
3473
3474 2005-11-23  Wim Taymans  <wim@fluendo.com>
3475
3476         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3477         If we are reading too slowly, jump forward in the ringbuffer
3478         instead of blocking.
3479
3480 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3481
3482         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3483         (gst_visual_chain):
3484         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3485         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3486         (gst_videorate_chain):
3487         * gst/videotestsrc/gstvideotestsrc.c:
3488         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3489         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3490         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3491         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3492         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3493         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3494           Updates for API changes
3495
3496 2005-11-23  Wim Taymans  <wim@fluendo.com>
3497
3498         * gst-libs/gst/audio/gstbaseaudiosink.c:
3499         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3500         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3501         Fix for calibration API change.
3502
3503 2005-11-23  Michael Smith <msmith@fluendo.com>
3504
3505         * gst-libs/gst/audio/multichannel.c:
3506         (gst_audio_get_channel_positions),
3507         (gst_audio_set_channel_positions),
3508         (gst_audio_set_structure_channel_positions_list),
3509         (gst_audio_fixate_channel_positions):
3510           Use gst_value_array_*() functions on value arrays, not
3511           gst_value_list_*().
3512
3513 2005-11-23  Edward Hervey  <edward@fluendo.com>
3514
3515         * autogen.sh:
3516         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3517         Fixes autogen
3518
3519 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3520
3521         * check/Makefile.am:
3522         * check/elements/videotestsrc.c: (setup_videotestsrc),
3523         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3524         (main):
3525           add a test for videotestsrc
3526
3527 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3528
3529         * gst/sine/.cvsignore:
3530         * gst/sine/Makefile.am:
3531         * gst/sine/gstsinesrc.c:
3532         * gst/sine/gstsinesrc.h:
3533         * gst/sine/sinesrc.vcproj:
3534           and remove sinesrc from the repository.  Closes #321446
3535
3536 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3537
3538         * configure.ac:
3539         * gst-plugins-base.spec.in:
3540           remove sinesrc from the build
3541
3542 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3543
3544         * check/Makefile.am:
3545         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3546         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3547         (main):
3548           add a test for audiotestsrc, testing all waves.  Even seems
3549           leak-free at first glance, nice job Stefan
3550
3551 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3552
3553         * po/af.po:
3554         * po/az.po:
3555         * po/cs.po:
3556         * po/en_GB.po:
3557         * po/hu.po:
3558         * po/it.po:
3559         * po/nb.po:
3560         * po/nl.po:
3561         * po/or.po:
3562         * po/sq.po:
3563         * po/sr.po:
3564         * po/sv.po:
3565         * po/uk.po:
3566         * po/vi.po:
3567           Translation string updates
3568
3569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3570         (gst_v4lsrc_set_caps):
3571         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3572         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3573         * sys/v4l/v4lsrc_calls.h:
3574           Improve v4lsrc, by making it work again.
3575
3576 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3577
3578         * ext/libvisual/visual.c: (gst_visual_chain):
3579           Fix the fps calculations.
3580
3581         * gst/ffmpegcolorspace/avcodec.h:
3582           Move structure element for clarity
3583
3584         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3585         * gst-libs/gst/interfaces/tunernorm.h:
3586         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3587         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3588         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3589         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3590         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3591         (gst_v4lmjpegsrc_getcaps):
3592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3593         (gst_v4lsrc_set_caps):
3594         * sys/v4l/gstv4lsrc.h:
3595         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3596         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3597         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3598         * sys/v4l/v4lsrc_calls.h:
3599           Fractional framerates...
3600
3601 2005-11-22  Wim Taymans  <wim@fluendo.com>
3602
3603         * gst-libs/gst/audio/gstbaseaudiosink.c:
3604         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3605         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3606         And we provide a clock by default, of course...
3607
3608 2005-11-22  Wim Taymans  <wim@fluendo.com>
3609
3610         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3611         This clock can be slaved to a master clock now.
3612
3613         * gst-libs/gst/audio/gstbaseaudiosink.c:
3614         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3615         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3616         (gst_base_audio_sink_set_clock),
3617         (gst_base_audio_sink_set_property),
3618         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3619         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3620         * gst-libs/gst/audio/gstbaseaudiosink.h:
3621         Handle slaving the internal clock to the clock selected in the
3622         pipeline.
3623         Add property to make the basesink not provide a clock.
3624
3625         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3626         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3627         (gst_base_rtp_depayload_wait):
3628         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3629         We can use the clock in GstElement, no need to store it ourselves.
3630
3631 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3632
3633         * docs/libs/tmpl/gstaudio.sgml:
3634           update
3635         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3636         (gst_paranoia_endian_get_type):
3637         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3638         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3639         * gst/audiotestsrc/gstaudiotestsrc.c:
3640         (gst_audiostestsrc_wave_get_type):
3641         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3642         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3643         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3644         (gst_sync_method_get_type), (gst_unit_type_get_type),
3645         (gst_client_status_get_type), (gst_multifdsink_class_init),
3646         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3647         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3648         (gst_multifdsink_get_property):
3649         * gst/tcp/gstmultifdsink.h:
3650         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3651         * gst/videotestsrc/gstvideotestsrc.c:
3652         (gst_videotestsrc_pattern_get_type):
3653           remove deprecated properties
3654           fix up enums to correctly have short lowercase dashed nicks
3655
3656 2005-11-22  Michael Smith <msmith@fluendo.com>
3657
3658         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3659         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3660           Add underscore.
3661
3662 2005-11-22  Michael Smith <msmith@fluendo.com>
3663
3664         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3665         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3666           Use utility method for scaling clocktime for fractional framerates.
3667
3668 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3669
3670         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3671         (gst_visual_chain):
3672         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3673         * ext/theora/theoradec.c: (theora_handle_type_packet):
3674         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3675         (theora_enc_chain):
3676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3677         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3678         * gst-libs/gst/video/video.h:
3679         * gst/ffmpegcolorspace/avcodec.h:
3680         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3681         (gst_ffmpeg_caps_to_pixfmt):
3682         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3683         (gst_ffmpegcsp_set_caps):
3684         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3685         (gst_videorate_setcaps), (gst_videorate_blank_data),
3686         (gst_videorate_chain):
3687         * gst/videotestsrc/gstvideotestsrc.c:
3688         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3689         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3690         (gst_videotestsrc_event), (gst_videotestsrc_create):
3691         * gst/videotestsrc/gstvideotestsrc.h:
3692         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3693         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3694         (gst_ximagesink_get_times), (gst_ximagesink_init):
3695         * sys/ximage/ximagesink.h:
3696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3697         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3698         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3699         * sys/xvimage/xvimagesink.h:
3700           Convert elements to use fractions for their framerate.
3701           V4L elements to come later tonight.
3702
3703 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3704
3705         * gst-libs/gst/audio/audio.c:
3706         * gst-libs/gst/audio/audio.h:
3707           remove some deprecated functions
3708
3709 2005-11-22  Andy Wingo  <wingo@pobox.com>
3710
3711         * Update for gst_tag_setter API changes.
3712
3713 2005-11-22  Andy Wingo  <wingo@pobox.com>
3714
3715         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
3716         (gst_ogg_demux_perform_seek):
3717         * ext/theora/theoradec.c (theora_dec_sink_event):
3718         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
3719         update-funcnames.
3720
3721 2005-11-22  Wim Taymans  <wim@fluendo.com>
3722
3723         * examples/seeking/seek.c: (main):
3724         Give higher priority to bus signals than the gtk events
3725         to fix a race condition in the segment looping.
3726
3727 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3728
3729         * ext/theora/Makefile.am:
3730         * ext/vorbis/Makefile.am:
3731         * gst-libs/gst/tag/Makefile.am:
3732         * gst-plugins-base.spec.in:
3733           Rename libgsttagedit to libgsttag (#322117).
3734
3735 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3739           Call gst_x_overlay_prepare_xwindow_id() to give applications
3740           a final chance to set their own xwindow id before the video
3741           sink creates its own window.
3742
3743 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3744
3745         * sys/xvimage/xvimagesink.c:
3746         (gst_xvimagesink_navigation_send_event): Handle navigation
3747         events correcly with borders if applicable.
3748
3749 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3750
3751         Patch by: Luca Ognibene
3752
3753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3754         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3755         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3756         (gst_ffmpegcsp_caps_remove_format_info):
3757         * gst/ffmpegcolorspace/imgconvert.c:
3758         * gst/ffmpegcolorspace/imgconvert_template.h:
3759           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
3760           #318353); use gst_structure_has_name().
3761
3762 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3763
3764         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
3765         (gst_ximagesink_class_init): Add debug macros on functions.
3766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3767         (gst_xvimagesink_xwindow_draw_borders),
3768         (gst_xvimagesink_xvimage_put),
3769         (gst_xvimagesink_xwindow_update_geometry),
3770         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
3771         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
3772         (gst_xvimagesink_xcontext_clear),
3773         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
3774         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
3775         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3776         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3777         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
3778         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3779         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
3780         expose while being PAUSED, out of data flow navigation events, etc..
3781
3782 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3783
3784         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3785         * gst-libs/gst/audio/audio.h:
3786           fix prototype - wondering why the test worked regardless
3787
3788 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3789
3790         * check/Makefile.am:
3791         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3792         * gst-libs/gst/audio/audio.h:
3793           add a method that returns a proper GstClockTime
3794
3795 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3796
3797         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
3798         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
3799         * gst-libs/gst/interfaces/xoverlay.h:
3800           Remove everything having to do with the desired size; add 
3801           gst_x_overlay_prepare_xwindow_id() function; remove the
3802           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
3803           post a message on the bus instead (#321816).
3804
3805         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
3806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
3807         (gst_xvimagesink_xoverlay_init):
3808           Remove desired size stuff (#321816).
3809
3810 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3811
3812         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3813         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3814         (mpeg_video_type_find), (mpeg_video_stream_type_find):
3815           Terminate vararg functions with NULL instead of 0 to 
3816           make gcc4 happy.
3817
3818 2005-11-21  Andy Wingo  <wingo@pobox.com>
3819
3820         patch by: Sebastien Cote <sebas642@yahoo.ca>
3821         
3822         * gst-libs/gst/rtp/gstrtpbuffer.h: 
3823         * gst-libs/gst/rtp/gstrtpbuffer.c
3824         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
3825
3826 2005-11-21  Andy Wingo  <wingo@pobox.com>
3827
3828         * gst/playback/gstplaybin.c (gen_audio_element) 
3829         (gen_video_element): Use the new MISSING_PLUGIN core error
3830         category. Closes #320060.
3831
3832         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
3833         * gst/videorate/gstvideorate.c (gst_videorate_event):
3834         * ext/theora/theoradec.c (theora_dec_sink_event): 
3835         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
3836         stream lock.
3837
3838         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
3839         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
3840         stream lock changes.
3841
3842 2005-11-21  Wim Taymans  <wim@fluendo.com>
3843
3844         * gst-libs/gst/audio/gstbaseaudiosink.c:
3845         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3846         (gst_base_audio_sink_provide_clock),
3847         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
3848         (gst_base_audio_sink_change_state):
3849         * gst/audioresample/gstaudioresample.c:
3850         Segment update fix.
3851
3852 2005-11-21  Andy Wingo  <wingo@pobox.com>
3853
3854         * *.h:
3855         * *.c: Ran scripts/update-macros. Oh yes.
3856
3857 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3858
3859         * sys/ximage/Makefile.am:
3860         * sys/ximage/ximage.c:
3861           Rename ximage plugin to ximagesink (#321426) (Don't forget to
3862           remove your old libgstximage.* manually if necessary).
3863
3864 2005-11-21  Michael Smith <msmith@fluendo.com>
3865
3866         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
3867           Minimal fix for bug #320200: set the min/max bitrate in the correct
3868           units. A better fix would be to upgrade to the RATEMANAGE2
3869           interface, rather than using the deprecated interface used here, but
3870           that would require an update in our libvorbis dependency (to 1.1),
3871           which is probably undesirable.
3872
3873 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
3874
3875         * ext/libvisual/visual.c: (get_buffer):
3876         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3877         (gst_base_audio_src_fixate):
3878         * gst/audioconvert/gstaudioconvert.c:
3879         (gst_audio_convert_fixate_caps):
3880         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
3881         * gst/audiotestsrc/gstaudiotestsrc.c:
3882         (gst_audiotestsrc_src_fixate):
3883         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3884         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
3885         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
3886         * gst/videotestsrc/gstvideotestsrc.c:
3887         (gst_videotestsrc_src_fixate):
3888         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
3889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
3890           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
3891           (#322027)
3892
3893
3894 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3895
3896         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3897         (gst_riff_create_iavs_caps):
3898         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
3899         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3900         (gst_riff_parse_info):
3901         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
3902         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
3903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3904           Fixes for GST_FOURCC_FORMAT API change.
3905
3906 2005-11-21  Andy Wingo  <wingo@pobox.com>
3907
3908         patch by: Alessandro Dessina <alessandro nnva org>
3909
3910         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
3911         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
3912         (gst_ogg_parse_chain):
3913         * ext/theora/theoraenc.c (theora_set_header_on_caps):
3914         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
3915         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
3916         gst_value_list calls on arrays. Fixes #321962.
3917
3918 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3919
3920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3921         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
3922         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3923         * gst/adder/gstadder.c: (gst_adder_init),
3924         (gst_adder_request_new_pad), (gst_adder_collected),
3925         (gst_adder_change_state):
3926           Update for gst_collectpads_foo() to gst_collect_pads_foo()
3927           API change.
3928
3929 2005-11-21  Michael Smith <msmith@fluendo.com>
3930
3931         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
3932         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
3933           Properly handle pad_push return values.
3934
3935 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
3936
3937         * gst-libs/gst/tag/Makefile.am:
3938         * gst-libs/gst/tag/gstvorbistag.c:
3939         (gst_tag_list_to_vorbiscomment_buffer):
3940           Remove obsolete vorbistag element and debug category.
3941
3942         * gst/playback/gstplaybasebin.c: (check_queue):
3943           Don't divide by 0 when queue-threshold is 0.
3944
3945         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
3946           Don't modify an existing pixel-aspect-ratio if we fail to read
3947           a new one.
3948
3949 2005-11-20  Wim Taymans  <wim@fluendo.com>
3950
3951         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
3952         (gst_vorbisenc_push_packet):
3953         GST_PAD_IS_USABLE is gone, use the return value of
3954         the push or pad_alloc_buffer instead.
3955
3956 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3957
3958         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3959         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3960         (gst_ximagesink_ximage_destroy),
3961         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
3962         (gst_ximagesink_xwindow_new),
3963         (gst_ximagesink_xwindow_update_geometry),
3964         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
3965         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
3966         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
3967         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3968         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
3969         (gst_ximagesink_navigation_send_event),
3970         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
3971         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3972         (gst_ximagesink_finalize), (gst_ximagesink_init),
3973         (gst_ximagesink_class_init):
3974         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
3975         This new version brings correct software scaling, non flickering
3976         window while resizing, pixel aspect ratio handling, usage of
3977         hardware buffer pools, out of data flow event thread for 
3978         navigation and handling of expose events even when being PAUSED,
3979         a new property to keep video aspect ratio when resizing, etc...
3980
3981 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3982
3983         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3984         (gst_videoscale_fixate_caps): Introduce back caps fixate with
3985         handling of PAR.
3986
3987 2005-11-18    <bilboed@dvdsrc.fluendo.com>
3988
3989         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
3990         Unsetting IS_SINK flag from the fakesink, so decodebin
3991         never behaves as a sink.
3992
3993 2005-11-17  Wim Taymans  <wim@fluendo.com>
3994
3995         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3996         (gst_base_audio_src_change_state):
3997         Fix the audiosrc base class again, we did not unflush.
3998
3999 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4000
4001         * examples/seeking/seek.c: (make_dv_pipeline),
4002         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4003         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4004         to ogg/vorbis/theora pipeline.
4005
4006 2005-11-17  Wim Taymans  <wim@fluendo.com>
4007
4008         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4009         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4010         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4011         Fix EOS on multiple streams.
4012         More debugging.
4013
4014 2005-11-16  Wim Taymans  <wim@fluendo.com>
4015
4016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4017         (gst_ogg_demux_perform_seek):
4018         Segment done must include stream time.
4019
4020         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4021         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4022         (gst_ogg_mux_change_state):
4023         Fix ogg muxer again.
4024
4025 2005-11-16  Wim Taymans  <wim@fluendo.com>
4026
4027         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4028         Fix compile again.
4029
4030 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4031
4032         * ext/libvisual/visual.c: (gst_visual_init):
4033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4034         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4035         (gst_ogg_parse_chain):
4036         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4037         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4038         * ext/theora/theoradec.c: (gst_theora_dec_init):
4039         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4040         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4041         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4042         * gst/adder/gstadder.c: (gst_adder_class_init),
4043         (gst_adder_dispose):
4044         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4045         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4046         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4047           Fix a whole set of pad template leaks
4048
4049 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4050
4051         * check/generic/states.c: (GST_START_TEST):
4052           fix the test so that it only checks for elements that are part of
4053           this source module
4054
4055 2005-11-16  Michael Smith <msmith@fluendo.com>
4056
4057         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4058         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4059         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4060         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4061         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4062         (gst_ogg_mux_change_state):
4063           Fix leaking collectpads.
4064
4065 2005-11-16  Edward Hervey  <edward@fluendo.com>
4066
4067         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4068         (gst_videorate_event), (gst_videorate_chain):
4069         Handle segment seeks
4070
4071 2005-11-16  Wim Taymans  <wim@fluendo.com>
4072
4073         * gst-libs/gst/audio/gstbaseaudiosink.c:
4074         (gst_base_audio_sink_provide_clock),
4075         (gst_base_audio_sink_change_state):
4076         Set ringbuffer to non-flushing when going to PAUSED, set to
4077         flushing again when going to READY.
4078
4079         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4080         (gst_ring_buffer_stop):
4081         Start in flushing mode by default.
4082         Don't set flushing in the _stop method, let the app call
4083         this explicitly.
4084
4085 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4086
4087         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4088         * gst-libs/gst/video/videosink.h: Add helper function needed
4089         for video sinks.
4090
4091 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4092
4093         * gst/videoscale/gstvideoscale.c:
4094         (gst_videoscale_handle_src_event):
4095           Don't leak reference to pad parent.
4096
4097 2005-11-16  Wim Taymans  <wim@fluendo.com>
4098
4099         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4100         Set ringbuffer to flushing when stopping so that we don't
4101         block on wait_segment anymore and livelock.
4102
4103 2005-11-16  Wim Taymans  <wim@fluendo.com>
4104
4105         * examples/seeking/seek.c: (send_event), (do_seek),
4106         (loop_toggle_cb), (segment_done), (main):
4107         Added looping checkbox.
4108
4109 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4110
4111         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4112         (gst_ogg_demux_init):
4113         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4114         (gst_vorbis_dec_init):
4115           revert unrefs, they don't pass make check
4116
4117 2005-11-15  Johan Dahlin  <johan@gnome.org>
4118
4119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4120         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4121         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4122         (gst_vorbis_dec_init):
4123         Fix pad template leaks. 
4124
4125 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4126
4127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4128           Make state change function thread safe.
4129
4130 2005-11-15  Edward Hervey  <edward@fluendo.com>
4131
4132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4133         (gst_ogg_demux_class_init):
4134         Implement GstElement::send_event, so we can send seek events
4135         in GST_STATE_READY
4136
4137 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4138
4139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4140         Discovered how to take away flickering while resizing the
4141         window. Please don't put that in ximagesink, refactoring in
4142         progress.
4143
4144 2005-11-14  Michael Smith <msmith@fluendo.com>
4145
4146         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4147         (gst_multifdsink_render):
4148           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4149
4150 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4151
4152         * gst/playback/gstplaybin.c: (gen_audio_element):
4153           Use autoaudiosink, it tends to be more widely available than
4154           autoaudiiosink.
4155           
4156 2005-11-14  Andy Wingo  <wingo@pobox.com>
4157
4158         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4159         as well if it is available. Fixes #316442.
4160
4161 2005-11-14  Michael Smith <msmith@fluendo.com>
4162
4163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4164         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4165         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4166         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4167         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4168         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4169         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4170         (gst_vorbisenc_change_state):
4171           Fix a small memory leak in vorbisenc.
4172           Fix large memory leaks in oggmux, also fix lots of state change
4173           bugs in oggmux.
4174
4175 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4176
4177         * gst/videotestsrc/gstvideotestsrc.c:
4178         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4179         (gst_videotestsrc_src_fixate):
4180           move fixation to a fixate function
4181           remove negotiate function, basesrc's is good enough
4182           fixes a bug for check when using the element alone
4183
4184 2005-11-13  Edward Hervey  <edward@fluendo.com>
4185
4186         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4187         (key_toggle_cb), (main):
4188         Added checkboxes for adding/removing the accurate and key_unit seek
4189         flags.
4190
4191 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4192
4193         * configure.ac: back to HEAD
4194
4195 === release 0.9.5 ===
4196
4197 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4198
4199         * configure.ac:
4200           releasing 0.9.5, "No No Kia"
4201
4202 2005-11-11  Edward Hervey  <edward@fluendo.com>
4203
4204         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4205         Added parse-launch syntax seeking mode for the seeking example.
4206         This should help stress-test even more cases.
4207         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4208
4209 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4210
4211         * sys/xvimage/xvimagesink.c:
4212         (gst_xvimagesink_navigation_send_event):
4213           Check whether peer pad exists before sending navigation events
4214           to it.
4215
4216 2005-11-11  Michael Smith <msmith@fluendo.com>
4217
4218         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4219         (gst_vorbisenc_buffer_from_packet):
4220         * ext/vorbis/vorbisenc.h:
4221           Set duration on encoded buffers. This allows oggmux's
4222           max_page_delay parameter to actually work.
4223
4224 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4225
4226         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4227         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4228         (gst_ffmpegcsp_avpicture_fill):
4229         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4230         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4231           Make palettes work again (see #132341). Use our own macros
4232           for rounding up.
4233
4234 2005-11-10  Andy Wingo  <wingo@pobox.com>
4235
4236         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4237         string doober.
4238
4239 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4240
4241         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4242         (gst_ffmpegcsp_transform_caps):
4243           Prefer passthrough in transform_caps
4244
4245 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4246
4247         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4248           check for ALSA errors properly, instead of relying on ALSA's
4249           error strings to serve to the user.
4250
4251 2005-11-10  Wim Taymans  <wim@fluendo.com>
4252
4253         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4254         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4255         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4256         Modernise the seek code.
4257
4258 2005-11-10  Michael Smith <msmith@fluendo.com>
4259         
4260         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4261         (setup_substreams), (set_active_source):
4262           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4263           trying to go to NULL if we failed to read a file.
4264
4265 2005-11-10  Wim Taymans  <wim@fluendo.com>
4266
4267         * gst/audiotestsrc/gstaudiotestsrc.c:
4268         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4269         (gst_audiotestsrc_create):
4270         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4271         (gst_sinesrc_get_times), (gst_sinesrc_create):
4272         * gst/videotestsrc/gstvideotestsrc.c:
4273         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4274         (gst_videotestsrc_create):
4275         The base class can now sync for us.
4276
4277 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4278
4279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4280           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4281           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4282           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4283           format=(fourcc)I420" ! xvimagesink
4284
4285 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4286
4287         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4288         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4289         (gst_sinesrc_newsegment):
4290           Send newsegment event in TIME format, set duration if
4291           num-buffers is set, fix duration querying.
4292
4293 2005-11-10  Michael Smith <msmith@fluendo.com>
4294
4295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4296         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4297         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4298         (gst_ogg_mux_collected):
4299          Fix EOS handling, partially. Now forwarding an EOS event once we have
4300          EOS on all pads works correctly. However, we still don't properly set
4301          EOS on the actual ogg stream pages.
4302
4303 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4304
4305         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4306           Set elements to NULL state before disposing of them.
4307
4308 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4309
4310         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4311
4312         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4313         (gst_base_rtp_depayload_init),
4314         (gst_base_rtp_depayload_set_gst_timestamp):
4315         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4316           We need to send a newsegment event for each instance, not
4317           just for the first instance of this class (get rid of
4318           static variable in function). (#321011).
4319           
4320 2005-11-08  Michael Smith <msmith@fluendo.com>
4321
4322         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4323         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4324         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4325         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4326           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4327           This makes us mux things correctly according to the ogg muxing
4328           rules. Still not handling EOS correctly right now, though.
4329
4330 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4331
4332         * gst/audioconvert/gstaudioconvert.c:
4333           Fix typo in docs. 
4334
4335 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4336
4337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4338         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4339           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4340           creating a new chain; should fix live streaming. Also
4341           add more debug output and fix a typo.
4342
4343 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4344
4345         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4346
4347         * gst/volume/gstvolume.c: (volume_set_caps):
4348           Fix compilation on Solaris with Forte. (#320923)
4349
4350 2005-11-08  Wim Taymans  <wim@fluendo.com>
4351
4352         * gst-libs/gst/audio/gstbaseaudiosink.c:
4353         (gst_base_audio_sink_render):
4354         No need to do a typecheck.
4355
4356 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * ext/alsa/gstalsa.h:
4359           We register a debug category, so let's use it.
4360
4361 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4362
4363         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4364         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4365         Fixed a small problem.
4366
4367 2005-11-04  Wim Taymans  <wim@fluendo.com>
4368
4369         * examples/seeking/Makefile.am:
4370         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4371         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4372         (make_playerbin_pipeline), (format_value), (update_scale),
4373         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4374         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4375         (print_usage), (main):
4376         Added app for playback speed testing.
4377
4378         * examples/seeking/seek.c: (dynamic_link),
4379         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4380         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4381         (message_received), (main):
4382         Updated seek example.
4383
4384 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4385
4386         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4387         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4388         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4389         (gst_base_rtp_depayload_set_clock):
4390         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4391         Don't sleep on the bench (system clock) when you have a nice 
4392         comfortable bed (Gstreamer clock) to sleep on.
4393
4394 2005-11-03  Wim Taymans  <wim@fluendo.com>
4395
4396         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4397         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4398         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4399         Handle the case where a pad_block failed.
4400
4401 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4402
4403         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4404
4405         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4406         (gst_base_rtp_depayload_add_to_queue),
4407         (gst_base_rtp_depayload_push),
4408         (gst_base_rtp_depayload_set_gst_timestamp),
4409         (gst_base_rtp_depayload_queue_release):
4410           Fixes some bugs in the depayloader's queuing/de-queueing code.
4411
4412 2005-10-31  Michael Smith <msmith@fluendo.com>
4413
4414         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4415         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4416         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4417           Patch from Alessandro Decina <alessandro@nnva.org>.
4418           Make oggdemux only find the final time in a chain, not per-pad,
4419           since the per-pad information can be very expensive to locate, and
4420           it isn't used anywhere. This makes reading a file containing
4421           OggSkeleton reasonably fast.
4422           Also, make chain finding work when there are logical bitstreams that
4423           can't be decoded. Fixes #319110.
4424
4425 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4426
4427         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4428         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4429         (gst_base_rtp_depayload_chain),
4430         (gst_base_rtp_depayload_add_to_queue),
4431         (gst_base_rtp_depayload_push),
4432         (gst_base_rtp_depayload_set_gst_timestamp),
4433         (gst_base_rtp_depayload_queue_release),
4434         (gst_base_rtp_depayload_start_thread),
4435         (gst_base_rtp_depayload_set_property),
4436         (gst_base_rtp_depayload_get_property):
4437         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4438         Some random fixes, to fullfill the desires of thomas.
4439
4440 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4441
4442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4443         (gst_base_rtp_depayload_add_to_queue),
4444         (gst_base_rtp_depayload_push):
4445         Fixed the queueing algorithm.
4446
4447 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4448
4449         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4450         (gst_base_rtp_depayload_push):
4451         A small fix
4452
4453 2005-10-31  Wim Taymans  <wim@fluendo.com>
4454
4455         * gst-libs/gst/audio/gstringbuffer.h:
4456         Don't break ABI.
4457
4458         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4459         (gst_ffmpeg_caps_to_pixfmt):
4460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4461         (gst_ffmpegcsp_set_caps):
4462         Some more comments.
4463         Handle missing required caps fields better.
4464
4465 2005-10-31  Wim Taymans  <wim@fluendo.com>
4466
4467         * gst-libs/gst/audio/gstbaseaudiosink.c:
4468         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4469         (gst_base_audio_sink_render):
4470         * gst-libs/gst/audio/gstringbuffer.c:
4471         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4472         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4473         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4474         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4475         (gst_ring_buffer_read):
4476         * gst-libs/gst/audio/gstringbuffer.h:
4477         Add flushing mode to the ringbuffer so that it in all cases does
4478         not try to handle more audio. This makes sure it does not try to
4479         block anymore when flushing and fixes a livelock.
4480
4481 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4482
4483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4484         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4485         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4486           Explicitly check for -1 values before doing a conversion
4487           and always map them to -1. (#315545)
4488
4489 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4490
4491         * gst/playback/gstplaybin.c: (gen_video_element):
4492           first try autovideosink, then xvimagesink, then error out
4493         * po/POTFILES.in:
4494           add translatable file
4495         * po/af.po:
4496         * po/az.po:
4497         * po/cs.po:
4498         * po/en_GB.po:
4499         * po/hu.po:
4500         * po/it.po:
4501         * po/nb.po:
4502         * po/nl.po:
4503         * po/or.po:
4504         * po/sq.po:
4505         * po/sr.po:
4506         * po/sv.po:
4507         * po/uk.po:
4508         * po/vi.po:
4509           update translations
4510
4511 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4512
4513         * gst-libs/gst/rtp/gstbasedepayload.c:
4514         * gst-libs/gst/rtp/gstbasedepayload.h:
4515           Minor cleanups
4516
4517 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4518
4519         * gst/playback/.cvsignore:
4520         * gst/playback/decodetest.c:
4521         * gst/playback/test3.c:
4522           Port these two tests as well.
4523
4524 2005-10-27  Wim Taymans  <wim@fluendo.com>
4525
4526         * ext/theora/theoradec.c: (theora_dec_src_query),
4527         (theora_dec_sink_event):
4528         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4529         (theora_enc_change_state):
4530         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4531         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4532         Take proper locks when handling events.
4533
4534 2005-10-27  Wim Taymans  <wim@fluendo.com>
4535
4536         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4537         (gst_adder_change_state):
4538         Fix timestamps and fix deadlock when stopping the collectpads.
4539
4540 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
4541
4542         * gst-libs/gst/rtp/gstrtpbuffer.h:
4543         Declaring the payload types as strings too so that they can be used
4544         in the padtemplate inialization.
4545
4546 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4547
4548         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4549
4550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4551         (gst_base_rtp_depayload_class_init):
4552         Fixes a small but nasty bug. The derived elements no longer segfaults
4553         on finalization.
4554
4555 2005-10-26  Michael Smith <msmith@fluendo.com>
4556
4557         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4558           When clearing an audioconvert context, set tmpbufsize to zero, so
4559           we'll allocate it again later if required.
4560           This fixes audioconvert re-negotiating formats, which previously
4561           segfaulted with a NULL destination buffer.
4562
4563 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4564
4565         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4566         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4567         (gst_base_rtp_depayload_set_gst_timestamp),
4568         (gst_base_rtp_depayload_queue_release):
4569         Fixed a smalll memleak.
4570
4571 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4573         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4574         (gst_base_rtp_depayload_finalize),
4575         (gst_base_rtp_depayload_setcaps),
4576         (gst_base_rtp_depayload_add_to_queue),
4577         (gst_base_rtp_depayload_push),
4578         (gst_base_rtp_depayload_set_gst_timestamp),
4579         (gst_base_rtp_depayload_queue_release),
4580         (gst_base_rtp_depayload_thread),
4581         (gst_base_rtp_depayload_change_state):
4582         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4583         Changed the C++ comments to C comments
4584
4585 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4586
4587         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4588         * gst/tcp/gsttcpclientsrc.h:
4589         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4590         * gst/tcp/gsttcpserversrc.h:
4591           Remove unused 'curoffset' structure member.
4592
4593 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4594
4595         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4596         (gst_base_rtp_depayload_base_init),
4597         (gst_base_rtp_depayload_finalize):
4598         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4599         * gst-libs/gst/rtp/gstbasertppayload.h:
4600           The pad-template on the sinkpad should be set by the derived classes.
4601           Also added some useful macros.
4602
4603 2005-10-24  Wim Taymans  <wim@fluendo.com>
4604
4605         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4606         Correctly flush decoder samples even if we could not
4607         copy them to an output buffer. Fixes #319618.
4608
4609 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4610
4611         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4613         the caps against our xcontext caps.
4614
4615 2005-10-24  Wim Taymans  <wim@fluendo.com>
4616
4617         * gst-libs/gst/audio/gstbaseaudiosink.c:
4618         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4619         Remove g_print
4620         Use sync property from baseclass to disable sync.
4621
4622 2005-10-24  Wim Taymans  <wim@fluendo.com>
4623
4624         * gst-libs/gst/audio/gstbaseaudiosink.c:
4625         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4626         Buffers with no timestamps get aligned with previous buffers or
4627         on underrun, played ASAP.
4628
4629 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4630
4631         * gst-libs/gst/video/video.h:
4632         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4633         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4635         here comes my change on caps for framerate and geometry range.
4636         We are now accepting 1 to MAXINT for width and height, and from
4637         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4638         to be blended correctly in videomixer.
4639
4640 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4641
4642         * configure.ac:
4643           back to HEAD
4644
4645 === release 0.9.4 ===
4646
4647 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4648
4649         * NEWS:
4650         * RELEASE:
4651         * configure.ac:
4652           releasing 0.9.4, "Velociraptor"
4653
4654 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4655
4656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4657         * po/POTFILES.in:
4658           STOPPED -> FAILED
4659
4660 2005-10-21  Wim Taymans  <wim@fluendo.com>
4661
4662         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4663         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4664         (pad_blocked), (close_pad_link), (new_pad):
4665         Don't try to remove elements twice.
4666
4667 2005-10-21  Wim Taymans  <wim@fluendo.com>
4668
4669         * ext/theora/theoradec.c: (theora_dec_src_query),
4670         (theora_dec_sink_event):
4671         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4672         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4673         (vorbis_handle_data_packet):
4674         * ext/vorbis/vorbisdec.h:
4675         Fix old naming.
4676
4677         * gst-libs/gst/audio/gstbaseaudiosink.c:
4678         (gst_base_audio_sink_render):
4679         Don't try to sync on buffers without a timestamp.
4680
4681 2005-10-21  Wim Taymans  <wim@fluendo.com>
4682
4683         * ext/theora/theoradec.c: (theora_dec_src_query),
4684         (theora_dec_sink_event):
4685         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4686         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4687         (vorbis_handle_data_packet):
4688         * ext/vorbis/vorbisdec.h:
4689         Fix old naming.
4690
4691 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4692
4693         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4694         (gst_vorbisenc_src_query):
4695           Implement position and duration queries.
4696
4697         * gst/playback/test3.c: (update_scale), (main):
4698           Fix for async state changes and print nicer output.
4699
4700 2005-10-20  Wim Taymans  <wim@fluendo.com>
4701
4702         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4703         (dump_element_stats), (main):
4704         * gst/playback/test6.c: (main):
4705         Fix tests again
4706
4707 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4708
4709         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4710         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4711           Don't use functions for position queries when handling
4712           duration queries.
4713
4714 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4717         (vorbis_handle_data_packet), (vorbis_dec_chain),
4718         (vorbis_dec_change_state):
4719         * ext/vorbis/vorbisdec.h:
4720           Vorbis streams can be embedded in other container formats
4721           than ogg, container formats where the demuxer might set 
4722           timestamps on encoded vorbis buffers instead of those silly 
4723           granulepos thingies. In short: make vorbisdec handle 
4724           timestamps on incoming buffers as well.
4725
4726 2005-10-20  Wim Taymans  <wim@fluendo.com>
4727
4728         * gst/playback/gstplaybasebin.c: (group_destroy),
4729         (gst_play_base_bin_change_state):
4730         Fix leak.
4731         Handle case where playbasebin is now ASYNC because
4732         decodebin is.
4733
4734 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4735
4736         * gst/audioconvert/Makefile.am:
4737         * gst/audioconvert/bufferframesconvert.c:
4738         * gst/audioconvert/plugin.c: (plugin_init):
4739         * gst/audioconvert/plugin.h:
4740           And bye bye buffer-frames-convert
4741
4742 2005-10-19  Wim Taymans  <wim@fluendo.com>
4743
4744         * check/elements/audioconvert.c:
4745         * docs/libs/tmpl/gstaudio.sgml:
4746         * docs/libs/tmpl/gstcolorbalance.sgml:
4747         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4748         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
4749         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
4750         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
4751         * gst-libs/gst/audio/audio.h:
4752         * gst/audioconvert/audioconvert.h:
4753         * gst/audioconvert/gstaudioconvert.c:
4754         (gst_audio_convert_parse_caps):
4755         * gst/volume/gstvolume.c:
4756         Bye bye buffer-frames.
4757
4758 2005-10-19  Wim Taymans  <wim@fluendo.com>
4759
4760         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4761         (query_positions_elems), (query_positions_pads), (update_scale),
4762         (do_seek), (set_update_scale), (message_received), (main):
4763         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4764         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
4765         (gst_ogg_demux_loop):
4766         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4767         * ext/theora/theoradec.c: (theora_dec_src_query),
4768         (theora_dec_sink_event):
4769         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4770         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
4771         * gst/adder/gstadder.c: (gst_adder_query):
4772         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4773         * gst/playback/test3.c: (update_scale):
4774         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4775         (dump_element_stats), (main):
4776         * gst/playback/test6.c: (main):
4777         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4778         Query API update.
4779
4780 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4781
4782         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4783         (xml_check_first_element), (xml_type_find), (smil_type_find),
4784         (plugin_init):
4785           Add typefinding for SMIL and for generic XML. Based on patch by
4786           Akos Maroy (#308663).
4787
4788 2005-10-18  Wim Taymans  <wim@fluendo.com>
4789
4790         * gst/playback/Makefile.am:
4791         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4792         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
4793         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
4794         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
4795         (gst_decode_bin_change_state):
4796         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4797         (gst_play_bin_send_event_to_sink):
4798         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4799         (dump_element_stats), (main):
4800         * gst/playback/test6.c: (main):
4801         Make playbin async, it'll commit state to paused when all streams
4802         are detected.
4803         Remove ugly hack.
4804         Added test6.c to show async behaviour.
4805
4806 2005-10-18  Wim Taymans  <wim@fluendo.com>
4807
4808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4809         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
4810         Fix for segment-start/stop API change.
4811
4812 2005-10-18  Wim Taymans  <wim@fluendo.com>
4813
4814         * check/Makefile.am:
4815         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
4816         (main):
4817         Add future test for clock selection.
4818
4819 2005-10-18  Wim Taymans  <wim@fluendo.com>
4820
4821         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
4822         (gst_alsasink_close):
4823         Set handle to NULL.
4824
4825         * gst-libs/gst/audio/gstringbuffer.c:
4826         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4827         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
4828         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4829         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
4830         (gst_ring_buffer_read):
4831         More debug info.
4832
4833 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
4834
4835         * gst/audiotestsrc/Makefile.am:
4836         * gst/sine/Makefile.am:
4837         * gst/volume/Makefile.am:
4838           fix broken build of controllerized plugins
4839
4840 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
4841
4842         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4843
4844         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4845         (gst_riff_create_video_template_caps):
4846           Add support for Indeo-3 (IV32).
4847
4848 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4849
4850         * configure.ac:
4851           rewrite
4852
4853 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4854
4855         * gst-libs/gst/video/video.c: (gst_video_get_size):
4856         * gst/audiotestsrc/gstaudiotestsrc.c:
4857           doc updates
4858
4859 2005-10-17  Andy Wingo  <wingo@pobox.com>
4860
4861         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
4862         with the collectpads change.
4863         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
4864
4865         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
4866
4867         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
4868
4869         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
4870         alloc_buffer flow return to callers.
4871         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
4872         change. Fix some memleaks in theoraenc.
4873
4874         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
4875         in strange circumstance.
4876
4877 2005-10-17  Julien MOUTTE  <julien@moutte.net>
4878
4879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4880         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
4881         from caps, let's use the caps...
4882
4883 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4884
4885         * configure.ac:
4886           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
4887
4888 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4889
4890         * gst-libs/gst/interfaces/Makefile.am:
4891           fix silly typo
4892
4893 2005-10-16  Andy Wingo  <wingo@pobox.com>
4894
4895         * gst/playback/gstdecodebin.c
4896         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
4897         function!
4898         (try_to_link_1): Increase kraziness level.
4899
4900 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4901
4902         * configure.ac:
4903           restructure like the core one
4904         * gst-libs/gst/audio/Makefile.am:
4905         * gst-libs/gst/interfaces/Makefile.am:
4906         * gst-libs/gst/net/Makefile.am:
4907         * gst-libs/gst/riff/Makefile.am:
4908         * gst-libs/gst/rtp/Makefile.am:
4909         * gst-libs/gst/tag/Makefile.am:
4910         * gst-libs/gst/video/Makefile.am:
4911           use correct linker flags, now the libs are properly versioned
4912         * check/elements/audioconvert.c: (verify_convert):
4913         * ext/alsa/gstalsaplugin.c:
4914         * ext/cdparanoia/gstcdparanoia.c:
4915         * ext/gnomevfs/gstgnomevfs.c:
4916         * ext/libvisual/visual.c:
4917         * ext/ogg/gstogg.c:
4918         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
4919         * ext/theora/theora.c:
4920         * ext/vorbis/vorbis.c:
4921         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4922         * gst-libs/gst/tag/gsttagediting.c:
4923         * gst-libs/gst/video/video.c:
4924         * gst/adder/gstadder.c:
4925         * gst/audioconvert/plugin.c:
4926         * gst/audiorate/gstaudiorate.c:
4927         * gst/audioresample/gstaudioresample.c:
4928         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4929         * gst/audioscale/gstaudioscale.c:
4930         * gst/audioscale/resample.c:
4931         * gst/audiotestsrc/gstaudiotestsrc.c:
4932         * gst/ffmpegcolorspace/gstffmpeg.c:
4933         * gst/playback/gstdecodebin.c: (close_pad_link):
4934         * gst/playback/gstplaybin.c: (gen_video_element),
4935         (gen_audio_element):
4936         * gst/sine/gstsinesrc.c:
4937         * gst/subparse/gstsubparse.c:
4938         * gst/tags/gsttagediting.c:
4939         * gst/tcp/gsttcpplugin.c:
4940         * gst/typefind/gsttypefindfunctions.c:
4941         * gst/videorate/gstvideorate.c:
4942         * gst/videoscale/gstvideoscale.c:
4943         * gst/videotestsrc/gstvideotestsrc.c:
4944         * gst/volume/gstvolume.c:
4945         * sys/v4l/gstv4l.c:
4946         * sys/ximage/ximage.c:
4947         * sys/xvimage/xvimagesink.c:
4948           fix up defines
4949
4950 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4951
4952         * ext/vorbis/vorbisenc.c:
4953         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4954         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4955         (gst_tag_to_vorbis_comments):
4956           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
4957
4958 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
4959
4960         * examples/stats/mp2ogg.c:
4961         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4962           typo fixes
4963
4964 2005-10-13  Michael Smith <msmith@fluendo.com>
4965
4966         * ext/ogg/gstoggmux.c:
4967           Use magic glib macros to define constants as 64 bit, to ensure
4968           appropriate vararg passing.
4969
4970 2005-10-13  Michael Smith <msmith@fluendo.com>
4971
4972         * ext/ogg/gstoggmux.c:
4973         * gst/audioconvert/audioconvert.c: (float):
4974           Don't use LL suffix, as it's not portable, and neither of these
4975           uses required it anyway.
4976
4977 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
4978
4979         * examples/indexing/indexmpeg.c: (main):
4980         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
4981         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
4982         (cdparanoia_convert), (cdparanoia_query):
4983         * ext/cdparanoia/gstcdparanoia.h:
4984         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
4985         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
4986         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
4987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4988         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
4989         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
4990         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4991         (gst_multifdsink_render), (gst_multifdsink_start),
4992         (gst_multifdsink_stop):
4993         * gst/tcp/gstmultifdsink.h:
4994         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
4995         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4996         (gst_tcpclientsink_stop):
4997         * gst/tcp/gsttcpclientsink.h:
4998         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4999         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5000         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5001         * gst/tcp/gsttcpclientsrc.h:
5002         * gst/tcp/gsttcpserversink.h:
5003         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5004         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5005         (gst_tcpserversrc_stop):
5006         * gst/tcp/gsttcpserversrc.h:
5007         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5009         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5010           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5011           moved bitshift from macro to enum definition
5012
5013 2005-10-12  Wim Taymans  <wim@fluendo.com>
5014
5015         * examples/seeking/Makefile.am:
5016         Oops.
5017
5018 2005-10-12  Wim Taymans  <wim@fluendo.com>
5019
5020         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5021         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5022         Don't assert on normal stuff.
5023
5024         * gst/playback/gstplaybin.c: (do_playbin_seek):
5025         API fix.
5026
5027 2005-10-12  Wim Taymans  <wim@fluendo.com>
5028
5029         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5030         * examples/seeking/Makefile.am:
5031         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5032         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5033         (do_seek), (set_update_scale), (message_received), (main):
5034         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5035         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5036         Update for _get_state() API change.
5037
5038 2005-10-11  Wim Taymans  <wim@fluendo.com>
5039
5040         * gst-libs/gst/audio/gstbaseaudiosink.c:
5041         (gst_base_audio_sink_render):
5042         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5043         (gst_base_audio_src_create):
5044         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5045         (gst_ring_buffer_read):
5046         Cleanups.
5047         Commit and read from ringbuffer in samples rather than bytes.
5048
5049 2005-10-11  Wim Taymans  <wim@fluendo.com>
5050
5051         * gst-libs/gst/audio/gstbaseaudiosink.c:
5052         (gst_base_audio_sink_render):
5053         Respect segment rate and accum when scheduling samples.
5054
5055 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5056
5057         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5058         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5059         EOS correctly, that needs more work.
5060
5061 2005-10-11  Wim Taymans  <wim@fluendo.com>
5062
5063         * check/generic/states.c: (GST_START_TEST):
5064         remove old property.
5065
5066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5067         (gst_ogg_demux_perform_seek):
5068         * ext/theora/theoradec.c: (theora_dec_sink_event):
5069         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5070         (vorbis_handle_data_packet):
5071         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5072         (gst_base_rtp_depayload_set_gst_timestamp):
5073         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5074         Update for newsegment API change.
5075
5076 2005-10-11  Michael Smith <msmith@fluendo.com>
5077
5078         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5079         (do_playbin_seek), (gst_play_bin_send_event):
5080           Override send_event differently, so that we can takes bits of
5081           functionality from GstPipeline (special handling for seeks,
5082           including pausing/resuming, and resetting stream time) and still get
5083           the appropriate behaviour of only forwarding event to a single sink,
5084           rather than all of them.
5085           Unfortunately requires a lot of code duplication, but the
5086           alternatives are equally ugly in the end.
5087
5088 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5089
5090         * check/elements/audioconvert.c: (setup_audioconvert),
5091         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5092         (GST_START_TEST), (audioconvert_suite):
5093           clean up tests a little, fix some leaks.
5094
5095 2005-10-10  Wim Taymans  <wim@fluendo.com>
5096
5097         * ext/alsa/gstalsasink.c:
5098         Also allow unsigned int.
5099
5100         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5101         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5102         Small cleanup
5103
5104 2005-10-10  Wim Taymans  <wim@fluendo.com>
5105
5106         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5107         Small update, use API as stated in design docs.
5108
5109         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5110         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5111         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5112         (message_received), (main):
5113         Updated seek example for GOption. Some usability improvements.
5114
5115 2005-10-10  Wim Taymans  <wim@fluendo.com>
5116
5117         * gst/audioconvert/audioconvert.h:
5118         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5119         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5120         Alloc temp storage somewhere else where we can do it more
5121         portable.
5122
5123 2005-10-10  Wim Taymans  <wim@fluendo.com>
5124
5125         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5126         (gst_tcpserversrc_start):
5127         Don't block in accept while doing the state change, move
5128         to poll and make cancellable.
5129
5130 2005-10-09  Philippe Khalaf <burger@speedy.org>
5131
5132         * gst-libs/gst/rtp/rtpbasedepayload.c:
5133         Set timestamp and add queue delay to timestamp
5134         * gst-libs/gst/rtp/rtpbuffer.h:
5135         Set correct payload type for h263
5136
5137 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5138
5139         * gst/audiotestsrc/gstaudiotestsrc.c:
5140         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5141         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5142         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5143         (gst_audiotestsrc_create_triangle),
5144         (gst_audiotestsrc_create_silence),
5145         (gst_audiotestsrc_create_white_noise),
5146         (gst_audiotestsrc_init_pink_noise),
5147         (gst_audiotestsrc_generate_pink_noise_value),
5148         (gst_audiotestsrc_create_pink_noise),
5149         (gst_audiotestsrc_change_wave):
5150         * gst/audiotestsrc/gstaudiotestsrc.h:
5151           fixed typo, added pink noise
5152
5153 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5154
5155         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5156         (plugin_init):
5157           Add wavpack and spc typefind functions from 0.8 branch.
5158
5159 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5162         (ar_type_find), (msdos_type_find), (plugin_init):
5163           Add typefind functions for tar archives, ar archives,
5164           RAR archives, and msdos-executables (dlls, exe, etc.).
5165           Some of those would be wrongly identified as mpeg
5166           streams of some sort before (#315550).
5167
5168 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5169
5170         * configure.ac:
5171         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5172         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5173         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5174         * gst/audiotestsrc/Makefile.am:
5175         * gst/audiotestsrc/gstaudiotestsrc.c:
5176         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5177         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5178         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5179         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5180         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5181         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5182         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5183         (gst_audiotestsrc_create_silence),
5184         (gst_audiotestsrc_create_white_noise),
5185         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5186         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5187         (gst_audiotestsrc_start), (plugin_init):
5188         * gst/audiotestsrc/gstaudiotestsrc.h:
5189           add new plugin and element
5190         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5191           use gobject_class
5192
5193 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5194
5195         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5196         (gst_adder_init), (gst_adder_request_new_pad),
5197         (gst_adder_change_state):
5198           Add query function to source pad, so adder reports the correct
5199           time/sample position when queried (#315457); fix state change
5200           function; use GST_DEBUG_FUNCPTR() for pad functions.
5201
5202 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5203
5204         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5205           Fix leaks in typefind registration
5206           Clean up the gratuitous commenting and whitespacing a little
5207
5208 2005-10-08  Wim Taymans  <wim@fluendo.com>
5209
5210         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5211         Only actually wait for the thread to be stopped if it's 
5212         running.
5213
5214 2005-10-08  Wim Taymans  <wim@fluendo.com>
5215
5216         * gst-libs/gst/audio/gstbaseaudiosink.c:
5217         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5218         If we receive EOS we can start playback of what we had.
5219
5220 2005-10-08  Wim Taymans  <wim@fluendo.com>
5221
5222         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5223         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5224         (gst_multifdsink_stop):
5225         Fix crasher when going to NULL multiple times.
5226
5227 2005-10-06  Wim Taymans  <wim@fluendo.com>
5228
5229         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5230         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5231         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5232         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5233         patch from Edgard Lima <edgard.lima@indt.org.br>
5234         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5235
5236 2005-10-06  Wim Taymans  <wim@fluendo.com>
5237
5238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5239         Report the FLOW_RETURN as string in the error message.
5240
5241         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5242         Don't assert when clearing an unnegotiated buffer.
5243
5244 2005-10-04  Michael Smith <msmith@fluendo.com>
5245
5246         * gst/playback/gstplaybasebin.c: (group_destroy),
5247         (gen_preroll_element), (remove_groups), (setup_source):
5248         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5249         (setup_sinks), (gst_play_bin_send_event),
5250         (gst_play_bin_change_state):
5251           Set state to NULL before removing from bin. Fix refcounting.
5252
5253 2005-10-04  Michael Smith <msmith@fluendo.com>
5254
5255         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5256           Correct refcounting in send_event() function. Previously was wrong
5257           if the first sink was unable to handle the event.
5258
5259 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5260
5261         * configure.ac:
5262           back to development
5263
5264 === release 0.9.3 ===
5265
5266 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5267
5268         * configure.ac:
5269           Releasing 0.9.3, "De Facto"
5270
5271 2005-10-03  Andy Wingo  <wingo@pobox.com>
5272
5273         * gst/playback/gstdecodebin.c (try_to_link_1)
5274         (remove_element_chain): set element to NULL before removing it.
5275
5276 2005-10-02  Johan Dahlin  <johan@gnome.org>
5277
5278         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5279         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5280         MT safe.
5281
5282 2005-10-02  Andy Wingo  <wingo@pobox.com>
5283
5284         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5285         (gst_ring_buffer_prepare_read): 
5286         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5287         Demote to LOG.
5288
5289 2005-09-29  Wim Taymans  <wim@fluendo.com>
5290
5291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5292         * ext/theora/theoradec.c: (theora_handle_data_packet):
5293         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5294         Propagate error codes from alloc_buffer too.
5295
5296 2005-09-29  Wim Taymans  <wim@fluendo.com>
5297
5298         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5299         We use fixed caps.
5300
5301         * gst/playback/Makefile.am:
5302         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5303         (dump_element_stats), (main):
5304         Added example stream introspection code.
5305
5306 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5307
5308         * gst/adder/gstadder.c: (gst_adder_collected):
5309           fix adder for float elements
5310
5311 2005-09-28  Wim Taymans  <wim@fluendo.com>
5312
5313         * gst-libs/gst/audio/gstbaseaudiosink.c:
5314         (gst_base_audio_sink_class_init),
5315         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5316         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5317         (gst_base_audio_src_class_init),
5318         (gst_base_audio_src_provide_clock):
5319         get_clock -> provide_clock
5320
5321 2005-09-28  Andy Wingo  <wingo@pobox.com>
5322
5323         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5324         and unlocking.
5325
5326         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5327         unlocking.
5328
5329         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5330         Actually add the pad template.
5331         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5332
5333         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5334         I'm at it...
5335
5336         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5337         from fdsrc. Get caps in create() instead of start() so it can be
5338         interrupted. Interruption somewhat untested.
5339
5340         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5341         Proper EOS handling.
5342
5343 2005-09-27  Andy Wingo  <wingo@pobox.com>
5344
5345         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5346
5347         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5348
5349         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5350
5351         * gst/tcp/gsttcp.h: 
5352         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5353         out of tcpclientsrc.c. Cancellable.
5354         (gst_tcp_socket_read): Made private, cancellable, with better
5355         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5356         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5357         whole buffer, and better diagnostics.
5358         (gst_tcp_gdp_read_caps): Same.
5359
5360         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5361
5362 2005-09-26  Andy Wingo  <wingo@pobox.com>
5363
5364         * gst/sine/gstsinesrc.h:
5365         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5366         change the 'sync' property to 'is-live' and implement it halfway,
5367         update for controller api change.
5368
5369         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5370         controller api change.
5371
5372 2005-09-24  Wim Taymans  <wim@fluendo.com>
5373
5374         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5375         * gst-libs/gst/audio/gstaudiosink.c:
5376         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5377         (gst_audioringbuffer_stop):
5378         * gst-libs/gst/audio/gstbaseaudiosink.c:
5379         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5380         (gst_base_audio_sink_change_state):
5381         * gst-libs/gst/audio/gstbaseaudiosink.h:
5382         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5383         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5384         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5385         * gst-libs/gst/audio/gstringbuffer.h:
5386         Fix sync again. Moved sample alignment to basesink.
5387
5388 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5389
5390         * docs/plugins/Makefile.am:
5391         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5392         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5393         * gst/volume/gstvolume.c:
5394           add/fix docs
5395         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5396         * gst-libs/gst/audio/audio.h:
5397           add conversion macros for frames <-> clocktime
5398
5399 2005-09-23  David Schleef  <ds@schleef.org>
5400
5401         * gst/audioresample/Makefile.am:
5402         * gst/audioresample/debug.h:
5403         * gst/audioresample/gstaudioresample.c:
5404         * gst/audioresample/resample.c: Convert to using gst debugging
5405
5406 2005-09-22  Wim Taymans  <wim@fluendo.com>
5407
5408         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5409         (gst_play_bin_send_event):
5410         Only seek on one sink, the first one that succeeds.
5411
5412 2005-09-22  Michael Smith <msmith@fluendo.com>
5413
5414         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5415         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5416         Don't flush encoder state unless we have an initialised encoder.
5417         Clear out encoder state on PAUSED_TO_READY.
5418
5419 2005-09-22  Wim Taymans  <wim@fluendo.com>
5420
5421         * gst-libs/gst/rtp/gstbasertppayload.c:
5422         (gst_basertppayload_class_init), (gst_basertppayload_init),
5423         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5424         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5425         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5426         (gst_basertppayload_set_property),
5427         (gst_basertppayload_get_property),
5428         (gst_basertppayload_change_state):
5429         * gst-libs/gst/rtp/gstbasertppayload.h:
5430         Added max-ptime to control amount of data in the rtp packets.
5431
5432 2005-09-21  Andy Wingo  <wingo@pobox.com>
5433
5434         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5435         thingies.
5436
5437         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5438         can be called multiple times, dogs.
5439
5440 2005-09-21  Wim Taymans  <wim@fluendo.com>
5441
5442         * gst-libs/gst/rtp/gstbasertppayload.c:
5443         (gst_basertppayload_class_init), (gst_basertppayload_init),
5444         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5445         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5446         (gst_basertppayload_push), (gst_basertppayload_get_property),
5447         (gst_basertppayload_change_state):
5448         Allow 0 ssrc too.
5449
5450 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5451
5452         * docs/libs/compiling.sgml:
5453           fixing typos
5454
5455 2005-09-20  Wim Taymans  <wim@fluendo.com>
5456
5457         * gst-libs/gst/rtp/gstbasertppayload.c:
5458         (gst_basertppayload_class_init), (gst_basertppayload_init),
5459         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5460         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5461         (gst_basertppayload_push), (gst_basertppayload_set_property),
5462         (gst_basertppayload_get_property),
5463         (gst_basertppayload_change_state):
5464         * gst-libs/gst/rtp/gstbasertppayload.h:
5465         Added property to configure sequence number offsets.
5466
5467 2005-09-20  Wim Taymans  <wim@fluendo.com>
5468
5469         * gst-libs/gst/rtp/gstbasertppayload.c:
5470         (gst_basertppayload_class_init), (gst_basertppayload_init),
5471         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5472         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5473         (gst_basertppayload_push), (gst_basertppayload_set_property),
5474         (gst_basertppayload_get_property),
5475         (gst_basertppayload_change_state):
5476         * gst-libs/gst/rtp/gstbasertppayload.h:
5477         Make timestamp offset configurable.
5478
5479 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5480
5481         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5482           fix wrong pop/unref
5483
5484 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5485
5486         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5487
5488         * gst-libs/gst/interfaces/propertyprobe.c:
5489         (gst_property_probe_probe_property_name),
5490         (gst_property_probe_needs_probe_name),
5491         (gst_property_probe_get_values_name),
5492         (gst_property_probe_probe_and_get_values_name):
5493           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5494           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5495
5496 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5497
5498         * check/Makefile.am:
5499           have some tests be disabled for valgrinding
5500         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5501         (GST_START_TEST):
5502         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5503           Fix A Leak.  Chain To Parent Finalize.
5504
5505 2005-09-19  Wim Taymans  <wim@fluendo.com>
5506
5507         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5508         Fixed wav pipeline.
5509
5510 2005-09-19  Wim Taymans  <wim@fluendo.com>
5511
5512         * gst-libs/gst/rtp/gstbasertppayload.c:
5513         (gst_basertppayload_class_init), (gst_basertppayload_init),
5514         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5515         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5516         (gst_basertppayload_push), (gst_basertppayload_get_property),
5517         (gst_basertppayload_change_state):
5518         Posting ERROR and WARNING messages is good.
5519
5520 2005-09-19  Wim Taymans  <wim@fluendo.com>
5521
5522         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5523         (gst_base_rtp_depayload_add_to_queue),
5524         (gst_base_rtp_depayload_push),
5525         (gst_base_rtp_depayload_set_gst_timestamp),
5526         (gst_base_rtp_depayload_queue_release):
5527         This one was not supposed to go in.
5528
5529 2005-09-19  Wim Taymans  <wim@fluendo.com>
5530
5531         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5532         Fix for bus API.
5533
5534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5535         (gst_base_rtp_depayload_chain),
5536         (gst_base_rtp_depayload_add_to_queue),
5537         (gst_base_rtp_depayload_push),
5538         (gst_base_rtp_depayload_set_gst_timestamp),
5539         (gst_base_rtp_depayload_queue_release):
5540         Some cleanups.
5541
5542         * gst-libs/gst/rtp/gstbasertppayload.c:
5543         (gst_basertppayload_class_init), (gst_basertppayload_init),
5544         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5545         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5546         (gst_basertppayload_get_property),
5547         (gst_basertppayload_change_state):
5548         Added debugging category.
5549
5550 2005-09-18  David Schleef  <ds@schleef.org>
5551
5552         * gst/playback/gstdecodebin.c: free plugin list correctly
5553         * gst/playback/gstplaybin.c: emit warning if autovideosink
5554           and autoaudiosink can't be found (instead of segfaulting)
5555
5556 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5557
5558         * check/elements/audioconvert.c: (GST_START_TEST):
5559           try out 24 bit conversion
5560
5561 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5562
5563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5564         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5565         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5566         * ext/vorbis/vorbisenc.h:
5567           Fix EOS handling.  Still needs a fix in the ogg muxer to
5568           mark the last page as eos.
5569
5570 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5571
5572         * common/gtk-doc-plugins.mak:
5573         * docs/plugins/Makefile.am:
5574         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5575         * gst/ffmpegcolorspace/Makefile.am:
5576         * gst/ffmpegcolorspace/avcodec.h:
5577         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5578         * gst/tcp/gstmultifdsink.c:
5579           fix up ffmpegcolorspace docs; extract header
5580
5581 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5582
5583         * common/gtk-doc-plugins.mak:
5584         * docs/plugins/Makefile.am:
5585         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5586         * ext/theora/Makefile.am:
5587         * ext/theora/gsttheoraenc.h:
5588         * ext/theora/theoraenc.c:
5589         * ext/vorbis/vorbisenc.c:
5590           pick up signals and args for vorbis; add some docs for vorbis
5591
5592 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5593
5594         * common/gstdoc-scangobj:
5595         * common/gtk-doc-plugins.mak:
5596         * docs/libs/Makefile.am:
5597         * docs/plugins/gst-plugins-base-plugins.args:
5598         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5599         * docs/plugins/gst-plugins-base-plugins.interfaces:
5600         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5601         * docs/plugins/gst-plugins-base-plugins.signals:
5602           only scanobj stuff from our source module.  Not sure yet
5603           if that's correct, given the hierarchy stuff :)
5604
5605 2005-09-15  Wim Taymans  <wim@fluendo.com>
5606
5607         * gst/audioconvert/gstaudioconvert.c:
5608         And enable 24 bits mode as well..
5609
5610 2005-09-15  Wim Taymans  <wim@fluendo.com>
5611
5612         * gst-libs/gst/rtp/Makefile.am:
5613         * gst-libs/gst/rtp/gstbasertppayload.c:
5614         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5615         (gst_basertppayload_class_init), (gst_basertppayload_init),
5616         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5617         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5618         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5619         (gst_basertppayload_set_property),
5620         (gst_basertppayload_get_property),
5621         (gst_basertppayload_change_state):
5622         * gst-libs/gst/rtp/gstbasertppayload.h:
5623         Added rtp payloader base class.
5624
5625 2005-09-15  Andy Wingo  <wingo@pobox.com>
5626
5627         * configure.ac (plugindir): Remove the EOL matcher from the
5628         regexp, as it causes me problems. Libtool? Make? Who knows?
5629
5630 2005-09-14  David Schleef  <ds@schleef.org>
5631
5632         * check/generic/states.c: 
5633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5634         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5635           Fixes for changes in registry API.
5636
5637         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5638           to GST_PLUGIN_LDFLAGS.
5639         * ext/libvisual/visual.c: Make the library shut up.
5640         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5641         * gst-libs/gst/audio/gstaudiofilter.c: same
5642
5643 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5644
5645         * docs/plugins/Makefile.am:
5646         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5647         * docs/plugins/inspect/plugin-libvisual.xml:
5648         * docs/plugins/tmpl/element-tcpserversink.sgml:
5649         * ext/theora/theoraenc.c:
5650           add libvisual plugin and theoraenc element to docs
5651
5652 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5653
5654         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5655         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5656         * ext/theora/theoraenc.c:
5657           add theoraenc
5658
5659 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5660
5661         * gst/audioconvert/Makefile.am:
5662           Audioconvert derives from GstBaseTransform and should
5663           link to the library with our base elements to avoid
5664           unresolved symbols. Makes things work with MinGW (#316160)
5665
5666         * gst/playback/test4.c: (main):
5667           Fix MinGW build problem and use g_usleep() instead of 
5668           sleep() (#316162)
5669
5670 2005-09-12  Wim Taymans  <wim@fluendo.com>
5671
5672         * gst/audioconvert/audioconvert.c: (float),
5673         (audio_convert_prepare_context), (audio_convert_convert):
5674         * gst/audioconvert/audioconvert.h:
5675         Cleanups, speedups, simplifications, added back support
5676         for 24 bits.
5677
5678 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5679
5680         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5681         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5682         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5683         * docs/plugins/tmpl/element-tcpserversink.sgml:
5684         * gst/ffmpegcolorspace/gstffmpeg.c:
5685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5686         * gst/videotestsrc/gstvideotestsrc.c:
5687         * gst/volume/gstvolume.c:
5688           add more elements to the docs
5689
5690 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5691
5692         * check/Makefile.am:
5693         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5694         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5695           Add extra tests for basetransform based components. 
5696           Comment out the test_element_negotiation test until we decide
5697           if it's testing correct behaviour.
5698         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5699         (gst_visual_chain), (gst_visual_change_state):
5700           Slightly more correct but still bogus timestamping.
5701           Fix state change function.
5702         * gst/audioconvert/gstaudioconvert.c:
5703         (gst_audio_convert_class_init):
5704         * gst/audioresample/gstaudioresample.c:
5705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5706         (gst_ffmpegcsp_class_init):
5707         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5708         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5709         (gst_videoscale_prepare_image):
5710         * gst/volume/gstvolume.c: (gst_volume_class_init),
5711         (volume_transform_ip):
5712           Basetransform updates. Enable passthrough modes.
5713         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5714         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
5715         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5716           Negotiation fix that allows the window to return to the original
5717           size and renegotiate passthrough upstream. Extra debug output.
5718
5719 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5720
5721         * gst/sine/gstsinesrc.c:
5722         * gst/volume/gstvolume.c:
5723           fix up header include
5724
5725 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
5726
5727         * gst-libs/gst/audio/gstbaseaudiosink.c:
5728         (gst_base_audio_sink_render):
5729         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
5730         * gst/volume/gstvolume.c: (gst_volume_class_init),
5731         (volume_transform):
5732           fixing lost sync, some more debugging
5733
5734 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
5735
5736         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5737         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
5738         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5739         (gst_xvimagesink_check_xshm_calls):
5740           Fix compilation when XShm is not available.
5741
5742 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5743
5744         * ext/libvisual/visual.c: (gst_visual_dispose),
5745         (gst_visual_getcaps), (gst_visual_src_setcaps),
5746         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
5747         (gst_visual_change_state):
5748           Finish fixing up libvisual plugin so that it runs. 
5749
5750 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5751
5752         * ext/vorbis/vorbisenc.c:
5753         * gst-libs/gst/tag/gstvorbistag.c:
5754           gsttaginterface.h -> gsttagsetter.h
5755
5756 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5757
5758         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5759           added another test that failes for me (test is not active by default)
5760
5761 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5762
5763         * configure.ac:
5764           v4l2 is no longer in gst-plugins-base
5765
5766 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5767
5768         * configure.ac:
5769           In the output at the end, don't show the first plugin on the same
5770           line as "Core plug-ins, always built:".
5771           Indent the output as for other plugin categories
5772         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5773           #define that can be used to not use peer buffer_alloc functions for
5774           test purposes.
5775         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5776         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
5777         (gst_ximagesink_show_frame):
5778         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5779         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
5780         (gst_xvimagesink_show_frame):
5781           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
5782           fails gracefully instead of XError aborting or deadlocking.
5783
5784 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5785
5786         * ext/libvisual/Makefile.am:
5787           link against gst-base-libs
5788
5789 2005-09-06  David Schleef  <ds@schleef.org>
5790
5791         * configure.ac: Enable libvisual plugin.
5792         * ext/libvisual/Makefile.am:
5793         * ext/libvisual/visual.c: Fixes to make it compile.
5794
5795 === release 0.9.2 ===
5796
5797 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5798
5799         * NEWS:
5800         * RELEASE:
5801         * configure.ac:
5802         * docs/random/ChangeLog-0.8:
5803           releasing 0.9.2, "Spoon"
5804
5805 2005-09-05  Michael Smith <msmith@fluendo.com>
5806
5807         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5808           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
5809           that in the vorbisenc element.
5810
5811 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5812
5813         * common/gtk-doc-plugins.mak:
5814         * docs/plugins/Makefile.am:
5815           fix distcheck
5816         * gst/audioresample/resample.c:
5817           fix wrong docstring
5818
5819 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5820
5821         * common/gst-xmlinspect.py:
5822         * common/gtk-doc-plugins.mak:
5823           only inspect plugins for this given package
5824           require gst-python 0.9
5825
5826 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5827
5828         * Makefile.am:
5829         * autogen.sh:
5830         * common/gst-xmlinspect.py:
5831         * configure.ac:
5832         * docs/Makefile.am:
5833         * docs/plugins/inspect/plugin-alsa.xml:
5834         * docs/plugins/inspect/plugin-audioresample.xml:
5835         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5836         * docs/plugins/inspect/plugin-ogg.xml:
5837         * docs/plugins/tmpl/element-gnomevfssink.sgml:
5838         * docs/plugins/tmpl/element-multifdsink.sgml:
5839         * docs/plugins/tmpl/element-tcpserversink.sgml:
5840         * docs/plugins/tmpl/element-vorbisenc.sgml:
5841         * gst-plugins-base.spec.in:
5842           various doc-related updates
5843
5844 2005-08-31  Wim Taymans  <wim@fluendo.com>
5845
5846         * gst-libs/gst/audio/gstbaseaudiosink.c:
5847         (gst_base_audio_sink_render):
5848         Resync if the buffer timestamps drift more than a 10th 
5849         of a second.
5850
5851 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
5852
5853         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
5854         (gst_v4lsrc_get_property):
5855           The 'timestamp-offset' property is registered as an int64, so
5856           let's use g_value_{set|get}_int64() in our setter and getter
5857           functions (makes it work and fixes warnings with gst-inspect).
5858
5859 2005-08-30  Wim Taymans  <wim@fluendo.com>
5860
5861         * check/elements/audioconvert.c: (setup_audioconvert):
5862         * check/elements/audioresample.c: (setup_audioresample):
5863         * check/elements/volume.c: (setup_volume):
5864         Fix checks.
5865
5866 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5867
5868         * common/gtk-doc-plugins.mak:
5869         * common/plugins.xsl:
5870         * docs/plugins/Makefile.am:
5871           make module a param
5872
5873 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5874
5875         * examples/seeking/seek.c: (make_mp3_pipeline),
5876         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
5877         (play_cb), (pause_cb), (stop_cb):
5878           update the example
5879
5880 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5881
5882         * gst/volume/gstvolume.c: (gst_volume_class_init),
5883         (volume_transform):
5884           do not update controlled params, if buffer has no timestamp
5885
5886 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5887
5888         * configure.ac:
5889         * gst/sine/Makefile.am:
5890         * gst/volume/Makefile.am:
5891           controllerized elements also need to link against controller-libs ;)
5892
5893 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5894
5895         * docs/libs/tmpl/gstcolorbalance.sgml:
5896         * docs/libs/tmpl/gstgconf.sgml:
5897         * docs/libs/tmpl/gstmixer.sgml:
5898         * docs/libs/tmpl/gstringbuffer.sgml:
5899         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5900         (gst_sinesrc_create):
5901         * gst/volume/gstvolume.c: (gst_volume_class_init),
5902         (volume_transform):
5903           controllerized two audio plugins
5904
5905 2005-08-29  Andy Wingo  <wingo@pobox.com>
5906
5907         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
5908         (vorbis_handle_data_packet): Fix some int overflow errors.
5909
5910         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
5911         -1.
5912         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
5913         valid.
5914         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
5915         if it's valid. Fixed streaming-mode playback.
5916
5917         * check/elements/volume.c (cleanup_volume): Fix for running
5918         CK_FORK=no.
5919
5920         * check/elements/audioconvert.c: Convert from native endian, not
5921         little endian.
5922
5923 2005-08-29  Michael Smith <msmith@fluendo.com>
5924
5925         * ext/ogg/Makefile.am:
5926         * ext/ogg/gstogg.c: (plugin_init):
5927         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
5928         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
5929         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
5930         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
5931         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
5932         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
5933         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
5934         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
5935         Add an ogg parser element.
5936
5937 2005-08-28  Andy Wingo  <wingo@pobox.com>
5938
5939         * Updates for two-arg init from GST_BOILERPLATE_FULL.
5940
5941 2005-08-26  Wim Taymans  <wim@fluendo.com>
5942
5943         * gst/audioconvert/audioconvert.c: (if), (float),
5944         (audio_convert_get_func_index), (check_default),
5945         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5946         (audio_convert_clean_context), (audio_convert_get_sizes),
5947         (audio_convert_convert):
5948         Cleanups.
5949
5950 2005-08-26  Wim Taymans  <wim@fluendo.com>
5951
5952         * gst/audioconvert/audioconvert.c: (if), (float),
5953         (audio_convert_get_func_index), (check_default),
5954         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5955         (audio_convert_clean_context), (audio_convert_get_sizes),
5956         (audio_convert_convert):
5957         More elegant and working temp buffer selection algo.
5958
5959 2005-08-26  Wim Taymans  <wim@fluendo.com>
5960
5961         * gst/audioconvert/audioconvert.c: (if), (float),
5962         (audio_convert_get_func_index), (check_default),
5963         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5964         (audio_convert_clean_context), (audio_convert_get_sizes),
5965         (get_temp_buffer), (audio_convert_convert):
5966         Use realloc else we lose our original data.
5967
5968 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5969
5970         * gst/audioresample/gstaudioresample.c:
5971           use base class' newsegment to properly timestamp
5972
5973 2005-08-26  Wim Taymans  <wim@fluendo.com>
5974
5975         * gst/audioconvert/audioconvert.c: (if), (float),
5976         (audio_convert_get_func_index), (check_default),
5977         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5978         (audio_convert_clean_context), (audio_convert_get_sizes),
5979         (get_temp_buffer), (audio_convert_convert):
5980         * gst/audioconvert/gstaudioconvert.c:
5981         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
5982         (gst_audio_convert_transform_caps),
5983         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
5984         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
5985         Oops, allocate enough space to perform the channel mix.
5986
5987 2005-08-26  Wim Taymans  <wim@fluendo.com>
5988
5989         * gst/audioconvert/Makefile.am:
5990         * gst/audioconvert/audioconvert.c: (if), (float),
5991         (audio_convert_get_func_index), (check_default),
5992         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5993         (audio_convert_clean_context), (audio_convert_get_sizes),
5994         (get_temp_buffer), (audio_convert_convert):
5995         * gst/audioconvert/audioconvert.h:
5996         * gst/audioconvert/gstaudioconvert.c:
5997         (gst_audio_convert_class_init), (gst_audio_convert_init),
5998         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
5999         (gst_audio_convert_get_unit_size),
6000         (gst_audio_convert_transform_caps),
6001         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6002         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6003         * gst/audioconvert/gstaudioconvert.h:
6004         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6005         (gst_channel_mix_fill_identical),
6006         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6007         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6008         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6009         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6010         (gst_channel_mix_mix):
6011         * gst/audioconvert/gstchannelmix.h:
6012         Cleanups, librarify a bit, optimize, better negotiation and more.
6013
6014 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6015
6016         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6017         Another from MikeS:
6018         During typefinding, don't support negative offsets
6019         (offsets from the end of the stream) in our typefind->peek() function
6020         - nothing embedded in ogg ever needs them. However, we need to recognise
6021         those requests and reject them, otherwise we return invalid pointers.
6022
6023 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6024
6025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6026         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6027         (vorbisdec_finalize), (vorbis_handle_type_packet):
6028           Big shout-out to MikeS for fixing this giant memory leak.
6029           Huzzah!
6030
6031 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6032
6033         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6034         (audio_convert_get_unit_size):
6035           plug some leaks
6036
6037 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6038
6039         * check/Makefile.am:
6040         * check/elements/audioconvert.c: (setup_audioconvert),
6041         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6042         (GST_START_TEST), (audioconvert_suite), (main):
6043           add a test for audioconvert
6044         * gst/audioresample/gstaudioresample.c:
6045         * gst/audioresample/gstaudioresample.h:
6046           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6047           note that for buffers of 1/3 sec this means DURATION(c) is 
6048           one nanosecond more than for a and b
6049
6050 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6051
6052         * check/Makefile.am:
6053         * check/elements/audioresample.c: (setup_audioresample),
6054         (cleanup_audioresample), (fail_unless_perfect_stream),
6055         (test_perfect_stream_instance), (GST_START_TEST),
6056           add a check for audioresample
6057         (audioresample_suite), (main):
6058         * check/elements/volume.c: (GST_START_TEST):
6059           remove unused method
6060         * gst/audioresample/gstaudioresample.c:
6061           set correct buffer parameters since we're changing them
6062         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6063           add some debug
6064
6065 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6066
6067         * gst/audioresample/debug.c:
6068         * gst/audioresample/gstaudioresample.c:
6069           add room for extra overlap samples when asked to transform size
6070           protect against possible mem corruption and check for discrepancies
6071           between written size and outbuffer's size so we can warn for
6072           potential problems
6073         * gst/audioresample/resample.c: (resample_init),
6074         (resample_get_output_size_for_input), (resample_get_output_size),
6075         (resample_set_n_channels), (resample_set_format):
6076           set debug level based on RESAMPLE_DEBUG env var
6077           make sure that get_output_size* returns a whole number of
6078           sample_size
6079           set sample_size each time either channel or format is set
6080         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6081         * gst/audioresample/resample_functable.c:
6082         (resample_scale_functable):
6083         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6084           remove r->sample_size, it's done in resample.c now
6085           add some debugging to the ref implementation
6086           make sure we only give back bytes that are wholes of the sample
6087           size
6088
6089 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6090         * gst/playback/gstplaybasebin.c: (fill_buffer):
6091         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6092
6093 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6094
6095         * gst/volume/gstvolume.c:
6096           made set_caps function static
6097
6098 2005-08-24  Wim Taymans  <wim@fluendo.com>
6099
6100         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6101         (gst_vorbisenc_change_state):
6102         Stop leaking taglists.
6103
6104 2005-08-24  Wim Taymans  <wim@fluendo.com>
6105
6106         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6107         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6108         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6109         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6110         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6111         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6112         Parse seeking events better.
6113         Unref static caps.
6114         Generate correct newsegment events, fixes seeking in live oggs.
6115
6116         * ext/theora/theoradec.c: (theora_dec_src_query),
6117         (theora_dec_src_event), (theora_dec_src_getcaps),
6118         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6119         Use newsegment values to report correct play time.
6120
6121         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6122         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6123         * ext/vorbis/vorbisdec.h:
6124         Parse and use newsegment values to report correct play time.
6125
6126         * gst-libs/gst/audio/gstbaseaudiosink.c:
6127         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6128         Clear ringbuffer on flush.
6129         Use newsegment values to calculate playback time.
6130
6131         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6133         Basesink does newsegment calculations for us now.
6134
6135 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6136
6137         * check/Makefile.am:
6138         * configure.ac:
6139           add core's plugins to the mix so that playbin works
6140         * check/generic/states.c: (GST_START_TEST):
6141           set a 0 timeout on pipelines, so they don't force the next
6142           state change
6143         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6144         (gst_play_base_bin_change_state):
6145           remove the crappy error handling and do GST error handling
6146
6147 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         * check/Makefile.am:
6150         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6151           add same test as to core, it bitches out on playbin atm.
6152
6153 2005-08-24  Wim Taymans  <wim@fluendo.com>
6154
6155         * configure.ac:
6156         Remove audioscale.
6157
6158 2005-08-24  Wim Taymans  <wim@fluendo.com>
6159
6160         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6161         (gst_videoscale_prepare_size), (parse_caps),
6162         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6163         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6164         (gst_videoscale_transform):
6165         * gst/videoscale/gstvideoscale.h:
6166         Refactor, make use of BaseTranform really well.
6167
6168 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6169
6170         * configure.ac:
6171           compile audioresample
6172         * gst/audioresample/Makefile.am:
6173         * gst/audioresample/buffer.c:
6174         * gst/audioresample/functable.c:
6175         * gst/audioresample/gstaudioresample.c:
6176         * gst/audioresample/gstaudioresample.h:
6177         * gst/audioresample/resample.c:
6178         (resample_get_output_size_for_input):
6179         * gst/audioresample/resample.h:
6180         * gst/audioresample/resample_chunk.c:
6181         * gst/audioresample/resample_functable.c:
6182         * gst/audioresample/resample_ref.c:
6183           port to use basetransform; doesn't work in all cases yet
6184
6185 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6186
6187         * gst/audioconvert/gstaudioconvert.c:
6188         (gst_audio_convert_class_init), (gst_audio_convert_init),
6189         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6190         (audio_convert_fixate_caps), (audio_convert_set_caps),
6191         (audio_convert_transform),
6192         (gst_audio_convert_buffer_to_default_format),
6193         (gst_audio_convert_buffer_from_default_format),
6194         (gst_audio_convert_channels):
6195         * gst/audioconvert/gstchannelmix.c:
6196         * gst/audioconvert/gstchannelmix.h:
6197           port to basetransform
6198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6199         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6200         (gst_ffmpegcsp_get_unit_size):
6201         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6202         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6203           fix for basetransform changes
6204
6205 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6206
6207         * check/Makefile.am:
6208           Add CHECK_CFLAGS and LDFLAGS
6209
6210         * gst/playback/gstplaybasebin.c: (fill_buffer):
6211           GST_MESSAGE_SRC became a GObject
6212
6213 2005-08-24  Wim Taymans  <wim@fluendo.com>
6214
6215         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6216         (gst_ring_buffer_clear_all):
6217         * gst-libs/gst/audio/gstringbuffer.h:
6218         Added function to clear the ringbuffer.
6219
6220 2005-08-24  Andy Wingo  <wingo@pobox.com>
6221
6222         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6223         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6224         of _open and _close.
6225
6226         * sys/v4l/gstv4lxoverlay.h:
6227         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6228         an Xv connection here, instead of all the time. Make Xv only be
6229         loaded if you axe for it. Kindof a workaround for buggy behaviour
6230         of Xv when using remote xservers (XvQueryExtension would block).
6231         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6232         replace the _open and _close public API. Only start the xv
6233         connection if necessary.
6234         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6235
6236 2005-08-23  David Schleef  <ds@schleef.org>
6237
6238         * gst/audioresample/Makefile.am: Leet audioresampling code
6239         * gst/audioresample/buffer.c:
6240         * gst/audioresample/buffer.h:
6241         * gst/audioresample/debug.c:
6242         * gst/audioresample/debug.h:
6243         * gst/audioresample/functable.c:
6244         * gst/audioresample/functable.h:
6245         * gst/audioresample/gstaudioresample.c:
6246         * gst/audioresample/gstaudioresample.h:
6247         * gst/audioresample/resample.c:
6248         * gst/audioresample/resample.h:
6249         * gst/audioresample/resample_chunk.c:
6250         * gst/audioresample/resample_functable.c:
6251         * gst/audioresample/resample_ref.c:
6252
6253 2005-08-23  Wim Taymans  <wim@fluendo.com>
6254
6255         * examples/seeking/seek.c: (make_vorbis_pipeline),
6256         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6257         Small seek updates.
6258
6259 2005-08-23  Andy Wingo  <wingo@pobox.com>
6260
6261         * gst-libs/gst/audio/gstbaseaudiosrc.c
6262         (gst_base_audio_src_fixate): Only fixate endianness if it is
6263         present in the caps.
6264
6265 2005-08-22  Andy Wingo  <wingo@pobox.com>
6266
6267         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6268         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6269         device-name property.
6270
6271         * gst-libs/gst/audio/gstaudiosrc.h:
6272         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6273         close_device in the ring buffer, like gstaudiosink.
6274
6275         * ext/alsa/gstalsamixer.h:
6276         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6277         macro to implement the interface without much code. Cleanups. 
6278
6279         * ext/alsa/gstalsasrc.h:
6280         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6281         READY.
6282
6283         * ext/alsa/Makefile.am: Add new files.
6284         * ext/alsa/gstalsamixerelement.c: 
6285         * ext/alsa/gstalsamixerelement.c: Split element code out from
6286         mixer code so that alsasrc can be a mixer too.
6287
6288 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6289
6290         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6291         (GST_START_TEST):
6292         * check/elements/vorbisdec.c: (setup_vorbisdec),
6293         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6294         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6295         (vorbis_handle_identification_packet),
6296         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6297         (vorbis_handle_header_packet), (vorbis_dec_push),
6298         (vorbis_dec_chain):
6299           use the setup/teardown methods to save code.  save code is good.
6300
6301 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6302
6303         * check/Makefile.am:
6304           add ext dir for plugins
6305           add vorbisdec test conditionally
6306         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6307         (GST_START_TEST), (volume_suite):
6308           add a test with wrong caps
6309         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6310         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6311           add a vorbisdec test
6312         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6313         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6314           clean up debug output
6315         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6316           yay, fix a segfault/security issue in vorbisdec
6317           gst-launch fakesrc ! vorbisdec wasn't happy
6318         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6319         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6320         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6321         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6322         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6323         (gst_vorbisenc_set_metadata), (get_constraints_string),
6324         (update_start_message), (gst_vorbisenc_setup),
6325         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6326         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6327         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6328         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6329         * ext/vorbis/vorbisenc.h:
6330           march in line
6331         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6332         (gst_ffmpegcsp_transform):
6333           have the kow come home
6334         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6335           debug my func ptr
6336         * gst/volume/gstvolume.c: (volume_set_caps):
6337           add a debug
6338
6339 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6340
6341         * Makefile.am:
6342         * check/.cvsignore:
6343         * check/Makefile.am:
6344         * check/elements/.cvsignore:
6345         * check/elements/volume.c: (chain_func), (event_func),
6346         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6347         (main):
6348         * configure.ac:
6349           add unit test structure for gst-plugins-base
6350           add a test for volume
6351         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6352         (gst_volume_set_volume), (gst_volume_get_volume),
6353         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6354         (volume_funcfind), (volume_process_float), (volume_process_int16),
6355         (volume_set_caps), (volume_transform), (volume_update_mute),
6356         (volume_update_volume), (volume_set_property),
6357         (volume_get_property):
6358           document a little; use basetransform vmethod _set_caps
6359
6360 2005-08-19  Andy Wingo  <wingo@pobox.com>
6361
6362         * ext/alsa/gstalsamixertrack.h:
6363         * ext/alsa/gstalsamixertrack.c:
6364         * ext/alsa/gstalsamixeroptions.h:
6365         * ext/alsa/gstalsamixeroptions.c:
6366         * ext/alsa/gstalsamixer.h:
6367         * ext/alsa/gstalsamixer.c: Port to 0.9.
6368
6369         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6370         Remove gstalsa.c and alsaclock. No more cruft here.
6371         
6372 2005-08-18  Wim Taymans  <wim@fluendo.com>
6373
6374         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6375         (gst_base_rtp_depayload_chain),
6376         (gst_base_rtp_depayload_add_to_queue),
6377         (gst_base_rtp_depayload_push),
6378         (gst_base_rtp_depayload_queue_release):
6379         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6380         Fix for RTPBuffer changes.
6381
6382         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6383         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6384         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6385         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6386         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6387         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6388         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6389         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6390         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6391         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6392         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6393         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6394         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6395         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6396         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6397         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6398         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6399         (gst_rtpbuffer_get_payload):
6400         * gst-libs/gst/rtp/gstrtpbuffer.h:
6401         Don't subclass GstBuffer but add methods and helper functions
6402         to construct and manipulate RTP packets in regular GstBuffers.
6403
6404 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6405
6406         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6407           moved statement below switch
6408         * gst/volume/gstvolume.c: (gst_volume_class_init):
6409           added debug ptr
6410
6411 2005-08-16  Wim Taymans  <wim@fluendo.com>
6412
6413         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6414         (gst_base_audio_src_change_state):
6415         Open and close device in READY<->NULL state change.
6416
6417 2005-08-16  Andy Wingo  <wingo@pobox.com>
6418
6419         * examples/seeking/Makefile.am: Don't compile non-compiling
6420         compiled objects with the compiler.
6421
6422         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6423         elements.
6424
6425 2005-08-12  Philippe Khalaf <burger@speedy.org>
6426         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6427         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6428           Made a thread to release the queue.
6429           Removed timestamp conversion for now.
6430
6431 2005-08-10  Philippe Khalaf <burger@speedy.org>
6432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6433         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6434           Added rtp timestamp -> gst timestamp conversion.
6435           Fixed several problems with queue.
6436
6437 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6438
6439         * gst-libs/gst/audio/gstaudioclock.h:
6440         * gst-libs/gst/audio/gstaudiofilter.h:
6441         * gst-libs/gst/audio/gstaudiosink.h:
6442         * gst-libs/gst/audio/gstaudiosrc.h:
6443         * gst-libs/gst/audio/gstbaseaudiosink.h:
6444         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6445         * gst-libs/gst/audio/gstringbuffer.h:
6446         * gst-libs/gst/net/gstnetbuffer.h:
6447         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6448         * gst-libs/gst/rtp/gstrtpbuffer.h:
6449           Add padding (you will need to rebuild gst-plugins-base,
6450           gst-plugins and all applications afterwards!)
6451
6452 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6453
6454         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6455         (gst_riff_parse_chunk):
6456           Fix bug in debug message and add some more debug messages.
6457
6458 2005-08-08  Edward Hervey  <edward@fluendo.com>
6459
6460         * gst-libs/gst/riff/riff-media.c:
6461         backported updates since branch
6462
6463 2005-08-08  Andy Wingo  <wingo@pobox.com>
6464
6465         * gst-libs/gst/audio/gstbaseaudiosink.c
6466         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6467         like good elements should. Close on READY->NULL too.
6468
6469         * gst-libs/gst/audio/gstaudiosink.c
6470         (gst_audioringbuffer_open_device,
6471         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6472         (gst_audioringbuffer_release): Updates for new ring buffer API,
6473         hook into the new audio sink api.
6474
6475         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6476         (GstAudioSinkClass.close): Just open and close the device -- no
6477         resource allocation or configuration.
6478         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6479         vmethods, handle device setup and resource allocation.
6480
6481         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6482         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6483         base class API.
6484
6485         * gst-libs/gst/audio/gstringbuffer.h
6486         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6487         New vmethods.
6488
6489         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6490         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6491         New API functions. The device should be opened before acquiring
6492         and closed after releasing.
6493
6494 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6495
6496         * gst-libs/gst/interfaces/mixer.h:
6497           Reset padding to GST_PADDING.
6498
6499 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6500
6501         * gst/playback/gstplaybin.c: (remove_sinks):
6502           Remove visualization from parent explicitely; works around some
6503           apparent refcount issue that I haven't tracked down yet.
6504
6505 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6506
6507         * ext/alsa/gstalsasink.c: (set_hwparams):
6508           Assign debug category, add negotiation debug msgs.
6509
6510 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6511
6512         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6513           Fix error code for file-not-found to NOT_FOUND.
6514
6515 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6516
6517         * common/gtk-doc-plugins.mak:
6518         * docs/plugins/Makefile.am:
6519         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6520         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6521           renamed to actual element names, so much nicer to look at
6522         * docs/plugins/tmpl/gstmultifdsink.sgml:
6523           remove
6524         * docs/plugins/tmpl/multifdsink.sgml:
6525         * docs/plugins/tmpl/tcpserversink.sgml:
6526           add
6527         * ext/alsa/gstalsa.c:
6528         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6529         * ext/ogg/gstoggmux.c:
6530         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6531         * gst/playback/gstdecodebin.c:
6532         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6533         * gst/tcp/gsttcpserversink.c:
6534           various fixes and documentation additions
6535
6536 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6537
6538         * common/Makefile.am:
6539         * common/gstdoc-scangobj:
6540         * common/gtk-doc-plugins.mak:
6541         * common/gtk-doc.mak:
6542           add a custom scangobj that uses the registry
6543           add a custom gtk-doc-plugins.mak that uses it
6544           some doc build fixes
6545         * configure.ac:
6546         * docs/Makefile.am:
6547         * docs/plugins/Makefile.am:
6548         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6549         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6550         * docs/plugins/gst-plugins-base-plugins.types:
6551         * docs/plugins/tmpl/gstmultifdsink.sgml:
6552           add docs for one element, multifdsink
6553         * gst/adder/gstadder.h:
6554         * gst/volume/gstvolume.h:
6555           don't privatize enum
6556         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6557         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6558         (gst_sync_method_get_type), (gst_client_status_get_type),
6559         (gst_multifdsink_class_init),
6560         (gst_multifdsink_client_queue_buffer),
6561         (gst_multifdsink_handle_client_write):
6562         * gst/tcp/gstmultifdsink.h:
6563         * gst/tcp/gsttcp.h:
6564         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6565         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6566         (gst_tcpclientsink_render):
6567         * gst/tcp/gsttcpclientsink.h:
6568         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6569         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6570         (gst_tcpclientsrc_start):
6571         * gst/tcp/gsttcpclientsrc.h:
6572         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6573         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6574         * gst/tcp/gsttcpserversrc.h:
6575         * gst/typefind/gsttypefindfunctions.c:
6576           remove superfluous Type stuff
6577
6578 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6579
6580         * gst/playback/gstplaybin.c: (gen_video_element):
6581           Enable videoscale.
6582
6583 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6584
6585         * gst-libs/gst/gconf/gconf.c:
6586         * gst-libs/gst/gconf/gconf.h:
6587           Fix some Andy Problem [tm].
6588
6589 2005-08-04  Andy Wingo  <wingo@pobox.com>
6590
6591         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6592         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6593         (gst_ffmpegcsp_get_size): Adapt to API changes.
6594
6595         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6596         Implement an in-place do-nothing transform.
6597
6598 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6599
6600         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6601         (gst_ximagesink_renegotiate_size):
6602           Do not set new window sizes yet if we prepare a new buffer size
6603           for upstream renegotiation (software scaling) at some point in the
6604           future, because this new size waqs not actually accepted yet. Once
6605           accepted, renegotiation later on will set the new sizes just fine.
6606           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6607           embedding testcase.
6608
6609 2005-08-03  Andy Wingo  <wingo@pobox.com>
6610
6611         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6612         (gst_ximagesink_buffer_alloc): 
6613         Protect the height, width, and desired_caps with the pool_lock.
6614         Fixes videotestsrc ! queue ! ximagesink.
6615
6616 2005-08-02  Edward Hervey  <edward@fluendo.com>
6617
6618         * gst/volume/gstvolume.c:
6619         include left from controller cleanup
6620
6621 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6623           Stop collectpads before calling the parent state
6624           change function on PAUSED->READY.
6625
6626 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6627         * configure.ac:
6628           When testing for X libs, use the X CFlags 
6629         * gst/adder/gstadder.c: (gst_adder_change_state):
6630           Stop the collectpads before calling parent state change function
6631           on PAUSED->READY, otherwise we deadlock deactivating pads.
6632
6633 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6634
6635         * configure.ac:
6636         * docs/libs/tmpl/gstcolorbalance.sgml:
6637         * docs/libs/tmpl/gstmixer.sgml:
6638         * examples/Makefile.am:
6639         * gst/sine/Makefile.am:
6640         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6641         (gst_sinesrc_set_property), (plugin_init):
6642         * gst/sine/gstsinesrc.h:
6643         * gst/volume/Makefile.am:
6644         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6645         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6646         (volume_process_float), (volume_process_int16),
6647         (volume_set_property), (plugin_init):
6648         * gst/volume/gstvolume.h:
6649           deactivate and remove dparams (libgstcontrol)
6650
6651 2005-07-29  Wim Taymans  <wim@fluendo.com>
6652
6653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6654         Convert me to BaseTransform!! help..
6655
6656 2005-07-29  Andy Wingo  <wingo@pobox.com>
6657
6658         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6659         sinks.
6660
6661         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6662         support of both endiannesses.
6663
6664 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6665
6666         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6667           Fix confusing debug message (s/event/query/)
6668
6669 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6670
6671         * gst/videotestsrc/videotestsrc.h:
6672           Use "_stdint.h" instead of <stdint.h>
6673
6674 2005-07-27  Wim Taymans  <wim@fluendo.com>
6675
6676         * ext/vorbis/Makefile.am:
6677         Revert wrong commit.
6678
6679 2005-07-27  Wim Taymans  <wim@fluendo.com>
6680
6681         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6682         More compilation fixen.
6683
6684 2005-07-27  Wim Taymans  <wim@fluendo.com>
6685
6686         * gst-libs/gst/audio/gstbaseaudiosink.c:
6687         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6688         (gst_base_audio_sink_create_ringbuffer),
6689         (gst_base_audio_sink_change_state):
6690         Fix compilation.
6691
6692 2005-07-27  Wim Taymans  <wim@fluendo.com>
6693
6694         * examples/seeking/seek.c: (setup_dynamic_link),
6695         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6696         (query_positions_elems), (query_positions_pads), (do_seek):
6697         Update seek example.
6698
6699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6700         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6701         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6702         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6703         (gst_ogg_demux_handle_event),
6704         (gst_ogg_demux_deactivate_current_chain),
6705         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6706         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6707         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6708         (gst_ogg_demux_loop):
6709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6710         * ext/theora/theoradec.c: (theora_dec_src_event),
6711         (theora_dec_src_getcaps), (theora_dec_sink_event),
6712         (theora_dec_push), (theora_dec_chain):
6713         * ext/vorbis/Makefile.am:
6714         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
6715         (vorbis_dec_sink_event), (vorbis_dec_push),
6716         (vorbis_handle_data_packet):
6717         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
6718         (gst_vorbisenc_chain):
6719         * gst/playback/gststreaminfo.c: (cb_probe):
6720         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
6721         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6722         * gst/videoscale/gstvideoscale.c:
6723         (gst_videoscale_handle_src_event):
6724         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
6725         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
6726         (gst_ximagesink_navigation_send_event):
6727         * sys/xvimage/xvimagesink.c:
6728         (gst_xvimagesink_navigation_send_event):
6729         Various event updates and cleanups
6730
6731 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6732
6733         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
6734           Fix segfault for I420/YV12.
6735
6736 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6737
6738         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
6739           Report bitrate.
6740
6741 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6742
6743         * gst/playback/gstplaybin.c: (gen_video_element),
6744         (gen_audio_element):
6745           Switch to auto*sink elements as default sinks; add volume element
6746           so that volume control in totem works.
6747
6748 2005-07-21  Wim Taymans  <wim@fluendo.com>
6749
6750         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6751         * gst/playback/gstplaybin.c: (setup_sinks),
6752         (gst_play_bin_change_state):
6753         Refcount fix and more comments.
6754
6755 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6756
6757         * sys/ximage/Makefile.am:
6758         * sys/ximage/ximage.c: (plugin_init):
6759         * sys/ximage/ximagesink.c:
6760         Prepare for adding ximagesrc, rename of plugin to ximage etc.
6761         
6762
6763 2005-07-21  Wim Taymans  <wim@fluendo.com>
6764
6765         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6766         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6767         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6768         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6769         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6770         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
6771         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
6772         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
6773         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
6774         Generate correct disconts for live chained oggs.
6775
6776         * gst-libs/gst/audio/gstbaseaudiosink.c:
6777         (gst_base_audio_sink_render),
6778         (gst_base_audio_sink_create_ringbuffer),
6779         (gst_base_audio_sink_change_state):
6780         Handle discont math correctly.
6781
6782         * gst/playback/gstplaybin.c: (add_sink):
6783         Some small debug cleanup.
6784
6785 2005-07-21  Wim Taymans  <wim@fluendo.com>
6786
6787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
6788         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6789         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6790         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6791         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6792         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
6793         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6794         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
6795         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6796         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
6797         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
6798         (gst_ogg_demux_change_state), (gst_ogg_print):
6799         Reorganize code to send the right disconts when in streaming
6800         mode.
6801
6802 2005-07-20  Andy Wingo  <wingo@pobox.com>
6803
6804         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
6805         fix (?), fixes a seggie mcfalterson (#310894).
6806
6807 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6808
6809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
6810         (gst_ogg_mux_set_header_on_caps):
6811         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6812         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6813         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6814         * gst-libs/gst/audio/multichannel.c:
6815         (gst_audio_set_channel_positions),
6816         (gst_audio_set_structure_channel_positions_list):
6817         * gst/playback/gstdecodebin.c: (dynamic_create):
6818         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
6819         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6820           Fixes for API changes in core.
6821
6822 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6823
6824         * gst/playback/gstplaybasebin.c: (fill_buffer):
6825           Use _new_custom() so we can set custom message types for buffering
6826           messages.
6827
6828 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6829
6830         * configure.ac:
6831         * gst-libs/gst/Makefile.am:
6832         * gst-libs/gst/gconf/.cvsignore:
6833         * gst-libs/gst/gconf/Makefile.am:
6834         * gst-libs/gst/gconf/test-gconf.c:
6835         * pkgconfig/Makefile.am:
6836         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
6837         * pkgconfig/gstreamer-gconf.pc.in:
6838           Remove gconf stuff, use gconf elements instead from now on.
6839
6840 2005-07-20  Wim Taymans  <wim@fluendo.com>
6841
6842         * gst-libs/gst/audio/TODO:
6843         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
6844         (gst_audio_clock_get_internal_time):
6845         * gst-libs/gst/audio/gstaudioclock.h:
6846         * gst-libs/gst/audio/gstbaseaudiosink.c:
6847         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6848         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
6849         (gst_base_audio_sink_render),
6850         (gst_base_audio_sink_create_ringbuffer),
6851         (gst_base_audio_sink_change_state):
6852         Make sure the audio clock always returns an increasing value.
6853
6854 2005-07-19  Andy Wingo  <wingo@pobox.com>
6855
6856         * gst/videotestsrc/: Cleanups.
6857
6858 2005-07-19  Wim Taymans  <wim@fluendo.com>
6859
6860         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6861         Better debugging.
6862
6863 2005-07-19  Wim Taymans  <wim@fluendo.com>
6864
6865         * examples/seeking/seek.c: (make_dv_pipeline),
6866         (make_vorbis_theora_pipeline), (query_rates),
6867         (query_positions_elems), (query_positions_pads), (do_seek):
6868         Make correct DV pipeline.
6869
6870 2005-07-18  Andy Wingo  <wingo@pobox.com>
6871
6872         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
6873         default. Also because it's the only thing that really works. (This
6874         is used in the GConf elements).
6875         Use AS_LIBTOOL_TAGS.
6876
6877 2005-07-18  Wim Taymans  <wim@fluendo.com>
6878
6879         * gst/playback/gstdecodebin.c: (remove_element_chain):
6880         * gst/playback/gstplaybin.c: (add_sink):
6881         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6882         (gst_stream_info_set_mute):
6883         * gst/playback/gststreamselector.c:
6884         (gst_stream_selector_get_linked_pad),
6885         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
6886         More leak and compile fixes.
6887
6888 2005-07-18  Wim Taymans  <wim@fluendo.com>
6889
6890         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6891         (query_rates), (query_positions_elems), (query_positions_pads),
6892         (do_seek), (seek_cb), (stop_seek):
6893         Updated seek example. 
6894
6895         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
6896         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6897         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
6898         * gst/playback/gstplaybin.c: (add_sink):
6899         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6900         (gst_stream_info_set_mute):
6901         Some refcount leak fixes.
6902
6903 2005-07-16  Wim Taymans  <wim@fluendo.com>
6904
6905         * gst-libs/gst/audio/gstbaseaudiosink.c:
6906         (gst_base_audio_sink_render):
6907         Align samples even if we have roundoff errors in the 
6908         timestamp conversion.
6909
6910 2005-07-16  Wim Taymans  <wim@fluendo.com>
6911
6912         * docs/libs/tmpl/gstringbuffer.sgml:
6913         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6914         (query_rates), (query_positions_elems), (query_positions_pads),
6915         (update_scale), (do_seek):
6916         Updated seek example.
6917
6918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6919         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
6920         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
6921         (gst_ogg_demux_loop):
6922         Push out correct discont values.
6923
6924         * ext/theora/theoradec.c: (theora_dec_src_convert),
6925         (theora_dec_sink_convert), (theora_dec_src_getcaps),
6926         (theora_dec_sink_event), (theora_handle_type_packet),
6927         (theora_handle_header_packet), (theora_dec_push),
6928         (theora_handle_data_packet), (theora_dec_chain),
6929         (theora_dec_change_state):
6930         Better timestamping.
6931
6932         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6933         (vorbis_dec_sink_event), (vorbis_dec_push),
6934         (vorbis_handle_data_packet), (vorbis_dec_chain):
6935         * ext/vorbis/vorbisdec.h:
6936         Better timestamping.
6937
6938         * gst-libs/gst/audio/gstbaseaudiosink.c:
6939         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
6940         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6941         Handle syncing on timestamps instead of sample offsets. Make
6942         use of DISCONT values as described in design docs.
6943
6944         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6945         (gst_base_audio_src_get_time):
6946         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
6947         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
6948         (gst_ring_buffer_read):
6949         * gst-libs/gst/audio/gstringbuffer.h:
6950         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
6951         (gst_ximagesink_show_frame):
6952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6953         Correcly convert buffer timestamp to stream time.
6954
6955 2005-07-16  Wim Taymans  <wim@fluendo.com>
6956
6957         * gst/audioconvert/gstaudioconvert.c:
6958         (gst_audio_convert_get_buffer):
6959         Timestamp buffers correctly.
6960
6961         * gst/playback/gstplaybin.c: (gen_video_element):
6962         Make internal fakesink silent.
6963
6964 2005-07-15  Wim Taymans  <wim@fluendo.com>
6965
6966         * gst/ffmpegcolorspace/Makefile.am:
6967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6968         (gst_ffmpegcsp_caps_remove_format_info),
6969         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
6970         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
6971         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
6972         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
6973         Ported ffmpegcolorspace to basetransform.
6974
6975         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
6976         * gst/volume/gstvolume.c: (volume_transform):
6977         Ported to new API.
6978
6979 2005-07-14  Wim Taymans  <wim@fluendo.com>
6980
6981         * gst/videotestsrc/Makefile.am:
6982         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
6983         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
6984         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
6985         (gst_videotestsrc_init), (gst_videotestsrc_event),
6986         (gst_videotestsrc_create), (gst_videotestsrc_start),
6987         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
6988         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
6989         (gst_videotestsrc_get_property):
6990         * gst/videotestsrc/gstvideotestsrc.h:
6991         Make videotestsrc a pushsrc.
6992
6993 2005-07-14  Wim Taymans  <wim@fluendo.com>
6994
6995         * gst/tcp/gstfdset.c: (gst_fdset_free):
6996         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6997         (gst_multifdsink_add), (gst_multifdsink_remove),
6998         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6999         (gst_multifdsink_remove_client_link),
7000         (gst_multifdsink_client_queue_data),
7001         (gst_multifdsink_client_queue_caps),
7002         (gst_multifdsink_client_queue_buffer),
7003         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7004         (gst_multifdsink_stop):
7005         * gst/tcp/gstmultifdsink.h:
7006         0.8 backporting.
7007
7008         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7009         Also draw image when not from a pool.
7010
7011 2005-07-14  Wim Taymans  <wim@fluendo.com>
7012
7013         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7014         (mute_stream), (silence_stream):
7015         Small debug additions.
7016
7017 2005-07-14  Wim Taymans  <wim@fluendo.com>
7018
7019         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7020         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7021         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7022         Better error recovery, ignore unconnected pads and
7023         non-fatal errors.
7024
7025 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7026
7027         * docs/libs/tmpl/gstaudio.sgml:
7028         * docs/libs/tmpl/gstcolorbalance.sgml:
7029         * docs/libs/tmpl/gstgconf.sgml:
7030         * docs/libs/tmpl/gstmixer.sgml:
7031         * docs/libs/tmpl/gstringbuffer.sgml:
7032         * docs/libs/tmpl/gsttuner.sgml:
7033         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7034         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7035         (gst_tcpclientsrc_class_init):
7036         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7037         (gst_tcpserversrc_class_init):
7038         * sys/v4l/gstv4lelement.c:
7039           more autistic cleanliness in functions/names/defines
7040
7041 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7042
7043         * configure.ac:
7044           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7045           added manually to each Makefile.am so we are sure it goes
7046           *last* and doesn't add -L flags before linking in libs of our
7047           own, like, say, internal .la libs, that then accidentally pick
7048           up the installed copy.
7049         * docs/libs/Makefile.am:
7050         * ext/alsa/Makefile.am:
7051         * ext/cdparanoia/Makefile.am:
7052         * ext/gnomevfs/Makefile.am:
7053         * ext/libvisual/Makefile.am:
7054         * ext/ogg/Makefile.am:
7055         * ext/theora/Makefile.am:
7056         * ext/vorbis/Makefile.am:
7057         * gst-libs/gst/video/Makefile.am:
7058         * gst/adder/Makefile.am:
7059         * gst/audioconvert/Makefile.am:
7060         * gst/audiorate/Makefile.am:
7061         * gst/audioscale/Makefile.am:
7062         * gst/ffmpegcolorspace/Makefile.am:
7063         * gst/playback/Makefile.am:
7064         * gst/sine/Makefile.am:
7065         * gst/subparse/Makefile.am:
7066         * gst/tags/Makefile.am:
7067         * gst/tcp/Makefile.am:
7068         * gst/typefind/Makefile.am:
7069         * gst/videorate/Makefile.am:
7070         * gst/videoscale/Makefile.am:
7071         * gst/videotestsrc/Makefile.am:
7072         * gst/volume/Makefile.am:
7073         * sys/v4l/Makefile.am:
7074         * sys/ximage/Makefile.am:
7075         * sys/xvimage/Makefile.am:
7076           adapt properly to this change. This should make sure that
7077           plugins and libs properly link to the as-yet-uninstalled
7078           copies of stuff like libgstinterfaces and libgstvideo
7079
7080 2005-07-13  Andy Wingo  <wingo@pobox.com>
7081
7082         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7083         (gst_v4lsrc_fixate): Fixate on format as well.
7084
7085         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7086         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7087         buffer points to it.
7088         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7089         rather just doing X calls ourselves. Also fixes a memleak.
7090
7091 2005-07-12  Andy Wingo  <wingo@pobox.com>
7092
7093         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7094         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7095         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7096         TRUE to avoid deadlocks if an element holds on to our buffers.
7097
7098 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7099
7100         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7101         (gst_sinesrc_init), (gst_sinesrc_create),
7102         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7103         (gst_sinesrc_start):
7104         * gst/sine/gstsinesrc.h:
7105           removing num-buffers property before moving it
7106
7107 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7108
7109         * configure.ac:
7110           use overridable ERROR_CFLAGS
7111         * docs/libs/gst-plugins-base-libs.types:
7112         * docs/libs/tmpl/gstringbuffer.sgml:
7113         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7114         (gst_alsasink_class_init):
7115         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7116         (gst_alsasrc_class_init):
7117         * gst-libs/gst/audio/audio.h:
7118         * gst-libs/gst/audio/gstaudioclock.h:
7119         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7120         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7121         (gst_audio_filter_link), (gst_audio_filter_init),
7122         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7123         (gst_audio_filter_get_property),
7124         (gst_audio_filter_class_add_pad_templates):
7125         * gst-libs/gst/audio/gstaudiofilter.h:
7126         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7127         (gst_audio_filter_template_get_type),
7128         (gst_audio_filter_template_base_init),
7129         (gst_audio_filter_template_class_init),
7130         (gst_audio_filter_template_init),
7131         (gst_audio_filter_template_set_property),
7132         (gst_audio_filter_template_get_property), (plugin_init),
7133         (gst_audio_filter_template_setup),
7134         (gst_audio_filter_template_filter),
7135         (gst_audio_filter_template_filter_inplace):
7136         * gst-libs/gst/audio/gstaudiosink.c:
7137         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7138         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7139         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7140         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7141         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7142         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7143         * gst-libs/gst/audio/gstaudiosink.h:
7144         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7145         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7146         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7147         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7148         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7149         (gst_audio_src_class_init), (gst_audio_src_init),
7150         (gst_audio_src_create_ringbuffer):
7151         * gst-libs/gst/audio/gstaudiosrc.h:
7152         * gst-libs/gst/audio/gstbaseaudiosink.c:
7153         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7154         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7155         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7156         (gst_base_audio_sink_set_property),
7157         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7158         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7159         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7160         (gst_base_audio_sink_create_ringbuffer),
7161         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7162         * gst-libs/gst/audio/gstbaseaudiosink.h:
7163         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7164         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7165         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7166         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7167         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7168         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7169         (gst_base_audio_src_event), (gst_base_audio_src_create),
7170         (gst_base_audio_src_create_ringbuffer),
7171         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7172         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7173         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7174         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7175         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7176         (gst_ring_buffer_debug_spec_caps),
7177         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7178         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7179         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7180         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7181         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7182         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7183         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7184         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7185         (gst_ring_buffer_clear):
7186         * gst-libs/gst/audio/gstringbuffer.h:
7187         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7188         (gst_video_sink_class_init), (gst_video_sink_get_type):
7189         * gst-libs/gst/video/videosink.h:
7190         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7191         (gst_multifdsink_class_init),
7192         (gst_multifdsink_handle_client_write),
7193         (gst_multifdsink_change_state):
7194         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7195         (gst_tcpclientsink_setcaps):
7196         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7197         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7198         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7199         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7200         (gst_ximagesink_send_pending_navigation),
7201         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7202         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7204         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7205         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7206         (gst_xvimagesink_send_pending_navigation),
7207         (gst_xvimagesink_navigation_send_event),
7208         (gst_xvimagesink_set_xwindow_id),
7209         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7210         (gst_xvimagesink_get_type):
7211         more macro splitting
7212
7213 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7214
7215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7216           plug a memleak, allows me to import 1479 albums in one go
7217           in jamboree
7218         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7219         (vorbis_handle_type_packet), (vorbis_dec_chain),
7220         (vorbis_dec_change_state):
7221           fix some format strings
7222
7223 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7224
7225         * docs/libs/tmpl/gstcolorbalance.sgml:
7226         * docs/libs/tmpl/gstmixer.sgml:
7227         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7228         (gst_alsasink_set_property), (gst_alsasink_get_property):
7229         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7230         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7231           add device property
7232
7233 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7234
7235         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7236         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7237         (audiocast_register_listener), (audiocast_thread_run),
7238         (gst_gnomevfssrc_send_additional_headers_callback),
7239         (gst_gnomevfssrc_received_headers_callback),
7240         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7241         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7242         (gst_gnomevfssrc_get_size):
7243           add/clean up debugging
7244         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7245           cleanups
7246
7247 2005-07-07  Andy Wingo  <wingo@pobox.com>
7248
7249         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7250         framerate. Need to get a handle on when exactly this function is
7251         called, tho.
7252
7253         * sys/v4l/v4lsrc_calls.h:
7254         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7255         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7256         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7257
7258         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7259         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7260         v4lelements are sources.
7261
7262         * sys/v4l/gstv4lxoverlay.h:
7263         * sys/v4l/gstv4lxoverlay.c:
7264         * sys/v4l/gstv4ltuner.h:
7265         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7266         
7267         * sys/v4l/gstv4lsrc.h:
7268         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7269         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7270         or something should handle that. Made a live source.
7271
7272         * sys/v4l/gstv4lelement.h:
7273         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7274         signals. Some cleanups.
7275
7276         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7277
7278         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7279         stuff.
7280
7281         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7282         stuff.
7283
7284         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7285
7286 2005-07-07  Wim Taymans  <wim@fluendo.com>
7287
7288         * ext/theora/theoradec.c: (theora_get_query_types),
7289         (theora_dec_src_getcaps), (theora_dec_push):
7290         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7291         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7292         Remove deprecated/unused query types.
7293
7294 2005-07-06  Wim Taymans  <wim@fluendo.com>
7295
7296         * ext/alsa/Makefile.am:
7297         * ext/alsa/gstalsaplugin.c: (plugin_init):
7298         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7299         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7300         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7301         (gst_alsasrc_class_init), (gst_alsasrc_init),
7302         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7303         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7304         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7305         (gst_alsasrc_reset):
7306         * ext/alsa/gstalsasrc.h:
7307         * gst-libs/gst/audio/Makefile.am:
7308         * gst-libs/gst/audio/gstaudiosink.c:
7309         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7310         (gst_audioringbuffer_start):
7311         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7312         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7313         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7314         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7315         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7316         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7317         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7318         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7319         * gst-libs/gst/audio/gstaudiosrc.h:
7320         * gst-libs/gst/audio/gstbaseaudiosink.c:
7321         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7322         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7323         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7324         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7325         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7326         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7327         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7328         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7329         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7330         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7331         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7332         (gst_baseaudiosrc_change_state):
7333         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7334         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7335         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7336         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7337         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7338         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7339         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7340         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7341         * gst-libs/gst/audio/gstringbuffer.h:
7342         Added audiosource base classes.
7343         Ported alsasrc, still very basic.
7344
7345 2005-07-06  Wim Taymans  <wim@fluendo.com>
7346
7347         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7348         (theora_dec_push), (theora_handle_data_packet):
7349         Prepare for better timestamp fix later.
7350
7351         * gst/audioconvert/gstaudioconvert.c:
7352         List most accurate caps first
7353
7354         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7355         Use proper pad task function.
7356
7357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7358         (gst_xvimagesink_show_frame):
7359         Fix deadlock when alloc failed.
7360
7361 2005-07-05  Andy Wingo  <wingo@pobox.com>
7362
7363         * ext/gnomevfs/gstgnomevfssrc.c:
7364         * gst/sine/gstsinesrc.c:
7365         * gst/tcp/gsttcpserversrc.c:
7366         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7367
7368         * sys/v4l/: Port from 0.8.
7369
7370         * Many files: Null if we got it....
7371
7372 2005-07-05  Andy Wingo  <wingo@pobox.com>
7373
7374         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7375         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7376         Signedness fixes.
7377
7378 2005-07-05  Wim Taymans  <wim@fluendo.com>
7379
7380         * configure.ac:
7381         * gst/tcp/Makefile.am:
7382         * gst/tcp/README:
7383         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7384         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7385         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7386         (is_sync_frame), (gst_multifdsink_handle_client_write),
7387         (gst_multifdsink_render), (gst_multifdsink_start),
7388         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7389         * gst/tcp/gstmultifdsink.h:
7390         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7391         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7392         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7393         * gst/tcp/gsttcp.h:
7394         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7395         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7396         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7397         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7398         * gst/tcp/gsttcpclientsink.h:
7399         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7400         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7401         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7402         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7403         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7404         * gst/tcp/gsttcpclientsrc.h:
7405         * gst/tcp/gsttcpplugin.c: (plugin_init):
7406         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7407         * gst/tcp/gsttcpserversink.h:
7408         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7409         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7410         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7411         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7412         (gst_tcpserversrc_stop):
7413         * gst/tcp/gsttcpserversrc.h:
7414         * gst/tcp/gsttcpsink.c:
7415         * gst/tcp/gsttcpsink.h:
7416         * gst/tcp/gsttcpsrc.c:
7417         * gst/tcp/gsttcpsrc.h:
7418         Ported tcp plugins to 0.9. 
7419         
7420
7421 2005-07-05  Andy Wingo  <wingo@pobox.com>
7422
7423         * gst/playback/gstplaybasebin.c (fill_buffer):
7424         message_new_application fixen.
7425
7426         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7427         Style fix.
7428
7429 2005-07-04  Wim Taymans  <wim@fluendo.com>
7430
7431         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7432         Set caps on output buffer.
7433
7434 2005-07-04  Andy Wingo  <wingo@pobox.com>
7435
7436         * ext/gnomevfs/gstgnomevfssrc.c
7437         (gst_gnomevfssrc_received_headers_callback) 
7438         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7439         hopefully.
7440
7441         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7442         No refcount leakage.
7443
7444         * configure.ac: Enable -Werror.
7445         
7446         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7447         * gst/audioconvert/bufferframesconvert.c
7448         (buffer_frames_convert_fixate):
7449         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7450         (gst_audio_convert_fixate):
7451         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7452         (gst_sinesrc_create): Fixate func changes.
7453         
7454         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7455         (gst_ximagesink_buffer_alloc): Unused var.
7456
7457 2005-07-01  Andy Wingo  <wingo@pobox.com>
7458
7459         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7460         getcaps to do explicit caps. Needs to be done in all decoders,
7461         possibly via a base class.
7462
7463         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7464
7465         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7466         caps on the sink pad, just rely on the pad template. Also, setting
7467         ANY caps on a pad is not valid because the caps are not fixed.
7468
7469         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7470         caps on the buffer, and get the width from the desired_caps if
7471         they're set.
7472         (gst_ximagesink_renegotiate_size): Implement via setting the
7473         desired_caps on the ximagesink.
7474         (gst_ximagesink_setcaps): Only reset the width of the player if it
7475         wasn't already set. Not sure if this is right.
7476         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7477
7478         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7479         that the user wants. NULL unless the window has been resized.
7480
7481         * gst/volume/gstvolume.c (volume_transform): Adapt to
7482         basetransform refcount changes.
7483         
7484 2005-07-01  Andy Wingo  <wingo@pobox.com>
7485
7486         * gst/videoscale/gstvideoscale.c:
7487         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7488         from BaseTransform, implements a transform_caps. Removed dead code
7489         including some PAR stuff that was never reached -- should probably
7490         be added back somehow.
7491
7492 2005-07-01  Andy Wingo  <wingo@pobox.com>
7493
7494         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7495         come later.
7496
7497 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7498
7499         * configure.ac:
7500         * docs/libs/Makefile.am:
7501         * docs/libs/gst-plugins-libs.types:
7502         * ext/alsa/Makefile.am:
7503         * ext/alsa/gstalsamixer.h:
7504         * ext/alsa/gstalsamixeroptions.h:
7505         * ext/alsa/gstalsamixertrack.h:
7506         * gst-libs/gst/Makefile.am:
7507         * gst-libs/gst/colorbalance/.cvsignore:
7508         * gst-libs/gst/colorbalance/Makefile.am:
7509         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7510         * gst-libs/gst/colorbalance/colorbalance.c:
7511         * gst-libs/gst/colorbalance/colorbalance.h:
7512         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7513         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7514         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7515         * gst-libs/gst/interfaces/Makefile.am:
7516         * gst-libs/gst/interfaces/colorbalance.c:
7517         (gst_color_balance_class_init):
7518         * gst-libs/gst/interfaces/colorbalance.h:
7519         * gst-libs/gst/interfaces/interfaces-marshal.list:
7520         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7521         * gst-libs/gst/interfaces/mixer.h:
7522         * gst-libs/gst/interfaces/mixeroptions.h:
7523         * gst-libs/gst/interfaces/navigation.c:
7524         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7525         * gst-libs/gst/interfaces/tuner.h:
7526         * gst/volume/Makefile.am:
7527         * gst/volume/gstvolume.c:
7528         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7529         * sys/ximage/Makefile.am:
7530         * sys/ximage/ximagesink.c:
7531         * sys/xvimage/Makefile.am:
7532         * sys/xvimage/xvimagesink.c:
7533           fold in all interfaces into an interfaces dir, preserving CVS
7534           history
7535
7536 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7537
7538         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7539           Fix build after riff changes.
7540
7541 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7542
7543         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7544         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7545         (gst_riff_create_video_template_caps),
7546         (gst_riff_create_audio_template_caps),
7547         (gst_riff_create_iavs_template_caps):
7548         * gst-libs/gst/riff/riff-media.h:
7549         * gst-libs/gst/riff/riff-read.h:
7550         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7551           Add gst_riff_init() to initialize the debug category, instead
7552           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7553
7554 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7555
7556         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7557           Oops, I shouldn't apply hacks.
7558
7559 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7560
7561         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7562           Remove pad_loop function which doesn't work.
7563
7564 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7565
7566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7567           Send EOS when deactivating.
7568         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7569         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7570         (gen_preroll_element), (probe_triggered), (mute_stream),
7571         (silence_stream), (new_decoded_pad), (setup_substreams),
7572         (set_active_source):
7573         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7574         (remove_sinks), (add_sink):
7575         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7576           Change for new probe API.
7577
7578 2005-06-29  Wim Taymans  <wim@fluendo.com>
7579
7580         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7581         * gst-libs/gst/audio/gstbaseaudiosink.c:
7582         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7583         (gst_baseaudiosink_change_state):
7584         * gst-libs/gst/audio/gstbaseaudiosink.h:
7585         * gst-libs/gst/audio/gstringbuffer.c:
7586         (gst_ringbuffer_set_callback):
7587         Fix compilation error.
7588         Ringbuffer starts out as not running.
7589         Free our clock in dispose.
7590         When releasing the ringbuffer we need to renegotiate so
7591         clear the pad caps.
7592
7593 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7594
7595         * autogen.sh:
7596         * configure.ac:
7597         * docs/Makefile.am:
7598         * docs/libs/Makefile.am:
7599         * docs/libs/gst-plugins-libs-docs.sgml:
7600         * docs/libs/gst-plugins-libs-sections.txt:
7601         * docs/libs/gst-plugins-libs.types:
7602         * docs/libs/tmpl/gstaudio.sgml:
7603         * docs/libs/tmpl/gstcolorbalance.sgml:
7604         * docs/libs/tmpl/gstringbuffer.sgml:
7605         * gst-libs/gst/audio/gstringbuffer.c:
7606         (gst_ringbuffer_set_callback):
7607           reinstate gtk-doc docs for plugin libs
7608
7609 2005-06-28  Wim Taymans  <wim@fluendo.com>
7610
7611         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7612         (gst_ogg_demux_init):
7613         Removed pad loop function.
7614
7615 2005-06-28  Wim Taymans  <wim@fluendo.com>
7616
7617         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7618         If we're building a chain we are not in an error case
7619         when we queue a buffer.
7620
7621 2005-06-28  Andy Wingo  <wingo@pobox.com>
7622
7623         * *.c: Don't cast to GstObject before reffing/unreffing.
7624
7625 2005-06-27  Andy Wingo  <wingo@pobox.com>
7626
7627         * gst/videotestsrc/gstvideotestsrc.c
7628         (gst_videotestsrc_activate_push): Activation API changes.
7629
7630         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7631         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7632         they have refs on the decodebin.
7633
7634         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7635         parent class.
7636         (gst_ogg_pad_typefind): Don't leak a pad ref.
7637         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7638         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7639         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7640
7641 2005-06-27  Edward Hervey  <edward@fluendo.com>
7642
7643         * ext/theora/theoradec.c: (theora_dec_change_state): 
7644         re-arranged call to parent's state change in order to avoid locks (or
7645         worse).
7646
7647 2005-06-26  Edward Hervey  <edward@fluendo.com>
7648
7649         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7650         2nd argument of 'unknow-type' signal is a GstCaps and not a
7651         GstMiniObject
7652
7653 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7654         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7655           Set the worker thread's running flag to TRUE before starting the
7656           thread.
7657         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7658           Catch a failure to add typefind to the bin.
7659
7660 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7661
7662         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7663         (gst_sinesrc_init), (gst_sinesrc_create),
7664         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7665         (gst_sinesrc_start):
7666         * gst/sine/gstsinesrc.h:
7667           add num-buffers and timestamp-offset properties
7668         * gst/videotestsrc/gstvideotestsrc.c:
7669         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7670         (gst_videotestsrc_get_property):
7671           add timestamp-offset property
7672
7673 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7674
7675         * configure.ac: add videorate
7676         * gst-plugins-base.spec.in: add videorate
7677
7678 2005-06-23  Wim Taymans  <wim@fluendo.com>
7679
7680         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7681         (gst_videorate_getcaps), (gst_videorate_setcaps),
7682         (gst_videorate_event), (gst_videorate_chain):
7683         Fixed videorate, fixating an already fixated caps is not
7684         an error.
7685
7686 2005-06-23  Wim Taymans  <wim@fluendo.com>
7687
7688         * ext/ogg/README:
7689         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7690         Buffer on caps is not boxed anymore.
7691
7692 2005-06-22  Wim Taymans  <wim@fluendo.com>
7693
7694         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7696         Set buffers on caps as miniobjects and not as boxed.
7697
7698 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7699
7700         * configure.ac:
7701           back to HEAD
7702
7703 === release 0.9.1 ===
7704
7705 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7706
7707         * .cvsignore:
7708         * NEWS:
7709         * README:
7710         * RELEASE:
7711         * configure.ac:
7712         * po/af.po:
7713         * po/az.po:
7714         * po/cs.po:
7715         * po/en_GB.po:
7716         * po/hu.po:
7717         * po/it.po:
7718         * po/nb.po:
7719         * po/nl.po:
7720         * po/or.po:
7721         * po/sq.po:
7722         * po/sr.po:
7723         * po/sv.po:
7724         * po/uk.po:
7725         * po/vi.po:
7726           updates for release
7727
7728 2005-06-09  Andy Wingo  <wingo@pobox.com>
7729
7730         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
7731         
7732 2005-06-09  Andy Wingo  <wingo@pobox.com>
7733
7734         * configure.ac:
7735         * gst-libs/gst/Makefile.am:
7736         * gst-libs/gst/net/Makefile.am:
7737         Add gstnet to build.
7738
7739 2005-06-09  Andy Wingo  <wingo@pobox.com>
7740
7741         * gst-libs/gst/gconf/gconf.c:
7742         * gst/playback/test.c:
7743         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
7744         fixes.
7745
7746         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
7747
7748         * ext/theora/theoraenc.c (theora_enc_chain): 
7749         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
7750
7751         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
7752         RealPad.
7753
7754 2005-06-02  Wim Taymans  <wim@fluendo.com>
7755
7756         * gst-libs/gst/net/Makefile.am:
7757         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7758         * pkgconfig/gstreamer-libs.pc.in:
7759         Added net stuff, version net lib.
7760
7761 2005-06-02  Wim Taymans  <wim@fluendo.com>
7762
7763         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7764         (query_rates), (query_positions_elems), (query_positions_pads),
7765         (do_seek):
7766         Updated seek example.
7767
7768 2005-06-02  Andy Wingo  <wingo@pobox.com>
7769
7770         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
7771         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
7772         list.
7773
7774         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
7775         remove the typefind, the bin dispose will do it for us. When it's
7776         removed and unreffed, the signal handler will be disconnected,
7777         too.
7778         (unlinked): It's too difficult to disconnect from unlinked
7779         handlers, as they are on pads not elements. Just punt if the pads
7780         aren't grandkids of the bin.
7781
7782 2005-06-02  Wim Taymans  <wim@fluendo.com>
7783
7784         * ext/ogg/README:
7785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7786         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
7787         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
7788         * ext/theora/theoradec.c: (theora_dec_src_query),
7789         (theora_handle_data_packet):
7790         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7791         (theora_enc_chain):
7792         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7793         (vorbis_handle_data_packet):
7794         * gst/audioconvert/bufferframesconvert.c:
7795         (buffer_frames_convert_chain):
7796         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7797         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7798         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7799         (gst_ffmpegcsp_chain):
7800         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7801         (gst_videorate_getcaps), (gst_videorate_setcaps),
7802         (gst_videorate_event), (gst_videorate_chain):
7803         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
7804         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
7805         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7806         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7807         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7808         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7809         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7810         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7811         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7812         Cleanups and buffer alloc.
7813
7814 2005-05-31  Wim Taymans  <wim@fluendo.com>
7815
7816         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
7817         Don't try to call the delay method when the device is not
7818         opened.
7819
7820 2005-05-31  Wim Taymans  <wim@fluendo.com>
7821
7822         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
7823         Get actual segment size and buffer size after opening
7824         the device.
7825
7826 2005-05-30  Wim Taymans  <wim@fluendo.com>
7827
7828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
7829         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
7830         Also FLUSH upstream, makes the loop function exit faster.
7831         
7832         * ext/theora/theoradec.c: (theora_dec_src_query):
7833         Some more debug info in the query.
7834         
7835         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7836         (gst_ximagesink_setcaps):
7837         Release lock on par error, better error reporting.
7838
7839 2005-05-26  Wim Taymans  <wim@fluendo.com>
7840
7841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7842         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
7843         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
7844         Clear chains in READY
7845         Queue packets until the chain is activated.
7846
7847 2005-05-25  Wim Taymans  <wim@fluendo.com>
7848
7849         * gst-libs/gst/audio/gstaudiosink.c:
7850         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7851         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7852         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7853         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7854         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7855         (gst_audiosink_create_ringbuffer):
7856         * gst-libs/gst/audio/gstbaseaudiosink.c:
7857         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7858         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7859         (gst_baseaudiosink_set_property), (build_linear_format),
7860         (debug_spec_caps), (debug_spec_buffer),
7861         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7862         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7863         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7864         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7865         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7866         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7867         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7868         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7869         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7870         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7871         (wait_segment), (gst_ringbuffer_commit),
7872         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7873         (gst_ringbuffer_clear):
7874         Various small cleanups.
7875
7876         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7877         (gst_audio_convert_change_state):
7878         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
7879         No need to take the locks anymore.
7880
7881 2005-05-25  Wim Taymans  <wim@fluendo.com>
7882
7883         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7884         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
7885         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
7886         (type_found):
7887         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
7888         (group_destroy), (group_commit), (queue_overrun),
7889         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
7890         (mute_stream), (new_decoded_pad), (setup_substreams),
7891         (setup_source), (mute_group_type), (set_active_source),
7892         (gst_play_base_bin_change_state):
7893         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
7894         (gen_video_element), (gen_text_element), (gen_audio_element),
7895         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
7896         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
7897         (gst_stream_info_dispose), (gst_stream_info_set_mute):
7898         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
7899         Some playbin cleanups mostly refcounting sloppyness.
7900
7901 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7902
7903         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7904           Work with streaming input.
7905
7906 2005-05-25  Wim Taymans  <wim@fluendo.com>
7907
7908         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7909         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7910         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7911         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
7912         No need to take the STREAM lock anymore.
7913
7914 2005-05-25  Wim Taymans  <wim@fluendo.com>
7915
7916         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7917         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
7918         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
7919         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
7920         (gst_ogg_demux_sink_activate):
7921         * ext/theora/theoradec.c: (theora_dec_src_event),
7922         (theora_handle_comment_packet), (theora_dec_chain),
7923         (theora_dec_change_state):
7924         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7925         (vorbis_handle_data_packet), (vorbis_dec_chain),
7926         (vorbis_dec_change_state):
7927         Remove STREAM locks as they are taken in core now.
7928         Never set bogus granulepos on vorbis/theora.
7929         Fix leaks in theoradec tag parsing.
7930
7931 2005-05-25  Wim Taymans  <wim@fluendo.com>
7932
7933         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7934         Fix memleaks, GST_BUFFER_DATA() is not freed.
7935
7936 2005-05-25  Wim Taymans  <wim@fluendo.com>
7937
7938         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7939         Open non-blocking, set to blocking mode afterwards to avoid
7940         lockups when audio device is busy.
7941
7942 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7943
7944         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
7945           This can't be good.
7946
7947 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7948
7949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7950         (gst_audio_convert_chain), (gst_audio_convert_link_src),
7951         (gst_audio_convert_setcaps):
7952           Implement instant setup switching.
7953
7954 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7955
7956         * gst/playback/gstplaybasebin.c: (probe_triggered):
7957           Fix missing unlock.
7958         * gst/playback/gstplaybin.c: (add_sink):
7959           First add, then link (otherwise pad link fails).
7960
7961 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7962
7963         * examples/Makefile.am:
7964         fix buildbot (make distcheck)
7965
7966 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7967
7968         * gst/playback/gstplaybin.c: (gen_vis_element):
7969           Remove some wrong code. Doesn't work yet.
7970
7971 2005-05-19  Wim Taymans  <wim@fluendo.com>
7972
7973         * gst-libs/gst/net/Makefile.am:
7974         * gst-libs/gst/net/README:
7975         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
7976         (gst_netbuffer_class_init), (gst_netbuffer_init),
7977         (gst_netbuffer_finalize), (gst_netbuffer_copy),
7978         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
7979         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
7980         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
7981         * gst-libs/gst/net/gstnetbuffer.h:
7982         Added buffer subclass to store extra to/from addresses for
7983         network sources/sinks.
7984
7985 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7986
7987         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7988           Don't lock an unassigned variable.
7989
7990 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7991
7992         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7993           Increase buffer for video, decrease buffer for other media types.
7994         * gst/playback/gstplaybin.c: (gen_video_element),
7995         (gen_audio_element):
7996           Change names for debugging purposes.
7997
7998 2005-05-18  Wim Taymans  <wim@fluendo.com>
7999
8000         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8001         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8002         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8003         (gst_ffmpegcsp_chain):
8004         Enable buffer alloc passthrough if the source and dest
8005         formats are the same.
8006
8007 2005-05-17  Wim Taymans  <wim@fluendo.com>
8008
8009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8010         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8011         (gst_ogg_demux_chain_unlocked):
8012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8013         (gst_audio_convert_caps_remove_format_info),
8014         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8015         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8017         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8018         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8019         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8020         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8021         (gst_ffmpegcsp_get_property):
8022         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8023         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8024         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8025         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8026         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8027         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8028         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8029         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8030         Leak fixes in oggdemux.
8031         Some cleanups in audioconvert.
8032         Make passthrough work along with buffer_alloc etc.
8033         Make buffer_alloc and buffer recycling actually work in
8034         xvimagesink.
8035
8036 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8037
8038         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8039           make the compiler happy
8040
8041 2005-05-17  Wim Taymans  <wim@fluendo.com>
8042
8043         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8044         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8045         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8046         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8047         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8048         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8049         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8050         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8051         (gst_xvimagesink_set_xwindow_id):
8052         * sys/xvimage/xvimagesink.h:
8053         Port xvimagesink to new MiniObject.
8054
8055 2005-05-17  Wim Taymans  <wim@fluendo.com>
8056
8057         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8058         (gst_audiofilter_chain):
8059         * gst-libs/gst/audio/gstaudiosink.c:
8060         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8061         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8062         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8063         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8064         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8065         (gst_audiosink_create_ringbuffer):
8066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8067         (gst_audio_convert_caps_remove_format_info),
8068         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8069         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8070         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8071         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8072         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8073         Fix passthrough in ffmpegcolorspace.
8074         Fix memset in audiosink on wrong memory.
8075
8076 2005-05-16  David Schleef  <ds@schleef.org>
8077
8078         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8079         to GstMiniObject.
8080
8081 2005-05-16  David Schleef  <ds@schleef.org>
8082
8083         Port from GstData to GstMiniObject.
8084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8086         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8087         (gst_ogg_mux_collected):
8088         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8089         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8090         (theora_handle_data_packet):
8091         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8092         (theora_set_header_on_caps), (theora_enc_chain):
8093         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8094         (vorbis_handle_comment_packet):
8095         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8096         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8097         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8098         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8099         * gst/audioconvert/gstaudioconvert.c:
8100         (gst_audio_convert_get_buffer):
8101         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8102         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8103         (mute_stream), (silence_stream):
8104         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8105         * gst/volume/gstvolume.c: (volume_transform):
8106         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8107         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8108         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8109         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8110         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8111         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8112         (gst_ximagesink_buffer_alloc):
8113         * sys/ximage/ximagesink.h:
8114
8115 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8116
8117         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8118         (fill_buffer), (check_queue), (queue_threshold_reached),
8119         (queue_out_of_data):
8120         * gst/playback/gstplaybasebin.h:
8121           Post buffer-fullness on the bus.
8122
8123 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8124
8125         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8126         (try_to_link_1):
8127         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8128         (group_commit), (probe_triggered), (setup_source),
8129         (gst_play_base_bin_change_state):
8130         * gst/playback/gstplaybasebin.h:
8131         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8132         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8133         (gst_play_bin_change_state):
8134           Move setup_output_pads into a virtual function, remove
8135           group-switch (no longer needed) and redirect (handled by bus
8136           now) signals.
8137
8138 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8139
8140         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8141         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8142         (get_active_group), (get_building_group), (group_destroy),
8143         (group_commit), (check_queue), (queue_overrun),
8144         (queue_threshold_reached), (queue_out_of_data),
8145         (gen_preroll_element), (remove_groups), (unknown_type),
8146         (add_element_stream), (no_more_pads), (probe_triggered),
8147         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8148         (setup_substreams), (setup_source), (finish_source),
8149         (prepare_output), (muted_group_change_state),
8150         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8151         (gst_play_base_bin_change_state):
8152         * gst/playback/gstplaybasebin.h:
8153         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8154         (gst_play_bin_init), (gst_play_bin_set_property),
8155         (gen_video_element), (gen_text_element), (gen_audio_element),
8156         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8157         (gst_play_bin_change_state):
8158         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8159         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8160         (stream_info_change_state), (gst_stream_info_set_mute),
8161         (gst_stream_info_get_property):
8162         * gst/playback/gststreaminfo.h:
8163         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8164         (gst_stream_selector_get_linked_pad),
8165         (gst_stream_selector_getcaps),
8166         (gst_stream_selector_get_linked_pads),
8167         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8168         * gst/playback/gststreamselector.h:
8169           Rough port of playbin. Needs some more work, but is mostly done,
8170           and uses a few locks in important places, which should make stuff
8171           like chain-switches clean. Still uses GST_STATE() in a few places,
8172           which isn't all that good an idea, subtitles/elements disabled
8173           because no elements to test with and thus probably broken, query
8174           and event handling moved to GstBin, internal thread removed
8175           alltogether because the pipeline does that for us now. Can play
8176           Ogg/Vorbis files. Haven't tested anything else yet.
8177
8178 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8179
8180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8181           Do no-more-pads (needed for autoplugging).
8182
8183 2005-05-10  Andy Wingo  <wingo@pobox.com>
8184
8185         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8186         message to the bus with the tags. Still not sent downstream tho.
8187
8188         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8189         get_parent.
8190         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8191         avoid refcounting hassles.
8192
8193 2005-05-09  Andy Wingo  <wingo@pobox.com>
8194
8195         * gst/volume/Makefile.am:
8196         * gst/volume/demo.c
8197         * gst/volume/gstvolume.h
8198         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8199         basetransform. Probably need an audio filter base class.
8200
8201 2005-05-09  Wim Taymans  <wim@fluendo.com>
8202
8203         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8204         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8205         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8206         (gst_vorbisenc_chain):
8207         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8208         (gst_audio_convert_caps_remove_format_info),
8209         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8210         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8211         Make caps writable before writing to it.
8212         Fix negotiation in audioconvert some more.
8213
8214 2005-05-09  Wim Taymans  <wim@fluendo.com>
8215
8216         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8217         (gst_videorate_getcaps), (gst_videorate_setcaps),
8218         (gst_videorate_event), (gst_videorate_chain):
8219         Better negotiation.
8220
8221 2005-05-09  Wim Taymans  <wim@fluendo.com>
8222
8223         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8224         (gst_videorate_getcaps), (gst_videorate_setcaps),
8225         (gst_videorate_blank_data), (gst_videorate_init),
8226         (gst_videorate_event), (gst_videorate_chain),
8227         (gst_videorate_change_state):
8228         Port videorate, do a better job at negotiation while we're at
8229         it.
8230
8231 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8232
8233         * configure.ac:
8234           Disable libvisual
8235
8236         * examples/Makefile.am:
8237         * gst-libs/gst/audio/Makefile.am:
8238         * gst-libs/gst/riff/Makefile.am:
8239         * gst-libs/gst/tag/Makefile.am:
8240         * gst-libs/gst/video/Makefile.am:
8241           Fixups for missing variables.
8242
8243 2005-05-09  Wim Taymans  <wim@fluendo.com>
8244
8245         * examples/seeking/seek.c: (make_theora_pipeline),
8246         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8247         (query_rates), (query_positions_elems), (query_positions_pads),
8248         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8249         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8250         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8251         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8252         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8253         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8254         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8255         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8256         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8257         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8258         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8259         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8260         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8261         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8262         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8263         (theora_dec_src_convert), (theora_dec_sink_convert),
8264         (theora_dec_src_query), (theora_dec_sink_query),
8265         (theora_dec_src_event), (theora_dec_sink_event),
8266         (theora_handle_comment_packet), (theora_handle_type_packet),
8267         (theora_handle_header_packet), (theora_handle_data_packet),
8268         (theora_dec_chain):
8269         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8270         (vorbis_dec_convert), (vorbis_dec_src_query),
8271         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8272         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8273         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8274         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8276         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8277         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8278         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8279         (gst_play_bin_query):
8280         * gst/playback/test3.c: (update_scale):
8281         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8282         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8283         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8284         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8285         (gst_videotestsrc_src_query):
8286         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8287         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8288         (paint_hline_YUV9):
8289         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8290         Port to new query API.
8291         Updated seek.
8292         Cleanups in x[v]imagesink
8293
8294 2005-05-09  Andy Wingo  <wingo@pobox.com>
8295
8296         * ext/alsa/gstalsasink.h:
8297         * ext/gnomevfs/gstgnomevfssrc.c:
8298         (gst_gnomevfssrc_get_icy_metadata):
8299         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8300         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8301         * ext/theora/theoradec.c (theora_dec_src_query)
8302         (theora_dec_src_event, theora_dec_sink_event)
8303         (theora_handle_comment_packet, theora_handle_data_packet):
8304         * ext/theora/theoraenc.c (theora_enc_chain):
8305         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8306         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8307         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8308         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8309         (qt_type_find):
8310         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8311         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8312         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8313         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8314         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8315         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8316         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8317         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8318         (paint_setup_RGB565, paint_setup_xRGB1555):
8319         * gst/videotestsrc/videotestsrc.h:
8320         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8321         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8322         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8323         GCC4 fixes.
8324         
8325         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8326         gst_pad_query_position. Fixes oggdemux.
8327
8328 2005-05-08  David Schleef  <ds@schleef.org>
8329
8330         * configure.ac: Require liboil.
8331         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8332         a few more.
8333         * gst/videotestsrc/videotestsrc.c:
8334         * gst/videotestsrc/videotestsrc.h:
8335
8336 2005-05-06  Wim Taymans  <wim@fluendo.com>
8337
8338         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8339         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8340         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8341         Well, unreffing a buffer right before pushing it is asking
8342         for trouble..
8343
8344 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8345
8346         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8347
8348 2005-05-06  Wim Taymans  <wim@fluendo.com>
8349
8350         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8351         (gst_audio_convert_caps_remove_format_info),
8352         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8353         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8355         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8356         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8357         * gst/sine/Makefile.am:
8358         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8359         (gst_sinesrc_class_init), (gst_sinesrc_init),
8360         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8361         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8362         (gst_sinesrc_update_freq):
8363         * gst/sine/gstsinesrc.h:
8364         * gst/tcp/gstmultifdsink.c:
8365         * sys/xvimage/xvimagesink.c:
8366         Fixed negotiation wrt _peer_get_caps()
8367         Some cleanups.
8368
8369
8370 2005-05-06  Wim Taymans  <wim@fluendo.com>
8371
8372         * gst-libs/gst/audio/gstaudiosink.c:
8373         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8374         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8375         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8376         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8377         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8378         (gst_audiosink_create_ringbuffer):
8379         * gst-libs/gst/audio/gstbaseaudiosink.c:
8380         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8381         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8382         (gst_baseaudiosink_set_property), (build_linear_format),
8383         (debug_spec_caps), (debug_spec_buffer),
8384         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8385         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8386         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8387         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8388         * gst-libs/gst/audio/gstbaseaudiosink.h:
8389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8390         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8391         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8392         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8393         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8394         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8395         (wait_segment), (gst_ringbuffer_commit),
8396         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8397         (gst_ringbuffer_clear):
8398         * gst-libs/gst/audio/gstringbuffer.h:
8399         Make the base audiosink return an error when there is no
8400         audiobuffer negotiated.
8401
8402 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8403
8404         * ext/Makefile.am:
8405         Disable cdparanoia until someone ports it!
8406
8407 2005-05-06  Wim Taymans  <wim@fluendo.com>
8408
8409         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8410         (gst_ogg_demux_sink_activate):
8411         And revert after wingo's revert.. sigh..
8412
8413 2005-05-05  Andy Wingo  <wingo@pobox.com>
8414
8415         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8416         GObject.
8417         * configure.ac: Return audiorate and subparse from the ghetto.
8418         Re-enable -Wall -Werror.
8419         * gst/subparse/gstsubparse.c:
8420         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8421         or chain-based. Cleaned up a bit. Not tested.
8422         
8423 2005-05-05  Christian Schaller <christian@fluendo.com> 
8424
8425         * Makefile.am: remove stuff that is not building
8426         * configure.ac: remove stuff that is not building
8427         * examples/Makefile.am: remove stuff that is not building
8428         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8429         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8430         * sys/Makefile.am: remove stuff that is not building
8431         * testsuite/Makefile.am: remove stuff that is not building
8432
8433 2005-05-05  Andy Wingo  <wingo@pobox.com>
8434
8435         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8436         * gst-libs/gst/tag/gstvorbistag.c:
8437         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8438         * gst/adder/gstadder.h:
8439         * gst/audioconvert/gstchannelmix.c:
8440         (gst_audio_convert_fill_one_other):
8441         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8442         (gst_audiorate_init), (gst_audiorate_chain):
8443         * gst/playback/gstplaybasebin.c: (setup_source):
8444         * gst/playback/test3.c: (update_scale):
8445         Some GCC4 fixes
8446         
8447         * po/af.po:
8448         * po/az.po:
8449         * po/cs.po:
8450         * po/en_GB.po:
8451         * po/hu.po:
8452         * po/it.po:
8453         * po/nb.po:
8454         * po/nl.po:
8455         * po/or.po:
8456         * po/sq.po:
8457         * po/sr.po:
8458         * po/sv.po:
8459         * po/uk.po:
8460         * po/vi.po: Foo
8461
8462 2005-05-05  Wim Taymans  <wim@fluendo.com>
8463
8464         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8465         (gst_audio_convert_caps_remove_format_info),
8466         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8467         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8468         * gst/videotestsrc/gstvideotestsrc.c:
8469         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8470         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8471         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8472         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8473         Don't ignore _push() return values.
8474         Make sure no processing is done when shutting down.
8475         Videotestsrc pad activation fix.
8476
8477 2005-05-05  Wim Taymans  <wim@fluendo.com>
8478
8479         * gst/adder/Makefile.am:
8480         * gst/adder/gstadder.c: (gst_adder_setcaps),
8481         (gst_adder_class_init), (gst_adder_init),
8482         (gst_adder_request_new_pad), (gst_adder_collected),
8483         (gst_adder_change_state):
8484         * gst/adder/gstadder.h:
8485         Ported adder as an example of a mixer element using
8486         collect pads. Needs more negotiation work.
8487
8488 2005-05-05  Wim Taymans  <wim@fluendo.com>
8489
8490         * ext/theora/theoradec.c: (_inc_granulepos),
8491         (theora_dec_src_event), (theora_dec_sink_event),
8492         (theora_handle_comment_packet), (theora_handle_type_packet),
8493         (theora_handle_header_packet), (theora_handle_data_packet),
8494         (theora_dec_chain):
8495         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8496         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8497         (theora_push_buffer), (theora_push_packet),
8498         (theora_enc_sink_event), (theora_enc_chain),
8499         (theora_enc_change_state), (theora_enc_set_property),
8500         (theora_enc_get_property):
8501         Added stream lock to decoder so that we can serialize
8502         the discont event.
8503         More theoraenc porting, recover from errors, do clean
8504         shutdown.
8505
8506 2005-05-05  Wim Taymans  <wim@fluendo.com>
8507
8508         * ext/ogg/Makefile.am:
8509         * ext/ogg/README:
8510         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8511         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8512         (gst_ogg_print):
8513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8514         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8515         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8516         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8517         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8518         (gst_ogg_mux_change_state):
8519         Ported ogg muxer.
8520
8521 2005-05-05  Wim Taymans  <wim@fluendo.com>
8522
8523         * docs/design-audiosinks.txt:
8524         * gst-libs/gst/audio/TODO:
8525         * gst-libs/gst/audio/gstaudiosink.c:
8526         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8527         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8528         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8529         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8530         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8531         (gst_audiosink_create_ringbuffer):
8532         * gst-libs/gst/audio/gstbaseaudiosink.c:
8533         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8534         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8535         (gst_baseaudiosink_set_property), (build_linear_format),
8536         (debug_spec_caps), (debug_spec_buffer),
8537         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8538         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8539         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8540         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8541         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8542         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8543         (gst_ringbuffer_release), (gst_ringbuffer_play),
8544         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8545         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8546         (gst_ringbuffer_set_sample), (wait_segment),
8547         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8548         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8549         More work on the audiosink, mostly debugging and a race in
8550         shutdown.
8551
8552 2005-04-28  Wim Taymans  <wim@fluendo.com>
8553
8554         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8555         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8556         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8557         (vorbis_dec_src_query), (vorbis_dec_src_event),
8558         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8559         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8560         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8561         Don't crap out when seeking back to position 0.
8562
8563 2005-04-28  Wim Taymans  <wim@fluendo.com>
8564
8565         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8566         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8567         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8568         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8569         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8570         Make audio sink configurable, use alsasink as default.
8571
8572 2005-04-28  Wim Taymans  <wim@fluendo.com>
8573
8574         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8575         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8576         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8577         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8578         (vorbis_dec_change_state):
8579         * ext/vorbis/vorbisdec.h:
8580         Refactor, use STREAM_LOCK.
8581
8582 2005-04-28  Wim Taymans  <wim@fluendo.com>
8583
8584         * ext/theora/theoradec.c: (_inc_granulepos),
8585         (theora_dec_sink_event), (theora_handle_comment_packet),
8586         (theora_handle_type_packet), (theora_handle_header_packet),
8587         (theora_handle_data_packet), (theora_dec_chain),
8588         (theora_dec_change_state):
8589         Refactor a bit, use STREAM_LOCK.
8590
8591 2005-04-28  Wim Taymans  <wim@fluendo.com>
8592
8593         * ext/alsa/Makefile.am:
8594         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8595         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8596         (gst_alsa_link), (gst_alsa_close_audio):
8597         * ext/alsa/gstalsaplugin.c: (plugin_init):
8598         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8599         (gst_alsasink_dispose), (gst_alsasink_base_init),
8600         (gst_alsasink_class_init), (gst_alsasink_init),
8601         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8602         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8603         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8604         (gst_alsasink_reset):
8605         * ext/alsa/gstalsasink.h:
8606         Implement alsasink with simple open/write/close API. 
8607         Make alsa dir build by disabling compilation of code.
8608
8609 2005-04-28  Wim Taymans  <wim@fluendo.com>
8610
8611         * gst-libs/gst/audio/Makefile.am:
8612         * gst-libs/gst/audio/audio.h:
8613         * gst-libs/gst/audio/audioclock.c:
8614         * gst-libs/gst/audio/audioclock.h:
8615         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8616         (gst_audio_clock_class_init), (gst_audio_clock_init),
8617         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8618         * gst-libs/gst/audio/gstaudioclock.h:
8619         * gst-libs/gst/audio/gstaudiosink.c:
8620         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8621         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8622         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8623         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8624         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8625         (gst_audiosink_create_ringbuffer):
8626         * gst-libs/gst/audio/gstbaseaudiosink.c:
8627         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8628         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8629         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8630         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8631         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8632         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8633         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8634         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8635         * gst-libs/gst/audio/gstbaseaudiosink.h:
8636         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8637         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8638         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8639         (gst_ringbuffer_release), (gst_ringbuffer_play),
8640         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8641         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8642         (gst_ringbuffer_set_sample), (wait_segment),
8643         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8644         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8645         * gst-libs/gst/audio/gstringbuffer.h:
8646         Make ringbuffer faster and more simple by removing the locks
8647         in the playback thread.
8648         Add sample accurate playback based on buffer sample offsets.
8649         Make the baseaudiosink provide a clock.
8650         Parse caps in the base class.
8651         Correctly handle seeking, flushing and state changes.
8652
8653 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8654
8655         * configure.ac:
8656         * gst/audioconvert/Makefile.am:
8657         * gst/audioscale/Makefile.am:
8658           Fix part of the build.  Come on guys, autogen didn't even work :)
8659
8660 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8661
8662         * configure.ac:
8663         * gst-libs/gst/Makefile.am:
8664         * gst-libs/gst/media-info/.cvsignore:
8665         * gst-libs/gst/media-info/Makefile.am:
8666         * gst-libs/gst/media-info/README:
8667         * gst-libs/gst/media-info/media-info-priv.c:
8668         * gst-libs/gst/media-info/media-info-priv.h:
8669         * gst-libs/gst/media-info/media-info-test.c:
8670         * gst-libs/gst/media-info/media-info.c:
8671         * gst-libs/gst/media-info/media-info.h:
8672         * gst-libs/gst/media-info/media-info.vcproj:
8673         * pkgconfig/Makefile.am:
8674         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8675         * pkgconfig/gstreamer-media-info.pc.in:
8676           Remove media-info, which is also successed by playbin (see Totem
8677           implementation).
8678
8679 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8680
8681         * configure.ac:
8682         * examples/Makefile.am:
8683         * examples/gstplay/.cvsignore:
8684         * examples/gstplay/Makefile.am:
8685         * examples/gstplay/player.c:
8686         * gst-libs/gst/Makefile.am:
8687         * gst-libs/gst/play/.cvsignore:
8688         * gst-libs/gst/play/Makefile.am:
8689         * gst-libs/gst/play/play.c:
8690         * gst-libs/gst/play/play.h:
8691         * gst-libs/gst/play/play.vcproj:
8692         * pkgconfig/Makefile.am:
8693         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8694         * pkgconfig/gstreamer-play.pc.in:
8695           Remove libgstplay, playbin is now the official successor.
8696
8697 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8698
8699         * configure.ac:
8700         * gst-libs/gst/Makefile.am:
8701         * gst-libs/gst/xwindowlistener/Makefile.am:
8702         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8703         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8704           Remove deprecated xwindowlistener (I've moved xwindowlistening
8705           in the v4l/v4l2 plugins over to serverside).
8706
8707 2005-04-25  David Schleef  <ds@schleef.org>
8708
8709         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8710         to examples/dynparams.  Examples do not belong interspersed with
8711         source code.
8712         * examples/dynparams/demo-dparams.c:
8713         * gst/sine/Makefile.am:
8714         * gst/sine/demo-dparams.c:
8715
8716 2005-04-25  David Schleef  <ds@schleef.org>
8717
8718         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
8719         * gst-libs/gst/audio/Makefile.am:
8720         * gst-libs/gst/riff/Makefile.am:
8721         * gst-libs/gst/tag/Makefile.am:
8722         * gst-libs/gst/video/Makefile.am:
8723         * gst-libs/gst/xwindowlistener/Makefile.am:
8724
8725         Convert to 0.9 API, seems to work:
8726         * sys/ximage/Makefile.am:
8727         * sys/ximage/ximagesink.c:
8728
8729 2005-04-24  David Schleef  <ds@schleef.org>
8730
8731         Link plugins against libraries:
8732         * ext/alsa/Makefile.am:
8733         * gst/tcp/Makefile.am:
8734
8735         Remove asm code that should be in liboil
8736         * gst/videoscale/Makefile.am:
8737         * gst/videoscale/videoscale_x86_asm.s:
8738
8739         gettext wants these checked in:
8740         * po/af.po:
8741         * po/az.po:
8742         * po/cs.po:
8743         * po/en_GB.po:
8744         * po/hu.po:
8745         * po/it.po:
8746         * po/nb.po:
8747         * po/nl.po:
8748         * po/or.po:
8749         * po/sq.po:
8750         * po/sr.po:
8751         * po/sv.po:
8752         * po/uk.po:
8753         * po/vi.po:
8754
8755 2005-04-24  David Schleef  <ds@schleef.org>
8756
8757         Convert gst_main() to g_main_loop_run()
8758         * gst/playback/decodetest.c: (main):
8759         * gst/playback/test2.c: (main):
8760         * gst/playback/test3.c: (main):
8761         * gst/playback/test4.c: (main):
8762
8763         Link plugins against libraries:
8764         * ext/libvisual/Makefile.am:
8765         * sys/xvimage/Makefile.am:
8766
8767 2005-04-24  David Schleef  <ds@schleef.org>
8768
8769         * configure.ac: Remove idct and resample libs
8770         * gst-libs/gst/Makefile.am: same
8771
8772         Remove usage of gst_library_load():
8773         * ext/alsa/gstalsaplugin.c: (plugin_init):
8774         * ext/libvisual/visual.c: (plugin_init):
8775         * ext/ogg/gstogg.c: (plugin_init):
8776         * ext/theora/theora.c: (plugin_init):
8777         * ext/vorbis/vorbis.c: (plugin_init):
8778         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
8779         * gst/audioscale/gstaudioscale.c:
8780         * gst/adder/gstadder.c: (plugin_init):
8781         * gst/audioconvert/plugin.c: (plugin_init):
8782         * sys/ximage/ximagesink.c: (plugin_init):
8783         * sys/xvimage/xvimagesink.c: (plugin_init):
8784         * gst/tcp/gsttcpplugin.c: (plugin_init):
8785
8786         Link plugins against libraries:
8787         * ext/ogg/Makefile.am:
8788         * ext/theora/Makefile.am:
8789         * ext/vorbis/Makefile.am:
8790         * gst/audioconvert/Makefile.am:
8791
8792         Create proper libraries:
8793         * gst-libs/gst/riff/Makefile.am:
8794         * gst-libs/gst/audio/Makefile.am:
8795         * gst-libs/gst/video/Makefile.am:
8796
8797         Move resample library to audioscale plugin directory:
8798         * gst-libs/gst/resample/Makefile.am:
8799         * gst-libs/gst/resample/README:
8800         * gst-libs/gst/resample/dtof.c:
8801         * gst-libs/gst/resample/dtos.c:
8802         * gst-libs/gst/resample/functable.c:
8803         * gst-libs/gst/resample/private.h:
8804         * gst-libs/gst/resample/resample.c:
8805         * gst-libs/gst/resample/resample.h:
8806         * gst-libs/gst/resample/resample.vcproj:
8807         * gst-libs/gst/resample/test.c:
8808         * gst/audioscale/Makefile.am:
8809         * gst/audioscale/README:
8810         * gst/audioscale/dtof.c:
8811         * gst/audioscale/dtos.c:
8812         * gst/audioscale/functable.c:
8813         * gst/audioscale/private.h:
8814         * gst/audioscale/resample.c:
8815         * gst/audioscale/resample.h:
8816         * gst/audioscale/test.c:
8817
8818         Move tagedit library to gst-libs:
8819         * gst-libs/gst/tag/Makefile.am:
8820         * gst-libs/gst/tag/gstid3tag.c:
8821         * gst-libs/gst/tag/gsttagediting.c:
8822         * gst-libs/gst/tag/gsttageditingprivate.h:
8823         * gst-libs/gst/tag/gstvorbistag.c:
8824         * gst/tags/Makefile.am:
8825         * gst/tags/gstid3tag.c:
8826         * gst/tags/gstvorbistag.c:
8827
8828         Fix for core changes:
8829         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8830         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
8831         (gst_sinesrc_getrange):
8832
8833 2005-04-23  David Schleef  <ds@schleef.org>
8834
8835         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
8836         in gst-plugins in a long time, and properly belongs in liboil.
8837         * gst-libs/gst/idct/Makefile.am:
8838         * gst-libs/gst/idct/README:
8839         * gst-libs/gst/idct/dct.h:
8840         * gst-libs/gst/idct/doieee:
8841         * gst-libs/gst/idct/fastintidct.c:
8842         * gst-libs/gst/idct/floatidct.c:
8843         * gst-libs/gst/idct/idct.c:
8844         * gst-libs/gst/idct/idct.h:
8845         * gst-libs/gst/idct/idtc.vcproj:
8846         * gst-libs/gst/idct/ieeetest.c:
8847         * gst-libs/gst/idct/intidct.c:
8848
8849 2005-04-20  Wim Taymans  <wim@fluendo.com>
8850
8851         * docs/design-audiosinks.txt:
8852         * gst-libs/gst/audio/Makefile.am:
8853         * gst-libs/gst/audio/TODO:
8854         * gst-libs/gst/audio/gstaudiosink.c:
8855         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8856         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8857         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
8858         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8859         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8860         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
8861         (gst_audiosink_class_init), (gst_audiosink_init),
8862         (gst_audiosink_create_ringbuffer):
8863         * gst-libs/gst/audio/gstaudiosink.h:
8864         * gst-libs/gst/audio/gstbaseaudiosink.c:
8865         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
8866         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
8867         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
8868         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
8869         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
8870         (gst_baseaudiosink_create_ringbuffer),
8871         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8872         * gst-libs/gst/audio/gstbaseaudiosink.h:
8873         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8874         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
8875         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
8876         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8877         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
8878         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8879         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
8880         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
8881         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
8882         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
8883         * gst-libs/gst/audio/gstringbuffer.h:
8884         An attempt at a set of audio base classes together with some
8885         design docs.
8886
8887 2005-04-20  Wim Taymans  <wim@fluendo.com>
8888
8889         * gst/audioconvert/Makefile.am:
8890         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8891         (gst_audio_convert_caps_remove_format_info),
8892         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8893         (gst_audio_convert_channels):
8894         Link against audio libs.
8895         Fix audio convert plugin.
8896
8897 2005-04-20  Wim Taymans  <wim@fluendo.com>
8898
8899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
8900         (gst_ogg_demux_sink_activate):
8901         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8902         (theora_set_header_on_caps), (theora_enc_sink_event),
8903         (theora_enc_chain):
8904         Fix theora encoder.
8905
8906 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8907
8908         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
8909         * gst/playback/gstdecodebin.c: (find_compatibles):
8910           Work with staticpadtemplates in elementfactories.
8911
8912 2005-04-12  Wim Taymans  <wim@fluendo.com>
8913
8914         * gst/playback/README:
8915         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8916         (compare_ranks), (print_feature), (gst_decode_bin_init),
8917         (dynamic_create), (dynamic_free), (find_compatibles),
8918         (mimetype_is_raw), (close_pad_link), (got_redirect),
8919         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8920         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
8921         (gst_decode_bin_change_state):
8922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8923         (gst_play_base_bin_init), (group_destroy), (group_commit),
8924         (check_queue), (queue_overrun), (queue_threshold_reached),
8925         (queue_out_of_data), (gen_preroll_element), (unknown_type),
8926         (new_decoded_pad), (setup_subtitle), (gen_source_element),
8927         (got_redirect), (setup_source), (play_base_eos),
8928         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8929         (gst_play_base_bin_remove_element):
8930         * gst/playback/gstplaybasebin.h:
8931         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8932         (gst_play_bin_init), (gst_play_bin_dispose),
8933         (gst_play_bin_set_property), (gen_video_element),
8934         (gen_text_element), (gen_audio_element), (remove_sinks),
8935         (gst_play_bin_send_event):
8936         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8937         (stream_info_change_state), (gst_stream_info_set_mute):
8938         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8939         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
8940         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
8941         (gst_stream_selector_chain):
8942         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8943         (main):
8944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8945         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
8946         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8947         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
8948         Raw and crude port of decodebin. 
8949         Make playbin compile.
8950
8951 2005-04-06  Wim Taymans  <wim@fluendo.com>
8952
8953         * ext/gnomevfs/Makefile.am:
8954         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8955         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8956         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8957         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
8958         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
8959         (gst_gnomevfssrc_stop):
8960         * ext/ogg/Makefile.am:
8961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
8962         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
8963         * ext/theora/Makefile.am:
8964         * ext/theora/theoradec.c: (_inc_granulepos),
8965         (theora_dec_sink_event), (theora_dec_chain):
8966         * ext/vorbis/Makefile.am:
8967         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8968         (vorbis_dec_sink_event), (vorbis_dec_chain):
8969         * gst-libs/gst/audio/Makefile.am:
8970         * sys/xvimage/Makefile.am:
8971         Make gnomevfssrc extend the source base class.
8972         Fix linking against libs in various plugins.
8973
8974 2005-04-06  Andy Wingo  <wingo@pobox.com>
8975
8976         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
8977         GST_BASE_LIBS.
8978
8979         * configure.ac: Add check and AC_SUBST for libgstbase.
8980
8981 2005-03-31  Wim Taymans  <wim@fluendo.com>
8982
8983         * examples/seeking/Makefile.am:
8984         * examples/seeking/cdparanoia.c: (main):
8985         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
8986         (play_cb), (pause_cb), (stop_cb), (main):
8987         * examples/seeking/playbin.c:
8988         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
8989         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
8990         (make_sid_pipeline), (make_vorbis_pipeline),
8991         (make_theora_pipeline), (make_vorbis_theora_pipeline),
8992         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8993         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
8994         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
8995         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
8996         (stop_cb), (main):
8997         * examples/seeking/spider_seek.c:
8998         * examples/seeking/vorbisfile.c:
8999         * ext/gnomevfs/Makefile.am:
9000         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9001         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9002         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9003         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9004         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9005         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9006         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9007         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9008         * ext/ogg/README:
9009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9010         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9011         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9012         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9013         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9014         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9015         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9016         (gst_ogg_demux_factory_filter), (compare_ranks),
9017         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9018         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9019         (gst_ogg_chain_new), (gst_ogg_chain_free),
9020         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9021         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9022         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9023         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9024         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9025         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9026         (gst_ogg_demux_get_prev_page),
9027         (gst_ogg_demux_deactivate_current_chain),
9028         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9029         (gst_ogg_demux_bisect_forward_serialno),
9030         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9031         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9032         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9033         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9034         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9035         (gst_ogg_demux_change_state), (gst_ogg_print):
9036         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9037         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9038         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9039         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9040         (gst_ogg_mux_loop):
9041         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9042         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9043         (theora_dec_src_convert), (theora_dec_sink_convert),
9044         (theora_dec_src_query), (theora_dec_src_event),
9045         (theora_dec_sink_event), (theora_dec_chain),
9046         (theora_dec_change_state):
9047         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9048         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9049         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9050         (theora_enc_change_state):
9051         * ext/vorbis/Makefile.am:
9052         * ext/vorbis/oggvorbisenc.c:
9053         * ext/vorbis/oggvorbisenc.h:
9054         * ext/vorbis/vorbis.c: (plugin_init):
9055         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9056         (vorbis_dec_src_query), (vorbis_dec_src_event),
9057         (vorbis_dec_sink_event), (vorbis_dec_chain),
9058         (vorbis_dec_change_state):
9059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9060         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9061         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9062         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9063         (gst_vorbisenc_change_state):
9064         * ext/vorbis/vorbisenc.h:
9065         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9066         * gst-libs/gst/audio/audioclock.c:
9067         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9068         (gst_audiofilter_init), (gst_audiofilter_chain):
9069         * gst-libs/gst/audio/testchannels.c: (main):
9070         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9071         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9072         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9073         (gmip_find_track_streaminfo), (gmip_find_track_format):
9074         * gst-libs/gst/media-info/media-info.c:
9075         (gst_media_info_read_idler):
9076         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9077         (gst_play_get_all_by_interface):
9078         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9079         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9080         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9081         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9082         (gst_riff_parse_info):
9083         * gst-libs/gst/riff/riff-read.h:
9084         * gst-libs/gst/riff/riff.c: (plugin_init):
9085         * gst-libs/gst/video/Makefile.am:
9086         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9087         (gst_videosink_class_init), (gst_videosink_get_type):
9088         * gst-libs/gst/video/videosink.h:
9089         * gst/audioconvert/bufferframesconvert.c:
9090         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9091         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9092         * gst/audioconvert/channelmixtest.c: (main):
9093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9094         (gst_audio_convert_chain),
9095         (gst_audio_convert_caps_remove_format_info),
9096         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9097         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9098         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9099         (gst_audio_convert_buffer_to_default_format),
9100         (gst_audio_convert_buffer_from_default_format),
9101         (gst_audio_convert_channels):
9102         * gst/audioconvert/gstchannelmix.h:
9103         * gst/ffmpegcolorspace/avcodec.h:
9104         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9105         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9106         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9107         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9108         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9109         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9110         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9111         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9112         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9113         (dv_type_find):
9114         * gst/videotestsrc/gstvideotestsrc.c:
9115         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9116         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9117         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9118         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9119         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9120         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9121         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9123         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9124         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9125         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9126         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9127         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9128         (gst_xvimagesink_navigation_send_event),
9129         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9130         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9131         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9132         * sys/xvimage/xvimagesink.h:
9133         Plugin port to 0.9, ogg/theora playback should work in the seek
9134         example now.
9135         Removed old examples.
9136         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9137         explained in 0.9 TODO doc.
9138
9139
9140 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9141
9142         * autogen.sh:
9143         * configure.ac:
9144         * ext/Makefile.am:
9145         * gst/Makefile.am:
9146         * po/POTFILES.in:
9147         * po/af.po:
9148         * po/az.po:
9149         * po/cs.po:
9150         * po/en_GB.po:
9151         * po/hu.po:
9152         * po/it.po:
9153         * po/nb.po:
9154         * po/nl.po:
9155         * po/or.po:
9156         * po/sq.po:
9157         * po/sr.po:
9158         * po/sv.po:
9159         * po/uk.po:
9160         * po/vi.po:
9161         * sys/Makefile.am:
9162         * testsuite/Makefile.am:
9163           remove a whole bunch of plugins.  This module now contains a set
9164           of free reference plugins/elements as agreed.
9165
9166 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9167
9168         * configure.ac:
9169           hunting season on 0.9 is now OPEN
9170
9171 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9172
9173         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9174           Kick the hell out of gcc for not warning me about a symbol conflict.
9175
9176 2005-02-22  Luca Ognibene  <luogni@tin.it>
9177
9178         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9179
9180         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9181           Don't leak caps string (fixes #168134)
9182
9183         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9184         (gst_jpegenc_init), (gst_jpegenc_finalize),
9185         (gst_jpegenc_change_state):
9186           Don't leak line buffers and context struct (fixes #168133).
9187
9188 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9189
9190         * configure.ac:
9191         * ext/dirac/gstdiracdec.cc:
9192         (gst_diracdec_chain):
9193           Since dirac 0.5.0 the framerate in dirac is expressed as a
9194           rational number. Fix build and up requirement to 0.5.0, and
9195           also pass parameters to gst_diracdec_link in the right order
9196           (fixes #167959).
9197
9198 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9199
9200         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9201         * ext/faad/gstfaad.h:
9202         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9203         certain invalid muxed streams, where some packets will contain 
9204         junk after decoder data. Partially fixes #149158.
9205
9206 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9207         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9208           Make sure we only write to writable buffers
9209
9210 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9211
9212         * gst-libs/gst/riff/riff-media.c:
9213         (gst_riff_create_audio_caps_with_data):
9214           Do actually fix invalid RIFF fmt header values for alaw
9215           and mulaw audio instead of just saying so.
9216
9217         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9218           Give gst_riff_create_audio_caps_with_data() a chance to
9219           fix up broken format header fields before extracting any
9220           parameters from the header. (fixes #167633)
9221
9222 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9223
9224         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9225
9226         * gst/audioconvert/bufferframesconvert.c:
9227         (buffer_frames_convert_link):
9228           Don't leak othercaps. (fixes #167878)
9229
9230 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9231
9232         * configure.ac:
9233         * ext/libvisual/visual.c: (gst_visual_srclink),
9234         (gst_visual_change_state):
9235           Support libvisual 0.2.0.
9236
9237 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9238
9239         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9240         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9241           Use same rowstrides for I420 as used everywhere else.
9242
9243 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9244
9245         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9246           Declare variables at beginning of block and make gcc-2.95 happy
9247           (fixes # 167482, patch by Gergely Nagy).
9248           
9249         * gst/tcp/gsttcpclientsrc.c:
9250         * gst/tcp/gsttcpclientsrc.h:
9251           Move some includes into the header, so that struct sockaddr_in is
9252           defined when it should be defined on FreeBSD as well (fixes
9253           #167483).
9254           
9255         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9256           Don't pass uninitialised values to setsockopt() here either.
9257
9258 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9259
9260         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9261
9262         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9263           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9264
9265 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9266
9267         * gst/playback/gstplaybin.c: (add_sink):
9268           Invert bin_add/link order to workaround deadlock in opt.
9269
9270 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9271
9272         * gst/modplug/gstmodplug.cc:
9273           Add missing break causing position queries to fail.
9274
9275 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9276
9277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9278           Granpos can apparently be -1, which screws up calculations...
9279
9280 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9281
9282         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9283         (gst_ximagesink_send_pending_navigation),
9284         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9285         (gst_ximagesink_init):
9286         * sys/ximage/ximagesink.h:
9287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9288         (gst_xvimagesink_send_pending_navigation),
9289         (gst_xvimagesink_navigation_send_event),
9290         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9291         * sys/xvimage/xvimagesink.h:
9292           Use a mutex protected list to marshal navigation
9293           events into the stream thread from whichever thread
9294           sends them.
9295
9296 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9297
9298         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9299           Display current position and track length; misc. clean-ups.
9300           
9301         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9302         (speed_init), (speed_chain):
9303           Add query function, so that the stream length and current position
9304           get adjusted when queried (note that current position queries may
9305           still be wrong if the audio sink returns values based on buffer
9306           timestamps instead of passing on the query).
9307
9308 2005-02-13  Benjamin Otte  <otte@gnome.org>
9309
9310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9311         (gst_audio_convert_channels):
9312           create channel conversion matrix when linking
9313         * gst/audioconvert/.cvsignore:
9314         * gst/audioconvert/Makefile.am:
9315         * gst/audioconvert/channelmixtest.c: (main):
9316           add (ugly) test that ensures stereo <=> mono conversion works
9317           correctly
9318
9319 2005-02-13  Benjamin Otte  <otte@gnome.org>
9320
9321         * gst/audioconvert/gstchannelmix.h:
9322           include missing header file
9323         * gst/audioconvert/gstchannelmix.c:
9324         (gst_audio_convert_fill_compatible):
9325           use same sign for both channels when converting to/from compatible
9326           channel. Previously used different signs made the signals cancel
9327           each other out and appear like silence. (fixes #167269)
9328
9329 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9330
9331         * gst/ffmpegcolorspace/avcodec.h:
9332         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9333         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9334         (gst_ffmpegcsp_avpicture_fill):
9335         * gst/ffmpegcolorspace/imgconvert.c:
9336           Convert to and from YV12 (fixes #156379).
9337
9338 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9339
9340         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9341         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9342         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9343         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9344         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9345         methods from chain and negotiation and vice versa (Fixes #166142).
9346         * sys/ximage/ximagesink.h: Add stream_lock.
9347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9348         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9349         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9350         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9351
9352 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9353
9354         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9355           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9356           error message when we can't open the DVD device (when dvdnav_open()
9357           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9358           the above). Send something more useful instead (fixes #167117).
9359
9360 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9361
9362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9363         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9364         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9365         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9366         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9367         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9368         methods from chain and negotiation and vice versa (Fixes #166142).
9369         Fix a possible bug of images in the buffer pool being discarded because
9370         we are looking at the wrong geometry.
9371         * sys/xvimage/xvimagesink.h: Add stream_lock.
9372
9373 2005-02-11  David Schleef  <ds@schleef.org>
9374
9375         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9376         unsigned int. (fixes #167128)
9377
9378 2005-02-11  David Schleef  <ds@schleef.org>
9379
9380         * gst/librfb/Makefile.am: Testing stuff before committing is
9381           for wimps... and people with fast machines.  Fix stupid
9382           mistake.
9383
9384 2005-02-11  David Schleef  <ds@schleef.org>
9385
9386         * configure.ac: Pull in librfb from my CVS tree, because it is
9387           too small and annoying to be separate.  Move rfbsrc plugin
9388           to gst/.
9389         * ext/Makefile.am:
9390         * ext/librfb/Makefile.am:
9391         * ext/librfb/gstrfbsrc.c:
9392         * gst/librfb/Makefile.am:
9393         * gst/librfb/gstrfbsrc.c:
9394         * gst/librfb/rfb.c:
9395         * gst/librfb/rfb.h:
9396         * gst/librfb/rfbbuffer.c:
9397         * gst/librfb/rfbbuffer.h:
9398         * gst/librfb/rfbbytestream.c:
9399         * gst/librfb/rfbbytestream.h:
9400         * gst/librfb/rfbcontext.h:
9401         * gst/librfb/rfbdecoder.c:
9402         * gst/librfb/rfbdecoder.h:
9403         * gst/librfb/rfbutil.h:
9404
9405 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9406
9407         * gst/speed/Makefile.am:
9408         * gst/speed/demo-mp3.c: (main):
9409         * gst/speed/filter.func:
9410         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9411         (speed_class_init), (speed_init), (speed_chain_int16),
9412         (speed_chain_float32), (speed_chain), (speed_set_property),
9413         (speed_get_property), (speed_change_state):
9414         * gst/speed/gstspeed.h:
9415           Fix speed element and make it chain-based (fixes #156467),
9416           and make it handle more than one channel.
9417
9418 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9419
9420         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9421         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9422         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9423         * ext/dts/gstdtsdec.h:
9424           Don't clobber the stack constructing the channels array.
9425           Make the element chain-based. DTS tracks can now be played.
9426           
9427 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9428
9429         * gst-libs/gst/audio/multichannel.h:
9430         * gst-libs/gst/gconf/gconf.h:
9431         * gst-libs/gst/idct/idct.h:
9432         * gst-libs/gst/media-info/media-info-priv.h:
9433         * gst-libs/gst/play/play.h:
9434         * gst-libs/gst/resample/private.h:
9435         * gst-libs/gst/resample/resample.h:
9436         * gst-libs/gst/riff/riff-ids.h:
9437         * gst-libs/gst/video/video.h:
9438         * gst-libs/gst/video/videosink.h:
9439           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9440           missing, so that they work when included from C++ code.
9441
9442 2005-02-09  David Schleef  <ds@schleef.org>
9443
9444         * testsuite/gst-lint: Check for non-statically scoped
9445           parent_class variables.  This won't be a problem once
9446           plugins are loaded with RTLD_LOCAL.
9447
9448 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9449
9450         * ext/mplex/gstmplexibitstream.cc:
9451           gcc madness.
9452
9453 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9454
9455         * ext/ogg/gstogmparse.c:
9456         * gst/debug/gstnavigationtest.c:
9457           Die, thou faulty symbol pollutors (non-static parent_class).
9458
9459 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9460
9461         * ext/mplex/gstmplexibitstream.cc:
9462           Fix event handling (#165525).
9463
9464 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9465
9466         * ext/mikmod/gstmikmod.c:
9467         * gst/modplug/gstmodplug.cc:
9468           Add missing endianness to template (fixes #165509).
9469
9470 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9471
9472         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9473           Fix wrong order of reading of optional bytes (#165290).
9474
9475 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9476
9477         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9478           Implement FILLER event awareness.
9479
9480 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9481
9482         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9483           Fix track calculations (#166208).
9484
9485 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9486
9487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9488
9489         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9490         * ext/libpng/gstpngenc.c:
9491           Fix byte-order, use proper fixed caps. Fixes #164197.
9492
9493 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9494
9495         * configure.ac:
9496           Add dvdlpcmdec 
9497
9498         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9499         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9500           Don't push buffers if the src pad isn't negotiated yet.
9501           
9502         * gst/audioconvert/gstaudioconvert.c:
9503         (gst_audio_convert_buffer_to_default_format),
9504         (gst_audio_convert_buffer_from_default_format):
9505           Add support for 24-bit width.
9506
9507         * gst/dvdlpcmdec/.cvsignore:
9508         * gst/dvdlpcmdec/Makefile.am:
9509         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9510         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9511         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9512         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9513         (plugin_init):
9514         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9515           New decoder for rearranging DVD LPCM into our audio/x-raw-int
9516           format. Needs support for the channels maps if someone can find 
9517           a DVD LPCM track with > 2 channels.
9518
9519         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9520         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9521         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9522         * gst/mpegstream/gstdvddemux.h:
9523         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9524         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9525         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9526         * gst/mpegstream/gstmpegdemux.h:
9527         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9528         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9529         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9530         (gst_mpeg_parse_handle_src_query),
9531         (gst_mpeg_parse_handle_src_event):
9532           Use audio/x-dvd-lpcm for LPCM output.
9533           Add DTS output.
9534
9535 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9536
9537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9538
9539         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9540         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9541           Add BGRA handling (#165736).
9542
9543 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9544
9545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9546
9547         * gst/law/alaw-decode.c: (alawdec_link):
9548         * gst/law/alaw-encode.c: (alawenc_link):
9549         * gst/law/mulaw-decode.c: (mulawdec_link):
9550         * gst/law/mulaw-encode.c: (mulawenc_link):
9551           Fix caps memleaks (#166600).
9552
9553 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9554
9555         * ext/tarkin/mem.h:
9556         * ext/tarkin/wavelet.h:
9557         * ext/tarkin/yuv.h:
9558         * gst/ffmpegcolorspace/avcodec.h:
9559           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9560           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9561
9562 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9563
9564         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9566         (gst_xvimagesink_change_state):
9567           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9568           Xv video (and thereby regenerate Xv colourkey) in clear() so
9569           that PLAY -> READY -> PLAY works (fixes #162504).
9570
9571 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9572
9573         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9574           Switch to list instead of range, since MJPEG-devices really just
9575           support decimations, not any size.
9576
9577 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9578         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9579         (gst_mpeg2dec_reset), (free_all_buffers),
9580         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9581         * ext/mpeg2dec/gstmpeg2dec.h:
9582           The libmpeg2 user-allocated buffer management is awkward, 
9583           to say the least. Hopefully this fixes things.
9584
9585 2005-02-04  Andy Wingo  <wingo@pobox.com>
9586
9587         * gst/audioconvert/bufferframesconvert.c
9588         (buffer_frames_convert_fixate): New function, fixates to 256
9589         frames per buffer by default. (Much better than 1.)
9590         (buffer_frames_convert_init): Set the fixate function for both src
9591         and sink pad.
9592         (buffer_frames_convert_link): After success setting nonfixed caps,
9593         get the negotiated caps so we can know how many buffer-frames it
9594         will be. No idea how this worked at all before.
9595
9596 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9597
9598         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9599         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9600         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9601         (handle_sequence), (handle_picture):
9602         * ext/mpeg2dec/gstmpeg2dec.h:
9603           Rearrange buffer tracking and refcounting and refactor
9604           a little for readability. 
9605
9606 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9607         * sys/v4l/gstv4l.c: (plugin_init):
9608         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9609         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9610         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9611         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9612         * sys/v4l/gstv4ljpegsrc.h:
9613         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9614         * sys/v4l/v4l_calls.h:
9615         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9616         (gst_v4lsrc_get_fps):
9617         * sys/v4l/v4lsrc_calls.h:
9618           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9619           you jpeg inside rgb frames" driver.
9620           Don't error in the v4lsrc link function, just return 
9621           REFUSED.
9622
9623 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9624
9625         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9626         (gst_qcamsrc_open):
9627           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9628
9629 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9630
9631         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9632           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9633
9634 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9635
9636         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9637           Reset negotiated state on PAUSED->READY.
9638
9639 2005-02-02  David Schleef  <ds@schleef.org>
9640
9641         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9642         whereever possible.  (Fixes #165997)
9643         * examples/capsfilter/capsfilter1.c: (main):
9644         * examples/dynparams/filter.c: (create_ui):
9645         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9646         * examples/seeking/chained.c: (main):
9647         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9648         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9649         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9650         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9651         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9652         * examples/switch/switcher.c: (main):
9653         * ext/dv/demo-play.c: (main):
9654         * ext/faad/gstfaad.c: (gst_faad_change_state):
9655         * ext/mad/gstmad.c: (gst_mad_chain):
9656         * ext/smoothwave/demo-osssrc.c: (main):
9657         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9658         (gst_gconf_render_bin_from_description),
9659         (gst_gconf_get_default_audio_sink),
9660         (gst_gconf_get_default_video_sink),
9661         (gst_gconf_get_default_audio_src),
9662         (gst_gconf_get_default_video_src),
9663         (gst_gconf_get_default_visualization_element):
9664         * gst/level/demo.c: (main):
9665         * gst/level/plot.c: (main):
9666         * gst/playback/gstplaybin.c: (gen_video_element),
9667         (gen_audio_element):
9668         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9669         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9670         * gst/sine/demo-dparams.c: (main):
9671         * gst/spectrum/demo-osssrc.c: (main):
9672         * gst/speed/demo-mp3.c: (main):
9673         * gst/volume/demo.c: (main):
9674         * testsuite/embed/embed.c: (main):
9675
9676 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9677
9678         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9679         (gst_tcpclientsink_finalize):
9680         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9681         (gst_tcpclientsrc_finalize):
9682         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9683         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9684         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9685         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9686           Don't leak the hostname when shutting down.
9687           In tcpserversrc, take a copy of the default hostname.
9688
9689 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9690
9691         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9692           Set caps to systemstream=TRUE.
9693
9694 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9695
9696         * testsuite/Makefile.am:
9697           Fix more OSX buildbots.
9698
9699 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9700
9701         * ext/mpeg2dec/gstmpeg2dec.c:
9702           Don't send things to NULL PAD_PEERs
9703
9704         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9705           Copy-on-write the incoming buffer.
9706
9707         * gst/mpegstream/gstdvddemux.h:
9708         * gst/mpegstream/gstmpegclock.h:
9709         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9710         (normal_seek), (gst_mpeg_demux_handle_src_event):
9711         * gst/mpegstream/gstmpegdemux.h:
9712         * gst/mpegstream/gstmpegpacketize.h:
9713         * gst/mpegstream/gstmpegparse.c:
9714         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
9715         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
9716         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
9717         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
9718         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
9719         * gst/mpegstream/gstmpegparse.h:
9720         * gst/mpegstream/gstrfc2250enc.h:
9721           Various changes to the way time is computed that make seeking and
9722           total time estimation much better here.
9723           Use G_BEGIN/END_DECLS instead of __cplusplus
9724
9725         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
9726           Use gst_buffer_stamp instead of only copying the TIMESTAMP
9727
9728 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9729
9730         * gst/subparse/gstsubparse.c:
9731           Fix OSX buildbot.
9732
9733 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9734
9735         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9736         (theora_enc_chain), (theora_enc_change_state):
9737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9738         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
9739         (gst_vorbisenc_change_state):
9740         * ext/vorbis/vorbisenc.h:
9741           Set granulepos and timestamp correctly for streams not
9742           starting at 0, taking into account the initial delay.
9743
9744 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9745
9746         * gst/mpegstream/gstdvddemux.c:
9747           Add audio/x-dts to audio pad template caps
9748
9749 2005-01-30  David Schleef  <ds@schleef.org>
9750
9751         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
9752         (create_context), (gst_polypsink_link): Fix silly endianness
9753         bug.  Add some debugging.  Remove float from caps; it doesn't
9754         work.  Attempt to get remote audio working.
9755
9756 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9757
9758         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9759           Add 3IV2 fourcc.
9760
9761 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9762
9763         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
9764         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
9765         (gst_avi_demux_stream_data):
9766         * gst/avi/gstavidemux.h:
9767           Invert DIB images. Fixes #132341.
9768
9769 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9770
9771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9772         (gst_ffmpegcsp_chain):
9773           D'oh, reference the palette data, not the palette structure.
9774           Fixes color distortion in #132341.
9775
9776 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9777
9778         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
9779           PAR can be non-fixed when not provided as argument (#162626).
9780
9781 2005-01-29  David Moore  <dcm@acm.org>
9782
9783         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9784
9785         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9786         (gst_qtdemux_loop_header):
9787           Re-apply patch from #142272 that allows non-seekable sources,
9788           re-proposed by Daniel Drake <dsd@gentoo.org>.
9789
9790 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9791
9792         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
9793           Use the src template for creating the src pad (#162330).
9794
9795 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9796
9797         * configure.ac:
9798         * ext/musepack/Makefile.am:
9799         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
9800         (gst_musepackdec_init), (gst_musepackdec_dispose),
9801         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
9802         (gst_musepack_stream_init), (gst_musepackdec_loop),
9803         (gst_musepackdec_change_state):
9804         * ext/musepack/gstmusepackdec.cpp:
9805         * ext/musepack/gstmusepackdec.h:
9806         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
9807         (gst_musepack_reader_read), (gst_musepack_reader_seek),
9808         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
9809         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
9810         * ext/musepack/gstmusepackreader.cpp:
9811         * ext/musepack/gstmusepackreader.h:
9812           Update to 1.1 API (#165446).
9813
9814 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9815
9816         * ext/Makefile.am:
9817           Unbreak buildbot.
9818
9819 2005-01-28  Andy Wingo  <wingo@pobox.com>
9820
9821         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
9822         to reflect a different dubious internet source. Add a reference
9823         and some commentary.
9824
9825 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9826
9827         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9828         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
9829         * gst/playback/gststreamselector.h:
9830           Be more selective when we're redoing caps negotiation from
9831           within the chain function on a stream change.
9832
9833 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9834
9835         * configure.ac:
9836         * ext/Makefile.am:
9837         * ext/amrnb/Makefile.am:
9838         * ext/amrnb/amrnb.c: (plugin_init):
9839         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
9840         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
9841         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
9842         (gst_amrnbdec_state_change):
9843         * ext/amrnb/amrnbdec.h:
9844         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
9845         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
9846         (gst_amrnbparse_init), (gst_amrnbparse_formats),
9847         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
9848         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
9849         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
9850         * ext/amrnb/amrnbparse.h:
9851           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
9852         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9853           Add AMR-NB/-WB raw formats.
9854         * ext/alsa/gstalsa.c: (gst_alsa_link):
9855           Keep valid time when changing format.
9856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9857         (qtdemux_parse_trak):
9858           Add some more format-specific options (#140141, #143555, #155163).
9859
9860 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9861
9862         * gst/matroska/matroska-demux.c:
9863         (gst_matroska_demux_parse_blockgroup):
9864           Fix logic error in timing of subtitle stream synchronization.
9865         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9866           Add skip-chunk, which is found in kodak-camera streams.
9867
9868 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9869
9870         * po/LINGUAS:
9871         * po/vi.po:
9872           Adding Vietnamese translation (submitted by Clytie Siddall)
9873
9874 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9875
9876         * gst/playback/gstdecodebin.c: (try_to_link_1):
9877           Use realpad for signal.
9878
9879 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9880
9881         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
9882           Fix category so decodebin picks it up.
9883
9884 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9885
9886         * ext/mad/Makefile.am:
9887         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
9888         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
9889         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
9890         (found_type), (gst_id3demux_bin_change_state):
9891         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9892         (gst_id3_tag_init), (gst_id3_tag_handle_event),
9893         (gst_id3_tag_src_link), (gst_id3_tag_chain),
9894         (gst_id3_tag_change_state), (plugin_init):
9895         * ext/mad/gstmad.h:
9896           Add id3demuxbin (which is a simple bin consisting of id3demux
9897           and typefind), take over rank from id3demux, remove typefind
9898           code from id3demux. Makes all broken mp3s that I know of work,
9899           and thereby fixes #152688.
9900
9901 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
9902
9903         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9904
9905         * ext/mad/gstmad.c: (gst_mad_src_event):
9906         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9907           Allow seeks on audio pad, make mad forward those (#164826).
9908         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9909           Set duration (#165335).
9910
9911 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9912
9913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
9914         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
9915         (gst_asf_demux_process_ext_content_desc),
9916         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
9917         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
9918         * gst/asfdemux/gstasfdemux.h:
9919           Improve metadata display, e.g. if the metadata comes before the
9920           streams are loaded (which is perfectly valid).
9921
9922 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9923
9924         * tools/gst-launch-ext-m.m:
9925           Fix AVI/ASF pipelines (#165340).
9926
9927 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
9928         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
9929         build failure on amd64
9930
9931 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
9932
9933         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
9934         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
9935           Check environment variables GST_ID3V2_TAG_ENCODING,
9936           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9937           list of character encodings to force interpretation of non-unicode
9938           strings stored in an ID3v2 tag to a particular encoding. If none
9939           is specified, try to use current locale's encoding, then fall back
9940           to ISO-8859-1 (which will always succeed). (Resolves #149274)
9941         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
9942         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
9943           Check environment variables GST_ID3V1_TAG_ENCODING,
9944           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9945           list of character encodings to use in case a string encountered
9946           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
9947           specified, try to use the current locale's encoding, then fall
9948           back to ISO-8859-1 (which will always succeed).
9949
9950 2005-01-25  Benjamin Otte  <otte@gnome.org>
9951
9952         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9953           - on half framerate, compute the rate in advance so the comparisons
9954             don't compare wrong values
9955           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
9956             behaviour
9957           - don't use mad_header_decode anymore, mad_frame_decode does that
9958             automatically
9959           - when getting rid of consumed bytes, reset the stream's skiplen
9960           (fixes #163867)
9961
9962 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9963
9964         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
9965           Use 1/2 a second for default max_discont, as PES streams from DVB
9966           seem to have larger spacings in the SCR. 
9967           Fix a typo.
9968
9969 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9970
9971         * gst/playback/gstplaybasebin.c: (group_commit):
9972           Notify delayed stream-info availability.
9973
9974 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9975         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9976         (gst_a52dec_handle_event), (gst_a52dec_chain):
9977         Add some debug output. Check that a discont has a valid
9978         time associated.
9979         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9980         (gst_alsa_sink_loop):
9981         Ignore TAG events. A little extra debug for broken timestamps.
9982         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
9983         (dvdnavsrc_change_state):
9984         Ensure we send a discont to engage the link before we send any
9985         other events.
9986         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
9987         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
9988         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
9989         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
9990         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
9991         dvd://title works in totem because typefinding sends a seek that ends
9992         up going back to chapter 1 regardless.
9993         * ext/mpeg2dec/gstmpeg2dec.c:
9994         * ext/mpeg2dec/gstmpeg2dec.h:
9995         Output correct timestamps and handle disconts.
9996         * ext/ogg/gstoggdemux.c: (get_relative):
9997         Small guard against a null dereference.
9998         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
9999         (gst_textoverlay_set_property):
10000         Free memory when done. Don't call gst_event_filler_get_duration on
10001         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10002         g_warning.
10003         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10004         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10005         (gst_sw_srclink), (gst_smoothwave_chain):
10006         Draw solid lines, prettier colours.
10007         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10008         Add a default palette that'll work for some movies.
10009         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10010         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10011         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10012         * gst/mpegstream/gstdvddemux.h:
10013         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10014         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10015         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10016         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10017         * gst/mpegstream/gstmpegparse.h:
10018         Use PTM/NAV events when for timestamp adjustment when connected to 
10019         dvdnavsrc. Don't use many discont events where one suffices.
10020         * gst/playback/gstplaybasebin.c: (group_destroy),
10021         (gen_preroll_element), (gst_play_base_bin_add_element):
10022         * gst/playback/gstplaybasebin.h:
10023         Make sure we remove subtitles from the same bin we put them in.
10024         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10025         (gst_subparse_buffer_format_autodetect),
10026         (gst_subparse_change_state):
10027         Fix some memleaks and invalid accesses.
10028         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10029         (oggskel_type_find), (cmml_type_find), (plugin_init):
10030         Some typefind functions for Annodex v3.0 files
10031         * gst/wavparse/gstwavparse.h:
10032         GstRiffReadClass is the correct parent class.
10033
10034 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10035
10036         * gst-libs/gst/riff/riff-media.c:
10037         (gst_riff_create_video_caps_with_data):
10038           Add extradata to huffyuv (fixes #165013).
10039         * gst-libs/gst/riff/riff-read.c:
10040         (gst_riff_read_strf_vids_with_data):
10041           Fix extradata extraction if it is in the chunk size.
10042
10043 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10044
10045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10046
10047         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10048         (gst_quarktv_change_state), (gst_quarktv_dispose):
10049           Memory free'ing location fix (#164708).
10050
10051 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10052
10053         * gst/playback/gstplaybasebin.c: (group_commit),
10054         (gen_preroll_element), (probe_triggered), (gen_source_element),
10055         (setup_source), (gst_play_base_bin_change_state),
10056         (gst_play_base_bin_add_element):
10057           Don't block for streams.
10058         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10059         (gst_stream_info_set_mute):
10060           Use gst_pad_set_active_recursive.
10061
10062 2005-01-25  Andy Wingo  <wingo@pobox.com>
10063
10064         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10065         for #ifndef HAVE_XVIDEO.
10066
10067 2005-01-24  Jeffrey C. Ollie
10068
10069         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10070
10071         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10072         * ext/gsm/gstgsmdec.h:
10073         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10074         * ext/gsm/gstgsmenc.h:
10075         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10076         was given by property. Add proper buffer timestamps and offsets.
10077
10078 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10079
10080         * gst-libs/gst/riff/riff-media.c:
10081         (gst_riff_create_audio_caps_with_data):
10082           Audio can be <8000Hz.
10083
10084 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10085
10086         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10087           Explicit state change to workaround refcount bugs.
10088
10089 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10090
10091         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10092         (gst_avimux_riff_get_avi_header):
10093           Fix...
10094
10095 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10096
10097         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10098         (gst_riff_read_element_data):
10099         * gst-libs/gst/riff/riff-read.h:
10100           Add _peek version (req'ed in CDXA).
10101         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10102         (gst_cdxaparse_loop):
10103           Fix parsing in playbin.
10104         * gst/playback/gstdecodebin.c: (close_pad_link):
10105           Ignore current_ pads, they cause major annoyance.
10106
10107 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10108
10109         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10110           Safety guard.
10111
10112 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10113
10114         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10115           Fix padding...
10116
10117 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10118
10119         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10120           Allow for 0-sized buffers. Fixes length query problems in
10121           starwars.mkv from the testsuite.
10122
10123 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10124
10125         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10126         (gst_video_box_i420), (gst_video_box_chain):
10127           Fix row strides for I420 (fixes #163159)
10128           
10129 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10130
10131         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10132           MPEG2 has a useful rate property, so we can actually use that.
10133           For MPEG-1, continue using the bytes/time properties.
10134
10135 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10136
10137         * gst-libs/gst/riff/riff-media.c:
10138         (gst_riff_create_video_caps_with_data),
10139         (gst_riff_create_video_template_caps):
10140           Add intel-h263.
10141
10142 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10143
10144         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10145           Fail if caps negotiation fails. Should fix #162184, and should
10146           definately be in there regardless of it fixing the actual bug.
10147         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10148         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10149         (gst_avimux_riff_get_avix_header),
10150         (gst_avimux_riff_get_video_header),
10151         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10152         (gst_avimux_start_file), (gst_avimux_handle_event),
10153         (gst_avimux_change_state):
10154         * gst/avi/gstavimux.h:
10155           Refactor structure writing to use GST_WRITE_UINT macros, add
10156           metadata writing support.
10157
10158 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10159
10160         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10161           Elements may already be destroyed when this function is called.
10162
10163 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10164
10165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10166         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10167           More memory leak fixes (#149162).
10168
10169 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10170
10171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10172         (gst_qtdemux_add_stream):
10173           Fix two memleaks.
10174
10175 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10176
10177         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10178           Argh...
10179
10180 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10181
10182         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10183           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10184           when fixating to six channels in Totem.
10185
10186 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10187
10188         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10189           Fix compile warnings on Solaris 10 buildbot
10190
10191 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10192
10193         * ext/dvdread/dvdreadsrc.c: (_read):
10194           Don't read beyond the last cell in a chapter (fixes 
10195           invalid memory access)
10196
10197 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10198
10199         * ext/dvdread/stream_labels.c:
10200         (dvdreadsrc_get_audio_stream_labels):
10201           Use NULL for an empty GList instead of g_list_alloc(); fix 
10202           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10203           of GString (easier to bulk free later)
10204
10205 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10206
10207         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10208
10209         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10210         (gst_ffmpeg_pixfmt_to_caps):
10211           Fix BGRA32 caps (#164209).
10212
10213 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10214
10215         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10216
10217         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10218         (gst_ffmpeg_caps_to_pixfmt):
10219           alpha_mask can be RGBA/ABGR. Fixes #164265.
10220
10221 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10222
10223         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10224
10225         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10226         (gst_mpeg2dec_alloc_buffer):
10227         * ext/mpeg2dec/gstmpeg2dec.h:
10228           Crop if decoding size is not the actual image size (#163676).
10229
10230 2005-01-17  Steve Baker  <steve@stevebaker.org>
10231
10232         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10233
10234         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10235         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10236           Add libsndfile typefind functions (#163309).
10237
10238 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10239
10240         * tools/gst-launch-ext-m.m:
10241           Add .aac, fix .m1v/.m2v (#163891).
10242
10243 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10244
10245         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10246           Sanity check, don't wait endlessly since the clock might not
10247           actually run at this point (which is a deadlock). Fixes #164069.
10248
10249 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10250
10251         * gst/playback/gstplaybasebin.c: (probe_triggered):
10252           Of course, only pause if group is done...
10253
10254 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10255
10256         * gst/playback/gstplaybasebin.c: (probe_triggered):
10257           Thread safety.
10258
10259 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10260
10261         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10262           Don't return state change success when the parent
10263           failed.
10264
10265 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10266
10267         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10268           Free events (fix memleak in #162905).
10269
10270 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10271
10272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10273
10274         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10275         (gst_ffmpeg_caps_to_pixfmt):
10276           Fix for depth = 15. Fixes #161675.
10277
10278 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10279
10280         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10281           Set FPS correctly, even for webcams and the like.
10282         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10283           Don error on setting while capturing.
10284
10285 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10286
10287         * ext/dv/gstdvdec.c:
10288         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10289         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10290           I'm a bad boy. using /1001. to force C to do float division
10291           and not integer division (as it did in my last commit)
10292           Thanks to David I. Lehn for pointing this mistake.
10293
10294 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10295
10296         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10297           Revert Johan??s 1.35->1.36 since it breaks compat.
10298
10299 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10300
10301         * ext/dv/gstdvdec.c:
10302         * ext/libfame/gstlibfame.c:
10303         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10304         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10305           replace framerate aproximations by their real value
10306           (24000/1001, 30000/1001, 60000/1001)
10307           Finish fixing bug #164049
10308
10309 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10310
10311         * ext/ogg/gstoggmux.c:
10312           eos/bos debugging
10313         * gst/tcp/gstmultifdsink.c:
10314         * gst/tcp/gstmultifdsink.h:
10315         * gst/tcp/gsttcp.c:
10316         * gst/tcp/gsttcp.h:
10317         * gst/tcp/gsttcpclientsink.c:
10318         * gst/tcp/gsttcpclientsrc.c:
10319         * gst/tcp/gsttcpserversink.c:
10320         * gst/tcp/gsttcpserversrc.c:
10321           improve reusability of elements after state changes and errors
10322           make multifdsink throw away streamheaders when receiving new ones
10323
10324 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10325
10326         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10327           Fix for if items are already in list...
10328
10329 2005-01-12  Benjamin Otte  <otte@gnome.org>
10330
10331         * gst/adder/gstadder.c: (gst_adder_loop):
10332           fix adder a bit so it doesn't screw up with events as much anymore
10333
10334 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10335
10336         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10337         (pixbufscale_scale), (gst_pixbufscale_chain):
10338         * ext/gdk_pixbuf/pixbufscale.h:
10339           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10340           to ensure rowstrides are calculated the same way as 
10341           ffmpegcolorspace
10342           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10343           that we pick up duration and offset also.
10344
10345 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10346
10347         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10348         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10349           Reusability fixes.
10350
10351 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10352
10353         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10354         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10355         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10356         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10357           Update flags when requested.
10358
10359 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10360
10361         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10362           Fix dmix.
10363
10364 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10365
10366         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10367         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10368         (probe_triggered), (new_decoded_pad), (gen_source_element),
10369         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10370         * gst/playback/gstplaybasebin.h:
10371         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10372         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10373         (gst_play_bin_change_state):
10374           Implement group-switch signal for use in apps to clear metadata
10375           cache, clean up subtitle, add suburi property instead of # hack,
10376           some error-out fixes.
10377
10378 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10379
10380         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10381           Debug.
10382         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10383           If we got a state change in the _get handler, don't return success.
10384
10385 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10386
10387         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10388         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10389           Make jpegdec quiet on MJPEG decoding
10390         * gst/asfdemux/README:
10391           Fix mimetypes for MJPEG and H263
10392
10393 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10394
10395         * ext/theora/theoradec.c: (theora_dec_chain):
10396           Fix broken code generation by gcc by swapping arguments.
10397         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10398           Fix \n in debug.
10399
10400 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10401
10402         * TODO:
10403           delete this file, it is by far outdated
10404         * ext/alsa/gstalsa.1: remove
10405         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10406         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10407         (gst_alsa_get_caps):
10408           Add HW probing for supported sample rates. Fixes #161704
10409
10410 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10411
10412         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10413           Don't crash, biatch! :).
10414
10415 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10416
10417         * ext/musepack/gstmusepackreader.cpp:
10418         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10419           Some work on tags - still doesn't work in playbin...
10420         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10421           Handle events...
10422
10423 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10424
10425         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10426           Also shove tags on kid pads.
10427
10428 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10429
10430         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10431           Don't bail on unknown events.
10432         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10433           Don't crash on events before negotiation.
10434         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10435           Send tags on pads, too.
10436         * gst/playback/gststreamselector.c:
10437         (gst_stream_selector_request_new_pad):
10438           Forward events on first pad if no input was selected yet.
10439
10440 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10441
10442         * gst/playback/gstplaybasebin.c: (setup_substreams):
10443           Don't disable streamtype if the stream doesn't exist, since
10444           then playing a video after audio will disable both and nothing
10445           will happen. Fixes the testsuite.
10446
10447 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10448
10449         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10450         (gst_v4l_xoverlay_set_xwindow_id):
10451         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10452         (gst_v4l2_xoverlay_set_xwindow_id):
10453           Add debug categories, fix overlay disabling.
10454
10455 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10456
10457         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10458         * ext/alsa/gstalsa.h:
10459           Add HW probing for period_count/size and buffer_size MIX/MAX
10460           Adjust default/user defined value if out of bounds
10461           Should fix bug #162024
10462
10463 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10464
10465         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10466           Fix warning (#161191).
10467
10468 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10469
10470         * ext/dvdread/stream_labels.c:
10471         (dvdreadsrc_get_audio_stream_labels):
10472           Fix warning (init the good variable in switch default)
10473
10474 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10475
10476         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10477
10478         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10479           Fix gcc-2.95 compile (#163485).
10480
10481 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10482
10483         * configure.ac:
10484         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10485         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10486         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10487         (gst_flacenc_change_state):
10488         * ext/flac/gstflacenc.h:
10489           Update for API change in flac-1.1.1. Update requirement in
10490           configure.ac. Fixes #162974.
10491
10492 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10493
10494         * gst/playback/gstplaybasebin.c: (group_destroy):
10495           Remove hack to get rid of assert and get rid of unlinked
10496           signals properly.
10497
10498 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10499
10500         * gst/playback/gstplaybasebin.c: (setup_source):
10501           Set source to NULL so that resources are free'ed. Fixes issues
10502           with playback of CDDA and similar device-accessing things.
10503
10504 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10505
10506         * testsuite/embed/Makefile.am:
10507           test->noinst, fix make test in buildbot.
10508
10509 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10510
10511         * ext/dvdread/stream_labels.c: new file
10512         * ext/dvdread/stream_labels.h: new file
10513         * ext/dvdread/Makefile.am:
10514         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10515           Extract audio stream label from DVD IFO files.
10516           It only dump them on the console for now, still have to
10517           make playbin aware of them.
10518
10519 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10520
10521         * gst/playback/gstplaybasebin.c: (setup_source):
10522           Fix hanging subs.
10523
10524 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10525
10526         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10527         (gen_preroll_element), (remove_groups), (setup_subtitle),
10528         (gen_source_element), (setup_source):
10529         * gst/playback/gstplaybasebin.h:
10530           Multiple .sub files is just a stupid idea... Fix some threading
10531           mistakes. Interestingly, external .sub files cause playbin to
10532           hang, I don't know why... Parsing fixes contributed by Fran??ois
10533           Kooman <fkooman@tuxed.net>.
10534
10535 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10536
10537         * testsuite/embed/Makefile.am:
10538           Fix buildbot.
10539
10540 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10541
10542         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10543
10544         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10545         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10546         (gst_pngenc_set_property):
10547         * ext/libpng/gstpngenc.h:
10548           Add compression level property (#163323).
10549
10550 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10551
10552         * configure.ac:
10553         * examples/capsfilter/capsfilter1.c: (main):
10554         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10555         * ext/dvdread/Makefile.am:
10556         * ext/dvdread/demo-play:
10557         * ext/dvdread/demo-play.c:
10558         * gconf/gstreamer.schemas.in:
10559         * gst-libs/gst/gconf/gconf.c:
10560         * sys/v4l/TODO:
10561         * testsuite/Makefile.am:
10562         * testsuite/embed/Makefile.am:
10563         * testsuite/embed/embed.c: (cb_expose), (main):
10564           Remove all references to xvideosink, fix examples (#140845).
10565         * gst/playback/gstplaybasebin.c: (group_destroy):
10566           Apparently, disposal does not unlink - so do explicitely.
10567         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10568           Add debug.
10569
10570 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10571
10572         * README: fix PKG_CONFIG_PATH instructions, what was there
10573         previously was breaking default search path, not nice. 
10574         Fixes #163358
10575
10576 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10577
10578         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10579         (gst_audioscale_chain):
10580           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10581           when resampling - how the ^@$^!@^! is this possible?!?
10582
10583 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10584
10585         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10586           Reset variables on READY.
10587         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10588         (gst_matroska_mux_loop):
10589           Require data before writing header.
10590
10591 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10592
10593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10594
10595         * ext/mad/gstmad.c: (gst_mad_chain):
10596           Don't call mad_stream_sync() directly after recovering sync.
10597           Fixes #151661.
10598
10599 2005-01-09  Martin Eikermann  <meiker@upb.de>
10600
10601         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10602
10603         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10604         (snapshot_handler), (gst_snapshot_sinkconnect),
10605         (gst_snapshot_chain):
10606           Allocate resources when required, fix recursive signal emission
10607           and fix caps. Fixes #161667.
10608
10609 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10610
10611         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10612
10613         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10614         (gst_pngdec_chain):
10615           Handle only 8-bppc (bits-per-pixel-component) images, better
10616           error handling and correct strides. Fixes #163177.
10617         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10618         (gst_pngenc_chain):
10619           Better error handling. Fixes #163348.
10620
10621 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10622
10623         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10624         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10625         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10626         (dvdnavsrc_uri_handler_init):
10627           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10628         * gst/playback/gstplaybasebin.c: (gen_source_element):
10629           Add MMS to streaming URIs.
10630
10631 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10632
10633         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10634         * sys/xvimage/xvimagesink.c:
10635         (gst_xvimagesink_navigation_send_event):
10636           Check for pad availability before sending event.
10637
10638 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10639
10640         * gst-plugins.spec.in:
10641           Add subparse.
10642
10643 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10644
10645         * configure.ac:
10646           Since we use functions from CVS, up requirement.
10647
10648 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10649
10650         * gst/playback/Makefile.am:
10651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10652         (group_destroy), (group_commit), (group_is_muted),
10653         (gen_preroll_element), (add_stream), (unknown_type),
10654         (probe_triggered), (preroll_unlinked), (mute_stream),
10655         (silence_stream), (new_decoded_pad), (setup_substreams),
10656         (setup_source), (get_active_source), (mute_group_type),
10657         (muted_group_change_state), (set_active_source),
10658         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10659         (play_base_eos), (gst_play_base_bin_change_state):
10660         * gst/playback/gstplaybasebin.h:
10661         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10662         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10663         (gst_stream_info_dispose), (stream_info_mute_pad),
10664         (stream_info_change_state), (gst_stream_info_set_mute):
10665         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10666         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10667         (gst_stream_selector_init), (gst_stream_selector_dispose),
10668         (gst_stream_selector_get_linked_pad),
10669         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10670         (gst_stream_selector_get_linked_pads),
10671         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10672         * gst/playback/gststreamselector.h:
10673           Adding stream selection support plus required properties for
10674           applications to use this. Fully fixes #100931.
10675
10676 2005-01-08  Benjamin Otte  <otte@gnome.org>
10677
10678         * gst/games/gstpuzzle.c: (nav_event_handler):
10679           - handle nav events differently: forward every event no matter if it
10680             was handled or not.
10681           - translate events
10682           You can now cheat by using navigationtest ! puzzle and moving the
10683           mouse close to the edge of a tile. ;)
10684
10685 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10686
10687         * configure.ac:
10688         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10689         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10690         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10691         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10692         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10693         (gst_ogm_parse_plugin_init):
10694         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10695         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10696         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10697         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10698         * ext/pango/gsttextoverlay.h:
10699         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10700         (gst_matroska_demux_handle_seek_event),
10701         (gst_matroska_demux_sync_streams),
10702         (gst_matroska_demux_parse_blockgroup),
10703         (gst_matroska_demux_subtitle_caps),
10704         (gst_matroska_demux_plugin_init):
10705         * gst/matroska/matroska-ids.h:
10706         * gst/playback/gstdecodebin.c: (close_pad_link):
10707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10708         (gen_preroll_element), (remove_groups), (add_stream),
10709         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10710         (setup_source):
10711         * gst/playback/gstplaybasebin.h:
10712         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10713         * gst/subparse/Makefile.am:
10714         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
10715         (gst_subparse_base_init), (gst_subparse_class_init),
10716         (gst_subparse_init), (gst_subparse_formats),
10717         (gst_subparse_eventmask), (gst_subparse_event),
10718         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
10719         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
10720         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
10721         (parse_mpsub_deinit), (parse_mpsub_init),
10722         (gst_subparse_buffer_format_autodetect),
10723         (gst_subparse_format_autodetect), (gst_subparse_loop),
10724         (gst_subparse_change_state), (gst_subparse_type_find),
10725         (plugin_init):
10726         * gst/subparse/gstsubparse.h:
10727         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
10728         (plugin_init):
10729           Add subtitle support, .sub parser (supports SRT and MPsub),
10730           OGM text support, Matroska UTF-8 text support, deadlock fixes
10731           all over the place, subtitle awareness in decodebin/playbin
10732           and some fixes to textoverlay to handle subtitles in a stream
10733           correctly. Fixes #100931.
10734
10735 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10736
10737         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10738           Check for pad availability before doing a query on it.
10739
10740 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10741
10742         * ext/dv/gstdvdec.c:
10743           really fix bpp24/32 dvdec caps (classic rgba indeed)
10744         * gst/asfdemux/gstasfdemux.c:
10745         (gst_asf_demux_process_ext_content_desc):
10746           don't send text tags if they are empty (bis repetita)
10747
10748 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10749
10750         * ext/dv/gstdvdec.c:
10751          remove unneeded comment from dvdec
10752           (related to DV 4CC codes in AVI files)
10753           moved them in gstreamer/docs/random/mimetypes
10754         * gst/asfdemux/gstasfdemux.c:
10755         (gst_asf_demux_process_ext_content_desc):
10756          don't send text tags if they are empty
10757          fix mem leak on error path
10758         * gst/ffmpegcolorspace/avcodec.h:
10759         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10760         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10761         (gst_ffmpegcsp_avpicture_fill):
10762         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
10763         * gst/ffmpegcolorspace/imgconvert_template.h:
10764          adds BGR32 and BGRA32 to ffmpegcolorspace
10765           (still bad colors, fixing it on next commit)
10766           helps with dvdec outputing BGR32
10767
10768 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10769
10770         * ext/dv/gstdvdec.c:
10771          Fix audio caps i just broke (missing ',')
10772         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
10773         (gst_matroska_mux_reset):
10774          Fix typo + add FIXME about old "x-gst-metadata" crap
10775
10776 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10777
10778         * ext/dv/demo-play.c: (main):
10779          xvideosink -> xvimagesink
10780         * ext/dv/gstdvdec.c:
10781          change rgb 32/32 caps to 24/32 (no alpha)
10782          change nb of channels to be a list (2 or 4, not 2)
10783          change sample rate to be a list (32, 44.1, 48 kHz) not a range
10784         * gst/asfdemux/gstasfdemux.c:
10785         (gst_asf_demux_process_ext_content_desc):
10786          Add 'date/year' to extracted metadata list
10787
10788 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10789
10790         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10791           The return value of fixate_to does not imply that the requested
10792           value was set, so don't assume.
10793
10794 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
10795
10796         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10797
10798         * ext/libpng/gstpngdec.c:
10799         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
10800         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
10801         * ext/libpng/gstpngenc.h:
10802           Alpha support (encoder; #163161), mime fixage.
10803
10804 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
10805
10806         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10807
10808         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
10809         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
10810         (gst_faac_set_property), (gst_faac_get_property):
10811         * ext/faac/gstfaac.h:
10812           Allow for ADTS output (#153434).
10813
10814 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10815
10816         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10817           Fix against template (#150576).
10818
10819 2005-01-06  Benjamin Otte  <otte@gnome.org>
10820
10821         * gst/games/gstpuzzle.c: (draw_puzzle):
10822           don't draw a puzzle if either width or height of tiles would be 0.
10823
10824 2005-01-06  Benjamin Otte  <otte@gnome.org>
10825
10826         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
10827         (gst_puzzle_class_init), (gst_puzzle_finalize):
10828           no memleaks, please
10829         (gst_puzzle_create), (gst_puzzle_init),
10830         (gst_puzzle_set_property), (gst_puzzle_setup):
10831           change initialization code around so we don't reshuffle on resize
10832         (draw_puzzle):
10833           fix another stupid typo
10834
10835 2005-01-06  Benjamin Otte  <otte@gnome.org>
10836
10837         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
10838           fix stupid typo that borked copying on YUY2
10839
10840 2005-01-06  Benjamin Otte  <otte@gnome.org>
10841
10842         * gst/games/gstpuzzle.c: (draw_puzzle):
10843           fix edges when image sizes aren't multiples of tile sizes
10844
10845 2005-01-06  Benjamin Otte  <otte@gnome.org>
10846
10847         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
10848           make RGB endianness work correctly
10849         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
10850           refactor and fix race with initial shuffling
10851         (nav_event_handler):
10852           allow using the mouse to puzzle
10853         (draw_puzzle):
10854           insist on tiles having width and height as multiples of 4 to get
10855           clean YUV image handling
10856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10857         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
10858           s/DEBUG/LOG/ for common messages
10859         (gst_xvimagesink_navigation_send_event):
10860           fix mouse event translation to not include screen PAR
10861         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10862           fix mouse event translation to actually work
10863
10864 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10865
10866         * gst/asfdemux/gstasfdemux.c:
10867         (gst_asf_demux_process_ext_content_desc):
10868          Extract TrackNumber metadata + clean up code
10869         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
10870          Hope this is the good fix (var used unitialised)
10871
10872 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10873
10874         * ext/faad/gstfaad.c: (gst_faad_chain):
10875           Only increment timestamp if it's valid. Fixes raw AAC streams.
10876
10877 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10878
10879         * configure.ac:
10880         * gst/games/Makefile.am:
10881         * gst/games/gstpuzzle.c:
10882           add a puzzle game with...
10883         * gst/games/gstvideoimage.c:
10884         * gst/games/gstvideoimage.h:
10885           ... full colorspace support (that includes YUV9 and RGB16)) stolen
10886           from videotestsrc and made into something that would be a nice
10887           library for a lot of other plugins.
10888
10889 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10890
10891         * configure.ac:
10892          don't compile faad plugin if a RC of 2.0 is found
10893          Fixes #155346 (and FC1 buildbot)
10894         * gst/asfdemux/gstasfdemux.c:
10895         (gst_asf_demux_process_ext_content_desc):
10896          try to make Solaris compiler happier
10897
10898 2005-01-06  Paul Jack  <pjack@sfaf.org>
10899
10900         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10901
10902         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
10903           Fix segfault (#161667).
10904
10905 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10906
10907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10908           Fix framerate reporting.
10909
10910 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10911
10912         * gst-libs/gst/riff/riff-ids.h:
10913         * gst/wavenc/riff.h:
10914          Add AMR (VBR and CBR) ids to riff.h audio codec list
10915         * gst/asfdemux/gstasfdemux.c:
10916         (gst_asf_demux_process_ext_content_desc),
10917         (gst_asf_demux_process_object):
10918           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
10919
10920 2005-01-05  Martin Eikermann  <meiker@upb.de>
10921
10922         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10923
10924         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10925         (gst_dvd_demux_handle_discont):
10926         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
10927         (gst_mpeg_demux_handle_discont):
10928           Recreate pads on new-media (#160730).
10929         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
10930           Send discont even if manager changes timestamps (#161929).
10931
10932 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
10933
10934         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10935
10936         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
10937           Fix invalid memory access (#159211).
10938
10939 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10940
10941         * examples/gstplay/player.c: (main):
10942           Don't iterate.
10943         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
10944           Add visualizations.
10945         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10946         (gst_a52dec_handle_frame):
10947           Set duration.
10948         * ext/dvdnav/gst-dvd:
10949           Add audioconvert. Fixes #161325.
10950         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
10951           Explicitely case to gint64. Possible valgrind error.
10952         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
10953         (gst_play_tick_callback), (gst_play_change_state),
10954         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
10955         (gst_play_set_location), (gst_play_get_location),
10956         (gst_play_seek_to_time), (gst_play_set_data_src),
10957         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10958         (gst_play_set_visualization), (gst_play_connect_visualization),
10959         (gst_play_get_framerate), (gst_play_get_all_by_interface),
10960         (gst_play_new):
10961           Use playbin. Fixes #139749 and #147744.
10962         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
10963           Add genre tag.
10964         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10965         (audioscale_get_type), (gst_audioscale_base_init),
10966         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
10967         (gst_audioscale_getcaps), (gst_audioscale_fixate),
10968         (gst_audioscale_link), (gst_audioscale_get_buffer),
10969         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
10970         (gst_audioscale_init), (gst_audioscale_dispose),
10971         (gst_audioscale_chain), (gst_audioscale_set_property),
10972         (gst_audioscale_get_property), (plugin_init):
10973           Indent properly.
10974         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10975           Fix LPCM.
10976         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
10977         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
10978         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
10979           Add more metadata (fixes #162656).
10980
10981 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10982
10983         * configure.ac:
10984           back to cvs
10985
10986 === release 0.8.7 ===
10987
10988 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10989
10990         * NEWS:
10991         * RELEASE:
10992         * configure.ac:
10993           releasing 0.8.7, "Hyperspace"
10994
10995 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10996
10997         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10998
10999         * gst/playback/gstplaybasebin.c:
11000          Fix for #162924 - free caps after use, not before
11001
11002 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11003
11004         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11005
11006         * gst/playback/gstplaybasebin.c:
11007         * gst/wavparse/gstwavparse.c:
11008           Fix for #154773 - fixes playback of small .wav files
11009
11010 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11011
11012         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11013
11014         * gst/audioscale/gstaudioscale.c:
11015           Fix for #162819 - make audioscale reusable
11016           Fixes playback of more than one file with playbin/totem
11017
11018 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11019
11020         * gst/ffmpegcolorspace/avcodec.h:
11021         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11022         * gst/ffmpegcolorspace/imgconvert.c:
11023           clean up the mess that made me cry and avoid needless duplication
11024
11025 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11026
11027         * gst/ffmpegcolorspace/imgconvert.c:
11028           give some indication of why we're segfaulting
11029
11030 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11031
11032         * configure.ac:
11033           Fix indentation, fix v4l2 plugin detection.
11034         * ext/Makefile.am:
11035           Fix libmms location (Maciej, use diff -u!).
11036         * ext/alsa/gstalsa.c: (gst_alsa_init):
11037           Initialize caps cache to NULL.
11038         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11039           Only change state on audiosink if it exists.
11040
11041 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11042
11043         * gst/matroska/matroska-demux.c:
11044         * gst/matroska/matroska-ids.h:
11045         * gst/matroska/matroska-demux.h:
11046         Fix Vorbis streams failing to decode in some files, where cluster_time
11047         isn't 0, because then it doesn't send codec_priv before actual data.
11048         Remove time-based test and replace it with marker set on beginning of
11049         new stream
11050
11051 2004-12-28  David Schleef  <ds@schleef.org>
11052
11053         Merge patch from Ronald fixing problems with streaming
11054         text.
11055         * ext/cairo/gstcairo.c: (plugin_init):
11056         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11057         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11058         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11059         (gst_textoverlay_font_init), (gst_textoverlay_init),
11060         (gst_textoverlay_set_property):
11061         * ext/cairo/gsttextoverlay.h:
11062
11063 2004-12-27  David Schleef  <ds@schleef.org>
11064
11065         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11066         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11067         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11068         (gst_textoverlay_font_init), (gst_textoverlay_init),
11069         (gst_textoverlay_set_property): Improvements to actually
11070         render text as white on black outline on video, including
11071         font selection and horizontal/vertical alignment.  (Ronald's
11072         christmas present)
11073         * ext/cairo/gsttextoverlay.h:
11074
11075 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11076
11077         * ext/ogg/gstogg.c:
11078         * ext/ogg/gstogmparse.c:
11079           fix ogm[audio/video]parse plugin registration
11080           (riff won't load if bytestream is already loaded)
11081
11082 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11083
11084         * gst/audioconvert/gstchannelmix.c:
11085           fix for GLIB < 2.4
11086
11087 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11088
11089         * Makefile.am:
11090         * configure.ac:
11091           disable docs again until it actually passes make distcheck.
11092
11093 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11094
11095         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11096         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11097         (plugin_init):
11098           Add 3GP (variables name Q3GP because they can't start with a
11099           number). Add samr audio fourcc (used in .3gp files), decoder
11100           is work in progress. Also do a GST_WARNING instead of ERROR
11101           in case of unknown nodes, to decrease output.
11102
11103 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11104
11105         * Makefile.am:
11106           really fix dist
11107
11108 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11109
11110         * configure.ac:
11111         * ext/speex/gstspeexdec.h:
11112         * ext/speex/gstspeexenc.h:
11113           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11114           Fix detection code in configure.ac
11115
11116 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11117
11118         * gst/matroska/matroska-demux.c:
11119         (gst_matroska_demux_parse_blockgroup):
11120           Save position, so that queries give proper return values. Don't
11121           know how this could ever have worked before...
11122
11123 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11124
11125         * configure.ac:
11126           Put additional LAME check inside the conditional.  Fixes #152339
11127
11128 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11129
11130         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11131         (gst_avi_demux_stream_scan):
11132           Add some more debug. Fix logic error when setting movi offset
11133           while reading index.
11134
11135 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11136
11137         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11138         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11139         (gst_avi_demux_process_next_entry):
11140           Add some debugging. Better detection of broken indexes and the
11141           accompanying index recovery. No infinite loops on state changes
11142           when we're still in our loopfunction.
11143
11144 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11145
11146         * configure.ac:
11147           Fix up.
11148
11149 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11150
11151         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11152
11153         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11154           Normalizing the value before setting
11155         (gst_sunaudiomixer_get_volume):
11156           Normalizing the value after getting. Fixes bug# 161980
11157
11158 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11159
11160         * Makefile.am: Make sure docs gets disted
11161         * docs/Makefile.am: Make sure all needed files get disted
11162         * gst-plugins.spec.in: latest updates
11163
11164 2004-12-22  Wim Taymans  <wim@fluendo.com>
11165
11166         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11167         Revert patch 1.38 as clock distribution over schedulers does
11168         not work correcly in the core yet.
11169
11170 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11171
11172         * sys/oss/README: remove this file, which predates my birth
11173           (and which content is by far outdated)
11174
11175 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11176
11177         * Makefile.am:
11178         * configure.ac:
11179         * docs/Makefile.am:
11180         * docs/libs/Makefile.am:
11181         * docs/libs/gst-plugins-libs-docs.sgml:
11182         * docs/libs/gst-plugins-libs-sections.txt:
11183         * docs/libs/tmpl/gstgconf.sgml:
11184         * docs/upload.mak:
11185         * docs/version.entities.in:
11186           Added boilerplate gtk-doc files for plugin-libs documentation.
11187
11188 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11189
11190         * gst/auparse/gstauparse.c: fix int and float audio caps
11191
11192 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11193
11194         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11195         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11196           g_assert() can be a macro, don't use #ifdef inside it.
11197
11198 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11199
11200         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11201
11202         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11203         (gst_videorate_init), (gst_videorate_chain),
11204         (gst_videorate_change_state):
11205           Event handling (fixes #159986).
11206
11207 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11208
11209         * gst-libs/gst/riff/riff-media.c:
11210         (gst_riff_create_video_caps_with_data):
11211           Add BLZ0 (Blizzard's version of DivX) fourcc.
11212
11213 2004-12-18  David Schleef  <ds@schleef.org>
11214
11215         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11216         portability fix.
11217
11218 2004-12-18  David Schleef  <ds@schleef.org>
11219
11220         * gst/tta/ttadec.h: Disable some header code that isn't used
11221         and clearly isn't portable.
11222
11223 2004-12-18  David Schleef  <ds@schleef.org>
11224
11225         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11226         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11227         (avcodec_get_pix_fmt), (avpicture_layout),
11228         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11229         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11230         Fix code to not use GCC extensions (and c99 extensions that
11231         Forte does not like.)
11232
11233 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11234
11235         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11236
11237         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11238         (gst_deinterlace_chain):
11239           Rowstride fixes. Fixes #161039.
11240         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11241         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11242         (gst_video_crop_getcaps), (gst_video_crop_link),
11243         (gst_video_crop_i420), (gst_video_crop_chain),
11244         (gst_video_crop_change_state):
11245           Rework of negotiation. Actually works now. Fixes #158650.
11246
11247 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11248
11249         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11250           That was very stupid.
11251
11252 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11253
11254         * gst/matroska/matroska-demux.c:
11255         (gst_matroska_demux_parse_blockgroup):
11256           Fix possible crasher.
11257
11258 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11259
11260         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11261         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11262           Lace sizes can be zero.
11263
11264 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11265
11266         * ext/musepack/gstmusepackdec.cpp:
11267           Fetch error return values. Fixes #161624.
11268         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11269           Really EOS.
11270
11271 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11272
11273         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11274           Work for truncated (unfinished download etc.) files. Fixes #160514.
11275
11276 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11277
11278         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11279           Fix for integer overflow. Makes #156001 not crash. Probably masks
11280           the real bug.
11281
11282 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11283
11284         * gst/ac3parse/gstac3parse.c: (plugin_init):
11285           Parsers never have ranks. Fixes #159651.
11286
11287 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11288
11289         * gst/playback/gstdecodebin.c: (compare_ranks):
11290           make sure the facotries are ordered the same every time even if they
11291           have the same rank by using the name
11292         * gst/playback/gstdecodebin.c: (find_compatibles):
11293           make sure we don't add factories to the list twice
11294
11295 2004-12-16  David Schleef  <ds@schleef.org>
11296
11297         * configure.ac: look for musepack headers as musepack/*.h
11298         (fixes #159847)
11299         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11300         * ext/musepack/gstmusepackreader.h: same
11301
11302 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11303
11304         * gst-libs/gst/riff/riff-read.c:
11305         (gst_riff_read_strf_auds_with_data):
11306           Read extradata correctly (fixes #155879).
11307
11308 2004-12-16  David Schleef  <ds@schleef.org>
11309
11310         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11311         audio.  does _not_ attempt or allow conversion unless channels
11312         is 1 or 2.
11313
11314 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11315
11316         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11317
11318 2004-12-16  David Schleef  <ds@schleef.org>
11319
11320         * gst/audioscale/gstaudioscale.c: the resample library only
11321         handles 1 or 2 channels.  Change caps to compensate.
11322
11323 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11324
11325         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11326         (gst_matroska_demux_audio_caps):
11327           Some MPEG-AAC hacks, because else it doesn't work...
11328
11329 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11330
11331         * gst-libs/gst/riff/riff-media.c:
11332         (gst_riff_create_video_caps_with_data),
11333         (gst_riff_create_video_template_caps):
11334           Add h264.
11335
11336 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11337
11338         * gst-libs/gst/audio/Makefile.am:
11339           Try to fix buildbot.
11340
11341 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11342
11343         * gst/tcp/gstmultifdsink.c:
11344           Clean up and uniformize debugging.
11345
11346 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11347
11348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11349
11350         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11351         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11352         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11353         (gst_mpeg_demux_change_state):
11354           Reset on ready. Fixes 160276.
11355
11356 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11357
11358         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11359
11360         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11361         (gst_ffmpegcsp_pad_link):
11362           Fix memleak (#154815).
11363
11364 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11365
11366         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11367
11368         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11369         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11370         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11371         * ext/musicbrainz/gsttrm.h:
11372           Add support for using a proxy server when getting a trm id from
11373           the MusicBrainz database (#149613).
11374
11375 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11376
11377         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11378
11379         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11380         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11381           Fix memleaks (#157233).
11382
11383 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11384
11385         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11386
11387         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11388         * gst-libs/gst/resample/resample.h:
11389         * gst/audioscale/gstaudioscale.c:
11390           Fix memleak (#159215).
11391
11392 2004-12-16  Toni Willberg  <toniw@iki.fi>
11393
11394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11395
11396         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11397         * sys/oss/oss_probe.c: (main):
11398           Check for mono/stereo support (similar to samplerate probing),
11399           fixes #159433. Also add missing copyright header to oss_probe.c.
11400
11401 2004-12-15  David Schleef  <ds@schleef.org>
11402
11403         * configure.ac: add audioresample and cairo plugins.  Remove
11404         HAVE_MMX stuff, because it's not used.
11405         * ext/Makefile.am: same
11406         * ext/audioresample/Makefile.am: You are not ready for an
11407         audio resampling element based on audioresample.
11408         * ext/audioresample/gstaudioresample.c:
11409         * ext/audioresample/gstaudioresample.h:
11410         * ext/cairo/Makefile.am: You are not ready for overlay elements
11411         based on cairo.  Don't look too closely, these elements kinda
11412         suck right now.
11413         * ext/cairo/gstcairo.c: new
11414         * ext/cairo/gsttextoverlay.c: new
11415         * ext/cairo/gsttextoverlay.h: new
11416         * ext/cairo/gsttimeoverlay.c: new
11417         * ext/cairo/gsttimeoverlay.h: new
11418         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11419         problem with compilers that don't support variadic macros.
11420
11421 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11422
11423         Reviewed by:  David Schleef  <ds@schleef.org>
11424
11425         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11426         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11427         bit.  Also ran indent-gst.
11428         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11429         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11430         (gst_sunaudiosrc_setparams):
11431
11432 2004-12-14  David Schleef  <ds@schleef.org>
11433
11434         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11435         output rate to 16000.  Should fix #160235.
11436
11437 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11438
11439         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11440         Add typefinding for mpeg2 pes streams
11441
11442 2004-12-13  David Schleef  <ds@schleef.org>
11443
11444         * configure.ac:  Applied patch from bug #143659, making default
11445         sources and sinks OS-dependent (for Solaris), and added code
11446         for OS/X.
11447         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11448
11449 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11450
11451         * gst-libs/gst/riff/riff-media.c:
11452           forgot to add h2.64 to avidemux template caps
11453
11454 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11455
11456         * gst/wavenc/riff.h:
11457         * gst-libs/gst/riff/riff-media.c:
11458         * gst-libs/gst/riff/riff-ids.h:
11459         * gst/avi/gstavimux.c
11460         add 4CC code for VideoSoft h264 in AVI (VSSH)
11461           fixes bug #160655
11462         remove s323 from riff, it's quicktime specific :(
11463
11464 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11465
11466         * gst/asfdemux/README
11467         * gst/wavenc/riff.h
11468         * gst-libs/gst/riff/riff-ids.h
11469         * gst-libs/gst/riff/riff-media.c
11470         * gst/qtdemux/qtdemux.c:
11471           add new 4CC codes for h263 related codecs
11472           fixes partially bug #155163
11473
11474 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11475
11476         * configure.ac: Update polyaudio requirement to 0.7
11477         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11478
11479 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11480
11481         * gst/interleave/deinterleave.c:
11482         fix my name's spelling! :)
11483
11484 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11485
11486         * AUTHORS ChangeLog
11487         * gst/auparse/gstauparse.c
11488         * gst/interleave/deinterleave.c
11489         * gst/law/:
11490                 alaw-decode.c alaw-encode.c
11491                 mulaw-decode.c mulaw-encode.c
11492         * gst/oneton/gstoneton.c
11493         * sys/osxaudio/:
11494                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11495         * sys/osxvideo/:
11496                 cocoawindow.h cocoawindow.m
11497                 osxvideosink.h osxvideosink.m
11498
11499         put the same mail address for Zaheer Abbas Merali everywhere
11500
11501 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11502
11503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11504           Align by packetsize, and assert that we a packet available before
11505           playing. The first makes webstreams work (they often include
11506           trailing padding data in a packet), the second allows pausing a
11507           ASF stream in totem without getting demux errors afterwards.
11508
11509 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11510
11511         * ext/ogg/gstoggdemux.c: (get_relative):
11512           Check for non-NULL before accessing member (end-of-chain).
11513
11514 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11515
11516         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11517         (cdparanoia_set_property), (cdparanoia_get_property):
11518         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11519         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11520         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11521         (dvdreadsrc_init), (dvdreadsrc_set_property),
11522         (dvdreadsrc_get_property):
11523         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11524         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11525           Synchronize property names where not yet the case. Devices are
11526           now device=X, other versions are deprecated (but still exist).
11527           Also use g_free() unconditionally.
11528         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11529         (setup_source), (gst_play_base_bin_get_property):
11530           Expose source.
11531
11532 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11533
11534         * configure.ac: move GCONF macro outside conditional for the am
11535           conditional. Fixes #160439
11536
11537 2004-12-08  David Schleef  <ds@schleef.org>
11538
11539         * tools/gst-visualise-m.m: Switch to elements that currently
11540         exist.
11541
11542 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11543
11544         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11545           We love wrong commas.
11546
11547 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11548
11549         * gst/matroska/matroska-demux.c:
11550         (gst_matroska_demux_handle_src_query):
11551           Don't set DEFAULT, unsupported - makes length display incorrectly
11552           in some cases.
11553
11554 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11555
11556         * gst/monoscope/README: remove blurb about files being GPL
11557         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11558         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11559           monoscope is now effectively LGPL licensed
11560
11561 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11562
11563         * gst/monoscope/README: Update information to be more correct
11564         * gst/monoscope/convolve.c: Relicense to LGPL
11565         * gst/monoscope/convolve.h: Relicense to LGPL
11566
11567 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11568
11569         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11570           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11571         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11572           set default_duration for mpeg1 audio
11573
11574 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11575
11576         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11577         * ext/alsa/gstalsa.h:
11578           refactor big chunks of the core caps negotiation code to make it
11579           a lot faster, because people claim it's really slow
11580           (actually, just cache the getcaps when the device is opened)
11581
11582 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11583
11584         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11585         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11586         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11587         (gst_a52dec_change_state), (plugin_init):
11588         * ext/a52dec/gsta52dec.h:
11589           Do something useful with timestamps. Make chain-based (since
11590           there's really no reason to be loopbased).
11591         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11592           Update current_byte/frame correctly.
11593
11594 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11595
11596         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11597         (gst_ape_demux_stream_init):
11598           Forward tags, too.
11599
11600 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11601
11602         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11603           Let's make sure we're done typefinding when detecting tags.
11604
11605 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11606
11607         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11608         (gst_ebml_read_init), (gst_ebml_read_use_event),
11609         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11610         (gst_ebml_read_seek), (gst_ebml_read_skip),
11611         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11612         (gst_ebml_read_master):
11613         * gst/matroska/ebml-read.h:
11614         * gst/matroska/matroska-demux.c:
11615         (gst_matroska_demux_parse_contents),
11616         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11617           Disgustingly evil hack for working around INTERRUPT events and
11618           their extremely annoying habit of being a pain in the ass. We
11619           simply peek a cluster before reading any of it.
11620
11621 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11622
11623         * ext/musepack/gstmusepackdec.cpp:
11624           There's also floating point libmusepacks.
11625
11626 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11627
11628         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11629         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11630           Set DURATION even if source buffer didn't. Also use increasing
11631           timestamps.
11632         * gst-libs/gst/riff/riff-media.c:
11633         (gst_riff_create_audio_caps_with_data):
11634           Block_align can have larger values than 8192.
11635
11636 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11637
11638         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11639         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11640         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11641         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11642           Fix caps.
11643
11644 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11645
11646         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11647           Fix logic bug.
11648
11649 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11650
11651         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11652           Yay, another one.
11653
11654 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11655
11656         * ext/esd/esdsink.c: (gst_esdsink_chain):
11657           Make error actually say something useful (fixes #156798).
11658         * gst-libs/gst/riff/riff-media.c:
11659         (gst_riff_create_video_caps_with_data),
11660         (gst_riff_create_video_template_caps):
11661           Add Intel Video 5.0 fourcc (IV50).
11662
11663 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11664
11665         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11666         detection on mono and stereo mp3 files.
11667
11668 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11669
11670         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11671           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11672           the contained stream).
11673
11674 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11675
11676         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11677           Oops, remove debug.
11678
11679 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11680
11681         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11682
11683         * gst/law/alaw-decode.c: (alawdec_getcaps):
11684         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11685           Prevent warnings when negotiating caps (fixes #159338).
11686
11687 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11688
11689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11690         (gst_ffmpegcsp_chain):
11691           Remove old leftover that shouldn't be there...
11692
11693 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11694
11695         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11696
11697         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11698           Don't forward DISCONT events (fixes #159684).
11699
11700 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11701
11702         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11703           Unlink manually since sometimes bin disposal (and therefore
11704           pad unlinking) is delayed, which will cause a new media file
11705           to not be able to start playing instantly.
11706
11707 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11708
11709         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11710           On mute of an unlinked stream, check for pad availability so
11711           we don't crash on unlinked pad.
11712
11713 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11714
11715         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11716         (gst_avi_demux_massage_index):
11717           Fix quite humiliating bug in omitting 0-sized index chunks but
11718           forgetting to count them for timestamps.
11719
11720 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11721
11722         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11723           Actually leave the loop if we failed to sync. Don't crash.
11724
11725 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11726
11727         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
11728         (gst_dvd_demux_process_private):
11729         * gst/mpegstream/gstdvddemux.h:
11730           Fix crash (#159759). Doesn't work, though. :-(.
11731
11732 2004-11-28  Benjamin Otte  <otte@gnome.org>
11733
11734         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11735           more overwriting protection due to modifying channels one by one
11736           instead of all at once
11737
11738 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11739
11740         * gst/audioconvert/gstchannelmix.c:
11741         (gst_audio_convert_fill_normalize):
11742           Normalize using absolute values.
11743
11744 2004-11-28  Julien MOUTTE  <julien@moutte.net>
11745
11746         * configure.ac:
11747         * ext/Makefile.am:
11748         * ext/directfb/Makefile.am:
11749         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
11750         (gst_directfbvideosink_get_pixel_format),
11751         (gst_directfbvideosink_get_format_from_fourcc),
11752         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
11753         (gst_directfbvideosink_sink_link),
11754         (gst_directfbvideosink_change_state),
11755         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
11756         (gst_directfbvideosink_buffer_alloc),
11757         (gst_directfbvideosink_interface_supported),
11758         (gst_directfbvideosink_interface_init),
11759         (gst_directfbvideosink_navigation_send_event),
11760         (gst_directfbvideosink_navigation_init),
11761         (gst_directfbvideosink_set_property),
11762         (gst_directfbvideosink_get_property),
11763         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
11764         (gst_directfbvideosink_base_init),
11765         (gst_directfbvideosink_class_init),
11766         (gst_directfbvideosink_get_type), (plugin_init):
11767         * ext/directfb/directfbvideosink.h: Adding a first version of
11768         directfbvideosink.
11769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
11770         more.
11771
11772 2004-11-28  Benjamin Otte  <otte@gnome.org>
11773
11774         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11775           walk the samples backwards if out_channels > in_channels so we don't
11776           overwrite data
11777
11778 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11779
11780         * gst/audioconvert/Makefile.am:
11781         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11782         (gst_audio_convert_link), (gst_audio_convert_change_state),
11783         (gst_audio_convert_channels):
11784         * gst/audioconvert/gstchannelmix.c:
11785         (gst_audio_convert_unset_matrix),
11786         (gst_audio_convert_fill_identical),
11787         (gst_audio_convert_fill_compatible),
11788         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
11789         (gst_audio_convert_fill_others),
11790         (gst_audio_convert_fill_normalize),
11791         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
11792         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
11793         * gst/audioconvert/gstchannelmix.h:
11794           Implement a channel mixer.
11795
11796 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
11797
11798         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
11799         * ext/alsa/gstalsa.h:
11800         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
11801         Make alsasink actually honor gst_element_set_clock and use that
11802         clock instead of its internal one.
11803
11804 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11805
11806         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
11807         (gst_play_base_bin_change_state): nullify source and decoder when
11808         going from READY to NULL so that we don't try to do weird stuff with
11809         them when going from NULL to READY
11810         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
11811         instead of g_object_unref
11812         (gen_video_element), (gen_audio_element): more refcounting fixes, now
11813         it should be correct
11814         (gst_play_bin_change_state): don't call remove_sinks if we are
11815         currently disposing the object
11816
11817 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11818
11819         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11820           Don't forget bass if it's there. Else left channel is silent...
11821
11822 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11823
11824         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
11825         (gst_a52dec_change_state):
11826           Don't do sample adjusting anymore, we use float audio now.
11827         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11828           Don't fixate to non-existing properties.
11829
11830 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11831
11832         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
11833         (gst_a52dec_change_state):
11834           Advertise that we can do surround sound.
11835
11836 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11837
11838         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
11839           Add buffer-frames=0.
11840         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
11841         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
11842         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
11843         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
11844         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
11845         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
11846         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
11847         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
11848         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
11849         * ext/dvdread/dvdreadsrc.h:
11850           Add seeking, querying for bytes, sectors, title, angle and
11851           chapter. Handle multiple chapters. Relicense to LGPL because
11852           Billy agreed on that (thanks Billy!).
11853
11854 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11855
11856         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
11857         call parent dispose method
11858
11859 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
11860
11861         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
11862         (gst_audio_clock_get_internal_time):
11863         Fix active <-> inactive transitions: ensure time value always
11864         grows and avoid abrupt value changes.
11865
11866 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
11867
11868         * configure.ac:
11869         * gst/tta/Makefile.am:
11870         * gst/tta/crc32.h:
11871         * gst/tta/filters.h:
11872         * gst/tta/gsttta.c:
11873         * gst/tta/gstttadec.c:
11874         * gst/tta/gstttadec.h:
11875         * gst/tta/gstttaparse.c:
11876         * gst/tta/gstttaparse.h:
11877         * gst/tta/ttadec.h:
11878           added TTA parser and decoder
11879
11880 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11881
11882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11883         (probe_triggered), (check_queue), (buffer_underrun),
11884         (buffer_running), (buffer_overrun), (gen_source_element),
11885         (setup_source):
11886         * gst/playback/gstplaybasebin.h:
11887           Implement buffering. Needs some more work.
11888
11889 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11890
11891         * ext/theora/theoradec.c: (theora_dec_chain):
11892           Fix ilog mask range overflow.
11893
11894 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11895
11896         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11897           Don't omit the last (which in case of dmix is the only :) )
11898           channel count. Don't set channels if <= 2.
11899
11900 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
11901
11902         * gst/playback/gstplaybin.c: (gen_video_element),
11903         (gen_audio_element): Removed 2 obsolete comments
11904
11905 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11906
11907         * ext/vorbis/oggvorbisenc.c
11908         * ext/vorbis/vorbisenc.c :
11909           change description fields of those plugins to differentiate them
11910           (pitivi show Encoders by description, they had the same one)
11911
11912 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
11913
11914         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11915
11916         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11917         (gst_play_bin_set_property), (gen_video_element),
11918         (gen_audio_element):
11919           Refcounting fixes for provided audio-/videosinks.
11920
11921 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11922
11923         * gst/playback/gstplaybin.c: (gen_video_element),
11924         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
11925           Don't reference all sinks, but only the video- and audiosinks.
11926           The vis. element should be disposed when we're done with it.
11927           We don't have any reason to keep it around. This fixes warnings
11928           when reusing playbin for playing multiple audio files with
11929           vis. enabled. Also release audio device on pause - idea stolen
11930           from Rhythmbox.
11931
11932 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11933
11934         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
11935         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
11936         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11937         * ext/alsa/gstalsaplugin.c: (plugin_init):
11938         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
11939         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
11940         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
11941         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
11942         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
11943         (gst_faad_change_state), (plugin_init):
11944         * ext/faad/gstfaad.h:
11945         * ext/vorbis/vorbis.c: (plugin_init):
11946         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11947         * gst-libs/gst/audio/Makefile.am:
11948         * gst-libs/gst/audio/audio.c: (plugin_init):
11949         * gst-libs/gst/audio/multichannel.c:
11950         (gst_audio_check_channel_positions),
11951         (gst_audio_get_channel_positions),
11952         (gst_audio_set_channel_positions),
11953         (gst_audio_set_structure_channel_positions_list),
11954         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
11955         (gst_audio_fixate_channel_positions):
11956         * gst-libs/gst/audio/multichannel.h:
11957         * gst-libs/gst/audio/testchannels.c: (main):
11958         * gst/audioconvert/gstaudioconvert.c:
11959         (gst_audio_convert_class_init), (gst_audio_convert_init),
11960         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
11961         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
11962         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11963         * gst/audioconvert/plugin.c: (plugin_init):
11964           Surround sound support.
11965
11966 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11967
11968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11969           Fix position for discont if we're close as well. Nitpicking, but
11970           saves a few milliseconds of extra waiting or skipping.
11971
11972 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11973
11974         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
11975           We sometimes need parsers for playback, so add those too.
11976
11977 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11978
11979         * configure.ac:
11980         * gst/apetag/Makefile.am:
11981         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
11982         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
11983         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
11984         (gst_ape_demux_get_src_query_types),
11985         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
11986         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
11987         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
11988         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
11989         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
11990         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
11991         (gst_ape_demux_change_state):
11992         * gst/apetag/apedemux.h:
11993         * gst/apetag/apetag.c: (plugin_init):
11994         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
11995         (plugin_init):
11996           APE v1/2 tag reader plus typefind function.
11997
11998 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11999
12000         * configure.ac:
12001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12002         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12003           Remove hacks for older core. Require newer core version
12004           accordingly.
12005
12006 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12007
12008         * gst/cdxaparse/Makefile.am:
12009         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12010         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12011         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12012         * gst/cdxaparse/gstcdxaparse.h:
12013         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12014         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12015         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12016         (gst_cdxastrip_get_src_query_types),
12017         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12018         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12019         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12020         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12021         * gst/cdxaparse/gstcdxastrip.h:
12022           SVCD/VCD header stripping separated from CDXA image parsing.
12023         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12024         (plugin_init):
12025           Add VCD/SVCD header typefinding for VCD/SVCD.
12026         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12027         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12028         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12029         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12030         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12031         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12032         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12033         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12034         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12035         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12036         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12037         * sys/vcd/vcdsrc.h:
12038           Fix up, add seeking, querying, URI interface. Works in totem now.
12039
12040 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12041
12042         * configure.ac:
12043           back to CVS
12044
12045 === release 0.8.6 ===
12046
12047 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12048
12049         * NEWS:
12050         * RELEASE:
12051         * configure.ac:
12052         * po/af.po:
12053         * po/az.po:
12054         * po/cs.po:
12055         * po/en_GB.po:
12056         * po/hu.po:
12057         * po/it.po:
12058         * po/nb.po:
12059         * po/nl.po:
12060         * po/or.po:
12061         * po/sq.po:
12062         * po/sr.po:
12063         * po/sv.po:
12064         * po/uk.po:
12065           releasing 0.8.6, "IOU Love"
12066
12067 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12068
12069         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12070
12071         * gst/playback/gstplaybasebin.c:
12072           Fix unplayable files error handling.  Fixes #158365
12073
12074 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12075
12076         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12077
12078         * gst/typefind/gsttypefindfunctions.c:
12079           Fix broken mp3 typefinding.  Fixes #158375
12080
12081 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12082
12083         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12084
12085         * ext/ogg/gstoggdemux.c:
12086           Fix sync on broken files.  Fixes #158976
12087
12088 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12089
12090         patch by: Edward Hervey <bilboed@bilboed.com>
12091
12092         * ext/libpng/gstpngenc.c:
12093           Copy over buffer properties.  Fixes #158832
12094
12095 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12096
12097         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12098
12099         * ext/dvdread/dvdreadsrc.c:
12100           Fixes invalid reads (#158462)
12101
12102 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12103
12104         * sys/v4l/gstv4lsrc.c:
12105         * sys/v4l/gstv4lsrc.h:
12106         * sys/v4l/v4lsrc_calls.c:
12107           Probe less and cache it.  Fixes #159187.
12108
12109 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12110
12111         * gst/videorate/gstvideorate.c:
12112           Handle all video formats. Fixes #159186.
12113
12114 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12115         * gst/synaesthesia/gstsynaesthesia.c:
12116         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12117         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12118         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12119         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12120         (gst_synaesthesia_change_state), (plugin_init):
12121         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12122         Force 320x200 output, as that's the only thing the underlying
12123         synaesthesia implementation supports. Still needs to be made
12124         re-entrant.
12125
12126 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12127
12128         * configure.ac:
12129           Fix mpeg2enc configure check (similar to mplex check below).
12130
12131 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12132
12133         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12134
12135         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12136           Fix for gcc-2.95 (fixes #158221).
12137
12138 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12139
12140         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12141           Re-add clock distribution hack (until new core is released).
12142           Fixes #158125.
12143
12144 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12145         * configure.ac:
12146           fix mplex configure check segfaulting on some systems (bug #140994)
12147
12148 2004-11-13  Benjamin Otte  <otte@gnome.org>
12149
12150         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12151           add debugging
12152         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12153           do a wait when we enter the loop func with no data available to
12154           write instead of getting into an 100% CPU loop by just returning and
12155           being called again by the scheduler
12156
12157 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12158
12159         * configure.ac:
12160         * ext/libvisual/visual.c: (gst_visual_get_type),
12161         (libvisual_log_handler), (gst_visual_getcaps),
12162         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12163         (plugin_init):
12164           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12165         * ext/smoothwave/Makefile.am:
12166         * ext/smoothwave/demo-osssrc.c: (main):
12167         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12168         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12169         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12170         (plugin_init):
12171         * ext/smoothwave/gstsmoothwave.h:
12172           Make gstsmoothwave a working element in the 20th century.
12173
12174         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12175           Fix incorrect link function
12176
12177 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12178
12179         * gst/volume/gstvolume.c:
12180           Allow buffer-frames=0.
12181
12182 2004-11-12 Iain <iaingnome@gmail.com>
12183
12184         * configure.ac: Check for polypaudio
12185
12186         * ext/Makefile.am: Build the polyp dir
12187
12188         * ext/polyp: The polypsink sources.
12189
12190 2004-10-30 Iain <iaingnome@gmail.com>
12191
12192         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12193         caps to reflect the new number of channels.
12194
12195 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12196
12197         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12198           Fix for negotiation order problem. This would show when the
12199           ALSA loopfuction was called before any other function. ALSA
12200           wouldn't do anything because we're not negotiated yet, leading
12201           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12202
12203 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12204
12205         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12206
12207         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12208           No warnings (#157986).
12209
12210 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12211
12212         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12213           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12214
12215 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12216
12217         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12218           Signal no-more-pads (so it works in playbin).
12219
12220 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12221
12222         * ext/musepack/gstmusepackreader.cpp:
12223           Workaround for older core.
12224
12225 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12226
12227         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12228           Actually test for odd width/height rather than testing whether
12229           a temporary variable that was 0 before we subtracted 1 is now
12230           not equal to zero (which it always is).
12231
12232 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12233
12234         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12235         Fix compilation if HAVE_XVIDEO is not defined
12236
12237 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12238
12239         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12240         Fix compilation if HAVE_XVIDEO is not defined
12241
12242 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12243
12244         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12245         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12246         (gst_goom_change_state), (plugin_init):
12247         Use the bytestream adapter so goom doesn't depend on the input
12248         buffer size.
12249         Add a debug category
12250
12251 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12252
12253         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12254           Only set hardware parameters *after* negotiation. Before
12255           negotiation, it will set ANY and that seems to cause crashes
12256           (see e.g. #151288, #153227).
12257
12258 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12259
12260         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12261           This seems to be antique leftover. It needs to pass error
12262           checking.
12263         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12264         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12265         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12266         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12267           Fix GstXOverlay implementation (#151059).
12268
12269 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12270
12271         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12272           Don't assert (#157853).
12273
12274 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12275
12276         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12277           Fix bytes/samples confustion.
12278         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12279           Fix for underrun (#144389).
12280
12281 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12282
12283         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12284           Disable halfway-seek for pending release (since it needs a new
12285           core release).
12286
12287 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12288
12289         * sys/v4l/gstv4lsrc.c:
12290         * sys/v4l/gstv4lsrc.h:
12291         * sys/v4l/v4lsrc_calls.c:
12292           add autoprobe-fps property so we can separate autoprobing parts
12293
12294 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12295
12296         * sys/v4l/gstv4lsrc.c:
12297         * sys/v4l/v4lsrc_calls.c:
12298         initialise fourcc to catch unset fourcc's, and debug
12299
12300 2004-11-09  Wim Taymans  <wim@fluendo.com>
12301
12302         * gst/playback/README:
12303         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12304         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12305         (gst_play_bin_dispose), (gst_play_bin_set_property),
12306         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12307         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12308         (gst_play_bin_get_formats), (gst_play_bin_convert),
12309         (gst_play_bin_get_query_types), (gst_play_bin_query):
12310         Cleanups and some more documentation.
12311
12312 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12313
12314         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12315         (gst_cacasink_init), (gst_cacasink_chain):
12316         * ext/libcaca/gstcacasink.h:
12317         Cacasink inherits from VideoSink, so let that store the clock.
12318
12319 2004-11-09  Wim Taymans  <wim@fluendo.com>
12320
12321         * gst/playback/README:
12322         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12323         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12324         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12325         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12326         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12327         (setup_sinks):
12328         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12329         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12330         * gst/playback/gststreaminfo.h:
12331         Updated README.
12332         Only switch groups if all streams have muted (EOSed).
12333         Send Tags in sync with the stream playback instead of in
12334         the playback/preroll phase.
12335         Some cleanups, free the fakesrc elements.
12336
12337 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12338
12339         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12340           buffer-frames property was missing
12341         * ext/arts/gst_arts.c:
12342           rate missing from sinkcaps
12343         * ext/audiofile/gstafparse.c:
12344         * ext/audiofile/gstafsink.c:
12345         * ext/audiofile/gstafsrc.c:
12346         * ext/swfdec/gstswfdec.c:
12347           int audio doesn't know buffer-frames
12348         * ext/cdparanoia/gstcdparanoia.c:
12349           int audio doesn't know chunksize either
12350         * ext/nas/nassink.c:
12351           it's endianness, not endianess
12352         * gst-libs/gst/audio/audio.h:
12353           make float standard pad template caps really describe float
12354         * gst/law/mulaw.c: (linear_factory):
12355           signed only, please
12356         * gst/mpegstream/gstdvddemux.c:
12357           widths of 20 are not valid
12358
12359 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12360
12361         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12362
12363         * po/LINGUAS:
12364         * po/it.po:
12365           Add Italian
12366
12367 2004-11-08  Wim Taymans  <wim@fluendo.com>
12368
12369         * gst/playback/README:
12370         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12371         * gst/playback/gstplaybasebin.c: (probe_triggered),
12372         (gst_play_base_bin_change_state):
12373         Updated README, added more comments for fixmes etc..
12374
12375 2004-11-08  Wim Taymans  <wim@fluendo.com>
12376
12377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12378         We can remove this hack now.
12379
12380 2004-11-08  Wim Taymans  <wim@fluendo.com>
12381
12382         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12383         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12384         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12385         Only mix AYUV for maximum quality.
12386
12387 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12388
12389         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12390         (gst_ogg_demux_push), (gst_ogg_pad_push):
12391           Let's act as if we're synchronized now! :).
12392         * ext/theora/theoradec.c: (theora_dec_chain):
12393           Add some debug.
12394
12395 2004-11-08  Wim Taymans  <wim@fluendo.com>
12396
12397         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12398         (gst_alpha_set_property), (gst_alpha_sink_link),
12399         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12400         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12401         (gst_alpha_init_params), (gst_alpha_chain):
12402         Implement alpha functions for AYUV too, this increases
12403         accuracy quite a bit.
12404
12405 2004-11-08  Wim Taymans  <wim@fluendo.com>
12406
12407         * gst/ffmpegcolorspace/avcodec.h:
12408         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12409         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12410         (gst_ffmpegcsp_avpicture_fill):
12411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12412         (gst_ffmpegcsp_caps_remove_format_info):
12413         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12414         (shrink12), (img_get_alpha_info), (deinterlace_line),
12415         (deinterlace_line_inplace):
12416         * gst/ffmpegcolorspace/imgconvert_template.h:
12417         Added AYUV colorspace and handle RGBA a bit more respectful.
12418
12419 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12420
12421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12422           Actually always send a discont (cornercase when resending the
12423           same serial-tagged chain twice).
12424
12425 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12426
12427         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12428         (gst_ximagesink_finalize):
12429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12430         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12431
12432 2004-11-08  Wim Taymans  <wim@fluendo.com>
12433
12434         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12435         Don't segfault on NULL data.
12436
12437 2004-11-08  Wim Taymans  <wim@fluendo.com>
12438
12439         * gst/playback/gstdecodebin.c: (unlinked):
12440         * gst/playback/gstplay-marshal.list:
12441         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12442         (gst_play_base_bin_init), (group_create), (get_active_group),
12443         (get_building_group), (group_destroy), (group_commit),
12444         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12445         (add_element_stream), (no_more_pads), (probe_triggered),
12446         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12447         (state_change), (setup_source), (gst_play_base_bin_get_property),
12448         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12449         (gst_play_base_bin_link_stream),
12450         (gst_play_base_bin_get_streaminfo):
12451         * gst/playback/gstplaybasebin.h:
12452         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12453         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12454         Add support for chained ogg files. Prepare for playlist
12455         support. This patch introduces the concept of pad groups, which
12456         together compose one playable media file.
12457
12458 2004-11-07  David Schleef  <ds@schleef.org>
12459
12460         * testsuite/gst-lint: Check for pad templates that aren't statically
12461         scoped.
12462
12463 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12464
12465         * configure.ac:
12466         * ext/Makefile.am:
12467         * ext/musepack/Makefile.am:
12468         * ext/musepack/gstmusepackdec.cpp:
12469         * ext/musepack/gstmusepackdec.h:
12470         * ext/musepack/gstmusepackreader.cpp:
12471         * ext/musepack/gstmusepackreader.h:
12472           Add musepack decoder.
12473         * ext/faad/gstfaad.c: (gst_faad_base_init):
12474           Make pad templates static.
12475         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12476         (plugin_init):
12477           Add musepack typefinder, make mp3 typefinding work halfway stream,
12478           which doesn't actually work yet because id3demux doesn't implement
12479           _get_length().
12480
12481 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12482
12483         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12484         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12485           Fix interrupt event handling (#144436).
12486
12487 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12488
12489         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12490           Hide unused glory.
12491
12492 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12493
12494         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12495
12496         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12497           Fix weird caps (#157548).
12498
12499 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12500
12501         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12502
12503         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12504           Add missing NULL terminator (#157543).
12505
12506 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12507
12508         * gst/tcp/gsttcp.h:
12509         * gst/tcp/gsttcpclientsink.c:
12510         * gst/tcp/gsttcpclientsrc.c:
12511         * gst/tcp/gsttcpserversink.c:
12512         * gst/tcp/gsttcpserversrc.c:
12513           ports can go up to 65535.  Move common defines to gsttcp.h
12514
12515 2004-11-05  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12518         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12519         Added two more colorspaces.
12520
12521 2004-11-05  Wim Taymans  <wim@fluendo.com>
12522
12523         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12524         (gst_ffmpegcsp_avpicture_fill):
12525         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12526         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12527         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12528         More stride fixes.
12529
12530 2004-11-05  Wim Taymans  <wim@fluendo.com>
12531
12532         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12533         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12534         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12535         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12536         (gst_videomixer_loop):
12537         More stride fixes.
12538
12539 2004-11-05  Benjamin Otte  <otte@gnome.org>
12540
12541         * ext/mad/gstmad.c: (gst_mad_chain):
12542           don't overflow data buffer. Flush not needed sync data when syncing
12543           failed.
12544
12545 2004-11-04  Wim Taymans  <wim@fluendo.com>
12546
12547         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12548         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12549         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12550         (gst_alpha_init_params), (gst_alpha_chain),
12551         (gst_alpha_change_state):
12552         Updated the chroma keying algorithm with something more
12553         sophisticated.
12554
12555 2004-11-03  Wim Taymans  <wim@fluendo.com>
12556
12557         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12558         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12559         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12560         Fix stride issues. Does not completely work for odd
12561         heights.
12562
12563 2004-11-03  Wim Taymans  <wim@fluendo.com>
12564
12565         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12566         (gst_alpha_chroma_key), (gst_alpha_chain):
12567         Fix stride issues. Does not completely work for odd
12568         heights.
12569
12570 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12571
12572         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12573         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12574         leak fixes
12575
12576 2004-11-03  Wim Taymans  <wim@fluendo.com>
12577
12578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12579         (gst_ffmpegcsp_avpicture_fill):
12580         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12581         (avpicture_alloc):
12582         * gst/ffmpegcolorspace/imgconvert_template.h:
12583         Use correct _fill function to get correct strides.
12584
12585 2004-11-02  David Schleef  <ds@schleef.org>
12586
12587         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12588         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12589         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12590         Change all g_print()s to debugging.  Add a bunch of consistency
12591         checks.
12592
12593 2004-11-02  Wim Taymans  <wim@fluendo.com>
12594
12595         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12596         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12597         (unlinked), (no_more_pads), (close_link):
12598         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12599         (unknown_type), (add_element_stream), (new_decoded_pad),
12600         (removed_decoded_pad), (setup_source):
12601         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12602         (gst_stream_info_class_init), (gst_stream_info_init),
12603         (gst_stream_info_new), (gst_stream_info_dispose),
12604         (stream_info_mute_pad), (gst_stream_info_set_property),
12605         (gst_stream_info_get_property):
12606         * gst/playback/gststreaminfo.h:
12607         Fix playback of multiple files.
12608         a slightly different approach to handling dynamic pad removals.
12609         This one only looks at pads that we have linked.
12610
12611 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12612
12613         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12614         free" warning from libc.
12615
12616 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12617
12618         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12619         (get_unconnected_element), (remove_starting_from), (pad_removed),
12620         (close_link):
12621           Implement support for dynamic pad changing. We listen to "live"
12622           pad removals (i.e. while playing) and re-setup autoplugging
12623           after that. Playbasebin/playbin need some more work for this
12624           to finally work, but decodebin supports (and replugs) chained
12625           ogg now.
12626
12627 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12628
12629         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12630         (gst_alsa_finalize):
12631         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12632         (gst_cdaudio_finalize):
12633         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12634         (cdparanoia_finalize):
12635         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12636         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12637         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12638         (dvdreadsrc_finalize):
12639         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12640         (gst_flacdec_finalize):
12641         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12642         (gst_flacenc_finalize):
12643         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12644         (gst_gnomevfssink_finalize):
12645         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12646         (gst_gnomevfssrc_finalize):
12647         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12648         (gst_fameenc_finalize):
12649         * ext/nas/nassink.c: (gst_nassink_class_init),
12650         (gst_nassink_finalize):
12651         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12652         (gst_sdlvideosink_class_init):
12653         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12654         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12655         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12656         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12657         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12658         (gst_x_window_listener_dispose):
12659         * gst/audioscale/gstaudioscale.c:
12660         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12661         (play_on_demand_finalize):
12662         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12663         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12664         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12665         (cdplayer_finalize):
12666         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12667         (gst_glimagesink_class_init):
12668         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12669         (gst_osselement_finalize):
12670         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12671         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12672         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12673           Fixes a bunch of problems with finalize and dispose functions,
12674           either assumptions that dispose is only called once, or not calling
12675           the parent class dispose/finalize function
12676
12677 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12678
12679         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12680           added two api precondition guards
12681           use g_strdup with getenv to fix crash when using ENVVAR
12682
12683 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12684         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12685         (gst_esdsink_finalize):
12686         Use a finalize function, not dispose, and more importantly,
12687         call the parent class finalize function too
12688
12689 2004-11-01  Johan Dahlin  <johan@gnome.org>
12690
12691         * ext/ogg/gstoggdemux.c:
12692         * gst/tags/gstvorbistag.c:
12693         Plug leaks.
12694
12695 2004-10-31  Benjamin Otte  <otte@gnome.org>
12696
12697         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12698           lotsa memleaks today. But they're all small...
12699
12700 2004-10-31  Benjamin Otte  <otte@gnome.org>
12701
12702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12703           another memleak crushed
12704
12705 2004-10-31  Benjamin Otte  <otte@gnome.org>
12706
12707         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12708           fix memleak
12709
12710 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12711
12712         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12713           Hack to prevent crash when going to READY inside signal handler
12714           while this function is active.
12715
12716 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12717
12718         * gst/ffmpegcolorspace/Makefile.am:
12719         * gst/ffmpegcolorspace/avcodec.h:
12720         * gst/ffmpegcolorspace/common.h:
12721         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12722         * gst/ffmpegcolorspace/dsputil.h:
12723         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12725         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
12726         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
12727         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
12728         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
12729         (gst_ffmpegcsp_avpicture_fill):
12730         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12731         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12732         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12733         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
12734         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12735         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12736         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12737         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
12738         * gst/ffmpegcolorspace/imgconvert.c:
12739         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12740         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
12741         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
12742         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
12743         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
12744         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
12745         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
12746         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
12747         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
12748         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
12749         (grow21), (grow22), (grow41), (grow44), (conv411),
12750         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
12751         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
12752         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
12753         (avpicture_free), (is_yuv_planar), (img_convert),
12754         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
12755         (deinterlace_line_inplace), (deinterlace_bottom_field),
12756         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
12757         * gst/ffmpegcolorspace/imgconvert_template.h:
12758         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
12759         * gst/ffmpegcolorspace/mmx.h:
12760         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
12761         (av_fast_realloc), (av_mallocz_static), (av_free_static),
12762         (av_freep), (avcodec_get_context_defaults),
12763         (avcodec_alloc_context), (avcodec_init):
12764           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
12765           handling plus update from ffmpeg CVS. Large clean-up.
12766
12767 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12768
12769         * gst/playback/Makefile.am:
12770           We need the marshallers for decodebin, too.
12771
12772 2004-10-30  David Schleef  <ds@schleef.org>
12773
12774         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
12775           quicktime typefinding work with 64-bit offsets.
12776
12777 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
12778
12779         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
12780           Set EOS on the element when processing an EOS event.
12781         * ext/speex/gstspeexdec.h:
12782         * ext/speex/gstspeexenc.h:
12783           Only keep a const ptr to the mode
12784         * gst-libs/gst/riff/riff-media.c:
12785         (gst_riff_create_audio_caps_with_data),
12786         (gst_riff_create_audio_template_caps):
12787           Allow WMAV3, with up to 6 channels.
12788         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
12789           Don't call gst_pad_set_event_function on a sink pad.
12790         * gst/mpegstream/gstdvddemux.c:
12791         (gst_dvd_demux_get_subpicture_stream),
12792         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
12793           Copy the explicit caps that were set across to the cur_* pads,
12794           instead of trying to use a possibly non-existent negotiated caps.
12795           Reset the type of subpicture pads to UNKNOWN after calling
12796           init_stream, so that the caps get set.
12797
12798 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
12799
12800         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12801
12802         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12803           Don't touch buffer if it is of size 0 (fixes #151064).
12804
12805 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12806
12807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
12808           Synchronized discont handling.
12809
12810 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12811
12812         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12813         (gst_ogg_demux_push):
12814           Make seeking sort-of exact again (fixes #156387).
12815
12816 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12817
12818         * gst/playback/gstplaybasebin.c: (unknown_type),
12819         (add_element_stream), (new_decoded_pad),
12820         (gst_play_base_bin_change_state):
12821         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12822         (gst_stream_info_init), (gst_stream_info_new),
12823         (gst_stream_info_dispose), (gst_stream_info_get_property):
12824         * gst/playback/gststreaminfo.h:
12825           Make caps explicitely available. Makes testing for unsupported
12826           types possible. Improves error reporting.
12827
12828 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12829
12830         * gst/audioconvert/gstaudioconvert.c:
12831         (gst_audio_convert_buffer_to_default_format):
12832           Really don't touch read-only buffers (#156563).
12833
12834 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
12835
12836         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12837
12838         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12839           Fix memleak (#155223).
12840
12841 2004-10-29  Wim Taymans  <wim@fluendo.com>
12842
12843         * gst/tcp/.cvsignore:
12844         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12845         (gst_multifdsink_class_init), (gst_multifdsink_init),
12846         (gst_multifdsink_add), (gst_multifdsink_remove),
12847         (gst_multifdsink_remove_client_link), (is_sync_frame),
12848         (gst_multifdsink_new_client),
12849         (gst_multifdsink_handle_client_write),
12850         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12851         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12852         (gst_multifdsink_get_property):
12853         * gst/tcp/gstmultifdsink.h:
12854         Added burst on connect sync_method, deprecated sync_clients,
12855         streamlined the sync code some more.
12856
12857 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12858
12859         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
12860         (gst_play_base_bin_change_state):
12861           Improve error reporting.
12862
12863 2004-10-28  Wim Taymans  <wim@fluendo.com>
12864
12865         * gst/tcp/Makefile.am:
12866         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
12867         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
12868         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
12869         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12870         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12871         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12872         (gst_fdset_wait):
12873         Added more locks around fdset structures. Fixed/reworked
12874         the poll array resizing code.
12875         Added stress test for fdset.
12876
12877 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12878
12879         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12880         fix build
12881
12882 2004-10-28  Benjamin Otte  <otte@gnome.org>
12883
12884         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12885           fix link function to always query channels and query width for
12886           floats
12887         * configure.ac:
12888           add equalizer dir
12889         * gst/equalizer/Makefile.am:
12890         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
12891         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
12892         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
12893         (arg_to_scale), (setup_filter),
12894         (gst_iir_equalizer_compute_frequencies),
12895         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
12896         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
12897         (plugin_init):
12898           add an equalizer
12899
12900 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12901
12902         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
12903
12904         * po/LINGUAS:
12905         * po/nb.po:
12906           Added Norwegian Bokmaal translation
12907
12908 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12909
12910         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12911           Don't break on options (fixes #156488).
12912
12913 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12914
12915         * configure.ac:
12916         * ext/cdaudio/Makefile.am:
12917         * sys/Makefile.am:
12918           fix build on older automake
12919
12920 2004-10-26  Wim Taymans  <wim@fluendo.com>
12921
12922         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12923         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12924         Allow a little margin when negotiating the framerate.
12925
12926 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
12927
12928         * gst/level/gstlevel.c:
12929           synchonised naming of pads and pad-templates
12930
12931 2004-10-26  Wim Taymans  <wim@fluendo.com>
12932
12933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12934         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
12935         (_find_streams_check), (gst_ogg_demux_push):
12936         Fix EOS again. Needs to be done in a better way. We should not
12937         remove the pad if there is no new chained stream.
12938
12939 2004-10-26 Iain <iaingnome@gmail.com>
12940
12941         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
12942         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
12943         of the caps.
12944         * gst/interleave/interleave.c (interleave_class_init): Hook up release
12945         pad.
12946         (interleave_release_pad): Remove the pad.
12947         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
12948         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
12949         the set device.
12950         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
12951         attrs
12952         (gst_xvimagesink_xcontext_clear): Free the xcontext.
12953         (gst_xvimagesink_finalize): Free the par.
12954
12955 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12956
12957         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
12958         (gst_avimux_stop_file):
12959           First calculate the rate, and only then use it. Hdr.rate is a
12960           multiple and not a derivative of hdr.scale. Scale is not the
12961           same as blockalign but is solely related to rate.
12962
12963 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12964
12965         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12966         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
12967           Implement seeking.
12968
12969 2004-10-25  James Henstridge  <james@jamesh.id.au>
12970
12971         Reviewed by:  David Schleef  <ds@schleef.org>
12972
12973         * examples/gstplay/player.c: (got_stream_length), (main):
12974         * examples/seeking/cdplayer.c: (update_scale):
12975         * examples/seeking/seek.c: (format_value), (update_scale):
12976         * examples/seeking/spider_seek.c: (format_value), (update_scale),
12977         (stop_seek):
12978         Build fixes on AMD64.
12979
12980 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12981
12982         reviewed by: Ronald Bultje <rbultje at gnome dot org>
12983
12984         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12985         Fix for some v4l cards which hang in v4lsrc
12986
12987 2004-10-25  Wim Taymans  <wim@fluendo.com>
12988
12989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
12990         (gst_ogg_demux_push), (gst_ogg_chains_clear):
12991         Make sure to remove the pad when a new chain is
12992         encountered. Set some vars to NULL so we don't try
12993         to reference freed memory.
12994
12995 2004-10-25  Wim Taymans  <wim@fluendo.com>
12996
12997         * examples/seeking/Makefile.am:
12998         * examples/seeking/cdplayer.c: (update_scale):
12999         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13000         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13001         (format_value), (update_scale), (iterate), (start_seek),
13002         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13003         (print_usage), (main):
13004         Added some more examples, update others.
13005
13006 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13007
13008         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13009         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13010         * ext/theora/theoradec.c: (theora_dec_chain):
13011         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13012           Add codec-name metadata.
13013
13014 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13015
13016         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13017
13018         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13019         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13020         * ext/alsa/gstalsamixertrack.h:
13021         * po/POTFILES.in:
13022           ALSA mixer track label internationalization (#154054).
13023
13024 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13025
13026         * ext/theora/theoradec.c: (theora_dec_chain):
13027           Export bitrate as metadata.
13028
13029 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13030
13031         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13032         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13033         * ext/alsa/gstalsamixertrack.h:
13034           Fix names, fix loop.
13035
13036 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13037
13038         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13039         (speex_dec_convert):
13040           sinkconvert function so oggdemux can get the file length (totem).
13041
13042 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13043
13044         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13045
13046         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13047           Don't push incomplete packets.
13048         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13049           Fix MPEG-4 audio typefinding.
13050
13051 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13052
13053         * sys/v4l/Makefile.am:
13054         * sys/v4l/gstv4l.c: (plugin_init):
13055         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13056         (gst_v4lelement_init), (gst_v4lelement_dispose),
13057         (gst_v4lelement_change_state):
13058         * sys/v4l/gstv4lelement.h:
13059         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13060         (gst_v4l_xoverlay_close), (idle_refresh),
13061         (gst_v4l_xoverlay_set_xwindow_id):
13062         * sys/v4l/gstv4lxoverlay.h:
13063         * sys/v4l/v4l-overlay_calls.c:
13064         * sys/v4l/v4l_calls.h:
13065         * sys/v4l2/Makefile.am:
13066         * sys/v4l2/gstv4l2.c: (plugin_init):
13067         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13068         (gst_v4l2element_init), (gst_v4l2element_dispose),
13069         (gst_v4l2element_change_state):
13070         * sys/v4l2/gstv4l2element.h:
13071         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13072         (gst_v4l2_xoverlay_close), (idle_refresh),
13073         (gst_v4l2_xoverlay_set_xwindow_id):
13074         * sys/v4l2/gstv4l2xoverlay.h:
13075         * sys/v4l2/v4l2-overlay_calls.c:
13076         * sys/v4l2/v4l2_calls.h:
13077           Remove client-side overlay handling, use the X-server v4l plugin
13078           for that. Nicer overlay, less code. Also make the plugin
13079           compileable without X (but then without overlay, obviously).
13080           Makes xwindowlistener obsolete, should we remove that?
13081
13082 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13083
13084         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13085         (gst_osssrc_src_query):
13086         * sys/oss/gstosssrc.h:
13087           OK, so people want offset in DEFAULT. This time, actually fix all
13088           cases.
13089         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13090           Add FPS properly.
13091
13092 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13093
13094         * gst/asfdemux/gstasfmux.c:
13095         * gst/avi/gstavimux.c:
13096           Framerate.
13097
13098 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13099
13100         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13101           Fix properties (channel, norm, frequency).
13102
13103 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13104
13105         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13106           Flag typo.
13107         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13108           No warnings.
13109
13110 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13111
13112         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13113           Fix hang.
13114
13115 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13116
13117         * sys/v4l2/gstv4l2element.h:
13118           Yet Another Hack (tm) for kernel header borkedness.
13119         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13120         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13121         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13122         (gst_v4l2src_change_state):
13123         * sys/v4l2/gstv4l2src.h:
13124         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13125         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13126           Fix caps, keep track of state, work.
13127
13128 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13129
13130         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13131           Quiet.
13132
13133 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13134
13135         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13136           Don't mix bytes and samples.
13137
13138 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13139
13140         * ext/ogg/gstoggmux.c:
13141           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13142           and theora. Any is incorrect.
13143         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13144           Fix caps.
13145         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13146         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13147         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13148         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13149         * sys/v4l/gstv4lmjpegsrc.h:
13150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13151         (gst_v4lsrc_change_state):
13152         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13153         (gst_v4lmjpegsrc_capture_stop):
13154           Fix caps. Keep track of internal state. Work.
13155
13156 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13157
13158         * ext/Makefile.am:
13159           Fix the build fixes.
13160
13161 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13162
13163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13164         (gst_ogg_demux_src_event), (_find_chain_seek),
13165         (gst_ogg_pad_push):
13166           Check for pad availability before using it.
13167         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13168           Fix parsing of chained ogg. Needs more work on the decoder side.
13169
13170 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13171
13172         * gst/spectrum/Makefile.am:
13173         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13174         (idle_func):
13175           Fix demo and reenable it. Yes, I'm currently playing with audio
13176           analysis tools
13177
13178 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13179
13180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13181           We love it if files that start at zero work too...
13182
13183 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13184
13185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13186           Handle files with missing EOS headers.
13187
13188 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13189
13190         * gst/tcp/gsttcpserversink.c:
13191         (gst_tcpserversink_handle_server_read),
13192         (gst_tcpserversink_init_send):
13193         Zero some variables first (need for accept not to return EINVAL)
13194
13195 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13196
13197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13198         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13199         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13200         (theora_dec_chain):
13201         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13202         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13203           Seeking and querying finetune.
13204
13205 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13206
13207         * configure.ac:
13208         * ext/Makefile.am:
13209         * ext/raw1394/Makefile.am:
13210           fix the build
13211
13212 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13213
13214         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13215           Wrong return.
13216         * gst/playback/Makefile.am:
13217         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13218         * gst/playback/gstplay-marshal.list:
13219         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13220           Fix marshallers.
13221
13222 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13223
13224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13225           Silence.
13226
13227 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13228
13229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13230         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13231         (gst_ogg_pad_push):
13232           Yay for non-lineair granulepos in theora.
13233
13234 2004-10-18  Wim Taymans  <wim@fluendo.com>
13235
13236         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13237         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13238         * ext/dv/gstdvdec.h:
13239         Make sure we renegotiate aspect ratio when the camera switches.
13240
13241 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13242
13243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13244         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13245           Start at zero.
13246         * ext/theora/theoradec.c: (theora_dec_chain):
13247           Skip headers. Bad idea for chained ogg, but fixes seeking.
13248
13249 2004-10-18  Wim Taymans  <wim@fluendo.com>
13250
13251         * configure.ac:
13252         I swear, this is the last time I touch this.
13253
13254 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13255
13256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13257         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13258         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13259           Faster seeking.
13260         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13261           Time-to-default conversion.
13262         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13263           Don't error on unknown packets, just skip. We should probably
13264           read them if we want to support chained ogg.
13265
13266 2004-10-18  Wim Taymans  <wim@fluendo.com>
13267
13268         * configure.ac:
13269         Added cdaudio to wrong list.
13270
13271 2004-10-18  Wim Taymans  <wim@fluendo.com>
13272
13273         * configure.ac:
13274         Revive cdaudio.
13275
13276 2004-10-18  Wim Taymans  <wim@fluendo.com>
13277
13278         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13279         (gst_dvdec_video_link), (gst_dvdec_push):
13280         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13281         (gst_smokeenc_resync), (gst_smokeenc_chain):
13282         Fix mimetype on smoke encoder.
13283         Add aspect ratio to dvdec. Not sure if these
13284         values are correct though....
13285
13286 2004-10-18  Wim Taymans  <wim@fluendo.com>
13287
13288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13289         Fix vorbis property descriptions and ranges.
13290
13291 2004-10-18  Wim Taymans  <wim@fluendo.com>
13292
13293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13294         Really do nothing when no data is available.
13295         Go to the playing state when the stream is not seekable
13296         instead of failing.
13297
13298 2004-10-18  Wim Taymans  <wim@fluendo.com>
13299
13300         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13301         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13302         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13303         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13304         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13305         Added uri handler for cd://
13306         Port to new API.
13307
13308 2004-10-18  Wim Taymans  <wim@fluendo.com>
13309
13310         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13311         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13312         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13313         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13314         (remove_prerolls), (unknown_type), (add_element_stream),
13315         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13316         (gst_play_base_bin_remove_element),
13317         (gst_play_base_bin_link_stream):
13318         * gst/playback/gstplaybin.c: (gen_video_element),
13319         (gen_vis_element), (remove_sinks), (setup_sinks):
13320         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13321         (gst_stream_info_get_type), (gst_stream_info_class_init),
13322         (gst_stream_info_init), (gst_stream_info_new),
13323         (gst_stream_info_dispose), (stream_info_mute_pad),
13324         (gst_stream_info_set_property), (gst_stream_info_get_property):
13325         * gst/playback/gststreaminfo.h:
13326         Add sink padtemplate to decodebin.
13327         Added some more comments.
13328         Make queue size configurable in playbasebin.
13329         Added possibility to use elements as sinks (ex cdaudio).
13330
13331 2004-10-15  Wim Taymans  <wim@fluendo.com>
13332
13333         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13334         (gst_speexenc_chain):
13335         Fix speex timestamps so that it gets muxed properly.
13336
13337 2004-10-15  Wim Taymans  <wim@fluendo.com>
13338
13339         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13340         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13341         (gst_dv1394src_init), (gst_dv1394src_dispose),
13342         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13343         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13344         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13345         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13346         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13347         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13348         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13349         * ext/raw1394/gstdv1394src.h:
13350         Added conversion/query functions.
13351         Update buffer timestamps,
13352         Added signals.
13353         Added uri dv:// so it might play from the firewire in playbin.
13354         Fix a possible leak.
13355         Added debugging.
13356
13357 2004-10-15  Wim Taymans  <wim@fluendo.com>
13358
13359         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13360         (gst_dv1394src_init), (gst_dv1394src_set_property),
13361         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13362         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13363         * ext/raw1394/gstdv1394src.h:
13364         Added AV/C VTR control support needed for some cameras.
13365         Added automatic port detection.
13366         Added properties for selecting the channel.
13367         The configure.ac script is not yet updated to reflect the
13368         new libavc1394 and librom1394 dependencies.
13369
13370 2004-10-15  Wim Taymans  <wim@fluendo.com>
13371
13372         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13373         (qtdemux_parse), (gst_qtdemux_handle_esds):
13374         An esds box is not a container.
13375         Fix parsing of mp4v boxes.
13376         Do not try to renegotiate fps for each frame. Need to
13377         find a better method. This should fix mp4 playback.
13378
13379 2004-10-14  David Schleef  <ds@schleef.org>
13380
13381         * configure.ac: update for swfdec-0.3 and liboil-0.2
13382         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13383         * ext/swfdec/gstswfdec.h: same
13384         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13385         * gst/videotestsrc/videotestsrc.c: same
13386
13387 2004-10-14  Wim Taymans  <wim@fluendo.com>
13388
13389         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13390         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13391         (is_sync_frame), (gst_multifdsink_new_client),
13392         (gst_multifdsink_handle_client_write),
13393         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13394         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13395         Turn warnings into info.
13396         Don't allow a state change in the streaming thread.
13397
13398 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13399
13400         * ext/vorbis/oggvorbisenc.c:
13401         * ext/vorbis/vorbisdec.c:
13402           fix template sample rate
13403
13404 2004-10-13  Wim Taymans  <wim@fluendo.com>
13405
13406         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13407         Decoding the header first fixes some problems in resyncing
13408         in more mp3s.
13409
13410 2004-10-12  Wim Taymans  <wim@fluendo.com>
13411
13412         * gst/playback/gstplaybin.c: (gen_video_element),
13413         (gen_vis_element), (remove_sinks), (setup_sinks):
13414         Added vis plugin support, need to configure the vis
13415         element to activate it.
13416
13417 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13418
13419         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13420         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13421           Some debug.
13422         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13423         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13424         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13425         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13426         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13427         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13428         * gst/avi/gstavidemux.h:
13429           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13430           recovery (where, if part of the index is broken, we will still read
13431           the rest of the index and recover the broken part by stream
13432           scanning). More broken media support. EOS workarounds. General AVI
13433           braindamage headache recovery. Aspirin included.
13434
13435 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13436
13437         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13438         (cdparanoia_event), (cdparanoia_query):
13439           Get rid of hideous lead-in.
13440
13441 2004-10-11  Wim Taymans  <wim@fluendo.com>
13442
13443         * gst/playback/gstplaybasebin.c: (setup_source):
13444         Wrong var used to get g_list_next.
13445
13446 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13447
13448         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13449         (cdparanoia_get), (cdparanoia_open):
13450           Report discid as metadata, add duration.
13451
13452 2004-10-11  Wim Taymans  <wim@fluendo.com>
13453
13454         * gst/playback/gstplaybasebin.c: (setup_source):
13455         Cleanup the previous pipeline a little earlier for the
13456         case that a source element provides raw data.
13457
13458 2004-10-11  Benjamin Otte  <otte@gnome.org>
13459
13460         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13461           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13462           consuming the last 128 bytes, even though it was valid mp3 data.
13463
13464 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13465
13466         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13467         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13468         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13469         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13470
13471 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13472
13473         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13474         Fix for webcams that support only specific width or height
13475
13476 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13477
13478         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13479
13480         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13481           Fix wrong discont event setup (fixes #154967).
13482
13483 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13484
13485         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13486
13487         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13488           Error out on invalid data (fixes #154807).
13489
13490 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13491
13492         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13493
13494         * ext/dvdread/dvdreadsrc.c: (_read):
13495           Make titles > 0 work again (fixes #154834).
13496
13497 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13498
13499         * gst-libs/gst/riff/riff-media.c:
13500         (gst_riff_create_video_template_caps):
13501           WMV3 missing in template caps.
13502
13503 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13504
13505         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13506           OK, so the original code was too strict. It makes random AVI files
13507           hang for seconds upon opening, which is unacceptable and is far
13508           beyond the original goal of getting multiple chunks for one-chunk
13509           sounc stream files. So now do just that.
13510
13511 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13512
13513         * gst/playback/gstplaybasebin.c: (setup_source),
13514         (gst_play_base_bin_change_state):
13515           Actually clean up streaminfo if output fails. This would trigger
13516           if, for example, there was no CD in the drive. No preroll, so
13517           a streaminfo structure is created, but the subsequent state change
13518           of the thread fails.
13519         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13520           Don't change state if parent failed.
13521
13522 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13523
13524         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13525         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13526         (gen_video_element), (remove_sinks):
13527           Add small bits of code for screenshot handling.
13528
13529 2004-10-08  Wim Taymans  <wim@fluendo.com>
13530
13531         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13532         (gen_video_element), (gen_audio_element), (setup_sinks):
13533         Don't assume the user provided sinks are named "sink"...
13534
13535 2004-10-08  Wim Taymans  <wim@fluendo.com>
13536
13537         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13538         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13539         (gst_play_base_bin_link_stream):
13540         Do not try to autoplug sources that generate raw streams like
13541         cdparanoia.
13542         disconnect the preroll overrun signal when we don't need it anymore.
13543
13544 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13545
13546         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13547         Added reworked patch from #154903 from milosz derezynski (deadchip).
13548
13549 2004-10-08  Wim Taymans  <wim@fluendo.com>
13550
13551         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13552         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13553         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13554         (cdparanoia_convert), (cdparanoia_uri_get_type),
13555         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13556         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13557         * ext/cdparanoia/gstcdparanoia.h:
13558         This adds the cdda://<tracknum> uri.
13559
13560 2004-10-08  Wim Taymans  <wim@fluendo.com>
13561
13562         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13563         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13564         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13565         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13566         (unknown_type), (gst_play_base_bin_remove_element),
13567         (gst_play_base_bin_link_stream):
13568         * gst/playback/gstplaybasebin.h:
13569         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13570         (gst_play_bin_set_property), (gen_video_element),
13571         (gen_audio_element), (setup_sinks):
13572         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13573         (gst_stream_info_get_type), (gst_stream_info_class_init),
13574         (gst_stream_info_init), (gst_stream_info_new),
13575         (gst_stream_info_dispose), (stream_info_mute_pad),
13576         (gst_stream_info_set_property), (gst_stream_info_get_property):
13577         * gst/playback/gststreaminfo.h:
13578         Reuse the audio and video bins.
13579         Some internal cleanups in the stream selection code.
13580
13581 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13582
13583         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13584         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13585         * sys/ximage/ximagesink.h:
13586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13587         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13588         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13589         not coming from those elements. Moreover these elements should not keep
13590         the xid they have been given when in NULL state.
13591
13592 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13593
13594         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13595         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13596         * sys/ximage/ximagesink.h:
13597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13598         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13599         * sys/xvimage/xvimagesink.h:
13600           Actually only create a new toplevel window if we're not gonna
13601           embed it right after.
13602
13603 2004-10-07  Wim Taymans  <wim@fluendo.com>
13604
13605         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13606         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13607         * gst/playback/gstplaybin.c: (setup_sinks):
13608         Implement muting/unmuting of streams, mute streams that are not
13609         used.
13610
13611 2004-10-07  Wim Taymans  <wim@fluendo.com>
13612
13613         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13614         (plugin_init):
13615         Added lame audio/x-ac3 typefind function.
13616
13617 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13618
13619         * configure.ac:
13620           bump nano to cvs
13621
13622 === release 0.8.5 ===
13623
13624 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13625
13626         * NEWS:
13627         * RELEASE:
13628         * configure.ac:
13629           releasing 0.8.5, "Take You On"
13630
13631 2004-10-06  Wim Taymans  <wim@fluendo.com>
13632
13633         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13634         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13635         (no_more_pads), (close_link), (type_found):
13636         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13637         * gst/playback/gstplaybin.c: (gen_video_element):
13638         Do not signal the no_more_pads after the first pad when
13639         we are plugging a non dynamic element with multiple
13640         output pads (like swfdec, dvdec, ...).
13641
13642 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13643
13644         * configure.ac:
13645           bump for prerelease
13646
13647 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13648
13649         * gst/wavparse/gstwavparse.c:
13650           add ATRAC3 to STATIC CAPS to fix a warning
13651
13652         * gst/matroska/ebml-read.c:
13653         * gst-libs/gst/riff/riff-read.c:
13654           fix typos
13655
13656 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13657
13658         * gst-libs/gst/riff/riff-media.c:
13659           generate caps for ATRAC3 audio streams
13660
13661         * gst/realmedia/rmdemux.c:
13662           generate caps for ATRAC3 audio streams
13663
13664 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13665
13666         * gst/wavparse/Makefile.am
13667         * gst/wavparse/riff.h
13668         * gst/wavparse/wavparse.vcproj
13669           riff.h removal (unused and duplication with riff-ids.h)
13670
13671 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13672
13673         * gst/wavparse/gstwavparse.h
13674           remove duplicated defines for audio codec codes
13675
13676         * gst-libs/gst/riff/riff-ids.h
13677         * gst/wavenc/riff.h:
13678           add "4CC" code for ATRAC3 audio streams
13679           add "4CC" code for ITU_G721_ADPCM (unused for now)
13680
13681 2004-10-06  Wim Taymans  <wim@fluendo.com>
13682
13683         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13684         Actually _do_ negotiation. Pass gdouble as arg instead
13685         of guint64 for the framerate.
13686
13687 2004-10-06  Wim Taymans  <wim@fluendo.com>
13688
13689         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13690         (find_compatibles), (close_pad_link), (try_to_link_1),
13691         (no_more_pads), (close_link), (type_found):
13692         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13693         * gst/playback/gstplaybin.c: (gen_video_element),
13694         (gen_audio_element):
13695         Set state on newly added element to READY so that negotiation
13696         can happen ASAP.
13697         Addes some more debug info.
13698         Do not try to plug pads with multiple caps structures or ANY
13699         because it is too dangerous since we do not do dynamic
13700         replugging.
13701
13702 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13703
13704         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13705
13706         * po/LINGUAS:
13707         * po/or.po:
13708           add Oriya translation
13709
13710 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13711
13712         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13713           Prevent overwrite of size member. Makes audio sound crappy.
13714
13715 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13716
13717         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13718         Add rmvb to the list of known RealMedia extensions
13719
13720 2004-10-05  Wim Taymans  <wim@fluendo.com>
13721
13722         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
13723         (mngdec_openstream), (mngdec_closestream),
13724         (mngdec_handle_sink_event), (mngdec_readdata),
13725         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
13726         (mngdec_getcanvasline), (mngdec_refresh),
13727         (gst_mngdec_change_state):
13728         Set the framerate correctly.
13729
13730 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13731
13732         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13733           There was something wrong with the index massaging.
13734
13735 2004-10-04  Wim Taymans  <wim@fluendo.com>
13736
13737         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
13738         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
13739         (gst_smokedec_chain):
13740         * ext/jpeg/gstsmokedec.h:
13741         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13742         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
13743         * ext/jpeg/gstsmokeenc.h:
13744         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
13745         (smokecodec_decode_new), (smokecodec_info_free),
13746         (smokecodec_set_quality), (smokecodec_get_quality),
13747         (smokecodec_set_threshold), (smokecodec_get_threshold),
13748         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13749         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
13750         (smokecodec_encode), (smokecodec_parse_id),
13751         (smokecodec_parse_header), (smokecodec_decode):
13752         * ext/jpeg/smokecodec.h:
13753         * ext/jpeg/smokeformat.h:
13754         Updated smoke, new bitstream, allows embedding in ogg.
13755
13756 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13757
13758         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13759           Fix seeking in some files. All this code is no longer needed (and
13760           actually breaks stuff) because we now synchronize the full index
13761           right when reading the header.
13762
13763 2004-10-04  Wim Taymans  <wim@fluendo.com>
13764
13765         * configure.ac:
13766         configure update for libmng.
13767
13768 2004-10-04  Wim Taymans  <wim@fluendo.com>
13769
13770         * ext/libmng/Makefile.am:
13771         * ext/libmng/gstmng.c: (plugin_init):
13772         * ext/libmng/gstmng.h:
13773         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
13774         (gst_mngdec_base_init), (gst_mngdec_class_init),
13775         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
13776         (gst_mngdec_loop), (gst_mngdec_get_property),
13777         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
13778         (mngdec_closestream), (mngdec_handle_sink_event),
13779         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
13780         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
13781         (gst_mngdec_change_state):
13782         * ext/libmng/gstmngdec.h:
13783         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
13784         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
13785         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
13786         (gst_mngenc_chain), (gst_mngenc_get_property),
13787         (gst_mngenc_set_property):
13788         * ext/libmng/gstmngenc.h:
13789         Added basic MNG decoder. Needs more work. The encoder does
13790         not work yet.
13791
13792 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13793
13794         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
13795         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
13796         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
13797           Don't hang on length=0 chunks. Some negotiation fixes. Signal
13798           no-more-pads.
13799
13800 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13801
13802         * configure.ac:
13803           you need at least 1.0.4 of speex
13804
13805 2004-10-04 Iain <iaingnome@gmail.com>
13806
13807         * ext/speex/gstspeexdec.h: Revert the includes changes.
13808
13809         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
13810
13811 2004-09-30 Iain <iaingnome@gmail.com>
13812
13813         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
13814         found during init or set as a property instead of hardcoding /dev/audio
13815
13816 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13817
13818         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
13819         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
13820         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
13821         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
13822         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
13823         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
13824         (gst_rmdemux_dump_data):
13825           Use debug category, fix EOS handling. filesrc ! rmdemux now
13826           works.
13827
13828 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13829
13830         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13831         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
13832         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
13833           Improve allocation, cutting and sorting of the index. How takes a
13834           few seconds instead of minutes.
13835
13836 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
13837
13838         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
13839           fixed compilation
13840
13841 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13842
13843         * gst-libs/gst/riff/riff-media.c:
13844         (gst_riff_create_video_caps_with_data),
13845         (gst_riff_create_video_template_caps):
13846           Add wing commander format mimetype/fourccs.
13847         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13848           Don't crash if some value is 0.
13849
13850 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13851
13852         * gst-libs/gst/riff/riff-media.c:
13853         (gst_riff_create_video_caps_with_data),
13854         (gst_riff_create_video_template_caps):
13855           Add DIB fourcc (raw, palettized 8-bit RGB).
13856         * gst-libs/gst/riff/riff-read.c:
13857         (gst_riff_read_strf_vids_with_data):
13858           Oops, fix strf_data reading bug.
13859         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13860           Use a non-NULL tag.
13861         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13862           Time for hacks. Sorry Dave. At least one quicktime movie (a
13863           trailer) that I've encountered contains multiple video tracks.
13864           One of those is the actual video track, the other are one-frame
13865           tracks (images). Unfortunately, the number of frames according
13866           to the trak header is 1 for each, so that doesn't help. So
13867           instead, I look at the duration and discard tracks with a
13868           duration shorter than 20% of the length of the stream. Better
13869           than nothing.
13870
13871 2004-10-01  Christian Schaller <christian@fluendo.com>
13872
13873         * ext/ivorbis/vorbis.c:
13874           Patch from Phil Blundell (Bug 152341)
13875
13876 2004-10-01  Wim Taymans  <wim@fluendo.com>
13877
13878         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
13879         (speex_dec_get_formats), (speex_dec_convert),
13880         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
13881         (speex_dec_chain), (gst_speexdec_get_property),
13882         (gst_speexdec_set_property):
13883         Small cleanups.
13884
13885 2004-10-01  Wim Taymans  <wim@fluendo.com>
13886
13887         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
13888         (gst_wavparse_stream_init), (gst_wavparse_fmt),
13889         (gst_wavparse_other), (gst_wavparse_loop),
13890         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
13891         (gst_wavparse_srcpad_event):
13892         * gst/wavparse/gstwavparse.h:
13893         Added some more debugging info.
13894         Fix the case where the length of the file is 0.
13895         Make sure we seek to sample borders.
13896
13897 2004-10-01  Wim Taymans  <wim@fluendo.com>
13898
13899         * gst/playback/README:
13900         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13901         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13902         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13903         Add some debug info to decodebin, update README
13904
13905 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13906
13907         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
13908           Don't use g_print(); use GST_DEBUG().
13909
13910 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13911
13912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13913         (gst_ogg_mux_queue_pads):
13914           Handle EOS properly.
13915
13916 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13917
13918         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13919
13920         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
13921         (gst_faad_chain), (gst_faad_change_state):
13922         * ext/faad/gstfaad.h:
13923           Allow playback of raw (unframed) MPEG AAC files (#148993).
13924
13925 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13926
13927         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13928
13929         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13930           Throw error if we didn't recognize the stream. Fixes #152289.
13931
13932 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13933
13934         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13935           Fix negotiation.
13936
13937 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
13938
13939         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13940
13941         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13942           Fix memleak.
13943
13944 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13945
13946         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13947
13948         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
13949           Solve #152805.
13950         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
13951           Solve 152806.
13952
13953 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13954
13955         * gst-libs/gst/riff/riff-media.c:
13956         (gst_riff_create_video_caps_with_data),
13957         (gst_riff_create_audio_caps_with_data):
13958           Add codec_data handling (like asfdemux used to do).
13959         * gst/asfdemux/gstasf.c: (plugin_init):
13960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13961         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
13962           Use riff-media for caps creation instead of our own (mostly
13963           broken) copy of its functions.
13964
13965 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13966
13967         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
13968           Don't actually error out if we get another return value than
13969           -EINVAL. Opposite to what I first thought, drivers have random
13970           return values for this, although -EINVAL is the expected return
13971           value. Since this is not fatal, we shouldn't use
13972           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
13973
13974 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13975
13976         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13977         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
13978         (dvdreadsrc_get_property), (_open), (_seek), (_read),
13979         (dvdreadsrc_get), (dvdreadsrc_open_file),
13980         (dvdreadsrc_change_state):
13981           Fix. Don't do one big huge loop around the whole DVD, that will
13982           cache all data and thus eat sizeof(dvd) (several GB) before we
13983           see something.
13984         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13985           Actually NULL'ify event after using it.
13986         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
13987         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
13988         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13989         (gst_ebml_read_seek), (gst_ebml_read_skip):
13990           Handle events.
13991         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
13992         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
13993         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
13994           Fix timing (this will probably break if I seek using menus, but
13995           I didn't get there yet). VOBs and normal DVDs should now work.
13996           Add a mpeg2-only pad with high rank so this get autoplugged for
13997           MPEG-2 movies.
13998         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
13999         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14000         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14001         (gst_mpeg_demux_get_audio_stream),
14002         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14003         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14004           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14005           MPEG-1 but use dvddemux for MPEG-2.
14006         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14007         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14008         (gst_mpeg_parse_parse_packhead):
14009           Timing. Only add pad template if it exists. Add sink template from
14010           class and not from ourselves. This means we will always use the
14011           correct sink template even if it is not the one defined in this
14012           file.
14013
14014 2004-09-29  Wim Taymans  <wim@fluendo.com>
14015
14016         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14017         (gst_mpeg_demux_parse_pes):
14018         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14019         Fix playback of mpeg again, timestamps where screwed up by
14020         patch 1.61.
14021
14022 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14023
14024         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14025           Only return true if we actually filled something in. Prevents
14026           player applications from showing a random length for flac files.
14027         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14028         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14029         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14030         (gst_riff_read_strf_vids_with_data),
14031         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14032           OK, ok, so I implemented event handling. Apparently it's normal
14033           that we receive random events at random points without asking
14034           for it.
14035         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14036         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14037         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14038         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14039         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14040         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14041         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14042         * gst/avi/gstavidemux.h:
14043           Implement non-lineair chunk handling and subchunk processing.
14044           The first solves playback of AVI files where the audio and video
14045           data of individual buffers that we read are not synchronized.
14046           This should not happen according to the wonderful AVI specs, but
14047           of course it does happen in reality. It is also a prerequisite for
14048           the second. Subchunk processing allows us to cut chunks in small
14049           pieces and process each of these pieces separately. This is
14050           required because I've seen several AVI files with incredibly large
14051           audio chunks, even some files with only one audio chunk for the
14052           whole file. This allows for proper playback including seeking.
14053           This patch is supposed to fix all AVI A/V sync issues.
14054         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14055         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14056           Work.
14057         * gst/modplug/gstmodplug.cc:
14058           Proper return value setting for the query() function.
14059         * gst/playback/gstplaybasebin.c: (setup_source):
14060           Being in non-playing state (after, e.g., EOS) is not necessarily
14061           a bad thing. Allow for that. This fixes playback of short files.
14062           They don't actually playback fully now, because the clock already
14063           runs. This means that small files (<500kB) with a small length
14064           (<2sec) will still not or barely play. Other files, such as mod
14065           or flx, will work correctly, however.
14066
14067 2004-09-28  Wim Taymans  <wim@fluendo.com>
14068
14069         * ext/speex/gstspeex.c: (plugin_init):
14070         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14071         (gst_speex_dec_class_init), (speex_dec_get_formats),
14072         (speex_get_event_masks), (speex_get_query_types),
14073         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14074         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14075         (gst_speexdec_get_property), (gst_speexdec_set_property),
14076         (speex_dec_change_state):
14077         * ext/speex/gstspeexdec.h:
14078         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14079         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14080         (gst_speexenc_base_init), (gst_speexenc_class_init),
14081         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14082         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14083         (gst_speexenc_src_query), (gst_speexenc_init),
14084         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14085         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14086         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14087         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14088         (gst_speexenc_chain), (gst_speexenc_get_property),
14089         (gst_speexenc_set_property), (gst_speexenc_change_state):
14090         * ext/speex/gstspeexenc.h:
14091         Rewrote speex encoder, make sure it can be embedded in ogg.
14092         Implemented speex decoder.
14093
14094 2004-09-28  Christian Schaller <christian@fluendo.com>
14095
14096         * configure.ac:
14097         Remove kioslave plugin. Markey is brewing a new working one
14098         * ext/Makefile.am: Remove kioslave plugin
14099         * ext/kio: remove
14100         * gst-plugins.spec.in: remove kio plugin from spec
14101
14102 2004-09-27  Wim Taymans  <wim@fluendo.com>
14103
14104         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14105         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14106         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14107         (gst_multifdsink_new_client),
14108         (gst_multifdsink_handle_client_write),
14109         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14110         (gst_multifdsink_handle_clients):
14111         * gst/tcp/gstmultifdsink.h:
14112         Make syncing to keyframes actually work for new clients and lagging
14113         clients.
14114
14115 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14116
14117         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14118         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14119         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14120         * gst/debug/gstnavigationtest.h:
14121           make navigationtest display button-press and button-release events
14122
14123 2004-09-26 Iain <iaingnome@gmail.com>
14124
14125         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14126         the channels have received a new media event.
14127         (interleave_buffered_loop): Compresses a new media event on all
14128         channels into one.
14129
14130 2004-09-26 Iain <iaingnome@gmail.com>
14131
14132         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14133         call the sinkpad's default event handler and not the srcpads. He also
14134         says this is confusing :)
14135         (gst_wavenc_stop_file): Company says that seek events only go upstream
14136         we should send a discontinuous downstream instead.
14137
14138 2004-09-25  Christian Schaller <christian@fluendo.com>
14139
14140         * Update SPEC file to be usable in conjunction with Fedora Core,
14141           Fedora.us and freshrpms packages
14142         * Fix typo in multifilesrc test Makefile
14143
14144 2004-09-24  Wim Taymans  <wim@fluendo.com>
14145
14146         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14147         Only signal the no_more_pads signal when we have
14148         added the stream to our list.
14149
14150 2004-09-24  Wim Taymans  <wim@fluendo.com>
14151
14152         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14153         (new_decoded_pad):
14154         * gst/playback/gstplaybasebin.h:
14155         * gst/playback/gstplaybin.c: (setup_sinks):
14156         Don't try to preroll or decode more than one audio/video
14157         track.
14158
14159 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14160
14161         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14162           Throw error if we failed to find a suitable output. This should
14163           throw an error if we successfully set up a pipeline (e.g. because
14164           we recognized a media file) but found no decodable streams in it
14165           (e.g. because it contains only media stream types for which we
14166           have no decoders, or because it's not a media type).
14167
14168 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14169
14170         * ext/dirac/Makefile.am:
14171         * ext/dirac/gstdirac.cc:
14172         * ext/dirac/gstdiracdec.cc:
14173         * ext/dirac/gstdiracdec.h:
14174           Do something. Don't actually know if this works because I don't
14175           have a demuxer yet.
14176         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14177           Add channels=1 to caps returned from _getcaps().
14178         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14179         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14180         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14181         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14182         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14183         (gst_ogm_parse_change_state):
14184           Separate between audio/video so ogmaudioparse actually uses the
14185           audio pad templates. Both audio and video work now, including
14186           autoplugging. Also use sometimes-srcpad hack.
14187         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14188           Handle events better. Don't hang on infinite loops.
14189         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14190         (gst_avi_demux_init), (gst_avi_demux_reset),
14191         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14192         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14193         (gst_avi_demux_change_state):
14194         * gst/avi/gstavidemux.h:
14195           Improve A/V sync. Still not perfect.
14196         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14197         (gst_ebml_read_skip):
14198           Handle events better.
14199         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14200         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14201         (qtdemux_audio_caps):
14202           Add IMA4. Improve event handling. Save offset after a seek when
14203           the headers are at the end of the file so that we don't end up in
14204           an infinite loop.
14205         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14206           Add low-priority typefind support for files with no length.
14207
14208 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14209
14210         * testsuite/multifilesink/Makefile.am:
14211         fix typo
14212
14213 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14214
14215         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14217         mistakes from thaytan's patches.
14218
14219 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14220
14221         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14222           For completeness, XSync in the destroy function as xvimage does.
14223
14224 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14225
14226         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14227            Correct caps negotiation
14228         * gst/volume/gstvolume.c: (volume_chain_float),
14229         (volume_chain_int16):
14230            Modify debug output to be little more informative
14231         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14233         (gst_xvimagesink_xvimage_destroy):
14234           Add XSync calls after detaching from the shared memory segment to
14235           avoid a crash.
14236
14237 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14238
14239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14240         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14241         * ext/vorbis/vorbis.c: (plugin_init):
14242         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14243         (gst_vorbisenc_chain):
14244         * ext/vorbis/vorbisenc.h:
14245         remove explicit newmedia support from oggmux and vorbisenc
14246         add debug category to vorbisenc
14247         * gst/multifilesink/gstmultifilesink.c:
14248         (gst_multifilesink_class_init), (gst_multifilesink_init),
14249         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14250         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14251         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14252         (plugin_init):
14253         * gst/multifilesink/gstmultifilesink.h:
14254         add support for streamheader in multifilesink
14255
14256 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14257
14258         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14259         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14260         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14261           Prevent infinite loops. More correct error reporting.
14262         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14263           Error out if negotiation fails.
14264         * gst/playback/gstplaybasebin.c: (setup_source),
14265         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14266         (gst_play_base_bin_found_tag):
14267           Error/tag forwarding. Pre-roll fixes for source errors on state
14268           changes (e.g. "file does not exist") to prevent hangs.
14269
14270 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14271
14272         * testsuite/multifilesink/Makefile.am:
14273         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14274         (gst_newmedia_class_init), (gst_newmedia_init),
14275         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14276         (newfile_signal), (test_signal), (main):
14277         * testsuite/multifilesink/multifilesrc_test.c: (main):
14278         * testsuite/multifilesink/oggtheora_test.c:
14279         (gst_newmedia_base_init), (gst_newmedia_class_init),
14280         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14281         (test_format), (newfile_signal), (test_signal), (main):
14282         * testsuite/multifilesink/oggvorbis_test.c:
14283         (gst_newmedia_base_init), (gst_newmedia_class_init),
14284         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14285         (test_format), (newfile_signal), (test_signal), (main):
14286         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14287         (gst_newmedia_class_init), (gst_newmedia_init),
14288         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14289         (newfile_signal), (test_signal), (main):
14290         New media tests
14291
14292 2004-09-20  Christian Schaller <christian@fluendo.com>
14293
14294         * Fix mikmod license to LGPL as they have relicensed
14295         * Move Dirac and Effectv into LGPL section of README_license
14296
14297 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14298
14299         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14300         (gst_mad_change_state):
14301           Allow for mp3 rate/channels changes. However, only very
14302           conservatively. Reason that we *have* to enable this is smiply
14303           because the mad find_sync() function is not good enough, it will
14304           regularly sync on random data as valid frames and therefore make
14305           us provide random caps as *final* caps of the stream. The best fix
14306           I could think of is to simply require several of the same stream
14307           changes in a row before we change caps.
14308           The actual testcase that works now is #
14309         * ext/ogg/Makefile.am:
14310         * ext/ogg/gstogg.c: (plugin_init):
14311         * ext/ogg/gstogmparse.c:
14312           OGM support (video only for now; I need an audio sample file).
14313         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14314         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14315         (gst_asf_demux_add_video_stream):
14316           WMV extradata.
14317         * gst/playback/gstplaybasebin.c: (unknown_type):
14318           Don't error out on single unknown-types after all. It's wrong.
14319           If we found type of video and audio but not of a subtitle stream,
14320           it will still error out (which is unwanted). Will find a better fix
14321           later on.
14322         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14323         (ogmaudio_type_find), (plugin_init):
14324           OGM support.
14325
14326 2004-09-20  Johan Dahlin  <johan@gnome.org>
14327
14328         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14329         after setting caps.
14330
14331 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14332
14333         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14334         * gst/wavenc/gstwavenc.h:
14335         Added newmedia support to wavenc
14336
14337 2004-09-17  Wim Taymans  <wim@fluendo.com>
14338
14339         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14340         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14341         (gst_fdset_fd_can_write), (gst_fdset_wait):
14342         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14343         (gst_multifdsink_init), (gst_multifdsink_add),
14344         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14345         (gst_multifdsink_remove_client_link),
14346         (gst_multifdsink_client_queue_buffer),
14347         (gst_multifdsink_handle_client_write),
14348         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14349         (gst_multifdsink_close), (gst_multifdsink_change_state):
14350         * gst/tcp/gstmultifdsink.h:
14351         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14352         (gst_tcpserversink_removed):
14353         Small cleanups in fdset.c
14354         Use a hastable to map fd to the client structure for faster
14355         lookup in _remove and get_stats.
14356         Added virtual function to close the fds.
14357         Handle clients even when the select/poll call was unblocked because
14358         of a command.
14359         Implement syncing to keyframe in the recovery procedure.
14360
14361 2004-09-16 Iain <iaingnome@gmail.com>
14362
14363         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14364         try caps.
14365
14366 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14367
14368         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14369           Caps are only set if the type of the stream is unknown, but this
14370           is initialized in ->init_stream(), so set to UNKNOWN after calling
14371           ->init_stream() so that capsnego starts.
14372
14373 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14374
14375         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14376         (gst_avi_demux_stream_data):
14377           Just hardcode for raw audio then. AVI audio sucks.
14378
14379 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14380
14381         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14382         * gst/matroska/matroska-mux.c: (audiosink_templ),
14383         (gst_matroska_mux_audio_pad_link):
14384         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14385         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14386
14387 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14388
14389         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14390         (gst_avi_demux_stream_data):
14391           Try to fix a/v sync issues.
14392
14393 2004-09-15  David Schleef  <ds@schleef.org>
14394
14395         * configure.ac: remove NASM check, since we don't use it.  Update
14396         dirac check to 0.4
14397         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14398         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14399         Initialized variables.
14400         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14401         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14402         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14403         SVQ3 format
14404
14405 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14406
14407         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14408         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14409         * gst/avi/gstavidemux.h:
14410           Fix for compressed audio (mp3) timestamp generation. How did this
14411           ever work?
14412
14413 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14414
14415         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14416           Volume is a double not a float.
14417
14418 2004-09-15  Wim Taymans  <wim@fluendo.com>
14419
14420         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14421         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14422         Don't close the fd in multifdsink as we didn't open it in the
14423         first place. Some cleanups.
14424
14425 2004-09-15  Wim Taymans  <wim@fluendo.com>
14426
14427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14429         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14430         Fix the case where the muxer would mark pages as delta
14431         frames when they are not (vorbis only ogg).
14432
14433 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14434
14435         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14436         (gst_play_base_bin_change_state):
14437           Handle the case where we failed to setup a clear pipeline. This
14438           will throw an error (or EOS, another nice case) and if you don't
14439           catch that, the app will wait for the signal forever (and thus
14440           hang).
14441
14442 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14443
14444         * ext/gnomevfs/gstgnomevfssink.c:
14445         (gst_gnomevfssink_uri_get_protocols):
14446         * ext/gnomevfs/gstgnomevfssrc.c:
14447         (gst_gnomevfssrc_uri_get_protocols):
14448         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14449         * ext/gnomevfs/gstgnomevfsuri.h:
14450           Use _uri_new() instead of _open(), so it doesn't take as long and
14451           Christophe's computer won't hang.
14452         * gst/playback/gstplaybasebin.c: (unknown_type):
14453           Throw error on unknown media type, so apps actually display it.
14454
14455 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14456
14457         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14458           this script to work on Solaris since bash shell handles echo
14459           differenly than bash.
14460
14461 2004-09-17  Wim Taymans  <wim@fluendo.com>
14462
14463         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14464         (setup_source), (gst_play_base_bin_set_property),
14465         (gst_play_base_bin_add_element):
14466         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14467         Some more work on making sure seeking pauses the pipeline and
14468         that changing the uri actually does something.
14469
14470 2004-09-17  Wim Taymans  <wim@fluendo.com>
14471
14472         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14473         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14474         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14475         (gst_tcpserversink_close):
14476         Be a bit more paranoid when freeing memory.
14477
14478 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14479
14480         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14481         (qtdemux_parse_trak):
14482           Don't crash by dividing by zero (see sample movie in #126922).
14483
14484 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14485
14486         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14487           Don't touch non-existing data (fixes crash on file in #140147).
14488
14489 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14490
14491         * gst/playback/gstplaybasebin.c:
14492         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14493           Handle double disposals, and proper change of URIs.
14494
14495 2004-09-13  Martin Eikermann <meiker@upb.de>
14496
14497         * gst/mpegstream/gstmpegparse.c:
14498           fix synchronistation for streams recorded from digital PCR
14499           fixes bug #119376
14500
14501 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14502
14503         * ext/gnomevfs/Makefile.am:
14504         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14505         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14506         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14507         (gst_gnomevfssink_uri_get_type),
14508         (gst_gnomevfssink_uri_get_protocols),
14509         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14510         (gst_gnomevfssink_uri_handler_init),
14511         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14512         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14513         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14514         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14515         (gst_gnomevfssrc_uri_get_type),
14516         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14517         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14518         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14519         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14520         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14521         * ext/gnomevfs/gstgnomevfsuri.h:
14522           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14523           of fake URIs to see which this version of Gnome-VFS likes, and
14524           uses that for the Gst-URI interface. Makes playbin support http://
14525           streams. Also fix up some stupid behaviour in gnomevfssrc.
14526
14527 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14528
14529         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14530         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14531         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14532         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14533           Update mixer (to sync with other sessions) if we try to obtain
14534           a new value. This makes alsamixer work accross applications.
14535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14536           Only call sync functions if we're running, else alsalib asserts.
14537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14538           Sometimes fails to compile. Possibly a gcc bug.
14539         * gst/playback/gstplaybin.c: (gen_video_element),
14540         (gen_audio_element):
14541           Add a reference to an application-provided object, because we lose
14542           this same reference if we add it to the bin. If we don't do this,
14543           we can only use this object once and thus crash if we go from
14544           ready to playing, back to ready and back to playing again.
14545           Also add an audioscale element because several cheap soundcards -
14546           like mine - don't support all samplerates.
14547         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14548         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14549           Fix wrong order or PAR calls. Makes automatically obtained PAR
14550           from the X server atually being used.
14551
14552 2004-09-12  David Schleef  <ds@schleef.org>
14553
14554         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14555         #151887, #152102, #152247.
14556         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14557         * examples/seeking/cdparanoia.c: same
14558         * examples/seeking/cdplayer.c: same
14559         * examples/seeking/seek.c: same
14560         * examples/seeking/spider_seek.c: same
14561         * examples/seeking/vorbisfile.c: same
14562         * examples/stats/mp2ogg.c: same
14563         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14564         (gst_esdsink_dispose): Dispose of element properly.
14565         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14566         fixes.
14567         * ext/nas/nassink.c: (gst_nassink_class_init),
14568         (gst_nassink_dispose): Dispose of element correctly.
14569         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14570         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14571         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14572         Fix 64-bit warning.
14573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14574         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14575         Fix 64-bit warning.
14576
14577 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14578
14579         * configure.ac : change speex detection as 1.1.6 now uses
14580           .pc/pkg-config and they changed their headers location.
14581
14582 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14583
14584         * gst/matroska/matroska-mux.h:
14585         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14586         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14587         (gst_matroska_mux_write_data):
14588           Write multiple blocks/frames per cluster.
14589                 Write meta-seek information (seek heads).
14590
14591 2004-09-09  Scott Wheeler <wheeler@kde.org>
14592
14593         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14594         (gst_play_bin_set_property), (gst_play_bin_get_property),
14595         (gen_audio_element), (gen_audio_element):
14596           Add a volume element / property to the pipeline.
14597
14598 2004-09-07  Wim Taymans  <wim@fluendo.com>
14599
14600         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14601         Copy timestamps from the master pad to the output buffers.
14602
14603 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14604
14605         * ext/raw1394/gstdv1394src.c:
14606           throw errors when applicable
14607
14608 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14609
14610         * gst/matroska/ebml-ids.h:
14611         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14612         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14613         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14614           automatically convert unix time <-> ebml time when reading/writing
14615           a date, use gst_ebml_write_uint to write CUETIME,
14616           not gst_ebml_write_date.
14617         * gst/matroska/matroska-ids.h:
14618         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14619         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14620         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14621         (gst_matroska_mux_write_data):
14622           Write track and segment UIDs, write muxing date, write
14623           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14624           Create cues for audio only files.
14625
14626 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14627
14628         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14629         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14630           Re-commit ALSA switches.
14631         * gst/adder/gstadder.c: (gst_adder_loop):
14632           64-bit fix (#151416).
14633         * gst/debug/progressreport.c: (gst_progressreport_report):
14634           64-bit fix (#151419).
14635         * gst/matroska/matroska-demux.c:
14636         (gst_matroska_demux_parse_contents):
14637           64-bit fix (#151420).
14638         * gst/playback/test3.c: (update_scale):
14639           64-bit fix (#151421).
14640
14641 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14642
14643         * configure.ac:
14644           bump nano to cvs
14645
14646 === release 0.8.4 ===
14647
14648 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14649
14650         * configure.ac: releasing 0.8.4, "Alias"
14651
14652 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14653
14654         * ext/theora/Makefile.am:
14655           fix makefile.  Fixes #151462.
14656
14657 2004-08-30  Wim Taymans  <wim@fluendo.com>
14658
14659         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14660         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14661         (gst_multifdsink_remove_client_link),
14662         (gst_multifdsink_client_queue_buffer),
14663         (gst_multifdsink_handle_client_write):
14664         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14665         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14666         Fix some memory leaks.
14667
14668 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14669
14670         Patch by: David Schleef
14671
14672         * configure.ac:
14673         * sys/Makefile.am:
14674           rename our detection macro for V4L2.  Fixes #151236.
14675
14676 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14677
14678         Patch by: David Schleef
14679
14680         * configure.ac:
14681           check to define LAMEPRESET.  Fixes #151232.
14682
14683 2004-08-27  David Schleef  <ds@schleef.org>
14684
14685         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14686         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14687         (gst_glimagesink_fixate):  Move local variable declarations to
14688         make gcc-2.95 happy.
14689
14690 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14691
14692         * configure.ac:
14693           bump nano for prerelease
14694
14695 2004-08-27  David Schleef  <ds@schleef.org>
14696
14697         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14698         * sys/sunaudio/gstsunaudiosrc.c:
14699         * sys/sunaudio/gstsunaudiosrc.h:
14700
14701 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14702
14703         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14704         handle EOS correctly
14705         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14706         * gst/matroska/matroska-mux.h:
14707         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14708         VFW compatibility mode
14709
14710 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14711
14712         patch by: Zaheer Abbas Merali
14713
14714         * ext/ogg/gstoggmux.c:
14715         * ext/vorbis/vorbisenc.c:
14716         * ext/vorbis/vorbisenc.h:
14717           handle NEWMEDIA
14718
14719 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
14720
14721         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
14722         fix byte order reversion on little endian machines.
14723         * gst/matroska/matroska-mux.c: (audiosink_templ),
14724         (gst_matroska_mux_audio_pad_link):
14725         add TTA codec to the list of supported codecs.
14726         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14727         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14728         (gst_matroska_mux_write_data):
14729         * gst/matroska/matroska-mux.h:
14730         write segment duration correctly, write muxing app string, fixes bugs
14731         #140897 and #140898.
14732         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
14733         wait for all pads to be negotiated before starting to mux.
14734
14735 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14736
14737         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
14738         * ext/lame/gstlame.h:
14739         Added new media support to lame
14740
14741 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
14742
14743         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
14744         send vorbis headers at the beginning of a stream, fixes bug #141554.
14745         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
14746         bug #148950.
14747         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
14748         (gst_matroska_demux_plugin_init):
14749         * gst/matroska/matroska-ids.h:
14750         enable demuxing of TTA audio streams, fixes bug #148951.
14751         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
14752         enable typefinding for TTA audio files, fixes bug #148711.
14753         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
14754         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
14755         fixes playback of packed bitstream and xvid with bframes, bug #135407.
14756
14757 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
14758
14759         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14760         (gst_riff_read_element_data), (gst_riff_read_seek),
14761         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
14762         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
14763         <teuf@gnome.org>
14764
14765 2004-08-23 Iain <iaingnome@gmail.com>
14766
14767         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
14768         tags. They appear to be handled differently to normal.
14769         (tag_list_to_id3_tag_foreach): Ditto.
14770
14771 2004-08-22  Wim Taymans  <wim@fluendo.com>
14772
14773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14774         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14775         Make sure we never send -1 granulepos.
14776
14777 2004-08-20  Wim Taymans  <wim@fluendo.com>
14778
14779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14780         (gst_ogg_mux_loop):
14781         I will accept bitchslappings with non sharp objects.
14782
14783 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14784
14785         * configure.ac:
14786         Clean up the test for lame presets
14787
14788 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14789
14790         * configure.ac:
14791         * ext/lame/Makefile.am:
14792         * ext/lame/gstlame.c: (gst_lame_class_init),
14793         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14794         Only enable lame presets if version of lame has presets in API
14795
14796 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
14797         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
14798         * gst/udp/gstudpsrc.h:
14799           Don't call gst_pad_push in a get function. Fixes #150449
14800
14801 2004-08-18  Wim Taymans  <wim@fluendo.com>
14802
14803         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
14804         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
14805         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14806         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14807         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14808         (gst_fdset_wait):
14809         * gst/tcp/gstfdset.h:
14810         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14811         (gst_multifdsink_client_queue_buffer),
14812         (gst_multifdsink_handle_client_write):
14813         * gst/tcp/gstmultifdsink.h:
14814         Some extra checks in gstfdset.
14815         Only use send() when the fd is a socket. Don't try to
14816         read from write only fds.
14817
14818 2004-08-18  Wim Taymans  <wim@fluendo.com>
14819
14820         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
14821         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14822         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14823         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14824         (gst_fdset_wait):
14825         Add more locking and bounds checking.
14826
14827 2004-08-18  Wim Taymans  <wim@fluendo.com>
14828
14829         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
14830         Realloc test fdset in the lock and right before starting
14831         the poll call. Bump the limit to 4096.
14832
14833 2004-08-17  David Schleef  <ds@schleef.org>
14834
14835         * sys/sunaudio/Makefile.am:
14836         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
14837         of rates and channels.  Make debugging less obnoxious.
14838
14839         Patch from Balamurali Viswanathan implementing a mixer for
14840         Sun audio.  (bug #144091):
14841         * sys/sunaudio/gstsunelement.c:
14842         * sys/sunaudio/gstsunelement.h:
14843         * sys/sunaudio/gstsunmixer.c:
14844         * sys/sunaudio/gstsunmixer.h:
14845
14846 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14847
14848         * gst/audioscale/gstaudioscale.c:
14849         * gst/audioscale/gstaudioscale.h:
14850         made audioscale resample from any sample rate to any sample rate
14851
14852 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14853
14854         * ext/libpng/gstpngdec.c:
14855           error out on unsupported types
14856
14857 2004-08-17  Iain <iaingnome@gmail.com>
14858
14859         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
14860         mid_side and loose_mid_side properties if its a stereo stream.
14861
14862 2004-08-17  Wim Taymans  <wim@fluendo.com>
14863
14864         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14865         (theora_get_formats), (theora_dec_src_convert),
14866         (theora_dec_sink_convert), (theora_dec_src_query),
14867         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14868         Add a debug line.
14869
14870 2004-08-17  Wim Taymans  <wim@fluendo.com>
14871
14872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
14873         (gst_ogg_pad_push):
14874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14875         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14876         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
14877         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14878         Mark delta units in the muxer.
14879         Try to decode the packet after an out-of-sync error from
14880         libogg.
14881
14882 2004-08-17  Wim Taymans  <wim@fluendo.com>
14883
14884         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14885         (gst_multifdsink_init), (gst_multifdsink_add),
14886         (gst_multifdsink_client_queue_buffer),
14887         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
14888         * gst/tcp/gstmultifdsink.h:
14889         Added option to send a keyframe to clients as the first buffer.
14890         Make timeout property writable.
14891
14892 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14893
14894         patch by: Wim Taymans
14895
14896         * gst/tcp/gstfdset.c:
14897         * gst/tcp/gstmultifdsink.c:
14898           fix index comparison, should include 0
14899
14900 2004-08-16  Wim Taymans  <wim@fluendo.com>
14901
14902         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
14903         (gst_fdset_add_fd), (gst_fdset_remove_fd),
14904         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14905         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14906         (gst_fdset_wait):
14907           copy when reallocing for poll so the select arguments don't get
14908           changed during the call
14909
14910 2004-08-16  Wim Taymans  <wim@fluendo.com>
14911
14912         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14913         (gst_theora_enc_class_init), (theora_enc_sink_link),
14914         (theora_buffer_from_packet), (theora_enc_chain):
14915         Fix bug where buffers were not marked as keyframes
14916         correctly.
14917
14918 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14919
14920         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14921         (gst_lame_preset_get_type), (gst_lame_class_init):
14922         describe the enum values for vbr mode and presets more verbosely
14923
14924 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14925
14926         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
14927         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
14928         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
14929         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14930         * ext/lame/gstlame.h:
14931         add preset property to lame so it can use lame presets
14932
14933 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14934
14935         * ext/lame/gstlame.c: (gst_lame_get_property):
14936         whoops forgot break, thanks teuf
14937
14938 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14939
14940         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14941         (gst_lame_class_init), (gst_lame_src_getcaps),
14942         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
14943         (gst_lame_get_property), (gst_lame_setup):
14944         * ext/lame/gstlame.h:
14945         fix lame's broken vbr stuff, allow it to resample if need be, and also
14946         make xing header optional
14947
14948 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14949
14950         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
14951         added getcaps function so samplerate doesnt get fixated to silly values
14952
14953 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14954
14955         * ext/lame/gstlame.c: (gst_lame_src_link):
14956         revert previous fix
14957
14958 2004-08-12  Johan Dahlin  <johan@gnome.org>
14959
14960         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
14961         checks. Doesn't matter what state we are in. Interfaces are a
14962         compile time thing, not runtime. It also broke the python bindings.
14963
14964 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14965
14966         * ext/lame/gstlame.c: (gst_lame_src_link):
14967         made source pad link function check if sinkpad is ok..fixes the problem
14968         where core fixates the output rate of lame stupidly
14969
14970 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14971
14972         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
14973         * sys/v4l/v4l_calls.c:
14974         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
14975           fix fixate function to handle nonsimple caps.
14976           remove bogus check in _link
14977           cleanups
14978
14979 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14980
14981         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
14982         set default compression ratio parameter to 0.0 so bitrate parameter
14983         works :)
14984
14985 2004-08-11  David Schleef  <ds@schleef.org>
14986
14987         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
14988
14989 2004-08-11  David Schleef  <ds@schleef.org>
14990
14991         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
14992         before.
14993
14994 2004-08-11  David Schleef  <ds@schleef.org>
14995
14996         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
14997
14998 2004-08-11  David Schleef  <ds@schleef.org>
14999
15000         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15001           license field
15002         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15003         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15004           LGPL.
15005         * gst/auparse/gstauparse.c: Fix plugin license field.
15006         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15007         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15008         * gst/rtp/gstrtp.c: Fix plugin license field.
15009
15010 2004-08-11  Wim Taymans  <wim@fluendo.com>
15011
15012         * gst/tcp/Makefile.am:
15013         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15014         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15015         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15016         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15017         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15018         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15019         (gst_fdset_fd_can_write), (gst_fdset_wait):
15020         * gst/tcp/gstfdset.h:
15021         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15022         (gst_multifdsink_class_init), (gst_multifdsink_init),
15023         (gst_multifdsink_add), (gst_multifdsink_remove),
15024         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15025         (gst_multifdsink_remove_client_link),
15026         (gst_multifdsink_handle_client_read),
15027         (gst_multifdsink_client_queue_data),
15028         (gst_multifdsink_client_queue_caps),
15029         (gst_multifdsink_client_queue_buffer),
15030         (gst_multifdsink_handle_client_write),
15031         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15032         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15033         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15034         (gst_multifdsink_close):
15035         * gst/tcp/gstmultifdsink.h:
15036         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15037         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15038         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15039         (gst_tcpserversink_close):
15040         * gst/tcp/gsttcpserversink.h:
15041         Abstracted away the select call, implemented poll (yes we ran into
15042         the 1024 limit in production).
15043
15044 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15045
15046         * gst/tcp/gsttcp.c:
15047         * gst/tcp/gsttcpplugin.c:
15048           improve debuggging, remove assert
15049
15050 2004-08-10  Wim Taymans  <wim@fluendo.com>
15051
15052         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15053         (gst_client_status_get_type), (gst_multifdsink_class_init),
15054         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15055         (gst_multifdsink_handle_client_read),
15056         (gst_multifdsink_handle_client_write),
15057         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15058         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15059         (gst_multifdsink_get_property):
15060         * gst/tcp/gstmultifdsink.h:
15061         * gst/tcp/gsttcp-marshal.list:
15062         Starting to prepare for specifying buffer time in other units
15063         than buffers. Expose remove reason in signal.
15064
15065 2004-08-10  Wim Taymans  <wim@fluendo.com>
15066
15067         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15068         (gst_multifdsink_remove), (gst_multifdsink_clear),
15069         (gst_multifdsink_remove_client_link),
15070         (gst_multifdsink_handle_client_read),
15071         (gst_multifdsink_client_queue_data),
15072         (gst_multifdsink_client_queue_buffer),
15073         (gst_multifdsink_handle_client_write),
15074         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15075         (gst_multifdsink_chain), (gst_multifdsink_close):
15076         * gst/tcp/gstmultifdsink.h:
15077         Added more debugging info. Changed the way clients are
15078         removed from the lists. Fixed a bug where a bad file descriptor
15079         could cause many clients to be removed.
15080
15081 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15082
15083         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15084           allow all pixel-aspect-ratios, not just 1:1
15085
15086 2004-08-09  David Schleef  <ds@schleef.org>
15087
15088         * sys/glsink/ARB_multitexture.h:  Remove old files.
15089         * sys/glsink/EXT_paletted_texture.h:
15090         * sys/glsink/NV_register_combiners.h:
15091         * sys/glsink/gstgl_nvimage.c:
15092         * sys/glsink/gstgl_pdrimage.c:
15093         * sys/glsink/gstgl_rgbimage.c:
15094         * sys/glsink/gstglsink.c:
15095         * sys/glsink/gstglsink.h:
15096         * sys/glsink/gstglxwindow.c:
15097         * sys/glsink/regcomb_yuvrgb.c:
15098
15099 2004-08-09  David Schleef  <ds@schleef.org>
15100
15101         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15102         GL sink plugin.  (Bug #147302)
15103
15104         * configure.ac: Test for OpenGL
15105         * sys/Makefile.am: Use test for OpenGL
15106         * sys/glsink/Makefile.am:
15107         * sys/glsink/glimagesink.c: rewrite
15108         * sys/glsink/glimagesink.h: rewrite
15109
15110 2004-08-09  David Schleef  <ds@schleef.org>
15111
15112         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15113         sane framerates.
15114         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15116         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15117
15118 2004-08-09  Wim Taymans  <wim@fluendo.com>
15119
15120         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15121         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15122         (gst_multifdsink_client_remove),
15123         (gst_multifdsink_handle_client_read),
15124         (gst_multifdsink_handle_client_write),
15125         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15126         Do a bit more logging, make the client_read code more robust.
15127
15128 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15129
15130         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15131         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15132         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15133         (gst_jpegdec_init), (gst_jpegdec_chain):
15134         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15135         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15136           cleanups, debugging fixes and memleak plugging
15137
15138 2004-08-09  Wim Taymans  <wim@fluendo.com>
15139
15140         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15141         (theora_get_formats), (theora_dec_src_convert),
15142         (theora_dec_sink_convert), (theora_dec_src_query),
15143         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15144         (theora_dec_change_state):
15145         Don't crash on missing header packets.
15146
15147 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15148
15149         * po/LINGUAS:
15150         * po/sq.po:
15151           Added Albanian translation (Laurent Dhima)
15152         * po/cs.po:
15153           updated
15154
15155 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15156
15157         * ext/lame/gstlame.c:
15158           fix/add debugging
15159
15160 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15161
15162         * sys/ximage/ximagesink.c:
15163         * sys/xvimage/xvimagesink.c:
15164           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15165
15166 2004-08-06  Wim Taymans  <wim@fluendo.com>
15167
15168         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15169         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15170         (gst_multifdsink_client_remove),
15171         (gst_multifdsink_handle_client_read),
15172         (gst_multifdsink_handle_client_write),
15173         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15174         Make sure we don't try to read more from a client that what
15175         ioctl says us or we deadlock.
15176
15177 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15178
15179         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15180         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15181         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15182           decouple running_time and n_frames so it can handle changing
15183           framerate while running
15184
15185 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15186
15187         * po/nl.po:
15188         * po/sv.po:
15189           updated translations
15190
15191 2004-08-04  Benjamin Otte  <otte@gnome.org>
15192
15193         * gst/videotestsrc/gstvideotestsrc.c:
15194         (gst_videotestsrc_get_capslist), (generate_capslist),
15195         (plugin_init):
15196           generate the list of supported caps at startup and reuse it instead
15197           of always generating it
15198
15199 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15200
15201         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15202           whoops, last checkin broke normal build
15203
15204 2004-08-03  Benjamin Otte  <otte@gnome.org>
15205
15206         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15207         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15208         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15209         (gst_alsa_mixer_get_option):
15210         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15211         (dvdnavsrc_print_event):
15212         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15213         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15214         (gst_ogg_mux_pad_unlink):
15215         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15216         (gst_multipart_mux_pad_unlink):
15217         * gst/videofilter/gstvideobalance.c:
15218         (gst_videobalance_colorbalance_set_value):
15219         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15220         (gst_videomixer_pad_unlink):
15221         * po/uk.po:
15222         * sys/oss/gstossmixer.c:
15223         * sys/v4l/gstv4lcolorbalance.c:
15224         * sys/v4l/gstv4ltuner.c:
15225         * sys/v4l/v4lsrc_calls.c:
15226         * sys/v4l2/gstv4l2colorbalance.c:
15227         * sys/v4l2/gstv4l2tuner.c:
15228           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15229
15230 2004-08-03  Benjamin Otte  <otte@gnome.org>
15231
15232         * examples/dynparams/filter.c: (ui_control_create):
15233         * examples/gstplay/player.c: (print_tag):
15234         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15235         * ext/gdk_pixbuf/gstgdkanimation.c:
15236         (gst_gdk_animation_iter_may_advance):
15237         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15238         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15239         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15240         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15241         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15242         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15243         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15244         * gst/sine/demo-dparams.c: (main):
15245         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15246         * testsuite/alsa/formats.c: (create_pipeline):
15247         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15248           fixes for G_DISABLE_ASSERT and friends
15249         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15250         (mp3_type_frame_length_from_header), (mp3_type_find),
15251         (plugin_init):
15252           require mp3 typefinding to have at least MIN_HEADERS valid headers
15253           add typefinding for AAC adts files
15254
15255 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15256
15257         * sys/ximage/ximagesink.c:
15258         (gst_ximagesink_calculate_pixel_aspect_ratio):
15259         * sys/xvimage/xvimagesink.c:
15260         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15261         Make sure we calculate pixel-aspect-ratio using floating point maths
15262
15263 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15264
15265         * po/uk.po:
15266           updated translation
15267
15268 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15269
15270         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15272           add debugging for display PAR calculation
15273
15274 2004-08-02  David Schleef  <ds@schleef.org>
15275
15276         * configure.ac: Fix mikmod CFLAGS.
15277
15278 2004-07-27  Benjamin Otte  <otte@gnome.org>
15279
15280         * gst/audioscale/gstaudioscale.c:
15281         - fix templates to only support S16, it's the only format that works
15282         - make caps nego code use try_set_caps_nonfixed and fixation instead
15283         of try_set_caps twice, which is not nice for autopluggers
15284         - change rank to secondary, so autopluggers can pick it up after
15285         audioconvert
15286
15287 2004-08-02  Iain <iain@prettypeople.org>
15288
15289         * gst/interleave/interleave.c (interleave_init),
15290         (interleave_request_new_pad),
15291         (interleave_pad_removed),
15292         (interleave_buffered_loop): Use the real pad count, not the artificial
15293         one.
15294
15295 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15296
15297         * configure.ac: bump nano back to development
15298
15299 === release 0.8.3 ===
15300
15301 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15302
15303         * configure.ac: releasing 0.8.3, "Water"
15304
15305 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15306
15307         * sys/xvimage/xvimagesink.c:
15308         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15309         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15310         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15311         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15312         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15313         * sys/xvimage/xvimagesink.h:
15314           apply similar PAR fixes as to ximagesink
15315
15316 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15317
15318         patch from: Benjamin Otte
15319
15320         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15321           add link function to lame.  Fixes #148986.
15322
15323 2004-08-02  Johan Dahlin  <johan@gnome.org>
15324
15325         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15326         fix debugging log
15327
15328 2004-07-30  David Schleef  <ds@schleef.org>
15329
15330         * gst/videomixer/Makefile.am: Fix things that should have been
15331         fixed in the last checkin.
15332
15333 2004-07-30  David Schleef  <ds@schleef.org>
15334
15335         * gst/multipart/Makefile.am: Fix things that should have been
15336         fixed in the last checkin.
15337
15338 2004-07-30  David Schleef  <ds@schleef.org>
15339
15340         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15341
15342 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15343
15344         * configure.ac:
15345           bump nano for prerelease
15346         * po/af.po:
15347         * po/az.po:
15348         * po/cs.po:
15349         * po/en_GB.po:
15350         * po/hu.po:
15351         * po/nl.po:
15352         * po/sr.po:
15353         * po/sv.po:
15354         * po/uk.po:
15355           updates
15356
15357 2004-07-30  Wim Taymans  <wim@fluendo.com>
15358
15359         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15360         (gst_multifdsink_add), (gst_multifdsink_remove),
15361         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15362         (gst_multifdsink_client_remove),
15363         (gst_multifdsink_handle_client_write),
15364         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15365         * gst/tcp/gstmultifdsink.h:
15366         Recover from a select with a bad file descriptor by removing
15367         the client.
15368
15369 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15370
15371         * configure.ac:
15372           fix requirement of core
15373         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15374         (gst_play_pipeline_setup):
15375           don't use colorspace element.  do use hermescolorspace element.
15376           make macro to get a colorspace element.
15377           mark strings for translation.
15378         * po/POTFILES.in:
15379           add play.c
15380         * po/af.po:
15381         * po/az.po:
15382         * po/cs.po:
15383         * po/en_GB.po:
15384         * po/hu.po:
15385         * po/nl.po:
15386         * po/sr.po:
15387         * po/sv.po:
15388         * po/uk.po:
15389           update translations
15390
15391 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15392
15393         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15394         fix default for newmedia flag
15395
15396 2004-07-30  Wim Taymans  <wim@fluendo.com>
15397
15398         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15399         (gst_theora_dec_init), (theora_get_formats),
15400         (theora_dec_src_convert), (theora_dec_sink_convert),
15401         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15402         (theora_dec_chain), (theora_dec_set_property),
15403         (theora_dec_get_property):
15404         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15405         (gst_theora_enc_class_init), (gst_theora_enc_init),
15406         (theora_enc_sink_link), (theora_enc_chain),
15407         (theora_enc_set_property), (theora_enc_get_property):
15408         Added cropping option to theora decoder.
15409         Added border option to theora encoder.
15410
15411 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15412
15413         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15414         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15415         (gst_pngenc_set_property):
15416         * ext/libpng/gstpngenc.h:
15417         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
15418
15419 2004-07-30  Wim Taymans  <wim@fluendo.com>
15420
15421         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15422         (theora_enc_sink_link), (theora_enc_chain),
15423         (theora_enc_set_property), (theora_enc_get_property):
15424         Fix encoding of non-multiple-of-16 video.
15425
15426 2004-07-29  David Schleef  <ds@schleef.org>
15427
15428         * configure.ac: make test for audiofile more strict
15429
15430 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15431
15432         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15433           give different names to typefind functions
15434
15435 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15436
15437         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15438         (gst_ximagesink_calculate_pixel_aspect_ratio),
15439         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15440         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15441         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15442         (gst_ximagesink_get_property), (gst_ximagesink_init):
15443         * sys/ximage/ximagesink.h:
15444           allocate PAR's dynamically.
15445           use autodetected PAR if no object-set PAR is given.
15446           add workaround for directfb's X not setting physical size.
15447           fix to xvimagesink will follow tomorrow.
15448
15449 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15450
15451         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15452         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15453         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15454         (gst_shout2send_class_init), (gst_shout2send_init),
15455         (set_shout_metadata), (gst_shout2send_set_metadata),
15456         (gst_shout2send_chain), (gst_shout2send_set_property),
15457         (gst_shout2send_get_property), (gst_shout2send_connect),
15458         (gst_shout2send_change_state):
15459         * ext/shout2/gstshout2.h:
15460         - fix for sending mp3 audio to icecast2 server, if pad link function not
15461         called before PAUSED state
15462         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15463         - added tagging support for mp3 audio broadcasted
15464         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15465         debug info
15466
15467 2004-07-28  Wim Taymans  <wim@fluendo.com>
15468
15469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15470         (gst_ogg_demux_push):
15471         Return query failure when we don't know the length of
15472         an ogg stream insteda of returning TRUE with a bogus value.
15473
15474 2004-07-28  Wim Taymans  <wim@fluendo.com>
15475
15476         * ext/theora/theoradec.c: (theora_get_formats),
15477         (theora_dec_src_convert), (theora_dec_sink_convert),
15478         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15479         (theora_dec_chain):
15480         Don't screw up the 1 Chroma for 1 luma sample situation when we
15481         have an odd offset/width by adding a black border in those cases.
15482
15483 2004-07-28  Wim Taymans  <wim@fluendo.com>
15484
15485         * ext/theora/theoradec.c: (theora_get_formats),
15486         (theora_dec_src_convert), (theora_dec_sink_convert),
15487         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15488         (theora_dec_chain):
15489         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15490         Added first attempt at cropping of the image as required by the
15491         theora spec. We need more properties in the caps (offset_x,
15492         offset_y,stride) to implement this correctly.
15493
15494 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15495
15496         * ext/dvdnav/README:
15497           Update the README to use dvddemux
15498         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15499           Ensure getcaps returns a subset of the template caps
15500         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15501         (gst_mpeg2subt_init):
15502           Ensure getcaps returns a subset of the template caps
15503         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15504         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15505         (gst_dvd_demux_get_subpicture_stream),
15506         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15507         * gst/mpegstream/gstdvddemux.h:
15508           Set the explicit caps on the current_video pad before pushing
15509           anything
15510         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15511         (gst_mpeg_demux_get_audio_stream):
15512           Free caps used to gst_pad_set_explicit_caps, which takes a const
15513           GstCaps *
15514
15515 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15516
15517         * configure.ac: update GStreamer requirement to 0.8.4 because of
15518           GstFraction.
15519
15520 2004-07-28  Wim Taymans  <wim@fluendo.com>
15521
15522         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15523         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15524         Add the pad to the element after setting up the caps. This
15525         makes it a lot easier to autoplug.
15526
15527 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15528
15529         * gst/median/gstmedian.c:
15530         * gst/mpeg2subt/gstmpeg2subt.c:
15531         * gst/mpegaudioparse/gstmpegaudioparse.c:
15532         * gst/mpegstream/gstdvddemux.c:
15533         * gst/mpegstream/gstmpegdemux.c:
15534         * gst/mpegstream/gstmpegpacketize.c:
15535         * gst/rtjpeg/gstrtjpeg.c:
15536         * gst/rtjpeg/gstrtjpegdec.c:
15537         * gst/rtjpeg/gstrtjpegenc.c:
15538         * gst/sine/gstsinesrc.c:
15539         * gst/smooth/gstsmooth.c:
15540         * gst/smpte/gstsmpte.c:
15541         * gst/smpte/gstsmpte.h:
15542         * gst/stereo/gststereo.c:
15543         * gst/videofilter/gstgamma.c:
15544         * gst/videofilter/gstvideobalance.c:
15545         * gst/videofilter/gstvideofilter.c:
15546         * gst/videofilter/gstvideoflip.c:
15547         * gst/videoscale/gstvideoscale.c:
15548         * gst/videoscale/videoscale.c:
15549         * gst/videotestsrc/gstvideotestsrc.c:
15550         * gst/videotestsrc/videotestsrc.c:
15551         * gst/wavenc/gstwavenc.c:
15552         * gst/wavparse/gstwavparse.c:
15553           fix local includes and 64 bits constants
15554
15555 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15556
15557         * win32/gst.sln:
15558         * gst-libs/gst/*/*.vcproj:
15559         * gst/*/*.vcproj:
15560           more working plugins
15561
15562 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15563
15564         * testsuite/alsa/Makefile.am:
15565         * testsuite/alsa/srcstate.c:
15566         add test for alsasrc changing state
15567
15568 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15569
15570         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15571         (gst_silence_get):
15572         * gst/silence/gstsilence.h:
15573         fix silence generation for 16bit raw audio
15574
15575 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15576
15577         * gst/matroska/matroska-demux.c:
15578         (gst_matroska_demux_parse_metadata),
15579         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15580         * gst/mpegaudio/common.c:
15581         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15582         (gst_videoscale_getcaps), (gst_videoscale_link),
15583         (gst_videoscale_src_fixate), (gst_videoscale_init),
15584         (gst_videoscale_finalize):
15585         * gst/videoscale/gstvideoscale.h:
15586         * gst/videotestsrc/gstvideotestsrc.c:
15587         (gst_videotestsrc_get_capslist):
15588         * gst/wavenc/gstwavenc.c:
15589         * sys/oss/gstossmixer.c: (fill_labels):
15590         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15591         (gst_ximagesink_handle_xevents),
15592         (gst_ximagesink_calculate_pixel_aspect_ratio),
15593         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15594         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15595         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15596         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15597         (gst_ximagesink_init), (gst_ximagesink_class_init):
15598         * sys/ximage/ximagesink.h:
15599         * sys/xvimage/xvimagesink.c:
15600         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15601         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15602         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15603         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15604         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15605         * sys/xvimage/xvimagesink.h:
15606           first batch of pixel aspect ratio commits.
15607
15608 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15609
15610         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15611         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15612         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15613           handle stride, needs work if we want to move stride handling
15614           upstream, but works correctly for our purposes.
15615
15616 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15617
15618         * gst/videoscale/README:
15619           add testing examples
15620         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15621         (gst_videoscale_chain):
15622         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15623         (gst_videoscale_get_size):
15624           add get_size function that handles stride like videotestsrc.
15625           fixes conversion for YUV formats for as much as I can test them.
15626
15627 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15628
15629         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15630         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15632         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15633         (gst_xvimagesink_xvimage_put):
15634           further cleanups, logging, error handling and synchronizing
15635
15636 2004-07-27  Wim Taymans  <wim@fluendo.com>
15637
15638         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15639         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15640         (gst_videomixer_pad_set_property),
15641         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15642         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15643         (gst_videomixer_class_init), (gst_videomixer_init),
15644         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15645         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15646         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15647         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15648         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15649         (gst_videomixer_loop), (plugin_init):
15650         Be a nicer negotiation citizen and provide a getcaps function on
15651         the srcpad. This also fixes a crash when resizing.
15652
15653 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15654
15655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15656         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15657
15658 2004-07-27  Wim Taymans  <wim@fluendo.com>
15659
15660         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15661         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15662         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15663         (gst_pngenc_set_property):
15664         * ext/libpng/gstpngenc.h:
15665         Added snapshot property to pngenc.
15666         removed g_print from pngdec
15667
15668 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15669
15670         * gst/ac3parse/ac3parse.vcproj
15671         * gst/adder/adder.vcproj
15672         * gst/alpha/alpha.vcproj
15673         * gst/alpha/alphacolor.vcproj
15674         * gst/asfdemux/asf.vcproj
15675         * gst/audioconvert/audioconvert.vcproj
15676         * gst/audiorate/audiorate.vcproj
15677         * gst/audioscale/audioscale.vcproj
15678         * gst/auparse/auparse.vcproj
15679         * gst/avi/avi.vcproj
15680         * gst/cdxaparse/cdxaparse.vcproj
15681         * gst/chart/chart.vcproj
15682         * gst/colorspace/colorspace.vcproj
15683         * gst/cutter/cutter.vcproj
15684         * gst/debug/debug.vcproj
15685         * gst/debug/efence.vcproj
15686         * gst/debug/navigationtest.vcproj
15687         * gst/deinterlace/deinterlace.vcproj
15688         * gst/effectv/effectv.vcproj
15689         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15690         * gst/filter/filter.vcproj
15691         * gst/flx/flxdec.vcproj
15692         * gst/goom/goom.vcproj
15693         * gst/interleave/interleave.vcproj
15694         * gst/law/alaw.vcproj
15695         * gst/law/mulaw.vcproj
15696         * gst/matroska/matroska.vcproj
15697         * gst/median/median.vcproj
15698         * gst/mixmatrix/mixmatrix.vcproj
15699         * gst/mpeg1sys/mpeg1systemencode.vcproj
15700         * gst/mpeg1videoparse/mp1videoparse.vcproj
15701         * gst/mpeg2sub/mpeg2subt.vcproj
15702         * gst/mpegaudio/mpegaudio.vcproj
15703         * gst/mpegaudioparse/mpegaudioparse.vcproj
15704         * gst/mpegstream/mpegstream.vcproj
15705         * gst/multifilesink/multifilesink.vcproj
15706         * gst/multipart/multipart.vcproj
15707         * gst/oneton/oneton.vcproj
15708         * gst/overlay/overlay.vcproj
15709         * gst/passthrough/passthrough.vcproj
15710         * gst/qtdemux/qtdemux.vcproj
15711         * gst/realmedia/rmdemux.vcproj
15712         * gst/rtjpeg/rtjpeg.vcproj
15713         * gst/rtp/rtp.vcproj
15714         * gst/silence/silence.vcproj
15715         * gst/sine/sinesrc.vcproj
15716         * gst/smooth/smooth.vcproj
15717         * gst/smpte/smpte.vcproj
15718         * gst/spectrum/spectrum.vcproj
15719         * gst/speed/speed.vcproj
15720         * gst/stereo/stereo.vcproj
15721         * gst/switch/switch.vcproj
15722         * gst/tags/tagedit.vcproj
15723         * gst/tcp/tcp.vcproj
15724         * gst/typefind/typefindfunctions.vcproj
15725         * gst/udp/udp.vcproj
15726         * gst/videobox/videobox.vcproj
15727         * gst/videocrop/videocrop.vcproj
15728         * gst/videodrop/videodrop.vcproj
15729         * gst/videofilter/gamma.vcproj
15730         * gst/videofilter/videobalance.vcproj
15731         * gst/videofilter/videofilter.vcproj
15732         * gst/videofilter/videoflip.vcproj
15733         * gst/videoflip/videoflip.vcproj
15734         * gst/videomixer/videomixer.vcproj
15735         * gst/videorate/videorate.vcproj
15736         * gst/videoscale/videoscale.vcproj
15737         * gst/videotestsrc/videotestsrc.vcproj
15738         * gst/virtualdub/virtualdub.vcproj
15739         * gst/volenv/volenv.vcproj
15740         * gst/volume/volume.vcproj
15741         * gst/wavenc/wavenc.vcproj
15742         * gst/wavparse/wavparse.vcproj
15743         * gst/y4m/y4menc.vcproj
15744         * gst-libs/gst/audio/audio.vcproj
15745         * gst-libs/gst/audio/audiofilter.vcproj
15746         * gst-libs/gst/colorbalance/colorbalance.vcproj
15747         * gst-libs/gst/idct/idtc.vcproj
15748         * gst-libs/gst/media-info/media-info.vcproj
15749         * gst-libs/gst/mixer/mixer.vcproj
15750         * gst-libs/gst/navigation/navigation.vcproj
15751         * gst-libs/gst/play/play.vcproj
15752         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
15753         * gst-libs/gst/resample/resample.vcproj
15754         * gst-libs/gst/riff/riff.vcproj
15755         * gst-libs/gst/tuner/tuner.vcproj
15756         * gst-libs/gst/video/video.vcproj
15757         * gst-libs/gst/xoverlay/xoverlay.vcproj
15758           avoid problems with math.h, fix release dependancy
15759           rename GStreamer-0.8.lib to libgstreamer.lib
15760
15761 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15762
15763         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
15765         the atom is not available we have to unlock the mutex. Fixes #148023
15766
15767 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15768
15769         * gst-libs/gst/media-info/media-info.h:
15770           issue for a vararg macro with MSVC
15771
15772 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15773
15774         * gst/effectv/effectv.vcproj
15775         * gst-libs/gst/idct/idct.vcproj:
15776         * gst-libs/gst/media-info/media-info.vcproj:
15777         * gst-libs/gst/navigation/navigation.vcproj:
15778         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15779         * gst-libs/gst/video/video.vcproj:
15780         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15781           fixes for build problems
15782
15783 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15784
15785         * gst-libs/gst/audio/audio.def:
15786         * gst-libs/gst/audio/riff.def:
15787           add some definitions needed by plugins
15788
15789 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15790
15791         * gst/asfdemux/gstasfmux.c
15792           Fix some 64 bits constants to be glib friendly
15793
15794 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15795
15796         * gst/ac3parse/gstac3parse.c
15797         * gst/audioscale/gstaudioscale.c
15798         * gst/auparse/gstauparse.c
15799         * gst/colorspace/gstcolorspace.c
15800         * gst/colorspace/yuv2rgb.h
15801           local include fixes
15802
15803 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15804
15805         * win32/gst.sln
15806           add more plugins to the build
15807
15808 2004-07-26  Julien MOUTTE  <julien@moutte.net>
15809
15810         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15811         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
15812
15813 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15814
15815         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15816         (gst_level_set_property), (gst_level_get_property),
15817         (gst_level_base_init), (gst_level_class_init):
15818           add debugging categories.  cleanups.
15819
15820 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15821
15822         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15823         (gst_videoscale_planar411), (gst_videoscale_planar400),
15824         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
15825         (gst_videoscale_scale_nearest_str1),
15826         (gst_videoscale_scale_nearest_str2),
15827         (gst_videoscale_scale_nearest_str4),
15828         (gst_videoscale_scale_nearest_16bit),
15829         (gst_videoscale_scale_nearest_24bit):
15830           fixed stride issues
15831           tested with 320x240 -> 321, 322, 324 x240
15832           tested with YV12, I420, YUY2, UYVY
15833           fixed packed422rev (don't think it could have worked before)
15834           by testing with UYVY
15835
15836 2004-07-26  Benjamin Otte  <otte@gnome.org>
15837
15838         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
15839         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
15840         (plugin_init):
15841           add debugging category, add error checks like checking return values
15842           of setup calls, make sure it still works after
15843           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
15844
15845 2004-07-26  Wim Taymans  <wim@fluendo.com>
15846
15847         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15848         (gst_mpeg_demux_get_audio_stream),
15849         (gst_mpeg_demux_process_private):
15850         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
15851         Check for error codes from the negotiation functions. Make sure
15852         we really set the pad caps when a new pad is created.
15853
15854 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15855
15856         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15857         (gst_ffmpeg_caps_to_pix_fmt):
15858         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15859         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15860         (gst_ffmpegcolorspace_pad_link):
15861           don't make function do two things at the same time without reason.
15862
15863 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15864
15865         * gst/ac3parse/ac3parse.vcproj
15866         * gst/adder/adder.vcproj
15867         * gst/alpha/alpha.vcproj
15868         * gst/alpha/alphacolor.vcproj
15869         * gst/asfdemux/asf.vcproj
15870         * gst/audioconvert/audioconvert.vcproj
15871         * gst/audiorate/audiorate.vcproj
15872         * gst/audioscale/audioscale.vcproj
15873         * gst/auparse/auparse.vcproj
15874         * gst/avi/avi.vcproj
15875         * gst/cdxaparse/cdxaparse.vcproj
15876         * gst/chart/chart.vcproj
15877         * gst/colorspace/colorspace.vcproj
15878         * gst/cutter/cutter.vcproj
15879         * gst/debug/debug.vcproj
15880         * gst/debug/efence.vcproj
15881         * gst/debug/navigationtest.vcproj
15882         * gst/deinterlace/deinterlace.vcproj
15883         * gst/effectv/effectv.vcproj
15884         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15885         * gst/filter/filter.vcproj
15886         * gst/flx/flxdec.vcproj
15887         * gst/goom/goom.vcproj
15888         * gst/interleave/interleave.vcproj
15889         * gst/law/alaw.vcproj
15890         * gst/law/mulaw.vcproj
15891         * gst/matroska/matroska.vcproj
15892         * gst/median/median.vcproj
15893         * gst/mixmatrix/mixmatrix.vcproj
15894         * gst/mpeg1sys/mpeg1systemencode.vcproj
15895         * gst/mpeg1videoparse/mp1videoparse.vcproj
15896         * gst/mpeg2sub/mpeg2subt.vcproj
15897         * gst/mpegaudio/mpegaudio.vcproj
15898         * gst/mpegaudioparse/mpegaudioparse.vcproj
15899         * gst/mpegstream/mpegstream.vcproj
15900         * gst/multifilesink/multifilesink.vcproj
15901         * gst/multipart/multipart.vcproj
15902         * gst/oneton/oneton.vcproj
15903         * gst/overlay/overlay.vcproj
15904         * gst/passthrough/passthrough.vcproj
15905         * gst/qtdemux/qtdemux.vcproj
15906         * gst/realmedia/rmdemux.vcproj
15907         * gst/rtjpeg/rtjpeg.vcproj
15908         * gst/rtp/rtp.vcproj
15909         * gst/silence/silence.vcproj
15910         * gst/sine/sinesrc.vcproj
15911         * gst/smooth/smooth.vcproj
15912         * gst/smpte/smpte.vcproj
15913         * gst/spectrum/spectrum.vcproj
15914         * gst/speed/speed.vcproj
15915         * gst/stereo/stereo.vcproj
15916         * gst/switch/switch.vcproj
15917         * gst/tags/tagedit.vcproj
15918         * gst/tcp/tcp.vcproj
15919         * gst/typefind/typefindfunctions.vcproj
15920         * gst/udp/udp.vcproj
15921         * gst/videobox/videobox.vcproj
15922         * gst/videocrop/videocrop.vcproj
15923         * gst/videodrop/videodrop.vcproj
15924         * gst/videofilter/gamma.vcproj
15925         * gst/videofilter/videobalance.vcproj
15926         * gst/videofilter/videofilter.vcproj
15927         * gst/videofilter/videoflip.vcproj
15928         * gst/videoflip/videoflip.vcproj
15929         * gst/videomixer/videomixer.vcproj
15930         * gst/videorate/videorate.vcproj
15931         * gst/videoscale/videoscale.vcproj
15932         * gst/videotestsrc/videotestsrc.vcproj
15933         * gst/virtualdub/virtualdub.vcproj
15934         * gst/volenv/volenv.vcproj
15935         * gst/volume/volume.vcproj
15936         * gst/wavenc/wavenc.vcproj
15937         * gst/wavparse/wavparse.vcproj
15938         * gst/y4m/y4menc.vcproj
15939           more plugins supported under windows
15940
15941 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15942
15943         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15944         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
15945         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
15946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15947         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
15948           Add debugging statements.  Use the sizes as returned by the
15949           *CreateImage calls.
15950
15951 2004-07-26  Johan Dahlin  <johan@gnome.org>
15952
15953         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
15954         the pad is negotiated.
15955
15956         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
15957
15958 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15959
15960         * gst-libs/gst/colorbalance/colorbalance.vcproj:
15961         * gst-libs/gst/idct/idct.vcproj:
15962         * gst-libs/gst/media-info/media-info.vcproj:
15963         * gst-libs/gst/mixer/mixer.vcproj:
15964         * gst-libs/gst/navigation/navigation.vcproj:
15965         * gst-libs/gst/play/play.vcproj:
15966         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15967         * gst-libs/gst/resample/resample.vcproj:
15968         * gst-libs/gst/tuner/tuner.vcproj:
15969         * gst-libs/gst/video/video.vcproj:
15970         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15971           more plugins supported under windows
15972
15973 2004-07-25 Iain <iain@prettypeople.org>
15974
15975         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
15976         pad now rather than when the pad is created because state changes wipe
15977         explicit caps (fixes #148043).
15978
15979 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
15980
15981         reviewed by Benjamin Otte  <otte@gnome.org>
15982
15983         * ext/mad/gstmad.c:
15984           fix mad plugin crashing on Sun (fixes #148289)
15985
15986 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15987
15988         * gst/avi/avi.def:
15989         * gst/avi/avi.vcproj:
15990         * gst/matroska/matroska.def:
15991         * gst/matroska/matroska.vcproj:
15992           remove unused .def files
15993
15994 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15995
15996         * gst-libs/gst/audio/gstaudiofilter.c:
15997           Clean the local include
15998
15999 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16000
16001         * win32/gst.sln:
16002         * gst-libs/gst/audio/audio.def:
16003         * gst-libs/gst/audio/audio.vcproj:
16004         * gst-libs/gst/audio/audiofilter.vcproj:
16005         * gst-libs/gst/audio/riff.def:
16006         * gst-libs/gst/audio/riff.vcproj:
16007         * gst-libs/gst/gst-libs.def:
16008         * gst-libs/gst/gst-libs.vcproj:
16009         * gst/avi/avi.vcproj:
16010         * gst/avi/avi.vcproj:
16011           Copy the files where needed after building, cleaner projects
16012
16013 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16014
16015         * gst/matroska/ebml-write.c:
16016           Fix some 64 bits constants to be glib friendly
16017
16018 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16019
16020         * win32/gst.sln:
16021         * gst-libs/gst/gst-libs.def:
16022         * gst-libs/gst/gst-libs.vcproj:
16023         * gst/matroska/matroska.def:
16024         * gst/matroska/matroska.vcproj:
16025           Add the preliminary canvas to build plugins on Win32
16026
16027 2004-07-23  Benjamin Otte  <otte@gnome.org>
16028
16029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16030           don't enfore negotiation from source side, it breaks
16031           sinesrc ! audioconvert ! osssink
16032
16033 2004-07-22  David Schleef  <ds@schleef.org>
16034
16035         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16036         for ELF files, since they can easily be recognized as audio/mpeg.
16037         (bug #147441)
16038
16039 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16040
16041         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16042         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16043         (gst_videoscale_scale_nearest_24bit),
16044         (gst_videoscale_scale_nearest_16bit):
16045           fix 16bit and 24bit for stride (24bit might need testing)
16046           don't pretend we do more than one algorithm
16047
16048 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16049
16050         * configure.ac:
16051         * gst/Makefile.am:
16052         * gst/multifilesink/Makefile.am:
16053         * gst/multifilesink/gstmultifilesink.c:
16054         (gst_multifilesink_get_formats),
16055         (gst_multifilesink_get_query_types), (_do_init),
16056         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16057         (gst_multifilesink_init), (gst_multifilesink_dispose),
16058         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16059         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16060         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16061         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16062         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16063         (gst_multifilesink_uri_get_type),
16064         (gst_multifilesink_uri_get_protocols),
16065         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16066         (gst_multifilesink_uri_handler_init), (plugin_init):
16067         * gst/multifilesink/gstmultifilesink.h:
16068         * testsuite/Makefile.am:
16069         * testsuite/multifilesink/Makefile.am:
16070         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16071         (gst_newmedia_class_init), (gst_newmedia_init),
16072         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16073         (newfile_signal), (test_signal), (main):
16074         multifilesink plugin for creating new files every time a new media
16075         discontinuity event occurs
16076
16077 2004-07-22  Wim Taymans  <wim@fluendo.com>
16078
16079         * gst/alpha/Makefile.am:
16080         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16081         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16082         (gst_alpha_color_init), (gst_alpha_color_set_property),
16083         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16084         (transform), (gst_alpha_color_chain),
16085         (gst_alpha_color_change_state), (plugin_init):
16086         Stupid plugin to to RGBA to AYUV conversion because none of
16087         the colorspace plugins can handle that yet.
16088
16089 2004-07-22  Wim Taymans  <wim@fluendo.com>
16090
16091         * examples/seeking/seek.c: (update_scale), (main):
16092         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16093         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16094         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16095         (gst_decode_bin_init), (gst_decode_bin_dispose),
16096         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16097         (no_more_pads), (close_link), (type_found),
16098         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16099         (plugin_init):
16100         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16101         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16102         (gst_play_base_bin_dispose), (queue_overrun),
16103         (gen_preroll_element), (remove_prerolls), (unknown_type),
16104         (no_more_pads), (new_stream), (setup_source),
16105         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16106         (play_base_eos), (gst_play_base_bin_change_state),
16107         (gst_play_base_bin_add_element),
16108         (gst_play_base_bin_remove_element),
16109         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16110         (gst_play_base_bin_unlink_stream),
16111         (gst_play_base_bin_get_streaminfo):
16112         * gst/playback/gstplaybin.c: (gen_video_element),
16113         (gen_audio_element):
16114         * gst/playback/gststreaminfo.h:
16115         More playback updates, attempt to fix things after the state change
16116         breakage.
16117
16118 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16119
16120         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16121         (gst_videoscale_scale_nearest_16bit):
16122           comment algorithm
16123
16124 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16125
16126         * gst/videotestsrc/gstvideotestsrc.c:
16127         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16128         (gst_videotestsrc_init), (gst_videotestsrc_get),
16129         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16130         (gst_videotestsrc_get_property):
16131         * gst/videotestsrc/gstvideotestsrc.h:
16132         * gst/videotestsrc/videotestsrc.c:
16133         * gst/videotestsrc/videotestsrc.h:
16134           cleanup and commenting
16135
16136 2004-07-21  Wim Taymans  <wim@fluendo.com>
16137
16138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16139         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16140         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16141         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16142         (_find_chain_get_unknown_part), (_find_streams_check),
16143         (gst_ogg_demux_push), (gst_ogg_pad_push):
16144         * ext/theora/theoradec.c: (theora_get_formats),
16145         (theora_dec_src_convert), (theora_dec_sink_convert),
16146         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16147         (theora_dec_chain):
16148         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16149         (vorbis_dec_convert), (vorbis_dec_src_query),
16150         (vorbis_dec_src_event), (vorbis_dec_event):
16151         More seeking fixes, oggdemux now supports seeking to time and
16152         uses the downstream element to convert granulepos to time.
16153         Seeking in theora-only ogg files now works.
16154
16155 2004-07-21  Wim Taymans  <wim@fluendo.com>
16156
16157         * ext/theora/theoradec.c: (gst_theora_dec_init),
16158         (theora_get_formats), (theora_get_event_masks),
16159         (theora_get_query_types), (theora_dec_src_convert),
16160         (theora_dec_sink_convert), (theora_dec_src_query),
16161         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16162         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16163         (vorbis_get_event_masks), (vorbis_get_query_types),
16164         (gst_vorbis_dec_init), (vorbis_dec_convert),
16165         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16166         Added query/convert/formats functions to vorbis and theora decoders
16167         so that the outside world can use them too. Fixed seeking on an
16168         ogg/theora/vorbis file by disabling the seeking seeking on the
16169         theora srcpad.
16170
16171 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16172
16173         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16174         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16175         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16176         images creation for both elements. We don't create the image on caps
16177         nego or renego, we just destroy the internal one if present if it does
16178         not match the needs. The chain function takes care of creating a new
16179         image when needed.
16180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16181         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16182         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16183         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16184         the image format information. The buffer pool checks for the context
16185         image format and discard images with different formats.
16186         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16187
16188 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16189
16190         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16191         (gst_ffmpegcolorspace_chain):
16192           no point in doing any chaining if the pad we want to push from
16193           isn't usable.
16194
16195 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16196
16197         * gst-libs/gst/riff/riff-media.c:
16198         (gst_riff_create_audio_caps_with_data):
16199           Fix double end-to-native symbol conversion (#148021).
16200
16201 2004-07-20  David Schleef  <ds@schleef.org>
16202
16203         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16204         Don't use an Atom that doesn't exist.
16205
16206 2004-07-20  Wim Taymans  <wim@fluendo.com>
16207
16208         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16209         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16210         (gst_multifdsink_client_remove),
16211         (gst_multifdsink_handle_client_write),
16212         (gst_multifdsink_queue_buffer):
16213         * gst/tcp/gstmultifdsink.h:
16214         More multifdsink stats. Avoid deadlock by releasing locks
16215         before sending out a signal.
16216
16217 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16218
16219         * po/LINGUAS:
16220         * po/hu.po:
16221           added Hungarian translation (Laszlo Dvornik)
16222
16223 2004-07-20  Wim Taymans  <wim@fluendo.com>
16224
16225         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16226         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16227         (gst_multifdsink_handle_client_write),
16228         (gst_multifdsink_queue_buffer):
16229         * gst/tcp/gsttcp-marshal.list:
16230         Fixed the stupid marshal definition.
16231
16232 2004-07-20  Wim Taymans  <wim@fluendo.com>
16233
16234         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16235         (gst_multifdsink_init), (gst_multifdsink_add),
16236         (gst_multifdsink_client_remove),
16237         (gst_multifdsink_handle_client_write),
16238         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16239         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16240         (gst_multifdsink_init_send):
16241         * gst/tcp/gstmultifdsink.h:
16242         Added more stats, added timeout for a client, fixed some typos
16243         and added some comments.
16244
16245 2004-07-20  Wim Taymans  <wim@fluendo.com>
16246
16247         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16248         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16249         (gst_multifdsink_client_remove),
16250         (gst_multifdsink_handle_client_write):
16251         * gst/tcp/gstmultifdsink.h:
16252         * gst/tcp/gsttcp-marshal.list:
16253         Added get_stats method that returns a GValueArray of
16254         stats values.
16255
16256 2004-07-19  Benjamin Otte  <otte@gnome.org>
16257
16258         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16259           make sure longname, description and author are valid UTF-8
16260
16261 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16262
16263         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16264         (gst_ximagesink_set_property):
16265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16266         (gst_xvimagesink_set_property):
16267           make sure SYNCHRONOUS is respected after getting the X context
16268
16269 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16270
16271         * gst/matroska/matroska-demux.c:
16272         (gst_matroska_demux_handle_src_event),
16273         (gst_matroska_demux_parse_blockgroup):
16274         * gst/matroska/matroska-ids.h:
16275           add BlockReference tag and ignore it to clear out log.
16276           ignore NAVIGATION events to clear out log.
16277
16278 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16279
16280         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16281         (gst_matroska_demux_add_stream):
16282         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16283           add debug categories
16284
16285 2004-07-16  Wim Taymans  <wim@fluendo.com>
16286
16287         * ext/libpng/Makefile.am:
16288         * ext/libpng/gstpng.c: (plugin_init):
16289         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16290         (gst_pngdec_get_type), (gst_pngdec_base_init),
16291         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16292         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16293         * ext/libpng/gstpngdec.h:
16294         Added png decoder.
16295
16296 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16297
16298         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16299         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16300         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16301         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16302         (gst_ximagesink_buffer_alloc):
16303         * sys/ximage/ximagesink.h:
16304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16305         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16306         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16307         (gst_xvimagesink_buffer_alloc):
16308         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16309         again. Using internal data pointer of the x(v)image to store image's
16310         data to be coherent with the buffer alloc mechanism. Investigated the
16311         image destruction code to be sure that everything gets freed correctly.
16312
16313 2004-07-16  Wim Taymans  <wim@fluendo.com>
16314
16315         * gst-libs/gst/riff/riff-read.c:
16316         (gst_riff_read_strf_vids_with_data),
16317         (gst_riff_read_strf_auds_with_data):
16318         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16319         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16320         Make sure we don't create 0 sized subbuffers in riff-read.
16321         Signal the no more pads signal after reading the avi header.
16322
16323 2004-07-16  Wim Taymans  <wim@fluendo.com>
16324
16325         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16326         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16327         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16328         (gst_decode_bin_init), (gst_decode_bin_dispose),
16329         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16330         (no_more_pads), (close_link), (type_found),
16331         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16332         (gst_decode_bin_change_state), (plugin_init):
16333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16334         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16335         (gst_play_base_bin_dispose), (queue_overrun),
16336         (gen_preroll_element), (remove_prerolls), (unknown_type),
16337         (no_more_pads), (new_stream), (setup_source),
16338         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16339         (play_base_eos), (gst_play_base_bin_change_state),
16340         (gst_play_base_bin_add_element),
16341         (gst_play_base_bin_remove_element),
16342         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16343         (gst_play_base_bin_unlink_stream),
16344         (gst_play_base_bin_get_streaminfo):
16345         * gst/playback/gstplaybasebin.h:
16346         Better error recovery. Added configurable preroll queue size. Faster
16347         detection of no-more-pads.
16348
16349 2004-07-16  Wim Taymans  <wim@fluendo.com>
16350
16351         * gst-libs/gst/video/video.h:
16352         Added 32 bits RGBA. Not sure if we should use another mime-type
16353         for alpha rgb. Currently the presence of the alpha_mask property
16354         signals an alpha channel.
16355
16356 2004-07-16  Wim Taymans  <wim@fluendo.com>
16357
16358         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16360         FPS seems to be 0.0 to MAX everywhere else.
16361
16362 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16363
16364         * gst-libs/gst/riff/riff-media.c:
16365         (gst_riff_create_video_caps_with_data):
16366           mp42/mp43 (no caps) exist too.
16367         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16368           Set pixel_width/height; we've got them in-caps.
16369         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16370         * gst/wavparse/gstwavparse.c: (plugin_init):
16371           Both are valid primary.
16372         * sys/oss/gstossmixer.c:
16373           Remove i18n hack and enable translations.
16374
16375 2004-07-15  Benjamin Otte  <otte@gnome.org>
16376
16377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16378         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16379           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16380
16381 2004-07-15  Benjamin Otte  <otte@gnome.org>
16382
16383         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16384         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16385         (gst_alsa_close_audio):
16386           disable some of the debugging code for now. Writing debugging to a
16387           buffer is broken in current alsalib releases.
16388
16389 2004-07-12  Benjamin Otte  <otte@gnome.org>
16390
16391         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16392           use bufferpools
16393
16394 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16395
16396         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16397         (theora_dec_src_query), (theora_dec_event):
16398         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16399           add debugging categories.  Remove \n's.
16400
16401 2004-07-13  Johan Dahlin  <johan@gnome.org>
16402
16403         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16404         (gst_play_bin_get_property): Impl.
16405
16406 2004-07-13  Wim Taymans  <wim@fluendo.com>
16407
16408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16409         When trying to find the stream length, seek back N pages
16410         instead of just one, where N is the number of streams in
16411         the current chain.
16412
16413 2004-07-13  Wim Taymans  <wim@fluendo.com>
16414
16415         * gst-libs/gst/riff/riff-media.c:
16416         (gst_riff_create_audio_caps_with_data),
16417         (gst_riff_create_audio_caps),
16418         (gst_riff_create_audio_template_caps):
16419         * gst-libs/gst/riff/riff-media.h:
16420         * gst-libs/gst/riff/riff-read.c:
16421         (gst_riff_read_strf_vids_with_data),
16422         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16423         * gst-libs/gst/riff/riff-read.h:
16424         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16425         (gst_avi_demux_add_stream):
16426         Set codec_data on caps for avidemuxer.
16427
16428 2004-07-12  David Schleef  <ds@schleef.org>
16429
16430         * configure.ac: Fix test for Objective C
16431
16432 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16433         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16434         (gst_gdk_pixbuf_chain):
16435           Add svg and pcx to template caps, and ensure that getcaps returns a
16436           subset of the template caps.
16437           Copy each row manually for output, as gdkpixbuf may pad the
16438           rowstride to a 32-bit word boundary.
16439
16440 2004-07-12  Wim Taymans  <wim@fluendo.com>
16441
16442         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16443         (gst_riff_create_video_template_caps):
16444         Fix the template caps to include some more media types.
16445
16446 2004-07-12  Wim Taymans  <wim@fluendo.com>
16447
16448         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16449         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16450         (compare_ranks), (print_feature), (gst_decode_bin_init),
16451         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16452         (try_to_link_1), (new_pad), (close_link), (type_found),
16453         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16454         (gst_decode_bin_change_state), (plugin_init):
16455         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16456         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16457         (gst_play_base_bin_dispose), (queue_overrun),
16458         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16459         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16460         (gst_play_base_bin_get_property), (play_base_eos),
16461         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16462         (gst_play_base_bin_remove_element),
16463         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16464         (gst_play_base_bin_unlink_stream),
16465         (gst_play_base_bin_get_streaminfo):
16466         * gst/playback/gstplaybasebin.h:
16467         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16468         (gst_play_bin_class_init), (gst_play_bin_init),
16469         (gst_play_bin_dispose), (gst_play_bin_set_property),
16470         (gst_play_bin_get_property), (gen_video_element),
16471         (gen_audio_element), (remove_sinks), (setup_sinks),
16472         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16473         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16474         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16475         (gst_play_bin_query), (plugin_init):
16476         * gst/playback/test4.c: (main):
16477         More fixes on reusing of the element.
16478
16479 2004-07-11  Benjamin Otte  <otte@gnome.org>
16480
16481         * ext/mad/gstmad.c: (normal_seek):
16482           allow seeking for other methods than just SET
16483
16484 2004-07-11  Andy Wingo  <wingo@pobox.com>
16485
16486         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16487         float, "any" caps -> buffer_frames=[0,MAX].
16488
16489         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16490         doesn't intersect our caps with the template any more. Do it
16491         ourselves.
16492         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16493
16494 2004-07-09  Wim Taymans  <wim@fluendo.com>
16495
16496         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16497         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16498         (compare_ranks), (print_feature), (gst_decode_bin_init),
16499         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16500         (try_to_link_1), (new_pad), (close_link), (type_found),
16501         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16502         (gst_decode_bin_change_state), (plugin_init):
16503         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16504         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16505         (gst_play_base_bin_dispose), (queue_overrun),
16506         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16507         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16508         (gst_play_base_bin_get_property), (play_base_eos),
16509         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16510         (gst_play_base_bin_remove_element),
16511         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16512         (gst_play_base_bin_unlink_stream),
16513         (gst_play_base_bin_get_streaminfo):
16514         * gst/playback/gstplaybasebin.h:
16515         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16516         (gst_play_bin_class_init), (gst_play_bin_init),
16517         (gst_play_bin_dispose), (gst_play_bin_set_property),
16518         (gst_play_bin_get_property), (gen_video_element),
16519         (gen_audio_element), (remove_sinks), (setup_sinks),
16520         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16521         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16522         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16523         (gst_play_bin_query), (plugin_init):
16524         * gst/playback/test4.c: (main):
16525         Work on object reuse and seeking.
16526
16527 2004-07-09  Wim Taymans  <wim@fluendo.com>
16528
16529         * examples/seeking/seek.c: (iterate):
16530         Don't consume all CPU in the idle loop.
16531
16532 2004-07-09  Wim Taymans  <wim@fluendo.com>
16533
16534         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16535         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16536         Add pad to element *after* setting the pad functions so that
16537         the scheduler can use the correct ones.
16538
16539 2004-07-09  Wim Taymans  <wim@fluendo.com>
16540
16541         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16542         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16543         Sync to keyframe after seek
16544
16545 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16546
16547         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16548         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16549         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16550         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16551         * ext/libvisual/visual.c: (gst_visual_change_state):
16552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16553         * ext/theora/theoradec.c: (theora_dec_change_state):
16554         * ext/theora/theoraenc.c: (theora_enc_change_state):
16555         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16556         * gst-libs/gst/navigation/navigation.c:
16557         * gst/adder/gstadder.c: (gst_adder_change_state):
16558         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16559         (gst_audio_convert_get_buffer):
16560         * gst/multipart/multipartdemux.c:
16561         (gst_multipart_demux_change_state):
16562         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16563         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16564         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16565         * gst/videoscale/gstvideoscale.c:
16566         (gst_videoscale_handle_src_event):
16567         * gst/volume/gstvolume.c: (volume_chain_int16):
16568           don't assert in state change, this should be done by the base
16569           GstElement class.
16570           various debugging fixes.
16571
16572 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16573
16574         * configure.ac:
16575         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16576         (gst_play_dispose), (gst_play_set_location),
16577         (gst_play_set_data_src), (gst_play_set_video_sink),
16578         (gst_play_set_audio_sink), (gst_play_set_visualization),
16579         (gst_play_connect_visualization), (gst_play_get_sink_element),
16580         (gst_play_get_all_by_interface):
16581         * gst-libs/gst/play/play.h:
16582           add new method to get elements implementing an interface.
16583           add various error logging
16584
16585 2004-07-08  Wim Taymans  <wim@fluendo.com>
16586
16587         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16588         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16589         (make_playerbin_pipeline), (query_durations_elems),
16590         (query_durations_pads), (query_positions_elems),
16591         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16592         (main):
16593         Added playbin seeking example.
16594
16595 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16596
16597         * gst-libs/gst/play/play.c: (gst_play_set_location),
16598         (gst_play_set_data_src), (gst_play_set_video_sink),
16599         (gst_play_set_audio_sink), (gst_play_set_visualization),
16600         (gst_play_connect_visualization), (gst_play_get_framerate):
16601           use a macro to look up elements from hash table
16602
16603 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16604
16605         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16606         (gst_play_get_length_callback), (gst_play_set_location),
16607         (gst_play_seek_to_time), (gst_play_set_data_src),
16608         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16609         (gst_play_set_visualization), (gst_play_connect_visualization),
16610         (gst_play_get_sink_element):
16611         - add debugging info
16612         - fix looking up sink elements by iterating over complete caps
16613         - put everything except for source and autoplugger in a complete bin
16614
16615 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16616
16617         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16618         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16619         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16620         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16621         * ext/alsa/gstalsasink.h:
16622         - add debugging info
16623         - clean up schizophrenia of data/buffer/event
16624         - fix double event unref error
16625
16626 2004-07-08  Wim Taymans  <wim@fluendo.com>
16627
16628         * gst/playback/Makefile.am:
16629         Add headers to noinst
16630
16631 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16632
16633         * tools/gst-launch-ext-m.m:
16634         * tools/gst-launch-ext.1.in:
16635           convert to the third millenium
16636
16637 2004-07-07  David Schleef  <ds@schleef.org>
16638
16639         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16640
16641 2004-07-07  Wim Taymans  <wim@fluendo.com>
16642
16643         * gst/playback/Makefile.am:
16644         * gst/playback/README:
16645         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16646         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16647         (compare_ranks), (print_feature), (gst_decode_bin_init),
16648         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16649         (try_to_link_1), (new_pad), (close_link), (type_found),
16650         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16651         (plugin_init):
16652         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16653         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16654         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16655         (gen_preroll_element), (no_more_pads), (new_stream),
16656         (setup_source), (gst_play_base_bin_set_property),
16657         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16658         (gst_play_base_bin_add_element),
16659         (gst_play_base_bin_remove_element),
16660         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16661         (gst_play_base_bin_unlink_stream),
16662         (gst_play_base_bin_get_streaminfo):
16663         * gst/playback/gstplaybasebin.h:
16664         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16665         (gst_play_bin_class_init), (gst_play_bin_init),
16666         (gst_play_bin_dispose), (gst_play_bin_set_property),
16667         (gst_play_bin_get_property), (gen_video_element),
16668         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16669         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16670         (gst_play_bin_get_formats), (gst_play_bin_convert),
16671         (gst_play_bin_get_query_types), (gst_play_bin_query),
16672         (plugin_init):
16673         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16674         (gst_stream_info_get_type), (gst_stream_info_class_init),
16675         (gst_stream_info_init), (gst_stream_info_new),
16676         (gst_stream_info_dispose), (gst_stream_info_set_property),
16677         (gst_stream_info_get_property):
16678         * gst/playback/gststreaminfo.h:
16679         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16680         (main):
16681         * gst/playback/test2.c: (main):
16682         * gst/playback/test3.c: (update_scale), (main):
16683         More playbin fixes. Added README. Do better element filtering.
16684         Added base class to preroll media. Added test apps.
16685
16686 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16687
16688         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16689         * ext/mpeg2dec/gstmpeg2dec.h:
16690           various debugging improvements.  Reset stream to next picture
16691           instead of sequence header, otherwise seeks cannot work.
16692
16693 2004-07-07  Wim Taymans  <wim@fluendo.com>
16694
16695         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16696         (gst_video_box_class_init), (gst_video_box_set_property),
16697         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16698         Use pad_alloc where possible.
16699
16700 2004-07-07  Wim Taymans  <wim@fluendo.com>
16701
16702         * sys/oss/gstosselement.c: (gst_osselement_reset),
16703         (gst_osselement_parse_caps):
16704         * sys/oss/gstosselement.h:
16705         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16706         Fix offset on osssrc.
16707
16708 2004-07-07  Wim Taymans  <wim@fluendo.com>
16709
16710         * ext/theora/theora.c: (plugin_init):
16711         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16712         (theora_dec_src_query), (theora_dec_chain):
16713         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16714         (theora_enc_sink_link), (theora_buffer_from_packet),
16715         (theora_push_packet), (theora_enc_chain):
16716         Fix theora granulepos calculation.
16717         Fix overflow in duration/position calculation.
16718         Bump rank to PRIMARY for theoradec.
16719         Use granulepos of last packet to calculate position.
16720         Set keyframe flag on buffers when needed.
16721
16722 2004-07-06  David Schleef  <ds@schleef.org>
16723
16724         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
16725         serious?  (Fixed, obviously.)
16726
16727 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16728
16729         * po/LINGUAS:
16730         * po/cs.po:
16731           added Czech translation (Miloslav Trmac)
16732
16733 2004-07-05  Wim Taymans  <wim@fluendo.com>
16734
16735         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16736         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16737         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16738         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16739         (close_link), (type_found), (gst_decode_bin_set_property),
16740         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
16741         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
16742         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
16743         (gst_decode_bin_query), (plugin_init):
16744         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16745         (gst_play_bin_class_init), (gst_play_bin_init),
16746         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
16747         (get_video_element), (new_pad), (setup_source),
16748         (gst_play_bin_set_property), (gst_play_bin_get_property),
16749         (gst_play_bin_change_state), (gst_play_bin_add_element),
16750         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16751         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16752         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16753         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16754         * gst/playback/test.c: (main):
16755         More fixes, cleaned up playbin, make it use decodebin. Added
16756         threaded property to playbin.
16757
16758 2004-07-05  Wim Taymans  <wim@fluendo.com>
16759
16760         * configure.ac:
16761         * gst/playback/Makefile.am:
16762         * gst/playback/decodetest.c: (main):
16763         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16764         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16765         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16766         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16767         (close_link), (type_found), (gst_decode_bin_set_property),
16768         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
16769         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
16770         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
16771         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
16772         (plugin_init):
16773         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16774         (gst_play_bin_class_init), (gst_play_bin_init),
16775         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
16776         (collect_sink_pads), (find_compatibles), (close_pad_link),
16777         (try_to_link_1), (new_pad), (close_link), (type_found),
16778         (setup_source), (gst_play_bin_set_property),
16779         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
16780         (compare_ranks), (gst_play_bin_collect_factories),
16781         (gst_play_bin_change_state), (gst_play_bin_add_element),
16782         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16783         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16784         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16785         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16786         * gst/playback/test.c: (main):
16787         Added some playback helper elements and some test apps, very alpha
16788         still.
16789
16790 2004-07-04  Benjamin Otte  <otte@gnome.org>
16791
16792         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16793           only restart audio when we indeed have an xrun to fix repeated
16794           xruns. Fix suggested by Giuliano Pochini.
16795
16796 2004-07-03  David Schleef  <ds@schleef.org>
16797
16798         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
16799         call to gst_debug_log() if debugging is disabled (bug #145118)
16800
16801 2004-07-03  Benjamin Otte  <otte@gnome.org>
16802
16803         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16804           use our own functions for restarting the alsa device.
16805         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16806           I should apply patches myself - use MIN for the third argument, not
16807           the second, this fixes seeking
16808
16809 2004-07-02  David Schleef  <ds@schleef.org>
16810
16811         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16812         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
16813         do with the logic.
16814
16815 2004-07-02  David Schleef  <ds@schleef.org>
16816
16817         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
16818         output buffers.  Fix logic mistake.  (bug #144866)
16819
16820 2004-07-02  David Schleef  <ds@schleef.org>
16821
16822         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
16823         on X.  (bug #144753)
16824
16825 2004-07-02  David Schleef  <ds@schleef.org>
16826
16827         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
16828         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
16829         (bug #144624)
16830         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16831         (gst_osselement_rate_probe_check): Add another workaround for
16832         buggy drivers (bug #145336)
16833
16834 2004-07-02  David Schleef  <ds@schleef.org>
16835
16836         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
16837         Most systems don't have MSG_NOSIGNAL.
16838
16839 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16840
16841         * Makefile.am:
16842         * gst-libs/gst/colorbalance/Makefile.am:
16843         * gst-libs/gst/mixer/Makefile.am:
16844         * gst-libs/gst/play/Makefile.am:
16845         * gst-libs/gst/tuner/Makefile.am:
16846           (hopefully) fix both install and dist and make error message useful.
16847           needs testing across automakes.
16848
16849 2004-07-02  Benjamin Otte  <otte@gnome.org>
16850
16851         * ext/ogg/gstogg.c: (plugin_init):
16852           we require bytestream now
16853         * ext/ogg/gstoggdemux.c:
16854           huge diff to implement chain setup in a fast and generic way. This
16855           improves tag reading and startup of huge files (read: Theora videos)
16856           quite a bit. It probably contains bugs, too, so please test.
16857           Seeking is not improved to the fast method.
16858
16859 2004-06-29  Wim Taymans  <wim@fluendo.com>
16860
16861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16862         * ext/ogg/gstoggmux.c:
16863         Fix memleak in oggdemux when running unconnected pads.
16864         doc update in mux, start working on keyframe mode.
16865
16866 2004-06-29  Benjamin Otte  <otte@gnome.org>
16867
16868         * sys/oss/gstosssink.c:
16869         * sys/oss/gstosssrc.c:
16870           advertise correct template caps - we indeed do non-native endianness
16871           and 8bit audio has no endianness
16872         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
16873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
16874           avoid (wrong) duplications in getcaps function and return
16875           template caps
16876
16877 2004-06-29  Wim Taymans  <wim@fluendo.com>
16878
16879         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16880         (gst_multifdsink_class_init), (gst_multifdsink_add),
16881         (gst_multifdsink_remove), (gst_multifdsink_clear),
16882         (gst_multifdsink_client_remove),
16883         (gst_multifdsink_handle_client_read),
16884         (gst_multifdsink_client_queue_data),
16885         (gst_multifdsink_client_queue_caps),
16886         (gst_multifdsink_client_queue_buffer),
16887         (gst_multifdsink_handle_client_write),
16888         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16889         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16890         (gst_multifdsink_init_send), (gst_multifdsink_close):
16891         Fix wrong GList iteration that could crash the server when
16892         more then 2 clients disconnect at the same time. Read all the
16893         pending commands in one batch to recover from command storms under
16894         very heavy load.
16895
16896 2004-06-28  Wim Taymans  <wim@fluendo.com>
16897
16898         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16899         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16900         (gst_videomixer_pad_set_property),
16901         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16902         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16903         (gst_videomixer_class_init), (gst_videomixer_init),
16904         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
16905         (pad_zorder_compare), (gst_videomixer_sort_pads),
16906         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16907         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
16908         (gst_videomixer_update_queues), (gst_videomixer_loop),
16909         (plugin_init):
16910         Avoid divide by zero, choose masterpad as the pad with the highest
16911         framerate.
16912
16913 2004-06-27  Julien Moutte  <julien@moutte.net>
16914
16915         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16916         (gst_ximagesink_xwindow_new):
16917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16918         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
16919         function directly. We might want to call it from somewhere else one day.
16920
16921 2004-06-27  Julien Moutte  <julien@moutte.net>
16922
16923         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16924         (gst_ximagesink_xwindow_new):
16925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16926         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
16927         window decorations.
16928
16929 2004-06-27  Wim Taymans  <wim@fluendo.com>
16930
16931         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
16932         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16933         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
16934         (gst_dvdec_set_property), (gst_dvdec_get_property):
16935         * ext/dv/gstdvdec.h:
16936         Implement drop_factor property to lower the framerate with
16937         a factor.
16938
16939 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16940
16941         * gst-libs/gst/colorbalance/Makefile.am:
16942         * gst-libs/gst/mixer/Makefile.am:
16943         * gst-libs/gst/play/Makefile.am:
16944         * gst-libs/gst/tuner/Makefile.am:
16945           unbreak Company's fix that didn't install the -enum.h files
16946
16947 2004-06-27  Wim Taymans  <wim@fluendo.com>
16948
16949         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
16950         (gst_dvdec_change_state):
16951         * ext/dv/gstdvdec.h:
16952         Fix timestamp, duration and offset of the buffers.
16953
16954 2004-06-27  Wim Taymans  <wim@fluendo.com>
16955
16956         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16957         (gst_multifdsink_class_init), (gst_multifdsink_add),
16958         (gst_multifdsink_remove), (gst_multifdsink_clear),
16959         (gst_multifdsink_client_remove),
16960         (gst_multifdsink_handle_client_read),
16961         (gst_multifdsink_client_queue_data),
16962         (gst_multifdsink_client_queue_caps),
16963         (gst_multifdsink_client_queue_buffer),
16964         (gst_multifdsink_handle_client_write),
16965         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16966         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16967         (gst_multifdsink_init_send), (gst_multifdsink_close):
16968         * gst/tcp/gstmultifdsink.h:
16969         * gst/tcp/gsttcpserversink.c:
16970         (gst_tcpserversink_handle_server_read),
16971         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
16972         More multifdsink fixes, more recovery policy fixes.
16973         Removed stupid g_print
16974
16975 2004-06-26  Wim Taymans  <wim@fluendo.com>
16976
16977         * gst/tcp/Makefile.am:
16978         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16979         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
16980         (gst_multifdsink_class_init), (gst_multifdsink_init),
16981         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
16982         (gst_multifdsink_handle_client_read),
16983         (gst_multifdsink_client_queue_data),
16984         (gst_multifdsink_client_queue_caps),
16985         (gst_multifdsink_client_queue_buffer),
16986         (gst_multifdsink_handle_client_write),
16987         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16988         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16989         (gst_multifdsink_chain), (gst_multifdsink_set_property),
16990         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16991         (gst_multifdsink_close), (gst_multifdsink_change_state):
16992         * gst/tcp/gstmultifdsink.h:
16993         * gst/tcp/gsttcpplugin.c: (plugin_init):
16994         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
16995         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
16996         (gst_tcpserversink_handle_server_read),
16997         (gst_tcpserversink_handle_select),
16998         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
16999         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17000         * gst/tcp/gsttcpserversink.h:
17001         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17002         one of the locks, added recovery policy to multifdsink.
17003
17004 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17005
17006         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17007           fix decision for when getting frames with same timestamp
17008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17009         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17010         (gst_v4lsrc_get_property):
17011         * sys/v4l/gstv4lsrc.h:
17012           add latency offset property
17013
17014 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17015
17016         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17017         (plugin_init):
17018           fix debugging. add category.
17019
17020 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17021
17022         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17023           fix wrong offsets
17024
17025 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17026
17027         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17028         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17029         (gst_alsa_src_change_state):
17030           return a time that is in sync with the element's processing
17031
17032 2004-06-25  Wim Taymans  <wim@fluendo.com>
17033
17034         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17035         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17036         (gst_tcpserversink_client_remove),
17037         (gst_tcpserversink_handle_client_read),
17038         (gst_tcpserversink_client_queue_data),
17039         (gst_tcpserversink_client_queue_caps),
17040         (gst_tcpserversink_client_queue_buffer),
17041         (gst_tcpserversink_handle_client_write),
17042         (gst_tcpserversink_queue_buffer),
17043         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17044         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17045         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17046         (gst_tcpserversink_close):
17047         * gst/tcp/gsttcpserversink.h:
17048         Serversink rewrite. Really do non blocking writes to clients and
17049         maintain an internal queue to handle slower clients while not
17050         disturbing fast clients.
17051
17052 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17053
17054         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17055           better debug, don't override OFFSET and OFFSET_END
17056
17057 2004-06-25  Iain <iain@prettypeople.org>
17058
17059         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17060         name=source for the wavparse pipeline.
17061
17062 2004-06-24  Johan Dahlin  <johan@gnome.org>
17063
17064         * ext/theora/theoraenc.c (theora_enc_chain): Call
17065         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17066         streamheader caps are set correctly.
17067
17068 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17069
17070         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17071         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17072           respect minimum bitrate; same could be done for max bitrate
17073
17074 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17075
17076         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17077         (gst_vorbisenc_setup):
17078           fix sample rate range
17079
17080 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17081
17082         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17083         (gst_oggvorbisenc_setup):
17084         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17085         (gst_vorbisenc_setup):
17086           resolve ambiguities in code and description
17087
17088 2004-06-24  Wim Taymans  <wim@fluendo.com>
17089
17090         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17091         * ext/alsa/gstalsa.h:
17092         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17093         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17094         Use alsa trigger_tstamp to get the timestamp of the first
17095         sample in the buffer for more precise sync. Some cleanups.
17096
17097 2004-06-24  Wim Taymans  <wim@fluendo.com>
17098
17099         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17100         (gst_audiorate_init), (gst_audiorate_chain),
17101         (gst_audiorate_set_property), (gst_audiorate_get_property):
17102         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17103         (gst_videorate_chain):
17104         Added some logging, fixed an overflow bug in videorate.
17105
17106 2004-06-24  Benjamin Otte  <otte@gnome.org>
17107
17108         * ext/kio/Makefile.am:
17109           fix for builddir != srcdir and distcheck
17110
17111 2004-06-24  Benjamin Otte  <otte@gnome.org>
17112
17113         * gst-libs/gst/colorbalance/Makefile.am:
17114         * gst-libs/gst/mixer/Makefile.am:
17115         * gst-libs/gst/play/Makefile.am:
17116         * gst-libs/gst/tuner/Makefile.am:
17117         * gst/tcp/Makefile.am:
17118         * sys/dxr3/Makefile.am:
17119           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17120           tarball.
17121           Also add all *.list files that were missing.
17122         * Makefile.am:
17123           add a distcheck hook to ensure the above doesn't happen again.
17124
17125 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17126
17127         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17128
17129 2004-06-23  Colin Walters  <walters@redhat.com>
17130
17131         * m4/Makefile.am: Distribute gst-fionread.m4.
17132
17133 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17134
17135         * configure.ac: back to dev
17136
17137 2004-06-23  Wim Taymans  <wim@fluendo.com>
17138
17139         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17140         (gst_alsa_xrun_recovery):
17141         * ext/alsa/gstalsa.h:
17142         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17143         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17144         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17145         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17146         (gst_alsa_src_loop):
17147         Add clock to alsasrc. Take new capture timestamp when
17148         restarting after an overrun. Split up some functions between
17149         alsasrc and alsasink.
17150
17151 === release 0.8.2 ===
17152
17153 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17154
17155         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17156         (gst_alsa_change_state), (gst_alsa_update_avail),
17157         (gst_alsa_xrun_recovery):
17158         * ext/alsa/gstalsa.h:
17159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17160           merge back changes from release
17161
17162 2004-06-23  Wim Taymans  <wim@fluendo.com>
17163
17164         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17165         (gst_audiorate_init), (gst_audiorate_chain),
17166         (gst_audiorate_set_property), (gst_audiorate_get_property):
17167         Implement sample dropping and notify
17168
17169 2004-06-22  Wim Taymans  <wim@fluendo.com>
17170
17171         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17172         (theora_enc_sink_link), (theora_buffer_from_packet),
17173         (theora_push_packet), (theora_enc_chain):
17174         Some cleanups, make sure the timestamps are correct.
17175
17176 2004-06-22  Wim Taymans  <wim@fluendo.com>
17177
17178         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17179         (gst_alsa_change_state), (gst_alsa_update_avail),
17180         (gst_alsa_xrun_recovery):
17181         * ext/alsa/gstalsa.h:
17182         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17183         Cleanups, take queued samples into account when reporting
17184         the time.
17185
17186 2004-06-22  Wim Taymans  <wim@fluendo.com>
17187
17188         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17189         (gst_videorate_init):
17190         Initialize the property as well.
17191
17192 2004-06-22  Wim Taymans  <wim@fluendo.com>
17193
17194         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17195         (gst_videorate_init), (gst_videorate_chain),
17196         (gst_videorate_set_property), (gst_videorate_get_property):
17197         Add property to make videorate silent.
17198         Add property to prefer new frames over old ones.
17199
17200 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17201
17202         * sys/osxvideo/Makefile.am:
17203         Workaround so that the osxvideo .so file gets linked with the
17204         Cocoa, OpenGL and QuickTime frameworks
17205
17206 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17207
17208         * sys/osxaudio/Makefile.am:
17209         Workaround so that the osxaudio .so file gets linked with the
17210         CoreAudio framework
17211
17212 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17213
17214         * configure.ac:
17215         Whoops, my fault...fixed build issues
17216
17217 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17218
17219         * configure.ac:
17220         Add objective-c support if running in Darwin/Mac OS X
17221         * sys/Makefile.am:
17222         * sys/osxvideo:
17223         * sys/osxvideo/Makefile.am:
17224         * sys/osxvideo/osxvideosink.h:
17225         * sys/osxvideo/osxvideosink.m:
17226         * sys/osxvideo/cocoawindow.h:
17227         * sys/osxvideo/cocoawindow.m:
17228         Add osxvideosink, a cocoa-based osx video sink
17229
17230
17231 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17232         * ext/dvdnav/gst-dvd:
17233         Grab the gconf key from the right spot
17234         * gst/debug/gstnavseek.c: (gst_navseek_init),
17235         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17236         (gst_navseek_chain):
17237         * gst/debug/gstnavseek.h:
17238           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17239           and loop parameters of a segment seek.
17240         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17241         (gst_videotestsrc_get_event_masks),
17242         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17243         * gst/videotestsrc/gstvideotestsrc.h:
17244           Add seeking support to videotestsrc
17245           Initialise the timestamp_offset variable.
17246
17247 2004-06-18  Wim Taymans  <wim@fluendo.com>
17248
17249         * ext/sidplay/gstsiddec.cc:
17250         Fix negotiation and set correct end offset.
17251
17252 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17253
17254         * configure.ac: branch and prerelease
17255
17256 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17257
17258         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17259         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17260         (gst_tcpclientsrc_init_receive):
17261         * gst/tcp/gsttcpclientsrc.h:
17262           read caps when connecting to server for GDP so we set them correctly
17263
17264 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17265
17266         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17267           notify drops and duplicates
17268         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17269           no good reason to limit ourselves to 100x100
17270
17271 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17272
17273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17274         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17275         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17276         (gst_v4lsrc_get_property):
17277         * sys/v4l/gstv4lsrc.h:
17278         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17279         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17280         (gst_v4l_set_audio):
17281         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17282         (gst_v4lsrc_try_capture):
17283         * sys/v4l/v4lsrc_calls.h:
17284           change try_palette to more general try_capture
17285           add autoprobe option so we can turn off autoprobing
17286           various fixes
17287
17288 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17289
17290         * configure.ac:
17291           add videorate
17292         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17293         (gst_ximagesink_class_init):
17294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17295         (gst_xvimagesink_class_init):
17296           run them as finalize, not dispose, since dispose can be invoked
17297           multiple times
17298
17299 2004-06-17  Wim Taymans  <wim@fluendo.com>
17300
17301         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17302         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17303         * ext/alsa/gstalsa.h:
17304         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17305         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17306         (gst_alsa_src_change_state):
17307         * ext/alsa/gstalsasrc.h:
17308         Make the xrun code timestamp and offset the buffers correctly.
17309         moved the clock to the base class, use alsa methods to get time.
17310         Do correct timestamping on outgoing buffers.
17311
17312 2004-06-17  Wim Taymans  <wim@fluendo.com>
17313
17314         * gst/audiorate/Makefile.am:
17315         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17316         (gst_audiorate_base_init), (gst_audiorate_class_init),
17317         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17318         (gst_audiorate_set_property), (gst_audiorate_get_property),
17319         (gst_audiorate_change_state), (plugin_init):
17320         Added an audiorate converter that fills in gaps.
17321
17322 2004-06-17  Johan Dahlin  <johan@gnome.org>
17323
17324         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17325
17326 2004-06-16  Wim Taymans  <wim@fluendo.com>
17327
17328         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17330         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17331         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17332         (gst_v4lsrc_get_property):
17333         * sys/v4l/gstv4lsrc.h:
17334         Added a copy mode to v4lsrc where it will output a copied version
17335         of its internal hardware buffer.
17336         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17337         can't | them.
17338
17339 2004-06-16  Wim Taymans  <wim@fluendo.com>
17340
17341         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17342         Timestamp fixes.
17343
17344 2004-06-16  Wim Taymans  <wim@fluendo.com>
17345
17346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17347         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17348         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17349         (gst_v4lsrc_get_property):
17350         * sys/v4l/gstv4lsrc.h:
17351         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17352         Added a sync mode enum property to control v4lsrc timestamp method
17353         Removed the use-fixed-fps property and moved functionality in
17354         the enum.
17355         Don't error on an error value from v4l-conf, it might not always
17356         be a real error.
17357
17358 2004-06-16  Wim Taymans  <wim@fluendo.com>
17359
17360         * gst/videorate/Makefile.am:
17361         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17362         (gst_videorate_base_init), (gst_videorate_class_init),
17363         (gst_videorate_getcaps), (gst_videorate_link),
17364         (gst_videorate_init), (gst_videorate_chain),
17365         (gst_videorate_set_property), (gst_videorate_get_property),
17366         (gst_videorate_change_state), (plugin_init):
17367         Added a video timestamp corrector.
17368
17369 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17370
17371         fixed a potential leak with previous commit
17372
17373         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17374
17375 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17376
17377         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17378         Added missing refcount, fixes bug #144425
17379         Cheers Tim for finding the bug
17380
17381 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17382
17383         * sys/v4l/gstv4l.c: (plugin_init):
17384         * sys/v4l/gstv4lcolorbalance.c:
17385         * sys/v4l/gstv4lcolorbalance.h:
17386         * sys/v4l/gstv4lelement.c:
17387         * sys/v4l/gstv4lelement.h:
17388         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17389         * sys/v4l/gstv4lmjpegsink.h:
17390         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17391         * sys/v4l/gstv4lmjpegsrc.h:
17392         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17393         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17394         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17395         * sys/v4l/gstv4lsrc.h:
17396         * sys/v4l/gstv4ltuner.c:
17397         * sys/v4l/gstv4ltuner.h:
17398         * sys/v4l/gstv4lxoverlay.c:
17399         * sys/v4l/gstv4lxoverlay.h:
17400         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17401         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17402         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17403         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17404         (gst_v4l_set_audio):
17405         * sys/v4l/v4l_calls.h:
17406         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17407         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17408         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17409         (gst_v4lmjpegsink_playback_init),
17410         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17411         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17412         (gst_v4lmjpegsink_playback_stop),
17413         (gst_v4lmjpegsink_playback_deinit):
17414         * sys/v4l/v4lmjpegsink_calls.h:
17415         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17416         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17417         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17418         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17419         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17420         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17421         * sys/v4l/v4lmjpegsrc_calls.h:
17422         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17423         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17424         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17425         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17426         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17427         (gst_v4lsrc_try_palette):
17428         * sys/v4l/v4lsrc_calls.h:
17429           bunch of paranoia cleanups
17430
17431 2004-06-14  David Schleef  <ds@schleef.org>
17432
17433         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17434         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17435         Send discont events and change timestamps appropriately when
17436         we get a seek event.  (bug #144240)
17437         * ext/cdparanoia/gstcdparanoia.h:
17438
17439 2004-06-14  Benjamin Otte  <otte@gnome.org>
17440
17441         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17442           snd_pcm_hw_params_set_rate  since the latter fails for no good
17443           reason on some setups.
17444
17445 2004-06-14  David Schleef  <ds@schleef.org>
17446
17447         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17448         standard.  Thank you for playing.
17449
17450 2004-06-14  Wim Taymans  <wim@fluendo.com>
17451
17452         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17453         Patch 1.3 broke the ordering of the colorspace info and
17454         made the plugin basically work by coincidence, reordered
17455         the info.
17456
17457 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17458
17459         * ext/lame/gstlame.c:
17460         * ext/mad/gstmad.c:
17461           sync caps.  Make sure mad can only output a list of rates, not
17462           a full range.  In the future, have three caps lists for each of the
17463           mpeg versions.  Change mpegversion to a double as well.
17464
17465 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17466
17467         * gst/volume/.cvsignore:
17468         * gst/volume/Makefile.am:
17469         * gst/volume/demo.c: (value_changed_callback), (idler),
17470         (setup_gui), (main):
17471           added small demo app
17472
17473 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17474         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17475         * ext/esd/esdsink.h:
17476         Close the esd connection on pause, because esd will just wait -
17477         blocking all other esd clients indefinitely.
17478
17479 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17480
17481         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17482           previous commit with GST_DEBUG
17483
17484 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17485
17486         * configure.ac:
17487           add a header check for a dvdread header in dvdnav.  Fixes #133002
17488
17489 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17490
17491         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17492         * gst/tcp/gsttcpclientsink.h:
17493         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17494         * gst/tcp/gsttcpclientsrc.h:
17495         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17496         (gst_tcpserversink_handle_server_read),
17497         (gst_tcpserversink_init_send):
17498         * gst/tcp/gsttcpserversink.h:
17499         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17500         * gst/tcp/gsttcpserversrc.h:
17501         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17502         version of IP)
17503
17504 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17505
17506         * configure.ac:
17507         Added ogg library so that OSX detects libtheora properly
17508
17509 2004-06-11  Wim Taymans  <wim@fluendo.com>
17510
17511         * ext/theora/theoradec.c: (theora_dec_chain),
17512         (theora_dec_change_state):
17513         Don't try to decode frames before we received a keyframe.
17514
17515 2004-06-11  Wim Taymans  <wim@fluendo.com>
17516
17517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17518         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17519         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17520         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17521         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17522         Added property to set the maximum delay of a page.
17523
17524 2004-06-10  Wim Taymans  <wim@fluendo.com>
17525
17526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17527         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17528         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17529         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17530         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17531         Added max-delay property to control the maximum amount
17532         of data to put in one page.
17533
17534 2004-06-10  Wim Taymans  <wim@fluendo.com>
17535
17536         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17537         (gst_theora_enc_init), (theora_enc_sink_link),
17538         (theora_buffer_from_packet), (theora_enc_set_property),
17539         (theora_enc_get_property):
17540         Set duration on encoded buffer, added some more properties
17541
17542 2004-06-10  Wim Taymans  <wim@fluendo.com>
17543
17544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17545         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17546         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17547         * ext/theora/theoraenc.c: (theora_enc_chain):
17548         Fix refcounting bugs
17549
17550 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17551
17552         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17553         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17554         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17555         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17556         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17557         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17558         (gst_asf_demux_change_state):
17559         * gst/asfdemux/gstasfdemux.h:
17560           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17561           feels like. I think we should set a new requirement for demuxers
17562           from now on to implement sane loop functions, data loops, query
17563           and seek functions before first commit into CVS. And this commit
17564           fixes all of the above.
17565
17566 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17567
17568         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17569           vorbis comments are properly encoded in UTF-8 before adding them
17570           to a GstTagList
17571
17572 2004-06-09  Benjamin Otte  <otte@gnome.org>
17573
17574         * ext/alsa/gstalsa.c: (add_channels):
17575           handle min <= max correctly
17576         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17577         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17578           add fixation functions so we fixate correctly. No preferring of alaw
17579           anymore because it's the first structure.
17580         * ext/alsa/gstalsa.h:
17581         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17582         (gst_alsa_hw_params_dump):
17583           add functions to ease debugging in alsalib
17584         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17585         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17586         (gst_alsa_start_audio):
17587           only specify hw params if we really setup a format (fixes #134007 -
17588           or at least works around it)
17589
17590 2004-06-09  Wim Taymans  <wim@fluendo.com>
17591
17592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17593         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17594         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17595         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17596         (gst_ogg_mux_loop):
17597         Use stream caps to setup the initial pages in the ogg stream.
17598         Correctly set the streamheader caps on the srcpad.
17599
17600 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17601
17602         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17603         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17604         (gst_v4lsrc_getcaps):
17605         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17606         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17607           add querying of fps lists for webcams.  Negotiating to a framerate
17608           now works.
17609
17610 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17611
17612         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17613         (theora_push_buffer), (theora_push_packet),
17614         (theora_set_header_on_caps), (theora_enc_chain):
17615           mark buffers and put on streamheader, raw theora streaming
17616           now works too, whee
17617
17618 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17619
17620         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17621         (gst_tcp_gdp_read_caps):
17622           do a looping read for caps and GDP headers too
17623
17624 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17625
17626         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17627         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17628           return EOS instead of NULL in _get
17629
17630 2004-06-08  Wim Taymans  <wim@fluendo.com>
17631
17632         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17633         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17634         (gst_tcp_gdp_write_caps):
17635         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17636         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17637         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17638         Memory leak fixes
17639
17640 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17641
17642         * ext/vorbis/Makefile.am:
17643         * ext/vorbis/vorbis.c: (plugin_init):
17644         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17645         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17646         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17647         (vorbis_parse_change_state):
17648         * ext/vorbis/vorbisparse.h:
17649           adding a vorbisparse element that marks the buffers, streaming
17650           raw vorbis using GDP now works, whee
17651
17652 2004-06-08  Wim Taymans  <wim@fluendo.com>
17653
17654         * ext/jpeg/Makefile.am:
17655         * ext/jpeg/README:
17656         * ext/jpeg/gstjpeg.c: (plugin_init):
17657         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17658         (gst_smokedec_base_init), (gst_smokedec_class_init),
17659         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17660         * ext/jpeg/gstsmokedec.h:
17661         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17662         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17663         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17664         (gst_smokeenc_resync), (gst_smokeenc_chain),
17665         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17666         * ext/jpeg/gstsmokeenc.h:
17667         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17668         (smokecodec_flush_destination), (smokecodec_term_destination),
17669         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17670         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17671         (smokecodec_term_source), (smokecodec_encode_new),
17672         (smokecodec_decode_new), (smokecodec_info_free),
17673         (smokecodec_set_quality), (smokecodec_get_quality),
17674         (smokecodec_set_threshold), (smokecodec_get_threshold),
17675         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17676         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17677         (smokecodec_parse_header), (smokecodec_decode):
17678         * ext/jpeg/smokecodec.h:
17679         Added a new simple jpeg based codec
17680
17681 2004-06-08  Wim Taymans  <wim@fluendo.com>
17682
17683         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17684         (gst_multipart_mux_loop):
17685         Fix memory leak
17686
17687 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17688
17689         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17690         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17691         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17692         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17693         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17694         * gst/tcp/gsttcpserversink.h:
17695           take streamheader into account
17696
17697 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17698
17699         * gst/level/Makefile.am:
17700         * gst/level/gstlevel.c: (gst_level_class_init):
17701           clean up marshal generation
17702
17703 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17704
17705         * gst/tcp/Makefile.am:
17706         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17707         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17708         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17709         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17710         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17711         (gst_tcpclientsrc_get_property):
17712         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17713         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17714         (gst_tcpserversink_handle_client_read),
17715         (gst_tcpserversink_handle_client_write),
17716         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
17717         * gst/tcp/gsttcpserversink.h:
17718           add signals client-added and client-removed
17719         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17720         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
17721         (gst_tcpserversrc_get_property):
17722         uniformized, change default protocol to NONE
17723         * gst/tcp/gsttcp-marshal.list: added
17724 2004-06-07  Benjamin Otte  <otte@gnome.org>
17725
17726         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17727           handle discont events if they happen before caps nego
17728
17729 2004-06-07  Wim Taymans  <wim@fluendo.com>
17730
17731         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17732         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17733         (gst_multipart_demux_plugin_init):
17734         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17735         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17736         (gst_multipart_mux_change_state):
17737         Small updates, fix a memleak
17738
17739 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17740
17741         * configure.ac: OSS portability
17742         * ext/arts/gst_arts.c: idem
17743         * sys/oss/gstosselement.c: idem
17744         * sys/oss/gstossmixer.c: idem
17745         * sys/oss/gstosssink.c: idem
17746         * sys/oss/gstosssrc.c: idem
17747         * sys/oss/oss_probe.c: idem
17748           - check for soundcard.h in different places for some BSD
17749
17750 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
17751
17752         * AUTHORS:
17753         Add me to the authors file
17754         * configure.ac:
17755         Increase the libdv requirement to >= version 0.100
17756         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
17757         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
17758         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
17759         * ext/dv/gstdvdec.h:
17760         Add support for the new_media flag when sending DISCONT events
17761         Make the querying work when video pad is not linked
17762
17763 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17764
17765         reviewed by Benjamin Otte  <otte@gnome.org>
17766
17767         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
17768           create a NULL-initialized array of pads, so we don't think they
17769           exist already. (fixes #143130)
17770
17771 2004-06-07  Benjamin Otte  <otte@gnome.org>
17772
17773         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
17774         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
17775         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
17776           don't use // coments
17777
17778 2004-06-07  Benjamin Otte  <otte@gnome.org>
17779
17780         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
17781           cast to GstClockTime to get higher granularity
17782         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17783           use gst_element_set_time_delay to get the exact time
17784         * ext/mad/gstmad.c: (gst_mad_chain):
17785           use the negotiated rate instead of the current frame's rate which
17786           might be wrong because of bit errors. This avoids emitting totally
17787           bogus timestamps and screwing sync.
17788         (fixes #143454)
17789
17790 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17791
17792         reviewed by Benjamin Otte  <otte@gnome.org>
17793
17794         * gst/adder/gstadder.c: (gst_adder_loop):
17795           properly error out when no negotiation has happened yet. (fixes
17796           #143032)
17797
17798 2004-06-06  Benjamin Otte  <otte@gnome.org>
17799
17800         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17801           forward correctly transformed offset in discont events. Based on
17802           patch by Arwed v. Merkatz. (fixes #142851)
17803
17804 2004-06-06  David Schleef  <ds@schleef.org>
17805
17806         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
17807         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
17808         problems on several systems.
17809
17810 2004-06-06  Benjamin Otte  <otte@gnome.org>
17811
17812         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17813           use explicit caps on the srcpad
17814         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17815           properly error out if caps couldn't be set (fixes #142764)
17816
17817 2004-06-06  Benjamin Otte  <otte@gnome.org>
17818
17819         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17820         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17821         (gst_alsa_start_audio):
17822           - don't call set_periods_integer anymore, it breaks the
17823           configuration randomly
17824           - call snd_pcm_hw_params_set_access directly instead of using masks
17825           - don't fail if the sw_params can't be set, just use the default
17826           params and hope it works. Alsalib has weird issues when you touch
17827           sw_params and does no proper error reporting about what failed.
17828         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17829         (gst_alsa_close_audio):
17830           make our alsa debugging go via gst debugging and not conditionally
17831           defined
17832         * ext/alsa/gstalsa.h:
17833           add ALSA_DEBUG_FLUSH macro
17834         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
17835         (plugin_init):
17836           wrap alsa errors to be printed via the gst debugging system and not
17837           spammed to stderr
17838
17839 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17840
17841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17842         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
17843         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
17844         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
17845         (qtdemux_parse_trak):
17846         * gst/qtdemux/qtdemux.h:
17847           Bitch. Also known as seeking, querying & co.
17848         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17849         (gst_osssink_change_state):
17850         * sys/oss/gstosssink.h:
17851           Resyncing is for weenies, this hack is no longer needed and was
17852           broken anyway (since it - unintendedly - always leaves resync to
17853           TRUE).
17854
17855 2004-06-05  Andrew Turner <zxombie@hotpop.com>
17856
17857         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
17858         * gst/tcp/gsttcpclientsrc.h: idem
17859           - define MSG_NOSIGNAL if not done
17860           - include unistd.h for off_t
17861           (fixes #143749)
17862
17863 2004-06-05  Benjamin Otte  <otte@gnome.org>
17864
17865         * configure.ac:
17866         * ext/kio/Makefile.am:
17867           check for qt's moc preprocessor explicitly and use it
17868
17869 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17870
17871         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
17872           don't get a signal for EPIPE on socket writes
17873           (somebody check if this works on other platforms)
17874
17875 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17876
17877         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17878         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17879           check error condition on available samples correctly
17880
17881 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17882
17883         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
17884           avoid a segfault
17885         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
17886         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
17887         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17888         (gst_tcpserversrc_gdp_read_header):
17889          use ssize_t over size_t since the former is signed and thus the
17890          check for error codes can work
17891
17892 2004-06-02  Wim Taymans  <wim@fluendo.com>
17893
17894         reviewed by: Johan
17895
17896         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17897         (gst_multipart_mux_loop):
17898         Oops
17899
17900 2004-06-02  Wim Taymans  <wim@fluendo.com>
17901
17902         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17903         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17904         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17905         (gst_multipart_mux_change_state):
17906         Added configurable boundary specifier, added the value as a
17907         caps field as well.
17908
17909 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17910
17911         * gst/tcp/gsttcp.c:
17912         * gst/tcp/gsttcpclientsrc.c:
17913         * gst/tcp/gsttcpclientsrc.h:
17914         * gst/tcp/gsttcpserversrc.c:
17915           - portability fix, to compile on OSX
17916             (fixes #143146)
17917
17918         * sys/osxaudio/gstosxaudioelement.c:
17919         * sys/osxaudio/gstosxaudiosink.c:
17920         * sys/osxaudio/gstosxaudiosrc.c:
17921           - compilation warnings on OSX
17922             (fixes #143153)
17923
17924 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17925
17926         * ext/vorbis/vorbisdec.c : sign warning fixes
17927
17928         * gst-libs/gst/mixer/mixertrack.c :
17929           do no use defines which are glib 2.4 specific
17930
17931 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
17932
17933         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
17934           buffer since libflac doesn't expect it (reports a sync error when
17935           it encounters that)
17936
17937
17938 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
17939
17940         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
17941         * gst-libs/gst/mixer/mixertrack.c:
17942         (gst_mixer_track_get_property), (get_mixer_track_init),
17943         (get_mixer_track_get_property): Added property accessors
17944         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
17945         * gst-libs/gst/mixer/mixeroptions.c:
17946         (gst_mixer_options_get_values): Added
17947         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
17948         * gst-libs/gst/mixer/mixer.c: Fixed comment
17949
17950
17951 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17952
17953         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17954           improve error messages on open
17955
17956
17957 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17958
17959         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17960           check if v4l-conf is in path
17961
17962 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17963
17964         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17965           change assert to a more readable error message
17966
17967 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17968
17969         * gst-libs/gst/tuner/tunerchannel.h:
17970           - add a freq_multiplicator field to make the conversion
17971             between internal frequency unit and Hz
17972         * sys/v4l/gstv4lelement.c:
17973         * sys/v4l2/gstv4l2element.c:
17974           - change default video device to /dev/video0
17975         * sys/v4l/v4l_calls.c:
17976         * sys/v4l2/v4l2_calls.c:
17977           - we only expose frequency to the user in Hz instead of
17978             bastard v4lX unit (either 62.5kHz or 62.5Hz)
17979
17980 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
17981         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17982           Initialise b_o_s and e_o_s variables
17983         * gst-libs/gst/riff/riff-media.c:
17984         (gst_riff_create_video_caps_with_data):
17985           Add some unusual fourcc's from mplayer avi's
17986         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
17987           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
17988           autoplugging.
17989
17990 2004-05-28  Wim Taymans  <wim@fluendo.com>
17991
17992         * configure.ac:
17993         * gst/alpha/Makefile.am:
17994         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
17995         (gst_alpha_get_type), (gst_alpha_base_init),
17996         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
17997         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
17998         (gst_alpha_chroma_key), (gst_alpha_chain),
17999         (gst_alpha_change_state), (plugin_init):
18000         A plugin to add an alpha channel to I420 video. Can optionally do
18001         chroma keying.
18002         * gst/multipart/Makefile.am:
18003         * gst/multipart/multipart.c: (plugin_init):
18004         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18005         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18006         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18007         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18008         (gst_multipart_demux_change_state),
18009         (gst_multipart_demux_plugin_init):
18010         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18011         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18012         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18013         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18014         (gst_multipart_mux_pad_unlink),
18015         (gst_multipart_mux_request_new_pad),
18016         (gst_multipart_mux_handle_src_event),
18017         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18018         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18019         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18020         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18021         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18022         send multipart jpeg images to a browser.
18023         * gst/videobox/Makefile.am:
18024         * gst/videobox/README:
18025         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18026         (gst_video_box_get_type), (gst_video_box_base_init),
18027         (gst_video_box_class_init), (gst_video_box_init),
18028         (gst_video_box_set_property), (gst_video_box_get_property),
18029         (gst_video_box_sink_link), (gst_video_box_i420),
18030         (gst_video_box_ayuv), (gst_video_box_chain),
18031         (gst_video_box_change_state), (plugin_init):
18032         Crops or adds borders around an image. can do alpha channel
18033         borders as well.
18034         * gst/videomixer/Makefile.am:
18035         * gst/videomixer/README:
18036         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18037         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18038         (gst_videomixer_pad_get_sink_event_masks),
18039         (gst_videomixer_pad_get_property),
18040         (gst_videomixer_pad_set_property),
18041         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18042         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18043         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18044         (gst_videomixer_base_init), (gst_videomixer_class_init),
18045         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18046         (gst_videomixer_handle_src_event),
18047         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18048         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18049         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18050         (gst_videomixer_loop), (gst_videomixer_get_property),
18051         (gst_videomixer_set_property), (gst_videomixer_change_state),
18052         (plugin_init):
18053         Generic video mixer plugin, can handle multiple inputs all with
18054         different framerates and video sizes. Is fully alpha channel
18055         aware.
18056
18057 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18058
18059         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18060           Select first track as master track. Not sure how else to handle
18061           that...
18062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18063           Discard discont events. Should fix #142962.
18064
18065 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18066
18067         * ext/alsa/Makefile.am:
18068         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18069         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18070         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18071         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18072         (gst_alsa_mixer_get_option):
18073         * ext/alsa/gstalsamixer.h:
18074         * ext/alsa/gstalsamixeroptions.c:
18075         (gst_alsa_mixer_options_get_type),
18076         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18077         (gst_alsa_mixer_options_new):
18078         * ext/alsa/gstalsamixeroptions.h:
18079         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18080         * ext/alsa/gstalsamixertrack.h:
18081           Add enumerations (as GstMixerOptions). Make correct distinction
18082           between input/output tracks. Add capture/playback private flag.
18083           Use flag to decide on whether to set capture or playback volumes
18084           or switches. Use playback and record switches.
18085         * gst-libs/gst/mixer/Makefile.am:
18086         * gst-libs/gst/mixer/mixer-marshal.list:
18087         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18088         (gst_mixer_set_option), (gst_mixer_get_option),
18089         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18090         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18091         * gst-libs/gst/mixer/mixer.h:
18092         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18093         (gst_mixer_options_class_init), (gst_mixer_options_init),
18094         (gst_mixer_options_dispose):
18095         * gst-libs/gst/mixer/mixeroptions.h:
18096           Add GstMixerOptions.
18097         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18098           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18099           broken device detection on computers with multiple OSS sound
18100           cards.
18101
18102 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18103
18104         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18105           fixate nicely even when the peer is not negotiating
18106
18107 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18108
18109         * gst/audioconvert/gstaudioconvert.c:
18110         (gst_audio_convert_parse_caps):
18111           make sure we don't allow depth > width
18112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18113           fixate endianness to G_BYTE_ORDER as default
18114         * gst/audioscale/gstaudioscale.c:
18115           we don't handle another endianness as host-endianness
18116
18117 2004-05-25  David Schleef  <ds@schleef.org>
18118
18119         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18120
18121 2004-05-24  Benjamin Otte  <otte@gnome.org>
18122
18123         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18124         (gst_oggvorbisenc_setup):
18125           properly fail when we can't setup the vorbis encoder due to
18126           unsupported settings
18127         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18128         (gst_vorbisenc_setup):
18129           same
18130         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18131           fix case where warnings occured when one pad was unlinked while the
18132           other's link function was called
18133
18134 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18135
18136         * gst/tcp/Makefile.am:
18137           use GST_ENABLE_NEW
18138
18139 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18140
18141         * gst-libs/gst/resample/private.h:
18142           don't use optimizations that are #if 0'ed
18143
18144 2004-05-24  Wim Taymans  <wim@fluendo.com>
18145
18146         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18147         Fix potential division by zero error and hopefully get
18148         the position query right to get correct timestamps on avi
18149         audio.
18150
18151 2004-05-24  Wim Taymans  <wim@fluendo.com>
18152
18153         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18154         (gst_videoscale_scale_nearest_str2),
18155         (gst_videoscale_scale_nearest_str4),
18156         (gst_videoscale_scale_nearest_32bit),
18157         (gst_videoscale_scale_nearest_24bit),
18158         (gst_videoscale_scale_nearest_16bit):
18159         Fix the scaling algorithm and avoid a buffer overflow.
18160         removed the while loop in the scaling function as it
18161         was used for point sampling only.
18162
18163 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18164
18165         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18166         (gst_id3_tag_class_init), (gst_id3_tag_init),
18167         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18168         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18169         (gst_id3_tag_send_tag_event):
18170           lots of fixes to make id3mux work and id3demux work correctly
18171
18172 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18173
18174         * ext/Makefile.am:
18175           add rules to build shout2send (was removed by accident
18176           when this module was no more marked experimental/broken)
18177
18178 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18179
18180         * ext/shout2/gstshout2.c:
18181         * ext/shout2/gstshout2.h:
18182           adding a "connection problem" signal to shout2send
18183           (fixes #142954)
18184
18185 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18186
18187         * ext/kio/kioreceiver.cpp:
18188         * ext/kio/kioreceiver.h:
18189           fix sign comparison issues
18190
18191 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18192
18193         * gst/cdxaparse/gstcdxaparse.c:
18194         * gst/cdxaparse/gstcdxaparse.h:
18195           some renaming
18196           add some checks/sanity
18197           prepare for seek addition
18198
18199         * sys/sunaudio/gstsunaudio.c:
18200           remove exported dupe init function
18201
18202 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18203
18204         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18205         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18206           Fix format conversion and position querying.
18207         * gst/debug/progressreport.c: (gst_progressreport_report):
18208           Don't output a bogus total value that we didn't query.
18209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18210           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18211           only a blank window after xine has been used.
18212
18213 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18214
18215         * m4/as-arts.m4:
18216           sync with upstream version to fix test on FC2
18217           readd with -ko to preserve Id header
18218
18219 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18220
18221         * configure.ac:
18222           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18223         * gst/tcp/gsttcpclientsrc.c: idem
18224         * gst/tcp/gsttcpserversink.c: idem
18225         * gst/tcp/gsttcpserversrc.c: idem
18226         * m4/gst-fionread.m4: idem
18227
18228         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18229
18230         * configure.ac: enable speex plugin for speex 1.1.5+
18231         * ext/speex/gstspeexenc.c: fix cast warning
18232
18233         * ext/esd/README: fix typo
18234
18235 2004-05-20  David Schleef  <ds@schleef.org>
18236
18237         * configure.ac: Minor cosmetic change to convince the buildbot to
18238         reautogen.
18239         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18240         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18241         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18242         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18243         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18244         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18245         More hacking.  Plays audio now.
18246
18247 2004-05-20  David Schleef  <ds@schleef.org>
18248
18249         * configure.ac:
18250         * sys/Makefile.am:
18251
18252 2004-05-20  David Schleef  <ds@schleef.org>
18253
18254         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18255         * sys/osxaudio/gstosxaudio.c:
18256         * sys/osxaudio/gstosxaudioelement.c:
18257         * sys/osxaudio/gstosxaudioelement.h:
18258         * sys/osxaudio/gstosxaudiosink.c:
18259         * sys/osxaudio/gstosxaudiosink.h:
18260         * sys/osxaudio/gstosxaudiosrc.c:
18261         * sys/osxaudio/gstosxaudiosrc.h:
18262
18263 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18264
18265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18266         (gst_vorbisenc_chain):
18267           put the codec headers on the caps as streamheader as well as
18268           pushing them out
18269
18270 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18271
18272         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18273         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18274         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18275         split up push_packet into two functions
18276
18277 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18278
18279         * gst/tcp/.cvsignore:
18280           ignore enums
18281         * gst/tcp/Makefile.am:
18282         * gst/tcp/README:
18283         * gst/tcp/gsttcp.c:
18284         * gst/tcp/gsttcp.h:
18285         * gst/tcp/gsttcpclientsink.c:
18286         * gst/tcp/gsttcpclientsink.h:
18287         * gst/tcp/gsttcpclientsrc.c:
18288         * gst/tcp/gsttcpclientsrc.h:
18289         * gst/tcp/gsttcpplugin.c:
18290         * gst/tcp/gsttcpserversink.c:
18291         * gst/tcp/gsttcpserversink.h:
18292         * gst/tcp/gsttcpserversrc.c:
18293         * gst/tcp/gsttcpserversrc.h:
18294           add new tcp elements
18295
18296 2004-05-19  Wim Taymans  <wim@fluendo.com>
18297
18298         * gst/law/mulaw-conversion.c: (mulaw_encode):
18299         Fix overflow bug in ulaw encoding.
18300
18301 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18302
18303         * ext/mad/gstmad.c: (gst_mad_handle_event):
18304           don't unref the event twice
18305
18306 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18307
18308         * configure.ac:
18309           remove -Wno-sign-compare
18310
18311 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18312
18313         * configure.ac:
18314           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18315           if you want to work against glib 2.2 and 2.4
18316
18317 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18318
18319         * gst/tcp/Makefile.am:
18320         * gst/tcp/gsttcp.c:
18321         * gst/tcp/gsttcp.h:
18322         * gst/tcp/gsttcpsink.h:
18323         * gst/tcp/gsttcpsrc.h:
18324           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18325
18326 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18327
18328         * gst/debug/tests.c: (md5_get_value):
18329           fix segfault on gst-inspect
18330
18331 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18332
18333         * gst/debug/testplugin.c:
18334         * gst/debug/tests.c:
18335         * gst/debug/tests.h:
18336           add new extensible and configurable testing element. Current tests
18337           include buffer count, stream length, timestamp/duration matching and
18338           md5.
18339         * gst/debug/Makefile.am:
18340         * gst/debug/gstdebug.c: (plugin_init):
18341           add infrastructure for new element
18342
18343 2004-05-19  Johan Dahlin  <johan@gnome.org>
18344
18345         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18346         ending of the array. Fixes gst-inspect segfault on ppc.
18347
18348 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18349
18350         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18351
18352         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18353
18354 2004-05-18  David Schleef  <ds@schleef.org>
18355
18356         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18357         warnings (bugs, actually) noticed by gcc but not forte.
18358
18359 2004-05-18  David Schleef  <ds@schleef.org>
18360
18361         * sys/sunaudio/Makefile.am:
18362         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18363
18364 2004-05-18  David Schleef  <ds@schleef.org>
18365
18366         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18367         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18368         to allow qtdemux to use non-seekable streams. (bug #142272)
18369
18370 2004-05-18  David Schleef  <ds@schleef.org>
18371
18372         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18373         (gst_resample_sinc_ft_float): Remove use of static temporary
18374         buffer.  This code was obviously not supposed to last long, but
18375         it's stuck in our ABI, so it required a little hack to make it
18376         ABI-compatible.  Fixes #142585.
18377         * gst-libs/gst/resample/resample.h: same.
18378
18379 2004-05-18  David Schleef  <ds@schleef.org>
18380
18381         * configure.ac: Add sunaudio
18382         * examples/Makefile.am: make gstplay depend on gconf
18383         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18384         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18385         (convert_table_lookup), (img_convert): remove c99-isms
18386         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18387           unsigned, to fix a warning on Solaris
18388         * gst/mpeg1sys/systems.c: bcopy->memcpy
18389         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18390         * sys/Makefile.am: Add sunaudio
18391
18392 2004-05-18  Wim Taymans  <wim@fluendo.com>
18393
18394         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18395         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18396         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18397         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18398         (gst_ogg_mux_loop):
18399         Fix an ugly memleak where the muxer didn't flush enough ogg
18400         pages. This also resulted in badly muxed ogg files.
18401
18402 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18403
18404         * gst/asfdemux/asfheaders.c :
18405         * gst/asfdemux/asfheaders.h :
18406         * gst/asfdemux/gstasfdemux.c :
18407           - fix ASF_OBJ_PADDING guid
18408           - add 3 new object guids (language list, metadata,
18409             extended stream properties)
18410           - add a function to parse extended header objects
18411
18412 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18413
18414         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18415           remove leftover debugging g_print
18416
18417 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18418
18419         * ext/mad/gstmad.c: (gst_mad_handle_event):
18420           Fix for when the first format in a discont event is not a
18421           byte-based one. Should fix #137710.
18422
18423 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18424
18425         * m4/a52.m4 : fix compilation with -Wall -Werror
18426         * m4/libfame.m4 : idem
18427         * m4/libmikmod.m4 : idem
18428
18429 2004-05-17  Benjamin Otte  <otte@gnome.org>
18430
18431         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18432           signal the new tags before giving up the reference
18433
18434 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18435
18436         * ext/shout2/gstshout2.c:
18437           use application/ogg instead of application/x-ogg (patch by Patrick
18438           Guimond, fixes #142432)
18439         * sys/oss/gstosselement.c: (gst_osselement_reset),
18440         (gst_osselement_sync_parms):
18441           don't set fragment size unless specified (fixes #142493)
18442
18443 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18444
18445         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18446           fixes #142664
18447
18448 2004-05-17  Benjamin Otte  <otte@gnome.org>
18449
18450         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18451           compute offsets correctly for internal buffers so timestamps are set
18452           correctly when we can't seek. Also handle cases where there are no
18453           offsets. (based on a patch by David Moore, fixes #142507)
18454
18455 2004-05-17  Benjamin Otte  <otte@gnome.org>
18456
18457         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18458           use correct variable when determining amount of data to skip so we
18459           don't skip into the void and segfault
18460
18461 2004-05-16  Benjamin Otte  <otte@gnome.org>
18462
18463         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18464           Hi, I'm a memleak
18465
18466 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18467
18468         * gst/asfdemux/gstasfdemux.c:
18469           - fix a mem leak and always propagate tags
18470           - add WMV3 to known video codecs (but no decoder yet)
18471           - replace "surplus data" at end of audio header for what
18472             it is : codec specific data
18473           - fix a typo
18474
18475 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18476
18477         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18478
18479         * gst-libs/gst/audio/audioclock.c:
18480           Fix wrong return type (#142205).
18481
18482 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18483
18484         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18485           Ignore CRCs by default (fixes #142566).
18486
18487 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18488
18489         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18490         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18491         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18492         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18493         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18494         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18495           Fix for cases where we fail to attach to a mixer.
18496
18497 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18498
18499         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18500           Don't touch events after not owning them anymore.
18501         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18502         (gst_wavparse_fmt), (gst_wavparse_other),
18503         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18504         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18505         (gst_wavparse_srcpad_event):
18506         * gst/wavparse/gstwavparse.h:
18507           Add seeking, fix querying.
18508
18509 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18510
18511         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18512           - process comments even if they don't end with \0\0
18513             g_convert would ignore them if present and works well without them
18514
18515 2004-05-16  Benjamin Otte  <otte@gnome.org>
18516
18517         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18518           simplify caps
18519
18520 2004-05-16  Benjamin Otte  <otte@gnome.org>
18521
18522         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18523           don't write to memory we might not write to - g_convert does that
18524           for us anyway (fixes #142613)
18525         (gst_asf_demux_audio_caps):
18526           comment out gst_util_dump_mem
18527
18528 2004-05-16  Benjamin Otte  <otte@gnome.org>
18529
18530         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18531           compute correct expected timestamps after seek (broken since
18532           last commit)
18533         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18534           rename element and debugging category to gdkpixbufscale
18535
18536 2004-05-16  Benjamin Otte  <otte@gnome.org>
18537
18538         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18539           add error checking to snd_pcm_delay and remove duplicate call to
18540           snd_pcm_delay that caused issues (see inline code comments)
18541         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18542           make more readable and fix return value when snd_pcm_delay fails
18543         (fixes #142586)
18544
18545 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18546         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18547         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18548         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18549         (gst_pixbufscale_link), (gst_pixbufscale_init),
18550         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18551         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18552         (gst_pixbufscale_get_property), (pixbufscale_init):
18553         * ext/gdk_pixbuf/pixbufscale.h:
18554         Add these files I forgot earlier
18555
18556 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18557         * ext/gdk_pixbuf/Makefile.am:
18558         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18559         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18560         Add new pixbufscale element to scale RGB video
18561         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18562         and HYPER interpolation correctly.
18563         * ext/theora/theoraenc.c: (theora_enc_chain),
18564         Discard buffer and return if explicit caps could not be set
18565         (theora_enc_get_property):
18566         Make _get return kbps for the bitrate consistent with
18567         the _set function.
18568
18569
18570 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18571
18572         * ext/libvisual/visual.c: (gst_visual_chain):
18573           add missing visual_audio_analyze
18574
18575 2004-05-14  David Schleef  <ds@schleef.org>
18576
18577         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18578         is killed while we're playing.
18579         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18580         gst_element_no_more_pads().
18581
18582 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18583
18584         * gst-libs/gst/riff/riff-read.c :
18585           - fix INFO tag extraction in RIFF/AVI files
18586             because gst_event_unref (event) also freed taglist
18587           - avoid a mem leak
18588
18589 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18590
18591         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18592         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18593
18594         * gst/auparse/gstauparse.c :
18595           - add code (commented for now) to support audio/x-adpcm on src pad
18596             (we have no decoder for those layout yet)
18597
18598         * gst/cdxaparse/gstcdxaparse.c :
18599         * gst/cdxaparse/gstcdxaparse.h :
18600           - partial rewrite using RiffRead (ripped iain's wavparse code)
18601
18602         * gst/rtp/gstrtpL16enc.c : typo
18603         * gst/rtp/gstrtpgsmenc.c : typo
18604
18605 2004-05-13  Benjamin Otte  <otte@gnome.org>
18606
18607         * configure.ac:
18608           check for exact version of libvisual, it's not supposed to be
18609           API/ABI stable yet
18610
18611 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18612
18613         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18614           signal no-more-pads
18615
18616 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18617
18618         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18619         Report which format was used for GST_FORMAT_DEFAULT
18620         * gst/debug/Makefile.am:
18621         * gst/debug/gstdebug.c: (plugin_init):
18622         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18623         (gst_progressreport_class_init), (gst_progressreport_init),
18624         (gst_progressreport_report), (gst_progressreport_set_property),
18625         (gst_progressreport_get_property), (gst_progressreport_chain),
18626         (gst_progressreport_plugin_init):
18627         Add progressreport element for testing.
18628
18629 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18630
18631         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18632         * sys/v4l/gstv4lsrc.h:
18633         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18634         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18635         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18636         (gst_v4lsrc_grab_frame):
18637           add more debugging
18638           send a discont at start
18639
18640 2004-05-12  Colin Walters  <walters@redhat.com>
18641
18642         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18643         inflooping if we can't find a chunk.  Or in other words, don't blow
18644         chunks if we don't have a chunk to blow.
18645
18646 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18647         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18648         Remove old debug output
18649         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18650         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18651         (gst_dvdec_set_property), (gst_dvdec_get_property):
18652         Change the quality setting to an enum, so it works from gst-launch
18653         Don't renegotiate a non-linked pad. Allows audio only decoding.
18654         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18655         (gst_deinterlace_link), (gst_deinterlace_init):
18656         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18657         (gst_videodrop_link):
18658         Some caps negotiation fixes
18659
18660 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18661
18662         * ext/tarkin/gsttarkin.c :
18663           - Change RANK from NONE to PRIMARY
18664         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18665           - Change RANK from NONE to MARGINAL
18666         * ext/divx/gstdivxenc.c :
18667           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18668
18669 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18670
18671         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18672         (gst_vorbisenc_push_packet):
18673           copy a function that was added between 1.0 and 1.0.1 until we
18674           depend on worthwhile features of post-1.0
18675
18676 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18677
18678         * configure.ac:
18679           enable shout2 by default
18680         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18681         (gst_shout2send_base_init), (gst_shout2send_init),
18682         (gst_shout2send_connect), (gst_shout2send_change_state):
18683         * ext/shout2/gstshout2.h:
18684           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18685           #142262)
18686         * ext/theora/theora.c: (plugin_init):
18687           don't set rank on encoders
18688
18689 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18690
18691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18692           Use codec_data property instead of flag1 and flag2 for wma
18693
18694 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18695
18696         * gst/cdxaparse/gstcdxaparse.c :
18697           - Add mpegversion to CAPS to make it link
18698           - Rank is as GST_RANK_SECONDARY instead of NONE
18699         * gst/auparse/gstauparse.c :
18700           - Document all audio encoding we can encounter from Solaris 9
18701             headers and libsndfile information.
18702           - Increase max. rate from 48000 to 192000 (to match other elements)
18703           - Don't try to play junk data between header and samples
18704
18705 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18706
18707         * ext/libvisual/visual.c: (gst_visual_getcaps):
18708           use the right caps depending on endianness (I hope)
18709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18710           use GST_RANK_NONE for all non-decoding elements or spider gets
18711           mighty confused
18712
18713 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18714
18715         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18716           Fix some odd cases and fix BE metadata parsing of unicode16 text.
18717
18718 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18719
18720         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18721         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18722         (gst_switch_loop), (gst_switch_get_type):
18723           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
18724           HEADERS. Had to be said.
18725
18726 2004-05-10  David Schleef  <ds@schleef.org>
18727
18728         * configure.ac: Add prototype Dirac support.
18729         * ext/Makefile.am:
18730         * ext/dirac/Makefile.am:
18731         * ext/dirac/gstdirac.cc:
18732         * ext/dirac/gstdiracdec.cc:
18733
18734 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18735
18736         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18737         (gst_auparse_init), (gst_auparse_chain),
18738         (gst_auparse_change_state):
18739           Hack around spider. Remove me some day please.
18740
18741 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18742
18743         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18744           Fix for some uninitialized variables in previous patch, also
18745           makes it work. Fixes #142286 while we're at it.
18746
18747 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18748
18749         * gst/auparse/gstauparse.c:
18750                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
18751                 only unsupported formats are ADPCM/CCITT G.72x
18752                 reviewed by Ronald
18753         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
18754
18755 2004-05-10  Wim Taymans  <wim@fluendo.com>
18756
18757         * ext/vorbis/Makefile.am:
18758         * ext/vorbis/README:
18759         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
18760         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
18761         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
18762         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
18763         (gst_oggvorbisenc_convert_sink),
18764         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
18765         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
18766         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
18767         (get_constraints_string), (update_start_message),
18768         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
18769         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
18770         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
18771         * ext/vorbis/oggvorbisenc.h:
18772         * ext/vorbis/vorbis.c: (plugin_init):
18773         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
18774         (raw_caps_factory), (gst_vorbisenc_class_init),
18775         (gst_vorbisenc_init), (gst_vorbisenc_setup),
18776         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
18777         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
18778         * ext/vorbis/vorbisenc.h:
18779         Added a raw vorbis encoder to be used with the oggmuxer.
18780         We still need the old encoder for some gnome applications,
18781         read the README to find out how that works.
18782         The raw encoder is called "rawvorbisenc" until 0.9.
18783
18784 2004-05-10  Wim Taymans  <wim@fluendo.com>
18785
18786         * ext/ogg/gstogg.c: (plugin_init):
18787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
18788         (gst_ogg_print):
18789         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
18790         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
18791         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
18792         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
18793         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
18794         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
18795         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
18796         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
18797         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
18798         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
18799         Added an ogg muxer.
18800         Small typo fixes in the demuxer.
18801
18802 2004-05-10  Wim Taymans  <wim@fluendo.com>
18803
18804         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18805         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18806         (theora_enc_change_state), (theora_enc_set_property),
18807         (theora_enc_get_property):
18808         Mark the last packet with an EOS flag which is not really needed
18809         in gstreamer.
18810         Do some better video framerate initialisation.
18811         Update the buffer timestamp.
18812
18813 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
18814
18815         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
18816         Return the result of the parent state change call
18817
18818 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18819
18820         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
18821         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
18822         * gst/law/alaw-encode.c : (idem)
18823         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
18824         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
18825         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
18826
18827 2004-05-09  Benjamin Otte  <otte@gnome.org>
18828
18829         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18830           don't use a fixed buffer size when writing variable length data to
18831           it. Fixes memory corruption and makes alsasrc work
18832
18833 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18834
18835         * ext/gnomevfs/gstgnomevfssink.c:
18836         (_gst_boolean_allow_overwrite_accumulator),
18837         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
18838           Run glib's default signal handler (??) in RUN_CLEANUP rather than
18839           RUN_LAST, and don't use that to set the accumulator value because
18840           then it's always FALSE.
18841
18842 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18843
18844         * gst-libs/gst/riff/riff-media.c:
18845         (gst_riff_create_video_caps_with_data),
18846         (gst_riff_create_audio_caps),
18847         (gst_riff_create_audio_template_caps):
18848         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18849           Fix for unaligned RIFF files (i.e. where all the chunks together
18850           in a LIST chunk are not of the same size as the size given in
18851           the LIST chunk header). Fixes several odd WAVE files. Also fix
18852           ADPCM (block_align property) in audio, so that wavparse based
18853           on this works now as it used to stand-alone.
18854
18855 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
18856
18857         reviewed by Benjamin Otte  <otte@gnome.org>
18858
18859         * ext/a52dec/gsta52dec.c:
18860         * ext/divx/gstdivxdec.c:
18861         * ext/divx/gstdivxenc.c:
18862         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18863         * ext/faac/gstfaac.c: (gst_faac_base_init):
18864         * ext/faad/gstfaad.c: (gst_faad_base_init):
18865         * ext/ivorbis/vorbisfile.c:
18866         * ext/lame/gstlame.c:
18867         * ext/libfame/gstlibfame.c:
18868         * ext/mpeg2enc/gstmpeg2enc.cc:
18869         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18870         * ext/sidplay/gstsiddec.cc:
18871         * ext/speex/gstspeexdec.c:
18872         * ext/speex/gstspeexenc.c:
18873         * ext/xvid/gstxviddec.c:
18874         * ext/xvid/gstxvidenc.c:
18875           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
18876           (fixes #142193)
18877
18878 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18879
18880         * ext/alsa/gstalsa.c: (device_list),
18881         (gst_alsa_class_probe_devices):
18882         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18883           Fix alsa oddness in mixer after the combination of using mixer
18884           in source/sink elements and using hw:x,y instead of just hw:x.
18885
18886 2004-05-09  Benjamin Otte  <otte@gnome.org>
18887
18888         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
18889         (gst_wavparse_create_sourcepad):
18890           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
18891           sourcepads
18892
18893 2004-05-09  Benjamin Otte  <otte@gnome.org>
18894
18895         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18896           allow discont events before caps nego
18897
18898 2004-05-08  Benjamin Otte  <otte@gnome.org>
18899
18900         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18901           don't leak events
18902
18903 2004-05-08  Benjamin Otte  <otte@gnome.org>
18904
18905         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
18906         (gst_level_change_state), (gst_level_init):
18907         * gst/level/gstlevel.h:
18908           figure out if we're initialized directly instead of keeping a
18909           variable that's wrong in 90% of cases
18910           don't initialize pads and then leak them and use a new unitialized
18911           pad. (fixes #142084)
18912           these were bugs so n00bish I didn't find them for an hour :/
18913
18914 2004-05-08 Iain <iain@prettypeople.org>
18915
18916         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
18917         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
18918         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
18919         return the length that was read.
18920         (gst_riff_read_strf_auds): Allow fmt tags as well.
18921
18922 2004-05-07  David Schleef  <ds@schleef.org>
18923
18924         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
18925         signed char assumption in faad.h.
18926
18927 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18928
18929         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
18930           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
18931
18932 2004-05-07  Colin Walters  <walters@redhat.com>
18933
18934         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
18935         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
18936         function.
18937         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
18938         Add dispose function.
18939
18940 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
18941         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
18942           Fix caps nego and pad templates. RGB mode caps should
18943           work now.
18944         * ext/dvdnav/gst-dvd:
18945           Move mpeg2dec inside the thread because otherwise the
18946           queue rejects cap changes mid-stream
18947         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18948         (gst_mpeg2dec_flush_decoder):
18949           For mpeg2dec > 0.4.0, call the flush function instead of
18950           manually extracting all in-flight frames.
18951         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
18952         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
18953           Change mime type video/dv go video/x-dv to match the
18954           rest of gst-plugins
18955
18956 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18957
18958         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18959         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
18960         (gst_alsa_sink_class_init):
18961         * ext/alsa/gstalsasink.h:
18962         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
18963         (gst_alsa_src_class_init):
18964         * ext/alsa/gstalsasrc.h:
18965           Make alsasink/src a subclass of alsamixer so that mixer stuff
18966           shows up in gst-rec. Needs some finetuning.
18967
18968 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18969
18970         * ext/lame/gstlame.c: (gst_lame_chain):
18971           simplify
18972         * ext/mad/gstmad.c: (gst_mad_handle_event):
18973           fix event leak
18974         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18975           be able to detect mp3 files < 4096 bytes
18976
18977 2004-05-06  Wim Taymans  <wim@fluendo.com>
18978
18979         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18980         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18981         (theora_enc_set_property), (theora_enc_get_property):
18982         Also encode the first frame, cleanup some code.
18983
18984 2004-05-06  Wim Taymans  <wim@fluendo.com>
18985
18986         * ext/mpeg2enc/gstmpeg2enc.cc:
18987         Forward events first before deciding that negotiation was
18988         not performed.
18989
18990 2004-05-06  Wim Taymans  <wim@fluendo.com>
18991
18992         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18993         First process the events before deciding that negotiation
18994         was not performed.
18995
18996 2004-05-06  Wim Taymans  <wim@fluendo.com>
18997
18998         * ext/theora/Makefile.am:
18999         * ext/theora/theora.c: (plugin_init):
19000         * ext/theora/theoradec.c: (theora_dec_change_state):
19001         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19002         (gst_theora_enc_class_init), (gst_theora_enc_init),
19003         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19004         (theora_enc_chain), (theora_enc_change_state),
19005         (theora_enc_set_property), (theora_enc_get_property):
19006         Added a theora encoder, grouped the encoder and decoder into the
19007         same plugin.
19008
19009 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19010
19011         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19012         (gst_jpegenc_chain):
19013         fix DURATION on outgoing buffers
19014         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19015         debug using time formats
19016         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19018         (gst_xvimagesink_sink_link):
19019         windows with width/height 0 generate X errors, so don't allow them
19020
19021 2004-05-05  Wim Taymans  <wim@fluendo.com>
19022
19023         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19024         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19025         (gst_mpeg2dec_negotiate_format):
19026         * ext/mpeg2dec/gstmpeg2dec.h:
19027           removed the static pad template so that we can add the
19028           more accurate framerate value to the caps.
19029
19030
19031 2004-05-04  Benjamin Otte  <otte@gnome.org>
19032
19033         * configure.ac:
19034           check for kdemacros.h, too (should fix #141821)
19035         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19036           don't crash if no header was sent, but nicely error out (fixes part
19037           of #141554)
19038
19039 2004-05-04  Wim Taymans  <wim@fluendo.com>
19040
19041         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19042         parent dispose function to avoid segfault on destroy.
19043
19044 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19045
19046         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19047         (plugin_init):
19048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19049         (gst_xvimagesink_sink_link):
19050         clean up debugging caps
19051         also recreate xvimage when format has changed
19052
19053 2004-05-04  Benjamin Otte  <otte@gnome.org>
19054
19055         * ext/libvisual/Makefile.am:
19056         * ext/libvisual/visual.c: (gst_visual_class_init),
19057         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19058         (gst_visual_srclink), (gst_visual_chain),
19059         (gst_visual_change_state), (plugin_init):
19060           use a GstAdapter to correctly adapt buffer sizes - allows using a
19061           framerate
19062
19063 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19064
19065         * sys/v4l/gstv4lelement.h:
19066         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19068         (gst_v4lsrc_buffer_free):
19069         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19070         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19071         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19072         (gst_v4lsrc_requeue_frame):
19073         move some debugging categories around
19074         query for fps index and set accordingly if found
19075
19076 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19077
19078         * ext/lame/gstlame.c:
19079         correct defaults that lame_init puts out of range
19080
19081 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19082
19083         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19084         (gst_divxenc_class_init):
19085         fix range since -1 is the default
19086         * gst/mpeg1sys/gstmpeg1systemencode.c:
19087         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19088         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19089         (gst_rtjpegdec_chain):
19090         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19091         (gst_rtjpegenc_chain):
19092         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19093         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19094         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19095         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19096         * sys/v4l/gstv4lsrc.c:
19097         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19098         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19099         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19100         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19101         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19102           remove gst_info calls
19103
19104 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19105
19106         * Makefile.am:
19107         * po/af.po:
19108         * po/az.po:
19109         * po/en_GB.po:
19110         * po/nl.po:
19111         * po/sr.po:
19112         * po/sv.po:
19113           Updated translations
19114
19115 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19116
19117         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19118           refactor/comment code
19119
19120 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19121
19122         * gst/asfdemux/Makefile.am:
19123         * gst/asfdemux/asfheaders.c:
19124         * gst/asfdemux/asfheaders.h:
19125         * gst/asfdemux/gstasf.c: (plugin_init):
19126         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19127         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19128         (gst_asf_demux_setup_pad):
19129         * gst/asfdemux/gstasfdemux.h:
19130         * gst/asfdemux/gstasfmux.c:
19131         * gst/asfdemux/gstasfmux.h:
19132           Add tagging support to demuxer, split out registration in its own
19133           file instead of in demux (hacky), and prevent having some tables
19134           in our memory multiple times (in asfheaders.h).
19135
19136 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19137
19138         * gst/matroska/matroska-demux.c:
19139         (gst_matroska_demux_parse_metadata):
19140         * gst/matroska/matroska-ids.h:
19141           Basic tag reading support.
19142
19143 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19144
19145         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19146           Really detect ac-3 audio.
19147         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19148           really detect matroska files (off-by-1).
19149
19150 2004-04-30  David Schleef  <ds@schleef.org>
19151
19152         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19153         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19154         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19155         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19156         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19157         hackage -- parse a lot more atoms, extract a few tags.  One might even
19158         mistake this for tag support.  Maybe it is.
19159         * gst/qtdemux/qtdemux.h:
19160
19161 2004-04-30  Colin Walters  <walters@verbum.org>
19162
19163         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19164
19165 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19166
19167         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19168         (gst_ffmpegcolorspace_getcaps):
19169           remove broken nego fix
19170
19171 2004-04-30  Benjamin Otte  <otte@gnome.org>
19172
19173         * configure.ac:
19174         * ext/Makefile.am:
19175         * ext/libvisual/Makefile.am:
19176         * ext/libvisual/visual.c:
19177           add initial support for libvisual (http://libvisual.sourceforge.net)
19178           libvisual is still quite alpha, so expect crashes in there :)
19179
19180 2004-04-29  David Schleef  <ds@schleef.org>
19181
19182         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19183         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19184         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19185         code; you will no longer respect me.
19186
19187 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19188
19189         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19190         * ext/alsa/gstalsa.h :
19191         change alsa pcm device discovery to find more than 1 device
19192         per card. code review by Ronald.
19193
19194 2004-04-29  David Schleef  <ds@schleef.org>
19195
19196         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19197         Add a check for a driver bug on FreeBSD.  (bug #140565)
19198
19199 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19200
19201         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19202         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19203         (gst_jpegenc_getcaps):
19204           move format setting to inner loop
19205         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19206         (gst_ffmpegcolorspace_getcaps):
19207           use GST_PAD_CAPS if available so that we use already negotiated
19208           caps
19209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19210         (qtdemux_parse_moov), (qtdemux_parse):
19211           extra debugging
19212         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19213         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19214           move hardcoded path to DEFINE
19215
19216 2004-04-28  David Schleef  <ds@schleef.org>
19217
19218         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19219         (bug #140064)
19220
19221 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19222
19223         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19224           Don't probe for playback device if we're a source element. Fixes
19225           #139658.
19226
19227 2004-04-29  Benjamin Otte  <otte@gnome.org>
19228
19229         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19230         (gst_id3_tag_chain):
19231           rewrite buffer offset
19232
19233 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19234
19235         * configure.ac:
19236         * ext/Makefile.am:
19237         * ext/dts/Makefile.am:
19238         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19239         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19240         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19241         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19242         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19243         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19244         (plugin_init):
19245         * ext/dts/gstdtsdec.h:
19246           New DTS decoder.
19247         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19248         (gst_faad_srcconnect):
19249           Add ESDS atom handling (.m4a).
19250
19251 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19252
19253         * ext/divx/gstdivxdec.c: (plugin_init):
19254           Remove comment that makes no sense.
19255         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19256           Fix for obvious typo that resulted in warnings during gst-register.
19257         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19258         (gst_xviddec_sink_link):
19259           Fix caps negotiation a bit better.
19260         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19261           We call this 'codec_data', not 'esds'.
19262
19263 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19264
19265         * gst/monoscope/gstmonoscope.c:
19266           make sure we only provide 256x128
19267         * gst/monoscope/monoscope.c: (monoscope_init):
19268           assert size of 256x128
19269
19270 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19271
19272         * Makefile.am:
19273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19274         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19275           fixate to max width and height of device
19276
19277 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19278
19279         * Makefile.am:
19280         * sys/v4l/gstv4l.c:
19281         * sys/v4l/gstv4lsrc.c:
19282         * sys/v4l/v4l_calls.c:
19283         * sys/v4l/v4lsrc_calls.c:
19284           fix for qc-usb driver which fakes having more than one buffer
19285           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19286           buffer_free override
19287           add debugging
19288
19289 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19290
19291         * Makefile.am:
19292         * gst/videotestsrc/gstvideotestsrc.c:
19293         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19294         (gst_videotestsrc_init), (gst_videotestsrc_get),
19295         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19296         * gst/videotestsrc/gstvideotestsrc.h:
19297           add num-buffers property
19298
19299         2004-04-26  Benjamin Otte  <otte@gnome.org>
19300
19301         * ext/mad/gstid3tag.c: (plugin_init):
19302           set id3mux rank to NONE so it doesn't confuse spider
19303           require audio/mpeg,mpegversion=1 in id3mux
19304
19305 2004-04-26  Benjamin Otte  <otte@gnome.org>
19306
19307         * configure.ac:
19308           detect faad correctly as non-working if it's indeed non-working
19309
19310 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19311
19312         * Makefile.am:
19313         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19314         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19315         fix _getcaps so it only negotiates to its supported format
19316
19317 2004-04-25  Benjamin Otte  <otte@gnome.org>
19318
19319         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19320           fix memleak
19321
19322 2004-04-23  Benjamin Otte  <otte@gnome.org>
19323
19324         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19325           audio/x-raw-int with height rules! not. Now it's depth.
19326
19327 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19328
19329         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19330         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19331         (gst_wavparse_loop):
19332           Missing variable initialization. Add handling of DVI ADPCM. Fix
19333           mis-parsing of LIST chunks. This works around a bug where we mis-
19334           parse non-aligning LIST chunks (so LIST chunks where the contents
19335           don't align with the actual LIST size). The correct fix is to use
19336           rifflib, I'm not going to fix wavparse - too much work. All this
19337           fixes #104878.
19338
19339 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19340
19341         reviewed by Benjamin Otte  <otte@gnome.org>
19342
19343         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19344           fix shoutcast not working (fixes #140844)
19345
19346 2004-04-22  Benjamin Otte  <otte@gnome.org>
19347
19348         * ext/hermes/gsthermescolorspace.c:
19349         (gst_hermes_colorspace_caps_remove_format_info):
19350         * gst/colorspace/gstcolorspace.c:
19351         (gst_colorspace_caps_remove_format_info):
19352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19353         (gst_ffmpegcolorspace_caps_remove_format_info):
19354           s/gst_caps_simplify/gst_caps_do_simplify/
19355
19356 2004-04-22  Benjamin Otte  <otte@gnome.org>
19357
19358         * gst-libs/gst/riff/riff-media.c:
19359         (gst_riff_create_video_caps_with_data):
19360           mpegversion is an int
19361         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19362           don't try to create pad templates with NULL caps, use any caps
19363           instead.
19364
19365 2004-04-20  David Schleef  <ds@schleef.org>
19366
19367         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19368         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19369         (bug #140384)
19370
19371 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19372
19373         reviewed by David Schleef
19374
19375         * ext/mad/gstid3tag.c: Add stdlib.h
19376         * gst/rtp/gstrtpgsmenc.c: same
19377         * gst/tags/gstid3tag.c: same
19378         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19379         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19380         GST_DISABLE_LOADSAVE use.
19381         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19382         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19383         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19384         atol(3)).
19385         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19386         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19387         strtoul(3)).
19388         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19389         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19390         $(ID3_CFLAGS).
19391         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19392         $(LIBFAME_CFLAGS).
19393
19394 2004-04-20  David Schleef  <ds@schleef.org>
19395
19396         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19397         last checkin.  Same idea.
19398
19399 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19400
19401         reviewed by David Schleef
19402
19403         * configure.ac: bump required gstreamer version to 0.8.1.1
19404         because of following changes [--ds]
19405
19406         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19407         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19408         (gst_riff_read_header):  Use GST_READ_UINT*
19409         macros to access possibly unaligned memory.
19410
19411         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19412         (mp3_type_find):  Use GST_READ_UINT*
19413         macros to access possibly unaligned memory.
19414         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19415         (speex_type_find): Likewise
19416
19417         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19418
19419         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19420         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19421         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19422         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19423         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19424         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19425         macros to access possibly unaligned memory.
19426
19427         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19428         Likewise.
19429
19430         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19431         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19432
19433         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19434         Likewise.
19435
19436         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19437         (gst_mpeg2subt_chain_subtitle): Likewise.
19438
19439         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19440         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19441         Likewise.
19442
19443         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19444         Likewise.
19445
19446         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19447         Likewise.
19448
19449         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19450         Likewise.
19451
19452 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19453
19454         * configure.ac:
19455           update required version of GStreamer because of GST_TIME_FORMAT
19456
19457 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19458
19459         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19460           remove leftover g_print
19461         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19462           don't try setting only a subset of the caps. We don't want to kill
19463           autoplugging on purpose
19464
19465 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19466
19467         * sys/ximage/ximagesink.c: (plugin_init):
19468         * sys/xvimage/xvimagesink.c: (plugin_init):
19469           add debugging categories
19470
19471 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19472
19473         * po/en_GB.po:
19474         * po/LINGUAS:
19475           Adding en_GB translation (Gareth Owen)
19476
19477 2004-04-20  David Schleef  <ds@schleef.org>
19478
19479         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19480         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19481         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19482         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19483         A number of new features and hacks to extract the esds atom and
19484         put it into the caps.  (bug #137724)
19485
19486 2004-04-19  David Schleef  <ds@schleef.org>
19487
19488         * gconf/Makefile.am: Fix for non-GNU make
19489         * gst-libs/gst/Makefile.am: Change directory order to handle
19490         GstPlay linking with gstinterfaces
19491         * gst-libs/gst/audio/make_filter: make use of tr portable
19492         * gst-libs/gst/play/Makefile.am: Add intended \
19493         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19494         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19495         function prototype instead of void *.
19496         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19497         macro.
19498         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19499         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19500         * gst/videofilter/make_filter: make use of tr portable
19501         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19502
19503 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19504
19505         * po/LINGUAS:
19506         * po/uk.po:
19507           Added Ukrainian translation (Maxim V. Dziumanenko)
19508
19509 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19510
19511         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19512         (gst_gsmdec_link), (gst_gsmdec_chain):
19513           Fix capsnego, simplify chain function slightly.
19514         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19515           Add GSM.
19516
19517 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19518
19519         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19520         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19521         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19522           Hack to make wavparse work with spider (always -> sometimes pad).
19523           Fixes #135862 && #140411.
19524
19525 2004-04-18  Benjamin Otte  <otte@gnome.org>
19526
19527         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19528         (gst_osselement_rate_probe_check),
19529         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19530           get rid of \n in debug output
19531
19532 2004-04-17  Iain <iain@prettypeople.org>
19533
19534         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19535         not just EOS.
19536
19537 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19538
19539         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19540         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19541         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19542         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19543         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19544         (gst_id3_tag_change_state), (plugin_init):
19545           deprecate id3tag element and replace with id3demux/id3mux.
19546           great side effect: this ugly file is now even uglier, yay!
19547         * ext/mad/gstmad.h:
19548           remove non-available function
19549           update for new get_type
19550
19551 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19552
19553         * configure.ac:
19554           require mpeg2dec >= 0.4.0
19555
19556 2004-04-17  Benjamin Otte  <otte@gnome.org>
19557
19558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19559         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19560         (gst_xvimagesink_set_xwindow_id):
19561           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19562           assorted cleanup fixes.
19563
19564 2004-04-16  David Schleef  <ds@schleef.org>
19565
19566         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19567         * sys/xvimage/xvimagesink.h: same
19568
19569 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19570
19571         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19572           Fix GST_ELEMENT_ERROR with (NULL)
19573
19574 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19575
19576         * gst-libs/gst/riff/riff-media.c:
19577         (gst_riff_create_video_caps_with_data):
19578           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19579
19580 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19581
19582         * gst-libs/gst/riff/riff-media.c:
19583         (gst_riff_create_video_caps_with_data),
19584         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19585         (gst_riff_create_video_template_caps),
19586         (gst_riff_create_audio_template_caps):
19587         * gst-libs/gst/riff/riff-media.h:
19588         * gst-libs/gst/riff/riff-read.c:
19589         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19590         * gst-libs/gst/riff/riff-read.h:
19591         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19592           Add MS RLE support. I added some functions to read out strf chunks
19593           into strf chunks and the data behind it. This is usually color
19594           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19595           caps creation. Lastly, add ADPCM (similar to wavparse - which
19596           should eventually be rifflib based).
19597         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19598         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19599         * gst/matroska/matroska-demux.h:
19600           Remove placeholders for some prehistoric tagging system. Didn't add
19601           support for any tag system really anyway.
19602         * gst/qtdemux/qtdemux.c:
19603           Add support for audio/x-m4a (MPEG-4) through spider.
19604         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19605         (gst_wavparse_loop):
19606           ADPCM support (#135862). Increase max. buffer size because we
19607           cannot split buffers for ADPCM (screws references) and I've seen
19608           files with 2048 byte chunks. 4096 seems safe for now.
19609
19610 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19611
19612         * configure.ac: bump nano to 1
19613
19614 === release 0.8.1 ===
19615
19616 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19617
19618         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19619
19620 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19621
19622         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19623           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19624           Fixes #140058
19625
19626 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19627
19628         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19629           lower rank of dvddemux so that it's not used for mpeg playback.
19630
19631 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19632
19633         * configure.ac:
19634           save libs correctly when checking mad
19635
19636 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19637
19638         * ext/mad/gstid3tag.c: (plugin_init):
19639           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19640
19641 2004-04-13  David Schleef  <ds@schleef.org>
19642
19643         * common/m4/gst-feature.m4: Call -config scripts with
19644         --plugin-libs if it is supported.
19645         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19646         JPEG images are image/jpeg.
19647         * gst/debug/Makefile.am:
19648         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19649         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19650         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19651         (gst_negotiation_plugin_init): Add a property that acts like
19652         filter caps.
19653         * testsuite/gst-lint:  Move license checking to be a standard
19654         test.
19655
19656 2004-04-13  David Schleef  <ds@schleef.org>
19657
19658         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19659         patch from Sebastien Cote (bug #139958)
19660
19661 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19662
19663         * examples/gstplay/Makefile.am:
19664         * examples/gstplay/player.c: (main):
19665           make the commandline player example use gconf settings
19666
19667 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19668
19669         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19670         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19671         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19672           init/end library during state transition, not object
19673           creation/disposal.  get rid of custom dispose handler.
19674
19675
19676 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19677
19678         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19679         be a symlink
19680
19681 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19682
19683         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19684           Handle JUNK chunks inside data section. Prevents warnings.
19685
19686 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19687
19688         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19689         (gst_riff_create_video_template_caps):
19690           Add MS video v1.
19691         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19692         (gst_avi_demux_stream_data):
19693           Add support for "rec-list" chunks.
19694
19695 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19696
19697         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19698           Fix another codecname mismatch.
19699
19700 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19701
19702         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19703           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19704           so that MJPEG plays back.
19705
19706 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19707
19708         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19709         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19710         * gst/mpeg1videoparse/gstmp1videoparse.h:
19711           Fix for some slight mis-cuts in buffer parsing, and for some
19712           potential overflows or faults-causers. Adds disconts. Also fixes
19713           #139105 while we're at it.
19714
19715 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19716
19717         * configure.ac:
19718         * sys/v4l2/gstv4l2element.h:
19719           Workaround for missing struct v4l2_buffer declaration in Suse 9
19720           and Mandrake 10 linux/videodev2.h header file (#135919).
19721
19722 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19723
19724         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19725           Bail out if no filename was given.
19726
19727 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19728
19729         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
19730         (gst_v4l2_fourcc_from_structure):
19731           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
19732           Y41B somewhere).
19733
19734 2004-04-09  Benjamin Otte  <otte@gnome.org>
19735
19736         * ext/gnomevfs/gstgnomevfssink.c:
19737         (_gst_boolean_allow_overwrite_accumulator),
19738         (gst_gnomevfssink_class_init):
19739           fix erase signal - if any handler returns false the file will not be
19740           overwritten. If no handler is connected, the file will not be
19741           overwritten either.
19742           renamed signal to "allow-overwrite"
19743         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
19744           free string when adding it to ID3 failed
19745         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19746           unref event when done
19747         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19748           free caps
19749         * gst/typefind/gsttypefindfunctions.c:
19750         (mpeg_video_stream_type_find):
19751           fix invalid read
19752
19753 2004-04-08  David Schleef  <ds@schleef.org>
19754
19755         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19756         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
19757
19758 2004-04-08  David Schleef  <ds@schleef.org>
19759
19760         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
19761         we don't support (bug #139532)
19762
19763 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19764
19765         * ext/mad/gstmad.c: (gst_mad_handle_event),
19766         (gst_mad_check_caps_reset), (gst_mad_chain),
19767         (gst_mad_change_state):
19768           only set explicit caps if they haven't been set before for
19769           this stream.  MPEG-audio sample rate/channels aren't allowed
19770           to change in-stream.
19771           Fixes #139382
19772
19773 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19774
19775         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
19776         (_gst_boolean_did_something_accumulator),
19777         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
19778         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
19779         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
19780         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
19781         (gst_gnomevfssink_change_state):
19782           Fix erase signal. Don't erase by default. Remove handoff signal.
19783           Remove erase property. Don't segfault. General cleanup.
19784
19785 2004-04-07  Benjamin Otte  <otte@gnome.org>
19786
19787         * gst-libs/gst/gconf/test-gconf.c: (main):
19788           add missing gst_init
19789
19790 2004-04-07  Benjamin Otte  <otte@gnome.org>
19791
19792         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19793           free the mutexes, too
19794
19795 2004-04-07  Benjamin Otte  <otte@gnome.org>
19796
19797         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19798           actually free the URI string
19799         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
19800           compute offset correctly when passing discont events
19801         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19802           don't leak discont events
19803         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19804           add some missing breaks so caps aren't copied randomly
19805         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
19806           if we realloc memory, we better use it
19807
19808 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19809
19810         * ext/mad/gstmad.c: (normal_seek):
19811           fix GST_FORMAT_TIME usage
19812
19813 2004-04-05  David Schleef  <ds@schleef.org>
19814
19815         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
19816         a deprecated function (hack!)
19817
19818 2004-04-05  Benjamin Otte  <otte@gnome.org>
19819
19820         * ext/esd/esdmon.c: (gst_esdmon_get):
19821           fix nonterminated vararg and memleak
19822
19823 2004-04-05  Benjamin Otte  <otte@gnome.org>
19824
19825         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
19826         (gst_ladspa_init), (gst_ladspa_force_src_caps),
19827         (gst_ladspa_set_property), (gst_ladspa_get_property),
19828         (gst_ladspa_instantiate), (gst_ladspa_activate),
19829         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
19830           clean up debugging
19831
19832 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
19833
19834         reviewed by Benjamin Otte  <otte@gnome.org>
19835
19836         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
19837           check for broken LADSPA parameters (fixes #138635)
19838
19839 2004-04-05  Benjamin Otte  <otte@gnome.org>
19840
19841         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
19842           advertise buffer-frames correctly on sinkpads
19843
19844 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19845
19846         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
19847         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
19848         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
19849         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
19850         (gst_mad_check_caps_reset), (gst_mad_chain):
19851         add more debugging, only reset caps when we're not in error state
19852
19853 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19854
19855         * ext/mad/gstmad.c: add debugging category, comment + cleanups
19856
19857 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19858
19859         reviewed by Benjamin Otte  <otte@gnome.org>
19860
19861         * configure.ac:
19862           fix == in test(1) operator
19863
19864 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19865
19866         reviewed by Benjamin Otte  <otte@gnome.org>
19867
19868         * configure.ac:
19869           fix --export-symblos-regex to a working regex.
19870
19871 2004-04-04  Benjamin Otte  <otte@gnome.org>
19872
19873         * sys/oss/.cvsignore:
19874           add for oss_probe
19875
19876 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19877
19878         reviewed by Benjamin Otte  <otte@gnome.org>
19879
19880         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19881           add missing 'new_media' argument (fixes #138168)
19882         * gst/matroska/matroska-demux.c:
19883         (gst_matroska_demux_handle_seek_event):
19884           add vararg terminator (fixes #138169)
19885
19886 2004-04-02  David Schleef  <ds@schleef.org>
19887
19888         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
19889         disted (bug #138914)
19890
19891 2004-04-01  Benjamin Otte  <otte@gnome.org>
19892
19893         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
19894         (gst_alsa_close_audio):
19895           handle case better where a soundcard can't pause
19896         * ext/ogg/gstoggdemux.c:
19897           don't crash when we get events but don't have pads yet
19898
19899 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19900
19901         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
19902           throw an error if we couldn't probe any caps.
19903
19904 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19905
19906         * ext/dvdnav/gst-dvd:
19907         Add a really simple sample DVD player
19908
19909 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19910
19911         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
19912         (gst_a52dec_push), (gst_a52dec_handle_event),
19913         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
19914         (gst_a52dec_change_state):
19915         * ext/a52dec/gsta52dec.h:
19916           Use a debug category, Output timestamps correctly
19917           Emit tag info, Handle events, tell liba52dec about cpu
19918           capabilities so it can use MMX etc.
19919         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
19920           Fix a crasher accessing invalid memory
19921         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
19922         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
19923         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
19924         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
19925         (dvdnavsrc_query):
19926           Some support for byte-format seeking.
19927           Small fixes for still frames and menu button overlays
19928         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19929         (gst_mpeg2dec_alloc_buffer):
19930           Use a debug category. Adjust the report level of several items to
19931           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
19932           so it doesn't lose the GstBuffer pointer
19933         * gst/debug/Makefile.am:
19934         * gst/debug/gstdebug.c: (plugin_init):
19935         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
19936         (gst_navseek_base_init), (gst_navseek_class_init),
19937         (gst_navseek_init), (gst_navseek_seek),
19938         (gst_navseek_handle_src_event), (gst_navseek_set_property),
19939         (gst_navseek_get_property), (gst_navseek_chain),
19940         (gst_navseek_plugin_init):
19941         * gst/debug/gstnavseek.h:
19942           Add the navseek debug element for seeking back and forth in a
19943           video stream using arrow keys.
19944         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
19945         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
19946         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
19947         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
19948         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
19949         (gst_mpeg2subt_parse_header), (gst_get_nibble),
19950         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
19951         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
19952         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
19953         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
19954         * gst/mpeg2sub/gstmpeg2subt.h:
19955           Pretty much a complete rewrite. Now a loopbased element. May still
19956           require work to properly synchronise subtitle buffers.
19957         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
19958         (gst_dvd_demux_send_subbuffer):
19959         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
19960           Don't attempt to create subbuffers of size 0
19961           Reduce a couple of error outputs to warnings.
19962         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
19963         (gst_y4mencode_chain):
19964         Output the y4m frame header correctly.
19965
19966 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19967
19968         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19969           throw errors instead of allowing SIGFPE
19970
19971 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19972
19973         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
19974         (gst_gconf_render_bin_from_key):
19975           leak plugging and style fixing
19976
19977 2004-03-31  David Schleef  <ds@schleef.org>
19978
19979         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
19980         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
19981         (bug #138225)
19982         * gst/debug/Makefile.am:
19983         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
19984         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
19985         plugin.
19986         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
19987         (gst_negotiation_base_init), (gst_negotiation_class_init),
19988         (gst_negotiation_init), (gst_negotiation_getcaps),
19989         (gst_negotiation_pad_link), (gst_negotiation_chain),
19990         (gst_negotiation_set_property), (gst_negotiation_get_property),
19991         (gst_negotiation_plugin_init):  New element to talk about random
19992         negotiation things happening in a pipeline.
19993
19994 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19995
19996         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19997           fix integer addition with help of Stefan Kost
19998
19999 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20000
20001         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20002
20003 2004-03-30  David Schleef  <ds@schleef.org>
20004
20005         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20006         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20007         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20008         (bug #137504)
20009         * ext/mpeg2dec/gstmpeg2dec.h:
20010
20011 2004-03-30  David Schleef  <ds@schleef.org>
20012
20013         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20014
20015 2004-03-30  David Schleef  <ds@schleef.org>
20016
20017         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20018         Michael Petullo) to handle .mov
20019
20020 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20021
20022         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20023         (gst_osselement_rate_check_rate):
20024           probe caps correctly for sound cards that only support one format
20025
20026 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20027
20028         * ext/kio/kiosrc.cpp: (process_events):
20029           update handling event processing if inside KDE - untested
20030
20031 2004-03-29  David Schleef  <ds@schleef.org>
20032
20033         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20034         by 2 to not interfere with other colorspaces.
20035         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20036         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20037         one to not interfere with ffmpeg_colorspace.
20038
20039 2004-03-29  David Schleef  <ds@schleef.org>
20040
20041         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20042         aren't in the caps.
20043         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20044         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20045
20046 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20047
20048         * gst-libs/gst/riff/riff-media.c:
20049           fail on error, don't try to set stuff on NULL caps
20050
20051 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20052
20053         * configure.ac:
20054         * ext/Makefile.am:
20055         * ext/kio/Makefile.am:
20056         * ext/kio/kioreceiver.cpp:
20057         * ext/kio/kioreceiver.h:
20058         * ext/kio/kiosrc.cpp:
20059         * ext/kio/kiosrc.h:
20060           add experimental kiosrc plugin
20061         * ext/alsa/gstalsaplugin.c: (plugin_init):
20062           initialize debugging category only when we're sure registering the
20063           plugins worked.
20064
20065 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20066
20067         * examples/gstplay/player.c: (main):
20068         * gst-libs/gst/play/play.c: (gst_play_class_init),
20069         (gst_play_set_location), (gst_play_set_data_src),
20070         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20071         (gst_play_set_visualization), (gst_play_connect_visualization):
20072           check return values of element_set_state and return FALSE where
20073           failed
20074
20075 2004-03-29  Benjamin Otte  <otte@gnome.org>
20076
20077         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20078           try harder to check if an event is really a discont
20079
20080 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20081
20082         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20083         * po/az.po:
20084
20085 2004-03-28  Benjamin Otte  <otte@gnome.org>
20086
20087         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20088         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20089         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20090           get rid of non-standard "..." ranges in case statements.
20091
20092 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20093
20094         * gst/mpegstream/gstmpegdemux.c:
20095         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20096         specific functionality split to the new dvddemux element.
20097         * gst/mpegstream/gstdvddemux.c:
20098         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20099         streams, derived from mpegdemux.
20100         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20101         up. SCR based timestamp rewriting can be turned off (will probably
20102         completely disappear soon).
20103         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20104         hacking. General cleanup. All printf statements replaced by
20105         debugging messages. Almost complete libdvdnav support.
20106         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20107         by events. New properties for audio and subpicture languages.
20108         (dvdnavsrc_update_highlight): Now uses events.
20109         (dvdnavsrc_user_op): Cleaned up.
20110         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20111         based). Lots of cleanup, and propper support for most libdvdnav
20112         events.
20113         (dvdnavsrc_make_dvd_event): New function.
20114         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20115         (dvdnavsrc_make_clut_change_event): New function.
20116
20117 2004-03-26  Benjamin Otte  <otte@gnome.org>
20118
20119         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20120           fix bug where typefinding would claim it's theora whenever less then
20121           7 bytes of data were available
20122
20123 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20124
20125         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20126         (gst_alawdec_base_init), (gst_alawdec_class_init),
20127         (gst_alawdec_init), (gst_alawdec_chain):
20128         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20129         (gst_alawenc_base_init), (gst_alawenc_class_init),
20130         (gst_alawenc_init), (gst_alawenc_chain):
20131         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20132         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20133         (gst_mulawdec_init), (gst_mulawdec_chain):
20134         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20135         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20136         (gst_mulawenc_init), (gst_mulawenc_chain):
20137           Fix capsnego in all four, remove the unused property functions and
20138           simplify the chain functions slightly. I guess we could use macros
20139           or something similar for those, since the code is so similar, but
20140           I'm currently too lazy...
20141
20142 2004-03-24  David Schleef  <ds@schleef.org>
20143
20144         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20145         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20146         (gst_osselement_get_format_structure),
20147         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20148         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20149         (gst_osselement_rate_int_compare): Add code to handle rate probing
20150         (bug #120883)
20151         * sys/oss/gstosselement.h: same
20152         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20153         Use rate probing provided by osselement.
20154         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20155
20156 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20157
20158         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20159         (gst_xvidenc_get_property):
20160           ulong/int mess-up.
20161
20162 2004-03-24  David Schleef  <ds@schleef.org>
20163
20164         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20165         (gst_speexdec_init):
20166         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20167         (gst_speexenc_init):  Create the pad template correctly (from
20168         the static pad template, not a NULL pointer.)
20169
20170 2004-03-25  Benjamin Otte  <otte@gnome.org>
20171
20172         * gst/debug/Makefile.am:
20173         * gst/debug/breakmydata.c:
20174           add element that quasi-randomly changes bytes in the stream.
20175           Intended use is robustness checking of demuxers and decoders in
20176           media tests.
20177
20178 2004-03-24  Benjamin Otte  <otte@gnome.org>
20179
20180         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20181         (gst_alsa_probe_hw_params):
20182         * ext/alsa/gstalsa.h:
20183           debugging output fixes
20184
20185 2004-03-24  Benjamin Otte  <otte@gnome.org>
20186
20187         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20188           don't g_return_if_fail if element is PLAYING, fail silently as every
20189           other element.
20190         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20191           only fix needed for cast lvalue issues in gst-plugins
20192         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20193           add proxy_getcaps
20194
20195 2004-03-24  Benjamin Otte  <otte@gnome.org>
20196
20197         * gst/level/gstlevel.c: (gst_level_init):
20198           add proxying getcaps function, so level doesn't advertise impossible
20199           caps
20200
20201 2004-03-24  David Schleef  <ds@schleef.org>
20202
20203         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20204         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20205         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20206         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20207         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20208         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20209         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20210         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20211         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20212         messages.  Divide the chunk size by the compression ratio
20213         (needed for MACE audio)
20214
20215 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20216
20217         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20218           Fix buffer overflow read error.
20219
20220 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20221
20222         * ext/alsa/gstalsa.h:
20223           Remove unused entry.
20224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20225           Add cinepak.
20226         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20227         (gst_videodrop_link), (gst_videodrop_chain):
20228           Fix, sort of. Was horribly broken with new capsnego. Bah...
20229
20230 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20231
20232         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20233         (plugin_init):
20234         Add a monkeysaudio typefind function
20235
20236 2004-03-23  Johan Dahlin  <johan@gnome.org>
20237
20238         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20239         (gst_play_video_fixate): Check so the structure has the field
20240         before trying to fixate them, this makes it possible to have
20241         fakesinks for video and audio output without printing errors on
20242         the output console.
20243
20244 2004-03-22  David Schleef  <ds@schleef.org>
20245
20246         * sys/oss/Makefile.am:
20247         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20248         (check_rate), (add_rate):  Rate probing test app.
20249
20250 2004-03-21  Benjamin Otte  <otte@gnome.org>
20251
20252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20253         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20254           add a fixation function that pretty much does the right thing (fixes
20255           #137556)
20256
20257 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20258
20259         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20260
20261 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20262
20263         reviewed by: Benjamin Otte  <otte@gnome.org>
20264
20265         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20266           terminate gst_event_new_discontinuous correctly (fixes parts of
20267           #137711)
20268
20269 2004-03-19  David Schleef  <ds@schleef.org>
20270
20271         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20272         since it doesn't depend on X, and it's part of our ABI.
20273
20274 2004-03-19  Iain <iain@prettypeople.org>
20275
20276         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20277         is_int in the structure, not the local variable.
20278
20279 2004-03-19  David Schleef  <ds@schleef.org>
20280
20281         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20282         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20283         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20284         Improvements in caps negotiation.
20285
20286 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20287
20288         * po/LINGUAS:
20289         * po/af.po:
20290           adding Afrikaans (Petri Jooste)
20291
20292 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20293
20294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20295         (gst_ffmpegcolorspace_chain):
20296         throw error instead of g_critical (#137588)
20297
20298 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20299
20300         * Makefile.am:
20301         * configure.ac:
20302           dist common and m4 correctly
20303         * po/sv.po:
20304
20305 2004-03-17  David Schleef  <ds@schleef.org>
20306
20307         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20308         (bug #137348)
20309
20310 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20311
20312         * po/LINGUAS:
20313         * po/sv.po:
20314           adding Swedish translation (Christian Rose)
20315
20316 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20317
20318         * Makefile.am: use release.mak
20319
20320 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20321
20322         * common/ChangeLog:
20323         * common/gst-autogen.sh:
20324           add some explanation about the version detection
20325         * configure.ac:
20326           fix X check
20327
20328 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20329
20330         * configure.ac: bump nano to 1
20331
20332 === release 0.8.0 ===
20333
20334 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20335
20336         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20337
20338 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20339
20340         * configure.ac:
20341           update libtool version
20342         * gst-libs/gst/media-info/Makefile.am:
20343           actually use libtool version
20344
20345 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20346
20347         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20348
20349 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20350
20351         * configure.ac:
20352         * gst-plugins.spec.in:
20353         * pkgconfig/Makefile.am:
20354         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20355         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20356         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20357         * pkgconfig/gstreamer-libs.pc.in:
20358         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20359         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20360         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20361         * pkgconfig/gstreamer-plugins.pc.in:
20362           remove @VERSION@ from some of the pc files since core and plugins
20363           are decoupled.
20364           created gstreamer-plugins.pc as it's a better name, but keeping
20365           -libs around for now to get fixes upstream done first.
20366
20367 2004-03-15  Julien MOUTTE <julien@moutte.net>
20368
20369         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20370         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20371         * gst-libs/gst/play/play.h:
20372
20373 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20374
20375         * *.c, *.cc: don't mix tabs and spaces
20376
20377 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20378
20379         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20380           use the new ffmpegcolorspace
20381         * gst-plugins.spec.in:
20382           package new colorspace and media-info
20383         * configure.ac:
20384         * pkgconfig/Makefile.am:
20385           fix some more disting issues
20386         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20387         * pkgconfig/gstreamer-media-info.pc.in:
20388           generate media-info pc files
20389
20390 2004-03-15  Johan Dahlin  <johan@gnome.org>
20391
20392         * *.h: Revert indenting
20393
20394 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20395
20396         * configure.ac:
20397           adding ffmpegcolorspace element
20398         * gst/ffmpegcolorspace/Makefile.am:
20399         * gst/ffmpegcolorspace/avcodec.h:
20400         * gst/ffmpegcolorspace/common.h:
20401         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20402         * gst/ffmpegcolorspace/dsputil.h:
20403         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20404         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20405         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20406         (gst_ffmpeg_caps_to_pix_fmt):
20407         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20409         (gst_ffmpegcolorspace_caps_remove_format_info),
20410         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20411         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20412         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20413         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20414         (gst_ffmpegcolorspace_set_property),
20415         (gst_ffmpegcolorspace_get_property),
20416         (gst_ffmpegcolorspace_register):
20417         * gst/ffmpegcolorspace/imgconvert.c:
20418         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20419         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20420         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20421         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20422         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20423         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20424         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20425         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20426         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20427         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20428         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20429         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20430         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20431         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20432         (img_get_alpha_info), (deinterlace_line),
20433         (deinterlace_line_inplace), (deinterlace_bottom_field),
20434         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20435         * gst/ffmpegcolorspace/imgconvert_template.h:
20436         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20437         * gst/ffmpegcolorspace/mmx.h:
20438         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20439           adding ffmpegcolorspace element supplied by Ronald after cleaning
20440           up and pulling in the right bits of upstream source.
20441           I'm sure a better C/compiler wizard could do some cleaning up (for
20442           example use GLIB's malloc stuff), but as a first pass this
20443           works very well
20444
20445 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20446
20447         * ext/alsa/gstalsa.h:
20448           I assume Ronald forgot to commit the change to have cardname
20449           as a struct member.  Expect some public spanking at the next
20450           opportunity.
20451
20452 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20453
20454         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20455         (gst_alsa_open_audio), (gst_alsa_close_audio):
20456         * ext/alsa/gstalsa.c:
20457           Don't open the device if we're a mixer (= padless).
20458         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20459         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20460         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20461           Open mixer during state change rather than during object
20462           initialization. Also, get a device name. Currently in a somewhat
20463           hackish fashion, but I didn't really find something better.
20464
20465 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20466
20467         * *.c, *.h: run gst-indent
20468
20469 2004-03-14  Benjamin Otte  <otte@gnome.org>
20470
20471         * gst/modplug/gstmodplug.cc:
20472         * gst/modplug/gstmodplug.h:
20473           set correct timestamps on outgoing buffers
20474
20475 2004-03-14  Benjamin Otte  <otte@gnome.org>
20476
20477         * gst/modplug/gstmodplug.cc:
20478           handle events - don't do crap when a discont arrives that's not
20479           necessary
20480           This allows correct loading and playback of mods in Rhythmbox
20481
20482 2004-03-14  Benjamin Otte  <otte@gnome.org>
20483
20484         * configure.ac:
20485         * gst-libs/gst/gconf/Makefile.am:
20486         * pkgconfig/Makefile.am:
20487           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20488           they get rebuilt properly
20489         * configure.ac:
20490           when checking for vorbis, try pkgconfig first.
20491         * gst/modplug/gstmodplug.cc:
20492           add fixate function
20493
20494 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20495
20496         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20497           Fix for obvious mistake, where we first shift the offset and then
20498           read a samplesize element assuming the old offset. Note that this
20499           part still has something weird, i.e. my movies containing those
20500           don't actually play well, but at least there's something that looks
20501           like sound now.
20502
20503 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20504         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20505         (plugin_init):
20506         Add a typefind function for speex format
20507
20508 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20509
20510         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20511         (gst_asf_demux_setup_pad):
20512           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20513           instead of 0. Reason is simple: some elements have a fps range
20514           of 1-max instead of 0-max. So now ASF video actually works.
20515
20516 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20517
20518         * po/LINGUAS:
20519         * po/sr.po:
20520           adding serbian as a language
20521
20522 2004-03-13  Benjamin Otte  <otte@gnome.org>
20523
20524         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20525           return taglist correctly from _get function, don't gst_pad_push it.
20526           (fixes #137042)
20527
20528 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20529         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20530
20531 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20532
20533         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20534         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20535         (gst_alsa_mixer_track_new):
20536         * ext/alsa/gstalsamixertrack.h:
20537           Fix ancient leftovers... MixerTrack is a GObject.
20538
20539 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20540
20541         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20542         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20543           Don't block during probing...
20544
20545 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20546
20547         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20548         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20549         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20550         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20551         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20552         (gst_alsa_open_audio), (gst_alsa_close_audio):
20553         * ext/alsa/gstalsa.h:
20554           Add propertyprobe interface implementation, add some device-name
20555           property, all this so that it looks good in gnome-volume-control.
20556
20557 2004-03-12  David Schleef  <ds@schleef.org>
20558
20559         * configure.ac: the Hermes library controls hermescolorspace, not
20560         colorspace.
20561         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20562         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20563         not /* */
20564         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20565         * ext/sdl/sdlvideosink.h: ditto.
20566         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20567
20568 2004-03-12  Benjamin Otte  <otte@gnome.org>
20569
20570         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20571         (gst_x_overlay_got_xwindow_id):
20572         * gst-libs/gst/xoverlay/xoverlay.h:
20573           replace XID with unsigned long to get rid of the xlibs dependency in
20574           XOverlay (fixes #137004)
20575
20576 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20577         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20578         (gst_agingtv_setup):
20579         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20580         (gst_dicetv_base_init), (gst_dicetv_class_init),
20581         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20582         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20583         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20584         (gst_edgetv_setup), (gst_edgetv_rgb32):
20585         * gst/effectv/gsteffectv.c:
20586         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20587         (gst_quarktv_set_property):
20588         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20589         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20590         (gst_revtv_setup), (gst_revtv_rgb32):
20591         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20592         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20593         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20594         (gst_shagadelictv_rgb32):
20595         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20596         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20597         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20598         * gst/effectv/gstwarp.c:
20599         Port everything that can be ported to videofilter and fix up the caps.
20600         Can someone with a big-endian machine please check these?
20601
20602 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20603
20604         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20605         (gst_osssink_chain), (gst_osssink_change_state):
20606           Latest fixes for A/V sync, audio playback and such. This is about
20607           all... MPEG playback issues are mostly related to the async build-
20608           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20609
20610 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20611
20612         patch from: Stephane Loeuillet
20613
20614         * configure.ac:
20615           use pkg-config for some libraries, falling back to the old .m4 way
20616           (fixes #131270)
20617         * m4/libdv.m4:
20618           removed
20619
20620 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20621
20622         * configure.ac:
20623         * tools/Makefile.am:
20624         * tools/Makefile.in:
20625         * tools/gst-launch-ext-m.m:
20626         * tools/gst-launch-ext.1.in:
20627         * tools/gst-visualise-m.m:
20628         * tools/gst-visualise.1:
20629         * tools/gst-visualise.1.in:
20630           reorganizing generation of script tools
20631
20632 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20633
20634         * ext/divx/gstdivxdec.c:
20635           Downgrade priority. We prefer ffdec_mpeg4.
20636         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20637         (gst_faad_chain), (gst_faad_change_state):
20638           Fix capsnego. Doesn't work for some sounds because we don't have
20639           a 5:1 to stereo element.
20640         * ext/xvid/gstxvid.c: (plugin_init):
20641           Add priority.
20642         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20643         (gst_osssink_change_state):
20644           Add discont handling.
20645
20646 2004-03-09  Colin Walters  <walters@verbum.org>
20647
20648         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20649         conversion.
20650
20651 2004-03-09  Benjamin Otte  <otte@gnome.org>
20652
20653         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20654           the signals take 2 arguments
20655
20656 2004-03-09  David Schleef  <ds@schleef.org>
20657
20658         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20659         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20660         * ext/alsa/gstalsa.h:
20661         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20662
20663 2004-03-09  Benjamin Otte  <otte@gnome.org>
20664
20665         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20666         (gst_mikmod_change_state):
20667         * ext/mikmod/gstmikmod.h:
20668           make mikmod's loop function not loop infinitely and call
20669           gst_element_yield anymore
20670         * gst/modplug/gstmodplug.cc:
20671           fix pad negotiation (fixes #136590)
20672
20673 2004-03-09  David Schleef  <ds@schleef.org>
20674
20675         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20676         doesn't conflict with the internal colorspace plugin.
20677         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20678         satisfy the crappy-ass shell shipped by a certain vendor.
20679         * gst/videofilter/make_filter: same (bug #135299)
20680
20681 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20682
20683         * configure.ac: bump nano to 1
20684
20685 === release 0.7.6 ===
20686
20687 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20688
20689         * configure.in: releasing 0.7.6, "There"
20690
20691 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20692
20693         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20694         * pkgconfig/gstreamer-play.pc.in:
20695           synchronize the two
20696
20697 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20698
20699         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20700         (cdparanoia_open), (cdparanoia_event):
20701           fix/add error handling
20702         * po/POTFILES.in:
20703           add cdparanoia source
20704         * tools/Makefile.am:
20705           make scripts executable
20706
20707 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20708
20709         * configure.ac:
20710         * ext/vorbis/Makefile.am:
20711         * sys/Makefile.am:
20712           remove id3types, vorbisfile and xvideosink from the build (#133783)
20713
20714 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20717           Fix metadata read crash (#136537).
20718
20719 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20720
20721         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
20722         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
20723           adding mime types, fixing the one-stop function
20724
20725 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20726
20727         * ext/nas/nassink.c and /ext/nas/nassink.h:
20728         More NAS love from Arwed von Merkatz
20729         So lets all sing 'Can you feel the NAS tonight'
20730
20731 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20732
20733         * tools/gst-launch-ext.in:
20734         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
20735
20736 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20737
20738         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20739         (gst_mpeg2dec_init):
20740         remove the user_data pad for now, because it is being used in
20741         fixating causing MPEG playback to fixate on 1000 Hz for playback.
20742         If someone knows how to fix this properly, please do.
20743
20744 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20745
20746         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20747         (gst_osssink_get_time):
20748         add a warning, IMO this won't get triggered anymore, remove later
20749
20750 2004-03-07  David Schleef  <ds@schleef.org>
20751
20752         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
20753         format (bug #136470)
20754
20755 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20756
20757         * gst-libs/Makefile.am:
20758         * gst-libs/gst/media-info/Makefile.am:
20759         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
20760         (error_callback), (gst_media_info_error_create),
20761         (gst_media_info_error_element), (gmip_init), (gmip_reset),
20762         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
20763         * gst-libs/gst/media-info/media-info-priv.h:
20764         * gst-libs/gst/media-info/media-info-test.c: (main):
20765         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20766         (gst_media_info_class_init), (gst_media_info_instance_init),
20767         (gst_media_info_set_source), (gst_media_info_read_with_idler),
20768         (gst_media_info_read_idler), (gst_media_info_read):
20769         * gst-libs/gst/media-info/media-info.h:
20770         fixed, should work now
20771
20772 2004-03-07  Christian Schaller <Uraeus@gnome.org>
20773
20774         * ext/nas/nassink.c:
20775         A bunch of NAS fixes from Arwed von Merkatz
20776
20777 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20778
20779         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20780         (qtdemux_parse_trak):
20781           Fix crash (j might be greater than n_samples, in which case we're
20782           writing outside the allocated space for the array) and memleak.
20783
20784 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20785
20786         * sys/oss/gstosssink.c: (gst_osssink_chain):
20787           And another caller that couldn't handle delay < 0 (unsigned
20788           integer overflow). Video now continues playing on an audio
20789           buffer underrun, and the clock continues working. Audio still
20790           stalls.
20791
20792 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20793
20794         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20795         (gst_osssink_get_time):
20796           get_delay() may return values lower than 0. In those cases, we
20797           should not actually cast to *unsigned* int64, that will break
20798           stuff horribly. In my case, it screwed up A/V sync in movies
20799           in totem rather badly.
20800
20801 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20802
20803         * ext/faac/gstfaac.c: (gst_faac_chain):
20804         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20805         * ext/libpng/gstpngenc.c: (user_write_data):
20806         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20807         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20808         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20809         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20810         Fix several misuse of gst_buffer_merge (it doesn't take ownership
20811         of any buffer), should fix some leaks. I hope I didn't unref buffers
20812         that shouldn't be...
20813
20814 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20815
20816         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20817         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
20818         (error_callback), (gmi_reset), (gmi_seek_to_track),
20819         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
20820         (gmip_find_type_post), (gmip_find_stream_post),
20821         (gmip_find_track_streaminfo_post):
20822         * gst-libs/gst/media-info/media-info-priv.h:
20823         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
20824         (info_print), (main):
20825         * gst-libs/gst/media-info/media-info.c:
20826         (gst_media_info_error_create), (gst_media_info_error_element),
20827         (gst_media_info_instance_init), (gst_media_info_get_property),
20828         (gst_media_info_new), (gst_media_info_set_source),
20829         (gst_media_info_read_idler), (gst_media_info_read):
20830         * gst-libs/gst/media-info/media-info.h:
20831           first pass at making this work again.  This seems to work on
20832           tagged ogg/vorbis and mp3 files.
20833
20834 2004-03-06  Benjamin Otte  <otte@gnome.org>
20835
20836         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20837           fix huge leak: gst_buffer_merge doesn't unref the first argument
20838           itself.
20839
20840 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20841
20842         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
20843           report layer/mode/emphasis
20844
20845 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20846
20847         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
20848
20849 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20850
20851         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20852           signal serial
20853
20854 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20855
20856         * ext/vorbis/vorbis.c: (plugin_init):
20857         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20858         (gst_vorbis_dec_init), (vorbis_dec_event):
20859         add debug category
20860         make vorbisdec handle _BYTE and _TIME queries
20861
20862 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20863
20864         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
20865           from the xing header
20866
20867 2004-03-06  Benjamin Otte  <otte@gnome.org>
20868
20869         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
20870         (gst_audio_convert_link), (gst_audio_convert_change_state),
20871         (gst_audio_convert_buffer_from_default_format):
20872           do conversions from/to float correctly, fix some caps nego errors,
20873           export correct supported caps in template and getcaps, use correct
20874           caps in try_set_caps functions
20875
20876 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20877
20878         For some reason, I only committed a ChangeLog entry yesterday and
20879         not the corresponding code...
20880         * ext/mad/gstmad.c: Fix detection of Xing headers
20881         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20882
20883 2004-03-06  Benjamin Otte  <otte@gnome.org>
20884
20885         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
20886         (gst_ogg_demux_src_query):
20887           make sure to handle the case where there's no current chain
20888           gracefully.
20889
20890 2004-03-05  David Schleef  <ds@schleef.org>
20891
20892         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
20893         Add fixate function. (bug #131128)
20894         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
20895         (gst_sdlvideosink_fixate):  Add fixate function.
20896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20897         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
20898         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
20899         Fix missing break that was causing ulaw to be interpreted as
20900         raw int.
20901
20902 2004-03-05  David Schleef  <ds@schleef.org>
20903
20904         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20905         Fix code that ignores return value of gst_buffer_merge().
20906         (bug #114560)
20907         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
20908         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
20909         * testsuite/gst-lint:  Check for above.
20910
20911 2004-03-05  David Schleef  <ds@schleef.org>
20912
20913         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
20914         caps and throw an element error.  (bug #136334)
20915
20916 2004-03-05  David Schleef  <ds@schleef.org>
20917
20918         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
20919         (gst_faad_chain): Fix negotiation.
20920         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
20921         key and button events.
20922         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
20923         dung heap of code.
20924         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
20925         depends on gconf
20926         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
20927         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20928         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
20929         function to encourage better negotiation, particularly between
20930         audioconvert and osssink.
20931         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20932         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
20933         more important.
20934         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
20935         typefinding.
20936         * gst/vbidec/vbiscreen.c:  Add glib header
20937         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
20938
20939 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
20940
20941         * ext/mad/gstmad.c: Fix detection of Xing headers
20942         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20943
20944 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20945
20946         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20947         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
20948           debug updates
20949
20950 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20951
20952         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20953         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
20954         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
20955         files, and report the parsed length as a GST_TAG_DURATION tag.
20956         * gst/tags/gstid3tag.c: support TLEN (duration) tag
20957
20958 2004-03-05  Benjamin Otte  <otte@gnome.org>
20959
20960         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
20961           convert channels correctly. convert correctly to unsigned.
20962
20963 2004-03-05  Julien MOUTTE <julien@moutte.net>
20964
20965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
20966         we have a window before clearing it.
20967
20968 2004-03-05  Julien MOUTTE <julien@moutte.net>
20969
20970         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
20971         have a window before clearing it.
20972
20973 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20974
20975         * gconf/gstreamer.schemas.in:
20976         * gst-libs/gst/gconf/Makefile.am:
20977           version installation path the same way as for 0.6
20978         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20979         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20980         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20981           remove comment that was fixed
20982
20983 2004-03-05  David Schleef  <ds@schleef.org>
20984
20985         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
20986         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
20987         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
20988         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
20989         Add prototype code for handling seeking and querying.
20990
20991 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20992
20993         * examples/gstplay/player.c: (main):
20994           Initialize variables to NULL. Prevents a segfault because the
20995           (uninitialized) variable is not NULL, resulting in a crash on
20996           trying to reach error->message.
20997
20998 2004-03-05  Benjamin Otte  <otte@gnome.org>
20999
21000         * gst/audioconvert/gstaudioconvert.c:
21001         (gst_audio_convert_buffer_to_default_format):
21002         make float=>int conversion work correctly even in cornercases.
21003
21004 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21005
21006         * debian/README.Debian:
21007         * debian/build-deps:
21008         * debian/changelog:
21009         * debian/control:
21010         * debian/control.in:
21011         * debian/copyright:
21012         * debian/gstreamer-a52dec.files:
21013         * debian/gstreamer-aa.files:
21014         * debian/gstreamer-alsa.files:
21015         * debian/gstreamer-alsa.manpages:
21016         * debian/gstreamer-arts.files:
21017         * debian/gstreamer-artsd.files:
21018         * debian/gstreamer-audiofile.files:
21019         * debian/gstreamer-avifile.files:
21020         * debian/gstreamer-cdparanoia.files:
21021         * debian/gstreamer-colorspace.files:
21022         * debian/gstreamer-doc.files:
21023         * debian/gstreamer-dv.files:
21024         * debian/gstreamer-dvd.files:
21025         * debian/gstreamer-esd.files:
21026         * debian/gstreamer-festival.files:
21027         * debian/gstreamer-flac.files:
21028         * debian/gstreamer-gconf.conffiles:
21029         * debian/gstreamer-gconf.files:
21030         * debian/gstreamer-gconf.postinst:
21031         * debian/gstreamer-gnomevfs.files:
21032         * debian/gstreamer-gsm.files:
21033         * debian/gstreamer-http.files:
21034         * debian/gstreamer-jack.files:
21035         * debian/gstreamer-jpeg.files:
21036         * debian/gstreamer-mad.files:
21037         * debian/gstreamer-mikmod.files:
21038         * debian/gstreamer-misc.files:
21039         * debian/gstreamer-mpeg2dec.files:
21040         * debian/gstreamer-oss.files:
21041         * debian/gstreamer-plugin-apps.files:
21042         * debian/gstreamer-plugin-apps.manpages:
21043         * debian/gstreamer-plugin-libs-dev.files:
21044         * debian/gstreamer-plugin-libs.files:
21045         * debian/gstreamer-plugin-template.postinst:
21046         * debian/gstreamer-plugin-template.postrm:
21047         * debian/gstreamer-sdl.files:
21048         * debian/gstreamer-sid.files:
21049         * debian/gstreamer-vorbis.files:
21050         * debian/gstreamer-x.files:
21051         * debian/mk.control:
21052         * debian/rules:
21053         Debian package info not maintained here.
21054
21055 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21056
21057         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21058         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21059         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21060         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21061         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21062         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21063         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21064         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21065         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21066         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21067         * gst-libs/gst/colorbalance/colorbalance.c:
21068         (gst_color_balance_class_init):
21069         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21070         (gst_color_balance_channel_class_init):
21071         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21072         * gst-libs/gst/play/play.c: (gst_play_class_init):
21073         * gst-libs/gst/propertyprobe/propertyprobe.c:
21074         (gst_property_probe_iface_init):
21075         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21076         * gst-libs/gst/tuner/tunerchannel.c:
21077         (gst_tuner_channel_class_init):
21078         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21079         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21080         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21081         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21082         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21083         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21084         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21085         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21086         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21087           fix signals to use - instead of _
21088         * ext/libcaca/gstcacasink.h:
21089         * ext/sdl/sdlvideosink.h:
21090           fix header rename
21091
21092 2004-03-04  David Schleef  <ds@schleef.org>
21093
21094         * testsuite/gst-lint:  Add a check for bad signal names.
21095
21096 2004-03-04  <kost@imn.htwk-leipzig.de>
21097
21098         reviewed by David Schleef
21099
21100         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21101         modified the alpha channel and caused a warning. (bug #136192)
21102
21103 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21104
21105         * gst-plugins.spec.in:
21106         Change names of plugins to actually be correct. Try to keep things
21107         alphabetical to avoid getting beat up by Thomas
21108
21109 2004-03-03  Julien MOUTTE <julien@moutte.net>
21110
21111         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21112         Using ximagesink as a default if no gconf key found. We should
21113         probably consider using alsasink instead of osssink for the audio
21114         part.
21115
21116 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21117
21118         * configure.ac:
21119           fix --with-plugins, don't think it ever worked before
21120         * gst-plugins.spec.in:
21121           even more updates
21122
21123 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21124
21125         * ext/sdl/sdlvideosink.h:
21126         * sys/ximage/ximagesink.h:
21127         * sys/xvideo/xvideosink.h:
21128         * sys/xvimage/xvimagesink.h:
21129           Fix for move of gstvideosink.h -> videosink.h.
21130
21131 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21132
21133         * gst-libs/gst/xwindowlistener/Makefile.am:
21134           this is a plugin library, not a library
21135
21136 2004-03-01  David Schleef  <ds@schleef.org>
21137
21138         * AUTHORS:  Added some names.  Add yourself if you're still
21139         missing.
21140
21141 2004-03-01  David Schleef  <ds@schleef.org>
21142
21143         * MAINTAINERS: Add
21144
21145 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21146
21147         * gst-plugins.spec.in: clean up spec file
21148
21149 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21150
21151         * gst-libs/gst/video/Makefile.am:
21152         * gst-libs/gst/video/gstvideosink.c:
21153         * gst-libs/gst/video/gstvideosink.h:
21154           rename gstvideosink.h to videosink.h to match other headers
21155         * gst/mixmatrix/Makefile.am:
21156           fix plugin filename
21157         * gst/tags/Makefile.am: fix plugin filename
21158
21159 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21160
21161         * gst/tags/Makefile.am: fix plugin filename
21162
21163 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21164
21165         * examples/gstplay/player.c: (got_time_tick), (main):
21166           add error handler
21167           display time_tick more readably
21168         * gst/mixmatrix/Makefile.am:
21169           fix plugin file name
21170
21171 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21172
21173         * sys/oss/gstosselement.c: (gst_osselement_probe),
21174         (device_combination_append), (gst_osselement_class_probe_devices):
21175         * sys/oss/gstosselement.h:
21176           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21177           on my system using alsa oss emulation, fixes bug #135597
21178
21179 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21180
21181         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21182         (gst_videodrop_chain), (gst_videodrop_change_state):
21183         * gst/videodrop/gstvideodrop.h:
21184           Work based on timestamp of input data, not based on the expected
21185           framerate from the input. The consequence is that this element now
21186           not only scales framerates, but also functions as a framerate
21187           corrector or framerate stabilizer/constantizer.
21188
21189 2004-02-27  David Schleef  <ds@schleef.org>
21190
21191         patches from jmmv@menta.net (Julio M. Merino Vidal)
21192
21193         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21194         GST_ELEMENT_ERROR call (bug #135634)
21195         * gst/interleave/interleave.c: (interleave_buffered_loop),
21196         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21197         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21198         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21199         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21200         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21201         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21202         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21203         Fix GST_ELEMENT_ERROR call.
21204         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21205         GST_ELEMENT_ERROR call.
21206
21207 2004-02-27  Benjamin Otte  <otte@gnome.org>
21208
21209         * gst-libs/gst/audio/audio.h:
21210           add macro to make sure header isn't included twice
21211         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21212           don't use gst_buffer_free
21213         * gst/playondemand/filter.func:
21214           don't use gst_data_free. Free data only once.
21215
21216 2004-02-26  David Schleef  <ds@schleef.org>
21217
21218         * gst-libs/gst/colorbalance/Makefile.am:
21219         * gst-libs/gst/mixer/Makefile.am:
21220         * gst-libs/gst/tuner/Makefile.am:
21221         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21222         should not be disted, -marshal.h files should not be installed,
21223         and -enum.h files _should_ be installed.  Fix to make this the
21224         case.
21225
21226 === release 0.7.5 ===
21227
21228 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21229
21230         * configure.ac: release 0.7.5, "Under The Sea"
21231
21232 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21233
21234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21235         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21236         * gst/videoscale/gstvideoscale.c:
21237         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21238           assorted debug/warning fixes
21239
21240 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21241
21242         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21243         (gst_videoscale_init), (gst_videoscale_chain),
21244         (gst_videoscale_set_property), (plugin_init):
21245         * gst/videoscale/gstvideoscale.h:
21246         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21247         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21248         (gst_videoscale_planar400), (gst_videoscale_packed422),
21249         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21250         (gst_videoscale_24bit), (gst_videoscale_16bit),
21251         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21252         (gst_videoscale_scale_plane_slow),
21253         (gst_videoscale_scale_point_sample),
21254         (gst_videoscale_scale_nearest),
21255         (gst_videoscale_scale_nearest_str2),
21256         (gst_videoscale_scale_nearest_str4),
21257         (gst_videoscale_scale_nearest_32bit),
21258         (gst_videoscale_scale_nearest_24bit),
21259         (gst_videoscale_scale_nearest_16bit):
21260         add debugging category and use it properly
21261         fix use of GST_PTR_FORMAT
21262
21263 2004-02-25  Andy Wingo  <wingo@pobox.com>
21264
21265         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21266         push only when channel->buffer is NULL. Prevents segfaults doing
21267         the state change after a nonlocal exit, like a scheme exception.
21268
21269         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21270         Handle the case where the intersected caps is empty.
21271
21272 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21273
21274         * gst/law/mulaw-decode.c: (mulawdec_link):
21275         * gst/law/mulaw.c: (plugin_init):
21276           fix mulawdec so it actually works again
21277
21278 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21279
21280         reviewed by: David Schleef  <ds@schleef.org>
21281
21282         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21283         (gst_gamma_init), (gst_gamma_set_property),
21284         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21285         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21286         for RGB, with separate r g and b correction factors. (#131167)
21287
21288 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21289
21290         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21291           only signal tags for bitrate if they're > 0 (#134894)
21292
21293 2004-02-24  David Schleef  <ds@schleef.org>
21294
21295         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21296         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21297         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21298         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21299         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21300         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21301         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21302         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21303         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21304         category.  Attempt to fix timestamp calculation.
21305
21306 2004-02-24  Johan Dahlin  <johan@gnome.org>
21307
21308         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21309
21310 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21311
21312         * configure.ac:
21313         * gconf/Makefile.am:
21314         * gconf/gstreamer.schemas:
21315         * gst-libs/gst/gconf/Makefile.am:
21316         * gst-libs/gst/gconf/gconf.c:
21317           version gconf schemas and install locations
21318
21319 2004-02-23  Benjamin Otte  <otte@gnome.org>
21320
21321         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21322         (gst_xine_input_subclass_init):
21323           call parent dispose.
21324           change pad template for CD reader correctly
21325         * ext/xine/Makefile.am:
21326         * ext/xine/gstxine.h:
21327         * ext/xine/xine.c: (plugin_init):
21328         * ext/xine/xineaudiosink.c:
21329           wrap audio sinks, too
21330         * gst-libs/gst/resample/private.h:
21331         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21332         (gst_resample_reinit), (gst_resample_scale),
21333         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21334         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21335         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21336         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21337         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21338         * gst-libs/gst/resample/resample.h:
21339         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21340         (gst_audioscale_class_init), (gst_audioscale_link),
21341         (gst_audioscale_get_buffer), (gst_audioscale_init),
21342         (gst_audioscale_chain), (gst_audioscale_set_property),
21343         (gst_audioscale_get_property):
21344         * gst/audioscale/gstaudioscale.h:
21345           s/resample_*/gst_resample_*/i to not clobber namespaces
21346
21347 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21348
21349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21350         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21351         (gst_riff_create_video_template_caps),
21352         (gst_riff_create_audio_template_caps),
21353         (gst_riff_create_iavs_template_caps):
21354         * gst-libs/gst/riff/riff-media.h:
21355         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21356         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21357         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21358         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21359         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21360         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21361         (gst_matroska_demux_plugin_init): First batch implementing audio and
21362         video codec tags in demuxers.
21363
21364 2004-02-22  Benjamin Otte  <otte@gnome.org>
21365
21366         * ext/xine/Makefile.am:
21367         * ext/xine/gstxine.h:
21368         * ext/xine/xine.c: (plugin_init):
21369         * ext/xine/xineinput.c:
21370           add input plugin wrapper. Playback from files, http, mms and cdda
21371           works.
21372         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21373           remove leftover G_GNUC_UNUSED
21374         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21375         (gst_asf_demux_identify_guid):
21376           improve debugging output
21377
21378 2004-02-22  Benjamin Otte  <otte@gnome.org>
21379
21380         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21381
21382         * autogen.sh:
21383           replace test -e with test -x for mkinstalldirs to be more portable.
21384           (fixes #134816)
21385
21386 2004-02-22  Benjamin Otte  <otte@gnome.org>
21387
21388         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21389
21390         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21391           set rank to PRIMARY
21392         * gst/volume/gstvolume.c: (plugin_init):
21393           set rank to NONE
21394         fixes #134960
21395
21396 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21397
21398         reviewed by Benjamin Otte  <otte@gnome.org>
21399
21400         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21401           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21402
21403 2004-02-22  Benjamin Otte  <otte@gnome.org>
21404
21405         * configure.ac:
21406           export [_]*{gst,Gst,GST}.* symbols from plugins
21407
21408 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21409
21410         reviewed by: Benjamin Otte  <otte@gnome.org>
21411
21412         * ext/lame/gstlame.c: (add_one_tag):
21413         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21414         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21415         (gst_vorbisenc_metadata_set1):
21416         * gst/tags/gstid3tag.c:
21417         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21418           apply fixes from bugs #135042 (lame can't write tags) and #133817
21419           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21420
21421 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21422
21423         * configure.ac: Export only gst_plugin_desc from plugins.
21424          Note that this change only makes any effect with Linux using libtool
21425          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21426          fine. And don't try to have several versions of libtool in different
21427          directories.
21428
21429 2004-02-20  Andy Wingo  <wingo@pobox.com>
21430
21431         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21432         interleave respectively.
21433
21434         * gst/interleave/deinterleave.c: New plugin: deinterleave
21435         (replaces on oneton).
21436         * gst/interleave/interleave.c: New plugin: interleave.
21437         * gst/interleave/plugin.h: Support file.
21438         * gst/interleave/plugin.c: Support file.
21439
21440         * configure.ac: Remove intfloat and oneton, add interleave.
21441
21442         * ext/sndfile/gstsf.c: Handle events better.
21443
21444         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21445         and float2int operation. int2float has scheduling problems as
21446         noted in in2float_chain.
21447
21448 2004-02-20  Benjamin Otte  <otte@gnome.org>
21449
21450         * ext/xine/Makefile.am:
21451         * ext/xine/gstxine.h:
21452         * ext/xine/xine.c:
21453         * ext/xine/xineaudiodec.c:
21454         * ext/xine/xinecaps.c:
21455           add first version of xine plugin wrapper. Currently only wraps the
21456           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21457         * configure.ac:
21458         * ext/Makefile.am:
21459           add xine plugin wrapper, disabled by default. Use --enable-xine to
21460           build. Note that it'll segfault on gst-register if you don't remove
21461           the goom and tvtime post plugins from xine.
21462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21463         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21464           add extradata parsing for QDM2.
21465           change around debugging prints.
21466
21467 2004-02-19  Benjamin Otte  <otte@gnome.org>
21468
21469         * ext/lame/gstlame.c: (gst_lame_chain):
21470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21471           use gst_tag_list_insert when you want to insert tags
21472
21473 2004-02-18  David Schleef  <ds@schleef.org>
21474
21475         * configure.ac:  Move massink to gst-rotten
21476         * ext/Makefile.am:
21477         * ext/mas/Makefile.am:
21478         * ext/mas/massink.c:
21479         * ext/mas/massink.h:
21480
21481 2004-02-18  David Schleef  <ds@schleef.org>
21482
21483         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21484         typefinding, since it seems to be worse than nothing.
21485         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21486         atom to recognize .mp4 and .m4a files as video/quicktime.
21487
21488 2004-02-18  David Schleef  <ds@schleef.org>
21489
21490         * gst/sine/demo-dparams.c: (quit_live),
21491         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21492         Use double dparams, not float.
21493         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21494         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21495         sync'd elements don't really work correctly.
21496         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21497         (volume_update_volume), (volume_get_property):  Change dparam
21498         to double.
21499
21500 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21501
21502         * sys/ximage/ximagesink.c:
21503         (gst_ximagesink_xwindow_update_geometry),
21504         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21505         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21506         (gst_ximagesink_init): Rework the way software video scaling works. So
21507         now we check on each chain call if the video frames are feeling the
21508         window. If not we try to renegotiate caps. On failure we memorize that
21509         and we won't try again for that PLAYING sessions.
21510         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21511         failure.
21512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21513         synchronous flag.
21514
21515 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21516
21517         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21518           break up _link so we can give a better debug message for errors
21519
21520 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21521
21522         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21523           set up debug category
21524
21525 2004-02-18  Julien MOUTTE <julien@moutte.net>
21526
21527         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21528         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21529         the way renegotiation work. The event handling function is not taking
21530         care of external windows and renegotiate method check for pad flags
21531         NEGOTIATING. Should fix : #133209
21532
21533 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21534
21535         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21536         pad is negotiating before trying renegotiation.
21537
21538 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21539
21540         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21541           pass on all possible mime types as typefind hints
21542
21543 2004-02-17  Julien MOUTTE <julien@moutte.net>
21544
21545         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21547         possible SHM leak if we crash. All other apps using XShm are doing
21548         that.
21549
21550 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21551
21552         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21553         (gst_ximagesink_expose): Renegotiate size on expose.
21554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21555         size on expose.
21556
21557 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21558
21559         * testsuite/alsa/sinesrc.c:
21560           cosmetic fix to fix compile issue with gcc 2.95.4
21561
21562 2004-02-16  Julien MOUTTE <julien@moutte.net>
21563
21564         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21565         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21566         failed opening the audio device.
21567         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21568         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21569         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21570         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21571         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21572         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21573         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21574         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21575         Removing some useless g_return_if_fail like wingo suggested.
21576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21577         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21578         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21579         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21580         (gst_xvimagesink_update_colorbalance),
21581         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21582         (gst_xvimagesink_xcontext_clear),
21583         (gst_xvimagesink_get_fourcc_from_caps),
21584         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21585         (gst_xvimagesink_set_xwindow_id),
21586         (gst_xvimagesink_colorbalance_list_channels),
21587         (gst_xvimagesink_colorbalance_set_value),
21588         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21589         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21590
21591 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21592
21593         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21594           throw error when not negotiated instead of asserting
21595
21596 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21597
21598         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21599         correct data refcounting.
21600
21601 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21602
21603         * gst/switch/gstswitch.c: (gst_switch_change_state),
21604         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21605         change, mostly the EOS flag.
21606
21607 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21608
21609         * examples/gstplay/player.c: (got_eos), (main): Adding some
21610         output for debugging.
21611         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21612         timeouts if we go to any state different from PLAYING.
21613         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21614         more EOS bugs in riff lib.
21615
21616 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21617
21618         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21619         visualization until i find a way to fix switch correctly.
21620         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21621         EOS arrives.
21622         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21623         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21624         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21625         Reworked switch to get a more correct behaviour with events and refing
21626         of data stored in sinkpads.
21627         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21628         we don't pull from a pad in EOS.
21629
21630 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21631
21632         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21633           remove v1 tag even if we can't read it (makes sure we don't detect
21634           it again)
21635
21636 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21637
21638         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21639         (gst_alsa_xrun_recovery):
21640         * ext/alsa/gstalsa.h:
21641           try xrun recovery when wait failed. Make xrun recovery function
21642           return TRUE/FALSE to indicate success. (might fix #134354)
21643
21644 2004-02-13  David Schleef  <ds@schleef.org>
21645
21646         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21647         (dynparm_value_changed), (main): Convert from float to double.
21648         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21649
21650 2004-02-13  David Schleef  <ds@schleef.org>
21651
21652         * gst/silence/gstsilence.c: (gst_silence_class_init),
21653         (gst_silence_set_clock), (gst_silence_get),
21654         (gst_silence_set_property), (gst_silence_get_property):
21655         * gst/silence/gstsilence.h: Add sync property.
21656         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21657         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21658         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21659         * gst/sine/gstsinesrc.h: Add sync property.
21660
21661 2004-02-13  David Schleef  <ds@schleef.org>
21662
21663         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21664         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21665
21666 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21667
21668         * configure.ac:
21669         * ext/Makefile.am:
21670         * gst-libs/ext/Makefile.am:
21671           move ffmpeg plugin to gst-ffmpeg module
21672
21673 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21674
21675         * configure.ac: use GST_ARCH to detect architecture
21676
21677 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21678
21679         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21680
21681 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21682
21683         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21684           classify LADSPA plugins based on number of src/sink pads
21685           (#133663, Stefan Kost)
21686         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21687           fix dparams registration
21688           (#133528, Stefan Kost)
21689         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21690           fix use of isprint and use g_ascii_isprint instead
21691           (#133316, Stefan Kost)
21692
21693 2004-02-11  David Schleef  <ds@schleef.org>
21694
21695         Convert a few inner loops to use liboil.  This is currently
21696         optional, and is only enabled if liboil is present (duh!).
21697         * configure.ac: Check for liboil-0.1
21698         * gst/intfloat/Makefile.am:
21699         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21700         (gst_int2float_chain_gint16):
21701         * gst/videofilter/Makefile.am:
21702         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21703         (tablelookup_u8), (gst_videobalance_planar411):
21704         * gst/videotestsrc/Makefile.am:
21705         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21706         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21707         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21708         (paint_hline_RGB565), (paint_hline_xRGB1555):
21709
21710 2004-02-11  David Schleef  <ds@schleef.org>
21711
21712         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21713         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21714         (gst_colorspace_getcaps), (gst_colorspace_link),
21715         (gst_colorspace_base_init), (gst_colorspace_init),
21716         (gst_colorspace_chain), (gst_colorspace_change_state),
21717         (plugin_init): Merge Ronald's patch (bug #117897) and update
21718         for new caps and negotiation.  Seems to work, although it
21719         shows off bugs in lcs.
21720
21721 2004-02-11  David Schleef  <ds@schleef.org>
21722
21723         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
21724         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
21725
21726 2004-02-11  David Schleef  <ds@schleef.org>
21727
21728         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
21729         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
21730         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
21731         Add server and port properties
21732
21733 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * m4/a52.m4:
21736         * m4/aalib.m4:
21737         * m4/as-ffmpeg.m4:
21738         * m4/as-liblame.m4:
21739         * m4/as-slurp-ffmpeg.m4:
21740         * m4/check-libheader.m4:
21741         * m4/esd.m4:
21742         * m4/freetype2.m4:
21743         * m4/gconf-2.m4:
21744         * m4/glib.m4:
21745         * m4/gst-alsa.m4:
21746         * m4/gst-artsc.m4:
21747         * m4/gst-ivorbis.m4:
21748         * m4/gst-matroska.m4:
21749         * m4/gst-sdl.m4:
21750         * m4/gst-shout2.m4:
21751         * m4/gst-sid.m4:
21752         * m4/gtk.m4:
21753         * m4/libdv.m4:
21754         * m4/libfame.m4:
21755         * m4/libmikmod.m4:
21756         * m4/ogg.m4:
21757         * m4/vorbis.m4:
21758           fix underquotedness of macros (#133800)
21759         * m4/as-avifile.m4:
21760         * m4/xmms.m4:
21761           removed because no longer used
21762
21763 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21764
21765         * configure.ac:
21766           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
21767           by autopoint (fixes #132996)
21768
21769 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21770
21771         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
21772         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
21773         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
21774         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
21775           fix memleaks
21776
21777 2004-02-11  David Schleef  <ds@schleef.org>
21778
21779         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21780         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
21781         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
21782         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
21783         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
21784         (gst_jpegenc_class_init), (gst_jpegenc_init),
21785         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
21786         (gst_jpegenc_chain), (gst_jpegenc_set_property),
21787         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
21788         * ext/jpeg/gstjpegenc.h: Fix negotiation.
21789
21790 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21791
21792         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21793         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
21794         * ext/mikmod/gstmikmod.h:
21795           fix caps negotiation in mikmod
21796         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
21797           output debug information
21798
21799 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21800
21801         * gst-libs/gst/colorbalance/Makefile.am:
21802         * gst-libs/gst/navigation/Makefile.am:
21803         * gst-libs/gst/xoverlay/Makefile.am:
21804           remove unused GST_OPT_CFLAGS from Makefiles
21805           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
21806
21807 2004-02-07  David Schleef  <ds@schleef.org>
21808
21809         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
21810         push events to pads that haven't been created (#133508)
21811
21812 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
21813
21814         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21815         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
21816         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
21817         (gst_dvdec_loop), (gst_dvdec_change_state):
21818         Second attempt at committing a working dvdec element.
21819
21820 2004-02-06  David Schleef  <ds@schleef.org>
21821
21822         Build fixes for OS X: (see #129600)
21823         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
21824         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
21825         (gst_riff_read_strf_iavs):
21826         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21827         (gst_avi_demux_stream_odml):
21828         * gst/playondemand/Makefile.am:
21829         * gst/rtp/rtp-packet.c:
21830
21831 2004-02-05  David Schleef  <ds@schleef.org>
21832
21833         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
21834         last change, because it Just Doesn't Compile.
21835
21836 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21837
21838         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21839           skip undecodable id3v2 tag instead of keeping it
21840
21841 2004-02-05  David Schleef  <ds@schleef.org>
21842
21843         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21844         Unref leaked buffer.  (Noticed by Ronald)
21845
21846 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
21847
21848         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21849         Sync requires with other checks.  >= vs =.
21850
21851 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
21852
21853         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
21854         (gst_dvdec_video_link), (gst_dvdec_loop):
21855         * ext/dv/gstdvdec.h:
21856           rework the caps negotiation so that dvdec works again instead
21857           of just segfaulting.
21858
21859 === release 0.7.4 ===
21860
21861 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21862
21863         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
21864         * configure.ac: changed for release
21865
21866 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21867
21868         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
21869         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21870         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21871         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21872           reworked patch by David Lehn to fix libdir and includedir for
21873           uninstalled libraries
21874           removed play and gconf from gstreamer-libs since they have their
21875           own pkgconfig files
21876
21877 2004-02-04  David Schleef  <ds@schleef.org>
21878
21879         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
21880         memleak.
21881
21882 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21883
21884         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21885           use correct GST_TAG_ENCODER tag
21886
21887 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21888
21889         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21890           be sure to stop the clock when going to paused
21891         * sys/oss/gstosssink.c: (gst_osssink_change_state):
21892           reset number of transmitted when going to ready.
21893         fixes #132935
21894
21895 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
21896
21897         reviewed by Benjamin Otte
21898
21899         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21900           extract track count (fixes #133410)
21901
21902 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21903
21904         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
21905           that should be !=, not == (fixes #132519)
21906
21907 2004-02-04  David Schleef  <ds@schleef.org>
21908
21909         Make sure set_explicit_caps() is called before adding pad.
21910         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21911         * gst/id3/gstid3types.c: (gst_id3types_loop):
21912         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21913         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21914
21915 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21916
21917         * configure.ac:
21918           bump nano to 2, first prerelease
21919           put back AM_PROG_LIBTOOL
21920
21921 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21922
21923         * testsuite/alsa/Makefile.am:
21924           these are user test apps, not automatic testsuite tests
21925
21926 2004-02-04  David Schleef  <ds@schleef.org>
21927
21928         Convert GST_DEBUG_CAPS() to GST_DEBUG():
21929         * gst/mpeg1videoparse/gstmp1videoparse.c:
21930         (mp1videoparse_parse_seq):
21931         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21932         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21933         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
21934         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21935         (gst_xvideosink_getcaps):
21936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21937         * testsuite/gst-lint: more tests
21938
21939 2004-02-04  David Schleef  <ds@schleef.org>
21940
21941         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
21942         with the code that they would expand to.
21943         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
21944         (gst_flacdec_get_src_query_types),
21945         (gst_flacdec_get_src_event_masks):
21946         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
21947         (gst_gnomevfssrc_get_query_types),
21948         (gst_gnomevfssrc_get_event_mask):
21949
21950 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21951
21952         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21953         (gst_sinesrc_dispose):
21954           fix memleak by properly disposing sinesrc
21955
21956 2004-02-04  Julien MOUTTE  <julien@moutte.net>
21957
21958         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
21959         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
21960         an overlay to redraw the image because it has been exposed.
21961         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
21962         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
21963         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
21964         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
21965         interface
21966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
21967         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
21968         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
21969         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
21970         interface
21971
21972 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21973
21974         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21975           more memleak fixage
21976
21977 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21978
21979         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21980         * gst/typefind/gsttypefindfunctions.c:
21981           fix memleaks shown by gst-typefind
21982
21983 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21984
21985         * common/glib-gen.mak:
21986           add hack rule to touch .Plo files
21987         * gst-libs/gst/colorbalance/Makefile.am:
21988         * gst-libs/gst/mixer/Makefile.am:
21989         * gst-libs/gst/play/Makefile.am:
21990         * gst-libs/gst/tuner/Makefile.am:
21991           remove glib_root variable
21992
21993 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21994
21995         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
21996           set explicit caps before adding the element, so the autopluggers can
21997           plug correctly.
21998         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21999         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22000         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22001         (dv_type_find):
22002           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22003           argument.
22004
22005 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22006
22007         * gst-libs/gst/colorbalance/Makefile.am:
22008         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22009         * gst-libs/gst/colorbalance/colorbalance.c:
22010         * gst-libs/gst/colorbalance/colorbalance.h:
22011         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22012         * gst-libs/gst/mixer/Makefile.am:
22013         * gst-libs/gst/mixer/mixer-marshal.list:
22014         * gst-libs/gst/mixer/mixer.c:
22015         * gst-libs/gst/mixer/mixer.h:
22016         * gst-libs/gst/mixer/mixermarshal.list:
22017         * gst-libs/gst/play/Makefile.am:
22018         * gst-libs/gst/play/play.h:
22019         * gst-libs/gst/tuner/Makefile.am:
22020         * gst-libs/gst/tuner/tuner-marshal.list:
22021         * gst-libs/gst/tuner/tuner.c:
22022         * gst-libs/gst/tuner/tuner.h:
22023         * gst-libs/gst/tuner/tunermarshal.list:
22024           use new glib-gen.mak snippet to clean up Makefile.am
22025           fix various bugs in Makefile.am's
22026
22027 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22028
22029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22030           handle chain parsing correctly in the multichain case
22031         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22032         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22033         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22034         (theora_dec_chain):
22035           handle events and queries correctly
22036
22037 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22038
22039         * .cvsignore:
22040         Ignore generated file _stdint.h.
22041
22042 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22043
22044         * gst-libs/gst/colorbalance/Makefile.am:
22045         * gst-libs/gst/colorbalance/colorbalance.h:
22046         * gst-libs/gst/mixer/Makefile.am:
22047         * gst-libs/gst/mixer/mixer.h:
22048         * gst-libs/gst/play/Makefile.am:
22049         * gst-libs/gst/play/play.h:
22050         * gst-libs/gst/tuner/Makefile.am:
22051         * gst-libs/gst/tuner/tuner.h:
22052         Generate enum type code with glib-mkenums.
22053         * gst-libs/gst/colorbalance/.cvsignore:
22054         * gst-libs/gst/mixer/.cvsignore:
22055         * gst-libs/gst/play/.cvsignore:
22056         * gst-libs/gst/tuner/.cvsignore:
22057         Ignore generated files.
22058
22059 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22060
22061         * gst-libs/gst/audio/.cvsignore:
22062         Ignore generated file.
22063         * gst-libs/gst/audio/Makefile.am:
22064         Do not install example filter.
22065
22066 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22067
22068         * examples/switch/.cvsignore:
22069         Ignore generated file.
22070
22071 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22072
22073         * common/m4/ax_create_stdint_h.m4:
22074         * configure.ac:
22075           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22076           _stdint.h.
22077         * Makefile.am:
22078           remove generated _stdint.h in DISTCLEANFILES
22079         * ext/a52dec/gsta52dec.c:
22080           include _stdint.h for a52dec. (should fix #133064)
22081
22082 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22083
22084         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22085         (gst_tag_to_vorbis_comments):
22086         Add replaygain support to vorbistag
22087
22088 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22089         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22090         (gst_ffmpeg_caps_to_extradata):
22091           Fix SVQ3 caps flag properties
22092           Use glib macro for bytes swap
22093
22094 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22095
22096         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22097         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22098         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22099         * ext/sndfile/gstsf.c: (plugin_init):
22100         * gst/avi/gstavi.c: (plugin_init):
22101         * sys/dxr3/dxr3init.c: (plugin_init):
22102         * sys/oss/gstossaudio.c: (plugin_init):
22103         * sys/v4l/gstv4l.c: (plugin_init):
22104         * sys/v4l2/gstv4l2.c: (plugin_init):
22105           remove textdomain calls
22106         * po/nl.po:
22107           update Dutch translation
22108
22109 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22110
22111         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22112         (gst_play_set_audio_sink): Moving volume in the audio thread for
22113         instantaneous volume change. Maybe i will add another volume in front
22114         of visualization later, not sure yet though.
22115
22116 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22117
22118         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22119         (gst_ximagesink_handle_xevents): Better X events handling, only take
22120         the latest events for configure and motion.
22121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22122
22123 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22124
22125         reviewed by: David Schleef  <ds@schleef.org>
22126
22127         Fix memory leaks:
22128         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22129         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22130
22131 2004-02-02  David Schleef  <ds@schleef.org>
22132
22133         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22134         of lines.
22135         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22136         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22137         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22138         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22139         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22140         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22141         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22142         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22143         (gst_float2_2_int_link):
22144         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22145         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22146         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22147         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22148         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22149         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22150         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22151         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22152         * testsuite/gst-lint: Add tests for bzero and ;;
22153
22154 2004-02-02  David Schleef  <ds@schleef.org>
22155
22156         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22157
22158 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22159
22160         * ext/aalib/gstaasink.c: (gst_aasink_open):
22161         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22162         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22163         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22164         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22165         (gst_afsink_close_file):
22166         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22167         (gst_afsrc_close_file):
22168         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22169         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22170         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22171         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22172         * ext/esd/esdmon.c: (gst_esdmon_get):
22173         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22174         * ext/faac/gstfaac.c: (gst_faac_chain):
22175         * ext/faad/gstfaad.c: (gst_faad_chain):
22176         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22177         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22178         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22179         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22180         (gst_flacdec_loop):
22181         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22182         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22183         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22184         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22185         (gst_gnomevfssink_close_file):
22186         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22187         (gst_gnomevfssrc_open_file):
22188         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22189         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22190         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22191         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22192         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22193         * ext/mad/gstmad.c: (gst_mad_chain):
22194         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22195         * ext/mpeg2dec/gstmpeg2dec.c:
22196         * ext/mpeg2enc/gstmpeg2enc.cc:
22197         * ext/mplex/gstmplex.cc:
22198         * ext/mplex/gstmplexibitstream.cc:
22199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22200         (gst_ogg_demux_push):
22201         * ext/raw1394/gstdv1394src.c:
22202         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22203         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22204         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22205         (gst_sf_loop):
22206         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22207         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22208         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22209         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22210         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22211         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22212         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22213         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22214         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22215         (gst_riff_read_element_data), (gst_riff_read_seek),
22216         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22217         * gst/adder/gstadder.c: (gst_adder_loop):
22218         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22219         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22220         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22221         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22222         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22223         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22224         * gst/goom/gstgoom.c: (gst_goom_chain):
22225         * gst/id3/gstid3types.c: (gst_id3types_loop):
22226         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22227         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22228         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22229         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22230         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22231         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22232         (gst_ebml_read_float), (gst_ebml_read_header):
22233         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22234         (gst_matroska_demux_parse_blockgroup):
22235         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22236         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22237         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22238         * gst/silence/gstsilence.c: (gst_silence_get):
22239         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22240         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22241         * gst/speed/gstspeed.c: (speed_loop):
22242         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22243         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22244         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22245         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22246         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22247         (gst_wavparse_loop):
22248         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22249         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22250         (dxr3audiosink_close):
22251         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22252         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22253         (dxr3videosink_close), (dxr3videosink_write_data):
22254         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22255         * sys/oss/gstosssink.c: (gst_osssink_chain):
22256         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22257         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22258         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22259         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22260         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22261         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22262         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22263         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22264         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22265         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22266         (gst_v4l_set_audio):
22267         * sys/v4l/v4l_calls.h:
22268         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22269         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22270         (gst_v4lmjpegsink_playback_init),
22271         (gst_v4lmjpegsink_playback_start):
22272         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22273         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22274         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22275         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22276         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22277         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22278         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22279         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22280         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22281         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22282         (gst_v4l2_get_output), (gst_v4l2_set_output),
22283         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22284         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22285         (gst_v4l2_set_attribute):
22286         * sys/v4l2/v4l2_calls.h:
22287         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22288         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22289         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22290         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22291         (gst_v4l2src_capture_stop):
22292         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22293         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22294         (gst_ximagesink_chain):
22295         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22296         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22297         (gst_xvideosink_xwindow_new):
22298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22299         (gst_xvimagesink_chain):
22300
22301 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22302
22303         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22304         (gst_volume_get_volume), (volume_class_init), (volume_init),
22305         (volume_chain_int16), (volume_update_volume):
22306         * gst/volume/gstvolume.h:
22307           make code more readable by removing magic numbers
22308           make mixer interface export 0-100 range
22309           make it internally map to 0.0-1.0 range so users don't distort
22310           output by putting the sliders at full volume
22311
22312 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22313
22314         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22315         (gst_play_state_change), (gst_play_seek_to_time):
22316         block the tick callback for 0.5 secs after doing a seek
22317
22318 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22319
22320         * gst-libs/gst/play/play.c: (gst_play_new):
22321           check for GError
22322
22323 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22324
22325         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22326         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22327         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22328         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22330         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22331
22332 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22333
22334         * configure.ac:
22335         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22336           check for a function added in vorbis 1.1
22337
22338 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22339
22340         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22341         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22342           really start/stop clock only on PLAYING <=> PAUSED
22343         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22344           remove \n from debugging lines
22345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22346           make it work when seeking does not
22347         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22348           reset on DISCONT
22349
22350 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22351
22352         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22353           start clock on PAUSED=>PLAYING, not later
22354         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22355           extract correct time for different discont formats
22356         (gst_alsa_sink_get_time):
22357           don't segfault when no format is negotiated yet, just return 0
22358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22359         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22360         (gst_ogg_pad_push):
22361           handle flush and discont events correctly
22362         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22363           handle discont events correctly
22364
22365 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22366
22367         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22368         (gst_play_error_create), (gst_play_error_plugin),
22369         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22370         * gst-libs/gst/play/play.h:
22371           add error handling during creation
22372         * examples/gstplay/player.c: (main):
22373           use new gst_play_new
22374
22375
22376 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22377
22378         * ext/theora/theoradec.c: (theora_dec_chain):
22379           make comments work
22380         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22381         (vorbis_dec_src_event), (vorbis_dec_chain):
22382           add encoder tag, fix tag reading to be more error tolerant, change
22383           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22384           gst_pad_event_default.
22385         * gst/tags/gstvorbistag.c:
22386         (gst_tag_list_from_vorbiscomment_buffer):
22387           undefine function specific define at end of function
22388
22389 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22390
22391         * ext/flac/gstflac.c: (plugin_init):
22392         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22393         * ext/flac/gstflacdec.h:
22394         * ext/flac/gstflacenc.h:
22395           Fix typos
22396
22397 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22398
22399         * examples/gstplay/player.c: s/gstplay.h/play.h/
22400
22401 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22402
22403         * gst-libs/gst/play/Makefile.am:
22404         * gst-libs/gst/play/gstplay.c:
22405         * gst-libs/gst/play/gstplay.h:
22406         * gst-libs/gst/play/play.c:
22407           more surgery, operation complete
22408
22409 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22410
22411         * gst-libs/gst/play/play.old.c:
22412         * gst-libs/gst/play/play.old.h:
22413           after CVS surgery by moving, remove
22414         * gst-libs/gst/play/playpipelines.c:
22415           remove
22416
22417         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22418           add negotiation error
22419
22420 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22421
22422         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22423         (gst_ogg_demux_push):
22424           add some seeking debug info
22425           send a flush when seeking
22426
22427 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22428
22429         * configure.ac:
22430           use AC_C_INLINE
22431         * configure.ac:
22432         * ext/Makefile.am:
22433         * ext/theora/Makefile.am:
22434         * ext/theora/theoradec.c:
22435           add theora video decoder. Does just do simple decoding for now and
22436           has been tested against Theora cvs only. It only works when theora
22437           is compiled with --enable-static.
22438         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22439           always reset packetno on DISCONT
22440
22441 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22442
22443         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22444           Fix audio.
22445
22446 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22447
22448         * gst/mpegaudioparse/gstmpegaudioparse.c:
22449         (mp3_type_frame_length_from_header):
22450           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22451
22452 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22453
22454         * ext/esd/esdsink.c: (gst_esdsink_init):
22455           Since we have static pad template caps, we don't need to negotiate;
22456           either the core errors out or we know the format.
22457
22458 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22459
22460         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22461         (gst_riff_read_seek):
22462         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22463         (gst_ebml_read_seek):
22464           Fix event handling.
22465
22466 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22467
22468         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22469           removee video/x-theora from vp3 decoder, it doesn't handle raw
22470           theora streams
22471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22472           fix bug with finalizing element that never went to PAUSED
22473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22474           length and position queries were swapped
22475         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22476         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22477         (vorbis_dec_src_event):
22478           implement querying time and bytes
22479
22480 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22481
22482         * just about every source file:
22483           gst_element_error -> GST_ELEMENT_ERROR
22484
22485 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22486
22487         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22488         emiting FLUSH and even before DISCONT.
22489         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22490         get the best instant seeking as possible yay!
22491
22492 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22493
22494         * gst/mpeg1videoparse/gstmp1videoparse.c:
22495         (gst_mp1videoparse_real_chain):
22496           Committed wrong version last week... Grr... Didn't notice until now.
22497
22498 2004-01-29  Julien MOUTTE <julien@moutte.net>
22499
22500         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22502         have_xwindow_id signal in xwindow_create.
22503
22504 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22505
22506         * ext/ogg/gstoggdemux.c:
22507           lots of changes - mainly support for chained bitstreams, seeking,
22508           querying and bugfixes of course
22509         * ext/vorbis/Makefile.am:
22510         * ext/vorbis/vorbisdec.c:
22511         * ext/vorbis/vorbisdec.h:
22512           add vorbisdec raw vorbis decoder
22513         * ext/vorbis/vorbis.c: (plugin_init):
22514           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22515         * gst/intfloat/Makefile.am:
22516         * gst/intfloat/float22int.c:
22517         * gst/intfloat/float22int.h:
22518         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22519           add float2intnew plugin. It converts multichannel interleaved float to
22520           multichannel interleaved int. The name should probably be changed.
22521         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22522         (plugin_init):
22523           add typefinding for raw theora video so oggdemux can detect it.
22524
22525 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22526
22527         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22528         sink element first.
22529         * gst/videoscale/gstvideoscale.c:
22530         (gst_videoscale_handle_src_event): Fixing src event handler.
22531
22532 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22533
22534         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22535         (gst_v4lsrc_open), (gst_v4lsrc_close),
22536         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22537         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22538         * sys/v4l/gstv4lsrc.h:
22539         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22540         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22541           Implement resizing... Hack. But that's why v4l is b0rked...
22542
22543 2004-01-28  Julien MOUTTE <julien@moutte.net>
22544
22545         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22546         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22547         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22548         (gst_ximagesink_xwindow_destroy):
22549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22550         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22551         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22552         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22553         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22554         correctly cleaning the image created to check xshm calls on succes,
22555         added a lot of XSync calls in X11 functions, and fixed a segfault when
22556         no image format was defined before negotiation happened.
22557
22558 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22559
22560         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22561           use gst_element_get_time to get correct time
22562
22563 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22564
22565         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22566         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22567         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22569         (gst_xvimagesink_check_xshm_calls),
22570         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22571         X plugins are now able to detect that XShm calls will fail even if the
22572         server claims that it has XShm support (remote displays most of the
22573         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22574         so that we use non XShm functions. This feature is almost useless for
22575         xvimagesink as Xv is not supported on remote displays anyway, but
22576         it might happen than even on the local display XShm calls fail.
22577
22578 2004-01-27  David Schleef  <ds@schleef.org>
22579
22580         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22581         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22582         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22583         changed esdsink to only use 44100,16,2, since esd sucks at rate
22584         conversion and esdsink has had difficulty negotiating.
22585
22586 2004-01-27  Julien MOUTTE <julien@moutte.net>
22587
22588         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22589         (gst_play_seek_to_time): Fixing the way to get current position.
22590
22591 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22592
22593         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22594           use gst_element_get_time to get correct time
22595
22596 2004-01-27  Julien MOUTTE <julien@moutte.net>
22597
22598         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22599         fix ever... Inverting 2 lines of code make spider autoplug correctly
22600         tagged mp3 !
22601
22602 2004-01-27  David Schleef  <ds@schleef.org>
22603
22604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22605         Use gst_pad_try_set_caps_nonfixed().
22606
22607 2004-01-27  David Schleef  <ds@schleef.org>
22608
22609         * gst/ac3parse/gstac3parse.c: update to checklist 5
22610         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22611         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22612         * gst/audioscale/gstaudioscale.c: same
22613         * gst/auparse/gstauparse.c: same
22614         * gst/avi/gstavidemux.c: same
22615
22616 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22617
22618         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22619           stop processing after EOS
22620
22621 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22622
22623         * gst/asfdemux/asfheaders.h:
22624         * gst/asfdemux/gstasfdemux.c:
22625         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22626         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22627         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22628           lot's of fixes to make data extraction simpler and get the code
22629           architecture and compiler independant. Add debugging category
22630         * gst/goom/gstgoom.c: (gst_goom_change_state):
22631           reset channel count on PAUSED=>READY, not READY=>PAUSED
22632
22633 2004-01-26  Colin Walters  <walters@verbum.org>
22634
22635         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22636         code to pull a bigger buffer in iradio mode.  This as a side effect
22637         makes typefinding work.
22638
22639 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22640
22641         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22642         Fix SVQ3 decoding on PPC
22643
22644 2004-01-26  Julien MOUTTE <julien@moutte.net>
22645
22646         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22647         that one managed to stay there... Fixed.
22648
22649 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22650
22651         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22652         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22653         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22654         (qtdemux_video_caps):
22655         * gst/qtdemux/qtdemux.h:
22656         Add SVQ3 specific flags to qtdemux and ffmpeg
22657
22658 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22659
22660         * gst-libs/gst/audio/audio.h:
22661           remove buffer-frames from audio caps
22662         * gst/audioconvert/gstaudioconvert.c:
22663           fix plugin to really work.
22664
22665 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22666
22667         * gst-libs/gst/mixer/mixer.c:
22668         * gst-libs/gst/propertyprobe/propertyprobe.c:
22669         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22670         (gst_tuner_find_channel_by_name):
22671         * gst-libs/gst/tuner/tuner.h:
22672           Add gtk-doc style comments. Also fix a function name.
22673
22674 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22675
22676         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22677         (gst_divxdec_negotiate):
22678           Fix for new capsnego - also fixes gst-player with divxdec.
22679
22680 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22681
22682         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22683         (gst_play_identity_handoff), (gst_play_set_location),
22684         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22685         try in visualization implementation. Still have an issue with switch
22686         blocking when pulling from video_queue and only audio comes out of
22687         spider.
22688         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22689         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22690         release method. And check if the pad is usable before pulling.
22691
22692 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22693
22694         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22695         (gst_videobalance_init),
22696         (gst_videobalance_colorbalance_list_channels),
22697         (gst_videobalance_colorbalance_set_value),
22698         (gst_videobalance_colorbalance_get_value),
22699         (gst_videobalance_update_properties),
22700         (gst_videobalance_update_tables_planar411),
22701         (gst_videobalance_planar411):
22702         * gst/videofilter/gstvideobalance.h:
22703           Implement lookup-tables. +/- 10x faster.
22704
22705 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22706
22707         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22708         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22709           The index reading was broken. The rest worked fine, but the whole
22710           goal of my rewrite was to make avidemux readable, and this was
22711           not at all readable. Please use typed variables.
22712
22713 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22714
22715         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22716           Additional pad usability check.
22717         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22718         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
22719         (gst_mp1videoparse_real_chain):
22720           Fix MPEG video stream parsing. The original plugin had several
22721           issues, including not timestamping streams where the source was
22722           not timestamped (this happens with PTS values in mpeg system
22723           streams, but MPEG video is also a valid stream on its own so
22724           that needs timestamps too). We use the display time code for that
22725           for now. Also, if one incoming buffer contains multiple valid
22726           frames, we push them all on correctly now, including proper EOS
22727           handling. Lastly, several potential segfaults were fixed, and we
22728           properly sync on new sequence/gop headers to include them in next,
22729           not previous frames (since they're header for the next frame, not
22730           the previous). Also see #119206.
22731         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
22732         (bpf_from_header):
22733           Move caps setting so we only do it after finding several valid
22734           MPEG-1 fraes sequentially, not right after the first one (which
22735           might be coincidental).
22736         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
22737         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22738         (plugin_init):
22739           Add unsynced MPEG video stream typefinding, and change some
22740           probability values so we detect streams rightly. The idea is as
22741           follows: I can have an unsynced system stream which contains
22742           video. In the current code, I would randomly get a type for either
22743           system or video stream type found, because the probabilities are
22744           being calculated rather randomly. I now use fixed values, so we
22745           always prefer system stream if that was found (and that is how it
22746           should be). If no system stream was found, we can still identity                the stream as video-only.
22747
22748 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22749
22750         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22751         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22752           don't write to buffer. Extract data without the need of
22753           __attribute__ ((packed))
22754
22755 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22756
22757         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
22758         (mpeg1_sys_type_find):
22759           Fix MPEG-1 stream typefinding.
22760
22761 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22762
22763         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22764           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
22765
22766 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22767
22768         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
22769         * ext/esd/gstesd.c: (plugin_init):
22770           private debugging, better error reporting
22771
22772 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22773
22774         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
22775         (gst_riff_read_init), (gst_riff_read_change_state):
22776         * gst-libs/gst/riff/riff-read.h:
22777           Remove stuff fromold metadata system.
22778
22779 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22780
22781         * ext/ogg/gstoggdemux.c:
22782           Fix wrong file comment.
22783         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22784         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
22785           Add metadata reading properly.
22786
22787 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22788
22789         * ext/Makefile.am:
22790           Fix nas DIST_SUBDIRS
22791           Uraeus:
22792           Fix bug where make distcheck doesn't get run on adding stuff to
22793           the build.
22794
22795 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22796
22797         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
22798         * ext/divx/gstdivxdec.h:
22799           Fix divx3 ("msmpeg4") playback using divxdec.
22800
22801 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22802
22803         * gst/typefind/gsttypefindfunctions.c:
22804         (mp3_type_frame_length_from_header): fix bug in length computation
22805         (mp3_type_find): improve debugging output
22806
22807 2004-01-23  Julien MOUTTE  <julien@moutte.net>
22808
22809         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22810         (gst_play_set_location), (gst_play_seek_to_time),
22811         (gst_play_set_audio_sink), (gst_play_set_visualization),
22812         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
22813         the pipeline from scratch. Visualization is back and switch went out as
22814         i realized it was not possible to use the way i wanted.
22815         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
22816         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
22817         clearing in state change from READY to NULL. So that one can clean the
22818         X ressources keeping the element.
22819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22820         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
22821         (gst_xvimagesink_colorbalance_set_value),
22822         (gst_xvimagesink_colorbalance_get_value),
22823         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
22824         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
22825         change from READY to NULL and fixed some stupid bugs in colorbalance
22826         get/set values. Also added the following feature : when nobody tries to
22827         set some values to the colorbalance levels before the xcontext is
22828         grabbed, then when creating channels list from Xv attributes we set the
22829         internal values to the Xv defaults. This way we handle buggy Xv drivers
22830         that set default hue values far from the middle of the range (Thanks
22831         to Jon Trowbridge for pointing that issue).
22832         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
22833         colorbalance levels have been set before xcontext is grabbed.
22834
22835 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22836
22837         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22838           Fix the ossmixer case where we shouldn't open /dev/dsp* because
22839           it might block operations (which is bad for a mixer).
22840
22841 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22842
22843         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22844         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
22845         (gmip_find_type_pre):
22846         * gst-libs/gst/media-info/media-info-priv.h:
22847         * gst-libs/gst/media-info/media-info.c:
22848         (gst_media_info_instance_init), (gst_media_info_read_idler):
22849         add fakesink to get caps on decoder src pad again
22850         fix callback prototype to match new have_type signal signature
22851
22852 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22853
22854         * gst/adder/gstadder.c: (gst_adder_link):
22855           fix non-compile and cut-n-paste code
22856
22857 2004-01-21  David Schleef  <ds@schleef.org>
22858
22859         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
22860         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
22861         (gst_swfdec_init), (gst_swfdec_change_state):
22862         * ext/swfdec/gstswfdec.h:
22863         Fix negotiation.
22864         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
22865         (gst_adder_request_new_pad): Fix negotiation.
22866         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
22867         Add a fixate function.
22868         * gst/intfloat/gstfloat2int.c:
22869         * gst/intfloat/gstfloat2int.h:
22870         * gst/intfloat/gstint2float.c:
22871         * gst/intfloat/gstint2float.h:
22872         Completely rewrite the negotiation.  Doesn't quite work yet,
22873         due to some buffer-frames problem.
22874
22875 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22876
22877         * ext/gnomevfs/gstgnomevfssrc.c:
22878         * sys/v4l2/v4l2_calls.h:
22879           fix includes for distcheck
22880
22881 2004-01-21  Christian Schaller <uraeus@gnome.org>
22882
22883         * ext/nas/
22884         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
22885         based on earlier patch from Laurent Vivier
22886
22887 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
22888
22889         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22890         Fix wma caps property
22891         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22892         Fix typo (flags1 and flags2)
22893
22894 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22895
22896         * gst-libs/gst/media-info/media-info-priv.c:
22897         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
22898         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
22899         (gmip_find_stream), (gmip_find_track_metadata),
22900         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
22901         (gmip_find_track_format):
22902         * gst-libs/gst/media-info/media-info-priv.h:
22903         * gst-libs/gst/media-info/media-info-test.c: (main):
22904         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22905         (gst_media_info_read_idler), (gst_media_info_read):
22906         * gst-libs/gst/media-info/media-info.h:
22907           register debugging category and use it for debugging
22908
22909 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22910
22911         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
22912         (gst_vorbisfile_new_link):
22913           signal streaminfo through tags
22914
22915 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22916
22917         * ext/mplex/gstmplex.cc:
22918         * ext/mplex/gstmplexibitstream.cc:
22919           g++ doesn't like NULL in our i18n/error macros, should be
22920           either (NULL) or ("").
22921
22922 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22923
22924         * sys/dxr3/dxr3audiosink.c:
22925         * sys/dxr3/dxr3init.c:
22926         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
22927         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
22928           Fix more error error error errors (missing includes here).
22929
22930 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22931
22932         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22933           fix thomas' error errors.
22934
22935 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22936
22937         * ext/mpeg2enc/gstmpeg2enc.cc:
22938           fix error errors.
22939
22940 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22941
22942         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22943         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22944           Fix for new error system.
22945
22946 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22947
22948         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22949           fix for new error reporting
22950
22951 2004-01-20  David Schleef  <ds@schleef.org>
22952
22953         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22954         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22955         (gst_ximagesink_set_xwindow_id): Change to using a framerate
22956         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
22957         and neither is 100+, most likely.
22958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22959         (gst_xvimagesink_getcaps): same
22960
22961 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22962
22963         * configure.ac:
22964           Up version requirement to 2.0.3 (not yet released) to avoid symbol
22965           clashes with ffmpeg.
22966
22967 2004-01-20  Julien MOUTTE  <julien@moutte.net>
22968
22969         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22970         (gst_switch_init): Fixed switch element : proxying link and setting
22971         caps from src to sink on request.
22972
22973 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22974
22975         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22976         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22977         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22978         fix element_error
22979
22980 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22981
22982         * sys/v4l/v4l_calls.h:
22983         * sys/v4l2/v4l2_calls.h:
22984           element_error fixes
22985
22986 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22987
22988         * gst-libs/gst/gst-i18n-plugin.h:
22989           add locale.h
22990           remove config.h inclusion
22991
22992 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22993
22994         * autogen.sh:
22995           adding autopoint invocation
22996         * Makefile.am:
22997         * configure.ac:
22998         * gst-libs/gst/gettext.h:
22999           adding gettext bits
23000         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23001         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23002         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23003         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23004         (gst_gnomevfssink_close_file):
23005         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23006         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23007         * gst-libs/gst/gst-i18n-plugin.h:
23008         * gst/avi/gstavi.c: (plugin_init):
23009         * sys/dxr3/dxr3init.c: (plugin_init):
23010         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23011         * sys/oss/gstossaudio.c: (plugin_init):
23012         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23013         * sys/v4l/gstv4l.c: (plugin_init):
23014         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23015         * sys/v4l2/gstv4l2.c: (plugin_init):
23016         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23017         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23018         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23019         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23020         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23021         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23022           make sure locale and translation domain are set
23023           fix translated strings
23024         * po/.cvsignore:
23025         * po/LINGUAS:
23026         * po/Makevars:
23027         * po/POTFILES.in:
23028         * po/nl.po:
23029           put translation files into place
23030         * sys/xvideo/imagetest.c: (main):
23031         * ext/dv/demo-play.c: (main):
23032           fix unnecessary translations
23033
23034 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23035
23036         * ext/sndfile/gstsf.c:
23037         * gst/avi/gstavimux.c:
23038         * ext/audiofile/gstafsink.c:
23039         * ext/audiofile/gstafsrc.c:
23040         * ext/gnomevfs/gstgnomevfssink.c:
23041         * ext/gnomevfs/gstgnomevfssrc.c:
23042         * sys/oss/gstosselement.c:
23043         * sys/v4l/v4l_calls.h:
23044           fix i18n include
23045
23046 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23047
23048         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23049         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23050         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23051         (gst_v4l2_get_output), (gst_v4l2_set_output),
23052         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23053         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23054         (gst_v4l2_set_attribute):
23055         update to new error handling
23056
23057 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23058
23059         * ext/sidplay/gstsiddec.cc:
23060         * gst/modplug/gstmodplug.cc:
23061           parenthese NULL because C++ seems angry about it
23062
23063 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23064
23065         * gst-libs/gst/gst-i18n-plugin.h:
23066           add skeleton i18n stuff, but needs to be further implemented
23067
23068 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23069
23070         * examples/gstplay/player.c: (main):
23071         * ext/aalib/gstaasink.c: (gst_aasink_open):
23072         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23073         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23074         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23075         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23076         (gst_afsink_close_file):
23077         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23078         (gst_afsrc_close_file):
23079         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23080         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23081         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23082         * ext/esd/esdmon.c: (gst_esdmon_get):
23083         * ext/esd/esdsink.c: (gst_esdsink_chain):
23084         * ext/faac/gstfaac.c: (gst_faac_chain):
23085         * ext/faad/gstfaad.c: (gst_faad_chain):
23086         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23087         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23088         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23089         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23090         (gst_flacdec_loop):
23091         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23092         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23093         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23094         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23095         (gst_gnomevfssink_close_file):
23096         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23097         (gst_gnomevfssrc_open_file):
23098         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23099         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23100         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23101         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23102         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23103         * ext/mad/gstmad.c: (gst_mad_chain):
23104         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23105         * ext/mpeg2dec/gstmpeg2dec.c:
23106         * ext/mpeg2enc/gstmpeg2enc.cc:
23107         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23108         * ext/mplex/gstmplex.cc:
23109         * ext/mplex/gstmplexibitstream.cc:
23110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23111         (gst_ogg_demux_push), (gst_ogg_pad_push):
23112         * ext/raw1394/gstdv1394src.c:
23113         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23114         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23115         * ext/sidplay/gstsiddec.cc:
23116         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23117         (gst_sf_loop):
23118         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23119         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23120         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23121         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23122         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23123         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23124         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23125         * gst-libs/gst/Makefile.am:
23126         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23127         (gst_riff_read_element_data), (gst_riff_read_seek),
23128         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23129         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23130         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23131         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23132         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23133         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23134         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23135         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23136         * gst/goom/gstgoom.c: (gst_goom_chain):
23137         * gst/id3/gstid3types.c: (gst_id3types_loop):
23138         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23139         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23140         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23141         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23142         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23143         (gst_ebml_read_float), (gst_ebml_read_header):
23144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23145         (gst_matroska_demux_parse_blockgroup):
23146         * gst/modplug/gstmodplug.cc:
23147         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23148         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23149         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23150         * gst/silence/gstsilence.c: (gst_silence_get):
23151         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23152         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23153         * gst/speed/gstspeed.c: (speed_loop):
23154         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23155         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23156         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23157         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23158         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23159         (gst_wavparse_loop):
23160         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23161         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23162         (dxr3audiosink_close):
23163         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23164         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23165         (dxr3videosink_close), (dxr3videosink_write_data):
23166         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23167         * sys/oss/gstosselement.h:
23168         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23169         (gst_osssink_chain):
23170         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23171         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23172         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23174         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23175         (gst_v4l_enable_overlay):
23176         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23177         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23178         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23179         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23180         (gst_v4l_set_audio):
23181         * sys/v4l/v4l_calls.h:
23182         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23183         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23184         (gst_v4lmjpegsink_playback_init),
23185         (gst_v4lmjpegsink_playback_start):
23186         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23187         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23188         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23189         (gst_v4lmjpegsrc_requeue_frame):
23190         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23191         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23192         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23193         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23194         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23195         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23196         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23197         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23198         (gst_v4l2src_capture_stop):
23199         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23200         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23201         (gst_ximagesink_chain):
23202         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23203         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23204         (gst_xvideosink_xwindow_new):
23205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23206         (gst_xvimagesink_chain):
23207         use new error signal, function and categories
23208
23209 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23210
23211         * configure.ac:
23212         * ext/Makefile.am:
23213         * ext/musicbrainz/gsttrm.c:
23214         * ext/musicbrainz/gsttrm.h:
23215         * ext/musicbrainz/Makefile.am:
23216         Add a trm plugin
23217
23218 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23219
23220         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23221         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23222         synchronous property for debugging.
23223         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23225         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23226         smaller block, fixing indent.
23227
23228 2004-01-16  David Schleef  <ds@schleef.org>
23229
23230         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23231         property affects the video stream.
23232         * sys/xvimage/xvimagesink.c:
23233         * sys/xvimage/xvimagesink.h:
23234         Add synchronous property for debugging.  Should probably be
23235         disabled in non-CVS builds.  Make sure that the Xv attribute
23236         exists before we set it (crash!).  Fix a silly float bug that
23237         caused colorbalance to just not work.
23238
23239 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23240
23241         * tools/gst-launch-ext.in - update for new plugins
23242
23243 2004-01-16  David Schleef  <ds@schleef.org>
23244
23245         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23246         already-freed caps.
23247
23248 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23249
23250         * Update spec for new colorspace plugin and libcaca plugin
23251         * Fix compilation of libcaca plugin (clock -> id)
23252
23253 2004-01-16  Julien MOUTTE <julien@moutte.net>
23254
23255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23256         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23257         (gst_xvimagesink_set_xwindow_id),
23258         (gst_xvimagesink_colorbalance_set_value),
23259         (gst_xvimagesink_colorbalance_get_value),
23260         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23261         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23262         correct colorbalance properties. They can now be set when the element
23263         is still in NULL state. The values will be committed to the Xv Port
23264         when xcontext is initialized.
23265         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23266         brightness int values in the GstXvImagesink structure.
23267
23268 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23269
23270         * gst-libs/gst/Makefile.am:
23271           restructure so having local patches works easier.
23272
23273 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23274
23275         * ext/mpeg2enc/Makefile.am:
23276         * ext/mpeg2enc/gstmpeg2enc.cc:
23277         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23278           Bugfix with respect to EOS handling.
23279
23280 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23281
23282         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23283           Link with right caps (else, it segfaults).
23284         * ext/mplex/gstmplexjob.cc:
23285           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23286
23287 2004-01-15  David Schleef  <ds@schleef.org>
23288
23289         * gst-libs/gst/audio/Makefile.am:
23290         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23291         from the template.
23292         * gst-libs/gst/audio/gstaudiofilter.c:
23293         * gst-libs/gst/audio/gstaudiofilter.h:
23294         Add bytes_per_sample and size and n_samples calculation.
23295         * gst-libs/gst/audio/gstaudiofilterexample.c:
23296         Remove, now autogenerated.
23297         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23298         Moved from gstaudiofilterexample, object name changed, code added
23299         so that it actually works.
23300         * gst-libs/gst/audio/make_filter:
23301         Script to build an audiofilter subclass from the template.
23302         * gst/colorspace/Makefile.am:
23303         * gst/colorspace/yuv2yuv.c:
23304         Remove file, since it's GPL, and we don't use it.
23305
23306 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23307
23308         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23310         them use the buffer free function to test how the buffer was allocated.
23311
23312 2004-01-15  David Schleef  <ds@schleef.org>
23313
23314         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23315         that handles osssink fallback.
23316         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23317         (gst_audio_convert_getcaps):
23318         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23319         Add audio/x-qdm2 for QDM2 audio.
23320         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23321         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23322         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23323         Decrease minimum size to 16x16.
23324         * gst/wavparse/gstwavparse.c:
23325         Convert disabled pad template caps to new caps.
23326         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23328         (gst_xvimagesink_chain): Throw element error when display cannot
23329         be opened.  Increase minimum framerate to 1.0.  Check the data
23330         free function on a buffer to make sure it is the type we expect
23331         before manipulating it.
23332
23333 2004-01-15  Julien MOUTTE <julien@moutte.net>
23334
23335         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23336         (gst_videobalance_colorbalance_set_value): Implement passthru if
23337         settings are in the middle.
23338         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23339
23340 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23341
23342         * gst/videofilter/Makefile.am:
23343         * gst/volume/Makefile.am:
23344           Since we use videofilter symbols, link to it.
23345
23346 2004-01-15  Julien MOUTTE <julien@moutte.net>
23347
23348         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23349         mixer interface type to HARDWARE.
23350         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23351         type to SOFTWARE.
23352         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23353         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23354         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23355         (gst_volume_interface_init), (gst_volume_list_tracks),
23356         (gst_volume_set_volume), (gst_volume_get_volume),
23357         (gst_volume_set_mute), (gst_volume_mixer_init),
23358         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23359         (volume_init): Implementing mixer interface.
23360         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23361         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23362         (gst_osselement_change_state): Removing some trailing commas in
23363         structures.
23364         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23365         interface type to HARDWARE.
23366         * sys/v4l/gstv4lcolorbalance.c:
23367         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23368         type to HARDWARE.
23369         * sys/v4l2/gstv4l2colorbalance.c:
23370         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23371         interface type to HARDWARE.
23372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23373         same code than ximagesink for event handling.
23374
23375 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23376
23377         * ext/snapshot/Makefile.am:
23378         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23379         (gst_snapshot_chain):
23380         * ext/snapshot/gstsnapshot.h:
23381           This has to be a joke... Snapshot should be connected to a tee,
23382           colorspace element before it and EOS after that, where the other
23383           src of the tee receives normal data.
23384           The current way is *wrong*.
23385
23386 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23387
23388         * ext/hermes/gsthermescolorspace.c:
23389           Fix another compile error. Same as below.
23390
23391 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23392
23393         * gst/colorspace/gstcolorspace.c:
23394         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23395         (gst_colorspace_i420_to_yv12):
23396           Fix compiling... Didn't test if it actually works.
23397
23398 2004-01-15  David Schleef  <ds@schleef.org>
23399
23400         * configure.ac:
23401         * gst/colorspace/Makefile.am:
23402         * gst/colorspace/gstcolorspace.c:
23403         * gst/colorspace/gstcolorspace.h:
23404         * gst/colorspace/yuv2rgb.c:
23405         * gst/colorspace/yuv2rgb.h:
23406         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23407         code and GPL code.  Fix for new caps negotiation.  Rewrite
23408         much of the format handling code, and some of the conversion
23409         code.  Basically, rewrote almost everything.  This element
23410         handles I420, YV12 to RGB conversions.
23411         * ext/hermes/Makefile.am:
23412         * ext/hermes/gsthermescolorspace.c:
23413         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23414         Remove non-Hermes related code.  This element handles lots of
23415         RGB to RGB conversions, but no YUV.
23416         * ext/hermes/gstcolorspace.c:
23417         * ext/hermes/gstcolorspace.h:
23418         * ext/hermes/rgb2yuv.c:
23419         * ext/hermes/yuv2rgb.c:
23420         * ext/hermes/yuv2rgb.h:
23421         * ext/hermes/yuv2rgb_mmx16.s:
23422         * ext/hermes/yuv2yuv.c:
23423         * ext/hermes/yuv2yuv.h:
23424         Remove old code.
23425
23426 2004-01-14  Colin Walters  <walters@verbum.org>
23427
23428         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23429         they've already been.
23430
23431 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23432
23433         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23434           assume tag mode when pad is not connected
23435
23436 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23437
23438         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23439           Don't update the time of the clock
23440         (gst_alsa_sink_loop):
23441           sync to the clock given to alsasink, not the own clock
23442         * sys/oss/gstosssink.c: (gst_osssink_chain):
23443           sync to the clock
23444         (gst_osssink_change_state):
23445           activate the clock
23446         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23448           remove bogus code that made DISCONT events unhandled
23449         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23450           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23451           #131502)
23452         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23453         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23454         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23455           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23456           2nd warning in bug #131502)
23457
23458 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23459
23460         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23461         (gst_videobalance_colorbalance_set_value),
23462         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23463         for colorbalance interface implementation.
23464         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23465         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23466         (gst_ximagesink_dispose), (gst_ximagesink_init),
23467         (gst_ximagesink_class_init): Adding DISPLAY property.
23468         * sys/ximage/ximagesink.h: Adding display_name to store display.
23469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23470         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23471         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23472         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23473         properties (they still need polishing though for gst-launch use : no
23474         xcontext yet, i ll do that tomorrow).
23475         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23476
23477 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23478
23479         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23480         (gst_play_set_location), (gst_play_set_visualization): Preparing
23481         switch integration, adding videobalance in the pipeline.
23482
23483 2004-01-14  Julien MOUTTE <julien@moutte.net>
23484
23485         * gst-libs/gst/colorbalance/colorbalance.c:
23486         (gst_color_balance_class_init): Adding a default type.
23487         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23488         the type.
23489         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23490         (gst_videobalance_dispose), (gst_videobalance_class_init),
23491         (gst_videobalance_init), (gst_videobalance_interface_supported),
23492         (gst_videobalance_interface_init),
23493         (gst_videobalance_colorbalance_list_channels),
23494         (gst_videobalance_colorbalance_set_value),
23495         (gst_videobalance_colorbalance_get_value),
23496         (gst_videobalance_colorbalance_init): Implementing colorbalance
23497         interface.
23498         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23499         list.
23500         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23501         bug which was triggering a BadAccess X error when setting an overlay
23502         before pad was really negotiated.
23503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23504         Using the colorbalance type macro.
23505
23506 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23507
23508         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23509         (gst_flacenc_chain):
23510           handle tags correctly
23511         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23512           extract ID3v1 tags correctly
23513
23514 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23515
23516         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23517         (plugin_init):
23518           Improve matroska typefinding for odd-typed headers...
23519
23520 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23521
23522         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23523           Fix for using incremental number on padnames.
23524
23525 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23526
23527         * ext/divx/gstdivxdec.c:
23528         * ext/divx/gstdivxenc.c:
23529           Set category to divx4linux instead of divx (too generic).
23530         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23531         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23532         (gst_wavparse_loop), (gst_wavparse_change_state):
23533         * gst/wavparse/gstwavparse.h:
23534           fix parsing of WAV files with non-standard fmt-tag size and fix
23535           skipping of unrecognized chunks... Someone please fix this thing
23536           to use rifflib so all this is automated.
23537         * sys/v4l/Makefile.am:
23538         * sys/v4l2/Makefile.am:
23539           Add X_CFLAGS because we depend on X (for overlay).
23540
23541 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
23542
23543         * ext/mpeg2dec/gstmpeg2dec.c:
23544           Don't issue a timestamp unless we tagged the frame
23545           with a PTS.
23546
23547 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23548
23549         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23550           Query the audio element to get the time, not the clock. We're
23551           interested in the element's time here.
23552
23553 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23554
23555         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23556         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23557         * ext/esd/esdsink.c: (gst_esdsink_chain):
23558         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23559         * ext/mas/massink.c: (gst_massink_chain):
23560         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23561         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23562         (gst_matroska_demux_parse_metadata):
23563         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23564         (gst_mpeg_parse_release_locks):
23565         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23566         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23567         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23568         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23569         (gst_osssink_change_state):
23570         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23571         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23572         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23573         (gst_xvideosink_release_locks):
23574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23575           use element time.
23576         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23577         (gst_alsa_clock_stop):
23578         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23579         (gst_audio_clock_get_internal_time):
23580           simplify for use with new clocking code.
23581         * testsuite/alsa/Makefile.am:
23582         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23583           fix testsuite for new caps system
23584
23585 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23586
23587         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23588         * ext/flac/gstflacenc.c: (add_one_tag):
23589           length is already host endian, no need to convert. Fixes playback of
23590           tagged files on PPC. (bug #128384)
23591
23592 2004-01-13  Julien MOUTTE <julien@moutte.net>
23593
23594         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23595         colorbalance interface stating if it is hardware based or software
23596         based.
23597         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23598         Removing a trailing comma.
23599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23600         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23601         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23602         the documentation seems to be wrong on the -1000 to 1000 interval.
23603
23604 2004-01-12  David Schleef  <ds@schleef.org>
23605
23606         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23607         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23608         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23609         Fix negotiation.  Add a bufferalloc function for the sink pad,
23610         and generally clean up some of the code.
23611
23612 2004-01-12  Julien MOUTTE <julien@moutte.net>
23613
23614         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23615         (gst_color_balance_channel_dispose): Adding safety check in dispose
23616         method.
23617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23618         (gst_xvimagesink_xcontext_clear),
23619         (gst_xvimagesink_interface_supported),
23620         (gst_xvimagesink_colorbalance_list_channels),
23621         (gst_xvimagesink_colorbalance_set_value),
23622         (gst_xvimagesink_colorbalance_get_value),
23623         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23624         Adding colorbalance interface support to set XV parameters such as
23625         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23626         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23627         interface.
23628
23629 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23630
23631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23632         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23633         (gst_audio_convert_init), (gst_audio_convert_set_property),
23634         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23635         (gst_audio_convert_link),
23636         (gst_audio_convert_buffer_to_default_format),
23637         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23638           - implement _getcaps and use it
23639           - improve linking
23640           - remove float caps since no float conversion is actually done
23641           - remove properties and arguments that were to be used for rate
23642             conversion
23643
23644 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23645
23646         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23647         (gst_audio_structure_set_int):
23648         * gst-libs/gst/audio/audio.h:
23649           add helper functions for _getcaps matching the standard audio
23650           templates
23651
23652 2004-01-12  David Schleef  <ds@schleef.org>
23653
23654         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23655         Test that pad is negotiated before getting its caps.
23656
23657 2004-01-12  Julien MOUTTE <julien@moutte.net>
23658
23659         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23660         analyzing the pads of an element the bin is mostly in READY state so
23661         no caps were negotiated. This helper function needs to work with
23662         _get_caps directly then. I was not freeing them though, added that to
23663         fix the mem leak.
23664
23665 2004-01-12  Julien MOUTTE <julien@moutte.net>
23666
23667         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23669         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23670         than the free_func.
23671
23672 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23673
23674         * sys/oss/gstossaudio.c: (plugin_init):
23675         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23676         * sys/oss/gstosselement.h:
23677           make an oss debugging category
23678           make failure more descriptive
23679
23680 2004-01-11  David Schleef  <ds@schleef.org>
23681
23682         * ext/ffmpeg/gstffmpeg.c:
23683         * ext/ffmpeg/gstffmpegcodecmap.c:
23684         * ext/ffmpeg/gstffmpegdec.c:
23685         * ext/ffmpeg/gstffmpegenc.c:
23686         * ext/ffmpeg/gstffmpegprotocol.c:
23687         * ext/gdk_pixbuf/gstgdkanimation.c:
23688         * ext/jpeg/gstjpeg.c:
23689         * ext/libpng/gstpng.c:
23690         * ext/mpeg2dec/perftest.c:
23691         * ext/speex/gstspeex.c:
23692         * gst-libs/gst/resample/dtos.c:
23693         * gst/intfloat/gstintfloatconvert.c:
23694         * gst/oneton/gstoneton.c:
23695         * gst/rtjpeg/RTjpeg.c:
23696         * gst/rtp/gstrtp.c:
23697         * sys/dxr3/dxr3init.c:
23698         * sys/glsink/gstgl_nvimage.c:
23699         * sys/glsink/gstgl_pdrimage.c:
23700         * sys/glsink/gstglsink.c:
23701         * testsuite/gst-lint:
23702         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23703
23704 2004-01-11  David Schleef  <ds@schleef.org>
23705
23706         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23707         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23708         * ext/gdk_pixbuf/gstgdkanimation.c:
23709         (gst_gdk_animation_iter_create_pixbuf):
23710         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23711         (gst_gdk_pixbuf_chain):
23712         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23713         * ext/jack/gstjack.c: (gst_jack_change_state):
23714         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
23715         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
23716         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23717         * gst/videofilter/gstvideofilter.c:
23718         (gst_videofilter_set_output_size):
23719         Remove all usage of gst_pad_get_caps(), and replace it with
23720         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
23721
23722 2004-01-11  David Schleef  <ds@schleef.org>
23723
23724         * configure.ac:
23725         * ext/Makefile.am: Fixes to make ext/libcaca compile.
23726         * ext/divx/gstdivxdec.c:
23727         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23728         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
23729         handle images that span multiple buffers.  Now work with both
23730         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
23731         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23732         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
23733         video/video.h changes
23734         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
23735         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23736         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
23737         of GstData free function.
23738         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23739         same.
23740
23741 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23742
23743         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
23744         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
23745         (gst_v4l2element_get_property):
23746         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
23747           add norm, channel and frequency properties.
23748         * sys/v4l2/gstv4l2tuner.c:
23749           fixes for tuner interface changes
23750         * sys/v4l2/gstv4l2element.h:
23751         * sys/v4l2/gstv4l2src.c:
23752         * sys/v4l2/gstv4l2src.h:
23753         * sys/v4l2/v4l2src_calls.c:
23754         * sys/v4l2/v4l2src_calls.h:
23755           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
23756
23757 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23758
23759         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
23760         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
23761         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
23762         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
23763         * gst-libs/gst/tuner/tuner.h:
23764           GObjects aren't const.
23765           Add find_by_name functions.
23766           Add checks to _changed functions.
23767         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
23768         (gst_v4l_tuner_get_norm):
23769           Fixes for above.
23770
23771 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23772
23773         * gst-libs/gst/video/video.h:
23774           Fix caps template names to be understandable.
23775           Prefix everything with GST_VIDEO.
23776         * ext/aalib/gstaasink.c:
23777         * ext/divx/gstdivxdec.c:
23778         * ext/divx/gstdivxenc.c:
23779         * ext/gdk_pixbuf/gstgdkpixbuf.c:
23780         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
23781         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
23782         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
23783         * ext/libcaca/gstcacasink.c:
23784         * ext/libpng/gstpngenc.c: (raw_caps_factory):
23785         * ext/snapshot/gstsnapshot.c:
23786         * ext/swfdec/gstswfdec.c:
23787         * ext/xvid/gstxviddec.c:
23788         * ext/xvid/gstxvidenc.c:
23789         * gst/chart/gstchart.c:
23790         * gst/deinterlace/gstdeinterlace.c:
23791         * gst/effectv/gsteffectv.c:
23792         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23793         * gst/goom/gstgoom.c:
23794         * gst/median/gstmedian.c:
23795         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
23796         (gst_monoscope_srcconnect), (gst_monoscope_chain):
23797         * gst/overlay/gstoverlay.c:
23798         * gst/smooth/gstsmooth.c:
23799         * gst/smpte/gstsmpte.c:
23800         * gst/synaesthesia/gstsynaesthesia.c:
23801         * gst/videocrop/gstvideocrop.c:
23802         * gst/videodrop/gstvideodrop.c:
23803         * gst/y4m/gsty4mencode.c:
23804         * sys/qcam/gstqcamsrc.c:
23805         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
23806           Make them work with new video.h file.
23807         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23808         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23810         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23811           Make it work with new buffer allocation system.
23812
23813 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23814
23815         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
23816         pad_alloc_buffer implementation to use ->srcpad
23817         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
23818         pad_alloc_buffer implementation to use ->srcpad
23819         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
23820         pad_alloc_buffer implementation to use ->srcpad
23821         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23822         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23823         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23824         a reference to everything we need.
23825         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
23826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23827         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23828         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23829         a reference to everything we need.
23830         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
23831
23832 2004-01-11  David Schleef  <ds@schleef.org>
23833
23834         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
23835         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
23836         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
23837         structure members.
23838         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
23839         value during a resize/renegotiation.
23840         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
23841         gst_pad_alloc_buffer();
23842         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23843         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
23844         structure members.
23845         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23846         Fix for rename of buffer private structure members.
23847         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23848         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23849         Fix for rename of buffer private structure members.
23850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23851         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23852         Fix for rename of buffer private structure members.
23853
23854 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
23855
23856         reviewed by: David Schleef <ds@schleef.org>
23857
23858         * gst/videofilter/Makefile.am:
23859         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
23860         from the patch by ds to fit in with recent make_filter changes.
23861
23862 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23863
23864         * configure.ac: Adding examples/switch/Makefile
23865         * examples/Makefile.am: Adding examples/switch
23866         * examples/switch/Makefile.am: Adding switcher example.
23867         * examples/switch/switcher.c: (got_eos), (idle_iterate),
23868         (switch_timer), (main): Adding an example demonstrating switch usage
23869         with 2 videotestsrc showing different patterns.
23870         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23871         (gst_switch_init): Fixing switch with the new caps system.
23872
23873 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23874
23875         * gst-libs/gst/video/video.h:
23876           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
23877           They should probably be like
23878           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
23879
23880 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23881
23882         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23883         (qtdemux_parse_trak):
23884           fix audio chunk size/timestamp calculation
23885
23886 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23887
23888         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23889           fix SVQ3 caps
23890
23891 2004-01-11  Steve Baker  <steve@stevebaker.org>
23892
23893         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
23894         (gst_agingtv_base_init), (gst_agingtv_class_init),
23895         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
23896         (gst_agingtv_set_property), (gst_agingtv_get_property):
23897         Port agingTV to videofilter
23898
23899 2004-01-09  Julien MOUTTE <julien@moutte.net>
23900
23901         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
23902         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23903
23904 2004-01-09  Julien MOUTTE <julien@moutte.net>
23905
23906         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
23907         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23908         * gst-libs/gst/xoverlay/xoverlay.c:
23909         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
23910         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23911         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23912         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23913         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23914         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23915         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23916         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
23917         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23918         interface implementation to handle xid being 0 and fix some bugs
23919         triggered by Benjamin's testcase.
23920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23921         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23922         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
23923         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23924         interface implementation to handle xid being 0 and fix some bugs
23925         triggered by Benjamin's testcase.
23926
23927 2004-01-09  David Schleef  <ds@schleef.org>
23928
23929         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
23930         mouse pointer events.  It works.
23931
23932 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23933
23934         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
23935           Use explicit caps - fix capsnego.
23936         * ext/xvid/gstxviddec.c:
23937         * ext/xvid/gstxvidenc.c:
23938           Remove macro-inside-macro which caused compile errors.
23939         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
23940           Error out if it's not a RIFF file. Else we error out without
23941           gst_element_error() which is not good...
23942
23943 2004-01-08  David Schleef  <ds@schleef.org>
23944
23945         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23946         Fix pad_link function to handle formats that ffmpeg returns
23947         as multiple caps structures.
23948         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
23949         Only complain if source buffer is _smaller_ than expected.
23950         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23951         (gst_videoscale_handle_src_event): Resize navigation events
23952         when passing them upstream.
23953         * gst/videotestsrc/gstvideotestsrc.c:
23954         * gst/videotestsrc/gstvideotestsrc.h:
23955         * gst/videotestsrc/videotestsrc.c:
23956         * gst/videotestsrc/videotestsrc.h:
23957         Rewrite many of the buffer painting functions to handle odd
23958         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
23959         been verified to work with my video card.
23960         * testsuite/gst-lint:  Add check for elements calling
23961         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
23962
23963 2004-01-08  David Schleef  <ds@schleef.org>
23964
23965         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23966         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
23967
23968 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23969
23970         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
23971         configure event is not emiting the desired size signal. That fixes
23972         aspect ratio issues with gst-player.
23973
23974 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23975
23976         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
23977           Fix capsnego.
23978
23979 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23980
23981         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
23982         public method to fire size signal.
23983
23984 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23985
23986         * examples/gstplay/Makefile.am: Adding the interface library.
23987         * gst-libs/gst/play/Makefile.am: Adding the interface library.
23988         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
23989         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
23990         GST_IS_X_OVERLAY before signal connect.
23991         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
23992         Removing the have_video_size signal.
23993         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
23994         and associated public method.
23995         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23996         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
23997         signal.
23998         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23999         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24000         signal.
24001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24002         Using XOverlay public method to fire size signal.
24003
24004 2004-01-07  David Schleef  <ds@schleef.org>
24005
24006         * gst/videofilter/Makefile.am:
24007         * gst/videofilter/gstvideotemplate.c:
24008         * gst/videofilter/make_filter:
24009         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24010         Convert make_filter to /bin/sh script.
24011
24012 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24013
24014         * gst/modplug/gstmodplug.cc: fix element description
24015
24016 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24017
24018         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24019         (got_video_size): Adding some new lines in g_print calls.
24020         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24021         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24022         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24023         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24024         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24025         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24026         Complete code review, reverting some stuff i disagree with, adding
24027         some fixes : time synchronization on invalid timestamps, renegotiation
24028         of private window.
24029         * sys/ximage/ximagesink.h:
24030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24031         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24032         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24033         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24034         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24035         (gst_xvimagesink_buffer_new),
24036         (gst_xvimagesink_navigation_send_event),
24037         (gst_xvimagesink_set_xwindow_id),
24038         (gst_xvimagesink_get_desired_size),
24039         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24040         stuff i disagree with, adding some fixes : Renegotiation of private
24041         window, implementing get_desired_size.
24042
24043 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24044
24045         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24046         (gst_afsink_handle_event):
24047         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24048         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24049         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24050         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24051         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24052           Fix for instantiate-test (see core). Also remove dead code from
24053           jpegenc (which still needs fixing, but that's lower on my TODO
24054           list...).
24055         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24056           Never return NULL as caps.
24057
24058 2004-01-07  David Schleef  <ds@schleef.org>
24059
24060         * configure.ac:
24061         * ext/Makefile.am:
24062         * ext/librfb/Makefile.am:
24063         * ext/librfb/gstrfbsrc.c:
24064         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24065         is the protocol used by VNC.
24066
24067 2004-01-07  David Schleef  <ds@schleef.org>
24068
24069         * gst/videofilter/gstvideotemplate.c:
24070         * gst/videofilter/gstvideotemplate.h:
24071         * gst/videofilter/make_filter:
24072         Merge videotemplate header into source file.
24073         * gst/effectv/Makefile.am:
24074         * gst/effectv/gsteffectv.c: (plugin_init):
24075         * gst/effectv/gstwarp.c:
24076         Make warpTV a subclass of videofilter.
24077
24078 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24079
24080         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24081           Add guard against invalid utf-8 conversions in mad. Just in case.
24082
24083 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24084
24085         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24086           Fix for bug shown by poisoning
24087
24088 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24089
24090         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24091         (gst_v4lmjpegsrc_buffer_free):
24092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24093         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24094         (gst_v4lsrc_buffer_free):
24095           Fix for removed bufferpools.
24096
24097 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24098
24099         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24100         Fix caps negotiation.
24101
24102         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24103         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24104         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24105         (dvdnavsrc_event):
24106         * ext/mpeg2dec/gstmpeg2dec.c:
24107         * gst-libs/gst/navigation/navigation.c:
24108         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24109         * gst-libs/gst/navigation/navigation.h:
24110         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24111         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24113         Super-simple first version of mouse and keyboard events. Clicking
24114         on a DVD menu now works, although it may not take you where you
24115         expected.
24116
24117         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24118         * gst/videotestsrc/gstvideotestsrc.c:
24119         (gst_videotestsrc_src_fixate):
24120         These fixate functions were broken - they never actually
24121         fixated :)
24122
24123 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24124
24125         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24126         (gst_icecastsend_init):
24127           fix for new caps system.
24128         * gst-libs/gst/mixer/mixertrack.h:
24129         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24130           Add 'master track' flag (for tools like ACME that only want to
24131           change the main volume).
24132
24133 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24134
24135         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24136         (gst_xvid_csp_to_caps):
24137         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24138         * ext/xvid/gstxvidenc.c:
24139         ifdef out ARGB type when it isn't available
24140         in xvidcore 1.0.0beta2
24141
24142 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24143
24144         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24145           When we have received a new SCR right in the first buffer after
24146           a seek (so in the same cycle that handles the discont), we should
24147           handle the buffer instead of unreffing it, else we lose data.
24148
24149 2004-01-06  Iain <iain@prettypeople.org>
24150
24151         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24152           buffer-frames caps too.
24153
24154         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24155           caps that we need, don't destroy them all and rebuild them. And when
24156           creating src pads, use the src pad template rather than the sink...
24157
24158 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24159
24160         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24161           Add pad to element *after* setting functions such as event handler.
24162           Without this, the scheduler (opt) will link pads, set the event
24163           handler from the default event function (dispatcher in gstpad.c)
24164           and *after* that, we will set our own event function, which will
24165           thus never be used (and thus mpegdemux doesn't handle events).
24166
24167 2004-01-04  David Schleef  <ds@schleef.org>
24168
24169         Fix the fixate functions to handle new prototype:
24170         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24171         * gst/videotestsrc/gstvideotestsrc.c:
24172         (gst_videotestsrc_src_fixate):
24173         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24174         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24176
24177 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24178
24179         * sys/ximage/ximagesink.h:
24180         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24181         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24182         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24183         (gst_ximagesink_xoverlay_init):
24184           assorted fixes to make (re)embedding work
24185         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24186         (gst_ximagesink_get_desired_size):
24187           implement desired size additions to XOverlay
24188
24189 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24190
24191         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24192         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24193         (gst_x_overlay_got_desired_size):
24194         * gst-libs/gst/xoverlay/xoverlay.h:
24195           Add optional "desired size" signal and querying.
24196
24197 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24198
24199         * gst/matroska/matroska-demux.c:
24200         (gst_matroska_demux_parse_blockgroup):
24201           Fix EBML-laced block parsing. Diffs are relative to previous
24202           lace, not the first lace. Thanks to Mosu from the Matroska
24203           team for detecting this.
24204         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24205         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24206         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24207         (gst_wavparse_change_state):
24208         * gst/wavparse/gstwavparse.h:
24209           Quickfix for capsnego.
24210
24211 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24212
24213         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24214           Fix indenting, fix pad creation.
24215
24216 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24217
24218         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24219         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24220         (gst_xviddec_sink_link):
24221           Implement src_getcaps() so proper size caps is negotiated.
24222
24223 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24224
24225         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24226           Finish flac decoder on EOS. See #116178.
24227
24228 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24229
24230         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24231         (gst_matroska_demux_add_stream):
24232         * gst/matroska/matroska-ids.h:
24233           Add getcaps() function to fix capsnego...
24234
24235 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24236
24237         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24238         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24239         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24240           Fix more integer overflows. Again, see #126967.
24241
24242 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24243
24244         * ext/mpeg2dec/gstmpeg2dec.c:
24245           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24246           #130416.
24247
24248 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24249
24250         * configure.ac:
24251         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24252         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24253         * ext/xvid/gstxvid.h:
24254         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24255         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24256         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24257         (gst_xviddec_change_state):
24258         * ext/xvid/gstxviddec.h:
24259         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24260         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24261         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24262         (gst_xvidenc_link), (gst_xvidenc_set_property),
24263         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24264         * ext/xvid/gstxvidenc.h:
24265           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24266
24267 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24268
24269         * gst/rtp/rtp-packet.c:
24270           Add sys/types.h include, since OS X doesn't define in_addr_t
24271           in netinet/in.h, like it does on Linux (see #129600).
24272
24273 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24274
24275         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24276
24277         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24278           Correct logic of dispose function (see #129306).
24279
24280 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24281
24282         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24283         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24284         (gst_mpeg_parse_init):
24285         * gst/mpegstream/gstmpegparse.h:
24286           Remove clock (which was never provided, i.e. dead code), and
24287           also fix integer overflows at high PTS values (see #126967).
24288
24289 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24290
24291         * ext/flac/gstflacdec.c:
24292         * ext/libpng/gstpngenc.h:
24293         * ext/mikmod/gstmikmod.h:
24294           OS X fixes (see #126628).
24295
24296 2004-01-02  David Schleef  <ds@schleef.org>
24297
24298         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24299         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24300         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24301         (gst_mpeg_parse_class_init): Move pad template registration
24302         to class_init, since the derived class (mpegdemux) doesn't
24303         want them.
24304
24305 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24306
24307         * sys/ximage/Makefile.am:
24308         * sys/xvideo/Makefile.am:
24309         * sys/xvimage/Makefile.am:
24310           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24311           after installation (see #127664).
24312
24313 2004-01-02  David Schleef  <ds@schleef.org>
24314
24315         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24316         (gst_ffmpegenc_connect):  Negotiation fixes.
24317         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24318         Remove inappropriate gst_caps_free().
24319         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24320         Reenable Ronald's internal resize code, since the core handles
24321         it correctly now.
24322
24323 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24324
24325         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24326         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24328           Fix pad template stuff.
24329
24330 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24331
24332         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24333         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24334           fix signed integer reading/writing.
24335
24336 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24337
24338         * ext/alsa/README:
24339           Remove outdated document
24340
24341 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24342
24343         * gst/cutter/gstcutter.c: (gst_cutter_init):
24344           src pad was being created twice - oops.
24345
24346 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24347
24348         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24349           Comment out internal resize. It doesn't handle the resulting
24350           XEvent internally, does another try_set_caps() which leads to
24351           a really nice loop.
24352           Real fix will come when Julien and Dave are awake. ;).
24353
24354 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24355
24356         * ext/mpeg2enc/gstmpeg2enc.cc:
24357           fix const/nonconst compile issue.
24358
24359 2004-01-02  David Schleef  <ds@schleef.org>
24360
24361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24362         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24363         Add fixate function and a check for bad formats.
24364
24365 2004-01-01  David Schleef  <ds@schleef.org>
24366
24367         Negotiation fixes:
24368         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24369         (gst_audiofilter_init):
24370         * gst/debug/efence.c: (gst_efence_init):
24371         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24372         (gst_deinterlace_init):
24373         * gst/volume/gstvolume.c: (volume_connect):
24374
24375 2004-01-01  David Schleef  <ds@schleef.org>
24376
24377         Convert elements to use gst_pad_use_explicit_caps() where
24378         appropriate:
24379         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24380         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24381         (gst_afparse_open_file):
24382         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24383         (gst_afsrc_open_file):
24384         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24385         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24386         (gst_ffmpegdec_chain):
24387         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24388         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24389         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24390         (gst_gdk_pixbuf_chain):
24391         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24392         (gst_jpegdec_chain):
24393         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24394         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24395         (gst_mikmod_negotiate):
24396         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24397         (gst_mpeg2dec_negotiate_format):
24398         * ext/mpeg2enc/gstmpeg2enc.cc:
24399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24400         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24401         (gst_speexdec_sinkconnect):
24402         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24403         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24404         (gst_vorbisfile_new_link):
24405         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24406         (gst_ac3parse_chain):
24407         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24408         (gst_asf_demux_setup_pad):
24409         * gst/auparse/gstauparse.c: (gst_auparse_init),
24410         (gst_auparse_chain):
24411         * gst/id3/gstid3types.c: (gst_id3types_loop):
24412         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24413         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24414         (mp1videoparse_parse_seq):
24415         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24416         (bpf_from_header):
24417         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24418         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24419         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24420         (gst_mpeg_parse_send_data):
24421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24422         (gst_qtdemux_add_stream):
24423         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24424         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24425         (gst_wavparse_parse_fmt):
24426
24427 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24428
24429         * configure.ac:
24430           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24431           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24432           it therefore uses the wrong include paths. Too bad... Note
24433           that 1.6.1.93 is not release yet. ;).
24434           Also add a check for mplex, which is now using the lib'ified
24435           mplex from mjpegtools, too.
24436         * ext/ffmpeg/gstffmpegcodecmap.c:
24437           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24438           issues. I don't think ffmpeg handles 3ivx correctly, so this
24439           probably won't work. But it won't hurt either.
24440         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24441         (gst_ffmpegdec_chain):
24442         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24443         (gst_ffmpegenc_chain_audio):
24444           Fix memleak in audio encoding. Close codec if open fails, this
24445           calls the cleanup routines so we can re-use the context.
24446         * ext/mpeg2enc/gstmpeg2enc.cc:
24447           Fix pad template names/types, fix memory issue with getcaps().
24448         * ext/mpeg2enc/gstmpeg2encoder.cc:
24449         * ext/mpeg2enc/gstmpeg2encoder.hh:
24450           Fix compile issue with new caps system (const thingy).
24451         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24452         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24453           We read a first frame right on initing, so that we have a caps
24454           when we init the output. This caps is cached in padprivate and
24455           read as first frame.
24456         * ext/mplex/Makefile.am:
24457         * ext/mplex/gstmplex.cc:
24458         * ext/mplex/gstmplex.h:
24459         * ext/mplex/gstmplex.hh:
24460         * ext/mplex/gstmplexibitstream.cc:
24461         * ext/mplex/gstmplexibitstream.hh:
24462         * ext/mplex/gstmplexjob.cc:
24463         * ext/mplex/gstmplexjob.hh:
24464         * ext/mplex/gstmplexoutputstream.cc:
24465         * ext/mplex/gstmplexoutputstream.hh:
24466           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24467           had issues, didn't do capsnego, supported only a subset of the
24468           mplex features and required a mplex fork in our local CVS. Plus
24469           that it worked agaist a very old mplex version. Rewriting was
24470           faster than updating it.
24471         * gst-libs/ext/Makefile.am:
24472         * gst-libs/ext/mplex/INSTRUCT:
24473         * gst-libs/ext/mplex/Makefile.am:
24474         * gst-libs/ext/mplex/README:
24475         * gst-libs/ext/mplex/TODO:
24476         * gst-libs/ext/mplex/ac3strm_in.cc:
24477         * gst-libs/ext/mplex/audiostrm.hh:
24478         * gst-libs/ext/mplex/audiostrm_out.cc:
24479         * gst-libs/ext/mplex/aunit.hh:
24480         * gst-libs/ext/mplex/bits.cc:
24481         * gst-libs/ext/mplex/bits.hh:
24482         * gst-libs/ext/mplex/buffer.cc:
24483         * gst-libs/ext/mplex/buffer.hh:
24484         * gst-libs/ext/mplex/fastintfns.h:
24485         * gst-libs/ext/mplex/format_codes.h:
24486         * gst-libs/ext/mplex/inputstrm.cc:
24487         * gst-libs/ext/mplex/inputstrm.hh:
24488         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24489         * gst-libs/ext/mplex/mjpeg_logging.cc:
24490         * gst-libs/ext/mplex/mjpeg_logging.h:
24491         * gst-libs/ext/mplex/mjpeg_types.h:
24492         * gst-libs/ext/mplex/mpastrm_in.cc:
24493         * gst-libs/ext/mplex/mpegconsts.cc:
24494         * gst-libs/ext/mplex/mpegconsts.h:
24495         * gst-libs/ext/mplex/mplexconsts.hh:
24496         * gst-libs/ext/mplex/multplex.cc:
24497         * gst-libs/ext/mplex/outputstream.hh:
24498         * gst-libs/ext/mplex/padstrm.cc:
24499         * gst-libs/ext/mplex/padstrm.hh:
24500         * gst-libs/ext/mplex/stillsstream.cc:
24501         * gst-libs/ext/mplex/stillsstream.hh:
24502         * gst-libs/ext/mplex/systems.cc:
24503         * gst-libs/ext/mplex/systems.hh:
24504         * gst-libs/ext/mplex/vector.cc:
24505         * gst-libs/ext/mplex/vector.hh:
24506         * gst-libs/ext/mplex/videostrm.hh:
24507         * gst-libs/ext/mplex/videostrm_in.cc:
24508         * gst-libs/ext/mplex/videostrm_out.cc:
24509         * gst-libs/ext/mplex/yuv4mpeg.cc:
24510         * gst-libs/ext/mplex/yuv4mpeg.h:
24511         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24512         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24513           We don't fork mjpegtools' mplex in our CVS anymore.
24514         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24515         (gst_avi_demux_add_stream):
24516         * gst/avi/gstavidemux.h:
24517           Add getcaps() function for proper caps nego. This makes some
24518           parts of AVI playback/reading work.
24519         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24520           Resize window on new capsnego. This is probably wrong, but
24521           I'm still committing it because with current capsnego, the
24522           first successfull capsnego is auto-fixated, therefore rounded
24523           down to the lowest values in the caps. this results in a 16x16
24524           XWindow that is not reized when real capsnego finishes.
24525           Dave, I see more cases of this, do you know a proper solution?
24526         * tools/gst-launch-ext.in:
24527           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24528
24529 2003-12-31  David Schleef  <ds@schleef.org>
24530
24531         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24532         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24533           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24534
24535 2003-12-30  David Schleef  <ds@schleef.org>
24536
24537         * ext/ffmpeg/gstffmpegcolorspace.c:
24538         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24539         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24540         (gst_ffmpegcsp_chain): Negotiation fixes
24541         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24542         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24543         (gst_audio_convert_link), (gst_audio_convert_channels):
24544         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24545         (gst_audioscale_link), (gst_audioscale_get_buffer),
24546         (gst_audioscale_chain): Negotiation fixes
24547         * gst/audioscale/gstaudioscale.h:
24548         * gst/videofilter/gstvideofilter.c:
24549         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24550         (gst_videofilter_link), (gst_videofilter_init),
24551         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24552         (gst_videofilter_find_format_by_structure):
24553         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24554         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24555         (gst_videoscale_link):
24556         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24557         (videoscale_find_by_structure), (gst_videoscale_setup):
24558         * gst/videoscale/videoscale.h: Negotiation fixes
24559         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24560         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24561         function, restrict resizing to a multiple of 4 (hack until
24562         everyone supports odd sizes correctly).
24563
24564 2003-12-29  Colin Walters  <walters@verbum.org>
24565
24566         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24567         signed.
24568
24569 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24570
24571         * ext/sndfile/gstsf.c: (gst_sf_loop):
24572           Fix warning about discarding const qualifier
24573
24574 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24575
24576         * gst/cutter/gstcutter.c:
24577         * gst/videoscale/gstvideoscale.c:
24578         * gst/volenv/gstvolenv.c:
24579         * gst-libs/gst/audio/audio.c:
24580         * gst-libs/gst/video/video.c:
24581           Fix warnings
24582
24583 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24584
24585         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24586           Don't send ALSA debugging to stderr.
24587         * ext/alsa/gstalsa.h:
24588           Use GST_WARNING instead of g_warning when ALSA functions fail.
24589
24590 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24591
24592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24593           Free XVAdapterInfo correctly.
24594
24595 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24596
24597         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24598         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24599           Make id3tag use correct caps nego.
24600
24601 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24602
24603         * ext/ivorbis/vorbis.c:
24604         * ext/ivorbis/vorbisenc.h:
24605         * ext/ivorbis/vorbisfile.c:
24606           Modify so that it uses the new caps things
24607
24608 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24609
24610         * testsuite/spider/spider1.c: (main):
24611         * testsuite/spider/spider2.c: (main):
24612         * testsuite/spider/spider3.c: (main):
24613           Make tests compile again. They probably don't work.
24614
24615 2003-12-24  Colin Walters  <walters@verbum.org>
24616
24617         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24618         we can't fixate the caps anymore.
24619
24620 2003-12-23  David Schleef  <ds@schleef.org>
24621
24622         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24623         * sys/oss/gstosssink.c: (gst_osssink_init),
24624         (gst_osssink_sink_fixate): Add fixate function.
24625
24626 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24627
24628         * ext/ffmpeg/gstffmpegcodecmap.c:
24629         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24630         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24631         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24632         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24633         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24634         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24635         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24636           fix typo in RGB masks, and move back to "old" colorspace
24637           capsnego code until whoever wrote this new crap has actually
24638           tested it so that it works.
24639           And yes, this works, keep it that way please.
24640
24641 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24642
24643         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24644         (gst_divxdec_init), (gst_divxdec_negotiate):
24645         * ext/divx/gstdivxdec.h:
24646         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24647         (gst_divxenc_init):
24648         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24649         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24650         * ext/mpeg2enc/gstmpeg2enc.cc:
24651         * ext/mpeg2enc/gstmpeg2encoder.cc:
24652         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24653         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24654         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24655         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24656         (dxr3spusink_init):
24657         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24658         (dxr3videosink_init):
24659           Fix caps breakage after Dave's caps branch merge.
24660
24661 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24662
24663         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24664           Fix for 24bpp display.
24665
24666 2003-12-23  Colin Walters  <walters@verbum.org>
24667
24668         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24669         a GnomeVFSHandle directly.
24670
24671 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24672
24673         * gst/volume/Makefile.am:
24674         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24675         (volume_base_init), (volume_init):
24676           Reenable volume element and fix to work with new caps stuff.
24677           Rhythmbox needs this.
24678
24679 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24680
24681         * gst/qtdemux/qtdemux.c: (plugin_init):
24682           qtdemux requires bytestream
24683
24684 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24685
24686         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24687           Fix remaining caps handling errors due to CAPS merge.
24688
24689 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24690
24691         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24692         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24693         (gst_faad_srcconnect):
24694           Port to new caps system.
24695
24696 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24697
24698         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24699         (got_video_size), (main): using g_print instead of g_message.
24700         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24701         signal which was not emitted because of "switch" element added to the
24702         bin but not connected. (Removing from the bin temporarily)
24703
24704 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24705
24706         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24707         find X development files. I don't understand the previous tests and
24708         they fail on my debian/ppc unstable. This one works.
24709         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24710         exiting.
24711         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24712         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24713         (gst_play_set_visualization): Add some safety checks in set_ methods
24714         and state_change. This was throwing some ugly CRITICAL messages when
24715         pipeline was getting disposed and casts were failing.
24716
24717 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24718
24719         * configure.ac:
24720           Improve mpeg2enc detection. This is for distributions that do
24721           ship mjpegtools, but without mpeg2enc. Also does object check
24722           for might there ever be ABI incompatibility.
24723         * ext/mpeg2enc/gstmpeg2enc.cc:
24724           Add Andrew as second maintainer (he's helping me), and also add
24725           an error if no caps was set. This happens if I pull before capsnego
24726           and that's something I should solve sometime else.
24727         * gst/matroska/matroska-demux.c:
24728         (gst_matroska_demux_parse_blockgroup):
24729           Fix time parsing.
24730         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
24731         (gst_matroska_mux_track_header):
24732           Add caps to templates.
24733         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
24734           Add mpegversion=1 to prevent confusion with MPEG/AAC.
24735         * gst/mpegstream/gstmpegdemux.c:
24736           Remove layer since it causes warnings about unfixed caps.
24737         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24738           Fix obvious typo (we error out if caps were set, we should of
24739           course error out if *no* caps were set).
24740         * sys/oss/gstosselement.c: (gst_osselement_convert):
24741           Fix format conversion, we confused bits/bytes.
24742         * sys/oss/gstosselement.h:
24743           Improve documentation for 'bps'.
24744         * sys/v4l/TODO:
24745           Remove stuff about plugins that need removing - this was done
24746           ages ago.
24747         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
24748         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
24749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
24750         (gst_v4lsrc_src_query):
24751         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24752         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
24753           Add get_query_types(), get_formats() and query() functions.
24754
24755 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24756
24757         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
24758         * moved CVS to freedesktop.org