6c22f17798dd755c3945b3ef8087924d20249267
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4           Add support for burn:// URIs (#343385); const-ify things a bit,
5           use G_N_ELEMENTS instead of hard-coded array size.
6
7 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
8
9         Patch by: Young-Ho Cha  <ganadist at chollian net>
10
11         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
12           Fix up broken entities before passing them to libxml *sigh*.
13           (#343303).
14           
15 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         * configure.ac:
18           back to TRUNK
19
20 === release 0.10.8 ===
21
22 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
23
24         * configure.ac:
25           releasing 0.10.8, "Moar gij ziet mij nie"
26
27 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
28
29         * configure.ac:
30         * po/af.po:
31         * po/az.po:
32         * po/cs.po:
33         * po/en_GB.po:
34         * po/hu.po:
35         * po/it.po:
36         * po/nb.po:
37         * po/nl.po:
38         * po/or.po:
39         * po/sq.po:
40         * po/sr.po:
41         * po/sv.po:
42         * po/uk.po:
43         * po/vi.po:
44         * win32/common/config.h:
45           0.10.7.2 prerelease
46
47 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
48
49         * docs/libs/tmpl/gstaudio.sgml:
50         * docs/libs/tmpl/gstcolorbalance.sgml:
51         * docs/libs/tmpl/gstmixer.sgml:
52         * docs/libs/tmpl/gstringbuffer.sgml:
53         * docs/libs/tmpl/gsttuner.sgml:
54         * docs/libs/tmpl/gstxoverlay.sgml:
55         * gst-libs/gst/audio/audio.c:
56         * gst-libs/gst/audio/gstringbuffer.c:
57         * gst-libs/gst/interfaces/colorbalance.c:
58         * gst-libs/gst/interfaces/mixer.c:
59         * gst-libs/gst/interfaces/tuner.c:
60         * gst-libs/gst/interfaces/xoverlay.c:
61           move last template doc snippets to source code and delete them
62
63 2006-06-06  Michael Smith  <msmith@fluendo.com>
64
65         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
66         (theora_parse_drain_queue):
67           Mark DELTA_UNIT on non-keyframes.
68
69 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
70
71         * gst-libs/gst/audio/gstbaseaudiosink.c:
72         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
73         * gst-libs/gst/audio/gstbaseaudiosink.h:
74         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
75         (gst_ring_buffer_samples_done):
76         * gst-libs/gst/audio/gstringbuffer.h:
77         Document better the fact that latency_time and buffer_time are values
78         stored in microseconds, and not the usual GStreamer nanoseconds.
79         Change the variables (compatibly) that store them from GstClockTime 
80         to guint64 to make it more clear that they're not storing clock times.
81         Also, remove the bogus property description that says the user can
82         specify -1 to get the default value, since that's never been the case.
83
84         When computing the default segment size for the ring buffer, make it
85         an integer number of samples.
86
87         When the sub-class indicates a delay greater than the number of
88         samples we've written return 0 from the audio sink get_time method.
89
90 2006-06-02  Michael Smith  <msmith@fluendo.com>
91
92         * tests/check/elements/audioconvert.c: (set_channel_positions),
93         (get_float_mc_caps), (get_int_mc_caps):
94         * tests/check/elements/audioresample.c:
95         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
96         * tests/check/elements/videorate.c:
97         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
98         * tests/check/elements/volume.c:
99         * tests/check/elements/vorbisdec.c:
100         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
101           Don't busy-wait in tests; this was causing test timeouts very
102           frequently when running under valgrind.
103
104 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
105
106         * gst/tcp/README:
107         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
108         (gst_multi_fd_sink_remove_client_link),
109         (gst_multi_fd_sink_client_queue_caps),
110         (gst_multi_fd_sink_client_queue_buffer),
111         (gst_multi_fd_sink_handle_client_write),
112         (gst_multi_fd_sink_render):
113         * gst/tcp/gstmultifdsink.h:
114           make multifdsink properly deal with streamheader:
115           - streamheader is taken from caps
116           - buffers marked with IN_CAPS are not sent
117           - streamheaders are sent, on connection, from the caps of the
118             buffer where the client gets positioned to
119           - further streamheader changes are done every time the client
120             will receive a buffer with different caps
121         * tests/check/elements/multifdsink.c: (GST_START_TEST),
122         (gst_multifdsink_create_streamheader):
123           add tests for this
124
125 2006-06-02  Michael Smith  <msmith@fluendo.com>
126
127         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
128           Reinstate limit on channel count. Vorbis does not define the meaning
129           of > 6 channels, so they're just independent channels. Gstreamer
130           currently has no mechanism to represent N independent channels.
131
132 2006-06-02  Michael Smith  <msmith@fluendo.com>
133
134         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
135           Don't arbitrarily restrict channel counts and rate in vorbis.
136           In terms of effects likely on real-world files, this fixes 96kHz
137           playback of vorbis.
138
139 2006-06-02  Michael Smith  <msmith@fluendo.com>
140
141         * gst/audioconvert/audioconvert.c: (float):
142           More correct float->int conversion.
143
144 2006-06-02  Michael Smith  <msmith@fluendo.com>
145
146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
147           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
148           value. Fixes g-critical on trying to play back ogg containing
149           unknown codec.
150
151 2006-06-02  Wim Taymans  <wim@fluendo.com>
152
153         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
154         (setup_source):
155         * gst/playback/gstplaybasebin.h:
156         Make the subtitle detection work from any thread so we don't
157         deadlock. Fixes #343397.
158
159 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
160
161         * gst/volume/Makefile.am:
162           Seriously, it's not *that* hard to get compilation right.  Even
163           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
164
165 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
166
167         * gst/volume/gstvolume.c: (volume_choose_func),
168         (volume_update_real_volume), (gst_volume_class_init),
169         (gst_volume_init), (volume_process_float), (volume_process_int16),
170         (volume_process_int16_clamp), (volume_set_caps),
171         (volume_transform_ip), (plugin_init):
172         * gst/volume/gstvolume.h:
173         rewrite the passthrough check, split _int16 and _int16_clamp, fix
174         another property desc., remove unused param from process function
175         
176         * tests/check/elements/volume.c: (volume_suite):
177         reactivate the passthrough test
178
179 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
180
181         * ext/alsa/gstalsamixerelement.h:
182         * ext/alsa/gstalsamixeroptions.h:
183         * ext/alsa/gstalsamixertrack.h:
184         * ext/gnomevfs/gstgnomevfssink.h:
185         * ext/gnomevfs/gstgnomevfssrc.h:
186         * ext/theora/gsttheoradec.h:
187         * ext/theora/gsttheoraenc.h:
188         * ext/theora/gsttheoraparse.h:
189         * ext/vorbis/vorbisparse.h:
190         * gst-libs/gst/audio/gstaudioclock.h:
191         * gst-libs/gst/audio/gstaudiofilter.h:
192         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
193         * gst/audioconvert/gstaudioconvert.h:
194         * gst/audioresample/gstaudioresample.h:
195         * gst/audiotestsrc/gstaudiotestsrc.h:
196         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
197         * gst/playback/gststreamselector.h:
198         * gst/tcp/gstmultifdsink.h:
199         * gst/tcp/gsttcpclientsink.h:
200         * gst/tcp/gsttcpclientsrc.h:
201         * gst/tcp/gsttcpserversink.h:
202         * gst/tcp/gsttcpserversrc.h:
203         * gst/videorate/gstvideorate.h:
204         * gst/videoscale/gstvideoscale.h:
205         * gst/videotestsrc/gstvideotestsrc.h:
206         * gst/volume/gstvolume.h:
207         * sys/v4l/gstv4ljpegsrc.h:
208         * sys/v4l/gstv4lmjpegsink.h:
209         * sys/v4l/gstv4lmjpegsrc.h:
210         * sys/v4l/gstv4lsrc.h:
211         * sys/ximage/ximagesink.h:
212         * sys/xvimage/xvimagesink.h:
213         * tests/old/testsuite/alsa/sinesrc.h:
214         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
215
216 2006-05-31  Wim Taymans  <wim@fluendo.com>
217
218         * ext/libvisual/visual.c: (gst_visual_reset),
219         (gst_visual_sink_setcaps), (gst_visual_sink_event),
220         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
221         Handle DISCONT.
222         Use running time before doing QoS.
223         Handle mono too.
224
225 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
226
227         * docs/libs/Makefile.am:
228           set a magic variable to indicate we know the docs are incomplete
229
230 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
231
232         * win32/common/libgstvideo.def:
233           export gst_video_calculate_display_ratio
234         * win32/vs6/libgstvideoscale.dsp:
235           add link to libgstvideo-0.10.lib
236
237 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
238
239         * gst/playback/gstplaybasebin.c: (gen_source_element):
240           Throw a more comprehensible error for rtsp:// URIs (rather
241           than erroring out with a negotiation error later on) until
242           we fix playbin to handle rtspsrc etc.
243
244 2006-05-30  Wim Taymans  <wim@fluendo.com>
245
246         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
247         (gst_text_overlay_text_event):
248         Added some FIXMEs.
249
250 2006-05-30  Wim Taymans  <wim@fluendo.com>
251
252         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
253         (gst_adder_request_new_pad), (gst_adder_release_pad):
254         * gst/adder/gstadder.h:
255         Implement release_request_pad.
256         Make padcounter atomic.
257
258         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
259         Added check for release_pad in adder.
260
261 2006-05-30  Wim Taymans  <wim@fluendo.com>
262
263         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
264         Fix build again.
265
266 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
267
268         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
269         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
270         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
271         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
272         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
273         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
274         (gst_ogg_demux_bisect_forward_serialno),
275         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
276         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
277           add more debugging
278           clean up printf formats for granulepos and serialno
279
280 2006-05-30  Michael Smith  <msmith@fluendo.com>
281
282         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
283         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
284         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
285         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
286         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
287         * ext/vorbis/vorbisenc.h:
288           Multi-channel caps negotiation, so we can do proper multichannel
289           vorbis encoding, negotiated through audioconvert.
290
291 2006-05-30  Wim Taymans  <wim@fluendo.com>
292
293         * tests/check/elements/adder.c: (test_event_message_received),
294         (test_play_twice_message_received), (GST_START_TEST),
295         (adder_suite):
296         Added check to show that #339935 is fixed with ongoing
297         adder and collectpads fixes.
298
299 2006-05-29  Wim Taymans  <wim@fluendo.com>
300
301         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
302         Don't leak pad name.
303
304 2006-05-29  Wim Taymans  <wim@fluendo.com>
305
306         * gst/adder/gstadder.c: (gst_adder_query_duration),
307         (forward_event_func), (forward_event), (gst_adder_src_event):
308         Fix adder seeking.
309         Make query/seeking code threadsafe.
310
311         * tests/check/Makefile.am:
312         * tests/check/elements/adder.c: (test_event_message_received),
313         (GST_START_TEST), (test_play_twice_message_received):
314         Fix adder test case.
315
316 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
317
318         Patch by: Young-Ho Cha  <ganadist at chollian net>
319
320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
321         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
322         (set_encoding_element), (decodebin_element_added_cb),
323         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
324         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
325         * gst/playback/gstplaybasebin.h:
326           Add 'subtitle-encoding' property to playbin, so applications can
327           force a subtitle encoding for non-UTF8 subtitles (#342268).
328
329         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
330         (gst_sub_parse_set_property):
331           Rename recently-added 'encoding' property to 'subtitle-encoding'
332           (so it can be proxied by playbin/decodebin in a generic way
333           with less danger of false positives).
334
335 2006-05-29  Michael Smith  <msmith@fluendo.com>
336
337         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
338         (append_with_other_format), (set_structure_widths),
339         (gst_audio_convert_transform_caps):
340           Patch from #341562: give more specific audio caps in get_caps, so
341           that basetransform  can make better decisions on what caps to
342           negotiate.
343
344 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
345
346         * tests/check/elements/volume.c:
347         make it compile again
348
349 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
350
351         * tests/check/elements/volume.c: (volume_suite):
352         disable test until #343196 gets resolved
353
354 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
355
356         * gst/adder/gstadder.c: (gst_adder_get_type):
357         Make it easier to copy&paste
358         
359         * gst/volume/Makefile.am:
360         * gst/volume/gstvolume.c: (volume_update_real_volume),
361         (gst_volume_set_volume), (gst_volume_set_mute),
362         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
363         (volume_transform_ip), (volume_update_mute),
364         (volume_update_volume):
365         * gst/volume/gstvolume.h:
366         Add own debug category, move duplicate code to helper function, fix
367         property texts, add more comments and prepare ffor liboil-goodness
368         
369         * tests/check/Makefile.am:
370         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
371         add test for mute and passtrough case, be a bit more verbose to track
372         failure
373         
374         * tests/check/generic/states.c: (GST_START_TEST):
375         catch elements that fail to instantiate
376
377 2006-05-28  Edward Hervey  <edward@fluendo.com>
378
379         * tests/check/pipelines/simple-launch-lines.c:
380         * tests/check/pipelines/theoraenc.c:
381         * tests/check/pipelines/vorbisenc.c:
382         Comment out tests using parse_launch() if core was built without
383         parsing capabilities.
384
385 2006-05-27  Edward Hervey  <edward@fluendo.com>
386
387         * tests/check/Makefile.am:
388         Extra bonus points for whoever explains to ensonic that you are meant
389         to test unit tests thoroughly before commiting them, especially if
390         you know it's going to break.
391         De-activated element/adder tests.
392
393 2006-05-27  Edward Hervey  <edward@fluendo.com>
394
395         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
396         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
397         Marking caps conversion issues as GST_WARNING is way too verbose,
398         Moving them to GST_LOG.
399
400 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
401
402         * README:
403           Replace current README (containing the release notes from
404           some 0.9.x version) with a proper README taken from the core.
405
406 2006-05-26  Wim Taymans  <wim@fluendo.com>
407
408         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
409         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
410         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
411         (vorbis_dec_change_state):
412         Small cleanups.
413         Add some FIXMEs
414         Clip output samples to segment boundaries.
415
416 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
417
418         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
419         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
420         Improve the errors produced on bad output, including some human
421         readable description strings.
422         Handle the (theoretical for ximagesink) case where the XServer 
423         has a different idea about the size required for a particular 
424         frame and gives us too small a memory allocation.
425
426 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
427
428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
429         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
430         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
431         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
432         Improve the errors produced on bad output, including some human 
433         readable description strings.
434         Handle RGB Xv formats properly by transforming them into our 
435         big-endian caps description.
436         Use gst_caps_truncate to ensure that we never try and choose a
437         non-fixed caps in buffer_alloc.
438         Handle the case where the XServer has a different idea about the size
439         required for a particular frame and gives us too small a memory
440         allocation.
441         Use -1 to indicate 'no image format', because 0 is a valid XServer
442         image format number.
443         Put RGB Xv formats at the end of the caps, so that we always prefer
444         YUV format frames.
445         Iterate the available Xv Encodings to determine the maximum width and
446         height, and then return that in our caps.
447         (Closes #315312, #337544)
448
449 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
450
451         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
452         When there is only one unfinished pad and it receives an event that
453         doesn't match our requirements, we need to set alldone=FALSE so that
454         the fakesink is not removed yet.
455
456 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
457
458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
459           Use gst_type_find_helper_for_buffer() to find the type
460           of stream from the first packet.
461
462         * configure.ac:
463           Bump requirements to core CVS (needed for vorbis
464           typefinding to work).
465
466 2006-05-24  Edward Hervey  <edward@fluendo.com>
467
468         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
469         Added the 'prfl' atom type which MQV (no, it's not a typo) files
470         contain.  Else they play perfectly fine with qtdemux.
471
472 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
473
474         * ext/theora/theoradec.c:
475         * ext/theora/theoraenc.c:
476         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
477         * gst/audiorate/gstaudiorate.c:
478           make more debug catagories static
479         
480         * tests/check/Makefile.am:
481         * tests/check/elements/adder.c: (message_received),
482         (test_event_message_received), (GST_START_TEST),
483         (test_play_twice_message_received), (adder_suite):
484           added test case for using element twice, extra bonus points for anyone
485           who can make these test run reliably
486
487 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
488
489         * ext/theora/theoradec.c: (theora_dec_chain):
490           Make work with time-stamped input buffers that do not
491           have a granulepos in BUFFER_OFFSET_END (like theora
492           buffers coming from matroskademux). Fixes #342448.
493
494 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
495
496         Patch by: Peter Kjellerstedt  <pkj at axis com>
497
498         * gst/tcp/Makefile.am:
499           fdstresstest doesn't need Gtk+, fix compilation if 
500           gtk is not available (#342566).
501
502 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
503          
504         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
505           80 line columns
506           Removed redundant floor()
507
508 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
509
510         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
511           On second thought, just skip JUNK chunks automatically, so
512           the caller doesn't have to handle this. Fixes #342345.
513           Also, return GST_FLOW_UNEXPECTED if we get a short read,
514           not GST_FLOW_ERROR.
515
516 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
517
518         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
519           Don't bail out on JUNK chunks with a size of 0 (would try to
520           pull_range 0 bytes before, which sources don't like too much).
521           See #342345.
522
523 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
524
525         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
527         Use the gstutil scaling function to preserve 64 bits while calculating
528         output width and height from the display-aspect-ratio. (A continuation
529         of #341542)
530
531 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
532
533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
534         (gst_xvimagesink_buffer_alloc):
535         * sys/xvimage/xvimagesink.h:
536         When performing buffer allocations, remember the caps and image format
537         we return so that if the same caps are asked for next time we can
538         return them immediately without doing any caps intersections.
539
540 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
541          
542         * gst-libs/gst/rtp/README:
543           Some new documentation
544         * gst-libs/gst/rtp/gstrtpbuffer.h:       
545           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
546         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
547         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
548           New RTP audio base payloader class. Supports frame or sample based
549           codecs.  Not enabled in Makefile.am until approved.
550
551 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
552
553         * tests/check/elements/alsa.c: (test_device_property_probe):
554           Fix test case: don't try to free NULL GValueArray when there
555           are no devices.
556
557 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
558
559         * tests/check/Makefile.am:
560         * tests/check/elements/alsa.c: (test_device_property_probe),
561         (alsa_suite), (main):
562           Add simple test that runs a device property probe on alsasrc,
563           alsasink and alsamixer. Disable valgrind check for now (too
564           many leaks in libasound, and valgrind ignored my suppressions
565           additions).
566
567 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
568
569         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
570         (gst_alsa_device_property_probe_probe_property),
571         (gst_alsa_device_property_probe_needs_probe),
572         (gst_alsa_device_property_probe_get_values),
573         (gst_alsa_type_add_device_property_probe_interface):
574         * ext/alsa/gstalsadeviceprobe.h:
575         * ext/alsa/gstalsamixerelement.c:
576         (gst_alsa_mixer_element_init_interfaces):
577         * ext/alsa/gstalsamixerelement.h:
578           Clean up and simplify alsa device probing. Make it actually work
579           for multiple classes. Don't cache results any longer.
580
581         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
582         (gst_alsasink_init):
583         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
584         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
585         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
586           Make alsasink and alsasrc implement the GstPropertyProbe interface
587           for device probing (#342181).
588           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
589
590 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
591
592         * gst/subparse/samiparse.c: (handle_start_font):
593           Don't ignore return value of strtol (++compiler_happiness).
594
595 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
596
597         Patch by: Young-Ho Cha  <ganadist chollian net>
598
599         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
600         (gst_sub_parse_class_init), (gst_sub_parse_init),
601         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
602         (convert_encoding):
603         * gst/subparse/gstsubparse.h:
604           Add 'encoding' property (#341681).
605
606         * gst/subparse/samiparse.c: (characters_sami):
607           Output is pango markup, so we need to escape text
608           between tags (#342143).
609
610 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
611
612         * gst-libs/gst/audio/multichannel.c:
613         (gst_audio_check_channel_positions):
614           It's okay to have caps with channels=1 and a channel position
615           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
616           (deinterleavers might want to keep the position in the caps,
617           so that they can be re-interleaved again properly later).
618           Leave check for unexpected 2-channel layouts intact for now.
619
620 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
621
622         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
623         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
624         basesrc can do its job correctly.
625
626 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
627
628         * ext/alsa/Makefile.am:
629         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
630         (gst_alsa_detect_formats), (get_channel_free_structure),
631         (caps_add_channel_configuration), (gst_alsa_detect_channels),
632         (gst_alsa_probe_supported_formats):
633         * ext/alsa/gstalsa.h:
634         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
635           Refactor and improve caps probing code: probe signedness
636           when we probe the supported formats/widths; set endianness
637           to the one we actually probed for (ie. cpu endianness).
638           
639         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
640         (gst_alsasrc_close):
641         * ext/alsa/gstalsasrc.h:
642           Implement caps probing for alsasrc.
643
644 2006-05-15  Wim Taymans  <wim@fluendo.com>
645
646         * ext/theora/theoradec.c: (gst_theora_dec_reset),
647         (theora_dec_src_query), (theora_dec_src_event),
648         (theora_dec_sink_event), (theora_handle_comment_packet),
649         (theora_handle_data_packet), (theora_dec_change_state):
650         Cleanups, add some G_LIKELY.
651         Use segment helpers instead of our own wrong code.
652         Clear queued buffers on seek and READY.
653
654         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
655         (vorbis_dec_convert), (vorbis_dec_src_query),
656         (vorbis_dec_src_event), (vorbis_dec_sink_event),
657         (vorbis_handle_comment_packet), (vorbis_dec_push),
658         (vorbis_handle_data_packet), (vorbis_dec_chain),
659         (vorbis_dec_change_state):
660         * ext/vorbis/vorbisdec.h:
661         Remove old useless packetno variable.
662         Do position query properly.
663         Add some G_LIKELY.
664         Do cleanup of queued buffers in new helper function
665         and use it.
666
667 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
668
669         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
670           Query supported sample rates. Fixes #341732.
671
672 2006-05-15  Julien MOUTTE  <julien@moutte.net>
673
674         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
675         (gst_decode_bin_change_state): Make decodebin reusable
676         when going from PAUSE_TO_READY and then back to PAUSED.
677         Fixes #331678.
678
679 2006-05-15  Wim Taymans  <wim@fluendo.com>
680
681         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
682         (vorbis_dec_convert), (vorbis_dec_src_query),
683         (vorbis_dec_sink_query), (vorbis_dec_src_event),
684         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
685         (vorbis_dec_clean_queued), (vorbis_dec_push),
686         (vorbis_handle_data_packet), (vorbis_dec_change_state):
687         Cleanups. Use refcounting and DEBUG_OBJECT.
688         Reset segment on flush, use code methods instead of our
689         own wrong version.
690         Fix potential memleak.
691
692 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
693
694         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
695         (gst_alsasink_init):
696         * ext/alsa/gstalsasink.h:
697           Don't leak allocated snd_output_t structure if there's
698           more than one alsasink instance at a time (#341873).
699           Also fix GObject macros in header file.
700           
701 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
702
703         * gst/subparse/gstsubparse.c:
704         (gst_sub_parse_data_format_autodetect):
705           Don't use libxml functions in the typefinding code.
706
707 2006-05-15  Wim Taymans  <wim@fluendo.com>
708
709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
710         Fix seeking performance in the case where a non-header 
711         packet has a 0 granulepos (busted theora case). 
712         Fixes #341719
713         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
714          the first place, you limelight stealer you)
715
716 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
717
718         * gst/subparse/gstsubparse.c:
719         (gst_sub_parse_data_format_autodetect):
720           Improve SAMI typefinding: handle case where there are
721           whitespaces or newlines in front of the first <SAMI>
722           tag (#169936).
723
724 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
725
726         * configure.ac:
727           Build video4linux plugin even if there's no XVIDEO, just
728           without implementing the GstXOverlay interface (#334002).
729          
730 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
731
732         * configure.ac:
733         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
734         (plugin_init):
735           Add tentative support for libvisual-0.4 (#336881).
736
737 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
738
739         Patch by: Young-Ho Cha <ganadist at chollian net>
740
741         * gst/subparse/samiparse.c: (handle_start_font):
742           Need to map "silver" colour explicitly (#169936).
743
744 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
745
746         Patch by: Young-Ho Cha  <ganadist at chollian net>
747
748         * gst/subparse/Makefile.am:
749         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
750         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
751         (gst_sub_parse_format_autodetect), (feed_textbuf),
752         (gst_subparse_type_find), (plugin_init):
753         * gst/subparse/gstsubparse.h:
754         * gst/subparse/samiparse.c:
755         * gst/subparse/samiparse.h:
756           Add support for SAMI subtitles (#169936).
757
758 2006-05-14  Michael Smith  <msmith@fluendo.com>
759
760         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
761           Fix #341696: crash when mixing L+R+C to mono or stereo.
762         * tests/check/Makefile.am:
763         * tests/check/elements/audioconvert.c: (set_channel_positions),
764         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
765         (audioconvert_suite):
766           Add test for the above, including some generic framework bits for
767           testing multichannel things.
768
769 === release 0.10.7 ===
770
771 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
772
773         * configure.ac:
774           releasing 0.10.7, "Leave the gun"
775
776 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
777
778         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
780         Fix the build.
781
782 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
783
784         * docs/libs/gst-plugins-base-libs-docs.sgml:
785         * docs/libs/gst-plugins-base-libs-sections.txt:
786         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
787         * gst-libs/gst/video/video.h:
788         * gst/videoscale/Makefile.am:
789         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
791         * tests/check/Makefile.am:
792         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
793         (main):
794           Fix integer overflow problem with pixel-aspect-ratio calculations
795           in videoscale and xvimagesink (#341542)
796
797 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
798
799         * gst-libs/gst/tag/gstid3tag.c:
800           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
801
802 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
803
804         * win32/MANIFEST:
805           update win32 files listing
806
807 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
808
809         patch by: Sjoerd Simons (sjoerd@luon.net)
810
811         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
812         (group_create), (group_destroy), (add_stream),
813         (gst_play_base_bin_get_property),
814         (gst_play_base_bin_get_streaminfo_value_array):
815         * gst/playback/gstplaybasebin.h:
816           API: GstPlayBaseBin::stream-info-value-array property
817           use a more bindings-friendly way of exposing streaminfo
818           using a GValueArray.  Tested in ipython.
819           Closes #341114
820
821 2006-05-11  Wim Taymans  <wim@fluendo.com>
822
823         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
824         (queue_underrun_cb), (queue_filled_cb):
825         Also catch queue underruns but don't do anything yet.
826         Refactor and comment queue enlarging code a bit.
827
828         * gst/playback/gstplaybasebin.c: (queue_overrun),
829         (queue_threshold_reached), (queue_out_of_data),
830         (gen_preroll_element):
831         If a queue over/underruns check that we don't create nasty
832         deadlocks when the min-threshold is not reached but the
833         max-bytes is. In those cases disable max-bytes when we
834         know that the queue is fed timed data.
835         Add more comments.
836
837 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
838
839         * gst/playback/gstplaybin.c: (gen_audio_element):
840           Make playbin automatically plug an 'audioresample'
841           element before the audio sink as well. This solves
842           problems with sinks that only accept a very specific
843           sample rate, like esdsink (e.g. #340379).
844
845 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
846
847         * gst/playback/gstplaybasebin.c: (gen_source_element):
848           Make http sources send special headers so that we receive
849           icecast metadata if the http stream is an icecast stream
850           (otherwise the server will just ignore them). This also
851           means that from now on users will need the 'icydemux'
852           element from gst-plugins-good installed if they want to
853           listen to icecast radio streams. (#341432, #333657).
854
855 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
856
857         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
858         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
859           remove stupid example from docs - it should come with a simple
860           C program instead.
861           Clean up/fix docs
862         * tests/check/elements/multifdsink.c: (wait_bytes_served),
863         (fail_if_can_read), (GST_START_TEST),
864         (gst_multifdsink_create_streamheader), (multifdsink_suite):
865           add a test for changing streamheader which exposes a bug in
866           multifdsink
867
868 2006-05-11  Michael Smith  <msmith@fluendo.com>
869
870         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
871         (gst_gnome_vfs_src_received_headers_callback):
872         * ext/gnomevfs/gstgnomevfssrc.h:
873           Don't set icy-caps unless we have a sane interval value. Move
874           interval to a local variable; we never use it outside this function.
875
876 2006-05-11  Wim Taymans  <wim@fluendo.com>
877
878         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
880         Register special buffer types along with the objects so
881         that they are not registered at runtime from N different
882         streaming threads since they are not threadsafe.
883
884 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
885
886         * tests/check/elements/multifdsink.c: (wait_bytes_served),
887         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
888           add two more tests, one doing streamheader
889
890 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
891
892         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
893           clean up the bufqueue when shutting down
894         * tests/check/Makefile.am:
895         * tests/check/elements/multifdsink.c: (setup_multifdsink),
896         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
897         (main):
898           add a test for the leak that was just fixed
899
900 2006-05-10  Wim Taymans  <wim@fluendo.com>
901
902         * gst/adder/gstadder.c: (gst_adder_setcaps),
903         (gst_adder_query_duration), (gst_adder_query), (forward_event),
904         (gst_adder_src_event), (gst_adder_sink_event),
905         (gst_adder_class_init), (gst_adder_finalize),
906         (gst_adder_request_new_pad), (gst_adder_collected):
907         * gst/adder/gstadder.h:
908         Updated some docs. Added comments and FIXMEs all over the place.
909         Improve debugging info.
910         Fix leak on finalize by not calling the parent.
911         Implement duration query.
912         Make event forwarding threadsafe.
913         Correctly send NEWSEGMENT at start and after flush.
914         Handle EOS correctly.
915         Post error when not negotiated.
916
917         * tests/check/elements/adder.c: (GST_START_TEST):
918         Added FIXME in the test.
919
920 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
921
922         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
923         (gst_text_overlay_halign_get_type),
924         (gst_text_overlay_wrap_mode_get_type):
925         * ext/theora/theoradec.c: (theora_handle_type_packet),
926         (theora_handle_data_packet):
927         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
928         (theora_enc_sink_setcaps), (theora_enc_chain):
929         * gst-libs/gst/cdda/gstcddabasesrc.c:
930         (gst_cdda_base_src_mode_get_type):
931         * gst/audiotestsrc/gstaudiotestsrc.c:
932         (gst_audiostestsrc_wave_get_type):
933         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
934         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
935         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
936         (gst_sync_method_get_type), (gst_unit_type_get_type),
937         (gst_client_status_get_type):
938         * gst/videoscale/gstvideoscale.c:
939         (gst_video_scale_method_get_type):
940         * gst/videotestsrc/gstvideotestsrc.c:
941         (gst_video_test_src_pattern_get_type):
942         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
943         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
944         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
945         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
946         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
947         (paint_setup_RGB565), (paint_setup_xRGB1555):
948           Const-ify GEnumValue and GFlagsValue arrays. Use
949           GST_ROUND_UP_* macros instead of home-made ones.
950
951 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
952
953         * configure.ac:
954           Require core CVS for the new newsegment stuff.
955
956 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
957
958         Patch by: Sjoerd Simons  <sjoerd at luon net>
959
960         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
961           Register nick for enum value (#341160).
962
963 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
964
965         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
966         (plugin_init):
967          backout typefind patch #340375
968          
969         * tests/check/elements/adder.c: (message_received),
970         (GST_START_TEST), (adder_suite):
971           redo, signal-handling of test
972
973 2006-05-09  Wim Taymans  <wim@fluendo.com>
974
975         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
976         (gst_adder_collected):
977         * gst/adder/gstadder.h:
978         Remove bogus segment merging and forwarding, we don't
979         care about timestamps anyway and we just produce a
980         continuous stream. 
981         Also create a nice NEWSEGMENT event when we start.
982         Use _scale_int some more.
983
984 2006-05-09  Edward Hervey  <edward@fluendo.com>
985
986         * tests/icles/stress-xoverlay.c:
987         Fix if core was built without parsing support.
988
989 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
990
991         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
992           Add SEDG (Samsung MPEG-4) fourcc.
993
994 2006-05-09  Edward Hervey  <edward@fluendo.com>
995
996         * tests/icles/stress-xoverlay.c:
997         * tests/examples/volume/volume.c:
998         Fix if core was built without parsing support.
999
1000         * tests/examples/seek/seek.c:
1001         Disable the parse_launch example if core was built without parsing
1002         support.
1003
1004 2006-05-08  Edward Hervey  <edward@fluendo.com>
1005
1006         * autogen.sh: (CONFIGURE_DEF_OPT): 
1007         libtoolize on Darwin/MacOSX is called glibtoolize
1008
1009 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
1010
1011         * tests/check/Makefile.am:
1012         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
1013           Disable the adder test, until the build-slaves posses the kindness to 
1014           either like it or to give valid reason for not doing so 
1015
1016 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
1017
1018         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
1019         (adder_suite):
1020           Shuffle NULL state change around and raise timeout more
1021
1022 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
1023
1024         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
1025         (mp4_type_find), (plugin_init):
1026           Add typefind to distinguish between "audio/x-m4a" and new type
1027           "video/mp4". Fixes #340375
1028
1029         * tests/check/elements/adder.c: (adder_suite):
1030           Raise timeout to make buildbot happy
1031
1032 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
1033
1034         * gst/adder/gstadder.c: (gst_adder_sink_event),
1035         (gst_adder_request_new_pad), (gst_adder_change_state):
1036         * gst/adder/gstadder.h:
1037         * tests/check/Makefile.am:
1038         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
1039         (adder_suite), (main):
1040           Add sink-event handling to adder. It tries to merge incomming
1041           newsegment-events. Added test to check if segment_done is comming
1042           through. Fixes #340060
1043
1044 2006-05-05  Andy Wingo  <wingo@pobox.com>
1045
1046         * ext/theora/theoraparse.c (gst_theora_parse_init)
1047         (theora_parse_src_convert, theora_parse_src_query):
1048         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
1049         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
1050         query functions on the source pads of the theora and vorbis parse
1051         elements. Fixes position querying when doing a remux.
1052
1053 2006-05-05  Michael Smith  <msmith@fluendo.com>
1054
1055         * ext/theora/theoraparse.c: (parse_granulepos),
1056         (theora_parse_drain_queue_prematurely),
1057         (theora_parse_queue_buffer), (theora_parse_sink_event):
1058           Fix flushing.
1059           Fix invalid granulepos outputs when starting with a non-keyframe.
1060
1061 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
1062
1063         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
1064         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
1065         Rearrange MPEG system stream detection, fixing some memleaks in the
1066         process.
1067         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
1068         they clean up their data correctly.
1069         Remove unused ogganx caps and move the 'is_annodex' check to inside
1070         the 'is_ogg' if statement.
1071
1072 2006-05-05  Wim Taymans  <wim@fluendo.com>
1073
1074         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
1075         Properly remove ghostpads. Fixes #340392
1076
1077 2006-05-04  David Schleef  <ds@schleef.org>
1078
1079         * gst/typefind/gsttypefindfunctions.c:
1080
1081 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
1082
1083         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
1084         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
1085
1086         When typefinding an MP3 in push-based mode, don't penalise the
1087         probability down to 74% when we found 5 valid frames just because we
1088         can't peek the end of the file.
1089
1090         Make the probability for detecting MPEG Transport Streams based on the
1091         number of sequential headers we successfully detected.
1092
1093 2006-05-03  Wim Taymans  <wim@fluendo.com>
1094
1095         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1096         (vorbis_dec_push), (vorbis_dec_chain):
1097         Still produce an error when we receive an empty packet.
1098
1099 2006-05-03  Wim Taymans  <wim@fluendo.com>
1100
1101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1102         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
1103         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
1104         Mark buffers with DISCONT after seek and after activating new
1105         chains.
1106
1107         * ext/theora/gsttheoradec.h:
1108         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1109         (theora_get_query_types), (theora_dec_sink_event),
1110         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
1111         (theora_dec_change_state):
1112         Fix frame counter.
1113         Detect and mark DISCONT buffers.
1114
1115         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1116         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
1117         (vorbis_dec_change_state):
1118         * ext/vorbis/vorbisdec.h:
1119         Use GstSegment.
1120         Detect and mark DISCONT buffers.
1121         Don't crash on 0 sized buffers.
1122
1123 2006-05-03  Wim Taymans  <wim@fluendo.com>
1124
1125         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
1126         (volume_transform_ip):
1127         Increase "volume" property to 10.0. Fixes #340369.
1128         Set the process function to NULL when capsnego fails so that
1129         we properly error out.
1130
1131 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
1132
1133         * gst/playback/gstplaybin.c: (add_sink):
1134         * gst/playback/test.c: (main):
1135         * gst/playback/test5.c: (dump_element_stats):
1136         * gst/playback/test6.c: (main):
1137           free cpas using gst_caps_unref, don't leak caps-strings
1138
1139 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1140
1141         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
1142         (plugin_init):
1143           Refine musepack typefinding a bit. Return MAXIMUM
1144           probability when we detect stream version 7 to make
1145           sure the mpeg audio typefinder doesn't trump us.
1146
1147 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
1148
1149         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1150           Protect against unexpected NULL strf_data buffer.
1151
1152 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1153
1154         * tests/check/elements/audioconvert.c: (verify_convert),
1155         (GST_START_TEST):
1156           interpret the out[] buffer in the order the bytes are actually
1157           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
1158           Other tests should use BYTE_ORDER since the array is filled in
1159           with actual values
1160
1161 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1162
1163         * tests/check/elements/audioconvert.c: (verify_convert),
1164         (GST_START_TEST):
1165           when a test fails, give an indication of which it is
1166
1167 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1168
1169         * gst-libs/gst/cdda/gstcddabasesrc.c:
1170           compile fix; strtol() needs <stdlib.h>
1171
1172 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1173
1174         * ext/alsa/gstalsamixerelement.c:
1175         * ext/alsa/gstalsasrc.c:
1176         * ext/cdparanoia/gstcdparanoiasrc.c:
1177         * ext/gnomevfs/gstgnomevfssink.c:
1178         * ext/gnomevfs/gstgnomevfssrc.c:
1179         * ext/ogg/gstoggdemux.c:
1180         * ext/ogg/gstoggmux.c:
1181         * ext/ogg/gstoggparse.c:
1182         * ext/ogg/gstogmparse.c:
1183         * ext/pango/gstclockoverlay.c:
1184         * ext/pango/gsttextoverlay.c:
1185         * ext/pango/gsttextrender.c:
1186         * ext/pango/gsttimeoverlay.c:
1187         * ext/theora/theoradec.c:
1188         * ext/theora/theoraenc.c:
1189         * ext/vorbis/vorbisdec.c:
1190         * ext/vorbis/vorbisenc.c:
1191         * gst-libs/gst/audio/gstaudiofilter.c:
1192         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1193         * gst/audioconvert/gstaudioconvert.c:
1194         * gst/audiorate/gstaudiorate.c:
1195         * gst/audioresample/gstaudioresample.c:
1196         * gst/audiotestsrc/gstaudiotestsrc.c:
1197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1198         * gst/playback/gstdecodebin.c:
1199         * gst/playback/gstplaybin.c:
1200         * gst/playback/gststreamselector.c:
1201         * gst/subparse/gstsubparse.c:
1202         * gst/tcp/gstmultifdsink.c:
1203         * gst/tcp/gsttcpclientsink.c:
1204         * gst/tcp/gsttcpclientsrc.c:
1205         * gst/tcp/gsttcpserversink.c:
1206         * gst/tcp/gsttcpserversrc.c:
1207         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1208         * gst/videorate/gstvideorate.c:
1209         * gst/videoscale/gstvideoscale.c:
1210         * gst/videotestsrc/gstvideotestsrc.c:
1211         * gst/volume/gstvolume.c:
1212         * sys/v4l/gstv4ljpegsrc.c:
1213         * sys/v4l/gstv4lmjpegsink.c:
1214         * sys/v4l/gstv4lmjpegsrc.c:
1215         * sys/v4l/gstv4lsrc.c:
1216         * sys/ximage/ximagesink.c:
1217         * sys/xvimage/xvimagesink.c:
1218         * tests/check/libs/cddabasesrc.c:
1219           make GstElementDetails const
1220
1221 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1222
1223         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
1224         (gst_adder_init):
1225           send events from src-pad to all sink-pads fixes #338657
1226
1227 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
1228
1229         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
1230         (alsasink_parse_spec):
1231           query width capabilities from alsa, fixes #338919
1232
1233 2006-04-28  Wim Taymans  <wim@fluendo.com>
1234
1235         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1236         (gst_multi_fd_sink_remove_client_link):
1237         * gst/tcp/gstmultifdsink.h:
1238         Fix race condition in multifdsink that can lead to spurious 
1239         duplicate clients. this patch adds a new signal that is fired when
1240         multifdsink has removed all references to the fd.
1241         Fixes #339574.
1242         Updated documentation.
1243         API: client-fd-removed signal added
1244
1245 2006-04-28  Michael Smith  <msmith@fluendo.com>
1246
1247         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
1248           When asking g_value_array_new to prealloc elements, we may as well
1249           ask for the right number of elements.
1250
1251 2006-04-28  Wim Taymans  <wim@fluendo.com>
1252
1253         * gst-libs/gst/audio/gstbaseaudiosink.c:
1254         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
1255         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1256         patch to make timestamp checking more tollerant to rounding 
1257         errors given that real discontinuities are to be marked on
1258         buffers. Fixes some asf files and #338778.
1259         Also avoid some crashers when we receive an event in the 
1260         NULL state.
1261
1262 2006-04-28  Michael Smith  <msmith@fluendo.com>
1263
1264         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
1265         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1266         (gst_gnome_vfs_src_get_property),
1267         (gst_gnome_vfs_src_send_additional_headers_callback),
1268         (gst_gnome_vfs_src_received_headers_callback),
1269         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
1270         (gst_gnome_vfs_src_stop):
1271         * ext/gnomevfs/gstgnomevfssrc.h:
1272           Remove ICY handling (mostly) from gnomevfssrc, in favour of
1273           proper shared support within icydemux.
1274
1275 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1276
1277         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1278         (gst_video_rate_swap_prev), (gst_video_rate_chain):
1279           fix up docs
1280           fix a leak when no caps negotiated
1281           fix counting of input frames
1282         * tests/check/elements/.cvsignore:
1283         * tests/check/elements/videorate.c: (assert_videorate_stats),
1284         (GST_START_TEST), (videorate_suite):
1285           add tests for these
1286
1287 2006-04-28  Wim Taymans  <wim@fluendo.com>
1288
1289         * gst-libs/gst/audio/gstringbuffer.c:
1290         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1291         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1292         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1293         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1294         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1295         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1296         (gst_ring_buffer_commit), (gst_ring_buffer_read),
1297         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1298         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
1299         Check arguments passed to public functions instead of
1300         crashing.
1301
1302 2006-04-28  Wim Taymans  <wim@fluendo.com>
1303
1304         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1305         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1306         GstBaseAudioSrc must be live or it does not work.
1307
1308         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
1309         Don't set live to TRUE as this is the default in the parentclass.
1310
1311 2006-04-28  Wim Taymans  <wim@fluendo.com>
1312
1313         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
1314         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
1315         Videoscale doesn't pass on pixel-aspect ratio. Handle all
1316         fixation cases better. Fixes #338991
1317
1318 2006-04-28  Wim Taymans  <wim@fluendo.com>
1319
1320         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1321         Handle 0/1 framerate correctly Fixes #331901.
1322
1323 2006-04-28  Wim Taymans  <wim@fluendo.com>
1324
1325         * tests/check/elements/audioconvert.c: (get_float_caps),
1326         (GST_START_TEST), (audioconvert_suite):
1327         Added check for correct clipping when doing float samples
1328         in audioconvert.
1329
1330 2006-04-28  Wim Taymans  <wim@fluendo.com>
1331
1332         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
1333         (gst_video_rate_chain):
1334         Print more debugging info.
1335
1336 2006-04-28  Wim Taymans  <wim@fluendo.com>
1337
1338         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
1339         (resample_set_state_from_caps):
1340         Add support for other formats audioresample can handle such as
1341         32 bits in and float and 64 bits float. Fixes #301759
1342
1343 2006-04-28  Wim Taymans  <wim@fluendo.com>
1344
1345         * gst/audioconvert/audioconvert.c: (float):
1346         correctly clip float samples > 1.0. Fixes #338718
1347
1348 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1349
1350         Patch by: Young-Ho Cha  <ganadist at chollian net>
1351
1352         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1353         (gst_text_overlay_render_text):
1354           Don't strip newlines from the text. Also, center lines
1355           within multi-line paragraphs (#339405).
1356
1357 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
1358
1359         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
1360           Fix wavpack typefinding to work in more cases (don't peek
1361           for chunks of multiple hundred kBs at once, but process
1362           things step-by-step in smaller units). Fixes #339786.
1363
1364 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1365
1366         * configure.ac:
1367           back to HEAD
1368
1369 === release 0.10.6 ===
1370
1371 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
1372
1373         * configure.ac:
1374           releasing 0.10.6, "Chao"
1375
1376 2006-04-26  David Schleef  <ds@schleef.org>
1377
1378         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
1379           Fixes #338897.
1380
1381 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1382
1383         * configure.ac:
1384         * win32/common/config.h:
1385           new prerelease
1386
1387 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1388
1389         patch by: Wim Taymans
1390
1391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1392         (gst_ogg_demux_perform_seek):
1393           make sure correct newsegments are sent, so that the decoder
1394           and the demuxer agree on timestamps.  Fixes playback of a lot
1395           of Ogg files that do not start from 0.  Fixes #339833.
1396
1397 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
1398
1399         Patch by: Edward Hervey  <edward@fluendo.com>
1400
1401         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1402         * tests/check/Makefile.am:
1403         * tests/check/elements/videorate.c: (assert_videorate_stats),
1404         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
1405         (videorate_suite), (main):
1406           Fix an infinite loop if frames are passed in with wrongly ordered
1407           timestamps.  Fixes #339013.
1408
1409 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1410
1411         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1412
1413         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1414           fix typefinding on some ISO files.  Fixes #339212.
1415
1416 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1417
1418         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
1419
1420         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1421           add another H264 fourcc.  Fixes #339047.
1422
1423 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
1424
1425         Patch by: Jan Schmidt
1426
1427         * gst/playback/gststreamselector.c:
1428         (gst_stream_selector_bufferalloc):
1429           Restore old StreamSelector behaviour.
1430           Fixes #338419.
1431
1432 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
1433
1434         * configure.ac:
1435         * win32/common/config.h:
1436           prerelease
1437
1438 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1439
1440         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
1441
1442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1443         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
1444           Fix some memory leaks: on finalize, free buffers left in the queue
1445           before destroying the queue; in _push(), unref rtp_buf even if
1446           the process vfunc returned a NULL buffer as output buffer (#337548);
1447           demote some recuring debug messages to LOG level.
1448
1449 2006-04-11  Wim Taymans  <wim@fluendo.com>
1450
1451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1452         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1453         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
1454         (gst_ogg_demux_loop):
1455         More cleanups.
1456         Respect segment stop when emiting EOS or SEGMENT_DONE.
1457         Fixes (#337945).
1458
1459 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
1460
1461         * gst/playback/gststreamselector.c:
1462         (gst_stream_selector_get_property):
1463           Don't leak pad name.
1464
1465 2006-04-10  Michael Smith  <msmith@fluendo.com>
1466
1467         * tests/check/Makefile.am:
1468         * tests/check/gst-plugins-base.supp:
1469           Suppress an old libtheora bug (fixed in more recent versions), so 
1470           that FC4 buildslaves can pass.
1471
1472 2006-04-10  Wim Taymans  <wim@fluendo.com>
1473
1474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1475         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1476         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
1477         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
1478         (gst_ogg_demux_loop):
1479         Don't leak events.
1480         Remember what error we got when finding chains, if we
1481         were shutdown, that would not be an error.
1482
1483 2006-04-10  Wim Taymans  <wim@fluendo.com>
1484
1485         * gst-libs/gst/audio/gstbaseaudiosink.c:
1486         (gst_base_audio_sink_event):
1487         Starting the ringbuffer when we did not acquire it can cause
1488         a deadlock, is pointless and causes nasty things for
1489         subclasses. 
1490         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
1491
1492 2006-04-10  Wim Taymans  <wim@fluendo.com>
1493
1494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1495         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
1496         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1497         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
1498         (gst_ogg_demux_deactivate_current_chain),
1499         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1500         (gst_ogg_demux_bisect_forward_serialno),
1501         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
1502         Add some more debugging.
1503
1504 2006-04-10  Wim Taymans  <wim@fluendo.com>
1505
1506         * ext/theora/theoradec.c: (theora_dec_src_event),
1507         (theora_handle_data_packet):
1508         Some more debug info.
1509
1510         * tests/examples/seek/seek.c: (start_seek), (main):
1511         Print element messages too.
1512
1513 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
1514
1515         * gst/audioresample/debug.h:
1516           replace debug macros with variable number of parameters
1517           by a simple alias to gstreamer standard debug macros 
1518          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
1519           supported by MSVC 6.0 and 7.1)
1520         * gst/audioresample/resample.h:
1521           define M_PI and rint for WIN32
1522         * win32/common/libgstaudio.def:
1523         * win32/common/libgstriff.def:
1524         * win32/common/libgsttag.def:
1525         * win32/common/libgstvideo.def:
1526           add new exported functions
1527         * win32/vs6:
1528           update project files
1529
1530 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1531
1532         * ext/alsa/gstalsamixeroptions.c:
1533         (gst_alsa_mixer_options_class_init):
1534         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
1535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
1536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
1537         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
1538         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
1539         * gst-libs/gst/audio/gstaudiofilter.c:
1540         (gst_audio_filter_class_init):
1541         * gst-libs/gst/audio/gstaudiosink.c:
1542         (gst_audioringbuffer_class_init):
1543         * gst-libs/gst/audio/gstaudiosrc.c:
1544         (gst_audioringbuffer_class_init):
1545         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
1546         * gst-libs/gst/interfaces/colorbalancechannel.c:
1547         (gst_color_balance_channel_class_init):
1548         * gst-libs/gst/interfaces/mixeroptions.c:
1549         (gst_mixer_options_class_init):
1550         * gst-libs/gst/interfaces/mixertrack.c:
1551         (gst_mixer_track_class_init):
1552         * gst-libs/gst/interfaces/tunerchannel.c:
1553         (gst_tuner_channel_class_init):
1554         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
1555         * gst-libs/gst/netbuffer/gstnetbuffer.c:
1556         (gst_netbuffer_class_init):
1557         * gst-libs/gst/rtp/gstbasertppayload.c:
1558         (gst_basertppayload_class_init):
1559         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1560         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
1561         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
1562         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
1563         * gst/playback/gststreamselector.c:
1564         (gst_stream_selector_class_init):
1565         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
1566         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
1567         * sys/v4l/gstv4lcolorbalance.c:
1568         (gst_v4l_color_balance_channel_class_init):
1569         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
1570         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
1571         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1572         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
1573         (gst_v4l_tuner_norm_class_init):
1574         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
1575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1576         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
1577         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
1578
1579 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1580
1581         * ext/pango/gsttextrender.h:
1582         * gst-libs/gst/audio/gstaudiosink.h:
1583         * gst-libs/gst/audio/gstaudiosrc.h:
1584         * gst-libs/gst/audio/gstbaseaudiosink.h:
1585         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1586         * gst-libs/gst/audio/gstringbuffer.h:
1587         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1588         * gst-libs/gst/rtp/gstbasertppayload.h:
1589         * gst-libs/gst/video/gstvideofilter.h:
1590         * gst-libs/gst/video/gstvideosink.h:
1591         * gst/playback/gstplaybasebin.h:
1592         * gst/tcp/gstmultifdsink.h:
1593         * sys/v4l/gstv4lelement.h:
1594         Fix broken GObject macros
1595
1596 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
1597
1598         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
1599         More debug to trace why my USB headset is not working with gst
1600
1601 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1602
1603         * gst/playback/gstplaybasebin.c: (group_destroy):
1604         Clean up our group elements properly in the case where it never 
1605         got committed - it still got added unconditionally to the bin.
1606
1607 2006-04-07  Wim Taymans  <wim@fluendo.com>
1608
1609         * ext/theora/theoradec.c: (theora_dec_sink_event),
1610         (theora_handle_data_packet), (theora_dec_chain):
1611         Unref unhandled events.
1612         Protect against empty buffers.
1613         Perform QoS on running time.
1614
1615 2006-04-07  Michael Smith  <msmith@fluendo.com>
1616
1617         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
1618         (gst_vorbis_enc_chain):
1619           Remove leaks from vorbisenc.
1620           Mostly minor changes, the only significant one is that now the
1621           buffers we set as 'streamheader' on the caps are copies of the
1622           original buffers, to avoid circular refcounting problems.
1623
1624 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
1625
1626         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
1627           Don't remove our mute-probe if someone else already did so.
1628           Don't set a 2nd one if there is already one pending on the pad.
1629
1630         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1631         (do_playbin_seek):
1632           When a seek fails, ensure that playbin is still set back to playing.
1633           
1634         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
1635         (mpeg_ts_type_find), (plugin_init):
1636           Add a typefind function for mpeg-ts streams. (Closes: #336617)
1637
1638 2006-04-06  Andy Wingo  <wingo@pobox.com>
1639
1640         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
1641         (gst_video_rate_init): Caps-related parameters should not be reset
1642         by a flush -- move their inits to the instance init function.
1643         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
1644         is not OK, just return the result.
1645
1646         * gst/audiotestsrc/gstaudiotestsrc.c
1647         (gst_audio_test_src_class_init)
1648         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
1649         broken by Stefan's commit on 24 March.
1650
1651         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
1652         buffers being pushed out. Fixes oggmux ! multifdsink.
1653
1654 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
1655
1656         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
1657         (gst_vorbis_dec_init), (vorbis_dec_finalize):
1658         * ext/vorbis/vorbisdec.h:
1659         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
1660         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
1661         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
1662         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
1663         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
1664         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
1665         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
1666         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
1667         (gst_vorbis_enc_buffer_from_packet),
1668         (gst_vorbis_enc_buffer_from_header_packet),
1669         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
1670         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
1671         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
1672         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
1673         (gst_vorbis_enc_change_state):
1674         * ext/vorbis/vorbisenc.h:
1675           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
1676           vorbisenc adhere to the official nomenclature; use boilerplate
1677           macro.
1678
1679 2006-04-04  Andy Wingo  <wingo@pobox.com>
1680
1681         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1682         Whoops, fix bug introduced. Bad hacker!
1683         
1684         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
1685         Properly handle the case where you get EOS before any buffers are
1686         received. Use gst_buffer_make_metadata_writable where appropriate.
1687
1688         * ext/theora/theoradec.c (theora_handle_data_packet): This value
1689         is often negative -- make it signed so as not to wrap around.
1690         Fixes segfaults introduced on 9 March.
1691
1692 2006-04-03  Wim Taymans  <wim@fluendo.com>
1693
1694         * ext/theora/gsttheoradec.h:
1695         * ext/theora/theoradec.c: (theora_dec_src_event):
1696         Don't try to store a gdouble in a gboolean.
1697         Small cleanups.
1698
1699 2006-04-03  Michael Smith  <msmith@fluendo.com>
1700
1701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
1702           Oggmux sucks.
1703           Make it suck slightly less by writing out the final page.
1704           Still can't encode a vorbis-in-ogg file correctly, though.
1705
1706 2006-04-03  Andy Wingo  <wingo@pobox.com>
1707
1708         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
1709         a g_print.
1710
1711         * ext/theora/theora.c (plugin_init): Register theoraparse.
1712
1713         * ext/theora/gsttheoraparse.h: 
1714         * ext/theora/theoraparse.c: New files implementing a theora
1715         parser. Now we can properly remux ogg/theora+vorbis, yay.
1716
1717         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
1718
1719 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1720
1721         * gst/audiotestsrc/gstaudiotestsrc.c:
1722           Fixed the sample pipeline (see #323798)
1723
1724 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1725
1726         * configure.ac:
1727         * win32/common/config.h:
1728         * win32/common/config.h.in:
1729           use AS_VERSION and AS_NANO
1730           more cleanups
1731
1732 2006-03-31  Andy Wingo  <wingo@pobox.com>
1733
1734         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
1735         uninitialized variable return that would happen.
1736         
1737         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
1738         uninitialized variable return that would never happen.
1739
1740         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
1741         (vorbis_parse_sink_event): Add an event function to flush our
1742         state on a seek, and to drain buffers on a premature EOS.
1743         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
1744         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
1745         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
1746         (vorbis_parse_drain_queue): Queue up buffers until we can set
1747         their timestamps and granulepos values.
1748
1749         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
1750         and keep track of data needed for deriving granulepos and
1751         timestamps for buffers.
1752
1753 2006-03-29  Wim Taymans  <wim@fluendo.com>
1754
1755         Patch by: j^ <j at bootlab dot org>
1756
1757         * ext/alsa/gstalsamixerelement.c:
1758         (gst_alsa_mixer_element_class_init):
1759         * ext/alsa/gstalsasink.c:
1760         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
1761         * ext/ogg/gstoggdemux.c:
1762         * ext/ogg/gstoggmux.c:
1763         * ext/ogg/gstoggparse.c:
1764         * ext/pango/gstclockoverlay.c:
1765         * ext/pango/gsttextoverlay.c:
1766         * ext/pango/gsttextrender.c:
1767         * ext/pango/gsttimeoverlay.c:
1768         * ext/theora/theoradec.c:
1769         * ext/theora/theoraenc.c:
1770         * ext/vorbis/vorbisdec.c:
1771         * ext/vorbis/vorbisenc.c:
1772         * gst/audioconvert/gstaudioconvert.c:
1773         * gst/subparse/gstsubparse.c:
1774         * gst/tcp/gstmultifdsink.c:
1775         * gst/tcp/gsttcpclientsink.c:
1776         * gst/tcp/gsttcpclientsrc.c:
1777         * gst/tcp/gsttcpserversink.c:
1778         * gst/tcp/gsttcpserversrc.c:
1779           better/unified long descriptions
1780           Fixes #336477
1781
1782 2006-03-29  Wim Taymans  <wim@fluendo.com>
1783
1784         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
1785         (stop_seek):
1786         Don't let double and triple clicks mess up our state.
1787
1788 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1789
1790         * gst/playback/gstplaybin.c: (gen_video_element),
1791         (gen_text_element), (gen_audio_element), (gen_vis_element):
1792           Error out gracefully when we can't create any of the usual
1793           conversion elements for some reason. Also, don't try to
1794           create an audioscale (sic) element that's not used anyway.
1795
1796 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
1797
1798         * gst/playback/gstplaybasebin.c: (setup_source):
1799           Don't post RESOURCE_NOT_FOUND error when we can't find a source
1800           element for a particular protocol, that's confusing for users.
1801           Instead, post a RESOURCE_FAILED error, so that our own error
1802           message is actually shown in totem etc. (#336303).
1803
1804 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1805
1806         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1807
1808         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
1809         (gst_gnome_vfs_src_get_icy_metadata):
1810           Fix some minor memory leaks (#336194).
1811
1812 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
1813
1814         * ext/gnomevfs/gstgnomevfs.c:
1815         (gst_gnome_vfs_location_to_uri_string):
1816         * ext/gnomevfs/gstgnomevfs.h:
1817         * ext/gnomevfs/gstgnomevfssink.c:
1818         (gst_gnome_vfs_sink_set_property):
1819         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
1820           Make gnomevfssink accept filenames as well as URIs for the
1821           "location" property, just like gnomevfssrc does (and
1822           filesrc/filesink do) (#336190).
1823
1824 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1825
1826         * tests/check/generic/clock-selection.c: (GST_START_TEST):
1827           set to NULL before unreffing, fixes a valgrind leak.
1828           Why was this not triggering the error that an object needs to
1829           be NULL before unreffing ?
1830         * win32/common/config.h:
1831           update
1832
1833 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * gst/subparse/gstsubparse.c: (convert_encoding),
1836         (gst_sub_parse_change_state):
1837         * gst/subparse/gstsubparse.h:
1838           Text subtitle files may or may not be UTF-8. If it's not, we
1839           don't really want to see '?' characters in place of non-ASCII
1840           characters like accented characters. So let's assume the input
1841           is UTF-8 until we come across text that is clearly not. If it's
1842           not UTF-8, we don't really know what it is, so try the following:
1843           (a) see whether the GST_SUBTITLE_ENCODING environment variable
1844           is set; if not, check (b) if the current locale encoding is
1845           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
1846           the current locale encoding is UTF-8 and the environment variable
1847           was not set to any particular encoding. Not perfect, but better
1848           than nothing (and better than before, I think) (fixes #172848).
1849
1850 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
1851
1852         * configure.ac:
1853           update core requirement to 0.10.4.1 because of async_playback
1854           vmethod on GstBaseSink
1855
1856 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1857
1858         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1859         * gst/adder/gstadder.c: (gst_adder_init):
1860         use DEBUG_FUNCPTR for collectpads
1861
1862 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
1863
1864         * docs/plugins/Makefile.am:
1865         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1866         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1867         * ext/cdparanoia/gstcdparanoiasrc.c:
1868         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
1869         (gst_gnome_vfs_sink_class_init):
1870         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
1871         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
1872         * ext/ogg/gstoggmux.c:
1873         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
1874         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
1875         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
1876         * ext/pango/gsttextoverlay.c:
1877         * ext/pango/gsttextrender.c:
1878         * ext/theora/theoradec.c:
1879         * ext/theora/theoraenc.c:
1880         * ext/vorbis/vorbisdec.c:
1881         * ext/vorbis/vorbisenc.c:
1882         * gst-libs/gst/audio/gstaudiofilter.c:
1883         (gst_audio_filter_base_init):
1884         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1885         (gst_audio_filter_template_base_init):
1886         * gst/adder/gstadder.c: (gst_adder_get_type):
1887         * gst/adder/gstadder.h:
1888         * gst/audioconvert/gstaudioconvert.c:
1889         * gst/audiotestsrc/gstaudiotestsrc.c:
1890         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1891         (gst_audio_test_src_create):
1892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1893         * gst/playback/gstdecodebin.c:
1894         * gst/playback/gstplaybin.c:
1895         * gst/playback/gststreamselector.c:
1896         (gst_stream_selector_base_init):
1897         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
1898         * gst/volume/gstvolume.c:
1899         * sys/v4l/gstv4lmjpegsink.c:
1900         * sys/v4l/gstv4lmjpegsrc.c:
1901         * tests/check/libs/cddabasesrc.c:
1902         * tests/old/examples/gob/gst-identity2.gob:
1903           Add docs for adder, use GST_ELEMENT_DETAILS macro,
1904           define GstElementDetails at the top
1905
1906 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
1907
1908         * win32/common/libgstinterfaces.def:
1909         Add a lot of export functions for gst-python
1910         * win32/vs6/libgstinterfaces.dsp:
1911         Add a missing include folder in the project configuration
1912         
1913 2006-03-23  Wim Taymans  <wim@fluendo.com>
1914
1915         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1916         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1917         (gst_base_audio_src_change_state):
1918         Fix audio sources, forgot to make the ringbuffer
1919         startable...
1920
1921 2006-03-23  Wim Taymans  <wim@fluendo.com>
1922
1923         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1924         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
1925         (gst_base_audio_src_change_state):
1926         unparent instead of unref the ringbuffer.
1927
1928 2006-03-23  Wim Taymans  <wim@fluendo.com>
1929
1930         * gst-libs/gst/audio/gstbaseaudiosink.c:
1931         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
1932         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
1933         Implement new async_play vmethod to start slaving and allow
1934         playback start in case of async PLAY state changes. 
1935
1936         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
1937         Enable QoS with new method in base class.
1938
1939 2006-03-23  Wim Taymans  <wim@fluendo.com>
1940
1941         Patch by: Julien MOUTTE <julien at moutte dot net>
1942
1943         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
1944         (gst_video_test_src_do_seek), (gst_video_test_src_create):
1945         Partially handle 0 framerate, only EOS after the first frame
1946         is missing.
1947
1948 2006-03-23  Wim Taymans  <wim@fluendo.com>
1949
1950         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
1951
1952         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1953         (gst_riff_create_video_template_caps):
1954         * gst/ffmpegcolorspace/avcodec.h:
1955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1956         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1957         (gst_ffmpegcsp_avpicture_fill):
1958         * gst/ffmpegcolorspace/imgconvert.c:
1959         Patch for support of YVU9 AVI files (#334822)
1960
1961 2006-03-22  Edward Hervey  <edward@fluendo.com>
1962
1963         * docs/design/design-decodebin.txt:
1964         Added design document for new decodebin
1965         (Target Caps): text/x-pango-markup is also a default target caps.
1966
1967 2006-03-22  Wim Taymans  <wim@fluendo.com>
1968
1969         * gst-libs/gst/audio/gstbaseaudiosink.c:
1970         (gst_base_audio_sink_dispose):
1971         Since we _parent the ringbuffer, we also need to
1972         _unparent instead of a plain _unref.
1973
1974 2006-03-22  Wim Taymans  <wim@fluendo.com>
1975
1976         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
1977         (stop_seek), (scrub_toggle_cb), (main):
1978         Add scrub checkbox.
1979
1980 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
1981
1982         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
1983         (gst_ogg_parse_chain):
1984           Fix very inefficient usage of linked lists (#335365).
1985
1986 2006-03-21  Edward Hervey  <edward@fluendo.com>
1987
1988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1989         * gst/playback/gstplaybin.c: (handoff):
1990         * gst/playback/gststreamselector.c:
1991         (gst_stream_selector_set_property):
1992         gcc 4.1 unreferenced pointer fixes.
1993         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
1994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
1995         gst_buffer_ref() now takes a GstBuffer*.
1996
1997 2006-03-20  Julien MOUTTE  <julien@moutte.net>
1998
1999         * sys/xvimage/xvimagesink.c:
2000         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
2001         by Jan Schmidt.
2002
2003 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
2004
2005         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
2006         (id3v1_type_find), (apetag_type_find), (plugin_init):
2007           Can't do tag preferences via probability, as tags would then
2008           lose against types that are recognised with MAXIMUM probability
2009           (like .wav); so let all tag typefinders return MAXIMUM themselves
2010           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
2011           that we can prefer APE to ID3v1 (fixes #335028).
2012           
2013 2006-03-17  Wim Taymans  <wim@fluendo.com>
2014
2015         * gst-libs/gst/audio/gstbaseaudiosink.c:
2016         (gst_base_audio_sink_change_state):
2017         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
2018         (gst_ring_buffer_may_start):
2019         * gst-libs/gst/audio/gstringbuffer.h:
2020         Only start playback if we are playing.
2021         should fix #330748.
2022
2023 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
2024
2025         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
2026         * win32/common/config.h:
2027           Revert accidental commits to these files.
2028
2029 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
2030
2031         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
2032
2033         * tests/Makefile.am:
2034           Don't try to build tests in tests/icles if we
2035           don't have X (#323852)
2036
2037 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
2038
2039         * gst-libs/gst/tag/gstid3tag.c:
2040           Add TXXX frame identifiers for replaygain stuff as used
2041           by some taggers (see #323721).
2042
2043 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
2044
2045         * gst/playback/gststreamselector.c:
2046         (gst_stream_selector_set_property),
2047         (gst_stream_selector_bufferalloc):
2048           Preserve the existing buggy streamselector behaviour by performing
2049           a fallback buffer allocation when downstream isn't linked yet.
2050           This should really be fixed in playbin by blocking pads until it's
2051           linked them.
2052           Also, use gst_pad_alloc_buffer instead of
2053           gst_pad_alloc_buffer_and_set.
2054
2055 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2056
2057         * gst-libs/gst/tag/gstid3tag.c:
2058           Don't crash on unknown ID3v2 TXXX frames.
2059           
2060 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
2061
2062         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
2063           Chain up to the parent finalize method.
2064           Add 32-bit sample size to the template caps.
2065
2066         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2067         (gst_riff_create_video_template_caps):
2068           Add the fourcc that the VMWare codec uses.
2069           
2070         * gst/playback/gststreamselector.c:
2071         (gst_stream_selector_set_property),
2072         (gst_stream_selector_bufferalloc),
2073         (gst_stream_selector_request_new_pad):
2074           For the active pad, forward buffer-alloc requests, otherwise
2075           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
2076           having to memcpy every frame when used by playbin.
2077
2078         * gst/tcp/gstmultifdsink.c:
2079         (gst_multi_fd_sink_handle_client_write):
2080           Get negotiated caps from the sink pad, rather than the sink
2081           pad's peer.
2082
2083 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2084
2085         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2086         
2087         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
2088           Don't forget to set src->callbacks_pushed to FALSE again when
2089           popping them, otherwise re-activation in a different mode won't
2090           work (#334620).
2091
2092 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
2093
2094         Patch by: Sebastien Moutte  <sebastien moutte net>
2095
2096         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
2097         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
2098         (gst_ffmpeg_smpfmt_to_caps):
2099           Replace __VA_ARGS__ caps creation macros with varargs functions.
2100           Makes things compile on MSVC (#320765), looks nicer, and we can
2101           tell the compiler to check for the NULL terminator.
2102
2103 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2104
2105         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
2106
2107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2108           Make sure the buffer we copy into is really always big
2109           enough, this time for real (#333488).
2110           
2111 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2112
2113         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2114           Add support for 24bpp DIB (#305279).
2115
2116 2006-03-14  Wim Taymans  <wim@fluendo.com>
2117
2118         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
2119         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2120         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
2121         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2122         (gst_video_scale_init), (gst_video_scale_src_event):
2123         Re-enable QoS after the release.
2124         Rework videoscale to use the base class src_event handler.
2125
2126 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
2127
2128         * configure.ac:
2129           back to CVS.
2130
2131 === release 0.10.5 ===
2132
2133 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
2134
2135         * configure.ac:
2136           releasing 0.10.5, "Net"
2137
2138 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
2139
2140         * docs/plugins/Makefile.am:
2141           Part of previous cdparanoiasrc docs fixes, forgot to commit.
2142           
2143 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2144
2145         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2146         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2147         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2148           Add cdparanoiasrc to docs.
2149
2150         * gst-libs/gst/cdda/gstcddabasesrc.c:
2151           More GstCddaBaseSrc docs.
2152
2153 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
2154
2155         * docs/libs/gst-plugins-base-libs-sections.txt:
2156         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
2157         * gst-libs/gst/tag/tag.h:
2158           API: libgsttag: new method gst_tag_from_id3_user_tag().
2159
2160 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
2161
2162         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2163           NULL-terminate array of mpeg4 video file extensions.
2164           Fixes crash on PPC (#334226).
2165
2166 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
2167
2168         * ext/gnomevfs/gstgnomevfssrc.c:
2169         (gst_gnome_vfs_src_check_get_range):
2170           gnome_vfs_uri_is_local() alone is not a good indicator
2171           whether we can operate in pull-mode with a specific URI,
2172           as it returns FALSE for file:// URIs that point to an
2173           NFS-mounted path. Be more conservative here: whitelist
2174           local files, blacklist http URIs and use the old
2175           mechanism for anything else (fixes #334216).
2176
2177 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2178
2179         * configure.ac:
2180           back to trunk
2181
2182 === release 0.10.4 ===
2183
2184 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
2185
2186         * configure.ac:
2187           releasing 0.10.4, "Power"
2188
2189 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
2190
2191         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2192         Disable max-lateness by setting it to -1 for now, so that 
2193         we can bed QoS stuff in thoroughly between now and the next
2194         release.
2195
2196 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2197
2198         Patch by: Fabrizio Gennari
2199
2200         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2201           Make sure we don't read beyond the palette buffer in case of
2202           broken or manipulated files (#333488)
2203
2204 2006-03-10  Edward Hervey  <edward@fluendo.com>
2205
2206         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2207         Fix for variable not initialized.
2208
2209 2006-03-09  Wim Taymans  <wim@fluendo.com>
2210
2211         * ext/libvisual/visual.c: (gst_visual_get_type),
2212         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
2213         (gst_visual_chain):
2214         Small cleanups.
2215
2216         * ext/theora/gsttheoradec.h:
2217         * ext/theora/theoradec.c: (gst_theora_dec_init),
2218         (gst_theora_dec_reset), (_theora_granule_time),
2219         (theora_dec_src_convert), (theora_dec_sink_convert),
2220         (theora_dec_src_query), (theora_dec_src_event),
2221         (theora_dec_sink_event), (theora_handle_comment_packet),
2222         (theora_handle_header_packet), (theora_dec_push),
2223         (theora_handle_data_packet), (theora_dec_chain),
2224         (theora_dec_change_state):
2225         Add simple QoS.
2226
2227 2006-03-09  Wim Taymans  <wim@fluendo.com>
2228
2229         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
2230         (audiocast_register_listener), (gst_gnome_vfs_src_start):
2231         Some cleanups.
2232
2233 2006-03-09  Wim Taymans  <wim@fluendo.com>
2234
2235         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2236         Don't try to activate NULL chains.
2237
2238 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2239
2240         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2241           Fix invalid memory access to region before peek'd data (#332964).
2242
2243 2006-03-09  Wim Taymans  <wim@fluendo.com>
2244
2245         Patch by: Christophe Fergeau
2246
2247         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
2248         * ext/pango/gsttextrender.c: (gst_text_render_init):
2249         * gst/adder/gstadder.c: (gst_adder_init):
2250         Don't leak padtemplates, closes #333510.
2251
2252 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2253
2254         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2255           Fix invalid memory access: make sure string passed to
2256           regexec() is NUL-termianted.
2257
2258 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2259
2260         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2261         (mp3_type_find):
2262           Refactor mpeg/audio typefinding to make it more maintainable
2263           and easier to fine-tune. Make probing into middle of the file
2264           work properly (fixes #333900, also see #152688).
2265
2266 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2267
2268         * gst/typefind/gsttypefindfunctions.c:
2269         (utf8_type_find_have_valid_utf8_at_offset):
2270           Remove part from previous commit that was bogus:
2271           g_utf8_validate() does in fact not accept embedded
2272           zeroes, so we don't need to check for those (thanks
2273           to Mike for the hint).
2274
2275 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2276
2277         * gst/typefind/gsttypefindfunctions.c:
2278         (utf8_type_find_count_embedded_zeroes),
2279         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
2280           Make plain/text typefinder more conservative: firstly, check
2281           for embedded zeroes, which are perfectly valid UTF-8 characters,
2282           but also a fairly good sign that something is not a plain text
2283           file; secondly, probe into the middle of the file if possible.
2284           If we can't probe into the middle, limit the probability value
2285           to be returned to TYPE_FIND_POSSIBLE (see #333900).
2286
2287 2006-03-08  Michael Smith  <msmith@fluendo.com>
2288
2289         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2290           Make typefind function name for mpeg4 video unique.
2291
2292 2006-03-08  Wim Taymans  <wim@fluendo.com>
2293
2294         * ext/libvisual/visual.c: (gst_visual_init),
2295         (gst_visual_clear_actors), (gst_visual_dispose),
2296         (gst_visual_reset), (gst_visual_src_setcaps),
2297         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
2298         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
2299         (gst_visual_chain), (gst_visual_change_state):
2300         Cleanups, post nice errors.
2301         Handle sink and src events.
2302         Implement simple QoS.
2303
2304         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
2305         Use new basesink methods to configure max-lateness.
2306         Small doc update.
2307
2308         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2309         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
2310         Debug statement cleanups.
2311
2312         * gst/volume/gstvolume.c: (gst_volume_class_init):
2313         Simple cleanup.
2314
2315 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2316
2317         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2318         (gst_text_overlay_init), (gst_text_overlay_set_property),
2319         (gst_text_overlay_get_property):
2320           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
2321           as string type properties, but mark them deprecated. Add
2322           'halignment' and 'valignment' properties that use enums
2323           instead of strings.
2324
2325 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2326
2327         Patch by: Fabrizio Gennari
2328
2329         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2330           Allow palettes with less than 256 colours in AVI files
2331           (#333488)
2332
2333 2006-03-07  Julien MOUTTE  <julien@moutte.net>
2334
2335         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2336         (gst_text_overlay_video_event): Fix wrong EOS handling on text
2337         pad. We were releasing the queued text buffer when we should keep
2338         it until video pad gets EOS or discard the text buffer because it's
2339         too old. That was eating the last subtitle buffer. Add some more
2340         debug.
2341
2342 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2343
2344         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
2345         (gst_text_overlay_video_chain):
2346           Fix invalid memory access (we can't access a buffer after it's been
2347           pushed downstream without taking a reference); fix memory leak (if
2348           there's no text to render, bail out before allocating stuff).
2349
2350 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2351
2352         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2353         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
2354         * ext/pango/gsttextoverlay.h:
2355           If input is plain text, escape it before passing it to
2356           pango_layout_set_markup().
2357
2358 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2359
2360         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
2361           Don't ignore flow return from gst_pad_push().
2362
2363 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2364
2365         Patch by: Fabrizio Gennari
2366
2367         * ext/libvisual/visual.c: (gst_visual_getcaps),
2368         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
2369         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
2370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2371         (gst_vorbisenc_convert_sink):
2372         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
2373         (gst_audio_duration_from_pad_buffer):
2374         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
2375         (gst_audio_filter_chain):
2376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2377         (gst_base_rtp_depayload_setcaps):
2378         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
2379         (gst_video_get_size):
2380         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2381           Don't leak references returned by gst_pad_get_parent()
2382           (#333663)
2383
2384 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
2385
2386         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2387           change location param details
2388         * gst/volume/gstvolume.c: (plugin_init):
2389           correct plugin description
2390
2391 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2392
2393         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
2394         (gst_gnome_vfs_src_check_get_range):
2395           Override GstBaseSrc::check_get_range() in order to avoid opening
2396           the resource just to check whether we can operate in pull-mode or
2397           not - we can predict that pretty well from the URI alone. Should
2398           fix problems with last.fm (#331690). (Requires latest core CVS).
2399
2400 2006-03-06  Wim Taymans  <wim@fluendo.com>
2401
2402         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
2403         (gst_video_sink_class_init):
2404         Throw away frames that are later than 20 ms.
2405
2406 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
2407
2408         Patch by: Fabrizio Gennari
2409
2410         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2411           Set depth on WMA caps (#333545)
2412
2413 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2414
2415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2416         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
2417           put Theora BOS pages before others.  This hardcodes
2418           the Ogg/Theora I profile, but hey.
2419
2420 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2421
2422         * ext/ogg/README:
2423           updated with some examples
2424         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
2425         (granulepos_add), (theora_buffer_from_packet):
2426         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
2427         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
2428         (gst_vorbisenc_chain):
2429           implement strategy from ext/ogg/README
2430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2431         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
2432         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
2433         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
2434           Fix muxer so that oggz-validate is happy with all streams;
2435           except for no eos mark, and the BOS page ordering
2436         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2437         (check_buffer_granulepos):
2438         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
2439           update tests to check for OFFSET being set as requested
2440           fixed type of granulepos, it's not a ClockTime
2441
2442 2006-03-05  Julien MOUTTE  <julien@moutte.net>
2443
2444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2445         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2446         Check that the xvimage we are creating has a correct size
2447         before returning it. (#314897)
2448
2449 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2450
2451         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2452           Give id3 and ape tag typefinders a rank slightly higher
2453           than PRIMARY to ensure they're always run before any of
2454           the other typefinders (in particular wav and mp3) (#324186).
2455
2456 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2457
2458         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2459           Add support for '3IVD' fourcc (#333403).
2460
2461 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
2462
2463         * configure.ac:
2464           Bump requirements to GStreamer CVS for the new error enum.
2465
2466         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
2467           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
2468           space left on the device (fixes #333352).
2469
2470 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
2471
2472         * win32/vs6:
2473           add a project file for libgstvolume
2474           update the workspace
2475
2476 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2477
2478         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2479         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
2480         (GST_START_TEST):
2481           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
2482           Set IN_CAPS on header buffers
2483
2484 2006-03-02  Wim Taymans  <wim@fluendo.com>
2485
2486         * docs/plugins/Makefile.am:
2487         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2488         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2489         Add audioresample to docs.
2490
2491         * gst/audioconvert/gstaudioconvert.c:
2492         Add revision date.
2493
2494         * gst/audioresample/gstaudioresample.c:
2495         (gst_audioresample_base_init), (gst_audioresample_class_init),
2496         (gst_audioresample_init), (gst_audioresample_dispose),
2497         (audioresample_get_unit_size), (audioresample_transform_caps),
2498         (resample_set_state_from_caps), (audioresample_transform_size),
2499         (audioresample_set_caps), (audioresample_event),
2500         (audioresample_do_output), (audioresample_transform),
2501         (audioresample_pushthrough), (gst_audioresample_set_property),
2502         (gst_audioresample_get_property), (plugin_init):
2503         * gst/audioresample/gstaudioresample.h:
2504         Added docs.
2505         Small code cleanups.
2506
2507 2006-03-02  Wim Taymans  <wim@fluendo.com>
2508
2509         * docs/plugins/Makefile.am:
2510         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2511         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2512         Added videoscale to docs.
2513
2514         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2515         (gst_video_rate_swap_prev), (gst_video_rate_event),
2516         (gst_video_rate_chain):
2517         Fix typo in docs.
2518
2519         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
2520         (gst_video_scale_init), (gst_video_scale_prepare_size),
2521         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2522         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
2523         * gst/videoscale/gstvideoscale.h:
2524         Added docs, examples.
2525         Some code cleanups.
2526         Post errors instead of g_warning.
2527
2528 2006-03-02  Wim Taymans  <wim@fluendo.com>
2529
2530         * docs/libs/gst-plugins-base-libs-docs.sgml:
2531         * docs/libs/gst-plugins-base-libs-sections.txt:
2532         * docs/libs/gst-plugins-base-libs.types:
2533         * docs/plugins/Makefile.am:
2534         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2535         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2536         Added some more docs to libs and plugins.
2537
2538         * gst-libs/gst/audio/gstringbuffer.c:
2539         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
2540         * gst-libs/gst/audio/gstringbuffer.h:
2541         Document ringbuffer some more.
2542
2543         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
2544         (gst_video_rate_setcaps), (gst_video_rate_reset),
2545         (gst_video_rate_init), (gst_video_rate_flush_prev),
2546         (gst_video_rate_swap_prev), (gst_video_rate_event),
2547         (gst_video_rate_chain), (gst_video_rate_change_state):
2548         * gst/videorate/gstvideorate.h:
2549         Fix videorate to use segments.
2550         Make it work with 0/1 framerates (closes #331903)
2551         Handle EOS correctly.
2552         Added docs.
2553
2554 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2555
2556         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
2557         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
2558         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
2559           In state change function, first chain up to parent class,
2560           then handle downwards state change stuff. Remove some
2561           commented out cruft from 0.8 code.
2562
2563 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
2564
2565         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2566         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2567         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
2568         (gst_ogm_parse_chain):
2569           Don't remove/re-add source pad if the new caps are the same as
2570           the old caps anyway (#333042). When removing source pad, don't
2571           unref it afterwards - we didn't ref it when adding. Sprinkle some
2572           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
2573           after using gst_pad_get_parent(). Return downstream flow return
2574           value in chain function.
2575
2576 2006-03-02  Wim Taymans  <wim@fluendo.com>
2577
2578         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2579         * docs/plugins/gst-plugins-base-plugins.args:
2580         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2581         * docs/plugins/gst-plugins-base-plugins.interfaces:
2582         * docs/plugins/gst-plugins-base-plugins.signals:
2583         Fix hierarchy, added some more elements to the docs.
2584
2585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2586         (gst_ffmpegcsp_get_type):
2587         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2588         Fix docs for ffmpegcolorspace.
2589
2590 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
2591
2592         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
2593         (apetag_type_find), (ape_type_find), (plugin_init):
2594           Some typefinding fine-tuning:
2595           - rank ID3/APE tags in order of preference via probabilities, so that
2596             ID3v2 > APEv2 > APEv1 > ID3v1.
2597           - three or four bytes don't really justify MAXIMUM probability,
2598             change those to 'very likely' (musepack and monkeysaudio).
2599
2600 2006-03-01  Wim Taymans  <wim@fluendo.com>
2601
2602         * docs/plugins/Makefile.am:
2603         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2604         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2605         * ext/alsa/gstalsamixer.c:
2606         * ext/alsa/gstalsamixer.h:
2607         * ext/alsa/gstalsamixerelement.c:
2608         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
2609         * ext/alsa/gstalsamixerelement.h:
2610         * ext/alsa/gstalsasink.c:
2611         * ext/alsa/gstalsasink.h:
2612         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
2613         (gst_alsasrc_init):
2614         * ext/alsa/gstalsasrc.h:
2615         Added alsa docs.
2616         Small code cleanups.
2617
2618 2006-03-01  Wim Taymans  <wim@fluendo.com>
2619
2620         * ext/theora/Makefile.am:
2621         Dist new header too,
2622
2623 2006-03-01  Wim Taymans  <wim@fluendo.com>
2624
2625         * docs/plugins/Makefile.am:
2626         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2627         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2628         * ext/gnomevfs/gstgnomevfssink.h:
2629         * ext/gnomevfs/gstgnomevfssrc.h:
2630         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2631         * ext/vorbis/vorbisdec.h:
2632         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
2633         * ext/vorbis/vorbisenc.h:
2634         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
2635         (vorbis_parse_chain), (vorbis_parse_change_state):
2636         * ext/vorbis/vorbisparse.h:
2637         * gst/audioconvert/gstaudioconvert.h:
2638         * gst/tcp/gsttcpserversink.h:
2639         * gst/videotestsrc/gstvideotestsrc.c:
2640         * gst/videotestsrc/gstvideotestsrc.h:
2641         * gst/volume/gstvolume.c:
2642         * gst/volume/gstvolume.h:
2643         Fix some more docs.
2644         Added docs for vorbisdec and vorbisparse.
2645         Fix vorbisparse.
2646
2647 2006-03-01  Wim Taymans  <wim@fluendo.com>
2648
2649         * docs/plugins/Makefile.am:
2650         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2651         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2652         * ext/pango/gstclockoverlay.h:
2653         * ext/pango/gsttextoverlay.h:
2654         * ext/pango/gsttextrender.h:
2655         * ext/pango/gsttimeoverlay.h:
2656         * ext/theora/gsttheoradec.h:
2657         * ext/theora/gsttheoraenc.h:
2658         * ext/theora/theoradec.c:
2659         * ext/theora/theoraenc.c:
2660         * gst/audioconvert/gstaudioconvert.h:
2661         * gst/audiotestsrc/gstaudiotestsrc.h:
2662         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
2663         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2664         * gst/tcp/gstmultifdsink.h:
2665         Updated/added documentation.
2666
2667         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
2668         (gst_text_overlay_halign_get_type),
2669         (gst_text_overlay_wrap_mode_get_type),
2670         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
2671         (gst_text_overlay_init), (gst_text_overlay_set_property),
2672         (gst_text_overlay_get_property):
2673         Fix up properties to be enums instead of string to make bindings,
2674         introspection and automatic GUI creation possible.
2675         Add getters for the properties.
2676
2677 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
2678
2679         * gst/audiotestsrc/gstaudiotestsrc.c:
2680           added defines of M_PI and M_PI_2
2681         * gst/ffmpegcolorspace/avcodec.h:
2682           removed #include "stdint.h" for win32 as _stdint.h is 
2683           autogenerated to win32/common
2684         * win32/common/libgstaudio.def:
2685         * win32/common/libgsttag.def:
2686           added some exports
2687         * win32/vs6:
2688           some project files bugs corrected
2689         * win32/vs7:
2690           project files are reset to the default vs7 configuration 
2691           (they link to msvcr71.dll using default optimizations)
2692           
2693 2006-02-28  Wim Taymans  <wim@fluendo.com>
2694
2695         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2696         Fix some docs.
2697
2698 2006-02-28  Edward Hervey  <edward@fluendo.com>
2699
2700         * ext/alsa/gstalsasrc.c:
2701         Set proper class on the ElementDetails:
2702         Source/Audio instead of Src/Audio/
2703
2704 2006-02-28  Edward Hervey  <edward@fluendo.com>
2705
2706         * gst/videoscale/vs_scanline.c:
2707         (vs_scanline_resample_nearest_RGBA):
2708         Revert optimization in videoscale. It should go in liboil and have
2709         an appropriate liboil function.
2710
2711 2006-02-28  Wim Taymans  <wim@fluendo.com>
2712
2713         * gst-libs/gst/audio/gstbaseaudiosink.c:
2714         (gst_base_audio_sink_provide_clock):
2715         Don't try to provide a clock in the NULL state.
2716
2717 2006-02-28  Wim Taymans  <wim@fluendo.com>
2718
2719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
2720         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
2721         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2722         (gst_ogg_demux_deactivate_current_chain),
2723         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
2724         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
2725         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
2726         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
2727         Use GstSegment infrastructure to remove duplicated code
2728         and handle more seek cases correctly.
2729
2730 2006-02-28  Wim Taymans  <wim@fluendo.com>
2731
2732         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2733         (gst_ffmpegcsp_transform):
2734         Don't ignore return code from ffmpeg convert function.
2735
2736         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
2737         Split out some long statements to ease debugging.
2738
2739 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
2740
2741         * ext/libvisual/visual.c: (gst_visual_init),
2742         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
2743         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
2744         being able to renegotiate the size. Instead, use the negotiation
2745         algorithm from the goom plugin to pick an initial output caps. 
2746
2747         Also, allow theoretical libvisual plugins that might support non-GL 
2748         output even if they also do GL.
2749
2750 2006-02-26  Julien MOUTTE  <julien@moutte.net>
2751
2752         * ext/libvisual/visual.c: (gst_visual_init),
2753         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
2754         (plugin_init): Load only non GL plugins. Fix some memleaks and 
2755         possible negotiation issues.
2756
2757 2006-02-25  Julien MOUTTE  <julien@moutte.net>
2758
2759         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
2760
2761 2006-02-24  Michael Smith  <msmith@fluendo.com>
2762
2763         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
2764         (cmml_type_find), (plugin_init):
2765           Fix CMML type find function to not require a specific minor version
2766           of the CMML header.
2767
2768           Add an MPEG4 video elementary stream typefind function.
2769
2770 2006-02-04  Michael Smith  <msmith@fluendo.com>
2771
2772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2773         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
2774         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
2775         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2776         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
2777         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
2778           Annodex support in ogg demuxer. Doesn't do very much without the
2779           other annodex patches (to come).
2780
2781 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2782
2783         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
2784
2785         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2786           Pick up palette for MS video v1 (#327028)
2787
2788 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2789
2790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2791         (gst_ffmpegcsp_caps_remove_format_info),
2792         (gst_ffmpegcsp_get_unit_size):
2793           The 'palette_data' field from incoming RGB caps shouldn't be
2794           proxied on outgoing YUV caps; also, restrict unit size
2795           adjustment in case of paletted data only to the unit that
2796           actually has a palette. Fixes #330711.
2797
2798 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2799
2800         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2801         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
2802         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
2803         (gst_ffmpegcsp_get_unit_size):
2804           Plug some memory leaks.
2805
2806 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
2807
2808         * sys/ximage/Makefile.am:
2809         * sys/xvimage/Makefile.am:
2810           Add some _CFLAGS and _LIBS that seem to be missing
2811           and/or required for Cygwin (see #317048).
2812
2813 2006-02-22  Wim Taymans  <wim@fluendo.com>
2814
2815         * ext/alsa/gstalsasrc.c:
2816         Fix description as pointed out by caugier.
2817
2818 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
2819
2820         Reviewed by : Edward Hervey  <edward@fluendo.com>
2821
2822         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
2823         (qt_type_find):
2824         Better 3gp typefinding (#331526).
2825
2826 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2827
2828         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
2829           Don't send EOS event here, the base class will send one for us.
2830
2831         * gst/playback/gstplaybasebin.c: (prepare_output):
2832           Subpictures without video stream aren't allowed either.
2833         
2834         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
2835           Fix debug statement copy'n'paste-o.
2836
2837 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
2838
2839         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
2840           Fix issues with mixer keeping state when muting/unmuting
2841           and when changing the volume whilst muted (see #331763
2842           and #331765).
2843
2844 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2845
2846         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
2847         (parse_subrip), (gst_sub_parse_format_autodetect):
2848           Set right caps given that we send escaped text. Also,
2849           honour <i></i>, <b></b> and <u></u> markers that can be found
2850           in .srt files (fixes #310202).
2851
2852 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * gst-libs/gst/audio/mixerutils.c:
2855         (element_factory_rank_compare_func):
2856           Make order in which elements are tried more determinable.
2857
2858 2006-02-20  Julien MOUTTE  <julien@moutte.net>
2859
2860         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2861         (remove_element_chain), (cleanup_decodebin),
2862         (gst_decode_bin_change_state): Make decodebin reusable by
2863         fixing remove_element_chain first and then introduce a
2864         cleaner in state change to ->NULL. (Closes #331678)
2865
2866 2006-02-19  Wim Taymans  <wim@fluendo.com>
2867
2868         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
2869         use 0666 mask when creating files so umask gets applied
2870         correctly. Fixes #331295.
2871
2872 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2873
2874         * gst/subparse/Makefile.am:
2875         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
2876         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
2877         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
2878         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
2879         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
2880         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
2881         * gst/subparse/gstssaparse.h:
2882         * gst/subparse/gstsubparse.c: (plugin_init):
2883           Add very basic parser for SSA subtitle streams (as often
2884           found in matroska files).
2885
2886 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
2887
2888         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
2889           That should be text/x-pango-markup, not text/x-pango-layout.
2890
2891 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2892
2893         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
2894         Polishing.
2895
2896 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2897
2898         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2899         (gst_text_overlay_finalize), (gst_text_overlay_init),
2900         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2901         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2902         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2903         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2904         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2905         Fix state change deadlock.
2906
2907 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2908
2909         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2910         (gst_text_overlay_finalize), (gst_text_overlay_init),
2911         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2912         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2913         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2914         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
2915         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
2916         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
2917         and subtitles files.
2918
2919 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2920
2921         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
2922         should be considered as raw.
2923
2924 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2925
2926         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
2927         (cb_probe):
2928         * gst/playback/gststreaminfo.h: Introduce language informations.
2929
2930 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
2931
2932         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2933         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2934         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2935         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2936         Set shared memory segments to be deleted as soon as we have attached,
2937         that way they get cleaned up automatically if we crash.
2938
2939 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2940
2941         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
2942         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
2943         functions are called with lock held.
2944
2945 2006-02-18  Julien MOUTTE  <julien@moutte.net>
2946
2947         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
2948         (gst_text_overlay_finalize), (gst_text_overlay_init),
2949         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
2950         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
2951         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2952         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2953         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2954         (gst_text_overlay_change_state): Refactoring of textoverlay
2955         without collectpads. This now supports sparse subtitles coming
2956         from a demuxer instead of a sub file. Seeking is still broken 
2957         though. Need to discuss with wtay some more on how to handle
2958         seeking correctly.
2959         * ext/pango/gsttextoverlay.h:
2960         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
2961         subtitles coming from the demuxer.
2962
2963 2006-02-17  Wim Taymans  <wim@fluendo.com>
2964
2965         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
2966         (gst_vorbisenc_convert_sink):
2967         Use some more scaling functions.
2968
2969 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
2970
2971         * ext/cdparanoia/gstcdparanoiasrc.c:
2972         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
2973         (gst_cd_paranoia_paranoia_callback),
2974         (gst_cd_paranoia_src_signal_is_being_watched),
2975         (gst_cd_paranoia_src_read_sector):
2976         * ext/cdparanoia/gstcdparanoiasrc.h:
2977           Add back 'transport-error' and 'uncorrected-error' signals and
2978           make them actually be fired when bad stuff happens (#319340).
2979
2980 2006-02-17  Wim Taymans  <wim@fluendo.com>
2981
2982         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
2983         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2984         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
2985         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
2986         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
2987         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
2988         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
2989         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2990         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
2991         (gst_ring_buffer_clear):
2992         Small cleanups.
2993         Added some G_LIKELY.
2994
2995 2006-02-17  Wim Taymans  <wim@fluendo.com>
2996
2997         * gst-libs/gst/audio/TODO:
2998         Update TODO
2999
3000         * gst-libs/gst/audio/gstbaseaudiosink.c:
3001         (gst_base_audio_sink_get_offset):
3002         When trying to play samples ASAP and we don't have a
3003         previous sample, try to play at position 0 instead of
3004         an invalid position.
3005
3006 2006-02-17  Wim Taymans  <wim@fluendo.com>
3007
3008         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
3009         (gst_alsasink_reset):
3010         Also release lock when we get an error in _reset();
3011         fix an error message.
3012
3013 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3014
3015         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3016         (gst_alsasink_init), (get_channel_free_structure),
3017         (caps_add_channel_configuration), (gst_alsasink_getcaps),
3018         (gst_alsasink_close):
3019         * ext/alsa/gstalsasink.h:
3020           Add support for more than 2 channels (#326720).
3021
3022 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3023
3024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3025           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
3026           with 4 or 6 channels, assume a default channel layout to make things
3027           work (not sure there's anything else we can do in those cases).
3028
3029 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3030
3031         * gst-libs/gst/audio/multichannel.c:
3032           Minor docs fix.
3033
3034         * gst-libs/gst/riff/Makefile.am:
3035         * gst-libs/gst/riff/riff-ids.h:
3036         * gst-libs/gst/riff/riff-media.c:
3037         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
3038           Add support for WAVEFORMATEX, eg. PCM audio with more than two
3039           channels and a channel layout map.
3040           
3041 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
3042
3043         Reviewed by Edward Hervey  <edward@fluendo.com>
3044
3045         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
3046         C-level optimization of the RGBA nearest neighbour function.
3047         Eventually this might end up in liboil with vectorized versions.
3048
3049 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3050
3051         * gst-libs/gst/audio/multichannel.c:
3052         (gst_audio_get_channel_positions):
3053           When we have more than 2 channels, but no channel layout is
3054           specified in the caps, return some default channel layout
3055           to the caller and warn about about a possibly buggy element
3056           (could be buggy filtercaps as well of course) (#317038).
3057
3058 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3059
3060         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3061           Add gst-libs/gst/cdda to list of lib search paths.
3062
3063 2006-02-15  Andy Wingo  <wingo@pobox.com>
3064
3065         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
3066         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
3067         to the Lord Jesus that I do not have to touch the ogg muxer ever
3068         again.
3069
3070 2006-02-15  Edward Hervey  <edward@fluendo.com>
3071
3072         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
3073         quicktime movie files can also contain 'uuid' atoms.
3074
3075 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
3076
3077         * gst/audioconvert/plugin.c: (plugin_init):
3078           Register the GstAudioChannelPosition enum type with the type
3079           system in the plugin_init function, so that it is known before
3080           any element actually makes use of multi-channel stuff. This is
3081           required for example if one wants to be able to deserialise/use
3082           a caps string with channel positions before any pipeline has
3083           been setup and started, like with gst-launch.
3084
3085 2006-02-14  Wim Taymans  <wim@fluendo.com>
3086
3087         * gst-libs/gst/audio/gstringbuffer.c:
3088         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
3089         (gst_ring_buffer_samples_done), (wait_segment),
3090         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
3091         Add some compiler G_(UN_)LIKELY help.
3092         SIGNAL the ringbuffer waiters when going to PAUSED as well to
3093         make sure they can exit their functions. Should fix #330748
3094
3095 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3096
3097         * Makefile.am:
3098         * configure.ac:
3099         * win32/MANIFEST:
3100         * win32/common/_stdint.h:
3101           Windows does not have long long; copy the generated _stdint.h
3102         * win32/common/interfaces-enumtypes.c:
3103         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3104         (gst_mixer_track_flags_get_type),
3105         (gst_tuner_channel_flags_get_type):
3106         * win32/common/multichannel-enumtypes.c:
3107         (gst_audio_channel_position_get_type):
3108           update
3109
3110 2006-02-13  Wim Taymans  <wim@fluendo.com>
3111
3112         * gst-libs/gst/audio/gstbaseaudiosink.c:
3113         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
3114         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3115         Always sync on first sample we receive when starting.
3116
3117 2006-02-13  Wim Taymans  <wim@fluendo.com>
3118
3119         * gst/playback/gstplaybin.c: (gen_vis_element):
3120         Update vis bin docs.
3121         Move queue after tee so we don't queue video buffers but
3122         audio samples instead. Fixes problems where the video queue
3123         is filled and the audio queue empty.
3124
3125 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
3126
3127         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3128           No need to push an EOS event here, GstBaseSrc will do that for us
3129           when we return FLOW_UNEXPECTED.
3130           
3131 2006-02-12  Wim Taymans  <wim@fluendo.com>
3132
3133         * gst-libs/gst/audio/gstbaseaudiosink.c:
3134         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
3135         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
3136         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3137         Use scale functions when possible.
3138         Fix error messages.
3139         Free clockid when after waiting for EOS.
3140         Use G_(UN_)LIKLY when it makes sense.
3141         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
3142
3143 2006-02-12  Edward Hervey  <edward@fluendo.com>
3144
3145         * gst/playback/gstplaybasebin.c: (prepare_output): 
3146         Remove stray semi-colon (fixes #330888).
3147
3148 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
3149
3150         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
3151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
3152         Fix up the XShm call testing so that we catch errors, and don't
3153         cause new ones by attempting to detach from a segment we failed
3154         to attach to. Fixes #312439.
3155
3156 2006-02-10  Edward Hervey  <edward@fluendo.com>
3157
3158         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3159         Added flv file typefind (video/x-flv).
3160
3161 2006-02-10  Edward Hervey  <edward@fluendo.com>
3162
3163         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3164         (gst_riff_create_video_template_caps):
3165         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
3166         Also added the caps to the default set of riff video caps.
3167
3168 2006-02-09  Andy Wingo  <wingo@pobox.com>
3169
3170         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
3171         time and the end time of the last packet in the page.
3172         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
3173         on the pages in our queue, set the duration as well. Reflow a
3174         debug statement.
3175         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
3176         Fixes bad muxing order.
3177
3178 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3179
3180         * gst-libs/gst/rtp/gstbasertppayload.c:
3181         (gst_basertppayload_setcaps), (gst_basertppayload_push):
3182           update seqnum before setting it on the packet; this makes sure
3183           that the timestamp and seqnum properties match after pushing
3184           a buffer
3185
3186 2006-02-09  Andy Wingo  <wingo@pobox.com>
3187
3188         * gst-libs/gst/audio/gstringbuffer.c
3189         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
3190         overflow after 13.5 hours of recording. Kapow!
3191
3192         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
3193         the buffer size -- we don't care about underrun/overrun reporting
3194         right now, just need to return a useful value.
3195
3196 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
3197
3198         * configure.ac:
3199           Back to CVS
3200
3201 === release 0.10.3 ===
3202
3203 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
3204
3205         * configure.ac:
3206           releasing 0.10.3, "Under Pressure"
3207
3208 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3209
3210         * configure.ac:
3211         Drat. Bump libtool version number for new API.
3212         Prelease 0.10.2.3 (of 0.10.3)
3213
3214 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3215
3216         * configure.ac:
3217         * win32/common/config.h:
3218         0.10.2.2 prerelease (of 0.10.3).
3219
3220 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3221
3222         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
3223           Revert Andy's newsegment change pending a more correct
3224           fix.
3225
3226 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3227
3228         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
3229         (qt_type_find), (plugin_init):
3230           detect more files as 3gp
3231           group and reorder the iso file formats
3232
3233 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3234
3235         * ext/vorbis/vorbis.c: (plugin_init):
3236           Register musicbrainz tags, so apps don't have to.
3237
3238 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3239
3240         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
3241         (gst_tag_to_vorbis_tag):
3242           Make sure we called gst_tag_register_musicbrainz_tags()
3243           before possibly mapping a vorbiscomment string from/to a
3244           musicbrainz tag.
3245
3246 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3247
3248         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
3249           In case we can't find the required number of consecutive
3250           mpeg audio frames to positively identify an MPEG audio
3251           stream, check if there's at least a valid mpeg audio
3252           frame right at offset 0 and if so suggest mpeg/audio
3253           caps with a very low probability (#153004).
3254
3255 2006-02-07  Andy Wingo  <wingo@pobox.com>
3256
3257         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
3258         a TIME segment if we get timestamped buffers. Requires recent
3259         fixes in core to work properly.
3260
3261 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3262
3263         * gst/playback/gstplaybasebin.c: (prepare_output):
3264           Don't print the URI as part of the error message, it
3265           makes error dialogs look rather ugly, especially if
3266           the URI is very long or has characters in it that
3267           need escaping.
3268
3269 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3270
3271         * gst/playback/gstplaybasebin.c: (prepare_output):
3272           Error out if we have only text or subtitles, but nothing
3273           else. Also error out if we have subtitles but no video
3274           stream.
3275
3276 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3277
3278         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
3279           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
3280           Post an error message on the bus when we encounter an
3281           error, which will hopefully be more meaningful than the
3282           'Internal Flow Error' message users get to see if we
3283           just return GST_FLOW_ERROR.
3284
3285 2006-02-07  Andy Wingo  <wingo@pobox.com>
3286
3287         * configure.ac (GST_MAJORMINOR): Update core version req to
3288         0.10.2.2, for the collectpads API addition (#330244).
3289
3290 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3291
3292         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3293           Return FALSE from plugin_init() when GnomeVFS can't
3294           be initialised for some reason (#328423).
3295
3296 2006-02-06  Julien MOUTTE  <julien@moutte.net>
3297
3298         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
3299         Stick to seeking theory until i find the bug.
3300         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
3301
3302 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3303
3304         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3305         (theora_enc_finalize), (theora_enc_sink_setcaps),
3306         (theora_set_header_on_caps), (theora_enc_chain),
3307         (theora_enc_change_state):
3308         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3309           Make theoraenc and the tests leak free. Like, really.
3310
3311 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
3312
3313         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3314         (theora_enc_finalize), (theora_enc_sink_setcaps):
3315           Add a finalize method to ensure we clean up state even if
3316           someone omitted the state change back to NULL.
3317
3318         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
3319         (gst_vorbisenc_chain):
3320           Free some more leaked bits.
3321
3322         * tests/check/pipelines/theoraenc.c: (start_pipeline),
3323         (stop_pipeline):
3324           Wait for state changes to happen if they're ASYNC.
3325
3326           This ought to teach those fancy pants buildbots a lesson.
3327
3328 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3329
3330         * gst-libs/gst/tag/gstid3tag.c:
3331           Add mapping for ID3 International Standard Recording Code
3332           tag "TSRC"
3333
3334 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
3335
3336         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
3337           Don't leak tag names.
3338
3339 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3340
3341         * docs/libs/gst-plugins-base-libs-docs.sgml:
3342         * docs/libs/gst-plugins-base-libs-sections.txt:
3343         * gst-libs/gst/tag/gstid3tag.c:
3344         * gst-libs/gst/tag/gstvorbistag.c:
3345         * gst-libs/gst/tag/tags.c:
3346           Split libgsttag docs into multiple sections.
3347
3348 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3349
3350         * docs/libs/Makefile.am:
3351         * docs/libs/gst-plugins-base-libs-docs.sgml:
3352         * docs/libs/gst-plugins-base-libs-sections.txt:
3353         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
3354         * gst-libs/gst/tag/gstvorbistag.c:
3355         * gst-libs/gst/tag/tag.h:
3356         * gst-libs/gst/tag/tags.c:
3357           Add libgsttag to the docs.
3358
3359 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3360
3361         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
3362         (gst_text_overlay_init), (gst_text_overlay_src_event),
3363         (gst_text_overlay_collected): Fix clockoverlay.
3364
3365 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3366
3367         * docs/libs/compiling.sgml:
3368           Fix typo: it's pkg-config, not pkg-gconfig
3369
3370         * docs/libs/gst-plugins-base-libs-docs.sgml:
3371         * docs/libs/gst-plugins-base-libs-sections.txt:
3372         * docs/libs/tmpl/gstgconf.sgml:
3373           There is no libgstgconf in 0.10, remove it
3374           from the docs.
3375
3376 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3377
3378         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
3379         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
3380         (gst_text_overlay_src_event), (gst_text_overlay_collected):
3381         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
3382         (gst_sub_parse_class_init), (gst_sub_parse_init),
3383         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
3384         (parse_mpsub), (parser_state_init), (handle_buffer),
3385         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
3386         * gst/subparse/gstsubparse.h: Introduce seeking code.
3387
3388 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3389
3390         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3391           Add comment about LANGUAGE tag inconsistency (we want
3392           ISO-639-1, but extract three-letter identifiers?)
3393
3394         * po/POTFILES.in:
3395           Add two translatable files.
3396
3397 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3398
3399         * gst-libs/gst/tag/Makefile.am:
3400         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3401         * gst-libs/gst/tag/tag.h:
3402         * gst-libs/gst/tag/tags.c:
3403         (gst_tag_register_musicbrainz_tags_internal),
3404         (gst_tag_register_musicbrainz_tags):
3405           Forward-port some tags stuff from the 0.8 branch. This is
3406           mostly the addition of musicbrainz tags and their mapping
3407           to vorbistags, and a vorbistag mapping of the language tag.
3408
3409 2006-02-05  Julien MOUTTE  <julien@moutte.net>
3410
3411         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
3412         refactoring.
3413
3414 2006-02-04  David Schleef  <ds@schleef.org>
3415
3416         * ext/ogg/gstoggmux.c:
3417         * gst/typefind/gsttypefindfunctions.c:
3418           Add Dirac typefinding and add dirac format to oggmux.
3419
3420 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3421
3422         * gst/playback/gstdecodebin.c: (try_to_link_1):
3423           Don't put essential function call into
3424           g_return_*() macro, otherwise it'll all be
3425           replaced by NOOPs when compiling with
3426           G_DISABLE_CHECKS defined.
3427
3428 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
3429
3430         * ext/ogg/gstoggdemux.c:
3431         * ext/ogg/gstoggparse.c:
3432         * gst/tcp/gsttcpserversink.c:
3433         * sys/v4l/v4lsrc_calls.c:
3434         * sys/v4l/v4lsrc_calls.h:
3435         Just make it compile with --disable-gst-debug.
3436
3437 2006-02-03  Wim Taymans  <wim@fluendo.com>
3438
3439         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3440         (gst_alsasink_class_init), (gst_alsasink_init),
3441         (gst_alsasink_write), (gst_alsasink_reset):
3442         * ext/alsa/gstalsasink.h:
3443         Add lock to protect alsa calls.
3444         Implement reset to flush samples ASAP, does not work
3445         with dmix though.
3446
3447 2006-02-02  Wim Taymans  <wim@fluendo.com>
3448
3449         * gst-libs/gst/audio/gstbaseaudiosink.c:
3450         (gst_base_audio_sink_provide_clock):
3451         Ugh.. getting late I guess...
3452
3453 2006-02-02  Wim Taymans  <wim@fluendo.com>
3454
3455         * gst-libs/gst/audio/gstbaseaudiosink.c:
3456         (gst_base_audio_sink_provide_clock),
3457         (gst_base_audio_sink_set_property),
3458         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
3459         Don't try to provide a clock when we are not negotiated since
3460         we might not be able to make it run.
3461
3462 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3463
3464         * gst/playback/gstdecodebin.c: (try_to_link_1):
3465           Unlinking two source pads is ... hard.
3466
3467 2006-02-02  Wim Taymans  <wim@fluendo.com>
3468
3469         * gst-libs/gst/audio/TODO:
3470         Updated.
3471
3472         * gst-libs/gst/audio/gstbaseaudiosink.c:
3473         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
3474         On EOS, wait till the last sample is played before posting EOS.
3475
3476 2006-02-01  Philippe Kalaf <burger at speedy dot org>
3477
3478         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3479           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
3480           setting queue_delay to zero. Also avoid thread being started if
3481           queue_delay is zero.
3482
3483 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3484
3485         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
3486           Make test work again by connecting fakesinks to each decoded pad,
3487           which makes the pipeline wait until each fakesink has a buffer
3488           queued before going to PAUSED state. At that point we know the
3489           decodebin pads are negotiated.
3490
3491 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3492
3493         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
3494         (gst_cdda_base_src_handle_event):
3495         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
3496           Pass unhandled queries to the parent class's query function.
3497
3498 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3499
3500         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
3501         (gst_ogg_pad_src_query):
3502         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3503         * ext/theora/theoradec.c: (theora_dec_src_query),
3504         (theora_dec_sink_query):
3505         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3506         (vorbis_dec_sink_query):
3507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
3508         (gst_vorbisenc_sink_query):
3509         * gst/adder/gstadder.c: (gst_adder_query):
3510           Pass unhandled queries upstream instead of just
3511           dropping them (#326447). Also, fix supported
3512           query types list for some elements.
3513
3514 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3515
3516         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
3517         (paris_type_find), (ilbc_type_find), (plugin_init):
3518           Fix typefinding for audio/x-au, audio/x-paris and
3519           audio/iLBC-sh. We cannot use the START_WITH macros
3520           here, because there can only be one typefind factory
3521           with the same name (caps), so the second one would
3522           replace the first one and the first one would never
3523           be called when doing typefinding (see #161712).
3524           
3525
3526 2006-01-31  Wim Taymans  <wim@fluendo.com>
3527
3528         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
3529         (vorbis_handle_header_packet), (vorbis_dec_push),
3530         (vorbis_handle_data_packet):
3531         Use scale_int when we can, add some more scaling.
3532         Check packettype before parsing it.
3533
3534 2006-01-31  Wim Taymans  <wim@fluendo.com>
3535
3536         * ext/theora/theoradec.c: (_theora_granule_time),
3537         (theora_dec_src_convert), (theora_dec_sink_convert):
3538         Call right _scale functions.
3539         Use parameter instead of some other random value.
3540
3541 2006-01-31  Wim Taymans  <wim@fluendo.com>
3542
3543         * ext/theora/theoradec.c: (_theora_granule_frame),
3544         (_theora_granule_time), (_inc_granulepos),
3545         (theora_dec_src_convert), (theora_dec_sink_convert),
3546         (theora_handle_type_packet), (theora_handle_data_packet),
3547         (theora_dec_chain):
3548         Use higher precision timestamps calculation.
3549         Convert some other conversions to _scale.
3550
3551 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
3552
3553         * gst/audiotestsrc/gstaudiotestsrc.c:
3554         (gst_audio_test_src_create_sine_table), (plugin_init):
3555         * gst/volume/gstvolume.c: (plugin_init):
3556           initialize gst_controller before using
3557
3558 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3559
3560         * tests/check/pipelines/theoraenc.c:
3561         * tests/check/pipelines/vorbisenc.c:
3562         Define constant using G_GINT64_CONSTANT to avoid errors when
3563         passing it around - otherwise it gets truncated to 32 bits.
3564
3565         Fixes failing tests.
3566
3567 2006-01-31  Andy Wingo  <wingo@pobox.com>
3568
3569         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
3570         caps being set doesn't have a framerate value. Basically a stopgap
3571         measure.
3572
3573         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
3574         technically correct enough to put into core though.
3575         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
3576         DURATION. Fixes theoraenc ! oggmux.
3577
3578         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
3579         fraction, not double.
3580
3581 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
3582
3583         * win32/vs7:
3584         add vs7 project files created by Sergey Scobich
3585
3586 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
3587
3588         * win32/vs8:
3589         add vs8 project files created by Sergey Scobich
3590         
3591 2006-01-30  Andy Wingo  <wingo@pobox.com>
3592
3593         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
3594         timestamp + duration, not just timestamp -- ogg pages should be
3595         ordered by stop time. Necessary fix given the change in vorbis
3596         timestamps.
3597
3598         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
3599         (gst_theora_enc_init): Pull the granule shift out of the encoder.
3600         (granulepos_add): New function, handles the messiness of adjusting
3601         granulepos values.
3602         (theora_buffer_from_packet):
3603         (theora_enc_chain):
3604         (theora_enc_sink_event): Use granulepos_add, not +.
3605
3606         * tests/check/pipelines/theoraenc.c
3607         (check_buffer_granulepos_from_starttime): Just check the frame
3608         count, not the actual granulepos -- we can't dictate to the
3609         encoder when it should be placing keyframes.
3610
3611 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3612
3613         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3614           SERVICE_NOT_AVAILABLE happens for example when you're trying to
3615           play an http:// stream from a server that's not serving
3616
3617 2006-01-30  Andy Wingo  <wingo@pobox.com>
3618
3619         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
3620         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
3621         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
3622         available.
3623
3624         * ext/theora/gsttheoraenc.h:
3625         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
3626         although theoraenc was timestamping correctly. Added handling of
3627         streams that start with nonzero timestamps.
3628
3629         * tests/check/Makefile.am:
3630         * tests/check/pipelines/theoraenc.c: New file, basically does same
3631         tests as vorbisenc.
3632
3633         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
3634
3635 2006-01-30  Wim Taymans  <wim@fluendo.com>
3636
3637         * gst-libs/gst/audio/gstaudiosink.c:
3638         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
3639         (gst_audioringbuffer_pause):
3640         Implement pause that does not wait for completion.
3641
3642         * gst-libs/gst/audio/gstbaseaudiosink.c:
3643         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3644         Don't drop buffers when going to PAUSED but perform preroll on
3645         remaining samples now that core base class supports this.
3646
3647         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
3648         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
3649         (gst_ring_buffer_commit):
3650         Pause should not signal waiters.
3651         Implement return value of _commit correctly.
3652
3653 2006-01-30  Andy Wingo  <wingo@pobox.com>
3654
3655         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
3656
3657         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
3658         updated to timestamp from the first sample, not the last.
3659         (gst_vorbisenc_buffer_from_header_packet): New function, takes
3660         special care of granulepos and timestamp for header packets.
3661         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
3662         when the first buffer has a nonzero timestamp.
3663
3664         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
3665         (GstVorbisEnc.subgranule_offset): New members. Take care of the
3666         case when the first audio buffer we get has a nonzero timestamp.
3667         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
3668         properly timestamp vorbis buffers with the time of the first
3669         sample, not the last.
3670         
3671         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
3672         vorbis_granule_time_copy -- now it takes the granule/subgranule
3673         offset into account.
3674
3675         * tests/check/pipelines/vorbisenc.c: New test for correctness of
3676         timestamps, durations, and granulepos on buffers produced by
3677         vorbisenc.
3678
3679 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
3680
3681         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3682         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3683           Patch from Eric Jonas to support conversions to/from UYVY 
3684           (Fixes: #324626)
3685
3686 2006-01-30  Julien MOUTTE  <julien@moutte.net>
3687
3688         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
3689         (setup_subtitle), (setup_source), (set_active_source):
3690         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
3691         (gen_text_element), (gen_audio_element), (gen_vis_element),
3692         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
3693
3694 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
3695
3696         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
3697         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
3698                 use gst_guint64_to_gdouble to be compliant with vs6
3699         * gst/playback/gstdecodebin.c: (try_to_link_1)
3700         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
3701                 use G_GINT64_CONSTANT for int64 constants
3702         * win32/common/libgstinterfaces.def:
3703                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
3704         * win32/vs6:
3705                 update and add new project files
3706                 
3707 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3708
3709         * Makefile.am:
3710         * win32/MANIFEST:
3711         * win32/common/interfaces-enumtypes.c:
3712         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
3713         (gst_mixer_track_flags_get_type),
3714         (gst_tuner_channel_flags_get_type):
3715         * win32/common/interfaces-enumtypes.h:
3716         * win32/common/multichannel-enumtypes.c:
3717         (gst_audio_channel_position_get_type):
3718         * win32/common/multichannel-enumtypes.h:
3719           add a win32-update rule like in core, and copy over enumtypes files
3720
3721 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3722
3723         * win32/MANIFEST:
3724         * win32/common/config.h:
3725         * win32/common/config.h.in:
3726           add config files just like in core
3727
3728 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
3729
3730         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
3731           Make gcc-4.1 happy (part of #327357).
3732
3733 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3734
3735         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
3736         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
3737         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
3738         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
3739         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
3740         (gst_alsasrc_unprepare), (gst_alsasrc_read):
3741           Update all error messages.  All of them should either use
3742           the default translated message, or actually provide a
3743           translatable string.
3744           Make the string for channel count problems meaningful.
3745
3746 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3747
3748         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3749           check for and throw RESOURCE_BUSY
3750
3751 2006-01-27  David Schleef  <ds@schleef.org>
3752
3753         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
3754           checked in this change -- it requires liboil features not
3755           in 0.3.6.  Revert parts.
3756
3757 2006-01-27  David Schleef  <ds@schleef.org>
3758
3759         * REQUIREMENTS:
3760         * configure.ac: update liboil requirement to 0.3.6
3761         * gst/videoscale/Makefile.am:
3762         * gst/videoscale/vs_scanline.c: liboilify
3763
3764 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3765
3766         * ext/libvisual/visual.c: (get_buffer):
3767           When pad_alloc returns a GstFlowReturn other
3768           than GST_FLOW_OK, make sure it is passed upstream.
3769
3770 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
3771
3772         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
3773         (gst_alsasink_class_init):
3774           Free the device name string.
3775
3776         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3777         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
3778         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
3779           Don't remove a pad from the collectpads structure until it
3780           is released - it's a request pad, and may receive data again
3781           if the element gets moved back to PLAYING state.
3782
3783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3784           Ensure we turn on double buffering on the Xv port, and
3785           set the colour key to something dark and mysterious that
3786           isn't black.
3787
3788 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3789
3790         * ext/alsa/gstalsaplugin.c: (plugin_init):
3791         * ext/cdparanoia/gstcdparanoiasrc.c:
3792         (gst_cd_paranoia_src_base_init), (plugin_init):
3793         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
3795           - a library should not call setlocale. see "Libraries" node in
3796             gettext manual
3797           - make sure all plugins that use translation do bindtextdomain
3798             to point to the localedir
3799         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
3800         (setup_sinks), (plugin_init):
3801           all this, and check for NULL when creating sinks
3802
3803 2006-01-27  Julien MOUTTE  <julien@moutte.net>
3804
3805         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
3806         (plugin_init): Make typefinding of subtitles work again.
3807
3808 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3809
3810         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3811         (mp3_type_frame_length_from_header), (mp3_type_find),
3812         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
3813         (plugin_init):
3814           Backport a bunch of typefinding fixes from the 0.8 branch.
3815           Also, improve wavpack typefinding: if we can't peek the
3816           entire wavpack block, try to parse the bits we can get and
3817           see if we find what we're looking for in those.
3818
3819 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3820
3821         * sys/ximage/ximagesink.c:
3822         (gst_ximagesink_calculate_pixel_aspect_ratio):
3823         * sys/xvimage/xvimagesink.c:
3824         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
3825         more cases of pixel aspect ratio.
3826
3827 2006-01-26  Edward Hervey  <edward@fluendo.com>
3828
3829         * gst/playback/gstdecodebin.c: (pad_probe):
3830         Also consider the flush-start and tag events as unblockers
3831         for the pad probes.
3832
3833 2006-01-26  Julien MOUTTE  <julien@moutte.net>
3834
3835         * gst/playback/gstplaybin.c: (gst_play_bin_init),
3836         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
3837         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
3838         On the fly visualisation switch, works disabling, enabling as
3839         well but it won't be able to enable vis in a playbin that was
3840         created with no visualisation.
3841
3842 2006-01-25  Wim Taymans  <wim@fluendo.com>
3843
3844         * gst-libs/gst/audio/gstbaseaudiosink.c:
3845         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3846         Undo previous commit that returned WRONG_STATE sooner, it breaks 
3847         resume after pause.
3848
3849 2006-01-25  Wim Taymans  <wim@fluendo.com>
3850
3851         * gst-libs/gst/audio/gstbaseaudiosink.c:
3852         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
3853         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
3854         Improve debugging.
3855         Post error when caps cannot be parsed.
3856         Resync on discontinuity in the stream.
3857         Clip samples to segment boundaries.
3858         return WRONG_STATE sooner when we are flushing.
3859
3860         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3861         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
3862         Make audiosrc operate in TIME.
3863         Set TIMESTAMP and DURATION on buffers.
3864
3865 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3866
3867         * tests/examples/seek/seek.c: (main):
3868           Output tag messages as well.
3869
3870 2006-01-23  Edward Hervey  <edward@fluendo.com>
3871
3872         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3873         (free_pad_probes), (remove_fakesink), (pad_probe),
3874         (close_pad_link), (gst_decode_bin_change_state):
3875         Replace GstPadBlockCallback with pad probes that detect
3876         first buffer AND eos before removing fakesink.
3877         Fixes hang with demuxers doing EOS while pre-rolling.
3878         Solves #328279
3879
3880 2006-01-23  Andy Wingo  <wingo@pobox.com>
3881
3882         * ext/alsa/gstalsasink.c:
3883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3884         (gst_base_rtp_depayload_setcaps),
3885         (gst_base_rtp_depayload_add_to_queue),
3886         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
3887         
3888         Patch by: Jens Granseuer <jensgr at gmx dot net>
3889
3890 2006-01-22  Julien MOUTTE  <julien@moutte.net>
3891
3892         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
3893         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3894         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
3895         frames. We might get a frame destroyed after changing state to
3896         NULL, adding a safety check on xcontext.
3897
3898 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3899
3900         * gst-libs/gst/interfaces/xoverlay.c:
3901           Fix prepare-xwindow-id code example in the docs - we need to
3902           ignore all messages that aren't element messages as well.
3903           
3904 2006-01-21  Julien MOUTTE  <julien@moutte.net>
3905
3906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
3907           I think one day i'll completely undestand how caps negotiation
3908           is supposed to work. This refactoring handles buffer_alloc
3909           called with caps we can't handle. We definitely don't want a
3910           set_caps with those caps, so we define and allocate a buffer
3911           we would like to receive.
3912
3913 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3914
3915         * gst/playback/gstplaybasebin.c: (setup_source):
3916           Free iterator when done.
3917
3918 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
3919
3920         * gst-libs/gst/audio/gstbaseaudiosink.c:
3921         (gst_base_audio_sink_render):
3922           Fix playback of non-synchronised streams by assuming a rate
3923           of 1.0 instead of a random one.
3924
3925           Makes this work again:
3926
3927           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
3928           endianness=(int)4321, signed=(boolean)true, width=(int)16,
3929           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
3930           audioresample ! alsasink
3931
3932 === release 0.10.2 ===
3933
3934 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
3935
3936         * configure.ac:
3937           releasing 0.10.2, "Then the devil is six"
3938
3939 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
3940
3941         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3942         * gst/playback/gststreamselector.c:
3943         (gst_stream_selector_set_property):
3944           Comment out broken code that connects to the state-changed signal.
3945           At this point, changing current stream selection is broken, but 
3946           stuff like gst-launch playbin current-audio=1 works and filters
3947           to the chosen stream.
3948
3949 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3950
3951         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3952           Fix #327216 (null dereference in vorbisdec)
3953
3954 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3955
3956         * ext/theora/theoradec.c: (theora_handle_comment_packet):
3957           Post taglist actually on bus instead of just freeing it
3958           (fixes #327114 and totem bug #327080).
3959
3960         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3961           Use gst_element_found_tags_for_pad(), so that the tags
3962           are sent downstream as an event as well.
3963
3964 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
3965
3966         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3967         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3968         (gst_ximagesink_buffer_alloc):
3969         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
3970         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
3971         (gst_xvimagesink_buffer_alloc):
3972           move all regularly occurring messages to GST_LOG level
3973           add some more object logs
3974
3975 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3976
3977         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3978           fix a silly segfault
3979
3980 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
3981
3982         * docs/libs/gst-plugins-base-libs-docs.sgml:
3983         * docs/libs/gst-plugins-base-libs-sections.txt:
3984         * gst-libs/gst/audio/mixerutils.c:
3985         * gst-libs/gst/audio/mixerutils.h:
3986           Add docs for mixerutils stuff.
3987
3988 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
3989
3990         * gst/playback/gstplaybasebin.c: (setup_source):
3991           Fix playback for sources that emit raw audio or
3992           raw video streams (e.g.: cd audio sources) (#325984).
3993
3994 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3995
3996         * gst-libs/gst/audio/mixerutils.c:
3997         (gst_audio_mixer_filter_do_filter):
3998           actually save the element we create
3999
4000 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
4001
4002         * gst-libs/gst/cdda/gstcddabasesrc.c:
4003         (gst_cdda_base_src_handle_track_seek):
4004           No need to post a tag message on the bus when seeking
4005           within the same track, only post it when the current
4006           track changes.
4007
4008 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
4009
4010         * gst/playback/gstplaybasebin.c: (group_destroy),
4011         (probe_triggered), (new_decoded_pad), (mute_group_type),
4012         (set_active_source):
4013         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
4014         * gst/playback/gststreamselector.c:
4015         (gst_stream_selector_base_init),
4016         (gst_stream_selector_set_property),
4017         (gst_stream_selector_request_new_pad):
4018           Reenable stream selection. These mechanisms need a complete overhaul
4019           in the face of 0.8->0.10 changes though.
4020
4021 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
4022
4023         * ext/ogg/gstoggdemux.c:
4024           Change the pad template to src_%d to match the pads that 
4025           are created from it. decodebin needs this information in order
4026           to decide that oggdemux is capable of producing multiple pads
4027           (and hence needs queues inserted).
4028
4029         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4030         (gst_ogg_mux_collected):
4031           Make debug output more useful by using GST_PTR_FORMAT.
4032
4033 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
4034
4035         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4036
4037         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4038           Set depth and width for alaw/mulaw (fixes #326601).
4039
4040 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4041
4042         * tests/icles/Makefile.am:
4043           don't build the tests if we don't have the libs
4044
4045 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4046
4047         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
4048         (gst_cd_paranoia_paranoia_callback):
4049           Don't try to free NULL pointers.
4050
4051 2006-01-10  Edward Hervey  <edward@fluendo.com>
4052
4053         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
4054         (gst_audio_rate_change_state), (plugin_init):
4055         Add debugging category.
4056         Fix type issues.
4057         Add case for incoming buffers without valid offset/offset_end.
4058
4059 2006-01-10  Michael Smith  <msmith@fluendo.com>
4060
4061         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
4062           Don't leak GCond in audio sources.
4063
4064 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
4065
4066         * gst/playback/gstplaybin.c: (gen_audio_element):
4067           Don't leak an autoaudiosink/alsasink when we generate
4068           a new audio element. (old code, I guess)
4069
4070 2006-01-10  Michael Smith  <msmith@fluendo.com>
4071
4072         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
4073           Support float audio in audiorate.
4074           Use width rather than depth for selecting sample width.
4075
4076 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4077
4078         * gst/videotestsrc/videotestsrc.h:
4079           Use GLib types here (that way we don't have to include the
4080           generated _stdint.h header, which makes life easier for win32
4081           folks that don't use autotools for the build) (#325990, patch
4082           by: Sergey Scobich).
4083
4084 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4087         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4088         (gst_ring_buffer_pause), (wait_segment):
4089         * gst-libs/gst/audio/gstringbuffer.h:
4090           Name (private) union, makes Forte compiler happy (this time
4091           for real) (#324900).
4092
4093 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4094
4095         * gst-libs/gst/audio/Makefile.am:
4096           Link against libgstinterfaces, needed for mixer
4097           and property probe stuff.
4098
4099 2006-01-09  Edward Hervey  <edward@fluendo.com>
4100
4101         * gst-libs/gst/Makefile.am:
4102
4103 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
4104
4105         * gst-libs/gst/audio/Makefile.am:
4106         * gst-libs/gst/audio/mixerutils.c:
4107         (gst_audio_mixer_filter_do_filter),
4108         (gst_audio_mixer_filter_check_element),
4109         (gst_audio_mixer_filter_probe_feature),
4110         (element_factory_rank_compare_func),
4111         (gst_audio_default_registry_mixer_filter):
4112         * gst-libs/gst/audio/mixerutils.h:
4113           Add gst_audio_default_registry_mixer_filter() utility
4114           function.
4115
4116 2006-01-03  Michael Smith  <msmith@fluendo.com>
4117
4118         * gst/audioresample/resample.h:
4119           As before, but for o_buf
4120
4121 2006-01-03  Michael Smith  <msmith@fluendo.com>
4122
4123         * gst/audioresample/resample.h:
4124           Declare struct _ResampleState.buffer as unsigned char *, not void *,
4125           since we do arithmetic on it.
4126
4127 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
4128
4129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4130         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4131         (gst_ring_buffer_pause), (wait_segment):
4132         * gst-libs/gst/audio/gstringbuffer.h:
4133           Sun's Forte compiler doesn't seem to like anonymous structs,
4134           so use same setup as in GstBaseSrc (fixes #324900).
4135
4136 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
4137
4138         * configure.ac:
4139         * gst/volume/Makefile.am:
4140         * gst/volume/demo.c:
4141           move old example to tests/examples/volume/volune.c
4142         * tests/examples/Makefile.am:
4143         * tests/examples/seek/seek.c: (main):
4144           change window-close event from "delete-event" to "destroy"
4145         * tests/examples/volume/Makefile.am:
4146         * tests/examples/volume/volume.c: (value_changed_callback),
4147         (setup_gui), (message_received), (eos_message_received), (main):
4148           fix event handling and bus usage
4149
4150 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
4151
4152         * gst/audiotestsrc/gstaudiotestsrc.c:
4153         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
4154         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
4155         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
4156         (gst_audio_test_src_create_square),
4157         (gst_audio_test_src_create_saw),
4158         (gst_audio_test_src_create_triangle),
4159         (gst_audio_test_src_create_silence),
4160         (gst_audio_test_src_create_white_noise),
4161         (gst_audio_test_src_create_pink_noise),
4162         (gst_audio_test_src_init_sine_table),
4163         (gst_audio_test_src_create_sine_table),
4164         (gst_audio_test_src_change_wave),
4165         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
4166         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
4167         * gst/audiotestsrc/gstaudiotestsrc.h:
4168           update to basesrc changes, implement segmented seeking and eos
4169           handling, add a 'sine-tab' waveform for performance critical playback
4170
4171 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4172
4173         * po/POTFILES.in:
4174           ... and this time the other modified file that I missed last time.
4175
4176 2005-12-29  Michael Smith  <msmith@fluendo.com>
4177
4178         * gst/playback/gstdecodebin.c: (new_pad):
4179           Fix non-C89 variable declaration not at the start of a block. Should
4180           help some compilers.
4181
4182 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4183
4184         * tests/check/Makefile.am:
4185           And now fix 'make distcheck' (builddir != srcdir)
4186
4187 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4188
4189         * configure.ac:
4190         * ext/cdparanoia/Makefile.am:
4191         * ext/cdparanoia/gstcdparanoia.c:
4192         * ext/cdparanoia/gstcdparanoia.h:
4193         * ext/cdparanoia/gstcdparanoiasrc.c:
4194         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
4195         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
4196         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
4197         (gst_cd_paranoia_paranoia_callback),
4198         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
4199         (gst_cd_paranoia_src_set_property),
4200         (gst_cd_paranoia_src_get_property), (plugin_init):
4201         * ext/cdparanoia/gstcdparanoiasrc.h:
4202           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
4203           plugin again (there are still fixes required to playbin to make
4204           cdda:// uris work there).
4205
4206 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4207
4208         * tests/check/Makefile.am:
4209           Fix test case compilation.
4210
4211 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
4212
4213         * gst-libs/gst/cdda/gstcddabasesrc.c:
4214         (gst_cdda_base_src_update_duration),
4215         (gst_cdda_base_src_calculate_cddb_id):
4216           An integer is not a string. Fix access to uninitialised variable.
4217
4218         * tests/check/Makefile.am:
4219           Add cddabasesrc unit test; also actually enable the vorbis test.
4220
4221         * tests/check/generic/states.c:
4222           Blacklist new cd audio elements as well.
4223
4224         * tests/check/libs/cddabasesrc.c:
4225           Unit test for GstCddaBaseSrc (discid calculation mostly).
4226
4227 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4228
4229         * docs/libs/Makefile.am:
4230         * docs/libs/gst-plugins-base-libs-docs.sgml:
4231         * docs/libs/gst-plugins-base-libs-sections.txt:
4232         * docs/libs/gst-plugins-base-libs.types:
4233           Add docs for libgstcdda/GstCddaBaseSrc.
4234
4235         * gst-libs/gst/interfaces/mixertrack.h:
4236           Do one struct member per line with a semicolon at the end, that way
4237           even gtk-doc might parse it without complaining.
4238
4239 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4240
4241         * configure.ac:
4242         * gst-libs/gst/Makefile.am:
4243         * gst-libs/gst/cdda/Makefile.am:
4244         * gst-libs/gst/cdda/base64.c:
4245         * gst-libs/gst/cdda/base64.h:
4246         * gst-libs/gst/cdda/gstcddabasesrc.c:
4247         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
4248         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
4249         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
4250         (gst_cdda_base_src_get_property),
4251         (gst_cdda_base_src_get_track_from_sector),
4252         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
4253         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
4254         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
4255         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
4256         (gst_cdda_base_src_uri_get_protocols),
4257         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
4258         (gst_cdda_base_src_uri_handler_init),
4259         (gst_cdda_base_src_setup_interfaces),
4260         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
4261         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
4262         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
4263         (gst_cdda_base_src_add_tags),
4264         (gst_cdda_base_src_add_index_associations),
4265         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
4266         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
4267         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
4268         (gst_cdda_base_src_create):
4269         * gst-libs/gst/cdda/gstcddabasesrc.h:
4270         * gst-libs/gst/cdda/sha1.c:
4271         * gst-libs/gst/cdda/sha1.h:
4272           Add new libgstcdda with GstCddaBaseSrc class.
4273
4274 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
4275
4276         * ext/gnomevfs/gstgnomevfssink.h:
4277           Use GstBaseSinkClass as parent_class member for class struct, not
4278           GstBaseSink.
4279
4280 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4281
4282         Patch by: Michael Benes
4283
4284         * gst/videotestsrc/gstvideotestsrc.c:
4285         (gst_video_test_src_class_init), (gst_video_test_src_start):
4286           Add start method to reset running time and number of frames sent
4287           when starting up (fixes #324696)
4288
4289 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4290
4291         * docs/plugins/Makefile.am:
4292         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4293         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4294         * docs/plugins/gst-plugins-base-plugins.args:
4295         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4296         * docs/plugins/gst-plugins-base-plugins.signals:
4297           Add docs stuff for gnomevfssrc and gnomevfssink.
4298
4299         * ext/gnomevfs/gstgnomevfssrc.c:
4300           Fix example pipeline in gtk-doc blurb.
4301
4302 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
4303
4304         * ext/gnomevfs/Makefile.am:
4305         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
4306         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
4307         (gst_gnome_vfs_handle_get_type), (plugin_init):
4308         * ext/gnomevfs/gstgnomevfs.h:
4309         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
4310         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
4311         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
4312         (gst_gnome_vfs_sink_set_property),
4313         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
4314         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
4315         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
4316         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
4317         (gst_gnome_vfs_sink_uri_get_type),
4318         (gst_gnome_vfs_sink_uri_get_protocols),
4319         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
4320         (gst_gnome_vfs_sink_uri_handler_init):
4321         * ext/gnomevfs/gstgnomevfssink.h:
4322           Port gnomevfssink; add gtk-doc blurb.
4323
4324         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
4325         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
4326         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
4327         (gst_gnome_vfs_src_uri_get_type),
4328         (gst_gnome_vfs_src_uri_get_protocols),
4329         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
4330         (gst_gnome_vfs_src_uri_handler_init),
4331         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
4332         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
4333         (gst_gnome_vfs_src_send_additional_headers_callback),
4334         (gst_gnome_vfs_src_received_headers_callback),
4335         (gst_gnome_vfs_src_push_callbacks),
4336         (gst_gnome_vfs_src_pop_callbacks),
4337         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
4338         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
4339         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
4340         * ext/gnomevfs/gstgnomevfssrc.h:
4341           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
4342           file; add gtk-doc blurb with example pipelines.
4343
4344 === release 0.10.1 ===
4345
4346 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
4347
4348         * configure.ac:
4349           releasing 0.10.1, "Dobro Dedek"
4350
4351 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
4352
4353         * gst/typefind/gsttypefindfunctions.c:
4354         iLBC30 and iLBC20 added to typefind.
4355
4356 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4357
4358         * gst-libs/gst/audio/gstbaseaudiosink.c:
4359         (gst_base_audio_sink_class_init):
4360         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4361         (gst_base_audio_src_class_init):
4362           update strings, values are in microseconds
4363           change the default sink buffer time to something that is smaller
4364           (to help software volume mixing have a slightly lower delay) but
4365           still be acceptable on Wim's laptop
4366
4367 2005-12-20  Edward Hervey  <edward@fluendo.com>
4368
4369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
4370         Made a quack, forgot to add DUCK to the riff video template.
4371
4372 2005-12-19  Edward Hervey  <edward@fluendo.com>
4373
4374         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
4375         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4376         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4377         (gst_ogm_parse_chain):
4378         Make sure pads are initialized correctly.
4379         * gst-libs/gst/riff/riff-ids.h:
4380         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4381         (gst_riff_create_video_template_caps):
4382         Add a whole bunch of FOURCC <=> MimeType.
4383         Extend the riff video pad template to support the newly added fourcc.
4384
4385 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
4386
4387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
4388         (gst_ogg_demux_activate_chain):
4389           Extra debug output when activating/deactivating chains.
4390
4391         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
4392         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
4393         (unlinked):
4394           Remove a queue from our list when it becomes unlinked.
4395           Don't add queues to elements in class 'Demux' if they
4396           can only produce one pad 
4397
4398 2005-12-18  Julien MOUTTE  <julien@moutte.net>
4399
4400         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
4401         (gst_video_sink_get_type): Add a debug category.
4402
4403 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4404
4405         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4406         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
4407           Handle downstream newsegment by sending our own newsegment before the
4408           next buffer to be released. (#323900)
4409
4410 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
4411
4412         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4413         (gst_base_rtp_depayload_set_gst_timestamp):
4414           add queue delay to new segment as well (as opposed to just the first
4415           buffer). (bug #322347)
4416
4417 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
4418
4419         * ext/libvisual/visual.c: (make_valid_name):
4420           change some char* into char[]
4421         * gst/audiotestsrc/gstaudiotestsrc.c:
4422         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
4423         (gst_audio_test_src_create):
4424         * gst/audiotestsrc/gstaudiotestsrc.h:
4425           prepare to handle EOS and SEGMENT_DONE
4426
4427 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4428
4429         * tests/check/generic/states.c: (GST_START_TEST):
4430           Blacklist cdparanoia element in state test.
4431
4432 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4433
4434           Patch by: Benjamin Pineau
4435
4436         * gst/tcp/gsttcp.c:
4437         * gst/tcp/gsttcpclientsink.c:
4438         * gst/tcp/gsttcpserversink.c:
4439         * gst/tcp/gsttcpserversrc.c:
4440           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
4441
4442 2005-12-15  Michael Smith  <msmith@fluendo.com>
4443
4444         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
4445         (gst_video_rate_chain):
4446           Fix timestamping for videorate when the first buffer it sees has a
4447           non-zero timestamp. Fix some misleading debug output.
4448
4449 2005-12-15  Michael Smith  <msmith@fluendo.com>
4450
4451         * gst/audioresample/gstaudioresample.c:
4452           Don't leak all input buffers to audioresample.
4453
4454 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4455
4456         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
4457           Don't operate on empty text buffers. Strip newlines and
4458           tabs only from the end of the text, but leave them intact
4459           in the middle. Fix typo in gtk-doc description.
4460
4461 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4462
4463         * gst/playback/gstplaybasebin.c:
4464         * gst/playback/gstplaybin.c: (handoff):
4465           Make sure the video frame buffer we return to apps via the
4466           "frame" property always has caps set on it. Modify
4467           _gst_gvalue_set_object() macro to handle NULL objects
4468           gracefully too.
4469
4470 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
4471
4472         * gst/audiotestsrc/gstaudiotestsrc.c:
4473         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4474         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
4475         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
4476         (gst_audio_test_src_create):
4477         * gst/audiotestsrc/gstaudiotestsrc.h:
4478         Adjust to some recent api changes and add wtays new cool seeking
4479         capabillities
4480
4481 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
4482
4483         * ext/alsa/Makefile.am:
4484         * ext/alsa/gstalsadeviceprobe.c:
4485         * ext/alsa/gstalsadeviceprobe.h:
4486           Helper functions to add device probing via the GstPropertyProbe
4487           interface to a class.
4488
4489         * ext/alsa/gstalsamixer.h:
4490           Comment out GST_ALSA_MIXER, it returns a struct that's not
4491           used.
4492
4493         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4494           Add some debug info. 
4495
4496         * ext/alsa/gstalsamixerelement.c:
4497         (gst_alsa_mixer_element_interface_supported),
4498         (gst_implements_interface_init),
4499         (gst_alsa_mixer_element_init_interfaces),
4500         (gst_alsa_mixer_element_class_init),
4501         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
4502         (gst_alsa_mixer_element_set_property),
4503         (gst_alsa_mixer_element_get_property),
4504         (gst_alsa_mixer_element_change_state):
4505         * ext/alsa/gstalsamixerelement.h:
4506           Add 'device' and 'device-name' properties. Add GstPropertyProbe
4507           for device handling (gnome-volume-control will need that).
4508
4509 2005-12-12  Christian Schaller  <uraeus@gnome.org>
4510
4511         * ext/Makefile.am: fix cdparanoia entry
4512         * gst-plugins-base.spec.in: add cdparanoia
4513
4514 2005-12-12  Michael Smith  <msmith@fluendo.com>
4515
4516         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
4517           Use the correct function to free list of typefind factories.
4518
4519 2005-12-12  Wim Taymans  <wim@fluendo.com>
4520
4521         * gst/videotestsrc/gstvideotestsrc.c:
4522         (gst_video_test_src_class_init), (gst_video_test_src_init),
4523         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
4524         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
4525         (gst_video_test_src_create):
4526         * gst/videotestsrc/gstvideotestsrc.h:
4527         Implement seeking in videotestsrc.
4528         Small cleanups.
4529
4530 2005-12-12  Wim Taymans  <wim@fluendo.com>
4531
4532         * ext/cdparanoia/Makefile.am:
4533         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
4534         (gst_paranoia_endian_get_type), (_do_init),
4535         (cdparanoia_class_init), (cdparanoia_init),
4536         (cdparanoia_set_property), (cdparanoia_get_property),
4537         (cdparanoia_do_seek), (cdparanoia_is_seekable),
4538         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
4539         (cdparanoia_convert), (cdparanoia_get_query_types),
4540         (cdparanoia_query), (cdparanoia_set_index),
4541         (cdparanoia_uri_set_uri):
4542         * ext/cdparanoia/gstcdparanoia.h:
4543         Partially ported cdparanoia now that basesrc can support a
4544         plugin like this..
4545
4546 2005-12-12  Wim Taymans  <wim@fluendo.com>
4547
4548         * tests/examples/seek/scrubby.c: (main):
4549         Set higher priority for bus events so they don't get reordered with
4550         gtk gui events.
4551
4552         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
4553         (flush_toggle_cb), (main):
4554         Added checkbox to disable flushing seeks. 
4555         Disable scrubbing when doing non flushing seeks.
4556
4557 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
4558
4559         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
4560         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
4561         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
4562         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
4563           Implement some sort of event handling that doesn't rely on
4564           g_return_if_fail; make sure we always push the last chunk of an 
4565           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
4566           state change function; remove some old cruft. Seeking is still
4567           rather unlikely to work though.
4568
4569         * tools/.cvsignore:
4570           Ignore more.
4571
4572 2005-12-11  Julien MOUTTE  <julien@moutte.net>
4573
4574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
4575         Fixed a leak of the current image reference when cleaning up.
4576         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
4577
4578 2005-12-09  Michael Smith  <msmith@fluendo.com>
4579
4580         * tools/Makefile.am:
4581         * tools/gst-launch-ext-m.m:
4582           Remove gst-launch-ext. It doesn't work, and is no longer
4583           particularly useful.
4584
4585 2005-12-08  Luca Ognibene  <luogni@tin.it>
4586
4587         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4588           don't pass random values to ogmparse convert function.
4589           Make seeking possible in the exile1.ogm file.
4590
4591 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
4592
4593         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4594         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4595           Work around refcount problem with g_value_set_object() that occur
4596           if the core has been compiled against GLib-2.6 (g_value_set_object()
4597           will only g_object_ref() the element, but the caller will
4598           gst_object_unref() it and bad things will happen due to the way
4599           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
4600           totem for people on FC4 using Thomas's 0.10 RPMs.
4601           
4602 2005-12-07  Edward Hervey  <edward@fluendo.com>
4603
4604         Time to welcome ogm to 0.10 :)
4605         
4606         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
4607         (gst_ogg_pad_typefind):
4608         Oggdemux can now properly typefind elements with dynamic pads.
4609         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4610         Properly set caps on src pad, and set caps on outgoing buffers.
4611
4612 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4613
4614         * ext/alsa/gstalsamixer.h:
4615         * ext/alsa/gstalsamixerelement.h:
4616         * ext/alsa/gstalsamixeroptions.h:
4617         * ext/alsa/gstalsamixertrack.h:
4618         * ext/alsa/gstalsasink.c:
4619         * ext/alsa/gstalsasink.h:
4620         * ext/alsa/gstalsasrc.c:
4621         * ext/alsa/gstalsasrc.h:
4622         * ext/cdparanoia/gstcdparanoia.h:
4623         * ext/gnomevfs/gstgnomevfsuri.h:
4624         * ext/ogg/gstoggdemux.c:
4625         * ext/ogg/gstoggmux.c:
4626         * ext/pango/gsttextoverlay.h:
4627         * ext/theora/theoradec.c:
4628         * ext/theora/theoraenc.c:
4629         * ext/vorbis/vorbisdec.h:
4630         * ext/vorbis/vorbisenc.c:
4631         * ext/vorbis/vorbisenc.h:
4632         * ext/vorbis/vorbisparse.h:
4633         * gst-libs/gst/audio/gstaudioclock.h:
4634         * gst-libs/gst/audio/gstaudiosink.c:
4635         * gst-libs/gst/audio/gstaudiosink.h:
4636         * gst-libs/gst/audio/gstaudiosrc.c:
4637         * gst-libs/gst/audio/gstaudiosrc.h:
4638         * gst-libs/gst/audio/gstbaseaudiosink.c:
4639         * gst-libs/gst/audio/gstbaseaudiosink.h:
4640         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4641         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4642         * gst-libs/gst/audio/gstringbuffer.h:
4643         * gst-libs/gst/audio/multichannel.h:
4644         * gst-libs/gst/floatcast/floatcast.h:
4645         * gst-libs/gst/interfaces/colorbalance.c:
4646         * gst-libs/gst/interfaces/colorbalance.h:
4647         * gst-libs/gst/interfaces/colorbalancechannel.h:
4648         * gst-libs/gst/interfaces/mixer.h:
4649         * gst-libs/gst/interfaces/mixeroptions.h:
4650         * gst-libs/gst/interfaces/mixertrack.h:
4651         * gst-libs/gst/interfaces/navigation.h:
4652         * gst-libs/gst/interfaces/propertyprobe.h:
4653         * gst-libs/gst/interfaces/tuner.h:
4654         * gst-libs/gst/interfaces/tunerchannel.h:
4655         * gst-libs/gst/interfaces/tunernorm.h:
4656         * gst-libs/gst/interfaces/xoverlay.h:
4657         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4658         * gst-libs/gst/riff/riff-ids.h:
4659         * gst-libs/gst/riff/riff-media.h:
4660         * gst-libs/gst/riff/riff-read.h:
4661         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4662         * gst-libs/gst/rtp/gstbasertppayload.c:
4663         * gst-libs/gst/rtp/gstbasertppayload.h:
4664         * gst-libs/gst/rtp/gstrtpbuffer.c:
4665         * gst-libs/gst/rtp/gstrtpbuffer.h:
4666         * gst-libs/gst/tag/gsttageditingprivate.h:
4667         * gst-libs/gst/tag/gstvorbistag.c:
4668         (gst_tag_list_from_vorbiscomment_buffer):
4669         * gst-libs/gst/tag/tag.h:
4670         * gst-libs/gst/video/video.h:
4671         * gst/adder/gstadder.c:
4672         * gst/adder/gstadder.h:
4673         * gst/audioconvert/audioconvert.c:
4674         * gst/audioconvert/audioconvert.h:
4675         * gst/audioconvert/gstaudioconvert.c:
4676         * gst/audioconvert/gstchannelmix.c:
4677         * gst/audioconvert/gstchannelmix.h:
4678         * gst/audiorate/gstaudiorate.c:
4679         * gst/audioresample/buffer.h:
4680         * gst/audioresample/functable.h:
4681         * gst/audioresample/gstaudioresample.c:
4682         * gst/audioresample/resample.h:
4683         * gst/ffmpegcolorspace/avcodec.h:
4684         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4685         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
4686         * gst/ffmpegcolorspace/imgconvert.c:
4687         * gst/ffmpegcolorspace/imgconvert_template.h:
4688         * gst/playback/gstdecodebin.c:
4689         * gst/playback/gstplaybasebin.h:
4690         * gst/playback/gstplaybin.c:
4691         * gst/playback/gststreaminfo.h:
4692         * gst/tcp/gstfdset.c:
4693         * gst/tcp/gstfdset.h:
4694         * gst/tcp/gstmultifdsink.c:
4695         * gst/tcp/gstmultifdsink.h:
4696         * gst/tcp/gsttcp.h:
4697         * gst/tcp/gsttcpclientsrc.c:
4698         * gst/tcp/gsttcpclientsrc.h:
4699         * gst/tcp/gsttcpplugin.h:
4700         * gst/tcp/gsttcpserversink.c:
4701         * gst/tcp/gsttcpserversrc.c:
4702         * gst/typefind/gsttypefindfunctions.c:
4703         * gst/videorate/gstvideorate.c:
4704         * gst/videotestsrc/gstvideotestsrc.h:
4705         * gst/videotestsrc/videotestsrc.h:
4706         * sys/v4l/gstv4lcolorbalance.h:
4707         * sys/v4l/gstv4ltuner.h:
4708         * sys/v4l/gstv4lxoverlay.h:
4709         * sys/v4l/v4l_calls.h:
4710         * sys/v4l/videodev_mjpeg.h:
4711         * tests/check/elements/audioconvert.c:
4712         * tests/check/elements/audioresample.c:
4713         * tests/check/elements/audiotestsrc.c:
4714         * tests/check/elements/videotestsrc.c:
4715         * tests/check/elements/volume.c:
4716         * tests/examples/seek/scrubby.c:
4717         * tests/examples/seek/seek.c:
4718           expand tabs
4719
4720 === release 0.10.0 ===
4721
4722 2005-12-05   <thomas (at) apestaart (dot) org>
4723
4724         * configure.ac:
4725           releasing 0.10.0, "Mont-d'or"
4726
4727 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4728
4729         * tests/examples/seek/Makefile.am:
4730         Build fix for when gtk is not available.
4731
4732 2005-12-05  Andy Wingo  <wingo@pobox.com>
4733
4734         * ext/libvisual/visual.c: (get_buffer):
4735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4736         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4737         * ext/theora/theoradec.c: (theora_handle_data_packet):
4738         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4739         (theora_enc_chain):
4740         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4741         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
4742         Update for alloc_buffer changes.
4743
4744 2005-12-05  Andy Wingo  <wingo@pobox.com>
4745
4746         patch by: Kai Vehmanen <kv2004 eca cx>
4747         
4748         * gst-libs/gst/rtp/gstbasertpdepayload.c
4749         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
4750
4751 2005-12-04  Andy Wingo  <wingo@pobox.com>
4752
4753         patch by: Sebastien Cote <sebas642 yahoo ca>
4754         
4755         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
4756         Fixes #319172.
4757
4758 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
4759
4760         * docs/plugins/Makefile.am:
4761         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4762         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4763         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4764         * ext/pango/gstclockoverlay.c:
4765         * ext/pango/gsttextoverlay.c: 
4766         * ext/pango/gsttextrender.c:
4767         * ext/pango/gsttimeoverlay.c:
4768           Add gtk-doc blurbs to pango elements.
4769
4770 2005-12-02  Wim Taymans  <wim@fluendo.com>
4771
4772         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
4773         * gst/audioresample/buffer.h:
4774         * gst/audioresample/gstaudioresample.c:
4775         * gst/audioresample/gstaudioresample.h:
4776         * gst/audioresample/resample.c: (resample_input_flush),
4777         (resample_input_pushthrough), (resample_input_eos),
4778         (resample_get_output_size_for_input),
4779         (resample_get_input_size_for_output), (resample_get_output_size),
4780         (resample_get_output_data):
4781         * gst/audioresample/resample.h:
4782         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4783         Fix audioresample, seek torture, new segments, reverse negotiation
4784         etc.. work fine.
4785
4786 2005-12-02  Wim Taymans  <wim@fluendo.com>
4787
4788         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4789         Small cleanups.
4790
4791 2005-12-02  Wim Taymans  <wim@fluendo.com>
4792
4793         * gst/audioconvert/gstaudioconvert.c:
4794         (gst_audio_convert_transform):
4795         Post errors.
4796
4797 === release 0.9.7 ===
4798
4799 2005-12-01   <thomas (at) apestaart (dot) org>
4800
4801         * configure.ac:
4802           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
4803
4804 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4805
4806         * Makefile.am:
4807         * po/hu.po:
4808         * win32/MANIFEST:
4809         * win32/gst.sln:
4810           add win32 MANIFEST file
4811           do something to the hungarian translation
4812
4813 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
4814
4815         * ext/Makefile.am:
4816           Add $(PANGO_DIR) to SUBDIRS
4817
4818         * ext/pango/gstclockoverlay.c:
4819         * ext/pango/gsttimeoverlay.c:
4820           Fix and improve element descriptions.
4821
4822 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4823
4824         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4825         * docs/plugins/inspect/plugin-libvisual.xml:
4826         * docs/plugins/inspect/plugin-pango.xml:
4827           add pango plugin to docs
4828
4829 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4830
4831         * configure.ac:
4832         * ext/Makefile.am:
4833           moved pango to base
4834
4835 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4836
4837         * configure.ac:
4838         * tests/Makefile.am:
4839         * tests/icles/.cvsignore:
4840         * tests/icles/Makefile.am:
4841         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
4842         (close_display), (resize_window), (move_window), (create_window),
4843         (terminate_playback), (pause_playback), (start_playback), (main):
4844           add stress test for xoverlay from Julien
4845
4846 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4847
4848         * docs/libs/tmpl/gstcolorbalance.sgml:
4849         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4850         * gst-libs/gst/rtp/gstbasertppayload.c:
4851         * gst-libs/gst/rtp/gstrtpbuffer.c:
4852         * gst-libs/gst/rtp/gstrtpbuffer.h:
4853           Do burger's rename for rtp payloaders and depayloaders
4854
4855 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4856
4857         * win32/:
4858           add Visual Studio 6 build files
4859
4860 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4861
4862         * docs/libs/gst-plugins-base-libs-docs.sgml:
4863         * docs/libs/gst-plugins-base-libs-sections.txt:
4864         * docs/libs/tmpl/gstaudio.sgml:
4865         * docs/libs/tmpl/gstringbuffer.sgml:
4866         * gst-libs/gst/interfaces/xoverlay.c:
4867         * gst-libs/gst/video/gstvideofilter.c:
4868         * gst-libs/gst/video/gstvideosink.c:
4869           update documentation
4870
4871 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4872
4873         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
4874         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
4875         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
4876         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4877         (gst_multi_fd_sink_get_stats),
4878         (gst_multi_fd_sink_remove_client_link),
4879         (gst_multi_fd_sink_handle_client_read),
4880         (gst_multi_fd_sink_client_queue_data),
4881         (gst_multi_fd_sink_client_queue_caps),
4882         (gst_multi_fd_sink_client_queue_buffer),
4883         (gst_multi_fd_sink_new_client),
4884         (gst_multi_fd_sink_handle_client_write),
4885         (gst_multi_fd_sink_recover_client),
4886         (gst_multi_fd_sink_queue_buffer),
4887         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
4888         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
4889         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
4890         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
4891         * gst/tcp/gstmultifdsink.h:
4892         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
4893         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
4894         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
4895         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4896         (gst_tcp_client_sink_set_property),
4897         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
4898         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
4899         * gst/tcp/gsttcpclientsink.h:
4900         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
4901         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
4902         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
4903         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
4904         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
4905         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4906         * gst/tcp/gsttcpclientsrc.h:
4907         * gst/tcp/gsttcpplugin.c: (plugin_init):
4908         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
4909         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
4910         (gst_tcp_server_sink_finalize),
4911         (gst_tcp_server_sink_handle_server_read),
4912         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
4913         (gst_tcp_server_sink_set_property),
4914         (gst_tcp_server_sink_get_property),
4915         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4916         * gst/tcp/gsttcpserversink.h:
4917         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
4918         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
4919         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
4920         (gst_tcp_server_src_set_property),
4921         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
4922         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4923         * gst/tcp/gsttcpserversrc.h:
4924           more borgifying
4925
4926 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
4927
4928         * docs/plugins/Makefile.am:
4929         * docs/plugins/gst-plugins-base-plugins.args:
4930         * docs/plugins/inspect/plugin-libvisual.xml:
4931         * gst/audioconvert/plugin.h:
4932         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
4933         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
4934         (gst_audio_rate_setcaps), (gst_audio_rate_init),
4935         (gst_audio_rate_chain), (gst_audio_rate_set_property),
4936         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
4937         (plugin_init):
4938         * gst/audiotestsrc/gstaudiotestsrc.c:
4939         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
4940         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
4941         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
4942         (gst_audio_test_src_get_query_types),
4943         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
4944         (gst_audio_test_src_create_square),
4945         (gst_audio_test_src_create_saw),
4946         (gst_audio_test_src_create_triangle),
4947         (gst_audio_test_src_create_silence),
4948         (gst_audio_test_src_create_white_noise),
4949         (gst_audio_test_src_init_pink_noise),
4950         (gst_audio_test_src_generate_pink_noise_value),
4951         (gst_audio_test_src_create_pink_noise),
4952         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
4953         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
4954         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
4955         (plugin_init):
4956         * gst/audiotestsrc/gstaudiotestsrc.h:
4957         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
4958         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
4959         (gst_sub_parse_init), (gst_sub_parse_formats),
4960         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
4961         (convert_encoding), (get_next_line),
4962         (gst_sub_parse_data_format_autodetect),
4963         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
4964         (gst_sub_parse_loop), (gst_sub_parse_chain),
4965         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
4966         (plugin_init):
4967         * gst/subparse/gstsubparse.h:
4968         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
4969         (gst_video_rate_base_init), (gst_video_rate_class_init),
4970         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
4971         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
4972         (gst_video_rate_init), (gst_video_rate_event),
4973         (gst_video_rate_chain), (gst_video_rate_set_property),
4974         (gst_video_rate_get_property), (gst_video_rate_change_state),
4975         (plugin_init):
4976         * gst/videoscale/gstvideoscale.c:
4977         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
4978         (gst_video_scale_src_template_factory),
4979         (gst_video_scale_sink_template_factory),
4980         (gst_video_scale_get_type), (gst_video_scale_base_init),
4981         (gst_video_scale_class_init), (gst_video_scale_init),
4982         (gst_video_scale_set_property), (gst_video_scale_get_property),
4983         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
4984         (gst_video_scale_prepare_size), (parse_caps),
4985         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
4986         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
4987         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
4988         (plugin_init):
4989         * gst/videoscale/gstvideoscale.h:
4990         * gst/videotestsrc/gstvideotestsrc.c:
4991         (gst_video_test_src_pattern_get_type),
4992         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
4993         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
4994         (gst_video_test_src_set_pattern),
4995         (gst_video_test_src_set_property),
4996         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
4997         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
4998         (gst_video_test_src_event), (gst_video_test_src_get_times),
4999         (gst_video_test_src_create), (plugin_init):
5000         * gst/videotestsrc/gstvideotestsrc.h:
5001         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
5002         (gst_video_test_src_smpte), (gst_video_test_src_snow),
5003         (gst_video_test_src_black):
5004         * gst/videotestsrc/videotestsrc.h:
5005           borgify further
5006           clean up docs a little
5007
5008 2005-11-30  Wim Taymans  <wim@fluendo.com>
5009
5010         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5011         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5012         (gst_basertppayload_event), (gst_basertppayload_push),
5013         (gst_basertppayload_change_state):
5014         * gst-libs/gst/rtp/gstbasertppayload.h:
5015         closed #320644.
5016
5017 2005-11-30  Julien MOUTTE  <julien@moutte.net>
5018
5019         * docs/libs/gst-plugins-base-libs-docs.sgml:
5020         * docs/libs/gst-plugins-base-libs-sections.txt:
5021         * gst-libs/gst/video/gstvideofilter.c:
5022         * gst-libs/gst/video/gstvideosink.c:
5023         * gst-libs/gst/video/gstvideosink.h: Adding docs.
5024
5025 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5026
5027         * LICENSE:
5028           move
5029         * po/af.po:
5030         * po/az.po:
5031         * po/cs.po:
5032         * po/en_GB.po:
5033         * po/hu.po:
5034         * po/it.po:
5035         * po/nb.po:
5036         * po/nl.po:
5037         * po/or.po:
5038         * po/sq.po:
5039         * po/sr.po:
5040         * po/sv.po:
5041         * po/uk.po:
5042         * po/vi.po:
5043         * Makefile.am:
5044           update
5045         * scripts/autoplugins.sh:
5046           remove
5047
5048 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5049
5050         * Makefile.am:
5051         * configure.ac:
5052         * examples/Makefile.am:
5053         * examples/capsfilter/Makefile.am:
5054         * examples/capsfilter/capsfilter1.c:
5055         * examples/gob/Makefile.am:
5056         * examples/gob/gst-identity2.gob:
5057         * examples/indexing/.cvsignore:
5058         * examples/indexing/Makefile.am:
5059         * examples/indexing/indexmpeg.c:
5060         * examples/seeking/.cvsignore:
5061         * examples/seeking/Makefile.am:
5062         * examples/seeking/cdparanoia.c:
5063         * examples/seeking/cdplayer.c:
5064         * examples/seeking/chained.c:
5065         * examples/seeking/scrubby.c:
5066         * examples/seeking/seek.c:
5067         * examples/stats/Makefile.am:
5068         * examples/stats/mp2ogg.c:
5069         * examples/switch/.cvsignore:
5070         * examples/switch/Makefile.am:
5071         * examples/switch/switcher.c:
5072         * tests/Makefile.am:
5073         * tests/check/generic/.cvsignore:
5074         * tests/check/pipelines/.cvsignore:
5075         * tests/examples/Makefile.am:
5076         * tests/examples/seek/Makefile.am:
5077           reorganize stuff under tests/
5078
5079 2005-11-30  Edward Hervey  <edward@fluendo.com>
5080
5081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5082         Go away you stupid GstStaticPadTemplate memleak.
5083
5084 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5085
5086         * gst-libs/gst/net/Makefile.am:
5087         * gst-libs/gst/net/README:
5088         * gst-libs/gst/net/gstnetbuffer.c:
5089         * gst-libs/gst/net/gstnetbuffer.h:
5090           this was moved to "netbuffer"
5091
5092 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5093
5094         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
5095         (gst_video_filter_class_init), (gst_video_filter_init):
5096         * gst-libs/gst/video/gstvideofilter.h:
5097           borgify name to bring in line with other classes
5098
5099 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5100
5101         * gst/audioscale/.cvsignore:
5102         * gst/audioscale/Makefile.am:
5103         * gst/audioscale/README:
5104         * gst/audioscale/audioscale.vcproj:
5105         * gst/audioscale/dtof.c:
5106         * gst/audioscale/dtos.c:
5107         * gst/audioscale/functable.c:
5108         * gst/audioscale/gstaudioscale.c:
5109         * gst/audioscale/gstaudioscale.h:
5110         * gst/audioscale/private.h:
5111         * gst/audioscale/resample.c:
5112         * gst/audioscale/resample.h:
5113         * gst/audioscale/test.c:
5114           remove
5115
5116 2005-11-30  Edward Hervey  <edward@fluendo.com>
5117
5118         * gst-libs/gst/netbuffer/Makefile.am:
5119         really, really tired
5120
5121 2005-11-30  Edward Hervey  <edward@fluendo.com>
5122
5123         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5124         Update for new GstTypeFindFactory _register()
5125
5126 2005-11-30  Edward Hervey  <edward@fluendo.com>
5127
5128         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
5129         Let's not override libgstnet from core for no reason...
5130         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
5131         Ok, maybe not so quick next time.
5132
5133 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5134
5135         * configure.ac:
5136         * gst-libs/gst/Makefile.am:
5137           moved gst-libs/gst/net to netbuffer through CVS surgery
5138           remove old directory
5139           updating build to accomodate
5140           (#322257)
5141
5142 2005-11-29  Andy Wingo  <wingo@pobox.com>
5143
5144         * pkgconfig/gstreamer-plugins-base.pc.in:
5145         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5146         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
5147         (#322257).
5148
5149 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5150
5151         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
5152         3rd time's the charm. Correct ref-counting for discarded buffers.
5153
5154 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5155
5156         * gst/playback/gststreamselector.c:
5157         (gst_stream_selector_class_init),
5158         (gst_stream_selector_set_property),
5159         (gst_stream_selector_get_property),
5160         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5161         Fix ref-counting
5162
5163 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
5164
5165         * gst/subparse/gstsubparse.c: (feed_textbuf):
5166           Don't access already unref'ed buffer.
5167
5168 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
5169
5170         * gst/playback/gststreamselector.c:
5171         (gst_stream_selector_class_init), (gst_stream_selector_init),
5172         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
5173         (gst_stream_selector_get_property),
5174         (gst_stream_selector_get_linked_pad),
5175         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5176         * gst/playback/gststreamselector.h:
5177         Add the active-pad property for playbin to use shortly. Ignore buffers
5178         from any other pad, returning GST_FLOW_NOT_LINKED
5179
5180 2005-11-29  Julien MOUTTE  <julien@moutte.net>
5181
5182         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
5183         patch from bug #322704 (Alessandro Decina).
5184
5185 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5186
5187         * gst-libs/gst/audio/Makefile.am:
5188           folded audiofilter into the audio library
5189
5190 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5191
5192         * gst/videoscale/gstvideoscale.h:
5193         * gst/videoscale/gstvideoscale.c:
5194           remove unimplemented scale methods
5195
5196 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
5197
5198         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
5199           Don't leak caps.
5200
5201 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5202
5203         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5204         (gst_ximagesink_setcaps):
5205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5206         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
5207         happens (only visible on ximagesink but bug is in xv too) set_caps was
5208         destroying the internal x[v]image used to memcpy non locally alloced
5209         buffers so that it got renewed on next _chain. The issue is that 
5210         _expose will try to put that image as it reffed it in _put.
5211         Using gst_buffer_unref instead of destroy fixes it !
5212
5213 2005-11-28  Edward Hervey  <edward@fluendo.com>
5214
5215         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5216         (try_to_link_1), (queue_filled_cb):
5217         Better use of the queues. Start with a small size queue and only increase
5218         the size of the queues when the other queues are empty.
5219
5220 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5221
5222         * gst-libs/gst/video/Makefile.am:
5223           compile in copied-over videofilter into the video library
5224         * gst-libs/gst/video/videosink.h:
5225           rename the header to gstvideosink.h since it's a base GstObject class
5226         * sys/ximage/ximagesink.h:
5227         * sys/xvimage/xvimagesink.h:
5228           use the new header
5229
5230 2005-11-28  Wim Taymans  <wim@fluendo.com>
5231
5232         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
5233         * gst/playback/gstplaybasebin.h:
5234         Prepare to handle errors betters.
5235
5236         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5237         Set sinks to PAUSED first before adding and linking them so that
5238         we don't interrupt dataflow.
5239
5240 2005-11-28  Wim Taymans  <wim@fluendo.com>
5241
5242         * gst-libs/gst/audio/TODO:
5243         Updated TODO
5244
5245         * gst-libs/gst/audio/gstaudiosink.c:
5246         (gst_audioringbuffer_open_device),
5247         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5248         (gst_audioringbuffer_release):
5249         Small cleanups.
5250
5251         * gst-libs/gst/audio/gstbaseaudiosink.c:
5252         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
5253         (gst_base_audio_sink_change_state):
5254         Slave to the master clock when going to PLAYING and unslave when
5255         going to PAUSED.
5256
5257         * gst-libs/gst/audio/gstringbuffer.c:
5258         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5259         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5260         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
5261         (gst_ring_buffer_clear_all), (wait_segment),
5262         (gst_ring_buffer_commit), (gst_ring_buffer_read),
5263         (gst_ring_buffer_advance):
5264         * gst-libs/gst/audio/gstringbuffer.h:
5265         Add some docs and cleanups.
5266
5267 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5268
5269         * sys/xvimage/xvimagesink.c:
5270         (gst_xvimagesink_navigation_send_event): Fix navigation events
5271         coordinates translation with pixel aspect ratios.
5272
5273 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5274
5275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
5276         Use calculated video geometry from _setcaps instead of buffer
5277         caps to respect pixel aspect ratio. (fixes #322388)
5278
5279 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5280
5281         * docs/libs/tmpl/gstcolorbalance.sgml:
5282         * docs/libs/tmpl/gstmixer.sgml:
5283         * docs/libs/tmpl/gstxoverlay.sgml:
5284         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
5285         interface.
5286
5287 2005-11-28  Julien MOUTTE  <julien@moutte.net>
5288
5289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
5290         Refuse to create an XvImage if we can't find the format.
5291
5292 2005-11-28  Edward Hervey  <edward@fluendo.com>
5293
5294         * gst-libs/gst/riff/riff-media.c:
5295         (gst_riff_create_audio_template_caps):
5296         Add ATRAC3 to the list of riff-possible audio caps.
5297         I know we still don't have a plugin for atrac3, but it's saner to output
5298         that than a cryptic mimetype.
5299
5300 2005-11-27  Edward Hervey  <edward@fluendo.com>
5301
5302         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
5303         Don't try to create a zero-sized subbuffer.
5304
5305 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5306
5307         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
5308         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
5309         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
5310         (gst_ximagesink_expose): Fixed a tricky race.
5311         * sys/ximage/ximagesink.h:
5312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5313         (gst_xvimagesink_expose): Fixed a tricky race.
5314         * sys/xvimage/xvimagesink.h:
5315
5316 2005-11-27  Edward Hervey  <edward@fluendo.com>
5317
5318         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5319         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
5320         Remove unused properties, and add queues between demuxers and decoders
5321         so that a lot more files can preroll properly.
5322
5323 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5324
5325         * gst-libs/gst/net/Makefile.am:
5326         * gst-libs/gst/rtp/Makefile.am:
5327         * gst-libs/gst/tag/Makefile.am:
5328           remove silly include
5329         * gst/tags/Makefile.am:
5330         * gst/tags/gsttagediting.c:
5331         * gst/tags/gsttageditingprivate.h:
5332         * gst/tags/tagedit.vcproj:
5333           remove directory, is as good as empty
5334
5335 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
5336
5337         * configure.ac:
5338           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
5339         * gst-libs/Makefile.am:
5340         * gst-libs/gst/audio/Makefile.am:
5341         * gst-libs/gst/interfaces/Makefile.am:
5342         * gst-libs/gst/net/Makefile.am:
5343         * gst-libs/gst/riff/Makefile.am:
5344         * gst-libs/gst/rtp/Makefile.am:
5345         * gst-libs/gst/tag/Makefile.am:
5346         * gst-libs/gst/video/Makefile.am:
5347           and use them
5348
5349 2005-11-27  Julien MOUTTE  <julien@moutte.net>
5350
5351         * docs/libs/tmpl/gstcolorbalance.sgml:
5352         * docs/libs/tmpl/gstmixer.sgml:
5353         * docs/libs/tmpl/gstxoverlay.sgml:
5354         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
5355         * sys/ximage/ximagesink.h:
5356         * sys/xvimage/xvimagesink.h: More and more documentation.
5357
5358 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5359
5360         * docs/libs/gst-plugins-base-libs-docs.sgml:
5361         * docs/libs/gst-plugins-base-libs-sections.txt:
5362         * docs/libs/tmpl/gstcolorbalance.sgml:
5363         * docs/libs/tmpl/gstmixer.sgml:
5364         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
5365         to documentation.
5366
5367 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5368
5369         * docs/plugins/Makefile.am:
5370         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5371         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5372         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
5373
5374 2005-11-26  Julien MOUTTE  <julien@moutte.net>
5375
5376         * docs/plugins/Makefile.am:
5377         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5378         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5379         * docs/plugins/inspect/plugin-adder.xml:
5380         * docs/plugins/inspect/plugin-alsa.xml:
5381         * docs/plugins/inspect/plugin-audioconvert.xml:
5382         * docs/plugins/inspect/plugin-audiorate.xml:
5383         * docs/plugins/inspect/plugin-audioresample.xml:
5384         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5385         * docs/plugins/inspect/plugin-decodebin.xml:
5386         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5387         * docs/plugins/inspect/plugin-gnomevfs.xml:
5388         * docs/plugins/inspect/plugin-ogg.xml:
5389         * docs/plugins/inspect/plugin-playbin.xml:
5390         * docs/plugins/inspect/plugin-subparse.xml:
5391         * docs/plugins/inspect/plugin-tcp.xml:
5392         * docs/plugins/inspect/plugin-theora.xml:
5393         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5394         * docs/plugins/inspect/plugin-video4linux.xml:
5395         * docs/plugins/inspect/plugin-videorate.xml:
5396         * docs/plugins/inspect/plugin-videoscale.xml:
5397         * docs/plugins/inspect/plugin-videotestsrc.xml:
5398         * docs/plugins/inspect/plugin-volume.xml:
5399         * docs/plugins/inspect/plugin-vorbis.xml:
5400         * docs/plugins/inspect/plugin-ximagesink.xml:
5401         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
5402         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
5403
5404 2005-11-26  Edward Hervey  <edward@fluendo.com>
5405
5406         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
5407         Properly return GstFlowReturn from gst_pad_push in chain functions.
5408
5409 2005-11-25  Michael Smith  <msmith@fluendo.com>
5410
5411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
5412         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
5413         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5414         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5415           Handle various conditions better when we don't understand a stream.
5416           Removes a heap of CRITICALs on ogg streams containing unknown data.
5417
5418 2005-11-24  Andy Wingo  <wingo@pobox.com>
5419
5420         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
5421         Be threadsafe.
5422
5423 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5424
5425         * configure.ac: back to HEAD
5426
5427 === release 0.9.6 ===
5428
5429 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
5430
5431         * configure.ac:
5432           releasing 0.9.6, "White Eight"
5433
5434 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5435
5436         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5437         * docs/plugins/inspect/plugin-sine.xml:
5438           remove sinesrc some more
5439
5440 2005-11-23  Wim Taymans  <wim@fluendo.com>
5441
5442         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5443         If we are reading too slowly, jump forward in the ringbuffer
5444         instead of blocking.
5445
5446 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5447
5448         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5449         (gst_visual_chain):
5450         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
5451         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
5452         (gst_videorate_chain):
5453         * gst/videotestsrc/gstvideotestsrc.c:
5454         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
5455         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
5456         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
5457         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
5458         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5459         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5460           Updates for API changes
5461
5462 2005-11-23  Wim Taymans  <wim@fluendo.com>
5463
5464         * gst-libs/gst/audio/gstbaseaudiosink.c:
5465         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5466         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5467         Fix for calibration API change.
5468
5469 2005-11-23  Michael Smith <msmith@fluendo.com>
5470
5471         * gst-libs/gst/audio/multichannel.c:
5472         (gst_audio_get_channel_positions),
5473         (gst_audio_set_channel_positions),
5474         (gst_audio_set_structure_channel_positions_list),
5475         (gst_audio_fixate_channel_positions):
5476           Use gst_value_array_*() functions on value arrays, not
5477           gst_value_list_*().
5478
5479 2005-11-23  Edward Hervey  <edward@fluendo.com>
5480
5481         * autogen.sh:
5482         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
5483         Fixes autogen
5484
5485 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5486
5487         * check/Makefile.am:
5488         * check/elements/videotestsrc.c: (setup_videotestsrc),
5489         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
5490         (main):
5491           add a test for videotestsrc
5492
5493 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5494
5495         * gst/sine/.cvsignore:
5496         * gst/sine/Makefile.am:
5497         * gst/sine/gstsinesrc.c:
5498         * gst/sine/gstsinesrc.h:
5499         * gst/sine/sinesrc.vcproj:
5500           and remove sinesrc from the repository.  Closes #321446
5501
5502 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5503
5504         * configure.ac:
5505         * gst-plugins-base.spec.in:
5506           remove sinesrc from the build
5507
5508 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5509
5510         * check/Makefile.am:
5511         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
5512         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
5513         (main):
5514           add a test for audiotestsrc, testing all waves.  Even seems
5515           leak-free at first glance, nice job Stefan
5516
5517 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5518
5519         * po/af.po:
5520         * po/az.po:
5521         * po/cs.po:
5522         * po/en_GB.po:
5523         * po/hu.po:
5524         * po/it.po:
5525         * po/nb.po:
5526         * po/nl.po:
5527         * po/or.po:
5528         * po/sq.po:
5529         * po/sr.po:
5530         * po/sv.po:
5531         * po/uk.po:
5532         * po/vi.po:
5533           Translation string updates
5534
5535         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5536         (gst_v4lsrc_set_caps):
5537         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5538         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5539         * sys/v4l/v4lsrc_calls.h:
5540           Improve v4lsrc, by making it work again.
5541
5542 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
5543
5544         * ext/libvisual/visual.c: (gst_visual_chain):
5545           Fix the fps calculations.
5546
5547         * gst/ffmpegcolorspace/avcodec.h:
5548           Move structure element for clarity
5549
5550         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
5551         * gst-libs/gst/interfaces/tunernorm.h:
5552         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
5553         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
5554         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
5555         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
5556         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
5557         (gst_v4lmjpegsrc_getcaps):
5558         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
5559         (gst_v4lsrc_set_caps):
5560         * sys/v4l/gstv4lsrc.h:
5561         * sys/v4l/v4l_calls.c: (gst_v4l_open):
5562         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
5563         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
5564         * sys/v4l/v4lsrc_calls.h:
5565           Fractional framerates...
5566
5567 2005-11-22  Wim Taymans  <wim@fluendo.com>
5568
5569         * gst-libs/gst/audio/gstbaseaudiosink.c:
5570         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5571         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5572         And we provide a clock by default, of course...
5573
5574 2005-11-22  Wim Taymans  <wim@fluendo.com>
5575
5576         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
5577         This clock can be slaved to a master clock now.
5578
5579         * gst-libs/gst/audio/gstbaseaudiosink.c:
5580         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5581         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
5582         (gst_base_audio_sink_set_clock),
5583         (gst_base_audio_sink_set_property),
5584         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
5585         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5586         * gst-libs/gst/audio/gstbaseaudiosink.h:
5587         Handle slaving the internal clock to the clock selected in the
5588         pipeline.
5589         Add property to make the basesink not provide a clock.
5590
5591         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5592         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
5593         (gst_base_rtp_depayload_wait):
5594         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5595         We can use the clock in GstElement, no need to store it ourselves.
5596
5597 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5598
5599         * docs/libs/tmpl/gstaudio.sgml:
5600           update
5601         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
5602         (gst_paranoia_endian_get_type):
5603         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
5604         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5605         * gst/audiotestsrc/gstaudiotestsrc.c:
5606         (gst_audiostestsrc_wave_get_type):
5607         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5608         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5609         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5610         (gst_sync_method_get_type), (gst_unit_type_get_type),
5611         (gst_client_status_get_type), (gst_multifdsink_class_init),
5612         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
5613         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
5614         (gst_multifdsink_get_property):
5615         * gst/tcp/gstmultifdsink.h:
5616         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
5617         * gst/videotestsrc/gstvideotestsrc.c:
5618         (gst_videotestsrc_pattern_get_type):
5619           remove deprecated properties
5620           fix up enums to correctly have short lowercase dashed nicks
5621
5622 2005-11-22  Michael Smith <msmith@fluendo.com>
5623
5624         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5625         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5626           Add underscore.
5627
5628 2005-11-22  Michael Smith <msmith@fluendo.com>
5629
5630         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
5631         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5632           Use utility method for scaling clocktime for fractional framerates.
5633
5634 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
5635
5636         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
5637         (gst_visual_chain):
5638         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5639         * ext/theora/theoradec.c: (theora_handle_type_packet):
5640         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5641         (theora_enc_chain):
5642         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5643         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
5644         * gst-libs/gst/video/video.h:
5645         * gst/ffmpegcolorspace/avcodec.h:
5646         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5647         (gst_ffmpeg_caps_to_pixfmt):
5648         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5649         (gst_ffmpegcsp_set_caps):
5650         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5651         (gst_videorate_setcaps), (gst_videorate_blank_data),
5652         (gst_videorate_chain):
5653         * gst/videotestsrc/gstvideotestsrc.c:
5654         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
5655         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
5656         (gst_videotestsrc_event), (gst_videotestsrc_create):
5657         * gst/videotestsrc/gstvideotestsrc.h:
5658         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5659         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5660         (gst_ximagesink_get_times), (gst_ximagesink_init):
5661         * sys/ximage/ximagesink.h:
5662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5663         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
5664         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
5665         * sys/xvimage/xvimagesink.h:
5666           Convert elements to use fractions for their framerate.
5667           V4L elements to come later tonight.
5668
5669 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5670
5671         * gst-libs/gst/audio/audio.c:
5672         * gst-libs/gst/audio/audio.h:
5673           remove some deprecated functions
5674
5675 2005-11-22  Andy Wingo  <wingo@pobox.com>
5676
5677         * Update for gst_tag_setter API changes.
5678
5679 2005-11-22  Andy Wingo  <wingo@pobox.com>
5680
5681         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
5682         (gst_ogg_demux_perform_seek):
5683         * ext/theora/theoradec.c (theora_dec_sink_event):
5684         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
5685         update-funcnames.
5686
5687 2005-11-22  Wim Taymans  <wim@fluendo.com>
5688
5689         * examples/seeking/seek.c: (main):
5690         Give higher priority to bus signals than the gtk events
5691         to fix a race condition in the segment looping.
5692
5693 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5694
5695         * ext/theora/Makefile.am:
5696         * ext/vorbis/Makefile.am:
5697         * gst-libs/gst/tag/Makefile.am:
5698         * gst-plugins-base.spec.in:
5699           Rename libgsttagedit to libgsttag (#322117).
5700
5701 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5702
5703         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
5704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5705           Call gst_x_overlay_prepare_xwindow_id() to give applications
5706           a final chance to set their own xwindow id before the video
5707           sink creates its own window.
5708
5709 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5710
5711         * sys/xvimage/xvimagesink.c:
5712         (gst_xvimagesink_navigation_send_event): Handle navigation
5713         events correcly with borders if applicable.
5714
5715 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
5716
5717         Patch by: Luca Ognibene
5718
5719         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5720         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
5721         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5722         (gst_ffmpegcsp_caps_remove_format_info):
5723         * gst/ffmpegcolorspace/imgconvert.c:
5724         * gst/ffmpegcolorspace/imgconvert_template.h:
5725           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
5726           #318353); use gst_structure_has_name().
5727
5728 2005-11-22  Julien MOUTTE  <julien@moutte.net>
5729
5730         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5731         (gst_ximagesink_class_init): Add debug macros on functions.
5732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5733         (gst_xvimagesink_xwindow_draw_borders),
5734         (gst_xvimagesink_xvimage_put),
5735         (gst_xvimagesink_xwindow_update_geometry),
5736         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
5737         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
5738         (gst_xvimagesink_xcontext_clear),
5739         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5740         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5741         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5742         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5743         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
5744         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5745         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
5746         expose while being PAUSED, out of data flow navigation events, etc..
5747
5748 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5749
5750         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5751         * gst-libs/gst/audio/audio.h:
5752           fix prototype - wondering why the test worked regardless
5753
5754 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5755
5756         * check/Makefile.am:
5757         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
5758         * gst-libs/gst/audio/audio.h:
5759           add a method that returns a proper GstClockTime
5760
5761 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5762
5763         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
5764         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
5765         * gst-libs/gst/interfaces/xoverlay.h:
5766           Remove everything having to do with the desired size; add 
5767           gst_x_overlay_prepare_xwindow_id() function; remove the
5768           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
5769           post a message on the bus instead (#321816).
5770
5771         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
5772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
5773         (gst_xvimagesink_xoverlay_init):
5774           Remove desired size stuff (#321816).
5775
5776 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5777
5778         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
5779         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5780         (mpeg_video_type_find), (mpeg_video_stream_type_find):
5781           Terminate vararg functions with NULL instead of 0 to 
5782           make gcc4 happy.
5783
5784 2005-11-21  Andy Wingo  <wingo@pobox.com>
5785
5786         patch by: Sebastien Cote <sebas642@yahoo.ca>
5787         
5788         * gst-libs/gst/rtp/gstrtpbuffer.h: 
5789         * gst-libs/gst/rtp/gstrtpbuffer.c
5790         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
5791
5792 2005-11-21  Andy Wingo  <wingo@pobox.com>
5793
5794         * gst/playback/gstplaybin.c (gen_audio_element) 
5795         (gen_video_element): Use the new MISSING_PLUGIN core error
5796         category. Closes #320060.
5797
5798         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
5799         * gst/videorate/gstvideorate.c (gst_videorate_event):
5800         * ext/theora/theoradec.c (theora_dec_sink_event): 
5801         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
5802         stream lock.
5803
5804         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
5805         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
5806         stream lock changes.
5807
5808 2005-11-21  Wim Taymans  <wim@fluendo.com>
5809
5810         * gst-libs/gst/audio/gstbaseaudiosink.c:
5811         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
5812         (gst_base_audio_sink_provide_clock),
5813         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
5814         (gst_base_audio_sink_change_state):
5815         * gst/audioresample/gstaudioresample.c:
5816         Segment update fix.
5817
5818 2005-11-21  Andy Wingo  <wingo@pobox.com>
5819
5820         * *.h:
5821         * *.c: Ran scripts/update-macros. Oh yes.
5822
5823 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         * sys/ximage/Makefile.am:
5826         * sys/ximage/ximage.c:
5827           Rename ximage plugin to ximagesink (#321426) (Don't forget to
5828           remove your old libgstximage.* manually if necessary).
5829
5830 2005-11-21  Michael Smith <msmith@fluendo.com>
5831
5832         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
5833           Minimal fix for bug #320200: set the min/max bitrate in the correct
5834           units. A better fix would be to upgrade to the RATEMANAGE2
5835           interface, rather than using the deprecated interface used here, but
5836           that would require an update in our libvorbis dependency (to 1.1),
5837           which is probably undesirable.
5838
5839 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
5840
5841         * ext/libvisual/visual.c: (get_buffer):
5842         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5843         (gst_base_audio_src_fixate):
5844         * gst/audioconvert/gstaudioconvert.c:
5845         (gst_audio_convert_fixate_caps):
5846         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
5847         * gst/audiotestsrc/gstaudiotestsrc.c:
5848         (gst_audiotestsrc_src_fixate):
5849         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
5850         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
5851         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
5852         * gst/videotestsrc/gstvideotestsrc.c:
5853         (gst_videotestsrc_src_fixate):
5854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
5855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
5856           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
5857           (#322027)
5858
5859
5860 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5861
5862         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5863         (gst_riff_create_iavs_caps):
5864         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
5865         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5866         (gst_riff_parse_info):
5867         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
5868         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
5869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5870           Fixes for GST_FOURCC_FORMAT API change.
5871
5872 2005-11-21  Andy Wingo  <wingo@pobox.com>
5873
5874         patch by: Alessandro Dessina <alessandro nnva org>
5875
5876         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
5877         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
5878         (gst_ogg_parse_chain):
5879         * ext/theora/theoraenc.c (theora_set_header_on_caps):
5880         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
5881         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
5882         gst_value_list calls on arrays. Fixes #321962.
5883
5884 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
5885
5886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5887         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
5888         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5889         * gst/adder/gstadder.c: (gst_adder_init),
5890         (gst_adder_request_new_pad), (gst_adder_collected),
5891         (gst_adder_change_state):
5892           Update for gst_collectpads_foo() to gst_collect_pads_foo()
5893           API change.
5894
5895 2005-11-21  Michael Smith <msmith@fluendo.com>
5896
5897         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5898         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
5899           Properly handle pad_push return values.
5900
5901 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
5902
5903         * gst-libs/gst/tag/Makefile.am:
5904         * gst-libs/gst/tag/gstvorbistag.c:
5905         (gst_tag_list_to_vorbiscomment_buffer):
5906           Remove obsolete vorbistag element and debug category.
5907
5908         * gst/playback/gstplaybasebin.c: (check_queue):
5909           Don't divide by 0 when queue-threshold is 0.
5910
5911         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
5912           Don't modify an existing pixel-aspect-ratio if we fail to read
5913           a new one.
5914
5915 2005-11-20  Wim Taymans  <wim@fluendo.com>
5916
5917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
5918         (gst_vorbisenc_push_packet):
5919         GST_PAD_IS_USABLE is gone, use the return value of
5920         the push or pad_alloc_buffer instead.
5921
5922 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5923
5924         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5925         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
5926         (gst_ximagesink_ximage_destroy),
5927         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
5928         (gst_ximagesink_xwindow_new),
5929         (gst_ximagesink_xwindow_update_geometry),
5930         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
5931         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5932         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
5933         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
5934         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
5935         (gst_ximagesink_navigation_send_event),
5936         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
5937         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
5938         (gst_ximagesink_finalize), (gst_ximagesink_init),
5939         (gst_ximagesink_class_init):
5940         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
5941         This new version brings correct software scaling, non flickering
5942         window while resizing, pixel aspect ratio handling, usage of
5943         hardware buffer pools, out of data flow event thread for 
5944         navigation and handling of expose events even when being PAUSED,
5945         a new property to keep video aspect ratio when resizing, etc...
5946
5947 2005-11-18  Julien MOUTTE  <julien@moutte.net>
5948
5949         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5950         (gst_videoscale_fixate_caps): Introduce back caps fixate with
5951         handling of PAR.
5952
5953 2005-11-18    <bilboed@dvdsrc.fluendo.com>
5954
5955         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
5956         Unsetting IS_SINK flag from the fakesink, so decodebin
5957         never behaves as a sink.
5958
5959 2005-11-17  Wim Taymans  <wim@fluendo.com>
5960
5961         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5962         (gst_base_audio_src_change_state):
5963         Fix the audiosrc base class again, we did not unflush.
5964
5965 2005-11-17  Julien MOUTTE  <julien@moutte.net>
5966
5967         * examples/seeking/seek.c: (make_dv_pipeline),
5968         (make_vorbis_theora_pipeline), (make_avi_pipeline),
5969         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
5970         to ogg/vorbis/theora pipeline.
5971
5972 2005-11-17  Wim Taymans  <wim@fluendo.com>
5973
5974         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5975         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5976         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5977         Fix EOS on multiple streams.
5978         More debugging.
5979
5980 2005-11-16  Wim Taymans  <wim@fluendo.com>
5981
5982         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
5983         (gst_ogg_demux_perform_seek):
5984         Segment done must include stream time.
5985
5986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5987         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
5988         (gst_ogg_mux_change_state):
5989         Fix ogg muxer again.
5990
5991 2005-11-16  Wim Taymans  <wim@fluendo.com>
5992
5993         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
5994         Fix compile again.
5995
5996 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5997
5998         * ext/libvisual/visual.c: (gst_visual_init):
5999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
6000         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
6001         (gst_ogg_parse_chain):
6002         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
6003         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
6004         * ext/theora/theoradec.c: (gst_theora_dec_init):
6005         * ext/theora/theoraenc.c: (gst_theora_enc_init):
6006         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
6007         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
6008         * gst/adder/gstadder.c: (gst_adder_class_init),
6009         (gst_adder_dispose):
6010         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6011         * gst/subparse/gstsubparse.c: (gst_subparse_init):
6012         * gst/videorate/gstvideorate.c: (gst_videorate_init):
6013           Fix a whole set of pad template leaks
6014
6015 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6016
6017         * check/generic/states.c: (GST_START_TEST):
6018           fix the test so that it only checks for elements that are part of
6019           this source module
6020
6021 2005-11-16  Michael Smith <msmith@fluendo.com>
6022
6023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
6024         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
6025         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6026         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6027         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
6028         (gst_ogg_mux_change_state):
6029           Fix leaking collectpads.
6030
6031 2005-11-16  Edward Hervey  <edward@fluendo.com>
6032
6033         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
6034         (gst_videorate_event), (gst_videorate_chain):
6035         Handle segment seeks
6036
6037 2005-11-16  Wim Taymans  <wim@fluendo.com>
6038
6039         * gst-libs/gst/audio/gstbaseaudiosink.c:
6040         (gst_base_audio_sink_provide_clock),
6041         (gst_base_audio_sink_change_state):
6042         Set ringbuffer to non-flushing when going to PAUSED, set to
6043         flushing again when going to READY.
6044
6045         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
6046         (gst_ring_buffer_stop):
6047         Start in flushing mode by default.
6048         Don't set flushing in the _stop method, let the app call
6049         this explicitly.
6050
6051 2005-11-16  Julien MOUTTE  <julien@moutte.net>
6052
6053         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
6054         * gst-libs/gst/video/videosink.h: Add helper function needed
6055         for video sinks.
6056
6057 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6058
6059         * gst/videoscale/gstvideoscale.c:
6060         (gst_videoscale_handle_src_event):
6061           Don't leak reference to pad parent.
6062
6063 2005-11-16  Wim Taymans  <wim@fluendo.com>
6064
6065         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
6066         Set ringbuffer to flushing when stopping so that we don't
6067         block on wait_segment anymore and livelock.
6068
6069 2005-11-16  Wim Taymans  <wim@fluendo.com>
6070
6071         * examples/seeking/seek.c: (send_event), (do_seek),
6072         (loop_toggle_cb), (segment_done), (main):
6073         Added looping checkbox.
6074
6075 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6076
6077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6078         (gst_ogg_demux_init):
6079         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6080         (gst_vorbis_dec_init):
6081           revert unrefs, they don't pass make check
6082
6083 2005-11-15  Johan Dahlin  <johan@gnome.org>
6084
6085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
6086         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
6087         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
6088         (gst_vorbis_dec_init):
6089         Fix pad template leaks. 
6090
6091 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
6092
6093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
6094           Make state change function thread safe.
6095
6096 2005-11-15  Edward Hervey  <edward@fluendo.com>
6097
6098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
6099         (gst_ogg_demux_class_init):
6100         Implement GstElement::send_event, so we can send seek events
6101         in GST_STATE_READY
6102
6103 2005-11-14  Julien MOUTTE  <julien@moutte.net>
6104
6105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
6106         Discovered how to take away flickering while resizing the
6107         window. Please don't put that in ximagesink, refactoring in
6108         progress.
6109
6110 2005-11-14  Michael Smith <msmith@fluendo.com>
6111
6112         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
6113         (gst_multifdsink_render):
6114           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
6115
6116 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
6117
6118         * gst/playback/gstplaybin.c: (gen_audio_element):
6119           Use autoaudiosink, it tends to be more widely available than
6120           autoaudiiosink.
6121           
6122 2005-11-14  Andy Wingo  <wingo@pobox.com>
6123
6124         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
6125         as well if it is available. Fixes #316442.
6126
6127 2005-11-14  Michael Smith <msmith@fluendo.com>
6128
6129         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
6130         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
6131         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6132         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6133         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
6134         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
6135         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
6136         (gst_vorbisenc_change_state):
6137           Fix a small memory leak in vorbisenc.
6138           Fix large memory leaks in oggmux, also fix lots of state change
6139           bugs in oggmux.
6140
6141 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6142
6143         * gst/videotestsrc/gstvideotestsrc.c:
6144         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
6145         (gst_videotestsrc_src_fixate):
6146           move fixation to a fixate function
6147           remove negotiate function, basesrc's is good enough
6148           fixes a bug for check when using the element alone
6149
6150 2005-11-13  Edward Hervey  <edward@fluendo.com>
6151
6152         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
6153         (key_toggle_cb), (main):
6154         Added checkboxes for adding/removing the accurate and key_unit seek
6155         flags.
6156
6157 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6158
6159         * configure.ac: back to HEAD
6160
6161 === release 0.9.5 ===
6162
6163 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
6164
6165         * configure.ac:
6166           releasing 0.9.5, "No No Kia"
6167
6168 2005-11-11  Edward Hervey  <edward@fluendo.com>
6169
6170         * examples/seeking/seek.c: (make_parselaunch_pipeline):
6171         Added parse-launch syntax seeking mode for the seeking example.
6172         This should help stress-test even more cases.
6173         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
6174
6175 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
6176
6177         * sys/xvimage/xvimagesink.c:
6178         (gst_xvimagesink_navigation_send_event):
6179           Check whether peer pad exists before sending navigation events
6180           to it.
6181
6182 2005-11-11  Michael Smith <msmith@fluendo.com>
6183
6184         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
6185         (gst_vorbisenc_buffer_from_packet):
6186         * ext/vorbis/vorbisenc.h:
6187           Set duration on encoded buffers. This allows oggmux's
6188           max_page_delay parameter to actually work.
6189
6190 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
6191
6192         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6193         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
6194         (gst_ffmpegcsp_avpicture_fill):
6195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6196         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
6197           Make palettes work again (see #132341). Use our own macros
6198           for rounding up.
6199
6200 2005-11-10  Andy Wingo  <wingo@pobox.com>
6201
6202         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
6203         string doober.
6204
6205 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6206
6207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6208         (gst_ffmpegcsp_transform_caps):
6209           Prefer passthrough in transform_caps
6210
6211 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6212
6213         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6214           check for ALSA errors properly, instead of relying on ALSA's
6215           error strings to serve to the user.
6216
6217 2005-11-10  Wim Taymans  <wim@fluendo.com>
6218
6219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
6220         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
6221         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
6222         Modernise the seek code.
6223
6224 2005-11-10  Michael Smith <msmith@fluendo.com>
6225         
6226         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
6227         (setup_substreams), (set_active_source):
6228           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
6229           trying to go to NULL if we failed to read a file.
6230
6231 2005-11-10  Wim Taymans  <wim@fluendo.com>
6232
6233         * gst/audiotestsrc/gstaudiotestsrc.c:
6234         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
6235         (gst_audiotestsrc_create):
6236         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6237         (gst_sinesrc_get_times), (gst_sinesrc_create):
6238         * gst/videotestsrc/gstvideotestsrc.c:
6239         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
6240         (gst_videotestsrc_create):
6241         The base class can now sync for us.
6242
6243 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6244
6245         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
6246           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
6247           name=source autoprobe=false autoprobe-fps=false copy-mode=1
6248           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
6249           format=(fourcc)I420" ! xvimagesink
6250
6251 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
6252
6253         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6254         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
6255         (gst_sinesrc_newsegment):
6256           Send newsegment event in TIME format, set duration if
6257           num-buffers is set, fix duration querying.
6258
6259 2005-11-10  Michael Smith <msmith@fluendo.com>
6260
6261         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6262         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
6263         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
6264         (gst_ogg_mux_collected):
6265          Fix EOS handling, partially. Now forwarding an EOS event once we have
6266          EOS on all pads works correctly. However, we still don't properly set
6267          EOS on the actual ogg stream pages.
6268
6269 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
6270
6271         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
6272           Set elements to NULL state before disposing of them.
6273
6274 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
6275
6276         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6277
6278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6279         (gst_base_rtp_depayload_init),
6280         (gst_base_rtp_depayload_set_gst_timestamp):
6281         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6282           We need to send a newsegment event for each instance, not
6283           just for the first instance of this class (get rid of
6284           static variable in function). (#321011).
6285           
6286 2005-11-08  Michael Smith <msmith@fluendo.com>
6287
6288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
6289         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
6290         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
6291         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
6292           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
6293           This makes us mux things correctly according to the ogg muxing
6294           rules. Still not handling EOS correctly right now, though.
6295
6296 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6297
6298         * gst/audioconvert/gstaudioconvert.c:
6299           Fix typo in docs. 
6300
6301 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
6302
6303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6304         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
6305           Initialise segment_stop to GST_CLOCK_TIME_NONE when
6306           creating a new chain; should fix live streaming. Also
6307           add more debug output and fix a typo.
6308
6309 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
6310
6311         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6312
6313         * gst/volume/gstvolume.c: (volume_set_caps):
6314           Fix compilation on Solaris with Forte. (#320923)
6315
6316 2005-11-08  Wim Taymans  <wim@fluendo.com>
6317
6318         * gst-libs/gst/audio/gstbaseaudiosink.c:
6319         (gst_base_audio_sink_render):
6320         No need to do a typecheck.
6321
6322 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
6323
6324         * ext/alsa/gstalsa.h:
6325           We register a debug category, so let's use it.
6326
6327 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6328
6329         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6330         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
6331         Fixed a small problem.
6332
6333 2005-11-04  Wim Taymans  <wim@fluendo.com>
6334
6335         * examples/seeking/Makefile.am:
6336         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
6337         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
6338         (make_playerbin_pipeline), (format_value), (update_scale),
6339         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
6340         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
6341         (print_usage), (main):
6342         Added app for playback speed testing.
6343
6344         * examples/seeking/seek.c: (dynamic_link),
6345         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
6346         (make_mpeg_pipeline), (do_seek), (set_update_scale),
6347         (message_received), (main):
6348         Updated seek example.
6349
6350 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
6351
6352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6353         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6354         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
6355         (gst_base_rtp_depayload_set_clock):
6356         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6357         Don't sleep on the bench (system clock) when you have a nice 
6358         comfortable bed (Gstreamer clock) to sleep on.
6359
6360 2005-11-03  Wim Taymans  <wim@fluendo.com>
6361
6362         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6363         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
6364         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
6365         Handle the case where a pad_block failed.
6366
6367 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
6368
6369         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
6370
6371         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6372         (gst_base_rtp_depayload_add_to_queue),
6373         (gst_base_rtp_depayload_push),
6374         (gst_base_rtp_depayload_set_gst_timestamp),
6375         (gst_base_rtp_depayload_queue_release):
6376           Fixes some bugs in the depayloader's queuing/de-queueing code.
6377
6378 2005-10-31  Michael Smith <msmith@fluendo.com>
6379
6380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
6381         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
6382         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
6383           Patch from Alessandro Decina <alessandro@nnva.org>.
6384           Make oggdemux only find the final time in a chain, not per-pad,
6385           since the per-pad information can be very expensive to locate, and
6386           it isn't used anywhere. This makes reading a file containing
6387           OggSkeleton reasonably fast.
6388           Also, make chain finding work when there are logical bitstreams that
6389           can't be decoded. Fixes #319110.
6390
6391 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6392
6393         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6394         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
6395         (gst_base_rtp_depayload_chain),
6396         (gst_base_rtp_depayload_add_to_queue),
6397         (gst_base_rtp_depayload_push),
6398         (gst_base_rtp_depayload_set_gst_timestamp),
6399         (gst_base_rtp_depayload_queue_release),
6400         (gst_base_rtp_depayload_start_thread),
6401         (gst_base_rtp_depayload_set_property),
6402         (gst_base_rtp_depayload_get_property):
6403         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6404         Some random fixes, to fullfill the desires of thomas.
6405
6406 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6407
6408         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6409         (gst_base_rtp_depayload_add_to_queue),
6410         (gst_base_rtp_depayload_push):
6411         Fixed the queueing algorithm.
6412
6413 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
6414
6415         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6416         (gst_base_rtp_depayload_push):
6417         A small fix
6418
6419 2005-10-31  Wim Taymans  <wim@fluendo.com>
6420
6421         * gst-libs/gst/audio/gstringbuffer.h:
6422         Don't break ABI.
6423
6424         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6425         (gst_ffmpeg_caps_to_pixfmt):
6426         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6427         (gst_ffmpegcsp_set_caps):
6428         Some more comments.
6429         Handle missing required caps fields better.
6430
6431 2005-10-31  Wim Taymans  <wim@fluendo.com>
6432
6433         * gst-libs/gst/audio/gstbaseaudiosink.c:
6434         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
6435         (gst_base_audio_sink_render):
6436         * gst-libs/gst/audio/gstringbuffer.c:
6437         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6438         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6439         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
6440         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
6441         (gst_ring_buffer_read):
6442         * gst-libs/gst/audio/gstringbuffer.h:
6443         Add flushing mode to the ringbuffer so that it in all cases does
6444         not try to handle more audio. This makes sure it does not try to
6445         block anymore when flushing and fixes a livelock.
6446
6447 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
6448
6449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
6450         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
6451         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
6452           Explicitly check for -1 values before doing a conversion
6453           and always map them to -1. (#315545)
6454
6455 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6456
6457         * gst/playback/gstplaybin.c: (gen_video_element):
6458           first try autovideosink, then xvimagesink, then error out
6459         * po/POTFILES.in:
6460           add translatable file
6461         * po/af.po:
6462         * po/az.po:
6463         * po/cs.po:
6464         * po/en_GB.po:
6465         * po/hu.po:
6466         * po/it.po:
6467         * po/nb.po:
6468         * po/nl.po:
6469         * po/or.po:
6470         * po/sq.po:
6471         * po/sr.po:
6472         * po/sv.po:
6473         * po/uk.po:
6474         * po/vi.po:
6475           update translations
6476
6477 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
6478
6479         * gst-libs/gst/rtp/gstbasedepayload.c:
6480         * gst-libs/gst/rtp/gstbasedepayload.h:
6481           Minor cleanups
6482
6483 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
6484
6485         * gst/playback/.cvsignore:
6486         * gst/playback/decodetest.c:
6487         * gst/playback/test3.c:
6488           Port these two tests as well.
6489
6490 2005-10-27  Wim Taymans  <wim@fluendo.com>
6491
6492         * ext/theora/theoradec.c: (theora_dec_src_query),
6493         (theora_dec_sink_event):
6494         * ext/theora/theoraenc.c: (theora_enc_sink_event),
6495         (theora_enc_change_state):
6496         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6497         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
6498         Take proper locks when handling events.
6499
6500 2005-10-27  Wim Taymans  <wim@fluendo.com>
6501
6502         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
6503         (gst_adder_change_state):
6504         Fix timestamps and fix deadlock when stopping the collectpads.
6505
6506 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
6507
6508         * gst-libs/gst/rtp/gstrtpbuffer.h:
6509         Declaring the payload types as strings too so that they can be used
6510         in the padtemplate inialization.
6511
6512 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
6513
6514         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
6515
6516         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6517         (gst_base_rtp_depayload_class_init):
6518         Fixes a small but nasty bug. The derived elements no longer segfaults
6519         on finalization.
6520
6521 2005-10-26  Michael Smith <msmith@fluendo.com>
6522
6523         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
6524           When clearing an audioconvert context, set tmpbufsize to zero, so
6525           we'll allocate it again later if required.
6526           This fixes audioconvert re-negotiating formats, which previously
6527           segfaulted with a NULL destination buffer.
6528
6529 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
6530
6531         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6532         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
6533         (gst_base_rtp_depayload_set_gst_timestamp),
6534         (gst_base_rtp_depayload_queue_release):
6535         Fixed a smalll memleak.
6536
6537 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
6538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6539         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
6540         (gst_base_rtp_depayload_finalize),
6541         (gst_base_rtp_depayload_setcaps),
6542         (gst_base_rtp_depayload_add_to_queue),
6543         (gst_base_rtp_depayload_push),
6544         (gst_base_rtp_depayload_set_gst_timestamp),
6545         (gst_base_rtp_depayload_queue_release),
6546         (gst_base_rtp_depayload_thread),
6547         (gst_base_rtp_depayload_change_state):
6548         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6549         Changed the C++ comments to C comments
6550
6551 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6552
6553         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
6554         * gst/tcp/gsttcpclientsrc.h:
6555         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
6556         * gst/tcp/gsttcpserversrc.h:
6557           Remove unused 'curoffset' structure member.
6558
6559 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
6560
6561         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6562         (gst_base_rtp_depayload_base_init),
6563         (gst_base_rtp_depayload_finalize):
6564         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6565         * gst-libs/gst/rtp/gstbasertppayload.h:
6566           The pad-template on the sinkpad should be set by the derived classes.
6567           Also added some useful macros.
6568
6569 2005-10-24  Wim Taymans  <wim@fluendo.com>
6570
6571         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6572         Correctly flush decoder samples even if we could not
6573         copy them to an output buffer. Fixes #319618.
6574
6575 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6576
6577         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
6578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
6579         the caps against our xcontext caps.
6580
6581 2005-10-24  Wim Taymans  <wim@fluendo.com>
6582
6583         * gst-libs/gst/audio/gstbaseaudiosink.c:
6584         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6585         Remove g_print
6586         Use sync property from baseclass to disable sync.
6587
6588 2005-10-24  Wim Taymans  <wim@fluendo.com>
6589
6590         * gst-libs/gst/audio/gstbaseaudiosink.c:
6591         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
6592         Buffers with no timestamps get aligned with previous buffers or
6593         on underrun, played ASAP.
6594
6595 2005-10-24  Julien MOUTTE  <julien@moutte.net>
6596
6597         * gst-libs/gst/video/video.h:
6598         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6599         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
6601         here comes my change on caps for framerate and geometry range.
6602         We are now accepting 1 to MAXINT for width and height, and from
6603         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
6604         to be blended correctly in videomixer.
6605
6606 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6607
6608         * configure.ac:
6609           back to HEAD
6610
6611 === release 0.9.4 ===
6612
6613 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6614
6615         * NEWS:
6616         * RELEASE:
6617         * configure.ac:
6618           releasing 0.9.4, "Velociraptor"
6619
6620 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6621
6622         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
6623         * po/POTFILES.in:
6624           STOPPED -> FAILED
6625
6626 2005-10-21  Wim Taymans  <wim@fluendo.com>
6627
6628         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6629         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
6630         (pad_blocked), (close_pad_link), (new_pad):
6631         Don't try to remove elements twice.
6632
6633 2005-10-21  Wim Taymans  <wim@fluendo.com>
6634
6635         * ext/theora/theoradec.c: (theora_dec_src_query),
6636         (theora_dec_sink_event):
6637         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6638         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6639         (vorbis_handle_data_packet):
6640         * ext/vorbis/vorbisdec.h:
6641         Fix old naming.
6642
6643         * gst-libs/gst/audio/gstbaseaudiosink.c:
6644         (gst_base_audio_sink_render):
6645         Don't try to sync on buffers without a timestamp.
6646
6647 2005-10-21  Wim Taymans  <wim@fluendo.com>
6648
6649         * ext/theora/theoradec.c: (theora_dec_src_query),
6650         (theora_dec_sink_event):
6651         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6652         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6653         (vorbis_handle_data_packet):
6654         * ext/vorbis/vorbisdec.h:
6655         Fix old naming.
6656
6657 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6658
6659         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
6660         (gst_vorbisenc_src_query):
6661           Implement position and duration queries.
6662
6663         * gst/playback/test3.c: (update_scale), (main):
6664           Fix for async state changes and print nicer output.
6665
6666 2005-10-20  Wim Taymans  <wim@fluendo.com>
6667
6668         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6669         (dump_element_stats), (main):
6670         * gst/playback/test6.c: (main):
6671         Fix tests again
6672
6673 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6674
6675         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6676         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6677           Don't use functions for position queries when handling
6678           duration queries.
6679
6680 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
6681
6682         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6683         (vorbis_handle_data_packet), (vorbis_dec_chain),
6684         (vorbis_dec_change_state):
6685         * ext/vorbis/vorbisdec.h:
6686           Vorbis streams can be embedded in other container formats
6687           than ogg, container formats where the demuxer might set 
6688           timestamps on encoded vorbis buffers instead of those silly 
6689           granulepos thingies. In short: make vorbisdec handle 
6690           timestamps on incoming buffers as well.
6691
6692 2005-10-20  Wim Taymans  <wim@fluendo.com>
6693
6694         * gst/playback/gstplaybasebin.c: (group_destroy),
6695         (gst_play_base_bin_change_state):
6696         Fix leak.
6697         Handle case where playbasebin is now ASYNC because
6698         decodebin is.
6699
6700 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6701
6702         * gst/audioconvert/Makefile.am:
6703         * gst/audioconvert/bufferframesconvert.c:
6704         * gst/audioconvert/plugin.c: (plugin_init):
6705         * gst/audioconvert/plugin.h:
6706           And bye bye buffer-frames-convert
6707
6708 2005-10-19  Wim Taymans  <wim@fluendo.com>
6709
6710         * check/elements/audioconvert.c:
6711         * docs/libs/tmpl/gstaudio.sgml:
6712         * docs/libs/tmpl/gstcolorbalance.sgml:
6713         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6714         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
6715         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6716         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
6717         * gst-libs/gst/audio/audio.h:
6718         * gst/audioconvert/audioconvert.h:
6719         * gst/audioconvert/gstaudioconvert.c:
6720         (gst_audio_convert_parse_caps):
6721         * gst/volume/gstvolume.c:
6722         Bye bye buffer-frames.
6723
6724 2005-10-19  Wim Taymans  <wim@fluendo.com>
6725
6726         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6727         (query_positions_elems), (query_positions_pads), (update_scale),
6728         (do_seek), (set_update_scale), (message_received), (main):
6729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6730         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
6731         (gst_ogg_demux_loop):
6732         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
6733         * ext/theora/theoradec.c: (theora_dec_src_query),
6734         (theora_dec_sink_event):
6735         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6736         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
6737         * gst/adder/gstadder.c: (gst_adder_query):
6738         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
6739         * gst/playback/test3.c: (update_scale):
6740         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6741         (dump_element_stats), (main):
6742         * gst/playback/test6.c: (main):
6743         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6744         Query API update.
6745
6746 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
6747
6748         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6749         (xml_check_first_element), (xml_type_find), (smil_type_find),
6750         (plugin_init):
6751           Add typefinding for SMIL and for generic XML. Based on patch by
6752           Akos Maroy (#308663).
6753
6754 2005-10-18  Wim Taymans  <wim@fluendo.com>
6755
6756         * gst/playback/Makefile.am:
6757         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6758         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
6759         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
6760         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
6761         (gst_decode_bin_change_state):
6762         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6763         (gst_play_bin_send_event_to_sink):
6764         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
6765         (dump_element_stats), (main):
6766         * gst/playback/test6.c: (main):
6767         Make playbin async, it'll commit state to paused when all streams
6768         are detected.
6769         Remove ugly hack.
6770         Added test6.c to show async behaviour.
6771
6772 2005-10-18  Wim Taymans  <wim@fluendo.com>
6773
6774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6775         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
6776         Fix for segment-start/stop API change.
6777
6778 2005-10-18  Wim Taymans  <wim@fluendo.com>
6779
6780         * check/Makefile.am:
6781         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
6782         (main):
6783         Add future test for clock selection.
6784
6785 2005-10-18  Wim Taymans  <wim@fluendo.com>
6786
6787         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
6788         (gst_alsasink_close):
6789         Set handle to NULL.
6790
6791         * gst-libs/gst/audio/gstringbuffer.c:
6792         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
6793         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
6794         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6795         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
6796         (gst_ring_buffer_read):
6797         More debug info.
6798
6799 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
6800
6801         * gst/audiotestsrc/Makefile.am:
6802         * gst/sine/Makefile.am:
6803         * gst/volume/Makefile.am:
6804           fix broken build of controllerized plugins
6805
6806 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6807
6808         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
6809
6810         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6811         (gst_riff_create_video_template_caps):
6812           Add support for Indeo-3 (IV32).
6813
6814 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6815
6816         * configure.ac:
6817           rewrite
6818
6819 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6820
6821         * gst-libs/gst/video/video.c: (gst_video_get_size):
6822         * gst/audiotestsrc/gstaudiotestsrc.c:
6823           doc updates
6824
6825 2005-10-17  Andy Wingo  <wingo@pobox.com>
6826
6827         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
6828         with the collectpads change.
6829         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
6830
6831         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
6832
6833         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
6834
6835         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
6836         alloc_buffer flow return to callers.
6837         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
6838         change. Fix some memleaks in theoraenc.
6839
6840         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
6841         in strange circumstance.
6842
6843 2005-10-17  Julien MOUTTE  <julien@moutte.net>
6844
6845         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6846         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
6847         from caps, let's use the caps...
6848
6849 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
6850
6851         * configure.ac:
6852           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
6853
6854 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6855
6856         * gst-libs/gst/interfaces/Makefile.am:
6857           fix silly typo
6858
6859 2005-10-16  Andy Wingo  <wingo@pobox.com>
6860
6861         * gst/playback/gstdecodebin.c
6862         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
6863         function!
6864         (try_to_link_1): Increase kraziness level.
6865
6866 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6867
6868         * configure.ac:
6869           restructure like the core one
6870         * gst-libs/gst/audio/Makefile.am:
6871         * gst-libs/gst/interfaces/Makefile.am:
6872         * gst-libs/gst/net/Makefile.am:
6873         * gst-libs/gst/riff/Makefile.am:
6874         * gst-libs/gst/rtp/Makefile.am:
6875         * gst-libs/gst/tag/Makefile.am:
6876         * gst-libs/gst/video/Makefile.am:
6877           use correct linker flags, now the libs are properly versioned
6878         * check/elements/audioconvert.c: (verify_convert):
6879         * ext/alsa/gstalsaplugin.c:
6880         * ext/cdparanoia/gstcdparanoia.c:
6881         * ext/gnomevfs/gstgnomevfs.c:
6882         * ext/libvisual/visual.c:
6883         * ext/ogg/gstogg.c:
6884         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
6885         * ext/theora/theora.c:
6886         * ext/vorbis/vorbis.c:
6887         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6888         * gst-libs/gst/tag/gsttagediting.c:
6889         * gst-libs/gst/video/video.c:
6890         * gst/adder/gstadder.c:
6891         * gst/audioconvert/plugin.c:
6892         * gst/audiorate/gstaudiorate.c:
6893         * gst/audioresample/gstaudioresample.c:
6894         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6895         * gst/audioscale/gstaudioscale.c:
6896         * gst/audioscale/resample.c:
6897         * gst/audiotestsrc/gstaudiotestsrc.c:
6898         * gst/ffmpegcolorspace/gstffmpeg.c:
6899         * gst/playback/gstdecodebin.c: (close_pad_link):
6900         * gst/playback/gstplaybin.c: (gen_video_element),
6901         (gen_audio_element):
6902         * gst/sine/gstsinesrc.c:
6903         * gst/subparse/gstsubparse.c:
6904         * gst/tags/gsttagediting.c:
6905         * gst/tcp/gsttcpplugin.c:
6906         * gst/typefind/gsttypefindfunctions.c:
6907         * gst/videorate/gstvideorate.c:
6908         * gst/videoscale/gstvideoscale.c:
6909         * gst/videotestsrc/gstvideotestsrc.c:
6910         * gst/volume/gstvolume.c:
6911         * sys/v4l/gstv4l.c:
6912         * sys/ximage/ximage.c:
6913         * sys/xvimage/xvimagesink.c:
6914           fix up defines
6915
6916 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
6917
6918         * ext/vorbis/vorbisenc.c:
6919         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6920         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6921         (gst_tag_to_vorbis_comments):
6922           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
6923
6924 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
6925
6926         * examples/stats/mp2ogg.c:
6927         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6928           typo fixes
6929
6930 2005-10-13  Michael Smith <msmith@fluendo.com>
6931
6932         * ext/ogg/gstoggmux.c:
6933           Use magic glib macros to define constants as 64 bit, to ensure
6934           appropriate vararg passing.
6935
6936 2005-10-13  Michael Smith <msmith@fluendo.com>
6937
6938         * ext/ogg/gstoggmux.c:
6939         * gst/audioconvert/audioconvert.c: (float):
6940           Don't use LL suffix, as it's not portable, and neither of these
6941           uses required it anyway.
6942
6943 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
6944
6945         * examples/indexing/indexmpeg.c: (main):
6946         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
6947         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
6948         (cdparanoia_convert), (cdparanoia_query):
6949         * ext/cdparanoia/gstcdparanoia.h:
6950         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
6951         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
6952         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
6953         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6954         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
6955         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
6956         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6957         (gst_multifdsink_render), (gst_multifdsink_start),
6958         (gst_multifdsink_stop):
6959         * gst/tcp/gstmultifdsink.h:
6960         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
6961         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6962         (gst_tcpclientsink_stop):
6963         * gst/tcp/gsttcpclientsink.h:
6964         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
6965         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
6966         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
6967         * gst/tcp/gsttcpclientsrc.h:
6968         * gst/tcp/gsttcpserversink.h:
6969         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
6970         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6971         (gst_tcpserversrc_stop):
6972         * gst/tcp/gsttcpserversrc.h:
6973         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
6974         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
6975         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
6976           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
6977           moved bitshift from macro to enum definition
6978
6979 2005-10-12  Wim Taymans  <wim@fluendo.com>
6980
6981         * examples/seeking/Makefile.am:
6982         Oops.
6983
6984 2005-10-12  Wim Taymans  <wim@fluendo.com>
6985
6986         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
6987         (gst_ring_buffer_read), (gst_ring_buffer_clear):
6988         Don't assert on normal stuff.
6989
6990         * gst/playback/gstplaybin.c: (do_playbin_seek):
6991         API fix.
6992
6993 2005-10-12  Wim Taymans  <wim@fluendo.com>
6994
6995         * check/pipelines/simple_launch_lines.c: (run_pipeline):
6996         * examples/seeking/Makefile.am:
6997         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
6998         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
6999         (do_seek), (set_update_scale), (message_received), (main):
7000         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7001         (gst_ring_buffer_read), (gst_ring_buffer_clear):
7002         Update for _get_state() API change.
7003
7004 2005-10-11  Wim Taymans  <wim@fluendo.com>
7005
7006         * gst-libs/gst/audio/gstbaseaudiosink.c:
7007         (gst_base_audio_sink_render):
7008         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7009         (gst_base_audio_src_create):
7010         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
7011         (gst_ring_buffer_read):
7012         Cleanups.
7013         Commit and read from ringbuffer in samples rather than bytes.
7014
7015 2005-10-11  Wim Taymans  <wim@fluendo.com>
7016
7017         * gst-libs/gst/audio/gstbaseaudiosink.c:
7018         (gst_base_audio_sink_render):
7019         Respect segment rate and accum when scheduling samples.
7020
7021 2005-10-11  Julien MOUTTE  <julien@moutte.net>
7022
7023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7024         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
7025         EOS correctly, that needs more work.
7026
7027 2005-10-11  Wim Taymans  <wim@fluendo.com>
7028
7029         * check/generic/states.c: (GST_START_TEST):
7030         remove old property.
7031
7032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7033         (gst_ogg_demux_perform_seek):
7034         * ext/theora/theoradec.c: (theora_dec_sink_event):
7035         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7036         (vorbis_handle_data_packet):
7037         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7038         (gst_base_rtp_depayload_set_gst_timestamp):
7039         * gst/videorate/gstvideorate.c: (gst_videorate_event):
7040         Update for newsegment API change.
7041
7042 2005-10-11  Michael Smith <msmith@fluendo.com>
7043
7044         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
7045         (do_playbin_seek), (gst_play_bin_send_event):
7046           Override send_event differently, so that we can takes bits of
7047           functionality from GstPipeline (special handling for seeks,
7048           including pausing/resuming, and resetting stream time) and still get
7049           the appropriate behaviour of only forwarding event to a single sink,
7050           rather than all of them.
7051           Unfortunately requires a lot of code duplication, but the
7052           alternatives are equally ugly in the end.
7053
7054 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7055
7056         * check/elements/audioconvert.c: (setup_audioconvert),
7057         (cleanup_audioconvert), (get_int_caps), (verify_convert),
7058         (GST_START_TEST), (audioconvert_suite):
7059           clean up tests a little, fix some leaks.
7060
7061 2005-10-10  Wim Taymans  <wim@fluendo.com>
7062
7063         * ext/alsa/gstalsasink.c:
7064         Also allow unsigned int.
7065
7066         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7067         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7068         Small cleanup
7069
7070 2005-10-10  Wim Taymans  <wim@fluendo.com>
7071
7072         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7073         Small update, use API as stated in design docs.
7074
7075         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
7076         (update_scale), (do_seek), (seek_cb), (set_update_scale),
7077         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
7078         (message_received), (main):
7079         Updated seek example for GOption. Some usability improvements.
7080
7081 2005-10-10  Wim Taymans  <wim@fluendo.com>
7082
7083         * gst/audioconvert/audioconvert.h:
7084         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7085         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
7086         Alloc temp storage somewhere else where we can do it more
7087         portable.
7088
7089 2005-10-10  Wim Taymans  <wim@fluendo.com>
7090
7091         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
7092         (gst_tcpserversrc_start):
7093         Don't block in accept while doing the state change, move
7094         to poll and make cancellable.
7095
7096 2005-10-09  Philippe Khalaf <burger@speedy.org>
7097
7098         * gst-libs/gst/rtp/rtpbasedepayload.c:
7099         Set timestamp and add queue delay to timestamp
7100         * gst-libs/gst/rtp/rtpbuffer.h:
7101         Set correct payload type for h263
7102
7103 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
7104
7105         * gst/audiotestsrc/gstaudiotestsrc.c:
7106         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
7107         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
7108         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
7109         (gst_audiotestsrc_create_triangle),
7110         (gst_audiotestsrc_create_silence),
7111         (gst_audiotestsrc_create_white_noise),
7112         (gst_audiotestsrc_init_pink_noise),
7113         (gst_audiotestsrc_generate_pink_noise_value),
7114         (gst_audiotestsrc_create_pink_noise),
7115         (gst_audiotestsrc_change_wave):
7116         * gst/audiotestsrc/gstaudiotestsrc.h:
7117           fixed typo, added pink noise
7118
7119 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7120
7121         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
7122         (plugin_init):
7123           Add wavpack and spc typefind functions from 0.8 branch.
7124
7125 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7126
7127         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
7128         (ar_type_find), (msdos_type_find), (plugin_init):
7129           Add typefind functions for tar archives, ar archives,
7130           RAR archives, and msdos-executables (dlls, exe, etc.).
7131           Some of those would be wrongly identified as mpeg
7132           streams of some sort before (#315550).
7133
7134 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
7135
7136         * configure.ac:
7137         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7138         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7139         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
7140         * gst/audiotestsrc/Makefile.am:
7141         * gst/audiotestsrc/gstaudiotestsrc.c:
7142         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
7143         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
7144         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
7145         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
7146         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
7147         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
7148         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
7149         (gst_audiotestsrc_create_silence),
7150         (gst_audiotestsrc_create_white_noise),
7151         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
7152         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
7153         (gst_audiotestsrc_start), (plugin_init):
7154         * gst/audiotestsrc/gstaudiotestsrc.h:
7155           add new plugin and element
7156         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
7157           use gobject_class
7158
7159 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
7160
7161         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
7162         (gst_adder_init), (gst_adder_request_new_pad),
7163         (gst_adder_change_state):
7164           Add query function to source pad, so adder reports the correct
7165           time/sample position when queried (#315457); fix state change
7166           function; use GST_DEBUG_FUNCPTR() for pad functions.
7167
7168 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7169
7170         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
7171           Fix leaks in typefind registration
7172           Clean up the gratuitous commenting and whitespacing a little
7173
7174 2005-10-08  Wim Taymans  <wim@fluendo.com>
7175
7176         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
7177         Only actually wait for the thread to be stopped if it's 
7178         running.
7179
7180 2005-10-08  Wim Taymans  <wim@fluendo.com>
7181
7182         * gst-libs/gst/audio/gstbaseaudiosink.c:
7183         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7184         If we receive EOS we can start playback of what we had.
7185
7186 2005-10-08  Wim Taymans  <wim@fluendo.com>
7187
7188         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
7189         (gst_multifdsink_finalize), (multifdsink_hash_remove),
7190         (gst_multifdsink_stop):
7191         Fix crasher when going to NULL multiple times.
7192
7193 2005-10-06  Wim Taymans  <wim@fluendo.com>
7194
7195         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
7196         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
7197         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7198         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
7199         patch from Edgard Lima <edgard.lima@indt.org.br>
7200         Fixed gstbaseaudiosrc adding ring buffer sync to it.
7201
7202 2005-10-06  Wim Taymans  <wim@fluendo.com>
7203
7204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
7205         Report the FLOW_RETURN as string in the error message.
7206
7207         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
7208         Don't assert when clearing an unnegotiated buffer.
7209
7210 2005-10-04  Michael Smith <msmith@fluendo.com>
7211
7212         * gst/playback/gstplaybasebin.c: (group_destroy),
7213         (gen_preroll_element), (remove_groups), (setup_source):
7214         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
7215         (setup_sinks), (gst_play_bin_send_event),
7216         (gst_play_bin_change_state):
7217           Set state to NULL before removing from bin. Fix refcounting.
7218
7219 2005-10-04  Michael Smith <msmith@fluendo.com>
7220
7221         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
7222           Correct refcounting in send_event() function. Previously was wrong
7223           if the first sink was unable to handle the event.
7224
7225 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7226
7227         * configure.ac:
7228           back to development
7229
7230 === release 0.9.3 ===
7231
7232 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7233
7234         * configure.ac:
7235           Releasing 0.9.3, "De Facto"
7236
7237 2005-10-03  Andy Wingo  <wingo@pobox.com>
7238
7239         * gst/playback/gstdecodebin.c (try_to_link_1)
7240         (remove_element_chain): set element to NULL before removing it.
7241
7242 2005-10-02  Johan Dahlin  <johan@gnome.org>
7243
7244         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
7245         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
7246         MT safe.
7247
7248 2005-10-02  Andy Wingo  <wingo@pobox.com>
7249
7250         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
7251         (gst_ring_buffer_prepare_read): 
7252         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
7253         Demote to LOG.
7254
7255 2005-09-29  Wim Taymans  <wim@fluendo.com>
7256
7257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
7258         * ext/theora/theoradec.c: (theora_handle_data_packet):
7259         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7260         Propagate error codes from alloc_buffer too.
7261
7262 2005-09-29  Wim Taymans  <wim@fluendo.com>
7263
7264         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
7265         We use fixed caps.
7266
7267         * gst/playback/Makefile.am:
7268         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
7269         (dump_element_stats), (main):
7270         Added example stream introspection code.
7271
7272 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
7273
7274         * gst/adder/gstadder.c: (gst_adder_collected):
7275           fix adder for float elements
7276
7277 2005-09-28  Wim Taymans  <wim@fluendo.com>
7278
7279         * gst-libs/gst/audio/gstbaseaudiosink.c:
7280         (gst_base_audio_sink_class_init),
7281         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
7282         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7283         (gst_base_audio_src_class_init),
7284         (gst_base_audio_src_provide_clock):
7285         get_clock -> provide_clock
7286
7287 2005-09-28  Andy Wingo  <wingo@pobox.com>
7288
7289         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
7290         and unlocking.
7291
7292         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
7293         unlocking.
7294
7295         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
7296         Actually add the pad template.
7297         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
7298
7299         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
7300         I'm at it...
7301
7302         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
7303         from fdsrc. Get caps in create() instead of start() so it can be
7304         interrupted. Interruption somewhat untested.
7305
7306         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
7307         Proper EOS handling.
7308
7309 2005-09-27  Andy Wingo  <wingo@pobox.com>
7310
7311         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
7312
7313         * gst/tcp/gsttcpserversrc.c: Cleaned up.
7314
7315         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
7316
7317         * gst/tcp/gsttcp.h: 
7318         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
7319         out of tcpclientsrc.c. Cancellable.
7320         (gst_tcp_socket_read): Made private, cancellable, with better
7321         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
7322         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
7323         whole buffer, and better diagnostics.
7324         (gst_tcp_gdp_read_caps): Same.
7325
7326         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
7327
7328 2005-09-26  Andy Wingo  <wingo@pobox.com>
7329
7330         * gst/sine/gstsinesrc.h:
7331         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
7332         change the 'sync' property to 'is-live' and implement it halfway,
7333         update for controller api change.
7334
7335         * gst/volume/gstvolume.c (volume_transform_ip): Update for
7336         controller api change.
7337
7338 2005-09-24  Wim Taymans  <wim@fluendo.com>
7339
7340         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
7341         * gst-libs/gst/audio/gstaudiosink.c:
7342         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7343         (gst_audioringbuffer_stop):
7344         * gst-libs/gst/audio/gstbaseaudiosink.c:
7345         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
7346         (gst_base_audio_sink_change_state):
7347         * gst-libs/gst/audio/gstbaseaudiosink.h:
7348         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
7349         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7350         (gst_ring_buffer_commit), (gst_ring_buffer_read):
7351         * gst-libs/gst/audio/gstringbuffer.h:
7352         Fix sync again. Moved sample alignment to basesink.
7353
7354 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7355
7356         * docs/plugins/Makefile.am:
7357         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7358         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7359         * gst/volume/gstvolume.c:
7360           add/fix docs
7361         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
7362         * gst-libs/gst/audio/audio.h:
7363           add conversion macros for frames <-> clocktime
7364
7365 2005-09-23  David Schleef  <ds@schleef.org>
7366
7367         * gst/audioresample/Makefile.am:
7368         * gst/audioresample/debug.h:
7369         * gst/audioresample/gstaudioresample.c:
7370         * gst/audioresample/resample.c: Convert to using gst debugging
7371
7372 2005-09-22  Wim Taymans  <wim@fluendo.com>
7373
7374         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7375         (gst_play_bin_send_event):
7376         Only seek on one sink, the first one that succeeds.
7377
7378 2005-09-22  Michael Smith <msmith@fluendo.com>
7379
7380         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
7381         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
7382         Don't flush encoder state unless we have an initialised encoder.
7383         Clear out encoder state on PAUSED_TO_READY.
7384
7385 2005-09-22  Wim Taymans  <wim@fluendo.com>
7386
7387         * gst-libs/gst/rtp/gstbasertppayload.c:
7388         (gst_basertppayload_class_init), (gst_basertppayload_init),
7389         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7390         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7391         (gst_basertppayload_is_filled), (gst_basertppayload_push),
7392         (gst_basertppayload_set_property),
7393         (gst_basertppayload_get_property),
7394         (gst_basertppayload_change_state):
7395         * gst-libs/gst/rtp/gstbasertppayload.h:
7396         Added max-ptime to control amount of data in the rtp packets.
7397
7398 2005-09-21  Andy Wingo  <wingo@pobox.com>
7399
7400         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
7401         thingies.
7402
7403         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
7404         can be called multiple times, dogs.
7405
7406 2005-09-21  Wim Taymans  <wim@fluendo.com>
7407
7408         * gst-libs/gst/rtp/gstbasertppayload.c:
7409         (gst_basertppayload_class_init), (gst_basertppayload_init),
7410         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7411         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7412         (gst_basertppayload_push), (gst_basertppayload_get_property),
7413         (gst_basertppayload_change_state):
7414         Allow 0 ssrc too.
7415
7416 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
7417
7418         * docs/libs/compiling.sgml:
7419           fixing typos
7420
7421 2005-09-20  Wim Taymans  <wim@fluendo.com>
7422
7423         * gst-libs/gst/rtp/gstbasertppayload.c:
7424         (gst_basertppayload_class_init), (gst_basertppayload_init),
7425         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7426         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7427         (gst_basertppayload_push), (gst_basertppayload_set_property),
7428         (gst_basertppayload_get_property),
7429         (gst_basertppayload_change_state):
7430         * gst-libs/gst/rtp/gstbasertppayload.h:
7431         Added property to configure sequence number offsets.
7432
7433 2005-09-20  Wim Taymans  <wim@fluendo.com>
7434
7435         * gst-libs/gst/rtp/gstbasertppayload.c:
7436         (gst_basertppayload_class_init), (gst_basertppayload_init),
7437         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7438         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7439         (gst_basertppayload_push), (gst_basertppayload_set_property),
7440         (gst_basertppayload_get_property),
7441         (gst_basertppayload_change_state):
7442         * gst-libs/gst/rtp/gstbasertppayload.h:
7443         Make timestamp offset configurable.
7444
7445 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7446
7447         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7448           fix wrong pop/unref
7449
7450 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
7451
7452         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
7453
7454         * gst-libs/gst/interfaces/propertyprobe.c:
7455         (gst_property_probe_probe_property_name),
7456         (gst_property_probe_needs_probe_name),
7457         (gst_property_probe_get_values_name),
7458         (gst_property_probe_probe_and_get_values_name):
7459           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
7460           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
7461
7462 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7463
7464         * check/Makefile.am:
7465           have some tests be disabled for valgrinding
7466         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
7467         (GST_START_TEST):
7468         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
7469           Fix A Leak.  Chain To Parent Finalize.
7470
7471 2005-09-19  Wim Taymans  <wim@fluendo.com>
7472
7473         * examples/seeking/seek.c: (make_wav_pipeline), (main):
7474         Fixed wav pipeline.
7475
7476 2005-09-19  Wim Taymans  <wim@fluendo.com>
7477
7478         * gst-libs/gst/rtp/gstbasertppayload.c:
7479         (gst_basertppayload_class_init), (gst_basertppayload_init),
7480         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
7481         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
7482         (gst_basertppayload_push), (gst_basertppayload_get_property),
7483         (gst_basertppayload_change_state):
7484         Posting ERROR and WARNING messages is good.
7485
7486 2005-09-19  Wim Taymans  <wim@fluendo.com>
7487
7488         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7489         (gst_base_rtp_depayload_add_to_queue),
7490         (gst_base_rtp_depayload_push),
7491         (gst_base_rtp_depayload_set_gst_timestamp),
7492         (gst_base_rtp_depayload_queue_release):
7493         This one was not supposed to go in.
7494
7495 2005-09-19  Wim Taymans  <wim@fluendo.com>
7496
7497         * check/pipelines/simple_launch_lines.c: (run_pipeline):
7498         Fix for bus API.
7499
7500         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7501         (gst_base_rtp_depayload_chain),
7502         (gst_base_rtp_depayload_add_to_queue),
7503         (gst_base_rtp_depayload_push),
7504         (gst_base_rtp_depayload_set_gst_timestamp),
7505         (gst_base_rtp_depayload_queue_release):
7506         Some cleanups.
7507
7508         * gst-libs/gst/rtp/gstbasertppayload.c:
7509         (gst_basertppayload_class_init), (gst_basertppayload_init),
7510         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
7511         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7512         (gst_basertppayload_get_property),
7513         (gst_basertppayload_change_state):
7514         Added debugging category.
7515
7516 2005-09-18  David Schleef  <ds@schleef.org>
7517
7518         * gst/playback/gstdecodebin.c: free plugin list correctly
7519         * gst/playback/gstplaybin.c: emit warning if autovideosink
7520           and autoaudiosink can't be found (instead of segfaulting)
7521
7522 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7523
7524         * check/elements/audioconvert.c: (GST_START_TEST):
7525           try out 24 bit conversion
7526
7527 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7528
7529         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
7530         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
7531         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
7532         * ext/vorbis/vorbisenc.h:
7533           Fix EOS handling.  Still needs a fix in the ogg muxer to
7534           mark the last page as eos.
7535
7536 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7537
7538         * common/gtk-doc-plugins.mak:
7539         * docs/plugins/Makefile.am:
7540         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7541         * gst/ffmpegcolorspace/Makefile.am:
7542         * gst/ffmpegcolorspace/avcodec.h:
7543         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7544         * gst/tcp/gstmultifdsink.c:
7545           fix up ffmpegcolorspace docs; extract header
7546
7547 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7548
7549         * common/gtk-doc-plugins.mak:
7550         * docs/plugins/Makefile.am:
7551         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7552         * ext/theora/Makefile.am:
7553         * ext/theora/gsttheoraenc.h:
7554         * ext/theora/theoraenc.c:
7555         * ext/vorbis/vorbisenc.c:
7556           pick up signals and args for vorbis; add some docs for vorbis
7557
7558 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7559
7560         * common/gstdoc-scangobj:
7561         * common/gtk-doc-plugins.mak:
7562         * docs/libs/Makefile.am:
7563         * docs/plugins/gst-plugins-base-plugins.args:
7564         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7565         * docs/plugins/gst-plugins-base-plugins.interfaces:
7566         * docs/plugins/gst-plugins-base-plugins.prerequisites:
7567         * docs/plugins/gst-plugins-base-plugins.signals:
7568           only scanobj stuff from our source module.  Not sure yet
7569           if that's correct, given the hierarchy stuff :)
7570
7571 2005-09-15  Wim Taymans  <wim@fluendo.com>
7572
7573         * gst/audioconvert/gstaudioconvert.c:
7574         And enable 24 bits mode as well..
7575
7576 2005-09-15  Wim Taymans  <wim@fluendo.com>
7577
7578         * gst-libs/gst/rtp/Makefile.am:
7579         * gst-libs/gst/rtp/gstbasertppayload.c:
7580         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
7581         (gst_basertppayload_class_init), (gst_basertppayload_init),
7582         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
7583         (gst_basertppayload_chain), (gst_basertppayload_set_options),
7584         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7585         (gst_basertppayload_set_property),
7586         (gst_basertppayload_get_property),
7587         (gst_basertppayload_change_state):
7588         * gst-libs/gst/rtp/gstbasertppayload.h:
7589         Added rtp payloader base class.
7590
7591 2005-09-15  Andy Wingo  <wingo@pobox.com>
7592
7593         * configure.ac (plugindir): Remove the EOL matcher from the
7594         regexp, as it causes me problems. Libtool? Make? Who knows?
7595
7596 2005-09-14  David Schleef  <ds@schleef.org>
7597
7598         * check/generic/states.c: 
7599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7600         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7601           Fixes for changes in registry API.
7602
7603         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
7604           to GST_PLUGIN_LDFLAGS.
7605         * ext/libvisual/visual.c: Make the library shut up.
7606         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
7607         * gst-libs/gst/audio/gstaudiofilter.c: same
7608
7609 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7610
7611         * docs/plugins/Makefile.am:
7612         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7613         * docs/plugins/inspect/plugin-libvisual.xml:
7614         * docs/plugins/tmpl/element-tcpserversink.sgml:
7615         * ext/theora/theoraenc.c:
7616           add libvisual plugin and theoraenc element to docs
7617
7618 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7619
7620         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7621         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7622         * ext/theora/theoraenc.c:
7623           add theoraenc
7624
7625 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
7626
7627         * gst/audioconvert/Makefile.am:
7628           Audioconvert derives from GstBaseTransform and should
7629           link to the library with our base elements to avoid
7630           unresolved symbols. Makes things work with MinGW (#316160)
7631
7632         * gst/playback/test4.c: (main):
7633           Fix MinGW build problem and use g_usleep() instead of 
7634           sleep() (#316162)
7635
7636 2005-09-12  Wim Taymans  <wim@fluendo.com>
7637
7638         * gst/audioconvert/audioconvert.c: (float),
7639         (audio_convert_prepare_context), (audio_convert_convert):
7640         * gst/audioconvert/audioconvert.h:
7641         Cleanups, speedups, simplifications, added back support
7642         for 24 bits.
7643
7644 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7645
7646         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7647         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7648         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7649         * docs/plugins/tmpl/element-tcpserversink.sgml:
7650         * gst/ffmpegcolorspace/gstffmpeg.c:
7651         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7652         * gst/videotestsrc/gstvideotestsrc.c:
7653         * gst/volume/gstvolume.c:
7654           add more elements to the docs
7655
7656 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
7657
7658         * check/Makefile.am:
7659         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
7660         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
7661           Add extra tests for basetransform based components. 
7662           Comment out the test_element_negotiation test until we decide
7663           if it's testing correct behaviour.
7664         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
7665         (gst_visual_chain), (gst_visual_change_state):
7666           Slightly more correct but still bogus timestamping.
7667           Fix state change function.
7668         * gst/audioconvert/gstaudioconvert.c:
7669         (gst_audio_convert_class_init):
7670         * gst/audioresample/gstaudioresample.c:
7671         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7672         (gst_ffmpegcsp_class_init):
7673         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
7674         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
7675         (gst_videoscale_prepare_image):
7676         * gst/volume/gstvolume.c: (gst_volume_class_init),
7677         (volume_transform_ip):
7678           Basetransform updates. Enable passthrough modes.
7679         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7680         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
7681         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7682           Negotiation fix that allows the window to return to the original
7683           size and renegotiate passthrough upstream. Extra debug output.
7684
7685 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7686
7687         * gst/sine/gstsinesrc.c:
7688         * gst/volume/gstvolume.c:
7689           fix up header include
7690
7691 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
7692
7693         * gst-libs/gst/audio/gstbaseaudiosink.c:
7694         (gst_base_audio_sink_render):
7695         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
7696         * gst/volume/gstvolume.c: (gst_volume_class_init),
7697         (volume_transform):
7698           fixing lost sync, some more debugging
7699
7700 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
7701
7702         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7703         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
7704         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7705         (gst_xvimagesink_check_xshm_calls):
7706           Fix compilation when XShm is not available.
7707
7708 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7709
7710         * ext/libvisual/visual.c: (gst_visual_dispose),
7711         (gst_visual_getcaps), (gst_visual_src_setcaps),
7712         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
7713         (gst_visual_change_state):
7714           Finish fixing up libvisual plugin so that it runs. 
7715
7716 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7717
7718         * ext/vorbis/vorbisenc.c:
7719         * gst-libs/gst/tag/gstvorbistag.c:
7720           gsttaginterface.h -> gsttagsetter.h
7721
7722 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7723
7724         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
7725           added another test that failes for me (test is not active by default)
7726
7727 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7728
7729         * configure.ac:
7730           v4l2 is no longer in gst-plugins-base
7731
7732 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
7733
7734         * configure.ac:
7735           In the output at the end, don't show the first plugin on the same
7736           line as "Core plug-ins, always built:".
7737           Indent the output as for other plugin categories
7738         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
7739           #define that can be used to not use peer buffer_alloc functions for
7740           test purposes.
7741         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
7742         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
7743         (gst_ximagesink_show_frame):
7744         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
7745         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
7746         (gst_xvimagesink_show_frame):
7747           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
7748           fails gracefully instead of XError aborting or deadlocking.
7749
7750 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
7751
7752         * ext/libvisual/Makefile.am:
7753           link against gst-base-libs
7754
7755 2005-09-06  David Schleef  <ds@schleef.org>
7756
7757         * configure.ac: Enable libvisual plugin.
7758         * ext/libvisual/Makefile.am:
7759         * ext/libvisual/visual.c: Fixes to make it compile.
7760
7761 === release 0.9.2 ===
7762
7763 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7764
7765         * NEWS:
7766         * RELEASE:
7767         * configure.ac:
7768         * docs/random/ChangeLog-0.8:
7769           releasing 0.9.2, "Spoon"
7770
7771 2005-09-05  Michael Smith <msmith@fluendo.com>
7772
7773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7774           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
7775           that in the vorbisenc element.
7776
7777 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7778
7779         * common/gtk-doc-plugins.mak:
7780         * docs/plugins/Makefile.am:
7781           fix distcheck
7782         * gst/audioresample/resample.c:
7783           fix wrong docstring
7784
7785 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7786
7787         * common/gst-xmlinspect.py:
7788         * common/gtk-doc-plugins.mak:
7789           only inspect plugins for this given package
7790           require gst-python 0.9
7791
7792 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7793
7794         * Makefile.am:
7795         * autogen.sh:
7796         * common/gst-xmlinspect.py:
7797         * configure.ac:
7798         * docs/Makefile.am:
7799         * docs/plugins/inspect/plugin-alsa.xml:
7800         * docs/plugins/inspect/plugin-audioresample.xml:
7801         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7802         * docs/plugins/inspect/plugin-ogg.xml:
7803         * docs/plugins/tmpl/element-gnomevfssink.sgml:
7804         * docs/plugins/tmpl/element-multifdsink.sgml:
7805         * docs/plugins/tmpl/element-tcpserversink.sgml:
7806         * docs/plugins/tmpl/element-vorbisenc.sgml:
7807         * gst-plugins-base.spec.in:
7808           various doc-related updates
7809
7810 2005-08-31  Wim Taymans  <wim@fluendo.com>
7811
7812         * gst-libs/gst/audio/gstbaseaudiosink.c:
7813         (gst_base_audio_sink_render):
7814         Resync if the buffer timestamps drift more than a 10th 
7815         of a second.
7816
7817 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
7818
7819         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
7820         (gst_v4lsrc_get_property):
7821           The 'timestamp-offset' property is registered as an int64, so
7822           let's use g_value_{set|get}_int64() in our setter and getter
7823           functions (makes it work and fixes warnings with gst-inspect).
7824
7825 2005-08-30  Wim Taymans  <wim@fluendo.com>
7826
7827         * check/elements/audioconvert.c: (setup_audioconvert):
7828         * check/elements/audioresample.c: (setup_audioresample):
7829         * check/elements/volume.c: (setup_volume):
7830         Fix checks.
7831
7832 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7833
7834         * common/gtk-doc-plugins.mak:
7835         * common/plugins.xsl:
7836         * docs/plugins/Makefile.am:
7837           make module a param
7838
7839 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7840
7841         * examples/seeking/seek.c: (make_mp3_pipeline),
7842         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
7843         (play_cb), (pause_cb), (stop_cb):
7844           update the example
7845
7846 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
7847
7848         * gst/volume/gstvolume.c: (gst_volume_class_init),
7849         (volume_transform):
7850           do not update controlled params, if buffer has no timestamp
7851
7852 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7853
7854         * configure.ac:
7855         * gst/sine/Makefile.am:
7856         * gst/volume/Makefile.am:
7857           controllerized elements also need to link against controller-libs ;)
7858
7859 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
7860
7861         * docs/libs/tmpl/gstcolorbalance.sgml:
7862         * docs/libs/tmpl/gstgconf.sgml:
7863         * docs/libs/tmpl/gstmixer.sgml:
7864         * docs/libs/tmpl/gstringbuffer.sgml:
7865         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7866         (gst_sinesrc_create):
7867         * gst/volume/gstvolume.c: (gst_volume_class_init),
7868         (volume_transform):
7869           controllerized two audio plugins
7870
7871 2005-08-29  Andy Wingo  <wingo@pobox.com>
7872
7873         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
7874         (vorbis_handle_data_packet): Fix some int overflow errors.
7875
7876         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
7877         -1.
7878         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
7879         valid.
7880         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
7881         if it's valid. Fixed streaming-mode playback.
7882
7883         * check/elements/volume.c (cleanup_volume): Fix for running
7884         CK_FORK=no.
7885
7886         * check/elements/audioconvert.c: Convert from native endian, not
7887         little endian.
7888
7889 2005-08-29  Michael Smith <msmith@fluendo.com>
7890
7891         * ext/ogg/Makefile.am:
7892         * ext/ogg/gstogg.c: (plugin_init):
7893         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
7894         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
7895         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
7896         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
7897         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
7898         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
7899         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
7900         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
7901         Add an ogg parser element.
7902
7903 2005-08-28  Andy Wingo  <wingo@pobox.com>
7904
7905         * Updates for two-arg init from GST_BOILERPLATE_FULL.
7906
7907 2005-08-26  Wim Taymans  <wim@fluendo.com>
7908
7909         * gst/audioconvert/audioconvert.c: (if), (float),
7910         (audio_convert_get_func_index), (check_default),
7911         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7912         (audio_convert_clean_context), (audio_convert_get_sizes),
7913         (audio_convert_convert):
7914         Cleanups.
7915
7916 2005-08-26  Wim Taymans  <wim@fluendo.com>
7917
7918         * gst/audioconvert/audioconvert.c: (if), (float),
7919         (audio_convert_get_func_index), (check_default),
7920         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7921         (audio_convert_clean_context), (audio_convert_get_sizes),
7922         (audio_convert_convert):
7923         More elegant and working temp buffer selection algo.
7924
7925 2005-08-26  Wim Taymans  <wim@fluendo.com>
7926
7927         * gst/audioconvert/audioconvert.c: (if), (float),
7928         (audio_convert_get_func_index), (check_default),
7929         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7930         (audio_convert_clean_context), (audio_convert_get_sizes),
7931         (get_temp_buffer), (audio_convert_convert):
7932         Use realloc else we lose our original data.
7933
7934 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7935
7936         * gst/audioresample/gstaudioresample.c:
7937           use base class' newsegment to properly timestamp
7938
7939 2005-08-26  Wim Taymans  <wim@fluendo.com>
7940
7941         * gst/audioconvert/audioconvert.c: (if), (float),
7942         (audio_convert_get_func_index), (check_default),
7943         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7944         (audio_convert_clean_context), (audio_convert_get_sizes),
7945         (get_temp_buffer), (audio_convert_convert):
7946         * gst/audioconvert/gstaudioconvert.c:
7947         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
7948         (gst_audio_convert_transform_caps),
7949         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
7950         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
7951         Oops, allocate enough space to perform the channel mix.
7952
7953 2005-08-26  Wim Taymans  <wim@fluendo.com>
7954
7955         * gst/audioconvert/Makefile.am:
7956         * gst/audioconvert/audioconvert.c: (if), (float),
7957         (audio_convert_get_func_index), (check_default),
7958         (audio_convert_clean_fmt), (audio_convert_prepare_context),
7959         (audio_convert_clean_context), (audio_convert_get_sizes),
7960         (get_temp_buffer), (audio_convert_convert):
7961         * gst/audioconvert/audioconvert.h:
7962         * gst/audioconvert/gstaudioconvert.c:
7963         (gst_audio_convert_class_init), (gst_audio_convert_init),
7964         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
7965         (gst_audio_convert_get_unit_size),
7966         (gst_audio_convert_transform_caps),
7967         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
7968         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
7969         * gst/audioconvert/gstaudioconvert.h:
7970         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
7971         (gst_channel_mix_fill_identical),
7972         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
7973         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
7974         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
7975         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
7976         (gst_channel_mix_mix):
7977         * gst/audioconvert/gstchannelmix.h:
7978         Cleanups, librarify a bit, optimize, better negotiation and more.
7979
7980 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7981
7982         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
7983         Another from MikeS:
7984         During typefinding, don't support negative offsets
7985         (offsets from the end of the stream) in our typefind->peek() function
7986         - nothing embedded in ogg ever needs them. However, we need to recognise
7987         those requests and reject them, otherwise we return invalid pointers.
7988
7989 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
7990
7991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7992         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
7993         (vorbisdec_finalize), (vorbis_handle_type_packet):
7994           Big shout-out to MikeS for fixing this giant memory leak.
7995           Huzzah!
7996
7997 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7998
7999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
8000         (audio_convert_get_unit_size):
8001           plug some leaks
8002
8003 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8004
8005         * check/Makefile.am:
8006         * check/elements/audioconvert.c: (setup_audioconvert),
8007         (cleanup_audioconvert), (get_int_caps), (verify_convert),
8008         (GST_START_TEST), (audioconvert_suite), (main):
8009           add a test for audioconvert
8010         * gst/audioresample/gstaudioresample.c:
8011         * gst/audioresample/gstaudioresample.h:
8012           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
8013           note that for buffers of 1/3 sec this means DURATION(c) is 
8014           one nanosecond more than for a and b
8015
8016 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8017
8018         * check/Makefile.am:
8019         * check/elements/audioresample.c: (setup_audioresample),
8020         (cleanup_audioresample), (fail_unless_perfect_stream),
8021         (test_perfect_stream_instance), (GST_START_TEST),
8022           add a check for audioresample
8023         (audioresample_suite), (main):
8024         * check/elements/volume.c: (GST_START_TEST):
8025           remove unused method
8026         * gst/audioresample/gstaudioresample.c:
8027           set correct buffer parameters since we're changing them
8028         * gst/audioresample/resample_ref.c: (resample_scale_ref):
8029           add some debug
8030
8031 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8032
8033         * gst/audioresample/debug.c:
8034         * gst/audioresample/gstaudioresample.c:
8035           add room for extra overlap samples when asked to transform size
8036           protect against possible mem corruption and check for discrepancies
8037           between written size and outbuffer's size so we can warn for
8038           potential problems
8039         * gst/audioresample/resample.c: (resample_init),
8040         (resample_get_output_size_for_input), (resample_get_output_size),
8041         (resample_set_n_channels), (resample_set_format):
8042           set debug level based on RESAMPLE_DEBUG env var
8043           make sure that get_output_size* returns a whole number of
8044           sample_size
8045           set sample_size each time either channel or format is set
8046         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
8047         * gst/audioresample/resample_functable.c:
8048         (resample_scale_functable):
8049         * gst/audioresample/resample_ref.c: (resample_scale_ref):
8050           remove r->sample_size, it's done in resample.c now
8051           add some debugging to the ref implementation
8052           make sure we only give back bytes that are wholes of the sample
8053           size
8054
8055 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
8056         * gst/playback/gstplaybasebin.c: (fill_buffer):
8057         Revert unpopular change for GST_MESSAGE_SRC to GObject.
8058
8059 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
8060
8061         * gst/volume/gstvolume.c:
8062           made set_caps function static
8063
8064 2005-08-24  Wim Taymans  <wim@fluendo.com>
8065
8066         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8067         (gst_vorbisenc_change_state):
8068         Stop leaking taglists.
8069
8070 2005-08-24  Wim Taymans  <wim@fluendo.com>
8071
8072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8073         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
8074         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
8075         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
8076         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8077         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
8078         Parse seeking events better.
8079         Unref static caps.
8080         Generate correct newsegment events, fixes seeking in live oggs.
8081
8082         * ext/theora/theoradec.c: (theora_dec_src_query),
8083         (theora_dec_src_event), (theora_dec_src_getcaps),
8084         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
8085         Use newsegment values to report correct play time.
8086
8087         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8088         (vorbis_dec_src_event), (vorbis_dec_sink_event):
8089         * ext/vorbis/vorbisdec.h:
8090         Parse and use newsegment values to report correct play time.
8091
8092         * gst-libs/gst/audio/gstbaseaudiosink.c:
8093         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8094         Clear ringbuffer on flush.
8095         Use newsegment values to calculate playback time.
8096
8097         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
8098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8099         Basesink does newsegment calculations for us now.
8100
8101 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8102
8103         * check/Makefile.am:
8104         * configure.ac:
8105           add core's plugins to the mix so that playbin works
8106         * check/generic/states.c: (GST_START_TEST):
8107           set a 0 timeout on pipelines, so they don't force the next
8108           state change
8109         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
8110         (gst_play_base_bin_change_state):
8111           remove the crappy error handling and do GST error handling
8112
8113 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8114
8115         * check/Makefile.am:
8116         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
8117           add same test as to core, it bitches out on playbin atm.
8118
8119 2005-08-24  Wim Taymans  <wim@fluendo.com>
8120
8121         * configure.ac:
8122         Remove audioscale.
8123
8124 2005-08-24  Wim Taymans  <wim@fluendo.com>
8125
8126         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
8127         (gst_videoscale_prepare_size), (parse_caps),
8128         (gst_videoscale_set_caps), (gst_videoscale_get_size),
8129         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
8130         (gst_videoscale_transform):
8131         * gst/videoscale/gstvideoscale.h:
8132         Refactor, make use of BaseTranform really well.
8133
8134 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8135
8136         * configure.ac:
8137           compile audioresample
8138         * gst/audioresample/Makefile.am:
8139         * gst/audioresample/buffer.c:
8140         * gst/audioresample/functable.c:
8141         * gst/audioresample/gstaudioresample.c:
8142         * gst/audioresample/gstaudioresample.h:
8143         * gst/audioresample/resample.c:
8144         (resample_get_output_size_for_input):
8145         * gst/audioresample/resample.h:
8146         * gst/audioresample/resample_chunk.c:
8147         * gst/audioresample/resample_functable.c:
8148         * gst/audioresample/resample_ref.c:
8149           port to use basetransform; doesn't work in all cases yet
8150
8151 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8152
8153         * gst/audioconvert/gstaudioconvert.c:
8154         (gst_audio_convert_class_init), (gst_audio_convert_init),
8155         (audio_convert_get_unit_size), (audio_convert_transform_caps),
8156         (audio_convert_fixate_caps), (audio_convert_set_caps),
8157         (audio_convert_transform),
8158         (gst_audio_convert_buffer_to_default_format),
8159         (gst_audio_convert_buffer_from_default_format),
8160         (gst_audio_convert_channels):
8161         * gst/audioconvert/gstchannelmix.c:
8162         * gst/audioconvert/gstchannelmix.h:
8163           port to basetransform
8164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8165         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
8166         (gst_ffmpegcsp_get_unit_size):
8167         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
8168         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
8169           fix for basetransform changes
8170
8171 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
8172
8173         * check/Makefile.am:
8174           Add CHECK_CFLAGS and LDFLAGS
8175
8176         * gst/playback/gstplaybasebin.c: (fill_buffer):
8177           GST_MESSAGE_SRC became a GObject
8178
8179 2005-08-24  Wim Taymans  <wim@fluendo.com>
8180
8181         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
8182         (gst_ring_buffer_clear_all):
8183         * gst-libs/gst/audio/gstringbuffer.h:
8184         Added function to clear the ringbuffer.
8185
8186 2005-08-24  Andy Wingo  <wingo@pobox.com>
8187
8188         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
8189         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
8190         of _open and _close.
8191
8192         * sys/v4l/gstv4lxoverlay.h:
8193         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
8194         an Xv connection here, instead of all the time. Make Xv only be
8195         loaded if you axe for it. Kindof a workaround for buggy behaviour
8196         of Xv when using remote xservers (XvQueryExtension would block).
8197         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
8198         replace the _open and _close public API. Only start the xv
8199         connection if necessary.
8200         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
8201
8202 2005-08-23  David Schleef  <ds@schleef.org>
8203
8204         * gst/audioresample/Makefile.am: Leet audioresampling code
8205         * gst/audioresample/buffer.c:
8206         * gst/audioresample/buffer.h:
8207         * gst/audioresample/debug.c:
8208         * gst/audioresample/debug.h:
8209         * gst/audioresample/functable.c:
8210         * gst/audioresample/functable.h:
8211         * gst/audioresample/gstaudioresample.c:
8212         * gst/audioresample/gstaudioresample.h:
8213         * gst/audioresample/resample.c:
8214         * gst/audioresample/resample.h:
8215         * gst/audioresample/resample_chunk.c:
8216         * gst/audioresample/resample_functable.c:
8217         * gst/audioresample/resample_ref.c:
8218
8219 2005-08-23  Wim Taymans  <wim@fluendo.com>
8220
8221         * examples/seeking/seek.c: (make_vorbis_pipeline),
8222         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
8223         Small seek updates.
8224
8225 2005-08-23  Andy Wingo  <wingo@pobox.com>
8226
8227         * gst-libs/gst/audio/gstbaseaudiosrc.c
8228         (gst_base_audio_src_fixate): Only fixate endianness if it is
8229         present in the caps.
8230
8231 2005-08-22  Andy Wingo  <wingo@pobox.com>
8232
8233         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
8234         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
8235         device-name property.
8236
8237         * gst-libs/gst/audio/gstaudiosrc.h:
8238         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
8239         close_device in the ring buffer, like gstaudiosink.
8240
8241         * ext/alsa/gstalsamixer.h:
8242         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
8243         macro to implement the interface without much code. Cleanups. 
8244
8245         * ext/alsa/gstalsasrc.h:
8246         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
8247         READY.
8248
8249         * ext/alsa/Makefile.am: Add new files.
8250         * ext/alsa/gstalsamixerelement.c: 
8251         * ext/alsa/gstalsamixerelement.c: Split element code out from
8252         mixer code so that alsasrc can be a mixer too.
8253
8254 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
8255
8256         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8257         (GST_START_TEST):
8258         * check/elements/vorbisdec.c: (setup_vorbisdec),
8259         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
8260         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8261         (vorbis_handle_identification_packet),
8262         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
8263         (vorbis_handle_header_packet), (vorbis_dec_push),
8264         (vorbis_dec_chain):
8265           use the setup/teardown methods to save code.  save code is good.
8266
8267 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8268
8269         * check/Makefile.am:
8270           add ext dir for plugins
8271           add vorbisdec test conditionally
8272         * check/elements/volume.c: (setup_volume), (cleanup_volume),
8273         (GST_START_TEST), (volume_suite):
8274           add a test with wrong caps
8275         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
8276         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
8277           add a vorbisdec test
8278         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
8279         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
8280           clean up debug output
8281         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8282           yay, fix a segfault/security issue in vorbisdec
8283           gst-launch fakesrc ! vorbisdec wasn't happy
8284         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
8285         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
8286         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
8287         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8288         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
8289         (gst_vorbisenc_set_metadata), (get_constraints_string),
8290         (update_start_message), (gst_vorbisenc_setup),
8291         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8292         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
8293         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
8294         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
8295         * ext/vorbis/vorbisenc.h:
8296           march in line
8297         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8298         (gst_ffmpegcsp_transform):
8299           have the kow come home
8300         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8301           debug my func ptr
8302         * gst/volume/gstvolume.c: (volume_set_caps):
8303           add a debug
8304
8305 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
8306
8307         * Makefile.am:
8308         * check/.cvsignore:
8309         * check/Makefile.am:
8310         * check/elements/.cvsignore:
8311         * check/elements/volume.c: (chain_func), (event_func),
8312         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
8313         (main):
8314         * configure.ac:
8315           add unit test structure for gst-plugins-base
8316           add a test for volume
8317         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
8318         (gst_volume_set_volume), (gst_volume_get_volume),
8319         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
8320         (volume_funcfind), (volume_process_float), (volume_process_int16),
8321         (volume_set_caps), (volume_transform), (volume_update_mute),
8322         (volume_update_volume), (volume_set_property),
8323         (volume_get_property):
8324           document a little; use basetransform vmethod _set_caps
8325
8326 2005-08-19  Andy Wingo  <wingo@pobox.com>
8327
8328         * ext/alsa/gstalsamixertrack.h:
8329         * ext/alsa/gstalsamixertrack.c:
8330         * ext/alsa/gstalsamixeroptions.h:
8331         * ext/alsa/gstalsamixeroptions.c:
8332         * ext/alsa/gstalsamixer.h:
8333         * ext/alsa/gstalsamixer.c: Port to 0.9.
8334
8335         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
8336         Remove gstalsa.c and alsaclock. No more cruft here.
8337         
8338 2005-08-18  Wim Taymans  <wim@fluendo.com>
8339
8340         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8341         (gst_base_rtp_depayload_chain),
8342         (gst_base_rtp_depayload_add_to_queue),
8343         (gst_base_rtp_depayload_push),
8344         (gst_base_rtp_depayload_queue_release):
8345         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8346         Fix for RTPBuffer changes.
8347
8348         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
8349         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
8350         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
8351         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
8352         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
8353         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
8354         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
8355         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
8356         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
8357         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
8358         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
8359         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
8360         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
8361         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
8362         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
8363         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
8364         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
8365         (gst_rtpbuffer_get_payload):
8366         * gst-libs/gst/rtp/gstrtpbuffer.h:
8367         Don't subclass GstBuffer but add methods and helper functions
8368         to construct and manipulate RTP packets in regular GstBuffers.
8369
8370 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
8371
8372         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
8373           moved statement below switch
8374         * gst/volume/gstvolume.c: (gst_volume_class_init):
8375           added debug ptr
8376
8377 2005-08-16  Wim Taymans  <wim@fluendo.com>
8378
8379         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8380         (gst_base_audio_src_change_state):
8381         Open and close device in READY<->NULL state change.
8382
8383 2005-08-16  Andy Wingo  <wingo@pobox.com>
8384
8385         * examples/seeking/Makefile.am: Don't compile non-compiling
8386         compiled objects with the compiler.
8387
8388         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
8389         elements.
8390
8391 2005-08-12  Philippe Khalaf <burger@speedy.org>
8392         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8393         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8394           Made a thread to release the queue.
8395           Removed timestamp conversion for now.
8396
8397 2005-08-10  Philippe Khalaf <burger@speedy.org>
8398         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8399         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8400           Added rtp timestamp -> gst timestamp conversion.
8401           Fixed several problems with queue.
8402
8403 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8404
8405         * gst-libs/gst/audio/gstaudioclock.h:
8406         * gst-libs/gst/audio/gstaudiofilter.h:
8407         * gst-libs/gst/audio/gstaudiosink.h:
8408         * gst-libs/gst/audio/gstaudiosrc.h:
8409         * gst-libs/gst/audio/gstbaseaudiosink.h:
8410         * gst-libs/gst/audio/gstbaseaudiosrc.h:
8411         * gst-libs/gst/audio/gstringbuffer.h:
8412         * gst-libs/gst/net/gstnetbuffer.h:
8413         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8414         * gst-libs/gst/rtp/gstrtpbuffer.h:
8415           Add padding (you will need to rebuild gst-plugins-base,
8416           gst-plugins and all applications afterwards!)
8417
8418 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
8419
8420         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8421         (gst_riff_parse_chunk):
8422           Fix bug in debug message and add some more debug messages.
8423
8424 2005-08-08  Edward Hervey  <edward@fluendo.com>
8425
8426         * gst-libs/gst/riff/riff-media.c:
8427         backported updates since branch
8428
8429 2005-08-08  Andy Wingo  <wingo@pobox.com>
8430
8431         * gst-libs/gst/audio/gstbaseaudiosink.c
8432         (gst_base_audio_sink_change_state): Open the device in NULL->READY
8433         like good elements should. Close on READY->NULL too.
8434
8435         * gst-libs/gst/audio/gstaudiosink.c
8436         (gst_audioringbuffer_open_device,
8437         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
8438         (gst_audioringbuffer_release): Updates for new ring buffer API,
8439         hook into the new audio sink api.
8440
8441         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
8442         (GstAudioSinkClass.close): Just open and close the device -- no
8443         resource allocation or configuration.
8444         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
8445         vmethods, handle device setup and resource allocation.
8446
8447         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
8448         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
8449         base class API.
8450
8451         * gst-libs/gst/audio/gstringbuffer.h
8452         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
8453         New vmethods.
8454
8455         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
8456         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
8457         New API functions. The device should be opened before acquiring
8458         and closed after releasing.
8459
8460 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
8461
8462         * gst-libs/gst/interfaces/mixer.h:
8463           Reset padding to GST_PADDING.
8464
8465 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8466
8467         * gst/playback/gstplaybin.c: (remove_sinks):
8468           Remove visualization from parent explicitely; works around some
8469           apparent refcount issue that I haven't tracked down yet.
8470
8471 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8472
8473         * ext/alsa/gstalsasink.c: (set_hwparams):
8474           Assign debug category, add negotiation debug msgs.
8475
8476 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8477
8478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
8479           Fix error code for file-not-found to NOT_FOUND.
8480
8481 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8482
8483         * common/gtk-doc-plugins.mak:
8484         * docs/plugins/Makefile.am:
8485         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8486         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8487           renamed to actual element names, so much nicer to look at
8488         * docs/plugins/tmpl/gstmultifdsink.sgml:
8489           remove
8490         * docs/plugins/tmpl/multifdsink.sgml:
8491         * docs/plugins/tmpl/tcpserversink.sgml:
8492           add
8493         * ext/alsa/gstalsa.c:
8494         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
8495         * ext/ogg/gstoggmux.c:
8496         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8497         * gst/playback/gstdecodebin.c:
8498         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
8499         * gst/tcp/gsttcpserversink.c:
8500           various fixes and documentation additions
8501
8502 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8503
8504         * common/Makefile.am:
8505         * common/gstdoc-scangobj:
8506         * common/gtk-doc-plugins.mak:
8507         * common/gtk-doc.mak:
8508           add a custom scangobj that uses the registry
8509           add a custom gtk-doc-plugins.mak that uses it
8510           some doc build fixes
8511         * configure.ac:
8512         * docs/Makefile.am:
8513         * docs/plugins/Makefile.am:
8514         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8515         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8516         * docs/plugins/gst-plugins-base-plugins.types:
8517         * docs/plugins/tmpl/gstmultifdsink.sgml:
8518           add docs for one element, multifdsink
8519         * gst/adder/gstadder.h:
8520         * gst/volume/gstvolume.h:
8521           don't privatize enum
8522         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8523         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8524         (gst_sync_method_get_type), (gst_client_status_get_type),
8525         (gst_multifdsink_class_init),
8526         (gst_multifdsink_client_queue_buffer),
8527         (gst_multifdsink_handle_client_write):
8528         * gst/tcp/gstmultifdsink.h:
8529         * gst/tcp/gsttcp.h:
8530         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8531         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
8532         (gst_tcpclientsink_render):
8533         * gst/tcp/gsttcpclientsink.h:
8534         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8535         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
8536         (gst_tcpclientsrc_start):
8537         * gst/tcp/gsttcpclientsrc.h:
8538         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8539         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
8540         * gst/tcp/gsttcpserversrc.h:
8541         * gst/typefind/gsttypefindfunctions.c:
8542           remove superfluous Type stuff
8543
8544 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8545
8546         * gst/playback/gstplaybin.c: (gen_video_element):
8547           Enable videoscale.
8548
8549 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8550
8551         * gst-libs/gst/gconf/gconf.c:
8552         * gst-libs/gst/gconf/gconf.h:
8553           Fix some Andy Problem [tm].
8554
8555 2005-08-04  Andy Wingo  <wingo@pobox.com>
8556
8557         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
8558         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
8559         (gst_ffmpegcsp_get_size): Adapt to API changes.
8560
8561         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
8562         Implement an in-place do-nothing transform.
8563
8564 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8565
8566         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8567         (gst_ximagesink_renegotiate_size):
8568           Do not set new window sizes yet if we prepare a new buffer size
8569           for upstream renegotiation (software scaling) at some point in the
8570           future, because this new size waqs not actually accepted yet. Once
8571           accepted, renegotiation later on will set the new sizes just fine.
8572           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
8573           embedding testcase.
8574
8575 2005-08-03  Andy Wingo  <wingo@pobox.com>
8576
8577         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
8578         (gst_ximagesink_buffer_alloc): 
8579         Protect the height, width, and desired_caps with the pool_lock.
8580         Fixes videotestsrc ! queue ! ximagesink.
8581
8582 2005-08-02  Edward Hervey  <edward@fluendo.com>
8583
8584         * gst/volume/gstvolume.c:
8585         include left from controller cleanup
8586
8587 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
8588         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
8589           Stop collectpads before calling the parent state
8590           change function on PAUSED->READY.
8591
8592 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
8593         * configure.ac:
8594           When testing for X libs, use the X CFlags 
8595         * gst/adder/gstadder.c: (gst_adder_change_state):
8596           Stop the collectpads before calling parent state change function
8597           on PAUSED->READY, otherwise we deadlock deactivating pads.
8598
8599 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
8600
8601         * configure.ac:
8602         * docs/libs/tmpl/gstcolorbalance.sgml:
8603         * docs/libs/tmpl/gstmixer.sgml:
8604         * examples/Makefile.am:
8605         * gst/sine/Makefile.am:
8606         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
8607         (gst_sinesrc_set_property), (plugin_init):
8608         * gst/sine/gstsinesrc.h:
8609         * gst/volume/Makefile.am:
8610         * gst/volume/gstvolume.c: (gst_volume_set_volume),
8611         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
8612         (volume_process_float), (volume_process_int16),
8613         (volume_set_property), (plugin_init):
8614         * gst/volume/gstvolume.h:
8615           deactivate and remove dparams (libgstcontrol)
8616
8617 2005-07-29  Wim Taymans  <wim@fluendo.com>
8618
8619         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
8620         Convert me to BaseTransform!! help..
8621
8622 2005-07-29  Andy Wingo  <wingo@pobox.com>
8623
8624         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
8625         sinks.
8626
8627         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
8628         support of both endiannesses.
8629
8630 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8631
8632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8633           Fix confusing debug message (s/event/query/)
8634
8635 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
8636
8637         * gst/videotestsrc/videotestsrc.h:
8638           Use "_stdint.h" instead of <stdint.h>
8639
8640 2005-07-27  Wim Taymans  <wim@fluendo.com>
8641
8642         * ext/vorbis/Makefile.am:
8643         Revert wrong commit.
8644
8645 2005-07-27  Wim Taymans  <wim@fluendo.com>
8646
8647         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
8648         More compilation fixen.
8649
8650 2005-07-27  Wim Taymans  <wim@fluendo.com>
8651
8652         * gst-libs/gst/audio/gstbaseaudiosink.c:
8653         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
8654         (gst_base_audio_sink_create_ringbuffer),
8655         (gst_base_audio_sink_change_state):
8656         Fix compilation.
8657
8658 2005-07-27  Wim Taymans  <wim@fluendo.com>
8659
8660         * examples/seeking/seek.c: (setup_dynamic_link),
8661         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
8662         (query_positions_elems), (query_positions_pads), (do_seek):
8663         Update seek example.
8664
8665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8666         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
8667         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
8668         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8669         (gst_ogg_demux_handle_event),
8670         (gst_ogg_demux_deactivate_current_chain),
8671         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8672         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8673         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
8674         (gst_ogg_demux_loop):
8675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8676         * ext/theora/theoradec.c: (theora_dec_src_event),
8677         (theora_dec_src_getcaps), (theora_dec_sink_event),
8678         (theora_dec_push), (theora_dec_chain):
8679         * ext/vorbis/Makefile.am:
8680         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
8681         (vorbis_dec_sink_event), (vorbis_dec_push),
8682         (vorbis_handle_data_packet):
8683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
8684         (gst_vorbisenc_chain):
8685         * gst/playback/gststreaminfo.c: (cb_probe):
8686         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
8687         * gst/videorate/gstvideorate.c: (gst_videorate_event):
8688         * gst/videoscale/gstvideoscale.c:
8689         (gst_videoscale_handle_src_event):
8690         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
8691         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
8692         (gst_ximagesink_navigation_send_event):
8693         * sys/xvimage/xvimagesink.c:
8694         (gst_xvimagesink_navigation_send_event):
8695         Various event updates and cleanups
8696
8697 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8698
8699         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
8700           Fix segfault for I420/YV12.
8701
8702 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8703
8704         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8705           Report bitrate.
8706
8707 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8708
8709         * gst/playback/gstplaybin.c: (gen_video_element),
8710         (gen_audio_element):
8711           Switch to auto*sink elements as default sinks; add volume element
8712           so that volume control in totem works.
8713
8714 2005-07-21  Wim Taymans  <wim@fluendo.com>
8715
8716         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8717         * gst/playback/gstplaybin.c: (setup_sinks),
8718         (gst_play_bin_change_state):
8719         Refcount fix and more comments.
8720
8721 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8722
8723         * sys/ximage/Makefile.am:
8724         * sys/ximage/ximage.c: (plugin_init):
8725         * sys/ximage/ximagesink.c:
8726         Prepare for adding ximagesrc, rename of plugin to ximage etc.
8727         
8728
8729 2005-07-21  Wim Taymans  <wim@fluendo.com>
8730
8731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
8732         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8733         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8734         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8735         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8736         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
8737         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
8738         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
8739         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
8740         Generate correct disconts for live chained oggs.
8741
8742         * gst-libs/gst/audio/gstbaseaudiosink.c:
8743         (gst_base_audio_sink_render),
8744         (gst_base_audio_sink_create_ringbuffer),
8745         (gst_base_audio_sink_change_state):
8746         Handle discont math correctly.
8747
8748         * gst/playback/gstplaybin.c: (add_sink):
8749         Some small debug cleanup.
8750
8751 2005-07-21  Wim Taymans  <wim@fluendo.com>
8752
8753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
8754         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8755         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
8756         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8757         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
8758         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
8759         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8760         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
8761         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
8762         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8763         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
8764         (gst_ogg_demux_change_state), (gst_ogg_print):
8765         Reorganize code to send the right disconts when in streaming
8766         mode.
8767
8768 2005-07-20  Andy Wingo  <wingo@pobox.com>
8769
8770         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
8771         fix (?), fixes a seggie mcfalterson (#310894).
8772
8773 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8774
8775         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
8776         (gst_ogg_mux_set_header_on_caps):
8777         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
8778         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8779         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8780         * gst-libs/gst/audio/multichannel.c:
8781         (gst_audio_set_channel_positions),
8782         (gst_audio_set_structure_channel_positions_list):
8783         * gst/playback/gstdecodebin.c: (dynamic_create):
8784         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
8785         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8786           Fixes for API changes in core.
8787
8788 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8789
8790         * gst/playback/gstplaybasebin.c: (fill_buffer):
8791           Use _new_custom() so we can set custom message types for buffering
8792           messages.
8793
8794 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8795
8796         * configure.ac:
8797         * gst-libs/gst/Makefile.am:
8798         * gst-libs/gst/gconf/.cvsignore:
8799         * gst-libs/gst/gconf/Makefile.am:
8800         * gst-libs/gst/gconf/test-gconf.c:
8801         * pkgconfig/Makefile.am:
8802         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8803         * pkgconfig/gstreamer-gconf.pc.in:
8804           Remove gconf stuff, use gconf elements instead from now on.
8805
8806 2005-07-20  Wim Taymans  <wim@fluendo.com>
8807
8808         * gst-libs/gst/audio/TODO:
8809         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
8810         (gst_audio_clock_get_internal_time):
8811         * gst-libs/gst/audio/gstaudioclock.h:
8812         * gst-libs/gst/audio/gstbaseaudiosink.c:
8813         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
8814         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
8815         (gst_base_audio_sink_render),
8816         (gst_base_audio_sink_create_ringbuffer),
8817         (gst_base_audio_sink_change_state):
8818         Make sure the audio clock always returns an increasing value.
8819
8820 2005-07-19  Andy Wingo  <wingo@pobox.com>
8821
8822         * gst/videotestsrc/: Cleanups.
8823
8824 2005-07-19  Wim Taymans  <wim@fluendo.com>
8825
8826         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8827         Better debugging.
8828
8829 2005-07-19  Wim Taymans  <wim@fluendo.com>
8830
8831         * examples/seeking/seek.c: (make_dv_pipeline),
8832         (make_vorbis_theora_pipeline), (query_rates),
8833         (query_positions_elems), (query_positions_pads), (do_seek):
8834         Make correct DV pipeline.
8835
8836 2005-07-18  Andy Wingo  <wingo@pobox.com>
8837
8838         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
8839         default. Also because it's the only thing that really works. (This
8840         is used in the GConf elements).
8841         Use AS_LIBTOOL_TAGS.
8842
8843 2005-07-18  Wim Taymans  <wim@fluendo.com>
8844
8845         * gst/playback/gstdecodebin.c: (remove_element_chain):
8846         * gst/playback/gstplaybin.c: (add_sink):
8847         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8848         (gst_stream_info_set_mute):
8849         * gst/playback/gststreamselector.c:
8850         (gst_stream_selector_get_linked_pad),
8851         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
8852         More leak and compile fixes.
8853
8854 2005-07-18  Wim Taymans  <wim@fluendo.com>
8855
8856         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8857         (query_rates), (query_positions_elems), (query_positions_pads),
8858         (do_seek), (seek_cb), (stop_seek):
8859         Updated seek example. 
8860
8861         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
8862         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
8863         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
8864         * gst/playback/gstplaybin.c: (add_sink):
8865         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8866         (gst_stream_info_set_mute):
8867         Some refcount leak fixes.
8868
8869 2005-07-16  Wim Taymans  <wim@fluendo.com>
8870
8871         * gst-libs/gst/audio/gstbaseaudiosink.c:
8872         (gst_base_audio_sink_render):
8873         Align samples even if we have roundoff errors in the 
8874         timestamp conversion.
8875
8876 2005-07-16  Wim Taymans  <wim@fluendo.com>
8877
8878         * docs/libs/tmpl/gstringbuffer.sgml:
8879         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
8880         (query_rates), (query_positions_elems), (query_positions_pads),
8881         (update_scale), (do_seek):
8882         Updated seek example.
8883
8884         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8885         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
8886         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
8887         (gst_ogg_demux_loop):
8888         Push out correct discont values.
8889
8890         * ext/theora/theoradec.c: (theora_dec_src_convert),
8891         (theora_dec_sink_convert), (theora_dec_src_getcaps),
8892         (theora_dec_sink_event), (theora_handle_type_packet),
8893         (theora_handle_header_packet), (theora_dec_push),
8894         (theora_handle_data_packet), (theora_dec_chain),
8895         (theora_dec_change_state):
8896         Better timestamping.
8897
8898         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8899         (vorbis_dec_sink_event), (vorbis_dec_push),
8900         (vorbis_handle_data_packet), (vorbis_dec_chain):
8901         * ext/vorbis/vorbisdec.h:
8902         Better timestamping.
8903
8904         * gst-libs/gst/audio/gstbaseaudiosink.c:
8905         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
8906         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
8907         Handle syncing on timestamps instead of sample offsets. Make
8908         use of DISCONT values as described in design docs.
8909
8910         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8911         (gst_base_audio_src_get_time):
8912         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
8913         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
8914         (gst_ring_buffer_read):
8915         * gst-libs/gst/audio/gstringbuffer.h:
8916         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
8917         (gst_ximagesink_show_frame):
8918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
8919         Correcly convert buffer timestamp to stream time.
8920
8921 2005-07-16  Wim Taymans  <wim@fluendo.com>
8922
8923         * gst/audioconvert/gstaudioconvert.c:
8924         (gst_audio_convert_get_buffer):
8925         Timestamp buffers correctly.
8926
8927         * gst/playback/gstplaybin.c: (gen_video_element):
8928         Make internal fakesink silent.
8929
8930 2005-07-15  Wim Taymans  <wim@fluendo.com>
8931
8932         * gst/ffmpegcolorspace/Makefile.am:
8933         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8934         (gst_ffmpegcsp_caps_remove_format_info),
8935         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8936         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
8937         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
8938         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
8939         Ported ffmpegcolorspace to basetransform.
8940
8941         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
8942         * gst/volume/gstvolume.c: (volume_transform):
8943         Ported to new API.
8944
8945 2005-07-14  Wim Taymans  <wim@fluendo.com>
8946
8947         * gst/videotestsrc/Makefile.am:
8948         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
8949         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
8950         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
8951         (gst_videotestsrc_init), (gst_videotestsrc_event),
8952         (gst_videotestsrc_create), (gst_videotestsrc_start),
8953         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
8954         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
8955         (gst_videotestsrc_get_property):
8956         * gst/videotestsrc/gstvideotestsrc.h:
8957         Make videotestsrc a pushsrc.
8958
8959 2005-07-14  Wim Taymans  <wim@fluendo.com>
8960
8961         * gst/tcp/gstfdset.c: (gst_fdset_free):
8962         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
8963         (gst_multifdsink_add), (gst_multifdsink_remove),
8964         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
8965         (gst_multifdsink_remove_client_link),
8966         (gst_multifdsink_client_queue_data),
8967         (gst_multifdsink_client_queue_caps),
8968         (gst_multifdsink_client_queue_buffer),
8969         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
8970         (gst_multifdsink_stop):
8971         * gst/tcp/gstmultifdsink.h:
8972         0.8 backporting.
8973
8974         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8975         Also draw image when not from a pool.
8976
8977 2005-07-14  Wim Taymans  <wim@fluendo.com>
8978
8979         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8980         (mute_stream), (silence_stream):
8981         Small debug additions.
8982
8983 2005-07-14  Wim Taymans  <wim@fluendo.com>
8984
8985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8986         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8987         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
8988         Better error recovery, ignore unconnected pads and
8989         non-fatal errors.
8990
8991 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8992
8993         * docs/libs/tmpl/gstaudio.sgml:
8994         * docs/libs/tmpl/gstcolorbalance.sgml:
8995         * docs/libs/tmpl/gstgconf.sgml:
8996         * docs/libs/tmpl/gstmixer.sgml:
8997         * docs/libs/tmpl/gstringbuffer.sgml:
8998         * docs/libs/tmpl/gsttuner.sgml:
8999         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9000         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9001         (gst_tcpclientsrc_class_init):
9002         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9003         (gst_tcpserversrc_class_init):
9004         * sys/v4l/gstv4lelement.c:
9005           more autistic cleanliness in functions/names/defines
9006
9007 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9008
9009         * configure.ac:
9010           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
9011           added manually to each Makefile.am so we are sure it goes
9012           *last* and doesn't add -L flags before linking in libs of our
9013           own, like, say, internal .la libs, that then accidentally pick
9014           up the installed copy.
9015         * docs/libs/Makefile.am:
9016         * ext/alsa/Makefile.am:
9017         * ext/cdparanoia/Makefile.am:
9018         * ext/gnomevfs/Makefile.am:
9019         * ext/libvisual/Makefile.am:
9020         * ext/ogg/Makefile.am:
9021         * ext/theora/Makefile.am:
9022         * ext/vorbis/Makefile.am:
9023         * gst-libs/gst/video/Makefile.am:
9024         * gst/adder/Makefile.am:
9025         * gst/audioconvert/Makefile.am:
9026         * gst/audiorate/Makefile.am:
9027         * gst/audioscale/Makefile.am:
9028         * gst/ffmpegcolorspace/Makefile.am:
9029         * gst/playback/Makefile.am:
9030         * gst/sine/Makefile.am:
9031         * gst/subparse/Makefile.am:
9032         * gst/tags/Makefile.am:
9033         * gst/tcp/Makefile.am:
9034         * gst/typefind/Makefile.am:
9035         * gst/videorate/Makefile.am:
9036         * gst/videoscale/Makefile.am:
9037         * gst/videotestsrc/Makefile.am:
9038         * gst/volume/Makefile.am:
9039         * sys/v4l/Makefile.am:
9040         * sys/ximage/Makefile.am:
9041         * sys/xvimage/Makefile.am:
9042           adapt properly to this change. This should make sure that
9043           plugins and libs properly link to the as-yet-uninstalled
9044           copies of stuff like libgstinterfaces and libgstvideo
9045
9046 2005-07-13  Andy Wingo  <wingo@pobox.com>
9047
9048         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
9049         (gst_v4lsrc_fixate): Fixate on format as well.
9050
9051         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
9052         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
9053         buffer points to it.
9054         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
9055         rather just doing X calls ourselves. Also fixes a memleak.
9056
9057 2005-07-12  Andy Wingo  <wingo@pobox.com>
9058
9059         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
9060         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
9061         (gst_v4lsrc_create): Re-add the copy-mode property, default to
9062         TRUE to avoid deadlocks if an element holds on to our buffers.
9063
9064 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9065
9066         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9067         (gst_sinesrc_init), (gst_sinesrc_create),
9068         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9069         (gst_sinesrc_start):
9070         * gst/sine/gstsinesrc.h:
9071           removing num-buffers property before moving it
9072
9073 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9074
9075         * configure.ac:
9076           use overridable ERROR_CFLAGS
9077         * docs/libs/gst-plugins-base-libs.types:
9078         * docs/libs/tmpl/gstringbuffer.sgml:
9079         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
9080         (gst_alsasink_class_init):
9081         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9082         (gst_alsasrc_class_init):
9083         * gst-libs/gst/audio/audio.h:
9084         * gst-libs/gst/audio/gstaudioclock.h:
9085         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9086         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
9087         (gst_audio_filter_link), (gst_audio_filter_init),
9088         (gst_audio_filter_chain), (gst_audio_filter_set_property),
9089         (gst_audio_filter_get_property),
9090         (gst_audio_filter_class_add_pad_templates):
9091         * gst-libs/gst/audio/gstaudiofilter.h:
9092         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9093         (gst_audio_filter_template_get_type),
9094         (gst_audio_filter_template_base_init),
9095         (gst_audio_filter_template_class_init),
9096         (gst_audio_filter_template_init),
9097         (gst_audio_filter_template_set_property),
9098         (gst_audio_filter_template_get_property), (plugin_init),
9099         (gst_audio_filter_template_setup),
9100         (gst_audio_filter_template_filter),
9101         (gst_audio_filter_template_filter_inplace):
9102         * gst-libs/gst/audio/gstaudiosink.c:
9103         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9104         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
9105         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9106         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9107         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
9108         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
9109         * gst-libs/gst/audio/gstaudiosink.h:
9110         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9111         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9112         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9113         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
9114         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
9115         (gst_audio_src_class_init), (gst_audio_src_init),
9116         (gst_audio_src_create_ringbuffer):
9117         * gst-libs/gst/audio/gstaudiosrc.h:
9118         * gst-libs/gst/audio/gstbaseaudiosink.c:
9119         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
9120         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
9121         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
9122         (gst_base_audio_sink_set_property),
9123         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
9124         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
9125         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
9126         (gst_base_audio_sink_create_ringbuffer),
9127         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
9128         * gst-libs/gst/audio/gstbaseaudiosink.h:
9129         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9130         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
9131         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
9132         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
9133         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
9134         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
9135         (gst_base_audio_src_event), (gst_base_audio_src_create),
9136         (gst_base_audio_src_create_ringbuffer),
9137         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
9138         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
9140         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
9141         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
9142         (gst_ring_buffer_debug_spec_caps),
9143         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
9144         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
9145         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
9146         (gst_ring_buffer_start), (gst_ring_buffer_pause),
9147         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
9148         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9149         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
9150         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
9151         (gst_ring_buffer_clear):
9152         * gst-libs/gst/audio/gstringbuffer.h:
9153         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9154         (gst_video_sink_class_init), (gst_video_sink_get_type):
9155         * gst-libs/gst/video/videosink.h:
9156         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9157         (gst_multifdsink_class_init),
9158         (gst_multifdsink_handle_client_write),
9159         (gst_multifdsink_change_state):
9160         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9161         (gst_tcpclientsink_setcaps):
9162         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9163         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
9164         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
9165         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
9166         (gst_ximagesink_send_pending_navigation),
9167         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
9168         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
9169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9170         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9171         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
9172         (gst_xvimagesink_send_pending_navigation),
9173         (gst_xvimagesink_navigation_send_event),
9174         (gst_xvimagesink_set_xwindow_id),
9175         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
9176         (gst_xvimagesink_get_type):
9177         more macro splitting
9178
9179 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9180
9181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9182           plug a memleak, allows me to import 1479 albums in one go
9183           in jamboree
9184         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9185         (vorbis_handle_type_packet), (vorbis_dec_chain),
9186         (vorbis_dec_change_state):
9187           fix some format strings
9188
9189 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9190
9191         * docs/libs/tmpl/gstcolorbalance.sgml:
9192         * docs/libs/tmpl/gstmixer.sgml:
9193         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9194         (gst_alsasink_set_property), (gst_alsasink_get_property):
9195         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
9196         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
9197           add device property
9198
9199 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9200
9201         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9202         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9203         (audiocast_register_listener), (audiocast_thread_run),
9204         (gst_gnomevfssrc_send_additional_headers_callback),
9205         (gst_gnomevfssrc_received_headers_callback),
9206         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
9207         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
9208         (gst_gnomevfssrc_get_size):
9209           add/clean up debugging
9210         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
9211           cleanups
9212
9213 2005-07-07  Andy Wingo  <wingo@pobox.com>
9214
9215         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
9216         framerate. Need to get a handle on when exactly this function is
9217         called, tho.
9218
9219         * sys/v4l/v4lsrc_calls.h:
9220         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
9221         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
9222         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
9223
9224         * sys/v4l/v4l_calls.h: Cast to V4lElement.
9225         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
9226         v4lelements are sources.
9227
9228         * sys/v4l/gstv4lxoverlay.h:
9229         * sys/v4l/gstv4lxoverlay.c:
9230         * sys/v4l/gstv4ltuner.h:
9231         * sys/v4l/gstv4ltuner.c: Header loc fixen.
9232         
9233         * sys/v4l/gstv4lsrc.h:
9234         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
9235         PushSrc/BaseSrc. Removed most sync-related properties, videorate
9236         or something should handle that. Made a live source.
9237
9238         * sys/v4l/gstv4lelement.h:
9239         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
9240         signals. Some cleanups.
9241
9242         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
9243
9244         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
9245         stuff.
9246
9247         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
9248         stuff.
9249
9250         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
9251
9252 2005-07-07  Wim Taymans  <wim@fluendo.com>
9253
9254         * ext/theora/theoradec.c: (theora_get_query_types),
9255         (theora_dec_src_getcaps), (theora_dec_push):
9256         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
9257         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
9258         Remove deprecated/unused query types.
9259
9260 2005-07-06  Wim Taymans  <wim@fluendo.com>
9261
9262         * ext/alsa/Makefile.am:
9263         * ext/alsa/gstalsaplugin.c: (plugin_init):
9264         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9265         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
9266         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
9267         (gst_alsasrc_class_init), (gst_alsasrc_init),
9268         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
9269         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
9270         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
9271         (gst_alsasrc_reset):
9272         * ext/alsa/gstalsasrc.h:
9273         * gst-libs/gst/audio/Makefile.am:
9274         * gst-libs/gst/audio/gstaudiosink.c:
9275         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9276         (gst_audioringbuffer_start):
9277         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
9278         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
9279         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
9280         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
9281         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
9282         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
9283         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
9284         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
9285         * gst-libs/gst/audio/gstaudiosrc.h:
9286         * gst-libs/gst/audio/gstbaseaudiosink.c:
9287         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9288         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
9289         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
9290         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9291         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
9292         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
9293         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
9294         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
9295         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
9296         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
9297         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
9298         (gst_baseaudiosrc_change_state):
9299         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9300         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
9301         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
9302         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
9303         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
9304         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
9305         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
9306         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
9307         * gst-libs/gst/audio/gstringbuffer.h:
9308         Added audiosource base classes.
9309         Ported alsasrc, still very basic.
9310
9311 2005-07-06  Wim Taymans  <wim@fluendo.com>
9312
9313         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
9314         (theora_dec_push), (theora_handle_data_packet):
9315         Prepare for better timestamp fix later.
9316
9317         * gst/audioconvert/gstaudioconvert.c:
9318         List most accurate caps first
9319
9320         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
9321         Use proper pad task function.
9322
9323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9324         (gst_xvimagesink_show_frame):
9325         Fix deadlock when alloc failed.
9326
9327 2005-07-05  Andy Wingo  <wingo@pobox.com>
9328
9329         * ext/gnomevfs/gstgnomevfssrc.c:
9330         * gst/sine/gstsinesrc.c:
9331         * gst/tcp/gsttcpserversrc.c:
9332         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
9333
9334         * sys/v4l/: Port from 0.8.
9335
9336         * Many files: Null if we got it....
9337
9338 2005-07-05  Andy Wingo  <wingo@pobox.com>
9339
9340         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
9341         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
9342         Signedness fixes.
9343
9344 2005-07-05  Wim Taymans  <wim@fluendo.com>
9345
9346         * configure.ac:
9347         * gst/tcp/Makefile.am:
9348         * gst/tcp/README:
9349         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
9350         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
9351         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9352         (is_sync_frame), (gst_multifdsink_handle_client_write),
9353         (gst_multifdsink_render), (gst_multifdsink_start),
9354         (gst_multifdsink_stop), (gst_multifdsink_change_state):
9355         * gst/tcp/gstmultifdsink.h:
9356         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
9357         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
9358         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
9359         * gst/tcp/gsttcp.h:
9360         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9361         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
9362         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
9363         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
9364         * gst/tcp/gsttcpclientsink.h:
9365         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
9366         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
9367         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
9368         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
9369         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
9370         * gst/tcp/gsttcpclientsrc.h:
9371         * gst/tcp/gsttcpplugin.c: (plugin_init):
9372         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
9373         * gst/tcp/gsttcpserversink.h:
9374         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
9375         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
9376         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
9377         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
9378         (gst_tcpserversrc_stop):
9379         * gst/tcp/gsttcpserversrc.h:
9380         * gst/tcp/gsttcpsink.c:
9381         * gst/tcp/gsttcpsink.h:
9382         * gst/tcp/gsttcpsrc.c:
9383         * gst/tcp/gsttcpsrc.h:
9384         Ported tcp plugins to 0.9. 
9385         
9386
9387 2005-07-05  Andy Wingo  <wingo@pobox.com>
9388
9389         * gst/playback/gstplaybasebin.c (fill_buffer):
9390         message_new_application fixen.
9391
9392         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
9393         Style fix.
9394
9395 2005-07-04  Wim Taymans  <wim@fluendo.com>
9396
9397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9398         Set caps on output buffer.
9399
9400 2005-07-04  Andy Wingo  <wingo@pobox.com>
9401
9402         * ext/gnomevfs/gstgnomevfssrc.c
9403         (gst_gnomevfssrc_received_headers_callback) 
9404         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
9405         hopefully.
9406
9407         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
9408         No refcount leakage.
9409
9410         * configure.ac: Enable -Werror.
9411         
9412         * ext/theora/theoradec.c (theora_dec_src_getcaps):
9413         * gst/audioconvert/bufferframesconvert.c
9414         (buffer_frames_convert_fixate):
9415         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
9416         (gst_audio_convert_fixate):
9417         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
9418         (gst_sinesrc_create): Fixate func changes.
9419         
9420         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9421         (gst_ximagesink_buffer_alloc): Unused var.
9422
9423 2005-07-01  Andy Wingo  <wingo@pobox.com>
9424
9425         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
9426         getcaps to do explicit caps. Needs to be done in all decoders,
9427         possibly via a base class.
9428
9429         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
9430
9431         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
9432         caps on the sink pad, just rely on the pad template. Also, setting
9433         ANY caps on a pad is not valid because the caps are not fixed.
9434
9435         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
9436         caps on the buffer, and get the width from the desired_caps if
9437         they're set.
9438         (gst_ximagesink_renegotiate_size): Implement via setting the
9439         desired_caps on the ximagesink.
9440         (gst_ximagesink_setcaps): Only reset the width of the player if it
9441         wasn't already set. Not sure if this is right.
9442         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
9443
9444         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
9445         that the user wants. NULL unless the window has been resized.
9446
9447         * gst/volume/gstvolume.c (volume_transform): Adapt to
9448         basetransform refcount changes.
9449         
9450 2005-07-01  Andy Wingo  <wingo@pobox.com>
9451
9452         * gst/videoscale/gstvideoscale.c:
9453         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
9454         from BaseTransform, implements a transform_caps. Removed dead code
9455         including some PAR stuff that was never reached -- should probably
9456         be added back somehow.
9457
9458 2005-07-01  Andy Wingo  <wingo@pobox.com>
9459
9460         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
9461         come later.
9462
9463 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9464
9465         * configure.ac:
9466         * docs/libs/Makefile.am:
9467         * docs/libs/gst-plugins-libs.types:
9468         * ext/alsa/Makefile.am:
9469         * ext/alsa/gstalsamixer.h:
9470         * ext/alsa/gstalsamixeroptions.h:
9471         * ext/alsa/gstalsamixertrack.h:
9472         * gst-libs/gst/Makefile.am:
9473         * gst-libs/gst/colorbalance/.cvsignore:
9474         * gst-libs/gst/colorbalance/Makefile.am:
9475         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9476         * gst-libs/gst/colorbalance/colorbalance.c:
9477         * gst-libs/gst/colorbalance/colorbalance.h:
9478         * gst-libs/gst/colorbalance/colorbalance.vcproj:
9479         * gst-libs/gst/colorbalance/colorbalancechannel.c:
9480         * gst-libs/gst/colorbalance/colorbalancechannel.h:
9481         * gst-libs/gst/interfaces/Makefile.am:
9482         * gst-libs/gst/interfaces/colorbalance.c:
9483         (gst_color_balance_class_init):
9484         * gst-libs/gst/interfaces/colorbalance.h:
9485         * gst-libs/gst/interfaces/interfaces-marshal.list:
9486         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
9487         * gst-libs/gst/interfaces/mixer.h:
9488         * gst-libs/gst/interfaces/mixeroptions.h:
9489         * gst-libs/gst/interfaces/navigation.c:
9490         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
9491         * gst-libs/gst/interfaces/tuner.h:
9492         * gst/volume/Makefile.am:
9493         * gst/volume/gstvolume.c:
9494         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9495         * sys/ximage/Makefile.am:
9496         * sys/ximage/ximagesink.c:
9497         * sys/xvimage/Makefile.am:
9498         * sys/xvimage/xvimagesink.c:
9499           fold in all interfaces into an interfaces dir, preserving CVS
9500           history
9501
9502 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9503
9504         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9505           Fix build after riff changes.
9506
9507 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9508
9509         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9510         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9511         (gst_riff_create_video_template_caps),
9512         (gst_riff_create_audio_template_caps),
9513         (gst_riff_create_iavs_template_caps):
9514         * gst-libs/gst/riff/riff-media.h:
9515         * gst-libs/gst/riff/riff-read.h:
9516         * gst-libs/gst/riff/riff.c: (gst_riff_init):
9517           Add gst_riff_init() to initialize the debug category, instead
9518           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
9519
9520 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9521
9522         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
9523           Oops, I shouldn't apply hacks.
9524
9525 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9526
9527         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
9528           Remove pad_loop function which doesn't work.
9529
9530 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9531
9532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
9533           Send EOS when deactivating.
9534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9535         (check_queue), (queue_threshold_reached), (queue_out_of_data),
9536         (gen_preroll_element), (probe_triggered), (mute_stream),
9537         (silence_stream), (new_decoded_pad), (setup_substreams),
9538         (set_active_source):
9539         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
9540         (remove_sinks), (add_sink):
9541         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
9542           Change for new probe API.
9543
9544 2005-06-29  Wim Taymans  <wim@fluendo.com>
9545
9546         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
9547         * gst-libs/gst/audio/gstbaseaudiosink.c:
9548         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
9549         (gst_baseaudiosink_change_state):
9550         * gst-libs/gst/audio/gstbaseaudiosink.h:
9551         * gst-libs/gst/audio/gstringbuffer.c:
9552         (gst_ringbuffer_set_callback):
9553         Fix compilation error.
9554         Ringbuffer starts out as not running.
9555         Free our clock in dispose.
9556         When releasing the ringbuffer we need to renegotiate so
9557         clear the pad caps.
9558
9559 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9560
9561         * autogen.sh:
9562         * configure.ac:
9563         * docs/Makefile.am:
9564         * docs/libs/Makefile.am:
9565         * docs/libs/gst-plugins-libs-docs.sgml:
9566         * docs/libs/gst-plugins-libs-sections.txt:
9567         * docs/libs/gst-plugins-libs.types:
9568         * docs/libs/tmpl/gstaudio.sgml:
9569         * docs/libs/tmpl/gstcolorbalance.sgml:
9570         * docs/libs/tmpl/gstringbuffer.sgml:
9571         * gst-libs/gst/audio/gstringbuffer.c:
9572         (gst_ringbuffer_set_callback):
9573           reinstate gtk-doc docs for plugin libs
9574
9575 2005-06-28  Wim Taymans  <wim@fluendo.com>
9576
9577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9578         (gst_ogg_demux_init):
9579         Removed pad loop function.
9580
9581 2005-06-28  Wim Taymans  <wim@fluendo.com>
9582
9583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9584         If we're building a chain we are not in an error case
9585         when we queue a buffer.
9586
9587 2005-06-28  Andy Wingo  <wingo@pobox.com>
9588
9589         * *.c: Don't cast to GstObject before reffing/unreffing.
9590
9591 2005-06-27  Andy Wingo  <wingo@pobox.com>
9592
9593         * gst/videotestsrc/gstvideotestsrc.c
9594         (gst_videotestsrc_activate_push): Activation API changes.
9595
9596         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
9597         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
9598         they have refs on the decodebin.
9599
9600         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
9601         parent class.
9602         (gst_ogg_pad_typefind): Don't leak a pad ref.
9603         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
9604         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
9605         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
9606
9607 2005-06-27  Edward Hervey  <edward@fluendo.com>
9608
9609         * ext/theora/theoradec.c: (theora_dec_change_state): 
9610         re-arranged call to parent's state change in order to avoid locks (or
9611         worse).
9612
9613 2005-06-26  Edward Hervey  <edward@fluendo.com>
9614
9615         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9616         2nd argument of 'unknow-type' signal is a GstCaps and not a
9617         GstMiniObject
9618
9619 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
9620         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
9621           Set the worker thread's running flag to TRUE before starting the
9622           thread.
9623         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
9624           Catch a failure to add typefind to the bin.
9625
9626 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
9627
9628         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9629         (gst_sinesrc_init), (gst_sinesrc_create),
9630         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
9631         (gst_sinesrc_start):
9632         * gst/sine/gstsinesrc.h:
9633           add num-buffers and timestamp-offset properties
9634         * gst/videotestsrc/gstvideotestsrc.c:
9635         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
9636         (gst_videotestsrc_get_property):
9637           add timestamp-offset property
9638
9639 2005-06-23  Christian Schaller  <uraeus@gnome.org>
9640
9641         * configure.ac: add videorate
9642         * gst-plugins-base.spec.in: add videorate
9643
9644 2005-06-23  Wim Taymans  <wim@fluendo.com>
9645
9646         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9647         (gst_videorate_getcaps), (gst_videorate_setcaps),
9648         (gst_videorate_event), (gst_videorate_chain):
9649         Fixed videorate, fixating an already fixated caps is not
9650         an error.
9651
9652 2005-06-23  Wim Taymans  <wim@fluendo.com>
9653
9654         * ext/ogg/README:
9655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
9656         Buffer on caps is not boxed anymore.
9657
9658 2005-06-22  Wim Taymans  <wim@fluendo.com>
9659
9660         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
9662         Set buffers on caps as miniobjects and not as boxed.
9663
9664 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9665
9666         * configure.ac:
9667           back to HEAD
9668
9669 === release 0.9.1 ===
9670
9671 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
9672
9673         * .cvsignore:
9674         * NEWS:
9675         * README:
9676         * RELEASE:
9677         * configure.ac:
9678         * po/af.po:
9679         * po/az.po:
9680         * po/cs.po:
9681         * po/en_GB.po:
9682         * po/hu.po:
9683         * po/it.po:
9684         * po/nb.po:
9685         * po/nl.po:
9686         * po/or.po:
9687         * po/sq.po:
9688         * po/sr.po:
9689         * po/sv.po:
9690         * po/uk.po:
9691         * po/vi.po:
9692           updates for release
9693
9694 2005-06-09  Andy Wingo  <wingo@pobox.com>
9695
9696         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
9697         
9698 2005-06-09  Andy Wingo  <wingo@pobox.com>
9699
9700         * configure.ac:
9701         * gst-libs/gst/Makefile.am:
9702         * gst-libs/gst/net/Makefile.am:
9703         Add gstnet to build.
9704
9705 2005-06-09  Andy Wingo  <wingo@pobox.com>
9706
9707         * gst-libs/gst/gconf/gconf.c:
9708         * gst/playback/test.c:
9709         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
9710         fixes.
9711
9712         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
9713
9714         * ext/theora/theoraenc.c (theora_enc_chain): 
9715         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
9716
9717         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
9718         RealPad.
9719
9720 2005-06-02  Wim Taymans  <wim@fluendo.com>
9721
9722         * gst-libs/gst/net/Makefile.am:
9723         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9724         * pkgconfig/gstreamer-libs.pc.in:
9725         Added net stuff, version net lib.
9726
9727 2005-06-02  Wim Taymans  <wim@fluendo.com>
9728
9729         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
9730         (query_rates), (query_positions_elems), (query_positions_pads),
9731         (do_seek):
9732         Updated seek example.
9733
9734 2005-06-02  Andy Wingo  <wingo@pobox.com>
9735
9736         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
9737         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
9738         list.
9739
9740         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
9741         remove the typefind, the bin dispose will do it for us. When it's
9742         removed and unreffed, the signal handler will be disconnected,
9743         too.
9744         (unlinked): It's too difficult to disconnect from unlinked
9745         handlers, as they are on pads not elements. Just punt if the pads
9746         aren't grandkids of the bin.
9747
9748 2005-06-02  Wim Taymans  <wim@fluendo.com>
9749
9750         * ext/ogg/README:
9751         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9752         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
9753         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
9754         * ext/theora/theoradec.c: (theora_dec_src_query),
9755         (theora_handle_data_packet):
9756         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9757         (theora_enc_chain):
9758         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9759         (vorbis_handle_data_packet):
9760         * gst/audioconvert/bufferframesconvert.c:
9761         (buffer_frames_convert_chain):
9762         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9763         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9764         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9765         (gst_ffmpegcsp_chain):
9766         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
9767         (gst_videorate_getcaps), (gst_videorate_setcaps),
9768         (gst_videorate_event), (gst_videorate_chain):
9769         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
9770         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
9771         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9772         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
9773         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9774         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9775         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9776         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
9777         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9778         Cleanups and buffer alloc.
9779
9780 2005-05-31  Wim Taymans  <wim@fluendo.com>
9781
9782         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
9783         Don't try to call the delay method when the device is not
9784         opened.
9785
9786 2005-05-31  Wim Taymans  <wim@fluendo.com>
9787
9788         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
9789         Get actual segment size and buffer size after opening
9790         the device.
9791
9792 2005-05-30  Wim Taymans  <wim@fluendo.com>
9793
9794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
9795         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
9796         Also FLUSH upstream, makes the loop function exit faster.
9797         
9798         * ext/theora/theoradec.c: (theora_dec_src_query):
9799         Some more debug info in the query.
9800         
9801         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9802         (gst_ximagesink_setcaps):
9803         Release lock on par error, better error reporting.
9804
9805 2005-05-26  Wim Taymans  <wim@fluendo.com>
9806
9807         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9808         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
9809         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
9810         Clear chains in READY
9811         Queue packets until the chain is activated.
9812
9813 2005-05-25  Wim Taymans  <wim@fluendo.com>
9814
9815         * gst-libs/gst/audio/gstaudiosink.c:
9816         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9817         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9818         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9819         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9820         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
9821         (gst_audiosink_create_ringbuffer):
9822         * gst-libs/gst/audio/gstbaseaudiosink.c:
9823         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
9824         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
9825         (gst_baseaudiosink_set_property), (build_linear_format),
9826         (debug_spec_caps), (debug_spec_buffer),
9827         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
9828         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
9829         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
9830         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9831         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9832         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9833         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
9834         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9835         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
9836         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
9837         (wait_segment), (gst_ringbuffer_commit),
9838         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
9839         (gst_ringbuffer_clear):
9840         Various small cleanups.
9841
9842         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9843         (gst_audio_convert_change_state):
9844         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
9845         No need to take the locks anymore.
9846
9847 2005-05-25  Wim Taymans  <wim@fluendo.com>
9848
9849         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9850         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
9851         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
9852         (type_found):
9853         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
9854         (group_destroy), (group_commit), (queue_overrun),
9855         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
9856         (mute_stream), (new_decoded_pad), (setup_substreams),
9857         (setup_source), (mute_group_type), (set_active_source),
9858         (gst_play_base_bin_change_state):
9859         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9860         (gen_video_element), (gen_text_element), (gen_audio_element),
9861         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
9862         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
9863         (gst_stream_info_dispose), (gst_stream_info_set_mute):
9864         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9865         Some playbin cleanups mostly refcounting sloppyness.
9866
9867 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9868
9869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
9870           Work with streaming input.
9871
9872 2005-05-25  Wim Taymans  <wim@fluendo.com>
9873
9874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9875         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9876         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9877         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
9878         No need to take the STREAM lock anymore.
9879
9880 2005-05-25  Wim Taymans  <wim@fluendo.com>
9881
9882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
9883         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
9884         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
9885         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
9886         (gst_ogg_demux_sink_activate):
9887         * ext/theora/theoradec.c: (theora_dec_src_event),
9888         (theora_handle_comment_packet), (theora_dec_chain),
9889         (theora_dec_change_state):
9890         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
9891         (vorbis_handle_data_packet), (vorbis_dec_chain),
9892         (vorbis_dec_change_state):
9893         Remove STREAM locks as they are taken in core now.
9894         Never set bogus granulepos on vorbis/theora.
9895         Fix leaks in theoradec tag parsing.
9896
9897 2005-05-25  Wim Taymans  <wim@fluendo.com>
9898
9899         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
9900         Fix memleaks, GST_BUFFER_DATA() is not freed.
9901
9902 2005-05-25  Wim Taymans  <wim@fluendo.com>
9903
9904         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9905         Open non-blocking, set to blocking mode afterwards to avoid
9906         lockups when audio device is busy.
9907
9908 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9909
9910         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
9911           This can't be good.
9912
9913 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9914
9915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9916         (gst_audio_convert_chain), (gst_audio_convert_link_src),
9917         (gst_audio_convert_setcaps):
9918           Implement instant setup switching.
9919
9920 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9921
9922         * gst/playback/gstplaybasebin.c: (probe_triggered):
9923           Fix missing unlock.
9924         * gst/playback/gstplaybin.c: (add_sink):
9925           First add, then link (otherwise pad link fails).
9926
9927 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9928
9929         * examples/Makefile.am:
9930         fix buildbot (make distcheck)
9931
9932 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9933
9934         * gst/playback/gstplaybin.c: (gen_vis_element):
9935           Remove some wrong code. Doesn't work yet.
9936
9937 2005-05-19  Wim Taymans  <wim@fluendo.com>
9938
9939         * gst-libs/gst/net/Makefile.am:
9940         * gst-libs/gst/net/README:
9941         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
9942         (gst_netbuffer_class_init), (gst_netbuffer_init),
9943         (gst_netbuffer_finalize), (gst_netbuffer_copy),
9944         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
9945         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
9946         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
9947         * gst-libs/gst/net/gstnetbuffer.h:
9948         Added buffer subclass to store extra to/from addresses for
9949         network sources/sinks.
9950
9951 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9952
9953         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9954           Don't lock an unassigned variable.
9955
9956 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9957
9958         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
9959           Increase buffer for video, decrease buffer for other media types.
9960         * gst/playback/gstplaybin.c: (gen_video_element),
9961         (gen_audio_element):
9962           Change names for debugging purposes.
9963
9964 2005-05-18  Wim Taymans  <wim@fluendo.com>
9965
9966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9967         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9968         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
9969         (gst_ffmpegcsp_chain):
9970         Enable buffer alloc passthrough if the source and dest
9971         formats are the same.
9972
9973 2005-05-17  Wim Taymans  <wim@fluendo.com>
9974
9975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
9976         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9977         (gst_ogg_demux_chain_unlocked):
9978         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9979         (gst_audio_convert_caps_remove_format_info),
9980         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
9981         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
9982         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9983         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
9984         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
9985         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
9986         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9987         (gst_ffmpegcsp_get_property):
9988         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9989         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
9990         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
9991         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
9992         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
9993         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
9994         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
9995         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
9996         Leak fixes in oggdemux.
9997         Some cleanups in audioconvert.
9998         Make passthrough work along with buffer_alloc etc.
9999         Make buffer_alloc and buffer recycling actually work in
10000         xvimagesink.
10001
10002 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
10003
10004         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
10005           make the compiler happy
10006
10007 2005-05-17  Wim Taymans  <wim@fluendo.com>
10008
10009         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
10010         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
10011         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
10012         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
10013         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10014         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
10015         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10016         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
10017         (gst_xvimagesink_set_xwindow_id):
10018         * sys/xvimage/xvimagesink.h:
10019         Port xvimagesink to new MiniObject.
10020
10021 2005-05-17  Wim Taymans  <wim@fluendo.com>
10022
10023         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
10024         (gst_audiofilter_chain):
10025         * gst-libs/gst/audio/gstaudiosink.c:
10026         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10027         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10028         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10029         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10030         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10031         (gst_audiosink_create_ringbuffer):
10032         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10033         (gst_audio_convert_caps_remove_format_info),
10034         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10035         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10036         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10037         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10038         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10039         Fix passthrough in ffmpegcolorspace.
10040         Fix memset in audiosink on wrong memory.
10041
10042 2005-05-16  David Schleef  <ds@schleef.org>
10043
10044         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
10045         to GstMiniObject.
10046
10047 2005-05-16  David Schleef  <ds@schleef.org>
10048
10049         Port from GstData to GstMiniObject.
10050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
10051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
10052         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
10053         (gst_ogg_mux_collected):
10054         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10055         * ext/theora/theoradec.c: (theora_handle_comment_packet),
10056         (theora_handle_data_packet):
10057         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10058         (theora_set_header_on_caps), (theora_enc_chain):
10059         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10060         (vorbis_handle_comment_packet):
10061         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
10062         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
10063         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
10064         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
10065         * gst/audioconvert/gstaudioconvert.c:
10066         (gst_audio_convert_get_buffer):
10067         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10068         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
10069         (mute_stream), (silence_stream):
10070         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10071         * gst/volume/gstvolume.c: (volume_transform):
10072         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10073         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
10074         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
10075         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
10076         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
10077         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
10078         (gst_ximagesink_buffer_alloc):
10079         * sys/ximage/ximagesink.h:
10080
10081 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10082
10083         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10084         (fill_buffer), (check_queue), (queue_threshold_reached),
10085         (queue_out_of_data):
10086         * gst/playback/gstplaybasebin.h:
10087           Post buffer-fullness on the bus.
10088
10089 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10090
10091         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10092         (try_to_link_1):
10093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10094         (group_commit), (probe_triggered), (setup_source),
10095         (gst_play_base_bin_change_state):
10096         * gst/playback/gstplaybasebin.h:
10097         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10098         (gst_play_bin_init), (remove_sinks), (setup_sinks),
10099         (gst_play_bin_change_state):
10100           Move setup_output_pads into a virtual function, remove
10101           group-switch (no longer needed) and redirect (handled by bus
10102           now) signals.
10103
10104 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10105
10106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10107         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
10108         (get_active_group), (get_building_group), (group_destroy),
10109         (group_commit), (check_queue), (queue_overrun),
10110         (queue_threshold_reached), (queue_out_of_data),
10111         (gen_preroll_element), (remove_groups), (unknown_type),
10112         (add_element_stream), (no_more_pads), (probe_triggered),
10113         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
10114         (setup_substreams), (setup_source), (finish_source),
10115         (prepare_output), (muted_group_change_state),
10116         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10117         (gst_play_base_bin_change_state):
10118         * gst/playback/gstplaybasebin.h:
10119         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10120         (gst_play_bin_init), (gst_play_bin_set_property),
10121         (gen_video_element), (gen_text_element), (gen_audio_element),
10122         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
10123         (gst_play_bin_change_state):
10124         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10125         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
10126         (stream_info_change_state), (gst_stream_info_set_mute),
10127         (gst_stream_info_get_property):
10128         * gst/playback/gststreaminfo.h:
10129         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10130         (gst_stream_selector_get_linked_pad),
10131         (gst_stream_selector_getcaps),
10132         (gst_stream_selector_get_linked_pads),
10133         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10134         * gst/playback/gststreamselector.h:
10135           Rough port of playbin. Needs some more work, but is mostly done,
10136           and uses a few locks in important places, which should make stuff
10137           like chain-switches clean. Still uses GST_STATE() in a few places,
10138           which isn't all that good an idea, subtitles/elements disabled
10139           because no elements to test with and thus probably broken, query
10140           and event handling moved to GstBin, internal thread removed
10141           alltogether because the pipeline does that for us now. Can play
10142           Ogg/Vorbis files. Haven't tested anything else yet.
10143
10144 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10145
10146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
10147           Do no-more-pads (needed for autoplugging).
10148
10149 2005-05-10  Andy Wingo  <wingo@pobox.com>
10150
10151         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
10152         message to the bus with the tags. Still not sent downstream tho.
10153
10154         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
10155         get_parent.
10156         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
10157         avoid refcounting hassles.
10158
10159 2005-05-09  Andy Wingo  <wingo@pobox.com>
10160
10161         * gst/volume/Makefile.am:
10162         * gst/volume/demo.c
10163         * gst/volume/gstvolume.h
10164         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
10165         basetransform. Probably need an audio filter base class.
10166
10167 2005-05-09  Wim Taymans  <wim@fluendo.com>
10168
10169         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
10170         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
10171         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
10172         (gst_vorbisenc_chain):
10173         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10174         (gst_audio_convert_caps_remove_format_info),
10175         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10176         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10177         Make caps writable before writing to it.
10178         Fix negotiation in audioconvert some more.
10179
10180 2005-05-09  Wim Taymans  <wim@fluendo.com>
10181
10182         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10183         (gst_videorate_getcaps), (gst_videorate_setcaps),
10184         (gst_videorate_event), (gst_videorate_chain):
10185         Better negotiation.
10186
10187 2005-05-09  Wim Taymans  <wim@fluendo.com>
10188
10189         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
10190         (gst_videorate_getcaps), (gst_videorate_setcaps),
10191         (gst_videorate_blank_data), (gst_videorate_init),
10192         (gst_videorate_event), (gst_videorate_chain),
10193         (gst_videorate_change_state):
10194         Port videorate, do a better job at negotiation while we're at
10195         it.
10196
10197 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
10198
10199         * configure.ac:
10200           Disable libvisual
10201
10202         * examples/Makefile.am:
10203         * gst-libs/gst/audio/Makefile.am:
10204         * gst-libs/gst/riff/Makefile.am:
10205         * gst-libs/gst/tag/Makefile.am:
10206         * gst-libs/gst/video/Makefile.am:
10207           Fixups for missing variables.
10208
10209 2005-05-09  Wim Taymans  <wim@fluendo.com>
10210
10211         * examples/seeking/seek.c: (make_theora_pipeline),
10212         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
10213         (query_rates), (query_positions_elems), (query_positions_pads),
10214         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
10215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
10216         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
10217         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
10218         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10219         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
10220         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10221         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10222         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10223         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10224         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10225         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10226         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10227         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
10228         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
10229         (theora_dec_src_convert), (theora_dec_sink_convert),
10230         (theora_dec_src_query), (theora_dec_sink_query),
10231         (theora_dec_src_event), (theora_dec_sink_event),
10232         (theora_handle_comment_packet), (theora_handle_type_packet),
10233         (theora_handle_header_packet), (theora_handle_data_packet),
10234         (theora_dec_chain):
10235         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10236         (vorbis_dec_convert), (vorbis_dec_src_query),
10237         (vorbis_dec_sink_query), (vorbis_dec_src_event),
10238         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10239         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10240         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10241         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
10242         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
10243         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
10244         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10245         (gst_play_bin_query):
10246         * gst/playback/test3.c: (update_scale):
10247         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
10248         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
10249         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10250         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
10251         (gst_videotestsrc_src_query):
10252         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
10253         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
10254         (paint_hline_YUV9):
10255         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
10256         Port to new query API.
10257         Updated seek.
10258         Cleanups in x[v]imagesink
10259
10260 2005-05-09  Andy Wingo  <wingo@pobox.com>
10261
10262         * ext/alsa/gstalsasink.h:
10263         * ext/gnomevfs/gstgnomevfssrc.c:
10264         (gst_gnomevfssrc_get_icy_metadata):
10265         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
10266         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
10267         * ext/theora/theoradec.c (theora_dec_src_query)
10268         (theora_dec_src_event, theora_dec_sink_event)
10269         (theora_handle_comment_packet, theora_handle_data_packet):
10270         * ext/theora/theoraenc.c (theora_enc_chain):
10271         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
10272         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
10273         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
10274         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
10275         (qt_type_find):
10276         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
10277         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
10278         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
10279         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
10280         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
10281         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
10282         (paint_setup_xBGR8888, paint_setup_RGBx8888)
10283         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
10284         (paint_setup_RGB565, paint_setup_xRGB1555):
10285         * gst/videotestsrc/videotestsrc.h:
10286         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
10287         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
10288         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
10289         GCC4 fixes.
10290         
10291         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
10292         gst_pad_query_position. Fixes oggdemux.
10293
10294 2005-05-08  David Schleef  <ds@schleef.org>
10295
10296         * configure.ac: Require liboil.
10297         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
10298         a few more.
10299         * gst/videotestsrc/videotestsrc.c:
10300         * gst/videotestsrc/videotestsrc.h:
10301
10302 2005-05-06  Wim Taymans  <wim@fluendo.com>
10303
10304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10305         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10306         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10307         Well, unreffing a buffer right before pushing it is asking
10308         for trouble..
10309
10310 2005-05-06  Christian Schaller  <uraeus@gnome.org>
10311
10312         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
10313
10314 2005-05-06  Wim Taymans  <wim@fluendo.com>
10315
10316         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10317         (gst_audio_convert_caps_remove_format_info),
10318         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
10319         (gst_audio_convert_fixate), (gst_audio_convert_channels):
10320         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10321         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
10322         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
10323         * gst/sine/Makefile.am:
10324         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
10325         (gst_sinesrc_class_init), (gst_sinesrc_init),
10326         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
10327         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
10328         (gst_sinesrc_update_freq):
10329         * gst/sine/gstsinesrc.h:
10330         * gst/tcp/gstmultifdsink.c:
10331         * sys/xvimage/xvimagesink.c:
10332         Fixed negotiation wrt _peer_get_caps()
10333         Some cleanups.
10334
10335
10336 2005-05-06  Wim Taymans  <wim@fluendo.com>
10337
10338         * gst-libs/gst/audio/gstaudiosink.c:
10339         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10340         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10341         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10342         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10343         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10344         (gst_audiosink_create_ringbuffer):
10345         * gst-libs/gst/audio/gstbaseaudiosink.c:
10346         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10347         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10348         (gst_baseaudiosink_set_property), (build_linear_format),
10349         (debug_spec_caps), (debug_spec_buffer),
10350         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10351         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10352         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10353         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10354         * gst-libs/gst/audio/gstbaseaudiosink.h:
10355         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10356         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10357         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
10358         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10359         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
10360         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
10361         (wait_segment), (gst_ringbuffer_commit),
10362         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
10363         (gst_ringbuffer_clear):
10364         * gst-libs/gst/audio/gstringbuffer.h:
10365         Make the base audiosink return an error when there is no
10366         audiobuffer negotiated.
10367
10368 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10369
10370         * ext/Makefile.am:
10371         Disable cdparanoia until someone ports it!
10372
10373 2005-05-06  Wim Taymans  <wim@fluendo.com>
10374
10375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10376         (gst_ogg_demux_sink_activate):
10377         And revert after wingo's revert.. sigh..
10378
10379 2005-05-05  Andy Wingo  <wingo@pobox.com>
10380
10381         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
10382         GObject.
10383         * configure.ac: Return audiorate and subparse from the ghetto.
10384         Re-enable -Wall -Werror.
10385         * gst/subparse/gstsubparse.c:
10386         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
10387         or chain-based. Cleaned up a bit. Not tested.
10388         
10389 2005-05-05  Christian Schaller <christian@fluendo.com> 
10390
10391         * Makefile.am: remove stuff that is not building
10392         * configure.ac: remove stuff that is not building
10393         * examples/Makefile.am: remove stuff that is not building
10394         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
10395         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
10396         * sys/Makefile.am: remove stuff that is not building
10397         * testsuite/Makefile.am: remove stuff that is not building
10398
10399 2005-05-05  Andy Wingo  <wingo@pobox.com>
10400
10401         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10402         * gst-libs/gst/tag/gstvorbistag.c:
10403         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
10404         * gst/adder/gstadder.h:
10405         * gst/audioconvert/gstchannelmix.c:
10406         (gst_audio_convert_fill_one_other):
10407         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
10408         (gst_audiorate_init), (gst_audiorate_chain):
10409         * gst/playback/gstplaybasebin.c: (setup_source):
10410         * gst/playback/test3.c: (update_scale):
10411         Some GCC4 fixes
10412         
10413         * po/af.po:
10414         * po/az.po:
10415         * po/cs.po:
10416         * po/en_GB.po:
10417         * po/hu.po:
10418         * po/it.po:
10419         * po/nb.po:
10420         * po/nl.po:
10421         * po/or.po:
10422         * po/sq.po:
10423         * po/sr.po:
10424         * po/sv.po:
10425         * po/uk.po:
10426         * po/vi.po: Foo
10427
10428 2005-05-05  Wim Taymans  <wim@fluendo.com>
10429
10430         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10431         (gst_audio_convert_caps_remove_format_info),
10432         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10433         (gst_audio_convert_change_state), (gst_audio_convert_channels):
10434         * gst/videotestsrc/gstvideotestsrc.c:
10435         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
10436         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
10437         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
10438         (gst_videotestsrc_init), (gst_videotestsrc_loop):
10439         Don't ignore _push() return values.
10440         Make sure no processing is done when shutting down.
10441         Videotestsrc pad activation fix.
10442
10443 2005-05-05  Wim Taymans  <wim@fluendo.com>
10444
10445         * gst/adder/Makefile.am:
10446         * gst/adder/gstadder.c: (gst_adder_setcaps),
10447         (gst_adder_class_init), (gst_adder_init),
10448         (gst_adder_request_new_pad), (gst_adder_collected),
10449         (gst_adder_change_state):
10450         * gst/adder/gstadder.h:
10451         Ported adder as an example of a mixer element using
10452         collect pads. Needs more negotiation work.
10453
10454 2005-05-05  Wim Taymans  <wim@fluendo.com>
10455
10456         * ext/theora/theoradec.c: (_inc_granulepos),
10457         (theora_dec_src_event), (theora_dec_sink_event),
10458         (theora_handle_comment_packet), (theora_handle_type_packet),
10459         (theora_handle_header_packet), (theora_handle_data_packet),
10460         (theora_dec_chain):
10461         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10462         (gst_theora_enc_init), (theora_enc_sink_setcaps),
10463         (theora_push_buffer), (theora_push_packet),
10464         (theora_enc_sink_event), (theora_enc_chain),
10465         (theora_enc_change_state), (theora_enc_set_property),
10466         (theora_enc_get_property):
10467         Added stream lock to decoder so that we can serialize
10468         the discont event.
10469         More theoraenc porting, recover from errors, do clean
10470         shutdown.
10471
10472 2005-05-05  Wim Taymans  <wim@fluendo.com>
10473
10474         * ext/ogg/Makefile.am:
10475         * ext/ogg/README:
10476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10477         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
10478         (gst_ogg_print):
10479         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10480         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
10481         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
10482         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
10483         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
10484         (gst_ogg_mux_change_state):
10485         Ported ogg muxer.
10486
10487 2005-05-05  Wim Taymans  <wim@fluendo.com>
10488
10489         * docs/design-audiosinks.txt:
10490         * gst-libs/gst/audio/TODO:
10491         * gst-libs/gst/audio/gstaudiosink.c:
10492         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10493         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10494         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10495         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10496         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10497         (gst_audiosink_create_ringbuffer):
10498         * gst-libs/gst/audio/gstbaseaudiosink.c:
10499         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10500         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10501         (gst_baseaudiosink_set_property), (build_linear_format),
10502         (debug_spec_caps), (debug_spec_buffer),
10503         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10504         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10505         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10506         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10507         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10508         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10509         (gst_ringbuffer_release), (gst_ringbuffer_play),
10510         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10511         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10512         (gst_ringbuffer_set_sample), (wait_segment),
10513         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10514         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10515         More work on the audiosink, mostly debugging and a race in
10516         shutdown.
10517
10518 2005-04-28  Wim Taymans  <wim@fluendo.com>
10519
10520         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10521         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
10522         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
10523         (vorbis_dec_src_query), (vorbis_dec_src_event),
10524         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10525         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10526         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
10527         Don't crap out when seeking back to position 0.
10528
10529 2005-04-28  Wim Taymans  <wim@fluendo.com>
10530
10531         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
10532         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
10533         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
10534         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10535         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
10536         Make audio sink configurable, use alsasink as default.
10537
10538 2005-04-28  Wim Taymans  <wim@fluendo.com>
10539
10540         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10541         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
10542         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
10543         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
10544         (vorbis_dec_change_state):
10545         * ext/vorbis/vorbisdec.h:
10546         Refactor, use STREAM_LOCK.
10547
10548 2005-04-28  Wim Taymans  <wim@fluendo.com>
10549
10550         * ext/theora/theoradec.c: (_inc_granulepos),
10551         (theora_dec_sink_event), (theora_handle_comment_packet),
10552         (theora_handle_type_packet), (theora_handle_header_packet),
10553         (theora_handle_data_packet), (theora_dec_chain),
10554         (theora_dec_change_state):
10555         Refactor a bit, use STREAM_LOCK.
10556
10557 2005-04-28  Wim Taymans  <wim@fluendo.com>
10558
10559         * ext/alsa/Makefile.am:
10560         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
10561         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
10562         (gst_alsa_link), (gst_alsa_close_audio):
10563         * ext/alsa/gstalsaplugin.c: (plugin_init):
10564         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
10565         (gst_alsasink_dispose), (gst_alsasink_base_init),
10566         (gst_alsasink_class_init), (gst_alsasink_init),
10567         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
10568         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
10569         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
10570         (gst_alsasink_reset):
10571         * ext/alsa/gstalsasink.h:
10572         Implement alsasink with simple open/write/close API. 
10573         Make alsa dir build by disabling compilation of code.
10574
10575 2005-04-28  Wim Taymans  <wim@fluendo.com>
10576
10577         * gst-libs/gst/audio/Makefile.am:
10578         * gst-libs/gst/audio/audio.h:
10579         * gst-libs/gst/audio/audioclock.c:
10580         * gst-libs/gst/audio/audioclock.h:
10581         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
10582         (gst_audio_clock_class_init), (gst_audio_clock_init),
10583         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
10584         * gst-libs/gst/audio/gstaudioclock.h:
10585         * gst-libs/gst/audio/gstaudiosink.c:
10586         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10587         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10588         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10589         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10590         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
10591         (gst_audiosink_create_ringbuffer):
10592         * gst-libs/gst/audio/gstbaseaudiosink.c:
10593         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
10594         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
10595         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
10596         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
10597         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
10598         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
10599         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
10600         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10601         * gst-libs/gst/audio/gstbaseaudiosink.h:
10602         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10603         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
10604         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10605         (gst_ringbuffer_release), (gst_ringbuffer_play),
10606         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
10607         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
10608         (gst_ringbuffer_set_sample), (wait_segment),
10609         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
10610         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
10611         * gst-libs/gst/audio/gstringbuffer.h:
10612         Make ringbuffer faster and more simple by removing the locks
10613         in the playback thread.
10614         Add sample accurate playback based on buffer sample offsets.
10615         Make the baseaudiosink provide a clock.
10616         Parse caps in the base class.
10617         Correctly handle seeking, flushing and state changes.
10618
10619 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
10620
10621         * configure.ac:
10622         * gst/audioconvert/Makefile.am:
10623         * gst/audioscale/Makefile.am:
10624           Fix part of the build.  Come on guys, autogen didn't even work :)
10625
10626 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10627
10628         * configure.ac:
10629         * gst-libs/gst/Makefile.am:
10630         * gst-libs/gst/media-info/.cvsignore:
10631         * gst-libs/gst/media-info/Makefile.am:
10632         * gst-libs/gst/media-info/README:
10633         * gst-libs/gst/media-info/media-info-priv.c:
10634         * gst-libs/gst/media-info/media-info-priv.h:
10635         * gst-libs/gst/media-info/media-info-test.c:
10636         * gst-libs/gst/media-info/media-info.c:
10637         * gst-libs/gst/media-info/media-info.h:
10638         * gst-libs/gst/media-info/media-info.vcproj:
10639         * pkgconfig/Makefile.am:
10640         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
10641         * pkgconfig/gstreamer-media-info.pc.in:
10642           Remove media-info, which is also successed by playbin (see Totem
10643           implementation).
10644
10645 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10646
10647         * configure.ac:
10648         * examples/Makefile.am:
10649         * examples/gstplay/.cvsignore:
10650         * examples/gstplay/Makefile.am:
10651         * examples/gstplay/player.c:
10652         * gst-libs/gst/Makefile.am:
10653         * gst-libs/gst/play/.cvsignore:
10654         * gst-libs/gst/play/Makefile.am:
10655         * gst-libs/gst/play/play.c:
10656         * gst-libs/gst/play/play.h:
10657         * gst-libs/gst/play/play.vcproj:
10658         * pkgconfig/Makefile.am:
10659         * pkgconfig/gstreamer-play-uninstalled.pc.in:
10660         * pkgconfig/gstreamer-play.pc.in:
10661           Remove libgstplay, playbin is now the official successor.
10662
10663 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10664
10665         * configure.ac:
10666         * gst-libs/gst/Makefile.am:
10667         * gst-libs/gst/xwindowlistener/Makefile.am:
10668         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
10669         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
10670           Remove deprecated xwindowlistener (I've moved xwindowlistening
10671           in the v4l/v4l2 plugins over to serverside).
10672
10673 2005-04-25  David Schleef  <ds@schleef.org>
10674
10675         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
10676         to examples/dynparams.  Examples do not belong interspersed with
10677         source code.
10678         * examples/dynparams/demo-dparams.c:
10679         * gst/sine/Makefile.am:
10680         * gst/sine/demo-dparams.c:
10681
10682 2005-04-25  David Schleef  <ds@schleef.org>
10683
10684         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
10685         * gst-libs/gst/audio/Makefile.am:
10686         * gst-libs/gst/riff/Makefile.am:
10687         * gst-libs/gst/tag/Makefile.am:
10688         * gst-libs/gst/video/Makefile.am:
10689         * gst-libs/gst/xwindowlistener/Makefile.am:
10690
10691         Convert to 0.9 API, seems to work:
10692         * sys/ximage/Makefile.am:
10693         * sys/ximage/ximagesink.c:
10694
10695 2005-04-24  David Schleef  <ds@schleef.org>
10696
10697         Link plugins against libraries:
10698         * ext/alsa/Makefile.am:
10699         * gst/tcp/Makefile.am:
10700
10701         Remove asm code that should be in liboil
10702         * gst/videoscale/Makefile.am:
10703         * gst/videoscale/videoscale_x86_asm.s:
10704
10705         gettext wants these checked in:
10706         * po/af.po:
10707         * po/az.po:
10708         * po/cs.po:
10709         * po/en_GB.po:
10710         * po/hu.po:
10711         * po/it.po:
10712         * po/nb.po:
10713         * po/nl.po:
10714         * po/or.po:
10715         * po/sq.po:
10716         * po/sr.po:
10717         * po/sv.po:
10718         * po/uk.po:
10719         * po/vi.po:
10720
10721 2005-04-24  David Schleef  <ds@schleef.org>
10722
10723         Convert gst_main() to g_main_loop_run()
10724         * gst/playback/decodetest.c: (main):
10725         * gst/playback/test2.c: (main):
10726         * gst/playback/test3.c: (main):
10727         * gst/playback/test4.c: (main):
10728
10729         Link plugins against libraries:
10730         * ext/libvisual/Makefile.am:
10731         * sys/xvimage/Makefile.am:
10732
10733 2005-04-24  David Schleef  <ds@schleef.org>
10734
10735         * configure.ac: Remove idct and resample libs
10736         * gst-libs/gst/Makefile.am: same
10737
10738         Remove usage of gst_library_load():
10739         * ext/alsa/gstalsaplugin.c: (plugin_init):
10740         * ext/libvisual/visual.c: (plugin_init):
10741         * ext/ogg/gstogg.c: (plugin_init):
10742         * ext/theora/theora.c: (plugin_init):
10743         * ext/vorbis/vorbis.c: (plugin_init):
10744         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
10745         * gst/audioscale/gstaudioscale.c:
10746         * gst/adder/gstadder.c: (plugin_init):
10747         * gst/audioconvert/plugin.c: (plugin_init):
10748         * sys/ximage/ximagesink.c: (plugin_init):
10749         * sys/xvimage/xvimagesink.c: (plugin_init):
10750         * gst/tcp/gsttcpplugin.c: (plugin_init):
10751
10752         Link plugins against libraries:
10753         * ext/ogg/Makefile.am:
10754         * ext/theora/Makefile.am:
10755         * ext/vorbis/Makefile.am:
10756         * gst/audioconvert/Makefile.am:
10757
10758         Create proper libraries:
10759         * gst-libs/gst/riff/Makefile.am:
10760         * gst-libs/gst/audio/Makefile.am:
10761         * gst-libs/gst/video/Makefile.am:
10762
10763         Move resample library to audioscale plugin directory:
10764         * gst-libs/gst/resample/Makefile.am:
10765         * gst-libs/gst/resample/README:
10766         * gst-libs/gst/resample/dtof.c:
10767         * gst-libs/gst/resample/dtos.c:
10768         * gst-libs/gst/resample/functable.c:
10769         * gst-libs/gst/resample/private.h:
10770         * gst-libs/gst/resample/resample.c:
10771         * gst-libs/gst/resample/resample.h:
10772         * gst-libs/gst/resample/resample.vcproj:
10773         * gst-libs/gst/resample/test.c:
10774         * gst/audioscale/Makefile.am:
10775         * gst/audioscale/README:
10776         * gst/audioscale/dtof.c:
10777         * gst/audioscale/dtos.c:
10778         * gst/audioscale/functable.c:
10779         * gst/audioscale/private.h:
10780         * gst/audioscale/resample.c:
10781         * gst/audioscale/resample.h:
10782         * gst/audioscale/test.c:
10783
10784         Move tagedit library to gst-libs:
10785         * gst-libs/gst/tag/Makefile.am:
10786         * gst-libs/gst/tag/gstid3tag.c:
10787         * gst-libs/gst/tag/gsttagediting.c:
10788         * gst-libs/gst/tag/gsttageditingprivate.h:
10789         * gst-libs/gst/tag/gstvorbistag.c:
10790         * gst/tags/Makefile.am:
10791         * gst/tags/gstid3tag.c:
10792         * gst/tags/gstvorbistag.c:
10793
10794         Fix for core changes:
10795         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10796         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
10797         (gst_sinesrc_getrange):
10798
10799 2005-04-23  David Schleef  <ds@schleef.org>
10800
10801         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
10802         in gst-plugins in a long time, and properly belongs in liboil.
10803         * gst-libs/gst/idct/Makefile.am:
10804         * gst-libs/gst/idct/README:
10805         * gst-libs/gst/idct/dct.h:
10806         * gst-libs/gst/idct/doieee:
10807         * gst-libs/gst/idct/fastintidct.c:
10808         * gst-libs/gst/idct/floatidct.c:
10809         * gst-libs/gst/idct/idct.c:
10810         * gst-libs/gst/idct/idct.h:
10811         * gst-libs/gst/idct/idtc.vcproj:
10812         * gst-libs/gst/idct/ieeetest.c:
10813         * gst-libs/gst/idct/intidct.c:
10814
10815 2005-04-20  Wim Taymans  <wim@fluendo.com>
10816
10817         * docs/design-audiosinks.txt:
10818         * gst-libs/gst/audio/Makefile.am:
10819         * gst-libs/gst/audio/TODO:
10820         * gst-libs/gst/audio/gstaudiosink.c:
10821         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
10822         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
10823         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
10824         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
10825         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
10826         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
10827         (gst_audiosink_class_init), (gst_audiosink_init),
10828         (gst_audiosink_create_ringbuffer):
10829         * gst-libs/gst/audio/gstaudiosink.h:
10830         * gst-libs/gst/audio/gstbaseaudiosink.c:
10831         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
10832         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
10833         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
10834         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
10835         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
10836         (gst_baseaudiosink_create_ringbuffer),
10837         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
10838         * gst-libs/gst/audio/gstbaseaudiosink.h:
10839         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
10840         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
10841         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
10842         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
10843         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
10844         (gst_ringbuffer_play), (gst_ringbuffer_pause),
10845         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
10846         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
10847         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
10848         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
10849         * gst-libs/gst/audio/gstringbuffer.h:
10850         An attempt at a set of audio base classes together with some
10851         design docs.
10852
10853 2005-04-20  Wim Taymans  <wim@fluendo.com>
10854
10855         * gst/audioconvert/Makefile.am:
10856         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10857         (gst_audio_convert_caps_remove_format_info),
10858         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
10859         (gst_audio_convert_channels):
10860         Link against audio libs.
10861         Fix audio convert plugin.
10862
10863 2005-04-20  Wim Taymans  <wim@fluendo.com>
10864
10865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
10866         (gst_ogg_demux_sink_activate):
10867         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10868         (theora_set_header_on_caps), (theora_enc_sink_event),
10869         (theora_enc_chain):
10870         Fix theora encoder.
10871
10872 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10873
10874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
10875         * gst/playback/gstdecodebin.c: (find_compatibles):
10876           Work with staticpadtemplates in elementfactories.
10877
10878 2005-04-12  Wim Taymans  <wim@fluendo.com>
10879
10880         * gst/playback/README:
10881         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10882         (compare_ranks), (print_feature), (gst_decode_bin_init),
10883         (dynamic_create), (dynamic_free), (find_compatibles),
10884         (mimetype_is_raw), (close_pad_link), (got_redirect),
10885         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
10886         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
10887         (gst_decode_bin_change_state):
10888         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10889         (gst_play_base_bin_init), (group_destroy), (group_commit),
10890         (check_queue), (queue_overrun), (queue_threshold_reached),
10891         (queue_out_of_data), (gen_preroll_element), (unknown_type),
10892         (new_decoded_pad), (setup_subtitle), (gen_source_element),
10893         (got_redirect), (setup_source), (play_base_eos),
10894         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10895         (gst_play_base_bin_remove_element):
10896         * gst/playback/gstplaybasebin.h:
10897         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10898         (gst_play_bin_init), (gst_play_bin_dispose),
10899         (gst_play_bin_set_property), (gen_video_element),
10900         (gen_text_element), (gen_audio_element), (remove_sinks),
10901         (gst_play_bin_send_event):
10902         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
10903         (stream_info_change_state), (gst_stream_info_set_mute):
10904         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10905         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
10906         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
10907         (gst_stream_selector_chain):
10908         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
10909         (main):
10910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
10911         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
10912         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
10913         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
10914         Raw and crude port of decodebin. 
10915         Make playbin compile.
10916
10917 2005-04-06  Wim Taymans  <wim@fluendo.com>
10918
10919         * ext/gnomevfs/Makefile.am:
10920         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
10921         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10922         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
10923         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
10924         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
10925         (gst_gnomevfssrc_stop):
10926         * ext/ogg/Makefile.am:
10927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
10928         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
10929         * ext/theora/Makefile.am:
10930         * ext/theora/theoradec.c: (_inc_granulepos),
10931         (theora_dec_sink_event), (theora_dec_chain):
10932         * ext/vorbis/Makefile.am:
10933         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10934         (vorbis_dec_sink_event), (vorbis_dec_chain):
10935         * gst-libs/gst/audio/Makefile.am:
10936         * sys/xvimage/Makefile.am:
10937         Make gnomevfssrc extend the source base class.
10938         Fix linking against libs in various plugins.
10939
10940 2005-04-06  Andy Wingo  <wingo@pobox.com>
10941
10942         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
10943         GST_BASE_LIBS.
10944
10945         * configure.ac: Add check and AC_SUBST for libgstbase.
10946
10947 2005-03-31  Wim Taymans  <wim@fluendo.com>
10948
10949         * examples/seeking/Makefile.am:
10950         * examples/seeking/cdparanoia.c: (main):
10951         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
10952         (play_cb), (pause_cb), (stop_cb), (main):
10953         * examples/seeking/playbin.c:
10954         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
10955         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
10956         (make_sid_pipeline), (make_vorbis_pipeline),
10957         (make_theora_pipeline), (make_vorbis_theora_pipeline),
10958         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
10959         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
10960         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
10961         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
10962         (stop_cb), (main):
10963         * examples/seeking/spider_seek.c:
10964         * examples/seeking/vorbisfile.c:
10965         * ext/gnomevfs/Makefile.am:
10966         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10967         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
10968         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
10969         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
10970         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
10971         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
10972         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
10973         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10974         * ext/ogg/README:
10975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
10976         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
10977         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
10978         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
10979         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
10980         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
10981         (gst_ogg_pad_event), (gst_ogg_pad_reset),
10982         (gst_ogg_demux_factory_filter), (compare_ranks),
10983         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
10984         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
10985         (gst_ogg_chain_new), (gst_ogg_chain_free),
10986         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
10987         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
10988         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
10989         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
10990         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
10991         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10992         (gst_ogg_demux_get_prev_page),
10993         (gst_ogg_demux_deactivate_current_chain),
10994         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
10995         (gst_ogg_demux_bisect_forward_serialno),
10996         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10997         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
10998         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
10999         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
11000         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
11001         (gst_ogg_demux_change_state), (gst_ogg_print):
11002         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11003         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
11004         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
11005         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
11006         (gst_ogg_mux_loop):
11007         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11008         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
11009         (theora_dec_src_convert), (theora_dec_sink_convert),
11010         (theora_dec_src_query), (theora_dec_src_event),
11011         (theora_dec_sink_event), (theora_dec_chain),
11012         (theora_dec_change_state):
11013         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11014         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
11015         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
11016         (theora_enc_change_state):
11017         * ext/vorbis/Makefile.am:
11018         * ext/vorbis/oggvorbisenc.c:
11019         * ext/vorbis/oggvorbisenc.h:
11020         * ext/vorbis/vorbis.c: (plugin_init):
11021         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
11022         (vorbis_dec_src_query), (vorbis_dec_src_event),
11023         (vorbis_dec_sink_event), (vorbis_dec_chain),
11024         (vorbis_dec_change_state):
11025         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
11026         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
11027         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
11028         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
11029         (gst_vorbisenc_change_state):
11030         * ext/vorbis/vorbisenc.h:
11031         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
11032         * gst-libs/gst/audio/audioclock.c:
11033         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11034         (gst_audiofilter_init), (gst_audiofilter_chain):
11035         * gst-libs/gst/audio/testchannels.c: (main):
11036         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
11037         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
11038         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
11039         (gmip_find_track_streaminfo), (gmip_find_track_format):
11040         * gst-libs/gst/media-info/media-info.c:
11041         (gst_media_info_read_idler):
11042         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
11043         (gst_play_get_all_by_interface):
11044         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
11045         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
11046         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11047         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
11048         (gst_riff_parse_info):
11049         * gst-libs/gst/riff/riff-read.h:
11050         * gst-libs/gst/riff/riff.c: (plugin_init):
11051         * gst-libs/gst/video/Makefile.am:
11052         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
11053         (gst_videosink_class_init), (gst_videosink_get_type):
11054         * gst-libs/gst/video/videosink.h:
11055         * gst/audioconvert/bufferframesconvert.c:
11056         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
11057         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
11058         * gst/audioconvert/channelmixtest.c: (main):
11059         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11060         (gst_audio_convert_chain),
11061         (gst_audio_convert_caps_remove_format_info),
11062         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
11063         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
11064         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
11065         (gst_audio_convert_buffer_to_default_format),
11066         (gst_audio_convert_buffer_from_default_format),
11067         (gst_audio_convert_channels):
11068         * gst/audioconvert/gstchannelmix.h:
11069         * gst/ffmpegcolorspace/avcodec.h:
11070         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11071         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11072         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
11073         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
11074         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
11075         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11076         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11077         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11078         (mpeg_video_type_find), (mpeg_video_stream_type_find),
11079         (dv_type_find):
11080         * gst/videotestsrc/gstvideotestsrc.c:
11081         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
11082         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
11083         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
11084         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
11085         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
11086         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
11087         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
11088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11089         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
11090         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
11091         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
11092         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
11093         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11094         (gst_xvimagesink_navigation_send_event),
11095         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
11096         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
11097         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11098         * sys/xvimage/xvimagesink.h:
11099         Plugin port to 0.9, ogg/theora playback should work in the seek
11100         example now.
11101         Removed old examples.
11102         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
11103         explained in 0.9 TODO doc.
11104
11105
11106 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11107
11108         * autogen.sh:
11109         * configure.ac:
11110         * ext/Makefile.am:
11111         * gst/Makefile.am:
11112         * po/POTFILES.in:
11113         * po/af.po:
11114         * po/az.po:
11115         * po/cs.po:
11116         * po/en_GB.po:
11117         * po/hu.po:
11118         * po/it.po:
11119         * po/nb.po:
11120         * po/nl.po:
11121         * po/or.po:
11122         * po/sq.po:
11123         * po/sr.po:
11124         * po/sv.po:
11125         * po/uk.po:
11126         * po/vi.po:
11127         * sys/Makefile.am:
11128         * testsuite/Makefile.am:
11129           remove a whole bunch of plugins.  This module now contains a set
11130           of free reference plugins/elements as agreed.
11131
11132 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11133
11134         * configure.ac:
11135           hunting season on 0.9 is now OPEN
11136
11137 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11138
11139         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
11140           Kick the hell out of gcc for not warning me about a symbol conflict.
11141
11142 2005-02-22  Luca Ognibene  <luogni@tin.it>
11143
11144         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11145
11146         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
11147           Don't leak caps string (fixes #168134)
11148
11149         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
11150         (gst_jpegenc_init), (gst_jpegenc_finalize),
11151         (gst_jpegenc_change_state):
11152           Don't leak line buffers and context struct (fixes #168133).
11153
11154 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
11155
11156         * configure.ac:
11157         * ext/dirac/gstdiracdec.cc:
11158         (gst_diracdec_chain):
11159           Since dirac 0.5.0 the framerate in dirac is expressed as a
11160           rational number. Fix build and up requirement to 0.5.0, and
11161           also pass parameters to gst_diracdec_link in the right order
11162           (fixes #167959).
11163
11164 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
11165
11166         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
11167         * ext/faad/gstfaad.h:
11168         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
11169         certain invalid muxed streams, where some packets will contain 
11170         junk after decoder data. Partially fixes #149158.
11171
11172 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
11173         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
11174           Make sure we only write to writable buffers
11175
11176 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
11177
11178         * gst-libs/gst/riff/riff-media.c:
11179         (gst_riff_create_audio_caps_with_data):
11180           Do actually fix invalid RIFF fmt header values for alaw
11181           and mulaw audio instead of just saying so.
11182
11183         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11184           Give gst_riff_create_audio_caps_with_data() a chance to
11185           fix up broken format header fields before extracting any
11186           parameters from the header. (fixes #167633)
11187
11188 2005-02-19  Martin Holters  <martin.holters@gmx.de>
11189
11190         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11191
11192         * gst/audioconvert/bufferframesconvert.c:
11193         (buffer_frames_convert_link):
11194           Don't leak othercaps. (fixes #167878)
11195
11196 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
11197
11198         * configure.ac:
11199         * ext/libvisual/visual.c: (gst_visual_srclink),
11200         (gst_visual_change_state):
11201           Support libvisual 0.2.0.
11202
11203 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
11204
11205         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
11206         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
11207           Use same rowstrides for I420 as used everywhere else.
11208
11209 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
11210
11211         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
11212           Declare variables at beginning of block and make gcc-2.95 happy
11213           (fixes # 167482, patch by Gergely Nagy).
11214           
11215         * gst/tcp/gsttcpclientsrc.c:
11216         * gst/tcp/gsttcpclientsrc.h:
11217           Move some includes into the header, so that struct sockaddr_in is
11218           defined when it should be defined on FreeBSD as well (fixes
11219           #167483).
11220           
11221         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11222           Don't pass uninitialised values to setsockopt() here either.
11223
11224 2005-02-17  Luca Ognibene  <luogni at tin dot it>
11225
11226         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
11227
11228         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
11229           Don't pass uninitialised values to setsockopt(). (fixes #167704)
11230
11231 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11232
11233         * gst/playback/gstplaybin.c: (add_sink):
11234           Invert bin_add/link order to workaround deadlock in opt.
11235
11236 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11237
11238         * gst/modplug/gstmodplug.cc:
11239           Add missing break causing position queries to fail.
11240
11241 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11242
11243         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
11244           Granpos can apparently be -1, which screws up calculations...
11245
11246 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
11247
11248         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11249         (gst_ximagesink_send_pending_navigation),
11250         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
11251         (gst_ximagesink_init):
11252         * sys/ximage/ximagesink.h:
11253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11254         (gst_xvimagesink_send_pending_navigation),
11255         (gst_xvimagesink_navigation_send_event),
11256         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
11257         * sys/xvimage/xvimagesink.h:
11258           Use a mutex protected list to marshal navigation
11259           events into the stream thread from whichever thread
11260           sends them.
11261
11262 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
11263
11264         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
11265           Display current position and track length; misc. clean-ups.
11266           
11267         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
11268         (speed_init), (speed_chain):
11269           Add query function, so that the stream length and current position
11270           get adjusted when queried (note that current position queries may
11271           still be wrong if the audio sink returns values based on buffer
11272           timestamps instead of passing on the query).
11273
11274 2005-02-13  Benjamin Otte  <otte@gnome.org>
11275
11276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
11277         (gst_audio_convert_channels):
11278           create channel conversion matrix when linking
11279         * gst/audioconvert/.cvsignore:
11280         * gst/audioconvert/Makefile.am:
11281         * gst/audioconvert/channelmixtest.c: (main):
11282           add (ugly) test that ensures stereo <=> mono conversion works
11283           correctly
11284
11285 2005-02-13  Benjamin Otte  <otte@gnome.org>
11286
11287         * gst/audioconvert/gstchannelmix.h:
11288           include missing header file
11289         * gst/audioconvert/gstchannelmix.c:
11290         (gst_audio_convert_fill_compatible):
11291           use same sign for both channels when converting to/from compatible
11292           channel. Previously used different signs made the signals cancel
11293           each other out and appear like silence. (fixes #167269)
11294
11295 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11296
11297         * gst/ffmpegcolorspace/avcodec.h:
11298         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11299         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11300         (gst_ffmpegcsp_avpicture_fill):
11301         * gst/ffmpegcolorspace/imgconvert.c:
11302           Convert to and from YV12 (fixes #156379).
11303
11304 2005-02-12  Julien MOUTTE  <julien@moutte.net>
11305
11306         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11307         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11308         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
11309         (gst_ximagesink_expose), (gst_ximagesink_set_property),
11310         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
11311         methods from chain and negotiation and vice versa (Fixes #166142).
11312         * sys/ximage/ximagesink.h: Add stream_lock.
11313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
11314         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11315         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11316         (gst_xvimagesink_expose): Check for xcontext before trying to link.
11317
11318 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
11319
11320         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
11321           Don't send "Hey! You gave me a NULL pointer you naughty person" as
11322           error message when we can't open the DVD device (when dvdnav_open()
11323           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
11324           the above). Send something more useful instead (fixes #167117).
11325
11326 2005-02-11  Julien MOUTTE  <julien@moutte.net>
11327
11328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
11329         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
11330         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11331         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11332         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11333         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
11334         methods from chain and negotiation and vice versa (Fixes #166142).
11335         Fix a possible bug of images in the buffer pool being discarded because
11336         we are looking at the wrong geometry.
11337         * sys/xvimage/xvimagesink.h: Add stream_lock.
11338
11339 2005-02-11  David Schleef  <ds@schleef.org>
11340
11341         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
11342         unsigned int. (fixes #167128)
11343
11344 2005-02-11  David Schleef  <ds@schleef.org>
11345
11346         * gst/librfb/Makefile.am: Testing stuff before committing is
11347           for wimps... and people with fast machines.  Fix stupid
11348           mistake.
11349
11350 2005-02-11  David Schleef  <ds@schleef.org>
11351
11352         * configure.ac: Pull in librfb from my CVS tree, because it is
11353           too small and annoying to be separate.  Move rfbsrc plugin
11354           to gst/.
11355         * ext/Makefile.am:
11356         * ext/librfb/Makefile.am:
11357         * ext/librfb/gstrfbsrc.c:
11358         * gst/librfb/Makefile.am:
11359         * gst/librfb/gstrfbsrc.c:
11360         * gst/librfb/rfb.c:
11361         * gst/librfb/rfb.h:
11362         * gst/librfb/rfbbuffer.c:
11363         * gst/librfb/rfbbuffer.h:
11364         * gst/librfb/rfbbytestream.c:
11365         * gst/librfb/rfbbytestream.h:
11366         * gst/librfb/rfbcontext.h:
11367         * gst/librfb/rfbdecoder.c:
11368         * gst/librfb/rfbdecoder.h:
11369         * gst/librfb/rfbutil.h:
11370
11371 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
11372
11373         * gst/speed/Makefile.am:
11374         * gst/speed/demo-mp3.c: (main):
11375         * gst/speed/filter.func:
11376         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
11377         (speed_class_init), (speed_init), (speed_chain_int16),
11378         (speed_chain_float32), (speed_chain), (speed_set_property),
11379         (speed_get_property), (speed_change_state):
11380         * gst/speed/gstspeed.h:
11381           Fix speed element and make it chain-based (fixes #156467),
11382           and make it handle more than one channel.
11383
11384 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
11385
11386         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
11387         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
11388         (gst_dtsdec_chain), (gst_dtsdec_change_state):
11389         * ext/dts/gstdtsdec.h:
11390           Don't clobber the stack constructing the channels array.
11391           Make the element chain-based. DTS tracks can now be played.
11392           
11393 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
11394
11395         * gst-libs/gst/audio/multichannel.h:
11396         * gst-libs/gst/gconf/gconf.h:
11397         * gst-libs/gst/idct/idct.h:
11398         * gst-libs/gst/media-info/media-info-priv.h:
11399         * gst-libs/gst/play/play.h:
11400         * gst-libs/gst/resample/private.h:
11401         * gst-libs/gst/resample/resample.h:
11402         * gst-libs/gst/riff/riff-ids.h:
11403         * gst-libs/gst/video/video.h:
11404         * gst-libs/gst/video/videosink.h:
11405           Add G_BEGIN_DECLS and G_END_DECLS around headers where
11406           missing, so that they work when included from C++ code.
11407
11408 2005-02-09  David Schleef  <ds@schleef.org>
11409
11410         * testsuite/gst-lint: Check for non-statically scoped
11411           parent_class variables.  This won't be a problem once
11412           plugins are loaded with RTLD_LOCAL.
11413
11414 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11415
11416         * ext/mplex/gstmplexibitstream.cc:
11417           gcc madness.
11418
11419 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11420
11421         * ext/ogg/gstogmparse.c:
11422         * gst/debug/gstnavigationtest.c:
11423           Die, thou faulty symbol pollutors (non-static parent_class).
11424
11425 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11426
11427         * ext/mplex/gstmplexibitstream.cc:
11428           Fix event handling (#165525).
11429
11430 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11431
11432         * ext/mikmod/gstmikmod.c:
11433         * gst/modplug/gstmodplug.cc:
11434           Add missing endianness to template (fixes #165509).
11435
11436 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11437
11438         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
11439           Fix wrong order of reading of optional bytes (#165290).
11440
11441 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11442
11443         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11444           Implement FILLER event awareness.
11445
11446 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11447
11448         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
11449           Fix track calculations (#166208).
11450
11451 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11452
11453         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11454
11455         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
11456         * ext/libpng/gstpngenc.c:
11457           Fix byte-order, use proper fixed caps. Fixes #164197.
11458
11459 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
11460
11461         * configure.ac:
11462           Add dvdlpcmdec 
11463
11464         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
11465         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
11466           Don't push buffers if the src pad isn't negotiated yet.
11467           
11468         * gst/audioconvert/gstaudioconvert.c:
11469         (gst_audio_convert_buffer_to_default_format),
11470         (gst_audio_convert_buffer_from_default_format):
11471           Add support for 24-bit width.
11472
11473         * gst/dvdlpcmdec/.cvsignore:
11474         * gst/dvdlpcmdec/Makefile.am:
11475         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
11476         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
11477         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
11478         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
11479         (plugin_init):
11480         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
11481           New decoder for rearranging DVD LPCM into our audio/x-raw-int
11482           format. Needs support for the channels maps if someone can find 
11483           a DVD LPCM track with > 2 channels.
11484
11485         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
11486         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
11487         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
11488         * gst/mpegstream/gstdvddemux.h:
11489         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11490         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
11491         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
11492         * gst/mpegstream/gstmpegdemux.h:
11493         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
11494         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
11495         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
11496         (gst_mpeg_parse_handle_src_query),
11497         (gst_mpeg_parse_handle_src_event):
11498           Use audio/x-dvd-lpcm for LPCM output.
11499           Add DTS output.
11500
11501 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
11502
11503         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11504
11505         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
11506         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
11507           Add BGRA handling (#165736).
11508
11509 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
11510
11511         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11512
11513         * gst/law/alaw-decode.c: (alawdec_link):
11514         * gst/law/alaw-encode.c: (alawenc_link):
11515         * gst/law/mulaw-decode.c: (mulawdec_link):
11516         * gst/law/mulaw-encode.c: (mulawenc_link):
11517           Fix caps memleaks (#166600).
11518
11519 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
11520
11521         * ext/tarkin/mem.h:
11522         * ext/tarkin/wavelet.h:
11523         * ext/tarkin/yuv.h:
11524         * gst/ffmpegcolorspace/avcodec.h:
11525           Include "_stdint.h" instead of <stdint.h>. Fixes build on
11526           systems that don't have stdint.h, like Solaris9 (fixes #166631).
11527
11528 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11529
11530         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
11531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
11532         (gst_xvimagesink_change_state):
11533           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
11534           Xv video (and thereby regenerate Xv colourkey) in clear() so
11535           that PLAY -> READY -> PLAY works (fixes #162504).
11536
11537 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11538
11539         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
11540           Switch to list instead of range, since MJPEG-devices really just
11541           support decimations, not any size.
11542
11543 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11544         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
11545         (gst_mpeg2dec_reset), (free_all_buffers),
11546         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
11547         * ext/mpeg2dec/gstmpeg2dec.h:
11548           The libmpeg2 user-allocated buffer management is awkward, 
11549           to say the least. Hopefully this fixes things.
11550
11551 2005-02-04  Andy Wingo  <wingo@pobox.com>
11552
11553         * gst/audioconvert/bufferframesconvert.c
11554         (buffer_frames_convert_fixate): New function, fixates to 256
11555         frames per buffer by default. (Much better than 1.)
11556         (buffer_frames_convert_init): Set the fixate function for both src
11557         and sink pad.
11558         (buffer_frames_convert_link): After success setting nonfixed caps,
11559         get the negotiated caps so we can know how many buffer-frames it
11560         will be. No idea how this worked at all before.
11561
11562 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
11563
11564         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11565         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
11566         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
11567         (handle_sequence), (handle_picture):
11568         * ext/mpeg2dec/gstmpeg2dec.h:
11569           Rearrange buffer tracking and refcounting and refactor
11570           a little for readability. 
11571
11572 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
11573         * sys/v4l/gstv4l.c: (plugin_init):
11574         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
11575         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
11576         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
11577         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
11578         * sys/v4l/gstv4ljpegsrc.h:
11579         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
11580         * sys/v4l/v4l_calls.h:
11581         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
11582         (gst_v4lsrc_get_fps):
11583         * sys/v4l/v4lsrc_calls.h:
11584           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
11585           you jpeg inside rgb frames" driver.
11586           Don't error in the v4lsrc link function, just return 
11587           REFUSED.
11588
11589 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11590
11591         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
11592         (gst_qcamsrc_open):
11593           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
11594
11595 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11596
11597         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11598           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
11599
11600 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11601
11602         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
11603           Reset negotiated state on PAUSED->READY.
11604
11605 2005-02-02  David Schleef  <ds@schleef.org>
11606
11607         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
11608         whereever possible.  (Fixes #165997)
11609         * examples/capsfilter/capsfilter1.c: (main):
11610         * examples/dynparams/filter.c: (create_ui):
11611         * examples/seeking/cdparanoia.c: (get_track_info), (main):
11612         * examples/seeking/chained.c: (main):
11613         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
11614         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
11615         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
11616         (make_mpeg_pipeline), (make_mpegnt_pipeline):
11617         * examples/seeking/spider_seek.c: (make_spider_pipeline):
11618         * examples/switch/switcher.c: (main):
11619         * ext/dv/demo-play.c: (main):
11620         * ext/faad/gstfaad.c: (gst_faad_change_state):
11621         * ext/mad/gstmad.c: (gst_mad_chain):
11622         * ext/smoothwave/demo-osssrc.c: (main):
11623         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
11624         (gst_gconf_render_bin_from_description),
11625         (gst_gconf_get_default_audio_sink),
11626         (gst_gconf_get_default_video_sink),
11627         (gst_gconf_get_default_audio_src),
11628         (gst_gconf_get_default_video_src),
11629         (gst_gconf_get_default_visualization_element):
11630         * gst/level/demo.c: (main):
11631         * gst/level/plot.c: (main):
11632         * gst/playback/gstplaybin.c: (gen_video_element),
11633         (gen_audio_element):
11634         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
11635         * gst/playondemand/demo-mp3.c: (setup_pipeline):
11636         * gst/sine/demo-dparams.c: (main):
11637         * gst/spectrum/demo-osssrc.c: (main):
11638         * gst/speed/demo-mp3.c: (main):
11639         * gst/volume/demo.c: (main):
11640         * testsuite/embed/embed.c: (main):
11641
11642 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11643
11644         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
11645         (gst_tcpclientsink_finalize):
11646         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
11647         (gst_tcpclientsrc_finalize):
11648         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11649         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
11650         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
11651         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
11652           Don't leak the hostname when shutting down.
11653           In tcpserversrc, take a copy of the default hostname.
11654
11655 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11656
11657         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
11658           Set caps to systemstream=TRUE.
11659
11660 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11661
11662         * testsuite/Makefile.am:
11663           Fix more OSX buildbots.
11664
11665 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
11666
11667         * ext/mpeg2dec/gstmpeg2dec.c:
11668           Don't send things to NULL PAD_PEERs
11669
11670         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
11671           Copy-on-write the incoming buffer.
11672
11673         * gst/mpegstream/gstdvddemux.h:
11674         * gst/mpegstream/gstmpegclock.h:
11675         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11676         (normal_seek), (gst_mpeg_demux_handle_src_event):
11677         * gst/mpegstream/gstmpegdemux.h:
11678         * gst/mpegstream/gstmpegpacketize.h:
11679         * gst/mpegstream/gstmpegparse.c:
11680         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
11681         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
11682         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
11683         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
11684         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
11685         * gst/mpegstream/gstmpegparse.h:
11686         * gst/mpegstream/gstrfc2250enc.h:
11687           Various changes to the way time is computed that make seeking and
11688           total time estimation much better here.
11689           Use G_BEGIN/END_DECLS instead of __cplusplus
11690
11691         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
11692           Use gst_buffer_stamp instead of only copying the TIMESTAMP
11693
11694 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11695
11696         * gst/subparse/gstsubparse.c:
11697           Fix OSX buildbot.
11698
11699 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11700
11701         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
11702         (theora_enc_chain), (theora_enc_change_state):
11703         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11704         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
11705         (gst_vorbisenc_change_state):
11706         * ext/vorbis/vorbisenc.h:
11707           Set granulepos and timestamp correctly for streams not
11708           starting at 0, taking into account the initial delay.
11709
11710 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
11711
11712         * gst/mpegstream/gstdvddemux.c:
11713           Add audio/x-dts to audio pad template caps
11714
11715 2005-01-30  David Schleef  <ds@schleef.org>
11716
11717         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
11718         (create_context), (gst_polypsink_link): Fix silly endianness
11719         bug.  Add some debugging.  Remove float from caps; it doesn't
11720         work.  Attempt to get remote audio working.
11721
11722 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11723
11724         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
11725           Add 3IV2 fourcc.
11726
11727 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11728
11729         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
11730         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
11731         (gst_avi_demux_stream_data):
11732         * gst/avi/gstavidemux.h:
11733           Invert DIB images. Fixes #132341.
11734
11735 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11736
11737         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11738         (gst_ffmpegcsp_chain):
11739           D'oh, reference the palette data, not the palette structure.
11740           Fixes color distortion in #132341.
11741
11742 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11743
11744         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
11745           PAR can be non-fixed when not provided as argument (#162626).
11746
11747 2005-01-29  David Moore  <dcm@acm.org>
11748
11749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11750
11751         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11752         (gst_qtdemux_loop_header):
11753           Re-apply patch from #142272 that allows non-seekable sources,
11754           re-proposed by Daniel Drake <dsd@gentoo.org>.
11755
11756 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11757
11758         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
11759           Use the src template for creating the src pad (#162330).
11760
11761 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11762
11763         * configure.ac:
11764         * ext/musepack/Makefile.am:
11765         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
11766         (gst_musepackdec_init), (gst_musepackdec_dispose),
11767         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
11768         (gst_musepack_stream_init), (gst_musepackdec_loop),
11769         (gst_musepackdec_change_state):
11770         * ext/musepack/gstmusepackdec.cpp:
11771         * ext/musepack/gstmusepackdec.h:
11772         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
11773         (gst_musepack_reader_read), (gst_musepack_reader_seek),
11774         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
11775         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
11776         * ext/musepack/gstmusepackreader.cpp:
11777         * ext/musepack/gstmusepackreader.h:
11778           Update to 1.1 API (#165446).
11779
11780 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11781
11782         * ext/Makefile.am:
11783           Unbreak buildbot.
11784
11785 2005-01-28  Andy Wingo  <wingo@pobox.com>
11786
11787         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
11788         to reflect a different dubious internet source. Add a reference
11789         and some commentary.
11790
11791 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11792
11793         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
11794         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
11795         * gst/playback/gststreamselector.h:
11796           Be more selective when we're redoing caps negotiation from
11797           within the chain function on a stream change.
11798
11799 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11800
11801         * configure.ac:
11802         * ext/Makefile.am:
11803         * ext/amrnb/Makefile.am:
11804         * ext/amrnb/amrnb.c: (plugin_init):
11805         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
11806         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
11807         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
11808         (gst_amrnbdec_state_change):
11809         * ext/amrnb/amrnbdec.h:
11810         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
11811         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
11812         (gst_amrnbparse_init), (gst_amrnbparse_formats),
11813         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
11814         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
11815         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
11816         * ext/amrnb/amrnbparse.h:
11817           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
11818         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11819           Add AMR-NB/-WB raw formats.
11820         * ext/alsa/gstalsa.c: (gst_alsa_link):
11821           Keep valid time when changing format.
11822         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11823         (qtdemux_parse_trak):
11824           Add some more format-specific options (#140141, #143555, #155163).
11825
11826 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11827
11828         * gst/matroska/matroska-demux.c:
11829         (gst_matroska_demux_parse_blockgroup):
11830           Fix logic error in timing of subtitle stream synchronization.
11831         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11832           Add skip-chunk, which is found in kodak-camera streams.
11833
11834 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11835
11836         * po/LINGUAS:
11837         * po/vi.po:
11838           Adding Vietnamese translation (submitted by Clytie Siddall)
11839
11840 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11841
11842         * gst/playback/gstdecodebin.c: (try_to_link_1):
11843           Use realpad for signal.
11844
11845 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11846
11847         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
11848           Fix category so decodebin picks it up.
11849
11850 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11851
11852         * ext/mad/Makefile.am:
11853         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
11854         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
11855         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
11856         (found_type), (gst_id3demux_bin_change_state):
11857         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11858         (gst_id3_tag_init), (gst_id3_tag_handle_event),
11859         (gst_id3_tag_src_link), (gst_id3_tag_chain),
11860         (gst_id3_tag_change_state), (plugin_init):
11861         * ext/mad/gstmad.h:
11862           Add id3demuxbin (which is a simple bin consisting of id3demux
11863           and typefind), take over rank from id3demux, remove typefind
11864           code from id3demux. Makes all broken mp3s that I know of work,
11865           and thereby fixes #152688.
11866
11867 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
11868
11869         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11870
11871         * ext/mad/gstmad.c: (gst_mad_src_event):
11872         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
11873           Allow seeks on audio pad, make mad forward those (#164826).
11874         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
11875           Set duration (#165335).
11876
11877 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11878
11879         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11880         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
11881         (gst_asf_demux_process_ext_content_desc),
11882         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
11883         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
11884         * gst/asfdemux/gstasfdemux.h:
11885           Improve metadata display, e.g. if the metadata comes before the
11886           streams are loaded (which is perfectly valid).
11887
11888 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11889
11890         * tools/gst-launch-ext-m.m:
11891           Fix AVI/ASF pipelines (#165340).
11892
11893 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
11894         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
11895         build failure on amd64
11896
11897 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
11898
11899         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
11900         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
11901           Check environment variables GST_ID3V2_TAG_ENCODING,
11902           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11903           list of character encodings to force interpretation of non-unicode
11904           strings stored in an ID3v2 tag to a particular encoding. If none
11905           is specified, try to use current locale's encoding, then fall back
11906           to ISO-8859-1 (which will always succeed). (Resolves #149274)
11907         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
11908         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
11909           Check environment variables GST_ID3V1_TAG_ENCODING,
11910           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
11911           list of character encodings to use in case a string encountered
11912           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
11913           specified, try to use the current locale's encoding, then fall
11914           back to ISO-8859-1 (which will always succeed).
11915
11916 2005-01-25  Benjamin Otte  <otte@gnome.org>
11917
11918         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
11919           - on half framerate, compute the rate in advance so the comparisons
11920             don't compare wrong values
11921           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
11922             behaviour
11923           - don't use mad_header_decode anymore, mad_frame_decode does that
11924             automatically
11925           - when getting rid of consumed bytes, reset the stream's skiplen
11926           (fixes #163867)
11927
11928 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11929
11930         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
11931           Use 1/2 a second for default max_discont, as PES streams from DVB
11932           seem to have larger spacings in the SCR. 
11933           Fix a typo.
11934
11935 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11936
11937         * gst/playback/gstplaybasebin.c: (group_commit):
11938           Notify delayed stream-info availability.
11939
11940 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
11941         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11942         (gst_a52dec_handle_event), (gst_a52dec_chain):
11943         Add some debug output. Check that a discont has a valid
11944         time associated.
11945         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11946         (gst_alsa_sink_loop):
11947         Ignore TAG events. A little extra debug for broken timestamps.
11948         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
11949         (dvdnavsrc_change_state):
11950         Ensure we send a discont to engage the link before we send any
11951         other events.
11952         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
11953         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
11954         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
11955         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
11956         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
11957         dvd://title works in totem because typefinding sends a seek that ends
11958         up going back to chapter 1 regardless.
11959         * ext/mpeg2dec/gstmpeg2dec.c:
11960         * ext/mpeg2dec/gstmpeg2dec.h:
11961         Output correct timestamps and handle disconts.
11962         * ext/ogg/gstoggdemux.c: (get_relative):
11963         Small guard against a null dereference.
11964         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
11965         (gst_textoverlay_set_property):
11966         Free memory when done. Don't call gst_event_filler_get_duration on
11967         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
11968         g_warning.
11969         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
11970         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
11971         (gst_sw_srclink), (gst_smoothwave_chain):
11972         Draw solid lines, prettier colours.
11973         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
11974         Add a default palette that'll work for some movies.
11975         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
11976         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
11977         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
11978         * gst/mpegstream/gstdvddemux.h:
11979         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
11980         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
11981         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11982         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
11983         * gst/mpegstream/gstmpegparse.h:
11984         Use PTM/NAV events when for timestamp adjustment when connected to 
11985         dvdnavsrc. Don't use many discont events where one suffices.
11986         * gst/playback/gstplaybasebin.c: (group_destroy),
11987         (gen_preroll_element), (gst_play_base_bin_add_element):
11988         * gst/playback/gstplaybasebin.h:
11989         Make sure we remove subtitles from the same bin we put them in.
11990         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
11991         (gst_subparse_buffer_format_autodetect),
11992         (gst_subparse_change_state):
11993         Fix some memleaks and invalid accesses.
11994         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
11995         (oggskel_type_find), (cmml_type_find), (plugin_init):
11996         Some typefind functions for Annodex v3.0 files
11997         * gst/wavparse/gstwavparse.h:
11998         GstRiffReadClass is the correct parent class.
11999
12000 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12001
12002         * gst-libs/gst/riff/riff-media.c:
12003         (gst_riff_create_video_caps_with_data):
12004           Add extradata to huffyuv (fixes #165013).
12005         * gst-libs/gst/riff/riff-read.c:
12006         (gst_riff_read_strf_vids_with_data):
12007           Fix extradata extraction if it is in the chunk size.
12008
12009 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
12010
12011         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12012
12013         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
12014         (gst_quarktv_change_state), (gst_quarktv_dispose):
12015           Memory free'ing location fix (#164708).
12016
12017 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12018
12019         * gst/playback/gstplaybasebin.c: (group_commit),
12020         (gen_preroll_element), (probe_triggered), (gen_source_element),
12021         (setup_source), (gst_play_base_bin_change_state),
12022         (gst_play_base_bin_add_element):
12023           Don't block for streams.
12024         * gst/playback/gststreaminfo.c: (stream_info_change_state),
12025         (gst_stream_info_set_mute):
12026           Use gst_pad_set_active_recursive.
12027
12028 2005-01-25  Andy Wingo  <wingo@pobox.com>
12029
12030         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
12031         for #ifndef HAVE_XVIDEO.
12032
12033 2005-01-24  Jeffrey C. Ollie
12034
12035         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
12036
12037         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
12038         * ext/gsm/gstgsmdec.h:
12039         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
12040         * ext/gsm/gstgsmenc.h:
12041         Fix rate to 8kHz as per spec, removes obscure errors when no rate
12042         was given by property. Add proper buffer timestamps and offsets.
12043
12044 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12045
12046         * gst-libs/gst/riff/riff-media.c:
12047         (gst_riff_create_audio_caps_with_data):
12048           Audio can be <8000Hz.
12049
12050 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12051
12052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12053           Explicit state change to workaround refcount bugs.
12054
12055 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12056
12057         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
12058         (gst_avimux_riff_get_avi_header):
12059           Fix...
12060
12061 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12062
12063         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
12064         (gst_riff_read_element_data):
12065         * gst-libs/gst/riff/riff-read.h:
12066           Add _peek version (req'ed in CDXA).
12067         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
12068         (gst_cdxaparse_loop):
12069           Fix parsing in playbin.
12070         * gst/playback/gstdecodebin.c: (close_pad_link):
12071           Ignore current_ pads, they cause major annoyance.
12072
12073 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12074
12075         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12076           Safety guard.
12077
12078 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12079
12080         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
12081           Fix padding...
12082
12083 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12084
12085         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
12086           Allow for 0-sized buffers. Fixes length query problems in
12087           starwars.mkv from the testsuite.
12088
12089 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
12090
12091         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
12092         (gst_video_box_i420), (gst_video_box_chain):
12093           Fix row strides for I420 (fixes #163159)
12094           
12095 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12096
12097         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
12098           MPEG2 has a useful rate property, so we can actually use that.
12099           For MPEG-1, continue using the bytes/time properties.
12100
12101 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12102
12103         * gst-libs/gst/riff/riff-media.c:
12104         (gst_riff_create_video_caps_with_data),
12105         (gst_riff_create_video_template_caps):
12106           Add intel-h263.
12107
12108 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12109
12110         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12111           Fail if caps negotiation fails. Should fix #162184, and should
12112           definately be in there regardless of it fixing the actual bug.
12113         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
12114         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
12115         (gst_avimux_riff_get_avix_header),
12116         (gst_avimux_riff_get_video_header),
12117         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
12118         (gst_avimux_start_file), (gst_avimux_handle_event),
12119         (gst_avimux_change_state):
12120         * gst/avi/gstavimux.h:
12121           Refactor structure writing to use GST_WRITE_UINT macros, add
12122           metadata writing support.
12123
12124 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12125
12126         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12127           Elements may already be destroyed when this function is called.
12128
12129 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12130
12131         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12132         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
12133           More memory leak fixes (#149162).
12134
12135 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12136
12137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12138         (gst_qtdemux_add_stream):
12139           Fix two memleaks.
12140
12141 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12142
12143         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12144           Argh...
12145
12146 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12147
12148         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
12149           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
12150           when fixating to six channels in Totem.
12151
12152 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12153
12154         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
12155           Fix compile warnings on Solaris 10 buildbot
12156
12157 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12158
12159         * ext/dvdread/dvdreadsrc.c: (_read):
12160           Don't read beyond the last cell in a chapter (fixes 
12161           invalid memory access)
12162
12163 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
12164
12165         * ext/dvdread/stream_labels.c:
12166         (dvdreadsrc_get_audio_stream_labels):
12167           Use NULL for an empty GList instead of g_list_alloc(); fix 
12168           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
12169           of GString (easier to bulk free later)
12170
12171 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
12172
12173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12174
12175         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12176         (gst_ffmpeg_pixfmt_to_caps):
12177           Fix BGRA32 caps (#164209).
12178
12179 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
12180
12181         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12182
12183         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12184         (gst_ffmpeg_caps_to_pixfmt):
12185           alpha_mask can be RGBA/ABGR. Fixes #164265.
12186
12187 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
12188
12189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12190
12191         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
12192         (gst_mpeg2dec_alloc_buffer):
12193         * ext/mpeg2dec/gstmpeg2dec.h:
12194           Crop if decoding size is not the actual image size (#163676).
12195
12196 2005-01-17  Steve Baker  <steve@stevebaker.org>
12197
12198         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12199
12200         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
12201         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
12202           Add libsndfile typefind functions (#163309).
12203
12204 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12205
12206         * tools/gst-launch-ext-m.m:
12207           Add .aac, fix .m1v/.m2v (#163891).
12208
12209 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12210
12211         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
12212           Sanity check, don't wait endlessly since the clock might not
12213           actually run at this point (which is a deadlock). Fixes #164069.
12214
12215 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12216
12217         * gst/playback/gstplaybasebin.c: (probe_triggered):
12218           Of course, only pause if group is done...
12219
12220 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12221
12222         * gst/playback/gstplaybasebin.c: (probe_triggered):
12223           Thread safety.
12224
12225 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
12226
12227         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
12228           Don't return state change success when the parent
12229           failed.
12230
12231 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12232
12233         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
12234           Free events (fix memleak in #162905).
12235
12236 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
12237
12238         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12239
12240         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12241         (gst_ffmpeg_caps_to_pixfmt):
12242           Fix for depth = 15. Fixes #161675.
12243
12244 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12245
12246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12247           Set FPS correctly, even for webcams and the like.
12248         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
12249           Don error on setting while capturing.
12250
12251 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12252
12253         * ext/dv/gstdvdec.c:
12254         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12255         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12256           I'm a bad boy. using /1001. to force C to do float division
12257           and not integer division (as it did in my last commit)
12258           Thanks to David I. Lehn for pointing this mistake.
12259
12260 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12261
12262         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12263           Revert Johan??s 1.35->1.36 since it breaks compat.
12264
12265 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12266
12267         * ext/dv/gstdvdec.c:
12268         * ext/libfame/gstlibfame.c:
12269         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
12270         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
12271           replace framerate aproximations by their real value
12272           (24000/1001, 30000/1001, 60000/1001)
12273           Finish fixing bug #164049
12274
12275 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
12276
12277         * ext/ogg/gstoggmux.c:
12278           eos/bos debugging
12279         * gst/tcp/gstmultifdsink.c:
12280         * gst/tcp/gstmultifdsink.h:
12281         * gst/tcp/gsttcp.c:
12282         * gst/tcp/gsttcp.h:
12283         * gst/tcp/gsttcpclientsink.c:
12284         * gst/tcp/gsttcpclientsrc.c:
12285         * gst/tcp/gsttcpserversink.c:
12286         * gst/tcp/gsttcpserversrc.c:
12287           improve reusability of elements after state changes and errors
12288           make multifdsink throw away streamheaders when receiving new ones
12289
12290 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12291
12292         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12293           Fix for if items are already in list...
12294
12295 2005-01-12  Benjamin Otte  <otte@gnome.org>
12296
12297         * gst/adder/gstadder.c: (gst_adder_loop):
12298           fix adder a bit so it doesn't screw up with events as much anymore
12299
12300 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
12301
12302         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
12303         (pixbufscale_scale), (gst_pixbufscale_chain):
12304         * ext/gdk_pixbuf/pixbufscale.h:
12305           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
12306           to ensure rowstrides are calculated the same way as 
12307           ffmpegcolorspace
12308           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
12309           that we pick up duration and offset also.
12310
12311 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12312
12313         * gst/avi/gstavimux.c: (gst_avimux_class_init),
12314         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
12315           Reusability fixes.
12316
12317 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12318
12319         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
12320         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12321         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
12322         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
12323           Update flags when requested.
12324
12325 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12326
12327         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
12328           Fix dmix.
12329
12330 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12331
12332         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12333         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
12334         (probe_triggered), (new_decoded_pad), (gen_source_element),
12335         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
12336         * gst/playback/gstplaybasebin.h:
12337         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12338         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
12339         (gst_play_bin_change_state):
12340           Implement group-switch signal for use in apps to clear metadata
12341           cache, clean up subtitle, add suburi property instead of # hack,
12342           some error-out fixes.
12343
12344 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12345
12346         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12347           Debug.
12348         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
12349           If we got a state change in the _get handler, don't return success.
12350
12351 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12352
12353         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
12354         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
12355           Make jpegdec quiet on MJPEG decoding
12356         * gst/asfdemux/README:
12357           Fix mimetypes for MJPEG and H263
12358
12359 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12360
12361         * ext/theora/theoradec.c: (theora_dec_chain):
12362           Fix broken code generation by gcc by swapping arguments.
12363         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12364           Fix \n in debug.
12365
12366 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12367
12368         * TODO:
12369           delete this file, it is by far outdated
12370         * ext/alsa/gstalsa.1: remove
12371         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
12372         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
12373         (gst_alsa_get_caps):
12374           Add HW probing for supported sample rates. Fixes #161704
12375
12376 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12377
12378         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12379           Don't crash, biatch! :).
12380
12381 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12382
12383         * ext/musepack/gstmusepackreader.cpp:
12384         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
12385           Some work on tags - still doesn't work in playbin...
12386         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12387           Handle events...
12388
12389 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12390
12391         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
12392           Also shove tags on kid pads.
12393
12394 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12395
12396         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
12397           Don't bail on unknown events.
12398         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
12399           Don't crash on events before negotiation.
12400         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12401           Send tags on pads, too.
12402         * gst/playback/gststreamselector.c:
12403         (gst_stream_selector_request_new_pad):
12404           Forward events on first pad if no input was selected yet.
12405
12406 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12407
12408         * gst/playback/gstplaybasebin.c: (setup_substreams):
12409           Don't disable streamtype if the stream doesn't exist, since
12410           then playing a video after audio will disable both and nothing
12411           will happen. Fixes the testsuite.
12412
12413 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12414
12415         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
12416         (gst_v4l_xoverlay_set_xwindow_id):
12417         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
12418         (gst_v4l2_xoverlay_set_xwindow_id):
12419           Add debug categories, fix overlay disabling.
12420
12421 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12422
12423         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
12424         * ext/alsa/gstalsa.h:
12425           Add HW probing for period_count/size and buffer_size MIX/MAX
12426           Adjust default/user defined value if out of bounds
12427           Should fix bug #162024
12428
12429 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12430
12431         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
12432           Fix warning (#161191).
12433
12434 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12435
12436         * ext/dvdread/stream_labels.c:
12437         (dvdreadsrc_get_audio_stream_labels):
12438           Fix warning (init the good variable in switch default)
12439
12440 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
12441
12442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12443
12444         * gst/tta/gstttaparse.c: (gst_tta_src_event):
12445           Fix gcc-2.95 compile (#163485).
12446
12447 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12448
12449         * configure.ac:
12450         * ext/flac/gstflacenc.c: (gst_flacenc_init),
12451         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
12452         (gst_flacenc_tell_callback), (gst_flacenc_chain),
12453         (gst_flacenc_change_state):
12454         * ext/flac/gstflacenc.h:
12455           Update for API change in flac-1.1.1. Update requirement in
12456           configure.ac. Fixes #162974.
12457
12458 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12459
12460         * gst/playback/gstplaybasebin.c: (group_destroy):
12461           Remove hack to get rid of assert and get rid of unlinked
12462           signals properly.
12463
12464 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12465
12466         * gst/playback/gstplaybasebin.c: (setup_source):
12467           Set source to NULL so that resources are free'ed. Fixes issues
12468           with playback of CDDA and similar device-accessing things.
12469
12470 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12471
12472         * testsuite/embed/Makefile.am:
12473           test->noinst, fix make test in buildbot.
12474
12475 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12476
12477         * ext/dvdread/stream_labels.c: new file
12478         * ext/dvdread/stream_labels.h: new file
12479         * ext/dvdread/Makefile.am:
12480         * ext/dvdread/dvdreadsrc.c: (_seek_title):
12481           Extract audio stream label from DVD IFO files.
12482           It only dump them on the console for now, still have to
12483           make playbin aware of them.
12484
12485 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12486
12487         * gst/playback/gstplaybasebin.c: (setup_source):
12488           Fix hanging subs.
12489
12490 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12491
12492         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12493         (gen_preroll_element), (remove_groups), (setup_subtitle),
12494         (gen_source_element), (setup_source):
12495         * gst/playback/gstplaybasebin.h:
12496           Multiple .sub files is just a stupid idea... Fix some threading
12497           mistakes. Interestingly, external .sub files cause playbin to
12498           hang, I don't know why... Parsing fixes contributed by Fran??ois
12499           Kooman <fkooman@tuxed.net>.
12500
12501 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12502
12503         * testsuite/embed/Makefile.am:
12504           Fix buildbot.
12505
12506 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12507
12508         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12509
12510         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12511         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12512         (gst_pngenc_set_property):
12513         * ext/libpng/gstpngenc.h:
12514           Add compression level property (#163323).
12515
12516 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12517
12518         * configure.ac:
12519         * examples/capsfilter/capsfilter1.c: (main):
12520         * examples/seeking/spider_seek.c: (make_spider_pipeline):
12521         * ext/dvdread/Makefile.am:
12522         * ext/dvdread/demo-play:
12523         * ext/dvdread/demo-play.c:
12524         * gconf/gstreamer.schemas.in:
12525         * gst-libs/gst/gconf/gconf.c:
12526         * sys/v4l/TODO:
12527         * testsuite/Makefile.am:
12528         * testsuite/embed/Makefile.am:
12529         * testsuite/embed/embed.c: (cb_expose), (main):
12530           Remove all references to xvideosink, fix examples (#140845).
12531         * gst/playback/gstplaybasebin.c: (group_destroy):
12532           Apparently, disposal does not unlink - so do explicitely.
12533         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12534           Add debug.
12535
12536 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
12537
12538         * README: fix PKG_CONFIG_PATH instructions, what was there
12539         previously was breaking default search path, not nice. 
12540         Fixes #163358
12541
12542 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12543
12544         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
12545         (gst_audioscale_chain):
12546           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
12547           when resampling - how the ^@$^!@^! is this possible?!?
12548
12549 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12550
12551         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12552           Reset variables on READY.
12553         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
12554         (gst_matroska_mux_loop):
12555           Require data before writing header.
12556
12557 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
12558
12559         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12560
12561         * ext/mad/gstmad.c: (gst_mad_chain):
12562           Don't call mad_stream_sync() directly after recovering sync.
12563           Fixes #151661.
12564
12565 2005-01-09  Martin Eikermann  <meiker@upb.de>
12566
12567         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12568
12569         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
12570         (snapshot_handler), (gst_snapshot_sinkconnect),
12571         (gst_snapshot_chain):
12572           Allocate resources when required, fix recursive signal emission
12573           and fix caps. Fixes #161667.
12574
12575 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
12576
12577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12578
12579         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
12580         (gst_pngdec_chain):
12581           Handle only 8-bppc (bits-per-pixel-component) images, better
12582           error handling and correct strides. Fixes #163177.
12583         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
12584         (gst_pngenc_chain):
12585           Better error handling. Fixes #163348.
12586
12587 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12588
12589         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
12590         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
12591         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
12592         (dvdnavsrc_uri_handler_init):
12593           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
12594         * gst/playback/gstplaybasebin.c: (gen_source_element):
12595           Add MMS to streaming URIs.
12596
12597 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12598
12599         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12600         * sys/xvimage/xvimagesink.c:
12601         (gst_xvimagesink_navigation_send_event):
12602           Check for pad availability before sending event.
12603
12604 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12605
12606         * gst-plugins.spec.in:
12607           Add subparse.
12608
12609 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12610
12611         * configure.ac:
12612           Since we use functions from CVS, up requirement.
12613
12614 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12615
12616         * gst/playback/Makefile.am:
12617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12618         (group_destroy), (group_commit), (group_is_muted),
12619         (gen_preroll_element), (add_stream), (unknown_type),
12620         (probe_triggered), (preroll_unlinked), (mute_stream),
12621         (silence_stream), (new_decoded_pad), (setup_substreams),
12622         (setup_source), (get_active_source), (mute_group_type),
12623         (muted_group_change_state), (set_active_source),
12624         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12625         (play_base_eos), (gst_play_base_bin_change_state):
12626         * gst/playback/gstplaybasebin.h:
12627         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12628         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12629         (gst_stream_info_dispose), (stream_info_mute_pad),
12630         (stream_info_change_state), (gst_stream_info_set_mute):
12631         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
12632         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
12633         (gst_stream_selector_init), (gst_stream_selector_dispose),
12634         (gst_stream_selector_get_linked_pad),
12635         (gst_stream_selector_get_caps), (gst_stream_selector_link),
12636         (gst_stream_selector_get_linked_pads),
12637         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12638         * gst/playback/gststreamselector.h:
12639           Adding stream selection support plus required properties for
12640           applications to use this. Fully fixes #100931.
12641
12642 2005-01-08  Benjamin Otte  <otte@gnome.org>
12643
12644         * gst/games/gstpuzzle.c: (nav_event_handler):
12645           - handle nav events differently: forward every event no matter if it
12646             was handled or not.
12647           - translate events
12648           You can now cheat by using navigationtest ! puzzle and moving the
12649           mouse close to the edge of a tile. ;)
12650
12651 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12652
12653         * configure.ac:
12654         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
12655         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
12656         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
12657         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
12658         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
12659         (gst_ogm_parse_plugin_init):
12660         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
12661         (gst_textoverlay_link), (gst_textoverlay_getcaps),
12662         (gst_textoverlay_event), (gst_textoverlay_video_chain),
12663         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
12664         * ext/pango/gsttextoverlay.h:
12665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12666         (gst_matroska_demux_handle_seek_event),
12667         (gst_matroska_demux_sync_streams),
12668         (gst_matroska_demux_parse_blockgroup),
12669         (gst_matroska_demux_subtitle_caps),
12670         (gst_matroska_demux_plugin_init):
12671         * gst/matroska/matroska-ids.h:
12672         * gst/playback/gstdecodebin.c: (close_pad_link):
12673         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12674         (gen_preroll_element), (remove_groups), (add_stream),
12675         (new_decoded_pad), (setup_subtitles), (gen_source_element),
12676         (setup_source):
12677         * gst/playback/gstplaybasebin.h:
12678         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
12679         * gst/subparse/Makefile.am:
12680         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
12681         (gst_subparse_base_init), (gst_subparse_class_init),
12682         (gst_subparse_init), (gst_subparse_formats),
12683         (gst_subparse_eventmask), (gst_subparse_event),
12684         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
12685         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
12686         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
12687         (parse_mpsub_deinit), (parse_mpsub_init),
12688         (gst_subparse_buffer_format_autodetect),
12689         (gst_subparse_format_autodetect), (gst_subparse_loop),
12690         (gst_subparse_change_state), (gst_subparse_type_find),
12691         (plugin_init):
12692         * gst/subparse/gstsubparse.h:
12693         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
12694         (plugin_init):
12695           Add subtitle support, .sub parser (supports SRT and MPsub),
12696           OGM text support, Matroska UTF-8 text support, deadlock fixes
12697           all over the place, subtitle awareness in decodebin/playbin
12698           and some fixes to textoverlay to handle subtitles in a stream
12699           correctly. Fixes #100931.
12700
12701 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12702
12703         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12704           Check for pad availability before doing a query on it.
12705
12706 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12707
12708         * ext/dv/gstdvdec.c:
12709           really fix bpp24/32 dvdec caps (classic rgba indeed)
12710         * gst/asfdemux/gstasfdemux.c:
12711         (gst_asf_demux_process_ext_content_desc):
12712           don't send text tags if they are empty (bis repetita)
12713
12714 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12715
12716         * ext/dv/gstdvdec.c:
12717          remove unneeded comment from dvdec
12718           (related to DV 4CC codes in AVI files)
12719           moved them in gstreamer/docs/random/mimetypes
12720         * gst/asfdemux/gstasfdemux.c:
12721         (gst_asf_demux_process_ext_content_desc):
12722          don't send text tags if they are empty
12723          fix mem leak on error path
12724         * gst/ffmpegcolorspace/avcodec.h:
12725         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12726         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12727         (gst_ffmpegcsp_avpicture_fill):
12728         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
12729         * gst/ffmpegcolorspace/imgconvert_template.h:
12730          adds BGR32 and BGRA32 to ffmpegcolorspace
12731           (still bad colors, fixing it on next commit)
12732           helps with dvdec outputing BGR32
12733
12734 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12735
12736         * ext/dv/gstdvdec.c:
12737          Fix audio caps i just broke (missing ',')
12738         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
12739         (gst_matroska_mux_reset):
12740          Fix typo + add FIXME about old "x-gst-metadata" crap
12741
12742 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12743
12744         * ext/dv/demo-play.c: (main):
12745          xvideosink -> xvimagesink
12746         * ext/dv/gstdvdec.c:
12747          change rgb 32/32 caps to 24/32 (no alpha)
12748          change nb of channels to be a list (2 or 4, not 2)
12749          change sample rate to be a list (32, 44.1, 48 kHz) not a range
12750         * gst/asfdemux/gstasfdemux.c:
12751         (gst_asf_demux_process_ext_content_desc):
12752          Add 'date/year' to extracted metadata list
12753
12754 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12755
12756         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12757           The return value of fixate_to does not imply that the requested
12758           value was set, so don't assume.
12759
12760 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
12761
12762         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12763
12764         * ext/libpng/gstpngdec.c:
12765         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
12766         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
12767         * ext/libpng/gstpngenc.h:
12768           Alpha support (encoder; #163161), mime fixage.
12769
12770 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
12771
12772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12773
12774         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
12775         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
12776         (gst_faac_set_property), (gst_faac_get_property):
12777         * ext/faac/gstfaac.h:
12778           Allow for ADTS output (#153434).
12779
12780 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12781
12782         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12783           Fix against template (#150576).
12784
12785 2005-01-06  Benjamin Otte  <otte@gnome.org>
12786
12787         * gst/games/gstpuzzle.c: (draw_puzzle):
12788           don't draw a puzzle if either width or height of tiles would be 0.
12789
12790 2005-01-06  Benjamin Otte  <otte@gnome.org>
12791
12792         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
12793         (gst_puzzle_class_init), (gst_puzzle_finalize):
12794           no memleaks, please
12795         (gst_puzzle_create), (gst_puzzle_init),
12796         (gst_puzzle_set_property), (gst_puzzle_setup):
12797           change initialization code around so we don't reshuffle on resize
12798         (draw_puzzle):
12799           fix another stupid typo
12800
12801 2005-01-06  Benjamin Otte  <otte@gnome.org>
12802
12803         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
12804           fix stupid typo that borked copying on YUY2
12805
12806 2005-01-06  Benjamin Otte  <otte@gnome.org>
12807
12808         * gst/games/gstpuzzle.c: (draw_puzzle):
12809           fix edges when image sizes aren't multiples of tile sizes
12810
12811 2005-01-06  Benjamin Otte  <otte@gnome.org>
12812
12813         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
12814           make RGB endianness work correctly
12815         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
12816           refactor and fix race with initial shuffling
12817         (nav_event_handler):
12818           allow using the mouse to puzzle
12819         (draw_puzzle):
12820           insist on tiles having width and height as multiples of 4 to get
12821           clean YUV image handling
12822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12823         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
12824           s/DEBUG/LOG/ for common messages
12825         (gst_xvimagesink_navigation_send_event):
12826           fix mouse event translation to not include screen PAR
12827         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
12828           fix mouse event translation to actually work
12829
12830 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12831
12832         * gst/asfdemux/gstasfdemux.c:
12833         (gst_asf_demux_process_ext_content_desc):
12834          Extract TrackNumber metadata + clean up code
12835         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
12836          Hope this is the good fix (var used unitialised)
12837
12838 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12839
12840         * ext/faad/gstfaad.c: (gst_faad_chain):
12841           Only increment timestamp if it's valid. Fixes raw AAC streams.
12842
12843 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12844
12845         * configure.ac:
12846         * gst/games/Makefile.am:
12847         * gst/games/gstpuzzle.c:
12848           add a puzzle game with...
12849         * gst/games/gstvideoimage.c:
12850         * gst/games/gstvideoimage.h:
12851           ... full colorspace support (that includes YUV9 and RGB16)) stolen
12852           from videotestsrc and made into something that would be a nice
12853           library for a lot of other plugins.
12854
12855 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12856
12857         * configure.ac:
12858          don't compile faad plugin if a RC of 2.0 is found
12859          Fixes #155346 (and FC1 buildbot)
12860         * gst/asfdemux/gstasfdemux.c:
12861         (gst_asf_demux_process_ext_content_desc):
12862          try to make Solaris compiler happier
12863
12864 2005-01-06  Paul Jack  <pjack@sfaf.org>
12865
12866         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12867
12868         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
12869           Fix segfault (#161667).
12870
12871 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12872
12873         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12874           Fix framerate reporting.
12875
12876 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12877
12878         * gst-libs/gst/riff/riff-ids.h:
12879         * gst/wavenc/riff.h:
12880          Add AMR (VBR and CBR) ids to riff.h audio codec list
12881         * gst/asfdemux/gstasfdemux.c:
12882         (gst_asf_demux_process_ext_content_desc),
12883         (gst_asf_demux_process_object):
12884           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
12885
12886 2005-01-05  Martin Eikermann  <meiker@upb.de>
12887
12888         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12889
12890         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12891         (gst_dvd_demux_handle_discont):
12892         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
12893         (gst_mpeg_demux_handle_discont):
12894           Recreate pads on new-media (#160730).
12895         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
12896           Send discont even if manager changes timestamps (#161929).
12897
12898 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
12899
12900         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12901
12902         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
12903           Fix invalid memory access (#159211).
12904
12905 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12906
12907         * examples/gstplay/player.c: (main):
12908           Don't iterate.
12909         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
12910           Add visualizations.
12911         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
12912         (gst_a52dec_handle_frame):
12913           Set duration.
12914         * ext/dvdnav/gst-dvd:
12915           Add audioconvert. Fixes #161325.
12916         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
12917           Explicitely case to gint64. Possible valgrind error.
12918         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
12919         (gst_play_tick_callback), (gst_play_change_state),
12920         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
12921         (gst_play_set_location), (gst_play_get_location),
12922         (gst_play_seek_to_time), (gst_play_set_data_src),
12923         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12924         (gst_play_set_visualization), (gst_play_connect_visualization),
12925         (gst_play_get_framerate), (gst_play_get_all_by_interface),
12926         (gst_play_new):
12927           Use playbin. Fixes #139749 and #147744.
12928         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
12929           Add genre tag.
12930         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
12931         (audioscale_get_type), (gst_audioscale_base_init),
12932         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
12933         (gst_audioscale_getcaps), (gst_audioscale_fixate),
12934         (gst_audioscale_link), (gst_audioscale_get_buffer),
12935         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
12936         (gst_audioscale_init), (gst_audioscale_dispose),
12937         (gst_audioscale_chain), (gst_audioscale_set_property),
12938         (gst_audioscale_get_property), (plugin_init):
12939           Indent properly.
12940         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
12941           Fix LPCM.
12942         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
12943         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
12944         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
12945           Add more metadata (fixes #162656).
12946
12947 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12948
12949         * configure.ac:
12950           back to cvs
12951
12952 === release 0.8.7 ===
12953
12954 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12955
12956         * NEWS:
12957         * RELEASE:
12958         * configure.ac:
12959           releasing 0.8.7, "Hyperspace"
12960
12961 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12962
12963         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12964
12965         * gst/playback/gstplaybasebin.c:
12966          Fix for #162924 - free caps after use, not before
12967
12968 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12969
12970         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12971
12972         * gst/playback/gstplaybasebin.c:
12973         * gst/wavparse/gstwavparse.c:
12974           Fix for #154773 - fixes playback of small .wav files
12975
12976 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12977
12978         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12979
12980         * gst/audioscale/gstaudioscale.c:
12981           Fix for #162819 - make audioscale reusable
12982           Fixes playback of more than one file with playbin/totem
12983
12984 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12985
12986         * gst/ffmpegcolorspace/avcodec.h:
12987         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12988         * gst/ffmpegcolorspace/imgconvert.c:
12989           clean up the mess that made me cry and avoid needless duplication
12990
12991 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12992
12993         * gst/ffmpegcolorspace/imgconvert.c:
12994           give some indication of why we're segfaulting
12995
12996 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12997
12998         * configure.ac:
12999           Fix indentation, fix v4l2 plugin detection.
13000         * ext/Makefile.am:
13001           Fix libmms location (Maciej, use diff -u!).
13002         * ext/alsa/gstalsa.c: (gst_alsa_init):
13003           Initialize caps cache to NULL.
13004         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13005           Only change state on audiosink if it exists.
13006
13007 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
13008
13009         * gst/matroska/matroska-demux.c:
13010         * gst/matroska/matroska-ids.h:
13011         * gst/matroska/matroska-demux.h:
13012         Fix Vorbis streams failing to decode in some files, where cluster_time
13013         isn't 0, because then it doesn't send codec_priv before actual data.
13014         Remove time-based test and replace it with marker set on beginning of
13015         new stream
13016
13017 2004-12-28  David Schleef  <ds@schleef.org>
13018
13019         Merge patch from Ronald fixing problems with streaming
13020         text.
13021         * ext/cairo/gstcairo.c: (plugin_init):
13022         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
13023         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13024         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
13025         (gst_textoverlay_font_init), (gst_textoverlay_init),
13026         (gst_textoverlay_set_property):
13027         * ext/cairo/gsttextoverlay.h:
13028
13029 2004-12-27  David Schleef  <ds@schleef.org>
13030
13031         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
13032         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
13033         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
13034         (gst_textoverlay_font_init), (gst_textoverlay_init),
13035         (gst_textoverlay_set_property): Improvements to actually
13036         render text as white on black outline on video, including
13037         font selection and horizontal/vertical alignment.  (Ronald's
13038         christmas present)
13039         * ext/cairo/gsttextoverlay.h:
13040
13041 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13042
13043         * ext/ogg/gstogg.c:
13044         * ext/ogg/gstogmparse.c:
13045           fix ogm[audio/video]parse plugin registration
13046           (riff won't load if bytestream is already loaded)
13047
13048 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13049
13050         * gst/audioconvert/gstchannelmix.c:
13051           fix for GLIB < 2.4
13052
13053 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13054
13055         * Makefile.am:
13056         * configure.ac:
13057           disable docs again until it actually passes make distcheck.
13058
13059 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13060
13061         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
13062         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
13063         (plugin_init):
13064           Add 3GP (variables name Q3GP because they can't start with a
13065           number). Add samr audio fourcc (used in .3gp files), decoder
13066           is work in progress. Also do a GST_WARNING instead of ERROR
13067           in case of unknown nodes, to decrease output.
13068
13069 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13070
13071         * Makefile.am:
13072           really fix dist
13073
13074 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13075
13076         * configure.ac:
13077         * ext/speex/gstspeexdec.h:
13078         * ext/speex/gstspeexenc.h:
13079           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
13080           Fix detection code in configure.ac
13081
13082 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13083
13084         * gst/matroska/matroska-demux.c:
13085         (gst_matroska_demux_parse_blockgroup):
13086           Save position, so that queries give proper return values. Don't
13087           know how this could ever have worked before...
13088
13089 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13090
13091         * configure.ac:
13092           Put additional LAME check inside the conditional.  Fixes #152339
13093
13094 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13095
13096         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13097         (gst_avi_demux_stream_scan):
13098           Add some more debug. Fix logic error when setting movi offset
13099           while reading index.
13100
13101 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13102
13103         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13104         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
13105         (gst_avi_demux_process_next_entry):
13106           Add some debugging. Better detection of broken indexes and the
13107           accompanying index recovery. No infinite loops on state changes
13108           when we're still in our loopfunction.
13109
13110 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13111
13112         * configure.ac:
13113           Fix up.
13114
13115 2004-12-22  Archana Shah  <archana.shah@wipro.com>
13116
13117         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
13118
13119         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
13120           Normalizing the value before setting
13121         (gst_sunaudiomixer_get_volume):
13122           Normalizing the value after getting. Fixes bug# 161980
13123
13124 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13125
13126         * Makefile.am: Make sure docs gets disted
13127         * docs/Makefile.am: Make sure all needed files get disted
13128         * gst-plugins.spec.in: latest updates
13129
13130 2004-12-22  Wim Taymans  <wim@fluendo.com>
13131
13132         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13133         Revert patch 1.38 as clock distribution over schedulers does
13134         not work correcly in the core yet.
13135
13136 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13137
13138         * sys/oss/README: remove this file, which predates my birth
13139           (and which content is by far outdated)
13140
13141 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
13142
13143         * Makefile.am:
13144         * configure.ac:
13145         * docs/Makefile.am:
13146         * docs/libs/Makefile.am:
13147         * docs/libs/gst-plugins-libs-docs.sgml:
13148         * docs/libs/gst-plugins-libs-sections.txt:
13149         * docs/libs/tmpl/gstgconf.sgml:
13150         * docs/upload.mak:
13151         * docs/version.entities.in:
13152           Added boilerplate gtk-doc files for plugin-libs documentation.
13153
13154 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13155
13156         * gst/auparse/gstauparse.c: fix int and float audio caps
13157
13158 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13159
13160         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
13161         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
13162           g_assert() can be a macro, don't use #ifdef inside it.
13163
13164 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
13165
13166         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13167
13168         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13169         (gst_videorate_init), (gst_videorate_chain),
13170         (gst_videorate_change_state):
13171           Event handling (fixes #159986).
13172
13173 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13174
13175         * gst-libs/gst/riff/riff-media.c:
13176         (gst_riff_create_video_caps_with_data):
13177           Add BLZ0 (Blizzard's version of DivX) fourcc.
13178
13179 2004-12-18  David Schleef  <ds@schleef.org>
13180
13181         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
13182         portability fix.
13183
13184 2004-12-18  David Schleef  <ds@schleef.org>
13185
13186         * gst/tta/ttadec.h: Disable some header code that isn't used
13187         and clearly isn't portable.
13188
13189 2004-12-18  David Schleef  <ds@schleef.org>
13190
13191         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
13192         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
13193         (avcodec_get_pix_fmt), (avpicture_layout),
13194         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
13195         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
13196         Fix code to not use GCC extensions (and c99 extensions that
13197         Forte does not like.)
13198
13199 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13200
13201         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13202
13203         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
13204         (gst_deinterlace_chain):
13205           Rowstride fixes. Fixes #161039.
13206         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
13207         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
13208         (gst_video_crop_getcaps), (gst_video_crop_link),
13209         (gst_video_crop_i420), (gst_video_crop_chain),
13210         (gst_video_crop_change_state):
13211           Rework of negotiation. Actually works now. Fixes #158650.
13212
13213 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13214
13215         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
13216           That was very stupid.
13217
13218 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13219
13220         * gst/matroska/matroska-demux.c:
13221         (gst_matroska_demux_parse_blockgroup):
13222           Fix possible crasher.
13223
13224 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13225
13226         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
13227         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
13228           Lace sizes can be zero.
13229
13230 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13231
13232         * ext/musepack/gstmusepackdec.cpp:
13233           Fetch error return values. Fixes #161624.
13234         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
13235           Really EOS.
13236
13237 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13238
13239         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13240           Work for truncated (unfinished download etc.) files. Fixes #160514.
13241
13242 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13243
13244         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
13245           Fix for integer overflow. Makes #156001 not crash. Probably masks
13246           the real bug.
13247
13248 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13249
13250         * gst/ac3parse/gstac3parse.c: (plugin_init):
13251           Parsers never have ranks. Fixes #159651.
13252
13253 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13254
13255         * gst/playback/gstdecodebin.c: (compare_ranks):
13256           make sure the facotries are ordered the same every time even if they
13257           have the same rank by using the name
13258         * gst/playback/gstdecodebin.c: (find_compatibles):
13259           make sure we don't add factories to the list twice
13260
13261 2004-12-16  David Schleef  <ds@schleef.org>
13262
13263         * configure.ac: look for musepack headers as musepack/*.h
13264         (fixes #159847)
13265         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
13266         * ext/musepack/gstmusepackreader.h: same
13267
13268 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13269
13270         * gst-libs/gst/riff/riff-read.c:
13271         (gst_riff_read_strf_auds_with_data):
13272           Read extradata correctly (fixes #155879).
13273
13274 2004-12-16  David Schleef  <ds@schleef.org>
13275
13276         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
13277         audio.  does _not_ attempt or allow conversion unless channels
13278         is 1 or 2.
13279
13280 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13281
13282         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
13283
13284 2004-12-16  David Schleef  <ds@schleef.org>
13285
13286         * gst/audioscale/gstaudioscale.c: the resample library only
13287         handles 1 or 2 channels.  Change caps to compensate.
13288
13289 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13290
13291         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
13292         (gst_matroska_demux_audio_caps):
13293           Some MPEG-AAC hacks, because else it doesn't work...
13294
13295 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13296
13297         * gst-libs/gst/riff/riff-media.c:
13298         (gst_riff_create_video_caps_with_data),
13299         (gst_riff_create_video_template_caps):
13300           Add h264.
13301
13302 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13303
13304         * gst-libs/gst/audio/Makefile.am:
13305           Try to fix buildbot.
13306
13307 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13308
13309         * gst/tcp/gstmultifdsink.c:
13310           Clean up and uniformize debugging.
13311
13312 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
13313
13314         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13315
13316         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
13317         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
13318         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
13319         (gst_mpeg_demux_change_state):
13320           Reset on ready. Fixes 160276.
13321
13322 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13323
13324         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13325
13326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13327         (gst_ffmpegcsp_pad_link):
13328           Fix memleak (#154815).
13329
13330 2004-12-16  James Bowes  <bowes@cs.dal.ca>
13331
13332         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13333
13334         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
13335         (gst_musicbrainz_init), (gst_musicbrainz_chain),
13336         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
13337         * ext/musicbrainz/gsttrm.h:
13338           Add support for using a proxy server when getting a trm id from
13339           the MusicBrainz database (#149613).
13340
13341 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
13342
13343         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13344
13345         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
13346         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13347           Fix memleaks (#157233).
13348
13349 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
13350
13351         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13352
13353         * gst-libs/gst/resample/resample.c: (gst_resample_close):
13354         * gst-libs/gst/resample/resample.h:
13355         * gst/audioscale/gstaudioscale.c:
13356           Fix memleak (#159215).
13357
13358 2004-12-16  Toni Willberg  <toniw@iki.fi>
13359
13360         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13361
13362         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
13363         * sys/oss/oss_probe.c: (main):
13364           Check for mono/stereo support (similar to samplerate probing),
13365           fixes #159433. Also add missing copyright header to oss_probe.c.
13366
13367 2004-12-15  David Schleef  <ds@schleef.org>
13368
13369         * configure.ac: add audioresample and cairo plugins.  Remove
13370         HAVE_MMX stuff, because it's not used.
13371         * ext/Makefile.am: same
13372         * ext/audioresample/Makefile.am: You are not ready for an
13373         audio resampling element based on audioresample.
13374         * ext/audioresample/gstaudioresample.c:
13375         * ext/audioresample/gstaudioresample.h:
13376         * ext/cairo/Makefile.am: You are not ready for overlay elements
13377         based on cairo.  Don't look too closely, these elements kinda
13378         suck right now.
13379         * ext/cairo/gstcairo.c: new
13380         * ext/cairo/gsttextoverlay.c: new
13381         * ext/cairo/gsttextoverlay.h: new
13382         * ext/cairo/gsttimeoverlay.c: new
13383         * ext/cairo/gsttimeoverlay.h: new
13384         * gst-libs/gst/media-info/media-info-priv.h: fix compile
13385         problem with compilers that don't support variadic macros.
13386
13387 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13388
13389         Reviewed by:  David Schleef  <ds@schleef.org>
13390
13391         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
13392         Bala, registering sunaudiosrc (oops!), and cleaning up code a
13393         bit.  Also ran indent-gst.
13394         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
13395         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
13396         (gst_sunaudiosrc_setparams):
13397
13398 2004-12-14  David Schleef  <ds@schleef.org>
13399
13400         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
13401         output rate to 16000.  Should fix #160235.
13402
13403 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13404
13405         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13406         Add typefinding for mpeg2 pes streams
13407
13408 2004-12-13  David Schleef  <ds@schleef.org>
13409
13410         * configure.ac:  Applied patch from bug #143659, making default
13411         sources and sinks OS-dependent (for Solaris), and added code
13412         for OS/X.
13413         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
13414
13415 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13416
13417         * gst-libs/gst/riff/riff-media.c:
13418           forgot to add h2.64 to avidemux template caps
13419
13420 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13421
13422         * gst/wavenc/riff.h:
13423         * gst-libs/gst/riff/riff-media.c:
13424         * gst-libs/gst/riff/riff-ids.h:
13425         * gst/avi/gstavimux.c
13426         add 4CC code for VideoSoft h264 in AVI (VSSH)
13427           fixes bug #160655
13428         remove s323 from riff, it's quicktime specific :(
13429
13430 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13431
13432         * gst/asfdemux/README
13433         * gst/wavenc/riff.h
13434         * gst-libs/gst/riff/riff-ids.h
13435         * gst-libs/gst/riff/riff-media.c
13436         * gst/qtdemux/qtdemux.c:
13437           add new 4CC codes for h263 related codecs
13438           fixes partially bug #155163
13439
13440 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
13441
13442         * configure.ac: Update polyaudio requirement to 0.7
13443         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
13444
13445 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13446
13447         * gst/interleave/deinterleave.c:
13448         fix my name's spelling! :)
13449
13450 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13451
13452         * AUTHORS ChangeLog
13453         * gst/auparse/gstauparse.c
13454         * gst/interleave/deinterleave.c
13455         * gst/law/:
13456                 alaw-decode.c alaw-encode.c
13457                 mulaw-decode.c mulaw-encode.c
13458         * gst/oneton/gstoneton.c
13459         * sys/osxaudio/:
13460                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
13461         * sys/osxvideo/:
13462                 cocoawindow.h cocoawindow.m
13463                 osxvideosink.h osxvideosink.m
13464
13465         put the same mail address for Zaheer Abbas Merali everywhere
13466
13467 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13468
13469         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
13470           Align by packetsize, and assert that we a packet available before
13471           playing. The first makes webstreams work (they often include
13472           trailing padding data in a packet), the second allows pausing a
13473           ASF stream in totem without getting demux errors afterwards.
13474
13475 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13476
13477         * ext/ogg/gstoggdemux.c: (get_relative):
13478           Check for non-NULL before accessing member (end-of-chain).
13479
13480 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13481
13482         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13483         (cdparanoia_set_property), (cdparanoia_get_property):
13484         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
13485         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
13486         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13487         (dvdreadsrc_init), (dvdreadsrc_set_property),
13488         (dvdreadsrc_get_property):
13489         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
13490         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
13491           Synchronize property names where not yet the case. Devices are
13492           now device=X, other versions are deprecated (but still exist).
13493           Also use g_free() unconditionally.
13494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13495         (setup_source), (gst_play_base_bin_get_property):
13496           Expose source.
13497
13498 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13499
13500         * configure.ac: move GCONF macro outside conditional for the am
13501           conditional. Fixes #160439
13502
13503 2004-12-08  David Schleef  <ds@schleef.org>
13504
13505         * tools/gst-visualise-m.m: Switch to elements that currently
13506         exist.
13507
13508 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13509
13510         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13511           We love wrong commas.
13512
13513 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13514
13515         * gst/matroska/matroska-demux.c:
13516         (gst_matroska_demux_handle_src_query):
13517           Don't set DEFAULT, unsupported - makes length display incorrectly
13518           in some cases.
13519
13520 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13521
13522         * gst/monoscope/README: remove blurb about files being GPL
13523         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
13524         * gst/monoscope/monoscope.c: Change license to BSD with explanation
13525           monoscope is now effectively LGPL licensed
13526
13527 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
13528
13529         * gst/monoscope/README: Update information to be more correct
13530         * gst/monoscope/convolve.c: Relicense to LGPL
13531         * gst/monoscope/convolve.h: Relicense to LGPL
13532
13533 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
13534
13535         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13536           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
13537         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
13538           set default_duration for mpeg1 audio
13539
13540 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13541
13542         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
13543         * ext/alsa/gstalsa.h:
13544           refactor big chunks of the core caps negotiation code to make it
13545           a lot faster, because people claim it's really slow
13546           (actually, just cache the getcaps when the device is opened)
13547
13548 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13549
13550         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
13551         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
13552         (gst_a52dec_handle_frame), (gst_a52dec_chain),
13553         (gst_a52dec_change_state), (plugin_init):
13554         * ext/a52dec/gsta52dec.h:
13555           Do something useful with timestamps. Make chain-based (since
13556           there's really no reason to be loopbased).
13557         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13558           Update current_byte/frame correctly.
13559
13560 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13561
13562         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
13563         (gst_ape_demux_stream_init):
13564           Forward tags, too.
13565
13566 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13567
13568         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
13569           Let's make sure we're done typefinding when detecting tags.
13570
13571 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13572
13573         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
13574         (gst_ebml_read_init), (gst_ebml_read_use_event),
13575         (gst_ebml_read_element_id), (gst_ebml_peek_id),
13576         (gst_ebml_read_seek), (gst_ebml_read_skip),
13577         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
13578         (gst_ebml_read_master):
13579         * gst/matroska/ebml-read.h:
13580         * gst/matroska/matroska-demux.c:
13581         (gst_matroska_demux_parse_contents),
13582         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
13583           Disgustingly evil hack for working around INTERRUPT events and
13584           their extremely annoying habit of being a pain in the ass. We
13585           simply peek a cluster before reading any of it.
13586
13587 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13588
13589         * ext/musepack/gstmusepackdec.cpp:
13590           There's also floating point libmusepacks.
13591
13592 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13593
13594         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
13595         (gst_faad_chanpos_to_gst), (gst_faad_chain):
13596           Set DURATION even if source buffer didn't. Also use increasing
13597           timestamps.
13598         * gst-libs/gst/riff/riff-media.c:
13599         (gst_riff_create_audio_caps_with_data):
13600           Block_align can have larger values than 8192.
13601
13602 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13603
13604         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
13605         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
13606         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
13607         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
13608           Fix caps.
13609
13610 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13611
13612         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13613           Fix logic bug.
13614
13615 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13616
13617         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
13618           Yay, another one.
13619
13620 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13621
13622         * ext/esd/esdsink.c: (gst_esdsink_chain):
13623           Make error actually say something useful (fixes #156798).
13624         * gst-libs/gst/riff/riff-media.c:
13625         (gst_riff_create_video_caps_with_data),
13626         (gst_riff_create_video_template_caps):
13627           Add Intel Video 5.0 fourcc (IV50).
13628
13629 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
13630
13631         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
13632         detection on mono and stereo mp3 files.
13633
13634 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13635
13636         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13637           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
13638           the contained stream).
13639
13640 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13641
13642         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
13643           Oops, remove debug.
13644
13645 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13646
13647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13648
13649         * gst/law/alaw-decode.c: (alawdec_getcaps):
13650         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
13651           Prevent warnings when negotiating caps (fixes #159338).
13652
13653 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13654
13655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13656         (gst_ffmpegcsp_chain):
13657           Remove old leftover that shouldn't be there...
13658
13659 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13660
13661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13662
13663         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
13664           Don't forward DISCONT events (fixes #159684).
13665
13666 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13667
13668         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
13669           Unlink manually since sometimes bin disposal (and therefore
13670           pad unlinking) is delayed, which will cause a new media file
13671           to not be able to start playing instantly.
13672
13673 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13674
13675         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
13676           On mute of an unlinked stream, check for pad availability so
13677           we don't crash on unlinked pad.
13678
13679 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13680
13681         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13682         (gst_avi_demux_massage_index):
13683           Fix quite humiliating bug in omitting 0-sized index chunks but
13684           forgetting to count them for timestamps.
13685
13686 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13687
13688         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13689           Actually leave the loop if we failed to sync. Don't crash.
13690
13691 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13692
13693         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
13694         (gst_dvd_demux_process_private):
13695         * gst/mpegstream/gstdvddemux.h:
13696           Fix crash (#159759). Doesn't work, though. :-(.
13697
13698 2004-11-28  Benjamin Otte  <otte@gnome.org>
13699
13700         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13701           more overwriting protection due to modifying channels one by one
13702           instead of all at once
13703
13704 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13705
13706         * gst/audioconvert/gstchannelmix.c:
13707         (gst_audio_convert_fill_normalize):
13708           Normalize using absolute values.
13709
13710 2004-11-28  Julien MOUTTE  <julien@moutte.net>
13711
13712         * configure.ac:
13713         * ext/Makefile.am:
13714         * ext/directfb/Makefile.am:
13715         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
13716         (gst_directfbvideosink_get_pixel_format),
13717         (gst_directfbvideosink_get_format_from_fourcc),
13718         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
13719         (gst_directfbvideosink_sink_link),
13720         (gst_directfbvideosink_change_state),
13721         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
13722         (gst_directfbvideosink_buffer_alloc),
13723         (gst_directfbvideosink_interface_supported),
13724         (gst_directfbvideosink_interface_init),
13725         (gst_directfbvideosink_navigation_send_event),
13726         (gst_directfbvideosink_navigation_init),
13727         (gst_directfbvideosink_set_property),
13728         (gst_directfbvideosink_get_property),
13729         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
13730         (gst_directfbvideosink_base_init),
13731         (gst_directfbvideosink_class_init),
13732         (gst_directfbvideosink_get_type), (plugin_init):
13733         * ext/directfb/directfbvideosink.h: Adding a first version of
13734         directfbvideosink.
13735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
13736         more.
13737
13738 2004-11-28  Benjamin Otte  <otte@gnome.org>
13739
13740         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
13741           walk the samples backwards if out_channels > in_channels so we don't
13742           overwrite data
13743
13744 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13745
13746         * gst/audioconvert/Makefile.am:
13747         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
13748         (gst_audio_convert_link), (gst_audio_convert_change_state),
13749         (gst_audio_convert_channels):
13750         * gst/audioconvert/gstchannelmix.c:
13751         (gst_audio_convert_unset_matrix),
13752         (gst_audio_convert_fill_identical),
13753         (gst_audio_convert_fill_compatible),
13754         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
13755         (gst_audio_convert_fill_others),
13756         (gst_audio_convert_fill_normalize),
13757         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
13758         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
13759         * gst/audioconvert/gstchannelmix.h:
13760           Implement a channel mixer.
13761
13762 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
13763
13764         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
13765         * ext/alsa/gstalsa.h:
13766         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
13767         Make alsasink actually honor gst_element_set_clock and use that
13768         clock instead of its internal one.
13769
13770 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13771
13772         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
13773         (gst_play_base_bin_change_state): nullify source and decoder when
13774         going from READY to NULL so that we don't try to do weird stuff with
13775         them when going from NULL to READY
13776         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
13777         instead of g_object_unref
13778         (gen_video_element), (gen_audio_element): more refcounting fixes, now
13779         it should be correct
13780         (gst_play_bin_change_state): don't call remove_sinks if we are
13781         currently disposing the object
13782
13783 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13784
13785         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
13786           Don't forget bass if it's there. Else left channel is silent...
13787
13788 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13789
13790         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
13791         (gst_a52dec_change_state):
13792           Don't do sample adjusting anymore, we use float audio now.
13793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
13794           Don't fixate to non-existing properties.
13795
13796 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13797
13798         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
13799         (gst_a52dec_change_state):
13800           Advertise that we can do surround sound.
13801
13802 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13803
13804         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
13805           Add buffer-frames=0.
13806         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
13807         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
13808         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
13809         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
13810         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
13811         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
13812         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
13813         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
13814         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
13815         * ext/dvdread/dvdreadsrc.h:
13816           Add seeking, querying for bytes, sectors, title, angle and
13817           chapter. Handle multiple chapters. Relicense to LGPL because
13818           Billy agreed on that (thanks Billy!).
13819
13820 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
13821
13822         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
13823         call parent dispose method
13824
13825 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
13826
13827         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
13828         (gst_audio_clock_get_internal_time):
13829         Fix active <-> inactive transitions: ensure time value always
13830         grows and avoid abrupt value changes.
13831
13832 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
13833
13834         * configure.ac:
13835         * gst/tta/Makefile.am:
13836         * gst/tta/crc32.h:
13837         * gst/tta/filters.h:
13838         * gst/tta/gsttta.c:
13839         * gst/tta/gstttadec.c:
13840         * gst/tta/gstttadec.h:
13841         * gst/tta/gstttaparse.c:
13842         * gst/tta/gstttaparse.h:
13843         * gst/tta/ttadec.h:
13844           added TTA parser and decoder
13845
13846 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13847
13848         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13849         (probe_triggered), (check_queue), (buffer_underrun),
13850         (buffer_running), (buffer_overrun), (gen_source_element),
13851         (setup_source):
13852         * gst/playback/gstplaybasebin.h:
13853           Implement buffering. Needs some more work.
13854
13855 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13856
13857         * ext/theora/theoradec.c: (theora_dec_chain):
13858           Fix ilog mask range overflow.
13859
13860 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13861
13862         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13863           Don't omit the last (which in case of dmix is the only :) )
13864           channel count. Don't set channels if <= 2.
13865
13866 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
13867
13868         * gst/playback/gstplaybin.c: (gen_video_element),
13869         (gen_audio_element): Removed 2 obsolete comments
13870
13871 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13872
13873         * ext/vorbis/oggvorbisenc.c
13874         * ext/vorbis/vorbisenc.c :
13875           change description fields of those plugins to differentiate them
13876           (pitivi show Encoders by description, they had the same one)
13877
13878 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
13879
13880         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13881
13882         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
13883         (gst_play_bin_set_property), (gen_video_element),
13884         (gen_audio_element):
13885           Refcounting fixes for provided audio-/videosinks.
13886
13887 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13888
13889         * gst/playback/gstplaybin.c: (gen_video_element),
13890         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
13891           Don't reference all sinks, but only the video- and audiosinks.
13892           The vis. element should be disposed when we're done with it.
13893           We don't have any reason to keep it around. This fixes warnings
13894           when reusing playbin for playing multiple audio files with
13895           vis. enabled. Also release audio device on pause - idea stolen
13896           from Rhythmbox.
13897
13898 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13899
13900         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
13901         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
13902         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
13903         * ext/alsa/gstalsaplugin.c: (plugin_init):
13904         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
13905         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
13906         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
13907         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
13908         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
13909         (gst_faad_change_state), (plugin_init):
13910         * ext/faad/gstfaad.h:
13911         * ext/vorbis/vorbis.c: (plugin_init):
13912         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13913         * gst-libs/gst/audio/Makefile.am:
13914         * gst-libs/gst/audio/audio.c: (plugin_init):
13915         * gst-libs/gst/audio/multichannel.c:
13916         (gst_audio_check_channel_positions),
13917         (gst_audio_get_channel_positions),
13918         (gst_audio_set_channel_positions),
13919         (gst_audio_set_structure_channel_positions_list),
13920         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
13921         (gst_audio_fixate_channel_positions):
13922         * gst-libs/gst/audio/multichannel.h:
13923         * gst-libs/gst/audio/testchannels.c: (main):
13924         * gst/audioconvert/gstaudioconvert.c:
13925         (gst_audio_convert_class_init), (gst_audio_convert_init),
13926         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
13927         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
13928         (gst_audio_convert_fixate), (gst_audio_convert_channels):
13929         * gst/audioconvert/plugin.c: (plugin_init):
13930           Surround sound support.
13931
13932 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13933
13934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13935           Fix position for discont if we're close as well. Nitpicking, but
13936           saves a few milliseconds of extra waiting or skipping.
13937
13938 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13939
13940         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
13941           We sometimes need parsers for playback, so add those too.
13942
13943 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13944
13945         * configure.ac:
13946         * gst/apetag/Makefile.am:
13947         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
13948         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
13949         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
13950         (gst_ape_demux_get_src_query_types),
13951         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
13952         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
13953         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
13954         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
13955         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
13956         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
13957         (gst_ape_demux_change_state):
13958         * gst/apetag/apedemux.h:
13959         * gst/apetag/apetag.c: (plugin_init):
13960         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
13961         (plugin_init):
13962           APE v1/2 tag reader plus typefind function.
13963
13964 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13965
13966         * configure.ac:
13967         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
13968         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13969           Remove hacks for older core. Require newer core version
13970           accordingly.
13971
13972 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13973
13974         * gst/cdxaparse/Makefile.am:
13975         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
13976         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
13977         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
13978         * gst/cdxaparse/gstcdxaparse.h:
13979         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
13980         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
13981         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
13982         (gst_cdxastrip_get_src_query_types),
13983         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
13984         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
13985         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
13986         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
13987         * gst/cdxaparse/gstcdxastrip.h:
13988           SVCD/VCD header stripping separated from CDXA image parsing.
13989         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13990         (plugin_init):
13991           Add VCD/SVCD header typefinding for VCD/SVCD.
13992         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
13993         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
13994         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
13995         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
13996         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
13997         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
13998         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
13999         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
14000         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
14001         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
14002         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
14003         * sys/vcd/vcdsrc.h:
14004           Fix up, add seeking, querying, URI interface. Works in totem now.
14005
14006 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14007
14008         * configure.ac:
14009           back to CVS
14010
14011 === release 0.8.6 ===
14012
14013 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14014
14015         * NEWS:
14016         * RELEASE:
14017         * configure.ac:
14018         * po/af.po:
14019         * po/az.po:
14020         * po/cs.po:
14021         * po/en_GB.po:
14022         * po/hu.po:
14023         * po/it.po:
14024         * po/nb.po:
14025         * po/nl.po:
14026         * po/or.po:
14027         * po/sq.po:
14028         * po/sr.po:
14029         * po/sv.po:
14030         * po/uk.po:
14031           releasing 0.8.6, "IOU Love"
14032
14033 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14034
14035         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14036
14037         * gst/playback/gstplaybasebin.c:
14038           Fix unplayable files error handling.  Fixes #158365
14039
14040 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14041
14042         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14043
14044         * gst/typefind/gsttypefindfunctions.c:
14045           Fix broken mp3 typefinding.  Fixes #158375
14046
14047 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14048
14049         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
14050
14051         * ext/ogg/gstoggdemux.c:
14052           Fix sync on broken files.  Fixes #158976
14053
14054 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14055
14056         patch by: Edward Hervey <bilboed@bilboed.com>
14057
14058         * ext/libpng/gstpngenc.c:
14059           Copy over buffer properties.  Fixes #158832
14060
14061 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14062
14063         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
14064
14065         * ext/dvdread/dvdreadsrc.c:
14066           Fixes invalid reads (#158462)
14067
14068 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14069
14070         * sys/v4l/gstv4lsrc.c:
14071         * sys/v4l/gstv4lsrc.h:
14072         * sys/v4l/v4lsrc_calls.c:
14073           Probe less and cache it.  Fixes #159187.
14074
14075 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14076
14077         * gst/videorate/gstvideorate.c:
14078           Handle all video formats. Fixes #159186.
14079
14080 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
14081         * gst/synaesthesia/gstsynaesthesia.c:
14082         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
14083         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
14084         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
14085         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
14086         (gst_synaesthesia_change_state), (plugin_init):
14087         Fix up synaesthesia to work under different samplerates/ buffer sizes.
14088         Force 320x200 output, as that's the only thing the underlying
14089         synaesthesia implementation supports. Still needs to be made
14090         re-entrant.
14091
14092 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14093
14094         * configure.ac:
14095           Fix mpeg2enc configure check (similar to mplex check below).
14096
14097 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
14098
14099         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14100
14101         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14102           Fix for gcc-2.95 (fixes #158221).
14103
14104 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14105
14106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14107           Re-add clock distribution hack (until new core is released).
14108           Fixes #158125.
14109
14110 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
14111         * configure.ac:
14112           fix mplex configure check segfaulting on some systems (bug #140994)
14113
14114 2004-11-13  Benjamin Otte  <otte@gnome.org>
14115
14116         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
14117           add debugging
14118         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14119           do a wait when we enter the loop func with no data available to
14120           write instead of getting into an 100% CPU loop by just returning and
14121           being called again by the scheduler
14122
14123 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
14124
14125         * configure.ac:
14126         * ext/libvisual/visual.c: (gst_visual_get_type),
14127         (libvisual_log_handler), (gst_visual_getcaps),
14128         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
14129         (plugin_init):
14130           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
14131         * ext/smoothwave/Makefile.am:
14132         * ext/smoothwave/demo-osssrc.c: (main):
14133         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
14134         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
14135         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
14136         (plugin_init):
14137         * ext/smoothwave/gstsmoothwave.h:
14138           Make gstsmoothwave a working element in the 20th century.
14139
14140         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
14141           Fix incorrect link function
14142
14143 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14144
14145         * gst/volume/gstvolume.c:
14146           Allow buffer-frames=0.
14147
14148 2004-11-12 Iain <iaingnome@gmail.com>
14149
14150         * configure.ac: Check for polypaudio
14151
14152         * ext/Makefile.am: Build the polyp dir
14153
14154         * ext/polyp: The polypsink sources.
14155
14156 2004-10-30 Iain <iaingnome@gmail.com>
14157
14158         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
14159         caps to reflect the new number of channels.
14160
14161 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14162
14163         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14164           Fix for negotiation order problem. This would show when the
14165           ALSA loopfuction was called before any other function. ALSA
14166           wouldn't do anything because we're not negotiated yet, leading
14167           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
14168
14169 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14170
14171         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14172
14173         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
14174           No warnings (#157986).
14175
14176 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14177
14178         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14179           Prefer apev1/2 and id3v1 (at end of file) over musepack.
14180
14181 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14182
14183         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
14184           Signal no-more-pads (so it works in playbin).
14185
14186 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14187
14188         * ext/musepack/gstmusepackreader.cpp:
14189           Workaround for older core.
14190
14191 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14192
14193         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
14194           Actually test for odd width/height rather than testing whether
14195           a temporary variable that was 0 before we subtracted 1 is now
14196           not equal to zero (which it always is).
14197
14198 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14199
14200         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
14201         Fix compilation if HAVE_XVIDEO is not defined
14202
14203 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14204
14205         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
14206         Fix compilation if HAVE_XVIDEO is not defined
14207
14208 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
14209
14210         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
14211         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
14212         (gst_goom_change_state), (plugin_init):
14213         Use the bytestream adapter so goom doesn't depend on the input
14214         buffer size.
14215         Add a debug category
14216
14217 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14218
14219         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
14220           Only set hardware parameters *after* negotiation. Before
14221           negotiation, it will set ANY and that seems to cause crashes
14222           (see e.g. #151288, #153227).
14223
14224 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14225
14226         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14227           This seems to be antique leftover. It needs to pass error
14228           checking.
14229         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
14230         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
14231         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
14232         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
14233           Fix GstXOverlay implementation (#151059).
14234
14235 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14236
14237         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14238           Don't assert (#157853).
14239
14240 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14241
14242         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14243           Fix bytes/samples confustion.
14244         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
14245           Fix for underrun (#144389).
14246
14247 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14248
14249         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
14250           Disable halfway-seek for pending release (since it needs a new
14251           core release).
14252
14253 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14254
14255         * sys/v4l/gstv4lsrc.c:
14256         * sys/v4l/gstv4lsrc.h:
14257         * sys/v4l/v4lsrc_calls.c:
14258           add autoprobe-fps property so we can separate autoprobing parts
14259
14260 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14261
14262         * sys/v4l/gstv4lsrc.c:
14263         * sys/v4l/v4lsrc_calls.c:
14264         initialise fourcc to catch unset fourcc's, and debug
14265
14266 2004-11-09  Wim Taymans  <wim@fluendo.com>
14267
14268         * gst/playback/README:
14269         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14270         * gst/playback/gstplaybin.c: (gst_play_bin_init),
14271         (gst_play_bin_dispose), (gst_play_bin_set_property),
14272         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
14273         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
14274         (gst_play_bin_get_formats), (gst_play_bin_convert),
14275         (gst_play_bin_get_query_types), (gst_play_bin_query):
14276         Cleanups and some more documentation.
14277
14278 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
14279
14280         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14281         (gst_cacasink_init), (gst_cacasink_chain):
14282         * ext/libcaca/gstcacasink.h:
14283         Cacasink inherits from VideoSink, so let that store the clock.
14284
14285 2004-11-09  Wim Taymans  <wim@fluendo.com>
14286
14287         * gst/playback/README:
14288         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
14289         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
14290         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
14291         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
14292         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
14293         (setup_sinks):
14294         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
14295         (gst_stream_info_is_mute), (gst_stream_info_set_property):
14296         * gst/playback/gststreaminfo.h:
14297         Updated README.
14298         Only switch groups if all streams have muted (EOSed).
14299         Send Tags in sync with the stream playback instead of in
14300         the playback/preroll phase.
14301         Some cleanups, free the fakesrc elements.
14302
14303 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14304
14305         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
14306           buffer-frames property was missing
14307         * ext/arts/gst_arts.c:
14308           rate missing from sinkcaps
14309         * ext/audiofile/gstafparse.c:
14310         * ext/audiofile/gstafsink.c:
14311         * ext/audiofile/gstafsrc.c:
14312         * ext/swfdec/gstswfdec.c:
14313           int audio doesn't know buffer-frames
14314         * ext/cdparanoia/gstcdparanoia.c:
14315           int audio doesn't know chunksize either
14316         * ext/nas/nassink.c:
14317           it's endianness, not endianess
14318         * gst-libs/gst/audio/audio.h:
14319           make float standard pad template caps really describe float
14320         * gst/law/mulaw.c: (linear_factory):
14321           signed only, please
14322         * gst/mpegstream/gstdvddemux.c:
14323           widths of 20 are not valid
14324
14325 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14326
14327         Submitted by: Luca Ferretti <elle.uca@infinito.it>
14328
14329         * po/LINGUAS:
14330         * po/it.po:
14331           Add Italian
14332
14333 2004-11-08  Wim Taymans  <wim@fluendo.com>
14334
14335         * gst/playback/README:
14336         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
14337         * gst/playback/gstplaybasebin.c: (probe_triggered),
14338         (gst_play_base_bin_change_state):
14339         Updated README, added more comments for fixmes etc..
14340
14341 2004-11-08  Wim Taymans  <wim@fluendo.com>
14342
14343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
14344         We can remove this hack now.
14345
14346 2004-11-08  Wim Taymans  <wim@fluendo.com>
14347
14348         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
14349         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14350         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14351         Only mix AYUV for maximum quality.
14352
14353 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14354
14355         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
14356         (gst_ogg_demux_push), (gst_ogg_pad_push):
14357           Let's act as if we're synchronized now! :).
14358         * ext/theora/theoradec.c: (theora_dec_chain):
14359           Add some debug.
14360
14361 2004-11-08  Wim Taymans  <wim@fluendo.com>
14362
14363         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14364         (gst_alpha_set_property), (gst_alpha_sink_link),
14365         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
14366         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
14367         (gst_alpha_init_params), (gst_alpha_chain):
14368         Implement alpha functions for AYUV too, this increases
14369         accuracy quite a bit.
14370
14371 2004-11-08  Wim Taymans  <wim@fluendo.com>
14372
14373         * gst/ffmpegcolorspace/avcodec.h:
14374         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14375         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
14376         (gst_ffmpegcsp_avpicture_fill):
14377         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14378         (gst_ffmpegcsp_caps_remove_format_info):
14379         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14380         (shrink12), (img_get_alpha_info), (deinterlace_line),
14381         (deinterlace_line_inplace):
14382         * gst/ffmpegcolorspace/imgconvert_template.h:
14383         Added AYUV colorspace and handle RGBA a bit more respectful.
14384
14385 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14386
14387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14388           Actually always send a discont (cornercase when resending the
14389           same serial-tagged chain twice).
14390
14391 2004-11-08  Julien MOUTTE  <julien@moutte.net>
14392
14393         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
14394         (gst_ximagesink_finalize):
14395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14396         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
14397
14398 2004-11-08  Wim Taymans  <wim@fluendo.com>
14399
14400         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
14401         Don't segfault on NULL data.
14402
14403 2004-11-08  Wim Taymans  <wim@fluendo.com>
14404
14405         * gst/playback/gstdecodebin.c: (unlinked):
14406         * gst/playback/gstplay-marshal.list:
14407         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14408         (gst_play_base_bin_init), (group_create), (get_active_group),
14409         (get_building_group), (group_destroy), (group_commit),
14410         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
14411         (add_element_stream), (no_more_pads), (probe_triggered),
14412         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
14413         (state_change), (setup_source), (gst_play_base_bin_get_property),
14414         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
14415         (gst_play_base_bin_link_stream),
14416         (gst_play_base_bin_get_streaminfo):
14417         * gst/playback/gstplaybasebin.h:
14418         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14419         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
14420         Add support for chained ogg files. Prepare for playlist
14421         support. This patch introduces the concept of pad groups, which
14422         together compose one playable media file.
14423
14424 2004-11-07  David Schleef  <ds@schleef.org>
14425
14426         * testsuite/gst-lint: Check for pad templates that aren't statically
14427         scoped.
14428
14429 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14430
14431         * configure.ac:
14432         * ext/Makefile.am:
14433         * ext/musepack/Makefile.am:
14434         * ext/musepack/gstmusepackdec.cpp:
14435         * ext/musepack/gstmusepackdec.h:
14436         * ext/musepack/gstmusepackreader.cpp:
14437         * ext/musepack/gstmusepackreader.h:
14438           Add musepack decoder.
14439         * ext/faad/gstfaad.c: (gst_faad_base_init):
14440           Make pad templates static.
14441         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
14442         (plugin_init):
14443           Add musepack typefinder, make mp3 typefinding work halfway stream,
14444           which doesn't actually work yet because id3demux doesn't implement
14445           _get_length().
14446
14447 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14448
14449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14450         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
14451           Fix interrupt event handling (#144436).
14452
14453 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14454
14455         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
14456           Hide unused glory.
14457
14458 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14459
14460         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14461
14462         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14463           Fix weird caps (#157548).
14464
14465 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14466
14467         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14468
14469         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
14470           Add missing NULL terminator (#157543).
14471
14472 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14473
14474         * gst/tcp/gsttcp.h:
14475         * gst/tcp/gsttcpclientsink.c:
14476         * gst/tcp/gsttcpclientsrc.c:
14477         * gst/tcp/gsttcpserversink.c:
14478         * gst/tcp/gsttcpserversrc.c:
14479           ports can go up to 65535.  Move common defines to gsttcp.h
14480
14481 2004-11-05  Wim Taymans  <wim@fluendo.com>
14482
14483         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
14484         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
14485         Added two more colorspaces.
14486
14487 2004-11-05  Wim Taymans  <wim@fluendo.com>
14488
14489         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14490         (gst_ffmpegcsp_avpicture_fill):
14491         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14492         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
14493         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
14494         More stride fixes.
14495
14496 2004-11-05  Wim Taymans  <wim@fluendo.com>
14497
14498         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
14499         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14500         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14501         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
14502         (gst_videomixer_loop):
14503         More stride fixes.
14504
14505 2004-11-05  Benjamin Otte  <otte@gnome.org>
14506
14507         * ext/mad/gstmad.c: (gst_mad_chain):
14508           don't overflow data buffer. Flush not needed sync data when syncing
14509           failed.
14510
14511 2004-11-04  Wim Taymans  <wim@fluendo.com>
14512
14513         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14514         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14515         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
14516         (gst_alpha_init_params), (gst_alpha_chain),
14517         (gst_alpha_change_state):
14518         Updated the chroma keying algorithm with something more
14519         sophisticated.
14520
14521 2004-11-03  Wim Taymans  <wim@fluendo.com>
14522
14523         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
14524         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
14525         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
14526         Fix stride issues. Does not completely work for odd
14527         heights.
14528
14529 2004-11-03  Wim Taymans  <wim@fluendo.com>
14530
14531         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14532         (gst_alpha_chroma_key), (gst_alpha_chain):
14533         Fix stride issues. Does not completely work for odd
14534         heights.
14535
14536 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
14537
14538         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
14539         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
14540         leak fixes
14541
14542 2004-11-03  Wim Taymans  <wim@fluendo.com>
14543
14544         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14545         (gst_ffmpegcsp_avpicture_fill):
14546         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
14547         (avpicture_alloc):
14548         * gst/ffmpegcolorspace/imgconvert_template.h:
14549         Use correct _fill function to get correct strides.
14550
14551 2004-11-02  David Schleef  <ds@schleef.org>
14552
14553         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
14554         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
14555         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
14556         Change all g_print()s to debugging.  Add a bunch of consistency
14557         checks.
14558
14559 2004-11-02  Wim Taymans  <wim@fluendo.com>
14560
14561         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14562         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
14563         (unlinked), (no_more_pads), (close_link):
14564         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14565         (unknown_type), (add_element_stream), (new_decoded_pad),
14566         (removed_decoded_pad), (setup_source):
14567         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
14568         (gst_stream_info_class_init), (gst_stream_info_init),
14569         (gst_stream_info_new), (gst_stream_info_dispose),
14570         (stream_info_mute_pad), (gst_stream_info_set_property),
14571         (gst_stream_info_get_property):
14572         * gst/playback/gststreaminfo.h:
14573         Fix playback of multiple files.
14574         a slightly different approach to handling dynamic pad removals.
14575         This one only looks at pads that we have linked.
14576
14577 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
14578
14579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
14580         free" warning from libc.
14581
14582 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14583
14584         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14585         (get_unconnected_element), (remove_starting_from), (pad_removed),
14586         (close_link):
14587           Implement support for dynamic pad changing. We listen to "live"
14588           pad removals (i.e. while playing) and re-setup autoplugging
14589           after that. Playbasebin/playbin need some more work for this
14590           to finally work, but decodebin supports (and replugs) chained
14591           ogg now.
14592
14593 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
14594
14595         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
14596         (gst_alsa_finalize):
14597         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
14598         (gst_cdaudio_finalize):
14599         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
14600         (cdparanoia_finalize):
14601         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
14602         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
14603         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14604         (dvdreadsrc_finalize):
14605         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
14606         (gst_flacdec_finalize):
14607         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
14608         (gst_flacenc_finalize):
14609         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
14610         (gst_gnomevfssink_finalize):
14611         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
14612         (gst_gnomevfssrc_finalize):
14613         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
14614         (gst_fameenc_finalize):
14615         * ext/nas/nassink.c: (gst_nassink_class_init),
14616         (gst_nassink_finalize):
14617         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
14618         (gst_sdlvideosink_class_init):
14619         * ext/sndfile/gstsf.c: (gst_sf_dispose):
14620         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
14621         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
14622         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
14623         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
14624         (gst_x_window_listener_dispose):
14625         * gst/audioscale/gstaudioscale.c:
14626         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
14627         (play_on_demand_finalize):
14628         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
14629         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
14630         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
14631         (cdplayer_finalize):
14632         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
14633         (gst_glimagesink_class_init):
14634         * sys/oss/gstosselement.c: (gst_osselement_class_init),
14635         (gst_osselement_finalize):
14636         * sys/oss/gstosssink.c: (gst_osssink_dispose):
14637         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
14638         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
14639           Fixes a bunch of problems with finalize and dispose functions,
14640           either assumptions that dispose is only called once, or not calling
14641           the parent class dispose/finalize function
14642
14643 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
14644
14645         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
14646           added two api precondition guards
14647           use g_strdup with getenv to fix crash when using ENVVAR
14648
14649 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
14650         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14651         (gst_esdsink_finalize):
14652         Use a finalize function, not dispose, and more importantly,
14653         call the parent class finalize function too
14654
14655 2004-11-01  Johan Dahlin  <johan@gnome.org>
14656
14657         * ext/ogg/gstoggdemux.c:
14658         * gst/tags/gstvorbistag.c:
14659         Plug leaks.
14660
14661 2004-10-31  Benjamin Otte  <otte@gnome.org>
14662
14663         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
14664           lotsa memleaks today. But they're all small...
14665
14666 2004-10-31  Benjamin Otte  <otte@gnome.org>
14667
14668         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14669           another memleak crushed
14670
14671 2004-10-31  Benjamin Otte  <otte@gnome.org>
14672
14673         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14674           fix memleak
14675
14676 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14677
14678         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14679           Hack to prevent crash when going to READY inside signal handler
14680           while this function is active.
14681
14682 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14683
14684         * gst/ffmpegcolorspace/Makefile.am:
14685         * gst/ffmpegcolorspace/avcodec.h:
14686         * gst/ffmpegcolorspace/common.h:
14687         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14688         * gst/ffmpegcolorspace/dsputil.h:
14689         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14690         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14691         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
14692         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
14693         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
14694         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
14695         (gst_ffmpegcsp_avpicture_fill):
14696         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14698         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
14699         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
14700         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
14701         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
14702         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14703         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
14704         * gst/ffmpegcolorspace/imgconvert.c:
14705         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14706         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14707         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14708         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14709         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14710         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
14711         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
14712         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
14713         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
14714         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
14715         (grow21), (grow22), (grow41), (grow44), (conv411),
14716         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
14717         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
14718         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
14719         (avpicture_free), (is_yuv_planar), (img_convert),
14720         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
14721         (deinterlace_line_inplace), (deinterlace_bottom_field),
14722         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14723         * gst/ffmpegcolorspace/imgconvert_template.h:
14724         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14725         * gst/ffmpegcolorspace/mmx.h:
14726         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
14727         (av_fast_realloc), (av_mallocz_static), (av_free_static),
14728         (av_freep), (avcodec_get_context_defaults),
14729         (avcodec_alloc_context), (avcodec_init):
14730           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
14731           handling plus update from ffmpeg CVS. Large clean-up.
14732
14733 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14734
14735         * gst/playback/Makefile.am:
14736           We need the marshallers for decodebin, too.
14737
14738 2004-10-30  David Schleef  <ds@schleef.org>
14739
14740         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
14741           quicktime typefinding work with 64-bit offsets.
14742
14743 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
14744
14745         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
14746           Set EOS on the element when processing an EOS event.
14747         * ext/speex/gstspeexdec.h:
14748         * ext/speex/gstspeexenc.h:
14749           Only keep a const ptr to the mode
14750         * gst-libs/gst/riff/riff-media.c:
14751         (gst_riff_create_audio_caps_with_data),
14752         (gst_riff_create_audio_template_caps):
14753           Allow WMAV3, with up to 6 channels.
14754         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
14755           Don't call gst_pad_set_event_function on a sink pad.
14756         * gst/mpegstream/gstdvddemux.c:
14757         (gst_dvd_demux_get_subpicture_stream),
14758         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
14759           Copy the explicit caps that were set across to the cur_* pads,
14760           instead of trying to use a possibly non-existent negotiated caps.
14761           Reset the type of subpicture pads to UNKNOWN after calling
14762           init_stream, so that the caps get set.
14763
14764 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
14765
14766         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14767
14768         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
14769           Don't touch buffer if it is of size 0 (fixes #151064).
14770
14771 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14772
14773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
14774           Synchronized discont handling.
14775
14776 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14777
14778         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14779         (gst_ogg_demux_push):
14780           Make seeking sort-of exact again (fixes #156387).
14781
14782 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14783
14784         * gst/playback/gstplaybasebin.c: (unknown_type),
14785         (add_element_stream), (new_decoded_pad),
14786         (gst_play_base_bin_change_state):
14787         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14788         (gst_stream_info_init), (gst_stream_info_new),
14789         (gst_stream_info_dispose), (gst_stream_info_get_property):
14790         * gst/playback/gststreaminfo.h:
14791           Make caps explicitely available. Makes testing for unsupported
14792           types possible. Improves error reporting.
14793
14794 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14795
14796         * gst/audioconvert/gstaudioconvert.c:
14797         (gst_audio_convert_buffer_to_default_format):
14798           Really don't touch read-only buffers (#156563).
14799
14800 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
14801
14802         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14803
14804         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14805           Fix memleak (#155223).
14806
14807 2004-10-29  Wim Taymans  <wim@fluendo.com>
14808
14809         * gst/tcp/.cvsignore:
14810         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14811         (gst_multifdsink_class_init), (gst_multifdsink_init),
14812         (gst_multifdsink_add), (gst_multifdsink_remove),
14813         (gst_multifdsink_remove_client_link), (is_sync_frame),
14814         (gst_multifdsink_new_client),
14815         (gst_multifdsink_handle_client_write),
14816         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14817         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14818         (gst_multifdsink_get_property):
14819         * gst/tcp/gstmultifdsink.h:
14820         Added burst on connect sync_method, deprecated sync_clients,
14821         streamlined the sync code some more.
14822
14823 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14824
14825         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
14826         (gst_play_base_bin_change_state):
14827           Improve error reporting.
14828
14829 2004-10-28  Wim Taymans  <wim@fluendo.com>
14830
14831         * gst/tcp/Makefile.am:
14832         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
14833         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
14834         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
14835         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14836         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14837         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14838         (gst_fdset_wait):
14839         Added more locks around fdset structures. Fixed/reworked
14840         the poll array resizing code.
14841         Added stress test for fdset.
14842
14843 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14844
14845         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14846         fix build
14847
14848 2004-10-28  Benjamin Otte  <otte@gnome.org>
14849
14850         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
14851           fix link function to always query channels and query width for
14852           floats
14853         * configure.ac:
14854           add equalizer dir
14855         * gst/equalizer/Makefile.am:
14856         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
14857         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
14858         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
14859         (arg_to_scale), (setup_filter),
14860         (gst_iir_equalizer_compute_frequencies),
14861         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
14862         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
14863         (plugin_init):
14864           add an equalizer
14865
14866 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14867
14868         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
14869
14870         * po/LINGUAS:
14871         * po/nb.po:
14872           Added Norwegian Bokmaal translation
14873
14874 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14875
14876         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14877           Don't break on options (fixes #156488).
14878
14879 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14880
14881         * configure.ac:
14882         * ext/cdaudio/Makefile.am:
14883         * sys/Makefile.am:
14884           fix build on older automake
14885
14886 2004-10-26  Wim Taymans  <wim@fluendo.com>
14887
14888         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
14889         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
14890         Allow a little margin when negotiating the framerate.
14891
14892 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
14893
14894         * gst/level/gstlevel.c:
14895           synchonised naming of pads and pad-templates
14896
14897 2004-10-26  Wim Taymans  <wim@fluendo.com>
14898
14899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
14900         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
14901         (_find_streams_check), (gst_ogg_demux_push):
14902         Fix EOS again. Needs to be done in a better way. We should not
14903         remove the pad if there is no new chained stream.
14904
14905 2004-10-26 Iain <iaingnome@gmail.com>
14906
14907         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
14908         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
14909         of the caps.
14910         * gst/interleave/interleave.c (interleave_class_init): Hook up release
14911         pad.
14912         (interleave_release_pad): Remove the pad.
14913         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
14914         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
14915         the set device.
14916         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
14917         attrs
14918         (gst_xvimagesink_xcontext_clear): Free the xcontext.
14919         (gst_xvimagesink_finalize): Free the par.
14920
14921 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14922
14923         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
14924         (gst_avimux_stop_file):
14925           First calculate the rate, and only then use it. Hdr.rate is a
14926           multiple and not a derivative of hdr.scale. Scale is not the
14927           same as blockalign but is solely related to rate.
14928
14929 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14930
14931         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14932         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
14933           Implement seeking.
14934
14935 2004-10-25  James Henstridge  <james@jamesh.id.au>
14936
14937         Reviewed by:  David Schleef  <ds@schleef.org>
14938
14939         * examples/gstplay/player.c: (got_stream_length), (main):
14940         * examples/seeking/cdplayer.c: (update_scale):
14941         * examples/seeking/seek.c: (format_value), (update_scale):
14942         * examples/seeking/spider_seek.c: (format_value), (update_scale),
14943         (stop_seek):
14944         Build fixes on AMD64.
14945
14946 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14947
14948         reviewed by: Ronald Bultje <rbultje at gnome dot org>
14949
14950         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
14951         Fix for some v4l cards which hang in v4lsrc
14952
14953 2004-10-25  Wim Taymans  <wim@fluendo.com>
14954
14955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
14956         (gst_ogg_demux_push), (gst_ogg_chains_clear):
14957         Make sure to remove the pad when a new chain is
14958         encountered. Set some vars to NULL so we don't try
14959         to reference freed memory.
14960
14961 2004-10-25  Wim Taymans  <wim@fluendo.com>
14962
14963         * examples/seeking/Makefile.am:
14964         * examples/seeking/cdplayer.c: (update_scale):
14965         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
14966         * examples/seeking/playbin.c: (make_playerbin_pipeline),
14967         (format_value), (update_scale), (iterate), (start_seek),
14968         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
14969         (print_usage), (main):
14970         Added some more examples, update others.
14971
14972 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14973
14974         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
14975         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14976         * ext/theora/theoradec.c: (theora_dec_chain):
14977         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14978           Add codec-name metadata.
14979
14980 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
14981
14982         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14983
14984         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14985         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14986         * ext/alsa/gstalsamixertrack.h:
14987         * po/POTFILES.in:
14988           ALSA mixer track label internationalization (#154054).
14989
14990 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14991
14992         * ext/theora/theoradec.c: (theora_dec_chain):
14993           Export bitrate as metadata.
14994
14995 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14996
14997         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14998         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14999         * ext/alsa/gstalsamixertrack.h:
15000           Fix names, fix loop.
15001
15002 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15003
15004         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
15005         (speex_dec_convert):
15006           sinkconvert function so oggdemux can get the file length (totem).
15007
15008 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
15009
15010         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15011
15012         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
15013           Don't push incomplete packets.
15014         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
15015           Fix MPEG-4 audio typefinding.
15016
15017 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15018
15019         * sys/v4l/Makefile.am:
15020         * sys/v4l/gstv4l.c: (plugin_init):
15021         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
15022         (gst_v4lelement_init), (gst_v4lelement_dispose),
15023         (gst_v4lelement_change_state):
15024         * sys/v4l/gstv4lelement.h:
15025         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
15026         (gst_v4l_xoverlay_close), (idle_refresh),
15027         (gst_v4l_xoverlay_set_xwindow_id):
15028         * sys/v4l/gstv4lxoverlay.h:
15029         * sys/v4l/v4l-overlay_calls.c:
15030         * sys/v4l/v4l_calls.h:
15031         * sys/v4l2/Makefile.am:
15032         * sys/v4l2/gstv4l2.c: (plugin_init):
15033         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
15034         (gst_v4l2element_init), (gst_v4l2element_dispose),
15035         (gst_v4l2element_change_state):
15036         * sys/v4l2/gstv4l2element.h:
15037         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
15038         (gst_v4l2_xoverlay_close), (idle_refresh),
15039         (gst_v4l2_xoverlay_set_xwindow_id):
15040         * sys/v4l2/gstv4l2xoverlay.h:
15041         * sys/v4l2/v4l2-overlay_calls.c:
15042         * sys/v4l2/v4l2_calls.h:
15043           Remove client-side overlay handling, use the X-server v4l plugin
15044           for that. Nicer overlay, less code. Also make the plugin
15045           compileable without X (but then without overlay, obviously).
15046           Makes xwindowlistener obsolete, should we remove that?
15047
15048 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15049
15050         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
15051         (gst_osssrc_src_query):
15052         * sys/oss/gstosssrc.h:
15053           OK, so people want offset in DEFAULT. This time, actually fix all
15054           cases.
15055         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
15056           Add FPS properly.
15057
15058 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15059
15060         * gst/asfdemux/gstasfmux.c:
15061         * gst/avi/gstavimux.c:
15062           Framerate.
15063
15064 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15065
15066         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
15067           Fix properties (channel, norm, frequency).
15068
15069 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15070
15071         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
15072           Flag typo.
15073         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
15074           No warnings.
15075
15076 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15077
15078         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
15079           Fix hang.
15080
15081 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15082
15083         * sys/v4l2/gstv4l2element.h:
15084           Yet Another Hack (tm) for kernel header borkedness.
15085         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
15086         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
15087         (gst_v4l2src_link), (gst_v4l2src_getcaps),
15088         (gst_v4l2src_change_state):
15089         * sys/v4l2/gstv4l2src.h:
15090         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
15091         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
15092           Fix caps, keep track of state, work.
15093
15094 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15095
15096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
15097           Quiet.
15098
15099 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15100
15101         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15102           Don't mix bytes and samples.
15103
15104 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15105
15106         * ext/ogg/gstoggmux.c:
15107           Basic pad template which accepts OGM tracks, speex, flac, vorbis
15108           and theora. Any is incorrect.
15109         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
15110           Fix caps.
15111         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
15112         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
15113         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
15114         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
15115         * sys/v4l/gstv4lmjpegsrc.h:
15116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
15117         (gst_v4lsrc_change_state):
15118         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
15119         (gst_v4lmjpegsrc_capture_stop):
15120           Fix caps. Keep track of internal state. Work.
15121
15122 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15123
15124         * ext/Makefile.am:
15125           Fix the build fixes.
15126
15127 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15128
15129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15130         (gst_ogg_demux_src_event), (_find_chain_seek),
15131         (gst_ogg_pad_push):
15132           Check for pad availability before using it.
15133         * ext/ogg/gstoggdemux.c: (_find_chain_process):
15134           Fix parsing of chained ogg. Needs more work on the decoder side.
15135
15136 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15137
15138         * gst/spectrum/Makefile.am:
15139         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
15140         (idle_func):
15141           Fix demo and reenable it. Yes, I'm currently playing with audio
15142           analysis tools
15143
15144 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15145
15146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15147           We love it if files that start at zero work too...
15148
15149 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15150
15151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15152           Handle files with missing EOS headers.
15153
15154 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15155
15156         * gst/tcp/gsttcpserversink.c:
15157         (gst_tcpserversink_handle_server_read),
15158         (gst_tcpserversink_init_send):
15159         Zero some variables first (need for accept not to return EINVAL)
15160
15161 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15162
15163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15164         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15165         * ext/theora/theoradec.c: (theora_dec_sink_convert),
15166         (theora_dec_chain):
15167         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15168         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
15169           Seeking and querying finetune.
15170
15171 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15172
15173         * configure.ac:
15174         * ext/Makefile.am:
15175         * ext/raw1394/Makefile.am:
15176           fix the build
15177
15178 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15179
15180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15181           Wrong return.
15182         * gst/playback/Makefile.am:
15183         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15184         * gst/playback/gstplay-marshal.list:
15185         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15186           Fix marshallers.
15187
15188 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15189
15190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
15191           Silence.
15192
15193 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15194
15195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15196         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15197         (gst_ogg_pad_push):
15198           Yay for non-lineair granulepos in theora.
15199
15200 2004-10-18  Wim Taymans  <wim@fluendo.com>
15201
15202         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
15203         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
15204         * ext/dv/gstdvdec.h:
15205         Make sure we renegotiate aspect ratio when the camera switches.
15206
15207 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15208
15209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15210         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
15211           Start at zero.
15212         * ext/theora/theoradec.c: (theora_dec_chain):
15213           Skip headers. Bad idea for chained ogg, but fixes seeking.
15214
15215 2004-10-18  Wim Taymans  <wim@fluendo.com>
15216
15217         * configure.ac:
15218         I swear, this is the last time I touch this.
15219
15220 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15221
15222         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15223         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
15224         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
15225           Faster seeking.
15226         * ext/theora/theoradec.c: (theora_dec_sink_convert):
15227           Time-to-default conversion.
15228         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15229           Don't error on unknown packets, just skip. We should probably
15230           read them if we want to support chained ogg.
15231
15232 2004-10-18  Wim Taymans  <wim@fluendo.com>
15233
15234         * configure.ac:
15235         Added cdaudio to wrong list.
15236
15237 2004-10-18  Wim Taymans  <wim@fluendo.com>
15238
15239         * configure.ac:
15240         Revive cdaudio.
15241
15242 2004-10-18  Wim Taymans  <wim@fluendo.com>
15243
15244         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
15245         (gst_dvdec_video_link), (gst_dvdec_push):
15246         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15247         (gst_smokeenc_resync), (gst_smokeenc_chain):
15248         Fix mimetype on smoke encoder.
15249         Add aspect ratio to dvdec. Not sure if these
15250         values are correct though....
15251
15252 2004-10-18  Wim Taymans  <wim@fluendo.com>
15253
15254         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15255         Fix vorbis property descriptions and ranges.
15256
15257 2004-10-18  Wim Taymans  <wim@fluendo.com>
15258
15259         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
15260         Really do nothing when no data is available.
15261         Go to the playing state when the stream is not seekable
15262         instead of failing.
15263
15264 2004-10-18  Wim Taymans  <wim@fluendo.com>
15265
15266         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
15267         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
15268         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
15269         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
15270         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
15271         Added uri handler for cd://
15272         Port to new API.
15273
15274 2004-10-18  Wim Taymans  <wim@fluendo.com>
15275
15276         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15277         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15278         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15279         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15280         (remove_prerolls), (unknown_type), (add_element_stream),
15281         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
15282         (gst_play_base_bin_remove_element),
15283         (gst_play_base_bin_link_stream):
15284         * gst/playback/gstplaybin.c: (gen_video_element),
15285         (gen_vis_element), (remove_sinks), (setup_sinks):
15286         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15287         (gst_stream_info_get_type), (gst_stream_info_class_init),
15288         (gst_stream_info_init), (gst_stream_info_new),
15289         (gst_stream_info_dispose), (stream_info_mute_pad),
15290         (gst_stream_info_set_property), (gst_stream_info_get_property):
15291         * gst/playback/gststreaminfo.h:
15292         Add sink padtemplate to decodebin.
15293         Added some more comments.
15294         Make queue size configurable in playbasebin.
15295         Added possibility to use elements as sinks (ex cdaudio).
15296
15297 2004-10-15  Wim Taymans  <wim@fluendo.com>
15298
15299         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
15300         (gst_speexenc_chain):
15301         Fix speex timestamps so that it gets muxed properly.
15302
15303 2004-10-15  Wim Taymans  <wim@fluendo.com>
15304
15305         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
15306         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
15307         (gst_dv1394src_init), (gst_dv1394src_dispose),
15308         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
15309         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
15310         (gst_dv1394src_event), (gst_dv1394src_get_formats),
15311         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
15312         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
15313         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
15314         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
15315         * ext/raw1394/gstdv1394src.h:
15316         Added conversion/query functions.
15317         Update buffer timestamps,
15318         Added signals.
15319         Added uri dv:// so it might play from the firewire in playbin.
15320         Fix a possible leak.
15321         Added debugging.
15322
15323 2004-10-15  Wim Taymans  <wim@fluendo.com>
15324
15325         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
15326         (gst_dv1394src_init), (gst_dv1394src_set_property),
15327         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
15328         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
15329         * ext/raw1394/gstdv1394src.h:
15330         Added AV/C VTR control support needed for some cameras.
15331         Added automatic port detection.
15332         Added properties for selecting the channel.
15333         The configure.ac script is not yet updated to reflect the
15334         new libavc1394 and librom1394 dependencies.
15335
15336 2004-10-15  Wim Taymans  <wim@fluendo.com>
15337
15338         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15339         (qtdemux_parse), (gst_qtdemux_handle_esds):
15340         An esds box is not a container.
15341         Fix parsing of mp4v boxes.
15342         Do not try to renegotiate fps for each frame. Need to
15343         find a better method. This should fix mp4 playback.
15344
15345 2004-10-14  David Schleef  <ds@schleef.org>
15346
15347         * configure.ac: update for swfdec-0.3 and liboil-0.2
15348         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
15349         * ext/swfdec/gstswfdec.h: same
15350         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
15351         * gst/videotestsrc/videotestsrc.c: same
15352
15353 2004-10-14  Wim Taymans  <wim@fluendo.com>
15354
15355         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15356         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
15357         (is_sync_frame), (gst_multifdsink_new_client),
15358         (gst_multifdsink_handle_client_write),
15359         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15360         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
15361         Turn warnings into info.
15362         Don't allow a state change in the streaming thread.
15363
15364 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15365
15366         * ext/vorbis/oggvorbisenc.c:
15367         * ext/vorbis/vorbisdec.c:
15368           fix template sample rate
15369
15370 2004-10-13  Wim Taymans  <wim@fluendo.com>
15371
15372         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
15373         Decoding the header first fixes some problems in resyncing
15374         in more mp3s.
15375
15376 2004-10-12  Wim Taymans  <wim@fluendo.com>
15377
15378         * gst/playback/gstplaybin.c: (gen_video_element),
15379         (gen_vis_element), (remove_sinks), (setup_sinks):
15380         Added vis plugin support, need to configure the vis
15381         element to activate it.
15382
15383 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15384
15385         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
15386         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15387           Some debug.
15388         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15389         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
15390         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
15391         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
15392         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
15393         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
15394         * gst/avi/gstavidemux.h:
15395           Support for openDML-2.0 indx/ix## chunks. Support for broken index
15396           recovery (where, if part of the index is broken, we will still read
15397           the rest of the index and recover the broken part by stream
15398           scanning). More broken media support. EOS workarounds. General AVI
15399           braindamage headache recovery. Aspirin included.
15400
15401 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15402
15403         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
15404         (cdparanoia_event), (cdparanoia_query):
15405           Get rid of hideous lead-in.
15406
15407 2004-10-11  Wim Taymans  <wim@fluendo.com>
15408
15409         * gst/playback/gstplaybasebin.c: (setup_source):
15410         Wrong var used to get g_list_next.
15411
15412 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15413
15414         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
15415         (cdparanoia_get), (cdparanoia_open):
15416           Report discid as metadata, add duration.
15417
15418 2004-10-11  Wim Taymans  <wim@fluendo.com>
15419
15420         * gst/playback/gstplaybasebin.c: (setup_source):
15421         Cleanup the previous pipeline a little earlier for the
15422         case that a source element provides raw data.
15423
15424 2004-10-11  Benjamin Otte  <otte@gnome.org>
15425
15426         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15427           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
15428           consuming the last 128 bytes, even though it was valid mp3 data.
15429
15430 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15431
15432         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
15433         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
15434         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
15435         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
15436
15437 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15438
15439         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
15440         Fix for webcams that support only specific width or height
15441
15442 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15443
15444         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15445
15446         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15447           Fix wrong discont event setup (fixes #154967).
15448
15449 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
15450
15451         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15452
15453         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15454           Error out on invalid data (fixes #154807).
15455
15456 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
15457
15458         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15459
15460         * ext/dvdread/dvdreadsrc.c: (_read):
15461           Make titles > 0 work again (fixes #154834).
15462
15463 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15464
15465         * gst-libs/gst/riff/riff-media.c:
15466         (gst_riff_create_video_template_caps):
15467           WMV3 missing in template caps.
15468
15469 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15470
15471         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15472           OK, so the original code was too strict. It makes random AVI files
15473           hang for seconds upon opening, which is unacceptable and is far
15474           beyond the original goal of getting multiple chunks for one-chunk
15475           sounc stream files. So now do just that.
15476
15477 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15478
15479         * gst/playback/gstplaybasebin.c: (setup_source),
15480         (gst_play_base_bin_change_state):
15481           Actually clean up streaminfo if output fails. This would trigger
15482           if, for example, there was no CD in the drive. No preroll, so
15483           a streaminfo structure is created, but the subsequent state change
15484           of the thread fails.
15485         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15486           Don't change state if parent failed.
15487
15488 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15489
15490         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15491         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
15492         (gen_video_element), (remove_sinks):
15493           Add small bits of code for screenshot handling.
15494
15495 2004-10-08  Wim Taymans  <wim@fluendo.com>
15496
15497         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
15498         (gen_video_element), (gen_audio_element), (setup_sinks):
15499         Don't assume the user provided sinks are named "sink"...
15500
15501 2004-10-08  Wim Taymans  <wim@fluendo.com>
15502
15503         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
15504         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
15505         (gst_play_base_bin_link_stream):
15506         Do not try to autoplug sources that generate raw streams like
15507         cdparanoia.
15508         disconnect the preroll overrun signal when we don't need it anymore.
15509
15510 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
15511
15512         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15513         Added reworked patch from #154903 from milosz derezynski (deadchip).
15514
15515 2004-10-08  Wim Taymans  <wim@fluendo.com>
15516
15517         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
15518         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
15519         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
15520         (cdparanoia_convert), (cdparanoia_uri_get_type),
15521         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
15522         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
15523         * ext/cdparanoia/gstcdparanoia.h:
15524         This adds the cdda://<tracknum> uri.
15525
15526 2004-10-08  Wim Taymans  <wim@fluendo.com>
15527
15528         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15529         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15530         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15531         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15532         (unknown_type), (gst_play_base_bin_remove_element),
15533         (gst_play_base_bin_link_stream):
15534         * gst/playback/gstplaybasebin.h:
15535         * gst/playback/gstplaybin.c: (gst_play_bin_init),
15536         (gst_play_bin_set_property), (gen_video_element),
15537         (gen_audio_element), (setup_sinks):
15538         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15539         (gst_stream_info_get_type), (gst_stream_info_class_init),
15540         (gst_stream_info_init), (gst_stream_info_new),
15541         (gst_stream_info_dispose), (stream_info_mute_pad),
15542         (gst_stream_info_set_property), (gst_stream_info_get_property):
15543         * gst/playback/gststreaminfo.h:
15544         Reuse the audio and video bins.
15545         Some internal cleanups in the stream selection code.
15546
15547 2004-10-08  Julien MOUTTE  <julien@moutte.net>
15548
15549         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15550         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15551         * sys/ximage/ximagesink.h:
15552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15553         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15554         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
15555         not coming from those elements. Moreover these elements should not keep
15556         the xid they have been given when in NULL state.
15557
15558 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15559
15560         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15561         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
15562         * sys/ximage/ximagesink.h:
15563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
15564         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
15565         * sys/xvimage/xvimagesink.h:
15566           Actually only create a new toplevel window if we're not gonna
15567           embed it right after.
15568
15569 2004-10-07  Wim Taymans  <wim@fluendo.com>
15570
15571         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
15572         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
15573         * gst/playback/gstplaybin.c: (setup_sinks):
15574         Implement muting/unmuting of streams, mute streams that are not
15575         used.
15576
15577 2004-10-07  Wim Taymans  <wim@fluendo.com>
15578
15579         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
15580         (plugin_init):
15581         Added lame audio/x-ac3 typefind function.
15582
15583 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15584
15585         * configure.ac:
15586           bump nano to cvs
15587
15588 === release 0.8.5 ===
15589
15590 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15591
15592         * NEWS:
15593         * RELEASE:
15594         * configure.ac:
15595           releasing 0.8.5, "Take You On"
15596
15597 2004-10-06  Wim Taymans  <wim@fluendo.com>
15598
15599         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15600         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15601         (no_more_pads), (close_link), (type_found):
15602         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15603         * gst/playback/gstplaybin.c: (gen_video_element):
15604         Do not signal the no_more_pads after the first pad when
15605         we are plugging a non dynamic element with multiple
15606         output pads (like swfdec, dvdec, ...).
15607
15608 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15609
15610         * configure.ac:
15611           bump for prerelease
15612
15613 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15614
15615         * gst/wavparse/gstwavparse.c:
15616           add ATRAC3 to STATIC CAPS to fix a warning
15617
15618         * gst/matroska/ebml-read.c:
15619         * gst-libs/gst/riff/riff-read.c:
15620           fix typos
15621
15622 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15623
15624         * gst-libs/gst/riff/riff-media.c:
15625           generate caps for ATRAC3 audio streams
15626
15627         * gst/realmedia/rmdemux.c:
15628           generate caps for ATRAC3 audio streams
15629
15630 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15631
15632         * gst/wavparse/Makefile.am
15633         * gst/wavparse/riff.h
15634         * gst/wavparse/wavparse.vcproj
15635           riff.h removal (unused and duplication with riff-ids.h)
15636
15637 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15638
15639         * gst/wavparse/gstwavparse.h
15640           remove duplicated defines for audio codec codes
15641
15642         * gst-libs/gst/riff/riff-ids.h
15643         * gst/wavenc/riff.h:
15644           add "4CC" code for ATRAC3 audio streams
15645           add "4CC" code for ITU_G721_ADPCM (unused for now)
15646
15647 2004-10-06  Wim Taymans  <wim@fluendo.com>
15648
15649         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
15650         Actually _do_ negotiation. Pass gdouble as arg instead
15651         of guint64 for the framerate.
15652
15653 2004-10-06  Wim Taymans  <wim@fluendo.com>
15654
15655         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15656         (find_compatibles), (close_pad_link), (try_to_link_1),
15657         (no_more_pads), (close_link), (type_found):
15658         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
15659         * gst/playback/gstplaybin.c: (gen_video_element),
15660         (gen_audio_element):
15661         Set state on newly added element to READY so that negotiation
15662         can happen ASAP.
15663         Addes some more debug info.
15664         Do not try to plug pads with multiple caps structures or ANY
15665         because it is too dangerous since we do not do dynamic
15666         replugging.
15667
15668 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15669
15670         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
15671
15672         * po/LINGUAS:
15673         * po/or.po:
15674           add Oriya translation
15675
15676 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15677
15678         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15679           Prevent overwrite of size member. Makes audio sound crappy.
15680
15681 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
15682
15683         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15684         Add rmvb to the list of known RealMedia extensions
15685
15686 2004-10-05  Wim Taymans  <wim@fluendo.com>
15687
15688         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
15689         (mngdec_openstream), (mngdec_closestream),
15690         (mngdec_handle_sink_event), (mngdec_readdata),
15691         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
15692         (mngdec_getcanvasline), (mngdec_refresh),
15693         (gst_mngdec_change_state):
15694         Set the framerate correctly.
15695
15696 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15697
15698         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15699           There was something wrong with the index massaging.
15700
15701 2004-10-04  Wim Taymans  <wim@fluendo.com>
15702
15703         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
15704         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
15705         (gst_smokedec_chain):
15706         * ext/jpeg/gstsmokedec.h:
15707         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
15708         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
15709         * ext/jpeg/gstsmokeenc.h:
15710         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
15711         (smokecodec_decode_new), (smokecodec_info_free),
15712         (smokecodec_set_quality), (smokecodec_get_quality),
15713         (smokecodec_set_threshold), (smokecodec_get_threshold),
15714         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
15715         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
15716         (smokecodec_encode), (smokecodec_parse_id),
15717         (smokecodec_parse_header), (smokecodec_decode):
15718         * ext/jpeg/smokecodec.h:
15719         * ext/jpeg/smokeformat.h:
15720         Updated smoke, new bitstream, allows embedding in ogg.
15721
15722 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15723
15724         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
15725           Fix seeking in some files. All this code is no longer needed (and
15726           actually breaks stuff) because we now synchronize the full index
15727           right when reading the header.
15728
15729 2004-10-04  Wim Taymans  <wim@fluendo.com>
15730
15731         * configure.ac:
15732         configure update for libmng.
15733
15734 2004-10-04  Wim Taymans  <wim@fluendo.com>
15735
15736         * ext/libmng/Makefile.am:
15737         * ext/libmng/gstmng.c: (plugin_init):
15738         * ext/libmng/gstmng.h:
15739         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
15740         (gst_mngdec_base_init), (gst_mngdec_class_init),
15741         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
15742         (gst_mngdec_loop), (gst_mngdec_get_property),
15743         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
15744         (mngdec_closestream), (mngdec_handle_sink_event),
15745         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
15746         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
15747         (gst_mngdec_change_state):
15748         * ext/libmng/gstmngdec.h:
15749         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
15750         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
15751         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
15752         (gst_mngenc_chain), (gst_mngenc_get_property),
15753         (gst_mngenc_set_property):
15754         * ext/libmng/gstmngenc.h:
15755         Added basic MNG decoder. Needs more work. The encoder does
15756         not work yet.
15757
15758 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15759
15760         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
15761         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
15762         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
15763           Don't hang on length=0 chunks. Some negotiation fixes. Signal
15764           no-more-pads.
15765
15766 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15767
15768         * configure.ac:
15769           you need at least 1.0.4 of speex
15770
15771 2004-10-04 Iain <iaingnome@gmail.com>
15772
15773         * ext/speex/gstspeexdec.h: Revert the includes changes.
15774
15775         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
15776
15777 2004-09-30 Iain <iaingnome@gmail.com>
15778
15779         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
15780         found during init or set as a property instead of hardcoding /dev/audio
15781
15782 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15783
15784         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
15785         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
15786         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
15787         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
15788         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
15789         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
15790         (gst_rmdemux_dump_data):
15791           Use debug category, fix EOS handling. filesrc ! rmdemux now
15792           works.
15793
15794 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15795
15796         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15797         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
15798         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
15799           Improve allocation, cutting and sorting of the index. How takes a
15800           few seconds instead of minutes.
15801
15802 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
15803
15804         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
15805           fixed compilation
15806
15807 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15808
15809         * gst-libs/gst/riff/riff-media.c:
15810         (gst_riff_create_video_caps_with_data),
15811         (gst_riff_create_video_template_caps):
15812           Add wing commander format mimetype/fourccs.
15813         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
15814           Don't crash if some value is 0.
15815
15816 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15817
15818         * gst-libs/gst/riff/riff-media.c:
15819         (gst_riff_create_video_caps_with_data),
15820         (gst_riff_create_video_template_caps):
15821           Add DIB fourcc (raw, palettized 8-bit RGB).
15822         * gst-libs/gst/riff/riff-read.c:
15823         (gst_riff_read_strf_vids_with_data):
15824           Oops, fix strf_data reading bug.
15825         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15826           Use a non-NULL tag.
15827         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15828           Time for hacks. Sorry Dave. At least one quicktime movie (a
15829           trailer) that I've encountered contains multiple video tracks.
15830           One of those is the actual video track, the other are one-frame
15831           tracks (images). Unfortunately, the number of frames according
15832           to the trak header is 1 for each, so that doesn't help. So
15833           instead, I look at the duration and discard tracks with a
15834           duration shorter than 20% of the length of the stream. Better
15835           than nothing.
15836
15837 2004-10-01  Christian Schaller <christian@fluendo.com>
15838
15839         * ext/ivorbis/vorbis.c:
15840           Patch from Phil Blundell (Bug 152341)
15841
15842 2004-10-01  Wim Taymans  <wim@fluendo.com>
15843
15844         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
15845         (speex_dec_get_formats), (speex_dec_convert),
15846         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
15847         (speex_dec_chain), (gst_speexdec_get_property),
15848         (gst_speexdec_set_property):
15849         Small cleanups.
15850
15851 2004-10-01  Wim Taymans  <wim@fluendo.com>
15852
15853         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
15854         (gst_wavparse_stream_init), (gst_wavparse_fmt),
15855         (gst_wavparse_other), (gst_wavparse_loop),
15856         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15857         (gst_wavparse_srcpad_event):
15858         * gst/wavparse/gstwavparse.h:
15859         Added some more debugging info.
15860         Fix the case where the length of the file is 0.
15861         Make sure we seek to sample borders.
15862
15863 2004-10-01  Wim Taymans  <wim@fluendo.com>
15864
15865         * gst/playback/README:
15866         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
15867         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
15868         (try_to_link_1), (no_more_pads), (close_link), (type_found):
15869         Add some debug info to decodebin, update README
15870
15871 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15872
15873         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
15874           Don't use g_print(); use GST_DEBUG().
15875
15876 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15877
15878         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
15879         (gst_ogg_mux_queue_pads):
15880           Handle EOS properly.
15881
15882 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15883
15884         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15885
15886         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
15887         (gst_faad_chain), (gst_faad_change_state):
15888         * ext/faad/gstfaad.h:
15889           Allow playback of raw (unframed) MPEG AAC files (#148993).
15890
15891 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
15892
15893         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15894
15895         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15896           Throw error if we didn't recognize the stream. Fixes #152289.
15897
15898 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15899
15900         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
15901           Fix negotiation.
15902
15903 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
15904
15905         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15906
15907         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15908           Fix memleak.
15909
15910 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
15911
15912         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15913
15914         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
15915           Solve #152805.
15916         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
15917           Solve 152806.
15918
15919 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15920
15921         * gst-libs/gst/riff/riff-media.c:
15922         (gst_riff_create_video_caps_with_data),
15923         (gst_riff_create_audio_caps_with_data):
15924           Add codec_data handling (like asfdemux used to do).
15925         * gst/asfdemux/gstasf.c: (plugin_init):
15926         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15927         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
15928           Use riff-media for caps creation instead of our own (mostly
15929           broken) copy of its functions.
15930
15931 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15932
15933         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
15934           Don't actually error out if we get another return value than
15935           -EINVAL. Opposite to what I first thought, drivers have random
15936           return values for this, although -EINVAL is the expected return
15937           value. Since this is not fatal, we shouldn't use
15938           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
15939
15940 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15941
15942         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
15943         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
15944         (dvdreadsrc_get_property), (_open), (_seek), (_read),
15945         (dvdreadsrc_get), (dvdreadsrc_open_file),
15946         (dvdreadsrc_change_state):
15947           Fix. Don't do one big huge loop around the whole DVD, that will
15948           cache all data and thus eat sizeof(dvd) (several GB) before we
15949           see something.
15950         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15951           Actually NULL'ify event after using it.
15952         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
15953         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
15954         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
15955         (gst_ebml_read_seek), (gst_ebml_read_skip):
15956           Handle events.
15957         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
15958         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
15959         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
15960           Fix timing (this will probably break if I seek using menus, but
15961           I didn't get there yet). VOBs and normal DVDs should now work.
15962           Add a mpeg2-only pad with high rank so this get autoplugged for
15963           MPEG-2 movies.
15964         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
15965         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
15966         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
15967         (gst_mpeg_demux_get_audio_stream),
15968         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
15969         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
15970           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
15971           MPEG-1 but use dvddemux for MPEG-2.
15972         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
15973         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
15974         (gst_mpeg_parse_parse_packhead):
15975           Timing. Only add pad template if it exists. Add sink template from
15976           class and not from ourselves. This means we will always use the
15977           correct sink template even if it is not the one defined in this
15978           file.
15979
15980 2004-09-29  Wim Taymans  <wim@fluendo.com>
15981
15982         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
15983         (gst_mpeg_demux_parse_pes):
15984         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
15985         Fix playback of mpeg again, timestamps where screwed up by
15986         patch 1.61.
15987
15988 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15989
15990         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
15991           Only return true if we actually filled something in. Prevents
15992           player applications from showing a random length for flac files.
15993         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
15994         (gst_riff_read_use_event), (gst_riff_read_handle_event),
15995         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
15996         (gst_riff_read_strf_vids_with_data),
15997         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
15998           OK, ok, so I implemented event handling. Apparently it's normal
15999           that we receive random events at random points without asking
16000           for it.
16001         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16002         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
16003         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
16004         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
16005         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
16006         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16007         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
16008         * gst/avi/gstavidemux.h:
16009           Implement non-lineair chunk handling and subchunk processing.
16010           The first solves playback of AVI files where the audio and video
16011           data of individual buffers that we read are not synchronized.
16012           This should not happen according to the wonderful AVI specs, but
16013           of course it does happen in reality. It is also a prerequisite for
16014           the second. Subchunk processing allows us to cut chunks in small
16015           pieces and process each of these pieces separately. This is
16016           required because I've seen several AVI files with incredibly large
16017           audio chunks, even some files with only one audio chunk for the
16018           whole file. This allows for proper playback including seeking.
16019           This patch is supposed to fix all AVI A/V sync issues.
16020         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
16021         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
16022           Work.
16023         * gst/modplug/gstmodplug.cc:
16024           Proper return value setting for the query() function.
16025         * gst/playback/gstplaybasebin.c: (setup_source):
16026           Being in non-playing state (after, e.g., EOS) is not necessarily
16027           a bad thing. Allow for that. This fixes playback of short files.
16028           They don't actually playback fully now, because the clock already
16029           runs. This means that small files (<500kB) with a small length
16030           (<2sec) will still not or barely play. Other files, such as mod
16031           or flx, will work correctly, however.
16032
16033 2004-09-28  Wim Taymans  <wim@fluendo.com>
16034
16035         * ext/speex/gstspeex.c: (plugin_init):
16036         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
16037         (gst_speex_dec_class_init), (speex_dec_get_formats),
16038         (speex_get_event_masks), (speex_get_query_types),
16039         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
16040         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
16041         (gst_speexdec_get_property), (gst_speexdec_set_property),
16042         (speex_dec_change_state):
16043         * ext/speex/gstspeexdec.h:
16044         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
16045         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
16046         (gst_speexenc_base_init), (gst_speexenc_class_init),
16047         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
16048         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
16049         (gst_speexenc_src_query), (gst_speexenc_init),
16050         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
16051         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
16052         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
16053         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
16054         (gst_speexenc_chain), (gst_speexenc_get_property),
16055         (gst_speexenc_set_property), (gst_speexenc_change_state):
16056         * ext/speex/gstspeexenc.h:
16057         Rewrote speex encoder, make sure it can be embedded in ogg.
16058         Implemented speex decoder.
16059
16060 2004-09-28  Christian Schaller <christian@fluendo.com>
16061
16062         * configure.ac:
16063         Remove kioslave plugin. Markey is brewing a new working one
16064         * ext/Makefile.am: Remove kioslave plugin
16065         * ext/kio: remove
16066         * gst-plugins.spec.in: remove kio plugin from spec
16067
16068 2004-09-27  Wim Taymans  <wim@fluendo.com>
16069
16070         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16071         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
16072         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
16073         (gst_multifdsink_new_client),
16074         (gst_multifdsink_handle_client_write),
16075         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16076         (gst_multifdsink_handle_clients):
16077         * gst/tcp/gstmultifdsink.h:
16078         Make syncing to keyframes actually work for new clients and lagging
16079         clients.
16080
16081 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16082
16083         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
16084         (gst_navigationtest_handle_src_event), (draw_box_planar411),
16085         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
16086         * gst/debug/gstnavigationtest.h:
16087           make navigationtest display button-press and button-release events
16088
16089 2004-09-26 Iain <iaingnome@gmail.com>
16090
16091         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
16092         the channels have received a new media event.
16093         (interleave_buffered_loop): Compresses a new media event on all
16094         channels into one.
16095
16096 2004-09-26 Iain <iaingnome@gmail.com>
16097
16098         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
16099         call the sinkpad's default event handler and not the srcpads. He also
16100         says this is confusing :)
16101         (gst_wavenc_stop_file): Company says that seek events only go upstream
16102         we should send a discontinuous downstream instead.
16103
16104 2004-09-25  Christian Schaller <christian@fluendo.com>
16105
16106         * Update SPEC file to be usable in conjunction with Fedora Core,
16107           Fedora.us and freshrpms packages
16108         * Fix typo in multifilesrc test Makefile
16109
16110 2004-09-24  Wim Taymans  <wim@fluendo.com>
16111
16112         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
16113         Only signal the no_more_pads signal when we have
16114         added the stream to our list.
16115
16116 2004-09-24  Wim Taymans  <wim@fluendo.com>
16117
16118         * gst/playback/gstplaybasebin.c: (remove_prerolls),
16119         (new_decoded_pad):
16120         * gst/playback/gstplaybasebin.h:
16121         * gst/playback/gstplaybin.c: (setup_sinks):
16122         Don't try to preroll or decode more than one audio/video
16123         track.
16124
16125 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16126
16127         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16128           Throw error if we failed to find a suitable output. This should
16129           throw an error if we successfully set up a pipeline (e.g. because
16130           we recognized a media file) but found no decodable streams in it
16131           (e.g. because it contains only media stream types for which we
16132           have no decoders, or because it's not a media type).
16133
16134 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16135
16136         * ext/dirac/Makefile.am:
16137         * ext/dirac/gstdirac.cc:
16138         * ext/dirac/gstdiracdec.cc:
16139         * ext/dirac/gstdiracdec.h:
16140           Do something. Don't actually know if this works because I don't
16141           have a demuxer yet.
16142         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
16143           Add channels=1 to caps returned from _getcaps().
16144         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
16145         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
16146         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
16147         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16148         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
16149         (gst_ogm_parse_change_state):
16150           Separate between audio/video so ogmaudioparse actually uses the
16151           audio pad templates. Both audio and video work now, including
16152           autoplugging. Also use sometimes-srcpad hack.
16153         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
16154           Handle events better. Don't hang on infinite loops.
16155         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
16156         (gst_avi_demux_init), (gst_avi_demux_reset),
16157         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
16158         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
16159         (gst_avi_demux_change_state):
16160         * gst/avi/gstavidemux.h:
16161           Improve A/V sync. Still not perfect.
16162         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
16163         (gst_ebml_read_skip):
16164           Handle events better.
16165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16166         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
16167         (qtdemux_audio_caps):
16168           Add IMA4. Improve event handling. Save offset after a seek when
16169           the headers are at the end of the file so that we don't end up in
16170           an infinite loop.
16171         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16172           Add low-priority typefind support for files with no length.
16173
16174 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16175
16176         * testsuite/multifilesink/Makefile.am:
16177         fix typo
16178
16179 2004-09-22  Julien MOUTTE  <julien@moutte.net>
16180
16181         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
16183         mistakes from thaytan's patches.
16184
16185 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
16186
16187         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
16188           For completeness, XSync in the destroy function as xvimage does.
16189
16190 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
16191
16192         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
16193            Correct caps negotiation
16194         * gst/volume/gstvolume.c: (volume_chain_float),
16195         (volume_chain_int16):
16196            Modify debug output to be little more informative
16197         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
16198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16199         (gst_xvimagesink_xvimage_destroy):
16200           Add XSync calls after detaching from the shared memory segment to
16201           avoid a crash.
16202
16203 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16204
16205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16206         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
16207         * ext/vorbis/vorbis.c: (plugin_init):
16208         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16209         (gst_vorbisenc_chain):
16210         * ext/vorbis/vorbisenc.h:
16211         remove explicit newmedia support from oggmux and vorbisenc
16212         add debug category to vorbisenc
16213         * gst/multifilesink/gstmultifilesink.c:
16214         (gst_multifilesink_class_init), (gst_multifilesink_init),
16215         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
16216         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
16217         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
16218         (plugin_init):
16219         * gst/multifilesink/gstmultifilesink.h:
16220         add support for streamheader in multifilesink
16221
16222 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16223
16224         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
16225         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
16226         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
16227           Prevent infinite loops. More correct error reporting.
16228         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16229           Error out if negotiation fails.
16230         * gst/playback/gstplaybasebin.c: (setup_source),
16231         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
16232         (gst_play_base_bin_found_tag):
16233           Error/tag forwarding. Pre-roll fixes for source errors on state
16234           changes (e.g. "file does not exist") to prevent hangs.
16235
16236 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16237
16238         * testsuite/multifilesink/Makefile.am:
16239         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
16240         (gst_newmedia_class_init), (gst_newmedia_init),
16241         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16242         (newfile_signal), (test_signal), (main):
16243         * testsuite/multifilesink/multifilesrc_test.c: (main):
16244         * testsuite/multifilesink/oggtheora_test.c:
16245         (gst_newmedia_base_init), (gst_newmedia_class_init),
16246         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16247         (test_format), (newfile_signal), (test_signal), (main):
16248         * testsuite/multifilesink/oggvorbis_test.c:
16249         (gst_newmedia_base_init), (gst_newmedia_class_init),
16250         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
16251         (test_format), (newfile_signal), (test_signal), (main):
16252         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
16253         (gst_newmedia_class_init), (gst_newmedia_init),
16254         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16255         (newfile_signal), (test_signal), (main):
16256         New media tests
16257
16258 2004-09-20  Christian Schaller <christian@fluendo.com>
16259
16260         * Fix mikmod license to LGPL as they have relicensed
16261         * Move Dirac and Effectv into LGPL section of README_license
16262
16263 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16264
16265         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
16266         (gst_mad_change_state):
16267           Allow for mp3 rate/channels changes. However, only very
16268           conservatively. Reason that we *have* to enable this is smiply
16269           because the mad find_sync() function is not good enough, it will
16270           regularly sync on random data as valid frames and therefore make
16271           us provide random caps as *final* caps of the stream. The best fix
16272           I could think of is to simply require several of the same stream
16273           changes in a row before we change caps.
16274           The actual testcase that works now is #
16275         * ext/ogg/Makefile.am:
16276         * ext/ogg/gstogg.c: (plugin_init):
16277         * ext/ogg/gstogmparse.c:
16278           OGM support (video only for now; I need an audio sample file).
16279         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
16280         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
16281         (gst_asf_demux_add_video_stream):
16282           WMV extradata.
16283         * gst/playback/gstplaybasebin.c: (unknown_type):
16284           Don't error out on single unknown-types after all. It's wrong.
16285           If we found type of video and audio but not of a subtitle stream,
16286           it will still error out (which is unwanted). Will find a better fix
16287           later on.
16288         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
16289         (ogmaudio_type_find), (plugin_init):
16290           OGM support.
16291
16292 2004-09-20  Johan Dahlin  <johan@gnome.org>
16293
16294         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
16295         after setting caps.
16296
16297 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16298
16299         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
16300         * gst/wavenc/gstwavenc.h:
16301         Added newmedia support to wavenc
16302
16303 2004-09-17  Wim Taymans  <wim@fluendo.com>
16304
16305         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
16306         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16307         (gst_fdset_fd_can_write), (gst_fdset_wait):
16308         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
16309         (gst_multifdsink_init), (gst_multifdsink_add),
16310         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
16311         (gst_multifdsink_remove_client_link),
16312         (gst_multifdsink_client_queue_buffer),
16313         (gst_multifdsink_handle_client_write),
16314         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
16315         (gst_multifdsink_close), (gst_multifdsink_change_state):
16316         * gst/tcp/gstmultifdsink.h:
16317         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16318         (gst_tcpserversink_removed):
16319         Small cleanups in fdset.c
16320         Use a hastable to map fd to the client structure for faster
16321         lookup in _remove and get_stats.
16322         Added virtual function to close the fds.
16323         Handle clients even when the select/poll call was unblocked because
16324         of a command.
16325         Implement syncing to keyframe in the recovery procedure.
16326
16327 2004-09-16 Iain <iaingnome@gmail.com>
16328
16329         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
16330         try caps.
16331
16332 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16333
16334         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
16335           Caps are only set if the type of the stream is unknown, but this
16336           is initialized in ->init_stream(), so set to UNKNOWN after calling
16337           ->init_stream() so that capsnego starts.
16338
16339 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16340
16341         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16342         (gst_avi_demux_stream_data):
16343           Just hardcode for raw audio then. AVI audio sucks.
16344
16345 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
16346
16347         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16348         * gst/matroska/matroska-mux.c: (audiosink_templ),
16349         (gst_matroska_mux_audio_pad_link):
16350         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
16351         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
16352
16353 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16354
16355         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16356         (gst_avi_demux_stream_data):
16357           Try to fix a/v sync issues.
16358
16359 2004-09-15  David Schleef  <ds@schleef.org>
16360
16361         * configure.ac: remove NASM check, since we don't use it.  Update
16362         dirac check to 0.4
16363         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
16364         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16365         Initialized variables.
16366         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16367         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
16368         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
16369         SVQ3 format
16370
16371 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16372
16373         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16374         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
16375         * gst/avi/gstavidemux.h:
16376           Fix for compressed audio (mp3) timestamp generation. How did this
16377           ever work?
16378
16379 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16380
16381         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
16382           Volume is a double not a float.
16383
16384 2004-09-15  Wim Taymans  <wim@fluendo.com>
16385
16386         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
16387         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
16388         Don't close the fd in multifdsink as we didn't open it in the
16389         first place. Some cleanups.
16390
16391 2004-09-15  Wim Taymans  <wim@fluendo.com>
16392
16393         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16394         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16395         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16396         Fix the case where the muxer would mark pages as delta
16397         frames when they are not (vorbis only ogg).
16398
16399 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16400
16401         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
16402         (gst_play_base_bin_change_state):
16403           Handle the case where we failed to setup a clear pipeline. This
16404           will throw an error (or EOS, another nice case) and if you don't
16405           catch that, the app will wait for the signal forever (and thus
16406           hang).
16407
16408 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16409
16410         * ext/gnomevfs/gstgnomevfssink.c:
16411         (gst_gnomevfssink_uri_get_protocols):
16412         * ext/gnomevfs/gstgnomevfssrc.c:
16413         (gst_gnomevfssrc_uri_get_protocols):
16414         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16415         * ext/gnomevfs/gstgnomevfsuri.h:
16416           Use _uri_new() instead of _open(), so it doesn't take as long and
16417           Christophe's computer won't hang.
16418         * gst/playback/gstplaybasebin.c: (unknown_type):
16419           Throw error on unknown media type, so apps actually display it.
16420
16421 2004-09-14  Brian Cameron  <brian.cameron@sun.com
16422
16423         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
16424           this script to work on Solaris since bash shell handles echo
16425           differenly than bash.
16426
16427 2004-09-17  Wim Taymans  <wim@fluendo.com>
16428
16429         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
16430         (setup_source), (gst_play_base_bin_set_property),
16431         (gst_play_base_bin_add_element):
16432         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
16433         Some more work on making sure seeking pauses the pipeline and
16434         that changing the uri actually does something.
16435
16436 2004-09-17  Wim Taymans  <wim@fluendo.com>
16437
16438         * gst/tcp/gstfdset.c: (gst_fdset_wait):
16439         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
16440         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
16441         (gst_tcpserversink_close):
16442         Be a bit more paranoid when freeing memory.
16443
16444 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16445
16446         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
16447         (qtdemux_parse_trak):
16448           Don't crash by dividing by zero (see sample movie in #126922).
16449
16450 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16451
16452         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16453           Don't touch non-existing data (fixes crash on file in #140147).
16454
16455 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16456
16457         * gst/playback/gstplaybasebin.c:
16458         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
16459           Handle double disposals, and proper change of URIs.
16460
16461 2004-09-13  Martin Eikermann <meiker@upb.de>
16462
16463         * gst/mpegstream/gstmpegparse.c:
16464           fix synchronistation for streams recorded from digital PCR
16465           fixes bug #119376
16466
16467 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16468
16469         * ext/gnomevfs/Makefile.am:
16470         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16471         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
16472         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
16473         (gst_gnomevfssink_uri_get_type),
16474         (gst_gnomevfssink_uri_get_protocols),
16475         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
16476         (gst_gnomevfssink_uri_handler_init),
16477         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
16478         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
16479         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16480         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
16481         (gst_gnomevfssrc_uri_get_type),
16482         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
16483         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
16484         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16485         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
16486         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
16487         * ext/gnomevfs/gstgnomevfsuri.h:
16488           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
16489           of fake URIs to see which this version of Gnome-VFS likes, and
16490           uses that for the Gst-URI interface. Makes playbin support http://
16491           streams. Also fix up some stupid behaviour in gnomevfssrc.
16492
16493 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16494
16495         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
16496         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
16497         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
16498         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
16499           Update mixer (to sync with other sessions) if we try to obtain
16500           a new value. This makes alsamixer work accross applications.
16501         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
16502           Only call sync functions if we're running, else alsalib asserts.
16503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16504           Sometimes fails to compile. Possibly a gcc bug.
16505         * gst/playback/gstplaybin.c: (gen_video_element),
16506         (gen_audio_element):
16507           Add a reference to an application-provided object, because we lose
16508           this same reference if we add it to the bin. If we don't do this,
16509           we can only use this object once and thus crash if we go from
16510           ready to playing, back to ready and back to playing again.
16511           Also add an audioscale element because several cheap soundcards -
16512           like mine - don't support all samplerates.
16513         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16514         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
16515           Fix wrong order or PAR calls. Makes automatically obtained PAR
16516           from the X server atually being used.
16517
16518 2004-09-12  David Schleef  <ds@schleef.org>
16519
16520         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
16521         #151887, #152102, #152247.
16522         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
16523         * examples/seeking/cdparanoia.c: same
16524         * examples/seeking/cdplayer.c: same
16525         * examples/seeking/seek.c: same
16526         * examples/seeking/spider_seek.c: same
16527         * examples/seeking/vorbisfile.c: same
16528         * examples/stats/mp2ogg.c: same
16529         * ext/esd/esdsink.c: (gst_esdsink_class_init),
16530         (gst_esdsink_dispose): Dispose of element properly.
16531         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
16532         fixes.
16533         * ext/nas/nassink.c: (gst_nassink_class_init),
16534         (gst_nassink_dispose): Dispose of element correctly.
16535         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
16536         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16537         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16538         Fix 64-bit warning.
16539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16540         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16541         Fix 64-bit warning.
16542
16543 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16544
16545         * configure.ac : change speex detection as 1.1.6 now uses
16546           .pc/pkg-config and they changed their headers location.
16547
16548 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
16549
16550         * gst/matroska/matroska-mux.h:
16551         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
16552         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16553         (gst_matroska_mux_write_data):
16554           Write multiple blocks/frames per cluster.
16555                 Write meta-seek information (seek heads).
16556
16557 2004-09-09  Scott Wheeler <wheeler@kde.org>
16558
16559         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
16560         (gst_play_bin_set_property), (gst_play_bin_get_property),
16561         (gen_audio_element), (gen_audio_element):
16562           Add a volume element / property to the pipeline.
16563
16564 2004-09-07  Wim Taymans  <wim@fluendo.com>
16565
16566         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
16567         Copy timestamps from the master pad to the output buffers.
16568
16569 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16570
16571         * ext/raw1394/gstdv1394src.c:
16572           throw errors when applicable
16573
16574 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
16575
16576         * gst/matroska/ebml-ids.h:
16577         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
16578         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
16579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
16580           automatically convert unix time <-> ebml time when reading/writing
16581           a date, use gst_ebml_write_uint to write CUETIME,
16582           not gst_ebml_write_date.
16583         * gst/matroska/matroska-ids.h:
16584         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
16585         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
16586         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
16587         (gst_matroska_mux_write_data):
16588           Write track and segment UIDs, write muxing date, write
16589           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
16590           Create cues for audio only files.
16591
16592 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16593
16594         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
16595         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
16596           Re-commit ALSA switches.
16597         * gst/adder/gstadder.c: (gst_adder_loop):
16598           64-bit fix (#151416).
16599         * gst/debug/progressreport.c: (gst_progressreport_report):
16600           64-bit fix (#151419).
16601         * gst/matroska/matroska-demux.c:
16602         (gst_matroska_demux_parse_contents):
16603           64-bit fix (#151420).
16604         * gst/playback/test3.c: (update_scale):
16605           64-bit fix (#151421).
16606
16607 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16608
16609         * configure.ac:
16610           bump nano to cvs
16611
16612 === release 0.8.4 ===
16613
16614 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16615
16616         * configure.ac: releasing 0.8.4, "Alias"
16617
16618 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16619
16620         * ext/theora/Makefile.am:
16621           fix makefile.  Fixes #151462.
16622
16623 2004-08-30  Wim Taymans  <wim@fluendo.com>
16624
16625         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
16626         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16627         (gst_multifdsink_remove_client_link),
16628         (gst_multifdsink_client_queue_buffer),
16629         (gst_multifdsink_handle_client_write):
16630         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16631         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16632         Fix some memory leaks.
16633
16634 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16635
16636         Patch by: David Schleef
16637
16638         * configure.ac:
16639         * sys/Makefile.am:
16640           rename our detection macro for V4L2.  Fixes #151236.
16641
16642 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16643
16644         Patch by: David Schleef
16645
16646         * configure.ac:
16647           check to define LAMEPRESET.  Fixes #151232.
16648
16649 2004-08-27  David Schleef  <ds@schleef.org>
16650
16651         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
16652         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
16653         (gst_glimagesink_fixate):  Move local variable declarations to
16654         make gcc-2.95 happy.
16655
16656 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16657
16658         * configure.ac:
16659           bump nano for prerelease
16660
16661 2004-08-27  David Schleef  <ds@schleef.org>
16662
16663         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
16664         * sys/sunaudio/gstsunaudiosrc.c:
16665         * sys/sunaudio/gstsunaudiosrc.h:
16666
16667 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
16668
16669         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
16670         handle EOS correctly
16671         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
16672         * gst/matroska/matroska-mux.h:
16673         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
16674         VFW compatibility mode
16675
16676 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16677
16678         patch by: Zaheer Abbas Merali
16679
16680         * ext/ogg/gstoggmux.c:
16681         * ext/vorbis/vorbisenc.c:
16682         * ext/vorbis/vorbisenc.h:
16683           handle NEWMEDIA
16684
16685 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
16686
16687         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
16688         fix byte order reversion on little endian machines.
16689         * gst/matroska/matroska-mux.c: (audiosink_templ),
16690         (gst_matroska_mux_audio_pad_link):
16691         add TTA codec to the list of supported codecs.
16692         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
16693         (gst_matroska_mux_start), (gst_matroska_mux_finish),
16694         (gst_matroska_mux_write_data):
16695         * gst/matroska/matroska-mux.h:
16696         write segment duration correctly, write muxing app string, fixes bugs
16697         #140897 and #140898.
16698         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
16699         wait for all pads to be negotiated before starting to mux.
16700
16701 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16702
16703         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
16704         * ext/lame/gstlame.h:
16705         Added new media support to lame
16706
16707 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
16708
16709         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
16710         send vorbis headers at the beginning of a stream, fixes bug #141554.
16711         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
16712         bug #148950.
16713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16714         (gst_matroska_demux_plugin_init):
16715         * gst/matroska/matroska-ids.h:
16716         enable demuxing of TTA audio streams, fixes bug #148951.
16717         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
16718         enable typefinding for TTA audio files, fixes bug #148711.
16719         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
16720         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
16721         fixes playback of packed bitstream and xvid with bframes, bug #135407.
16722
16723 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
16724
16725         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16726         (gst_riff_read_element_data), (gst_riff_read_seek),
16727         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
16728         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
16729         <teuf@gnome.org>
16730
16731 2004-08-23 Iain <iaingnome@gmail.com>
16732
16733         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
16734         tags. They appear to be handled differently to normal.
16735         (tag_list_to_id3_tag_foreach): Ditto.
16736
16737 2004-08-22  Wim Taymans  <wim@fluendo.com>
16738
16739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16740         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16741         Make sure we never send -1 granulepos.
16742
16743 2004-08-20  Wim Taymans  <wim@fluendo.com>
16744
16745         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16746         (gst_ogg_mux_loop):
16747         I will accept bitchslappings with non sharp objects.
16748
16749 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16750
16751         * configure.ac:
16752         Clean up the test for lame presets
16753
16754 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16755
16756         * configure.ac:
16757         * ext/lame/Makefile.am:
16758         * ext/lame/gstlame.c: (gst_lame_class_init),
16759         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16760         Only enable lame presets if version of lame has presets in API
16761
16762 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
16763         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
16764         * gst/udp/gstudpsrc.h:
16765           Don't call gst_pad_push in a get function. Fixes #150449
16766
16767 2004-08-18  Wim Taymans  <wim@fluendo.com>
16768
16769         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
16770         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
16771         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16772         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16773         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16774         (gst_fdset_wait):
16775         * gst/tcp/gstfdset.h:
16776         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
16777         (gst_multifdsink_client_queue_buffer),
16778         (gst_multifdsink_handle_client_write):
16779         * gst/tcp/gstmultifdsink.h:
16780         Some extra checks in gstfdset.
16781         Only use send() when the fd is a socket. Don't try to
16782         read from write only fds.
16783
16784 2004-08-18  Wim Taymans  <wim@fluendo.com>
16785
16786         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
16787         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
16788         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16789         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16790         (gst_fdset_wait):
16791         Add more locking and bounds checking.
16792
16793 2004-08-18  Wim Taymans  <wim@fluendo.com>
16794
16795         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
16796         Realloc test fdset in the lock and right before starting
16797         the poll call. Bump the limit to 4096.
16798
16799 2004-08-17  David Schleef  <ds@schleef.org>
16800
16801         * sys/sunaudio/Makefile.am:
16802         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
16803         of rates and channels.  Make debugging less obnoxious.
16804
16805         Patch from Balamurali Viswanathan implementing a mixer for
16806         Sun audio.  (bug #144091):
16807         * sys/sunaudio/gstsunelement.c:
16808         * sys/sunaudio/gstsunelement.h:
16809         * sys/sunaudio/gstsunmixer.c:
16810         * sys/sunaudio/gstsunmixer.h:
16811
16812 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16813
16814         * gst/audioscale/gstaudioscale.c:
16815         * gst/audioscale/gstaudioscale.h:
16816         made audioscale resample from any sample rate to any sample rate
16817
16818 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16819
16820         * ext/libpng/gstpngdec.c:
16821           error out on unsupported types
16822
16823 2004-08-17  Iain <iaingnome@gmail.com>
16824
16825         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
16826         mid_side and loose_mid_side properties if its a stereo stream.
16827
16828 2004-08-17  Wim Taymans  <wim@fluendo.com>
16829
16830         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16831         (theora_get_formats), (theora_dec_src_convert),
16832         (theora_dec_sink_convert), (theora_dec_src_query),
16833         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16834         Add a debug line.
16835
16836 2004-08-17  Wim Taymans  <wim@fluendo.com>
16837
16838         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
16839         (gst_ogg_pad_push):
16840         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16841         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
16842         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
16843         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16844         Mark delta units in the muxer.
16845         Try to decode the packet after an out-of-sync error from
16846         libogg.
16847
16848 2004-08-17  Wim Taymans  <wim@fluendo.com>
16849
16850         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16851         (gst_multifdsink_init), (gst_multifdsink_add),
16852         (gst_multifdsink_client_queue_buffer),
16853         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
16854         * gst/tcp/gstmultifdsink.h:
16855         Added option to send a keyframe to clients as the first buffer.
16856         Make timeout property writable.
16857
16858 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16859
16860         patch by: Wim Taymans
16861
16862         * gst/tcp/gstfdset.c:
16863         * gst/tcp/gstmultifdsink.c:
16864           fix index comparison, should include 0
16865
16866 2004-08-16  Wim Taymans  <wim@fluendo.com>
16867
16868         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
16869         (gst_fdset_add_fd), (gst_fdset_remove_fd),
16870         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
16871         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
16872         (gst_fdset_wait):
16873           copy when reallocing for poll so the select arguments don't get
16874           changed during the call
16875
16876 2004-08-16  Wim Taymans  <wim@fluendo.com>
16877
16878         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16879         (gst_theora_enc_class_init), (theora_enc_sink_link),
16880         (theora_buffer_from_packet), (theora_enc_chain):
16881         Fix bug where buffers were not marked as keyframes
16882         correctly.
16883
16884 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16885
16886         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16887         (gst_lame_preset_get_type), (gst_lame_class_init):
16888         describe the enum values for vbr mode and presets more verbosely
16889
16890 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16891
16892         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
16893         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
16894         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
16895         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
16896         * ext/lame/gstlame.h:
16897         add preset property to lame so it can use lame presets
16898
16899 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16900
16901         * ext/lame/gstlame.c: (gst_lame_get_property):
16902         whoops forgot break, thanks teuf
16903
16904 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16905
16906         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
16907         (gst_lame_class_init), (gst_lame_src_getcaps),
16908         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
16909         (gst_lame_get_property), (gst_lame_setup):
16910         * ext/lame/gstlame.h:
16911         fix lame's broken vbr stuff, allow it to resample if need be, and also
16912         make xing header optional
16913
16914 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16915
16916         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
16917         added getcaps function so samplerate doesnt get fixated to silly values
16918
16919 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16920
16921         * ext/lame/gstlame.c: (gst_lame_src_link):
16922         revert previous fix
16923
16924 2004-08-12  Johan Dahlin  <johan@gnome.org>
16925
16926         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
16927         checks. Doesn't matter what state we are in. Interfaces are a
16928         compile time thing, not runtime. It also broke the python bindings.
16929
16930 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16931
16932         * ext/lame/gstlame.c: (gst_lame_src_link):
16933         made source pad link function check if sinkpad is ok..fixes the problem
16934         where core fixates the output rate of lame stupidly
16935
16936 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16937
16938         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
16939         * sys/v4l/v4l_calls.c:
16940         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
16941           fix fixate function to handle nonsimple caps.
16942           remove bogus check in _link
16943           cleanups
16944
16945 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16946
16947         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
16948         set default compression ratio parameter to 0.0 so bitrate parameter
16949         works :)
16950
16951 2004-08-11  David Schleef  <ds@schleef.org>
16952
16953         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
16954
16955 2004-08-11  David Schleef  <ds@schleef.org>
16956
16957         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
16958         before.
16959
16960 2004-08-11  David Schleef  <ds@schleef.org>
16961
16962         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
16963
16964 2004-08-11  David Schleef  <ds@schleef.org>
16965
16966         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
16967           license field
16968         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
16969         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
16970           LGPL.
16971         * gst/auparse/gstauparse.c: Fix plugin license field.
16972         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
16973         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
16974         * gst/rtp/gstrtp.c: Fix plugin license field.
16975
16976 2004-08-11  Wim Taymans  <wim@fluendo.com>
16977
16978         * gst/tcp/Makefile.am:
16979         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
16980         (ensure_size), (gst_fdset_new), (gst_fdset_free),
16981         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
16982         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
16983         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
16984         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
16985         (gst_fdset_fd_can_write), (gst_fdset_wait):
16986         * gst/tcp/gstfdset.h:
16987         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
16988         (gst_multifdsink_class_init), (gst_multifdsink_init),
16989         (gst_multifdsink_add), (gst_multifdsink_remove),
16990         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16991         (gst_multifdsink_remove_client_link),
16992         (gst_multifdsink_handle_client_read),
16993         (gst_multifdsink_client_queue_data),
16994         (gst_multifdsink_client_queue_caps),
16995         (gst_multifdsink_client_queue_buffer),
16996         (gst_multifdsink_handle_client_write),
16997         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16998         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
16999         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17000         (gst_multifdsink_close):
17001         * gst/tcp/gstmultifdsink.h:
17002         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17003         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17004         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
17005         (gst_tcpserversink_close):
17006         * gst/tcp/gsttcpserversink.h:
17007         Abstracted away the select call, implemented poll (yes we ran into
17008         the 1024 limit in production).
17009
17010 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17011
17012         * gst/tcp/gsttcp.c:
17013         * gst/tcp/gsttcpplugin.c:
17014           improve debuggging, remove assert
17015
17016 2004-08-10  Wim Taymans  <wim@fluendo.com>
17017
17018         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
17019         (gst_client_status_get_type), (gst_multifdsink_class_init),
17020         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
17021         (gst_multifdsink_handle_client_read),
17022         (gst_multifdsink_handle_client_write),
17023         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17024         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
17025         (gst_multifdsink_get_property):
17026         * gst/tcp/gstmultifdsink.h:
17027         * gst/tcp/gsttcp-marshal.list:
17028         Starting to prepare for specifying buffer time in other units
17029         than buffers. Expose remove reason in signal.
17030
17031 2004-08-10  Wim Taymans  <wim@fluendo.com>
17032
17033         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
17034         (gst_multifdsink_remove), (gst_multifdsink_clear),
17035         (gst_multifdsink_remove_client_link),
17036         (gst_multifdsink_handle_client_read),
17037         (gst_multifdsink_client_queue_data),
17038         (gst_multifdsink_client_queue_buffer),
17039         (gst_multifdsink_handle_client_write),
17040         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
17041         (gst_multifdsink_chain), (gst_multifdsink_close):
17042         * gst/tcp/gstmultifdsink.h:
17043         Added more debugging info. Changed the way clients are
17044         removed from the lists. Fixed a bug where a bad file descriptor
17045         could cause many clients to be removed.
17046
17047 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17048
17049         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
17050           allow all pixel-aspect-ratios, not just 1:1
17051
17052 2004-08-09  David Schleef  <ds@schleef.org>
17053
17054         * sys/glsink/ARB_multitexture.h:  Remove old files.
17055         * sys/glsink/EXT_paletted_texture.h:
17056         * sys/glsink/NV_register_combiners.h:
17057         * sys/glsink/gstgl_nvimage.c:
17058         * sys/glsink/gstgl_pdrimage.c:
17059         * sys/glsink/gstgl_rgbimage.c:
17060         * sys/glsink/gstglsink.c:
17061         * sys/glsink/gstglsink.h:
17062         * sys/glsink/gstglxwindow.c:
17063         * sys/glsink/regcomb_yuvrgb.c:
17064
17065 2004-08-09  David Schleef  <ds@schleef.org>
17066
17067         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
17068         GL sink plugin.  (Bug #147302)
17069
17070         * configure.ac: Test for OpenGL
17071         * sys/Makefile.am: Use test for OpenGL
17072         * sys/glsink/Makefile.am:
17073         * sys/glsink/glimagesink.c: rewrite
17074         * sys/glsink/glimagesink.h: rewrite
17075
17076 2004-08-09  David Schleef  <ds@schleef.org>
17077
17078         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
17079         sane framerates.
17080         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
17081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
17082         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
17083
17084 2004-08-09  Wim Taymans  <wim@fluendo.com>
17085
17086         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17087         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17088         (gst_multifdsink_client_remove),
17089         (gst_multifdsink_handle_client_read),
17090         (gst_multifdsink_handle_client_write),
17091         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17092         Do a bit more logging, make the client_read code more robust.
17093
17094 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17095
17096         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
17097         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
17098         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
17099         (gst_jpegdec_init), (gst_jpegdec_chain):
17100         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
17101         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
17102           cleanups, debugging fixes and memleak plugging
17103
17104 2004-08-09  Wim Taymans  <wim@fluendo.com>
17105
17106         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17107         (theora_get_formats), (theora_dec_src_convert),
17108         (theora_dec_sink_convert), (theora_dec_src_query),
17109         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
17110         (theora_dec_change_state):
17111         Don't crash on missing header packets.
17112
17113 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17114
17115         * po/LINGUAS:
17116         * po/sq.po:
17117           Added Albanian translation (Laurent Dhima)
17118         * po/cs.po:
17119           updated
17120
17121 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17122
17123         * ext/lame/gstlame.c:
17124           fix/add debugging
17125
17126 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17127
17128         * sys/ximage/ximagesink.c:
17129         * sys/xvimage/xvimagesink.c:
17130           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
17131
17132 2004-08-06  Wim Taymans  <wim@fluendo.com>
17133
17134         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17135         (gst_multifdsink_add), (gst_multifdsink_get_stats),
17136         (gst_multifdsink_client_remove),
17137         (gst_multifdsink_handle_client_read),
17138         (gst_multifdsink_handle_client_write),
17139         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17140         Make sure we don't try to read more from a client that what
17141         ioctl says us or we deadlock.
17142
17143 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17144
17145         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
17146         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
17147         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17148           decouple running_time and n_frames so it can handle changing
17149           framerate while running
17150
17151 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17152
17153         * po/nl.po:
17154         * po/sv.po:
17155           updated translations
17156
17157 2004-08-04  Benjamin Otte  <otte@gnome.org>
17158
17159         * gst/videotestsrc/gstvideotestsrc.c:
17160         (gst_videotestsrc_get_capslist), (generate_capslist),
17161         (plugin_init):
17162           generate the list of supported caps at startup and reuse it instead
17163           of always generating it
17164
17165 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17166
17167         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
17168           whoops, last checkin broke normal build
17169
17170 2004-08-03  Benjamin Otte  <otte@gnome.org>
17171
17172         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
17173         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17174         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17175         (gst_alsa_mixer_get_option):
17176         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
17177         (dvdnavsrc_print_event):
17178         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
17179         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
17180         (gst_ogg_mux_pad_unlink):
17181         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
17182         (gst_multipart_mux_pad_unlink):
17183         * gst/videofilter/gstvideobalance.c:
17184         (gst_videobalance_colorbalance_set_value):
17185         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
17186         (gst_videomixer_pad_unlink):
17187         * po/uk.po:
17188         * sys/oss/gstossmixer.c:
17189         * sys/v4l/gstv4lcolorbalance.c:
17190         * sys/v4l/gstv4ltuner.c:
17191         * sys/v4l/v4lsrc_calls.c:
17192         * sys/v4l2/gstv4l2colorbalance.c:
17193         * sys/v4l2/gstv4l2tuner.c:
17194           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
17195
17196 2004-08-03  Benjamin Otte  <otte@gnome.org>
17197
17198         * examples/dynparams/filter.c: (ui_control_create):
17199         * examples/gstplay/player.c: (print_tag):
17200         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
17201         * ext/gdk_pixbuf/gstgdkanimation.c:
17202         (gst_gdk_animation_iter_may_advance):
17203         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
17204         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
17205         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
17206         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
17207         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
17208         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17209         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
17210         * gst/sine/demo-dparams.c: (main):
17211         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
17212         * testsuite/alsa/formats.c: (create_pipeline):
17213         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
17214           fixes for G_DISABLE_ASSERT and friends
17215         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17216         (mp3_type_frame_length_from_header), (mp3_type_find),
17217         (plugin_init):
17218           require mp3 typefinding to have at least MIN_HEADERS valid headers
17219           add typefinding for AAC adts files
17220
17221 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
17222
17223         * sys/ximage/ximagesink.c:
17224         (gst_ximagesink_calculate_pixel_aspect_ratio):
17225         * sys/xvimage/xvimagesink.c:
17226         (gst_xvimagesink_calculate_pixel_aspect_ratio):
17227         Make sure we calculate pixel-aspect-ratio using floating point maths
17228
17229 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17230
17231         * po/uk.po:
17232           updated translation
17233
17234 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17235
17236         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
17238           add debugging for display PAR calculation
17239
17240 2004-08-02  David Schleef  <ds@schleef.org>
17241
17242         * configure.ac: Fix mikmod CFLAGS.
17243
17244 2004-07-27  Benjamin Otte  <otte@gnome.org>
17245
17246         * gst/audioscale/gstaudioscale.c:
17247         - fix templates to only support S16, it's the only format that works
17248         - make caps nego code use try_set_caps_nonfixed and fixation instead
17249         of try_set_caps twice, which is not nice for autopluggers
17250         - change rank to secondary, so autopluggers can pick it up after
17251         audioconvert
17252
17253 2004-08-02  Iain <iain@prettypeople.org>
17254
17255         * gst/interleave/interleave.c (interleave_init),
17256         (interleave_request_new_pad),
17257         (interleave_pad_removed),
17258         (interleave_buffered_loop): Use the real pad count, not the artificial
17259         one.
17260
17261 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17262
17263         * configure.ac: bump nano back to development
17264
17265 === release 0.8.3 ===
17266
17267 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17268
17269         * configure.ac: releasing 0.8.3, "Water"
17270
17271 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17272
17273         * sys/xvimage/xvimagesink.c:
17274         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17275         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
17276         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
17277         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17278         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17279         * sys/xvimage/xvimagesink.h:
17280           apply similar PAR fixes as to ximagesink
17281
17282 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17283
17284         patch from: Benjamin Otte
17285
17286         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
17287           add link function to lame.  Fixes #148986.
17288
17289 2004-08-02  Johan Dahlin  <johan@gnome.org>
17290
17291         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
17292         fix debugging log
17293
17294 2004-07-30  David Schleef  <ds@schleef.org>
17295
17296         * gst/videomixer/Makefile.am: Fix things that should have been
17297         fixed in the last checkin.
17298
17299 2004-07-30  David Schleef  <ds@schleef.org>
17300
17301         * gst/multipart/Makefile.am: Fix things that should have been
17302         fixed in the last checkin.
17303
17304 2004-07-30  David Schleef  <ds@schleef.org>
17305
17306         * testsuite/multifilesink/Makefile.am: Fix unused variable.
17307
17308 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17309
17310         * configure.ac:
17311           bump nano for prerelease
17312         * po/af.po:
17313         * po/az.po:
17314         * po/cs.po:
17315         * po/en_GB.po:
17316         * po/hu.po:
17317         * po/nl.po:
17318         * po/sr.po:
17319         * po/sv.po:
17320         * po/uk.po:
17321           updates
17322
17323 2004-07-30  Wim Taymans  <wim@fluendo.com>
17324
17325         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
17326         (gst_multifdsink_add), (gst_multifdsink_remove),
17327         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
17328         (gst_multifdsink_client_remove),
17329         (gst_multifdsink_handle_client_write),
17330         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
17331         * gst/tcp/gstmultifdsink.h:
17332         Recover from a select with a bad file descriptor by removing
17333         the client.
17334
17335 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17336
17337         * configure.ac:
17338           fix requirement of core
17339         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
17340         (gst_play_pipeline_setup):
17341           don't use colorspace element.  do use hermescolorspace element.
17342           make macro to get a colorspace element.
17343           mark strings for translation.
17344         * po/POTFILES.in:
17345           add play.c
17346         * po/af.po:
17347         * po/az.po:
17348         * po/cs.po:
17349         * po/en_GB.po:
17350         * po/hu.po:
17351         * po/nl.po:
17352         * po/sr.po:
17353         * po/sv.po:
17354         * po/uk.po:
17355           update translations
17356
17357 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17358
17359         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17360         fix default for newmedia flag
17361
17362 2004-07-30  Wim Taymans  <wim@fluendo.com>
17363
17364         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
17365         (gst_theora_dec_init), (theora_get_formats),
17366         (theora_dec_src_convert), (theora_dec_sink_convert),
17367         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17368         (theora_dec_chain), (theora_dec_set_property),
17369         (theora_dec_get_property):
17370         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
17371         (gst_theora_enc_class_init), (gst_theora_enc_init),
17372         (theora_enc_sink_link), (theora_enc_chain),
17373         (theora_enc_set_property), (theora_enc_get_property):
17374         Added cropping option to theora decoder.
17375         Added border option to theora encoder.
17376
17377 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17378
17379         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17380         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17381         (gst_pngenc_set_property):
17382         * ext/libpng/gstpngenc.h:
17383         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
17384
17385 2004-07-30  Wim Taymans  <wim@fluendo.com>
17386
17387         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17388         (theora_enc_sink_link), (theora_enc_chain),
17389         (theora_enc_set_property), (theora_enc_get_property):
17390         Fix encoding of non-multiple-of-16 video.
17391
17392 2004-07-29  David Schleef  <ds@schleef.org>
17393
17394         * configure.ac: make test for audiofile more strict
17395
17396 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17397
17398         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17399           give different names to typefind functions
17400
17401 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17402
17403         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17404         (gst_ximagesink_calculate_pixel_aspect_ratio),
17405         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17406         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
17407         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
17408         (gst_ximagesink_get_property), (gst_ximagesink_init):
17409         * sys/ximage/ximagesink.h:
17410           allocate PAR's dynamically.
17411           use autodetected PAR if no object-set PAR is given.
17412           add workaround for directfb's X not setting physical size.
17413           fix to xvimagesink will follow tomorrow.
17414
17415 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17416
17417         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
17418         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17419         (gst_shout2send_get_type), (gst_shout2send_set_clock),
17420         (gst_shout2send_class_init), (gst_shout2send_init),
17421         (set_shout_metadata), (gst_shout2send_set_metadata),
17422         (gst_shout2send_chain), (gst_shout2send_set_property),
17423         (gst_shout2send_get_property), (gst_shout2send_connect),
17424         (gst_shout2send_change_state):
17425         * ext/shout2/gstshout2.h:
17426         - fix for sending mp3 audio to icecast2 server, if pad link function not
17427         called before PAUSED state
17428         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
17429         - added tagging support for mp3 audio broadcasted
17430         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17431         debug info
17432
17433 2004-07-28  Wim Taymans  <wim@fluendo.com>
17434
17435         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
17436         (gst_ogg_demux_push):
17437         Return query failure when we don't know the length of
17438         an ogg stream insteda of returning TRUE with a bogus value.
17439
17440 2004-07-28  Wim Taymans  <wim@fluendo.com>
17441
17442         * ext/theora/theoradec.c: (theora_get_formats),
17443         (theora_dec_src_convert), (theora_dec_sink_convert),
17444         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17445         (theora_dec_chain):
17446         Don't screw up the 1 Chroma for 1 luma sample situation when we
17447         have an odd offset/width by adding a black border in those cases.
17448
17449 2004-07-28  Wim Taymans  <wim@fluendo.com>
17450
17451         * ext/theora/theoradec.c: (theora_get_formats),
17452         (theora_dec_src_convert), (theora_dec_sink_convert),
17453         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
17454         (theora_dec_chain):
17455         * ext/theora/theoraenc.c: (theora_enc_sink_link):
17456         Added first attempt at cropping of the image as required by the
17457         theora spec. We need more properties in the caps (offset_x,
17458         offset_y,stride) to implement this correctly.
17459
17460 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
17461
17462         * ext/dvdnav/README:
17463           Update the README to use dvddemux
17464         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
17465           Ensure getcaps returns a subset of the template caps
17466         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
17467         (gst_mpeg2subt_init):
17468           Ensure getcaps returns a subset of the template caps
17469         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17470         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
17471         (gst_dvd_demux_get_subpicture_stream),
17472         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
17473         * gst/mpegstream/gstdvddemux.h:
17474           Set the explicit caps on the current_video pad before pushing
17475           anything
17476         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17477         (gst_mpeg_demux_get_audio_stream):
17478           Free caps used to gst_pad_set_explicit_caps, which takes a const
17479           GstCaps *
17480
17481 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17482
17483         * configure.ac: update GStreamer requirement to 0.8.4 because of
17484           GstFraction.
17485
17486 2004-07-28  Wim Taymans  <wim@fluendo.com>
17487
17488         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
17489         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
17490         Add the pad to the element after setting up the caps. This
17491         makes it a lot easier to autoplug.
17492
17493 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17494
17495         * gst/median/gstmedian.c:
17496         * gst/mpeg2subt/gstmpeg2subt.c:
17497         * gst/mpegaudioparse/gstmpegaudioparse.c:
17498         * gst/mpegstream/gstdvddemux.c:
17499         * gst/mpegstream/gstmpegdemux.c:
17500         * gst/mpegstream/gstmpegpacketize.c:
17501         * gst/rtjpeg/gstrtjpeg.c:
17502         * gst/rtjpeg/gstrtjpegdec.c:
17503         * gst/rtjpeg/gstrtjpegenc.c:
17504         * gst/sine/gstsinesrc.c:
17505         * gst/smooth/gstsmooth.c:
17506         * gst/smpte/gstsmpte.c:
17507         * gst/smpte/gstsmpte.h:
17508         * gst/stereo/gststereo.c:
17509         * gst/videofilter/gstgamma.c:
17510         * gst/videofilter/gstvideobalance.c:
17511         * gst/videofilter/gstvideofilter.c:
17512         * gst/videofilter/gstvideoflip.c:
17513         * gst/videoscale/gstvideoscale.c:
17514         * gst/videoscale/videoscale.c:
17515         * gst/videotestsrc/gstvideotestsrc.c:
17516         * gst/videotestsrc/videotestsrc.c:
17517         * gst/wavenc/gstwavenc.c:
17518         * gst/wavparse/gstwavparse.c:
17519           fix local includes and 64 bits constants
17520
17521 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17522
17523         * win32/gst.sln:
17524         * gst-libs/gst/*/*.vcproj:
17525         * gst/*/*.vcproj:
17526           more working plugins
17527
17528 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17529
17530         * testsuite/alsa/Makefile.am:
17531         * testsuite/alsa/srcstate.c:
17532         add test for alsasrc changing state
17533
17534 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17535
17536         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
17537         (gst_silence_get):
17538         * gst/silence/gstsilence.h:
17539         fix silence generation for 16bit raw audio
17540
17541 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17542
17543         * gst/matroska/matroska-demux.c:
17544         (gst_matroska_demux_parse_metadata),
17545         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
17546         * gst/mpegaudio/common.c:
17547         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
17548         (gst_videoscale_getcaps), (gst_videoscale_link),
17549         (gst_videoscale_src_fixate), (gst_videoscale_init),
17550         (gst_videoscale_finalize):
17551         * gst/videoscale/gstvideoscale.h:
17552         * gst/videotestsrc/gstvideotestsrc.c:
17553         (gst_videotestsrc_get_capslist):
17554         * gst/wavenc/gstwavenc.c:
17555         * sys/oss/gstossmixer.c: (fill_labels):
17556         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
17557         (gst_ximagesink_handle_xevents),
17558         (gst_ximagesink_calculate_pixel_aspect_ratio),
17559         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
17560         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
17561         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
17562         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17563         (gst_ximagesink_init), (gst_ximagesink_class_init):
17564         * sys/ximage/ximagesink.h:
17565         * sys/xvimage/xvimagesink.c:
17566         (gst_xvimagesink_calculate_pixel_aspect_ratio),
17567         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
17568         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
17569         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17570         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
17571         * sys/xvimage/xvimagesink.h:
17572           first batch of pixel aspect ratio commits.
17573
17574 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17575
17576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17577         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
17578         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
17579           handle stride, needs work if we want to move stride handling
17580           upstream, but works correctly for our purposes.
17581
17582 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17583
17584         * gst/videoscale/README:
17585           add testing examples
17586         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
17587         (gst_videoscale_chain):
17588         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17589         (gst_videoscale_get_size):
17590           add get_size function that handles stride like videotestsrc.
17591           fixes conversion for YUV formats for as much as I can test them.
17592
17593 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17594
17595         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17596         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17598         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
17599         (gst_xvimagesink_xvimage_put):
17600           further cleanups, logging, error handling and synchronizing
17601
17602 2004-07-27  Wim Taymans  <wim@fluendo.com>
17603
17604         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17605         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17606         (gst_videomixer_pad_set_property),
17607         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17608         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17609         (gst_videomixer_class_init), (gst_videomixer_init),
17610         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
17611         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
17612         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
17613         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17614         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17615         (gst_videomixer_loop), (plugin_init):
17616         Be a nicer negotiation citizen and provide a getcaps function on
17617         the srcpad. This also fixes a crash when resizing.
17618
17619 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17620
17621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
17622         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
17623
17624 2004-07-27  Wim Taymans  <wim@fluendo.com>
17625
17626         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
17627         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17628         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17629         (gst_pngenc_set_property):
17630         * ext/libpng/gstpngenc.h:
17631         Added snapshot property to pngenc.
17632         removed g_print from pngdec
17633
17634 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
17635
17636         * gst/ac3parse/ac3parse.vcproj
17637         * gst/adder/adder.vcproj
17638         * gst/alpha/alpha.vcproj
17639         * gst/alpha/alphacolor.vcproj
17640         * gst/asfdemux/asf.vcproj
17641         * gst/audioconvert/audioconvert.vcproj
17642         * gst/audiorate/audiorate.vcproj
17643         * gst/audioscale/audioscale.vcproj
17644         * gst/auparse/auparse.vcproj
17645         * gst/avi/avi.vcproj
17646         * gst/cdxaparse/cdxaparse.vcproj
17647         * gst/chart/chart.vcproj
17648         * gst/colorspace/colorspace.vcproj
17649         * gst/cutter/cutter.vcproj
17650         * gst/debug/debug.vcproj
17651         * gst/debug/efence.vcproj
17652         * gst/debug/navigationtest.vcproj
17653         * gst/deinterlace/deinterlace.vcproj
17654         * gst/effectv/effectv.vcproj
17655         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17656         * gst/filter/filter.vcproj
17657         * gst/flx/flxdec.vcproj
17658         * gst/goom/goom.vcproj
17659         * gst/interleave/interleave.vcproj
17660         * gst/law/alaw.vcproj
17661         * gst/law/mulaw.vcproj
17662         * gst/matroska/matroska.vcproj
17663         * gst/median/median.vcproj
17664         * gst/mixmatrix/mixmatrix.vcproj
17665         * gst/mpeg1sys/mpeg1systemencode.vcproj
17666         * gst/mpeg1videoparse/mp1videoparse.vcproj
17667         * gst/mpeg2sub/mpeg2subt.vcproj
17668         * gst/mpegaudio/mpegaudio.vcproj
17669         * gst/mpegaudioparse/mpegaudioparse.vcproj
17670         * gst/mpegstream/mpegstream.vcproj
17671         * gst/multifilesink/multifilesink.vcproj
17672         * gst/multipart/multipart.vcproj
17673         * gst/oneton/oneton.vcproj
17674         * gst/overlay/overlay.vcproj
17675         * gst/passthrough/passthrough.vcproj
17676         * gst/qtdemux/qtdemux.vcproj
17677         * gst/realmedia/rmdemux.vcproj
17678         * gst/rtjpeg/rtjpeg.vcproj
17679         * gst/rtp/rtp.vcproj
17680         * gst/silence/silence.vcproj
17681         * gst/sine/sinesrc.vcproj
17682         * gst/smooth/smooth.vcproj
17683         * gst/smpte/smpte.vcproj
17684         * gst/spectrum/spectrum.vcproj
17685         * gst/speed/speed.vcproj
17686         * gst/stereo/stereo.vcproj
17687         * gst/switch/switch.vcproj
17688         * gst/tags/tagedit.vcproj
17689         * gst/tcp/tcp.vcproj
17690         * gst/typefind/typefindfunctions.vcproj
17691         * gst/udp/udp.vcproj
17692         * gst/videobox/videobox.vcproj
17693         * gst/videocrop/videocrop.vcproj
17694         * gst/videodrop/videodrop.vcproj
17695         * gst/videofilter/gamma.vcproj
17696         * gst/videofilter/videobalance.vcproj
17697         * gst/videofilter/videofilter.vcproj
17698         * gst/videofilter/videoflip.vcproj
17699         * gst/videoflip/videoflip.vcproj
17700         * gst/videomixer/videomixer.vcproj
17701         * gst/videorate/videorate.vcproj
17702         * gst/videoscale/videoscale.vcproj
17703         * gst/videotestsrc/videotestsrc.vcproj
17704         * gst/virtualdub/virtualdub.vcproj
17705         * gst/volenv/volenv.vcproj
17706         * gst/volume/volume.vcproj
17707         * gst/wavenc/wavenc.vcproj
17708         * gst/wavparse/wavparse.vcproj
17709         * gst/y4m/y4menc.vcproj
17710         * gst-libs/gst/audio/audio.vcproj
17711         * gst-libs/gst/audio/audiofilter.vcproj
17712         * gst-libs/gst/colorbalance/colorbalance.vcproj
17713         * gst-libs/gst/idct/idtc.vcproj
17714         * gst-libs/gst/media-info/media-info.vcproj
17715         * gst-libs/gst/mixer/mixer.vcproj
17716         * gst-libs/gst/navigation/navigation.vcproj
17717         * gst-libs/gst/play/play.vcproj
17718         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
17719         * gst-libs/gst/resample/resample.vcproj
17720         * gst-libs/gst/riff/riff.vcproj
17721         * gst-libs/gst/tuner/tuner.vcproj
17722         * gst-libs/gst/video/video.vcproj
17723         * gst-libs/gst/xoverlay/xoverlay.vcproj
17724           avoid problems with math.h, fix release dependancy
17725           rename GStreamer-0.8.lib to libgstreamer.lib
17726
17727 2004-07-27  Julien MOUTTE  <julien@moutte.net>
17728
17729         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
17730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
17731         the atom is not available we have to unlock the mutex. Fixes #148023
17732
17733 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17734
17735         * gst-libs/gst/media-info/media-info.h:
17736           issue for a vararg macro with MSVC
17737
17738 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17739
17740         * gst/effectv/effectv.vcproj
17741         * gst-libs/gst/idct/idct.vcproj:
17742         * gst-libs/gst/media-info/media-info.vcproj:
17743         * gst-libs/gst/navigation/navigation.vcproj:
17744         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17745         * gst-libs/gst/video/video.vcproj:
17746         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17747           fixes for build problems
17748
17749 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17750
17751         * gst-libs/gst/audio/audio.def:
17752         * gst-libs/gst/audio/riff.def:
17753           add some definitions needed by plugins
17754
17755 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17756
17757         * gst/asfdemux/gstasfmux.c
17758           Fix some 64 bits constants to be glib friendly
17759
17760 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17761
17762         * gst/ac3parse/gstac3parse.c
17763         * gst/audioscale/gstaudioscale.c
17764         * gst/auparse/gstauparse.c
17765         * gst/colorspace/gstcolorspace.c
17766         * gst/colorspace/yuv2rgb.h
17767           local include fixes
17768
17769 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17770
17771         * win32/gst.sln
17772           add more plugins to the build
17773
17774 2004-07-26  Julien MOUTTE  <julien@moutte.net>
17775
17776         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17777         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
17778
17779 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17780
17781         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17782         (gst_level_set_property), (gst_level_get_property),
17783         (gst_level_base_init), (gst_level_class_init):
17784           add debugging categories.  cleanups.
17785
17786 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17787
17788         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17789         (gst_videoscale_planar411), (gst_videoscale_planar400),
17790         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
17791         (gst_videoscale_scale_nearest_str1),
17792         (gst_videoscale_scale_nearest_str2),
17793         (gst_videoscale_scale_nearest_str4),
17794         (gst_videoscale_scale_nearest_16bit),
17795         (gst_videoscale_scale_nearest_24bit):
17796           fixed stride issues
17797           tested with 320x240 -> 321, 322, 324 x240
17798           tested with YV12, I420, YUY2, UYVY
17799           fixed packed422rev (don't think it could have worked before)
17800           by testing with UYVY
17801
17802 2004-07-26  Benjamin Otte  <otte@gnome.org>
17803
17804         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
17805         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
17806         (plugin_init):
17807           add debugging category, add error checks like checking return values
17808           of setup calls, make sure it still works after
17809           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
17810
17811 2004-07-26  Wim Taymans  <wim@fluendo.com>
17812
17813         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
17814         (gst_mpeg_demux_get_audio_stream),
17815         (gst_mpeg_demux_process_private):
17816         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
17817         Check for error codes from the negotiation functions. Make sure
17818         we really set the pad caps when a new pad is created.
17819
17820 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17821
17822         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17823         (gst_ffmpeg_caps_to_pix_fmt):
17824         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17826         (gst_ffmpegcolorspace_pad_link):
17827           don't make function do two things at the same time without reason.
17828
17829 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17830
17831         * gst/ac3parse/ac3parse.vcproj
17832         * gst/adder/adder.vcproj
17833         * gst/alpha/alpha.vcproj
17834         * gst/alpha/alphacolor.vcproj
17835         * gst/asfdemux/asf.vcproj
17836         * gst/audioconvert/audioconvert.vcproj
17837         * gst/audiorate/audiorate.vcproj
17838         * gst/audioscale/audioscale.vcproj
17839         * gst/auparse/auparse.vcproj
17840         * gst/avi/avi.vcproj
17841         * gst/cdxaparse/cdxaparse.vcproj
17842         * gst/chart/chart.vcproj
17843         * gst/colorspace/colorspace.vcproj
17844         * gst/cutter/cutter.vcproj
17845         * gst/debug/debug.vcproj
17846         * gst/debug/efence.vcproj
17847         * gst/debug/navigationtest.vcproj
17848         * gst/deinterlace/deinterlace.vcproj
17849         * gst/effectv/effectv.vcproj
17850         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
17851         * gst/filter/filter.vcproj
17852         * gst/flx/flxdec.vcproj
17853         * gst/goom/goom.vcproj
17854         * gst/interleave/interleave.vcproj
17855         * gst/law/alaw.vcproj
17856         * gst/law/mulaw.vcproj
17857         * gst/matroska/matroska.vcproj
17858         * gst/median/median.vcproj
17859         * gst/mixmatrix/mixmatrix.vcproj
17860         * gst/mpeg1sys/mpeg1systemencode.vcproj
17861         * gst/mpeg1videoparse/mp1videoparse.vcproj
17862         * gst/mpeg2sub/mpeg2subt.vcproj
17863         * gst/mpegaudio/mpegaudio.vcproj
17864         * gst/mpegaudioparse/mpegaudioparse.vcproj
17865         * gst/mpegstream/mpegstream.vcproj
17866         * gst/multifilesink/multifilesink.vcproj
17867         * gst/multipart/multipart.vcproj
17868         * gst/oneton/oneton.vcproj
17869         * gst/overlay/overlay.vcproj
17870         * gst/passthrough/passthrough.vcproj
17871         * gst/qtdemux/qtdemux.vcproj
17872         * gst/realmedia/rmdemux.vcproj
17873         * gst/rtjpeg/rtjpeg.vcproj
17874         * gst/rtp/rtp.vcproj
17875         * gst/silence/silence.vcproj
17876         * gst/sine/sinesrc.vcproj
17877         * gst/smooth/smooth.vcproj
17878         * gst/smpte/smpte.vcproj
17879         * gst/spectrum/spectrum.vcproj
17880         * gst/speed/speed.vcproj
17881         * gst/stereo/stereo.vcproj
17882         * gst/switch/switch.vcproj
17883         * gst/tags/tagedit.vcproj
17884         * gst/tcp/tcp.vcproj
17885         * gst/typefind/typefindfunctions.vcproj
17886         * gst/udp/udp.vcproj
17887         * gst/videobox/videobox.vcproj
17888         * gst/videocrop/videocrop.vcproj
17889         * gst/videodrop/videodrop.vcproj
17890         * gst/videofilter/gamma.vcproj
17891         * gst/videofilter/videobalance.vcproj
17892         * gst/videofilter/videofilter.vcproj
17893         * gst/videofilter/videoflip.vcproj
17894         * gst/videoflip/videoflip.vcproj
17895         * gst/videomixer/videomixer.vcproj
17896         * gst/videorate/videorate.vcproj
17897         * gst/videoscale/videoscale.vcproj
17898         * gst/videotestsrc/videotestsrc.vcproj
17899         * gst/virtualdub/virtualdub.vcproj
17900         * gst/volenv/volenv.vcproj
17901         * gst/volume/volume.vcproj
17902         * gst/wavenc/wavenc.vcproj
17903         * gst/wavparse/wavparse.vcproj
17904         * gst/y4m/y4menc.vcproj
17905           more plugins supported under windows
17906
17907 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17908
17909         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17910         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
17911         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
17912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17913         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
17914           Add debugging statements.  Use the sizes as returned by the
17915           *CreateImage calls.
17916
17917 2004-07-26  Johan Dahlin  <johan@gnome.org>
17918
17919         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
17920         the pad is negotiated.
17921
17922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
17923
17924 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
17925
17926         * gst-libs/gst/colorbalance/colorbalance.vcproj:
17927         * gst-libs/gst/idct/idct.vcproj:
17928         * gst-libs/gst/media-info/media-info.vcproj:
17929         * gst-libs/gst/mixer/mixer.vcproj:
17930         * gst-libs/gst/navigation/navigation.vcproj:
17931         * gst-libs/gst/play/play.vcproj:
17932         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
17933         * gst-libs/gst/resample/resample.vcproj:
17934         * gst-libs/gst/tuner/tuner.vcproj:
17935         * gst-libs/gst/video/video.vcproj:
17936         * gst-libs/gst/xoverlay/xoverlay.vcproj:
17937           more plugins supported under windows
17938
17939 2004-07-25 Iain <iain@prettypeople.org>
17940
17941         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
17942         pad now rather than when the pad is created because state changes wipe
17943         explicit caps (fixes #148043).
17944
17945 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
17946
17947         reviewed by Benjamin Otte  <otte@gnome.org>
17948
17949         * ext/mad/gstmad.c:
17950           fix mad plugin crashing on Sun (fixes #148289)
17951
17952 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17953
17954         * gst/avi/avi.def:
17955         * gst/avi/avi.vcproj:
17956         * gst/matroska/matroska.def:
17957         * gst/matroska/matroska.vcproj:
17958           remove unused .def files
17959
17960 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17961
17962         * gst-libs/gst/audio/gstaudiofilter.c:
17963           Clean the local include
17964
17965 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17966
17967         * win32/gst.sln:
17968         * gst-libs/gst/audio/audio.def:
17969         * gst-libs/gst/audio/audio.vcproj:
17970         * gst-libs/gst/audio/audiofilter.vcproj:
17971         * gst-libs/gst/audio/riff.def:
17972         * gst-libs/gst/audio/riff.vcproj:
17973         * gst-libs/gst/gst-libs.def:
17974         * gst-libs/gst/gst-libs.vcproj:
17975         * gst/avi/avi.vcproj:
17976         * gst/avi/avi.vcproj:
17977           Copy the files where needed after building, cleaner projects
17978
17979 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
17980
17981         * gst/matroska/ebml-write.c:
17982           Fix some 64 bits constants to be glib friendly
17983
17984 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
17985
17986         * win32/gst.sln:
17987         * gst-libs/gst/gst-libs.def:
17988         * gst-libs/gst/gst-libs.vcproj:
17989         * gst/matroska/matroska.def:
17990         * gst/matroska/matroska.vcproj:
17991           Add the preliminary canvas to build plugins on Win32
17992
17993 2004-07-23  Benjamin Otte  <otte@gnome.org>
17994
17995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17996           don't enfore negotiation from source side, it breaks
17997           sinesrc ! audioconvert ! osssink
17998
17999 2004-07-22  David Schleef  <ds@schleef.org>
18000
18001         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
18002         for ELF files, since they can easily be recognized as audio/mpeg.
18003         (bug #147441)
18004
18005 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18006
18007         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18008         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
18009         (gst_videoscale_scale_nearest_24bit),
18010         (gst_videoscale_scale_nearest_16bit):
18011           fix 16bit and 24bit for stride (24bit might need testing)
18012           don't pretend we do more than one algorithm
18013
18014 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18015
18016         * configure.ac:
18017         * gst/Makefile.am:
18018         * gst/multifilesink/Makefile.am:
18019         * gst/multifilesink/gstmultifilesink.c:
18020         (gst_multifilesink_get_formats),
18021         (gst_multifilesink_get_query_types), (_do_init),
18022         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
18023         (gst_multifilesink_init), (gst_multifilesink_dispose),
18024         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
18025         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
18026         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
18027         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
18028         (gst_multifilesink_chain), (gst_multifilesink_change_state),
18029         (gst_multifilesink_uri_get_type),
18030         (gst_multifilesink_uri_get_protocols),
18031         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
18032         (gst_multifilesink_uri_handler_init), (plugin_init):
18033         * gst/multifilesink/gstmultifilesink.h:
18034         * testsuite/Makefile.am:
18035         * testsuite/multifilesink/Makefile.am:
18036         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
18037         (gst_newmedia_class_init), (gst_newmedia_init),
18038         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
18039         (newfile_signal), (test_signal), (main):
18040         multifilesink plugin for creating new files every time a new media
18041         discontinuity event occurs
18042
18043 2004-07-22  Wim Taymans  <wim@fluendo.com>
18044
18045         * gst/alpha/Makefile.am:
18046         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
18047         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
18048         (gst_alpha_color_init), (gst_alpha_color_set_property),
18049         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
18050         (transform), (gst_alpha_color_chain),
18051         (gst_alpha_color_change_state), (plugin_init):
18052         Stupid plugin to to RGBA to AYUV conversion because none of
18053         the colorspace plugins can handle that yet.
18054
18055 2004-07-22  Wim Taymans  <wim@fluendo.com>
18056
18057         * examples/seeking/seek.c: (update_scale), (main):
18058         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18059         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18060         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18061         (gst_decode_bin_init), (gst_decode_bin_dispose),
18062         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18063         (no_more_pads), (close_link), (type_found),
18064         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18065         (plugin_init):
18066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18067         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18068         (gst_play_base_bin_dispose), (queue_overrun),
18069         (gen_preroll_element), (remove_prerolls), (unknown_type),
18070         (no_more_pads), (new_stream), (setup_source),
18071         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18072         (play_base_eos), (gst_play_base_bin_change_state),
18073         (gst_play_base_bin_add_element),
18074         (gst_play_base_bin_remove_element),
18075         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18076         (gst_play_base_bin_unlink_stream),
18077         (gst_play_base_bin_get_streaminfo):
18078         * gst/playback/gstplaybin.c: (gen_video_element),
18079         (gen_audio_element):
18080         * gst/playback/gststreaminfo.h:
18081         More playback updates, attempt to fix things after the state change
18082         breakage.
18083
18084 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18085
18086         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
18087         (gst_videoscale_scale_nearest_16bit):
18088           comment algorithm
18089
18090 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18091
18092         * gst/videotestsrc/gstvideotestsrc.c:
18093         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
18094         (gst_videotestsrc_init), (gst_videotestsrc_get),
18095         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
18096         (gst_videotestsrc_get_property):
18097         * gst/videotestsrc/gstvideotestsrc.h:
18098         * gst/videotestsrc/videotestsrc.c:
18099         * gst/videotestsrc/videotestsrc.h:
18100           cleanup and commenting
18101
18102 2004-07-21  Wim Taymans  <wim@fluendo.com>
18103
18104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
18105         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
18106         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
18107         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
18108         (_find_chain_get_unknown_part), (_find_streams_check),
18109         (gst_ogg_demux_push), (gst_ogg_pad_push):
18110         * ext/theora/theoradec.c: (theora_get_formats),
18111         (theora_dec_src_convert), (theora_dec_sink_convert),
18112         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18113         (theora_dec_chain):
18114         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18115         (vorbis_dec_convert), (vorbis_dec_src_query),
18116         (vorbis_dec_src_event), (vorbis_dec_event):
18117         More seeking fixes, oggdemux now supports seeking to time and
18118         uses the downstream element to convert granulepos to time.
18119         Seeking in theora-only ogg files now works.
18120
18121 2004-07-21  Wim Taymans  <wim@fluendo.com>
18122
18123         * ext/theora/theoradec.c: (gst_theora_dec_init),
18124         (theora_get_formats), (theora_get_event_masks),
18125         (theora_get_query_types), (theora_dec_src_convert),
18126         (theora_dec_sink_convert), (theora_dec_src_query),
18127         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
18128         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
18129         (vorbis_get_event_masks), (vorbis_get_query_types),
18130         (gst_vorbis_dec_init), (vorbis_dec_convert),
18131         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
18132         Added query/convert/formats functions to vorbis and theora decoders
18133         so that the outside world can use them too. Fixed seeking on an
18134         ogg/theora/vorbis file by disabling the seeking seeking on the
18135         theora srcpad.
18136
18137 2004-07-21  Julien MOUTTE  <julien@moutte.net>
18138
18139         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18140         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
18141         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
18142         images creation for both elements. We don't create the image on caps
18143         nego or renego, we just destroy the internal one if present if it does
18144         not match the needs. The chain function takes care of creating a new
18145         image when needed.
18146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18147         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
18148         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
18149         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
18150         the image format information. The buffer pool checks for the context
18151         image format and discard images with different formats.
18152         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
18153
18154 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18155
18156         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18157         (gst_ffmpegcolorspace_chain):
18158           no point in doing any chaining if the pad we want to push from
18159           isn't usable.
18160
18161 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18162
18163         * gst-libs/gst/riff/riff-media.c:
18164         (gst_riff_create_audio_caps_with_data):
18165           Fix double end-to-native symbol conversion (#148021).
18166
18167 2004-07-20  David Schleef  <ds@schleef.org>
18168
18169         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
18170         Don't use an Atom that doesn't exist.
18171
18172 2004-07-20  Wim Taymans  <wim@fluendo.com>
18173
18174         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18175         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18176         (gst_multifdsink_client_remove),
18177         (gst_multifdsink_handle_client_write),
18178         (gst_multifdsink_queue_buffer):
18179         * gst/tcp/gstmultifdsink.h:
18180         More multifdsink stats. Avoid deadlock by releasing locks
18181         before sending out a signal.
18182
18183 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18184
18185         * po/LINGUAS:
18186         * po/hu.po:
18187           added Hungarian translation (Laszlo Dvornik)
18188
18189 2004-07-20  Wim Taymans  <wim@fluendo.com>
18190
18191         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18192         (gst_multifdsink_add), (gst_multifdsink_client_remove),
18193         (gst_multifdsink_handle_client_write),
18194         (gst_multifdsink_queue_buffer):
18195         * gst/tcp/gsttcp-marshal.list:
18196         Fixed the stupid marshal definition.
18197
18198 2004-07-20  Wim Taymans  <wim@fluendo.com>
18199
18200         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18201         (gst_multifdsink_init), (gst_multifdsink_add),
18202         (gst_multifdsink_client_remove),
18203         (gst_multifdsink_handle_client_write),
18204         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
18205         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
18206         (gst_multifdsink_init_send):
18207         * gst/tcp/gstmultifdsink.h:
18208         Added more stats, added timeout for a client, fixed some typos
18209         and added some comments.
18210
18211 2004-07-20  Wim Taymans  <wim@fluendo.com>
18212
18213         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
18214         (gst_multifdsink_add), (gst_multifdsink_get_stats),
18215         (gst_multifdsink_client_remove),
18216         (gst_multifdsink_handle_client_write):
18217         * gst/tcp/gstmultifdsink.h:
18218         * gst/tcp/gsttcp-marshal.list:
18219         Added get_stats method that returns a GValueArray of
18220         stats values.
18221
18222 2004-07-19  Benjamin Otte  <otte@gnome.org>
18223
18224         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18225           make sure longname, description and author are valid UTF-8
18226
18227 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18228
18229         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
18230         (gst_ximagesink_set_property):
18231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
18232         (gst_xvimagesink_set_property):
18233           make sure SYNCHRONOUS is respected after getting the X context
18234
18235 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18236
18237         * gst/matroska/matroska-demux.c:
18238         (gst_matroska_demux_handle_src_event),
18239         (gst_matroska_demux_parse_blockgroup):
18240         * gst/matroska/matroska-ids.h:
18241           add BlockReference tag and ignore it to clear out log.
18242           ignore NAVIGATION events to clear out log.
18243
18244 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18245
18246         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18247         (gst_matroska_demux_add_stream):
18248         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
18249           add debug categories
18250
18251 2004-07-16  Wim Taymans  <wim@fluendo.com>
18252
18253         * ext/libpng/Makefile.am:
18254         * ext/libpng/gstpng.c: (plugin_init):
18255         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
18256         (gst_pngdec_get_type), (gst_pngdec_base_init),
18257         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
18258         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
18259         * ext/libpng/gstpngdec.h:
18260         Added png decoder.
18261
18262 2004-07-16  Julien MOUTTE  <julien@moutte.net>
18263
18264         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
18265         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
18266         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
18267         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18268         (gst_ximagesink_buffer_alloc):
18269         * sys/ximage/ximagesink.h:
18270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18271         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
18272         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18273         (gst_xvimagesink_buffer_alloc):
18274         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
18275         again. Using internal data pointer of the x(v)image to store image's
18276         data to be coherent with the buffer alloc mechanism. Investigated the
18277         image destruction code to be sure that everything gets freed correctly.
18278
18279 2004-07-16  Wim Taymans  <wim@fluendo.com>
18280
18281         * gst-libs/gst/riff/riff-read.c:
18282         (gst_riff_read_strf_vids_with_data),
18283         (gst_riff_read_strf_auds_with_data):
18284         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18285         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18286         Make sure we don't create 0 sized subbuffers in riff-read.
18287         Signal the no more pads signal after reading the avi header.
18288
18289 2004-07-16  Wim Taymans  <wim@fluendo.com>
18290
18291         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18292         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
18293         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
18294         (gst_decode_bin_init), (gst_decode_bin_dispose),
18295         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18296         (no_more_pads), (close_link), (type_found),
18297         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18298         (gst_decode_bin_change_state), (plugin_init):
18299         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18300         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18301         (gst_play_base_bin_dispose), (queue_overrun),
18302         (gen_preroll_element), (remove_prerolls), (unknown_type),
18303         (no_more_pads), (new_stream), (setup_source),
18304         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
18305         (play_base_eos), (gst_play_base_bin_change_state),
18306         (gst_play_base_bin_add_element),
18307         (gst_play_base_bin_remove_element),
18308         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18309         (gst_play_base_bin_unlink_stream),
18310         (gst_play_base_bin_get_streaminfo):
18311         * gst/playback/gstplaybasebin.h:
18312         Better error recovery. Added configurable preroll queue size. Faster
18313         detection of no-more-pads.
18314
18315 2004-07-16  Wim Taymans  <wim@fluendo.com>
18316
18317         * gst-libs/gst/video/video.h:
18318         Added 32 bits RGBA. Not sure if we should use another mime-type
18319         for alpha rgb. Currently the presence of the alpha_mask property
18320         signals an alpha channel.
18321
18322 2004-07-16  Wim Taymans  <wim@fluendo.com>
18323
18324         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18326         FPS seems to be 0.0 to MAX everywhere else.
18327
18328 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18329
18330         * gst-libs/gst/riff/riff-media.c:
18331         (gst_riff_create_video_caps_with_data):
18332           mp42/mp43 (no caps) exist too.
18333         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
18334           Set pixel_width/height; we've got them in-caps.
18335         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18336         * gst/wavparse/gstwavparse.c: (plugin_init):
18337           Both are valid primary.
18338         * sys/oss/gstossmixer.c:
18339           Remove i18n hack and enable translations.
18340
18341 2004-07-15  Benjamin Otte  <otte@gnome.org>
18342
18343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
18344         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
18345           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
18346
18347 2004-07-15  Benjamin Otte  <otte@gnome.org>
18348
18349         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18350         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
18351         (gst_alsa_close_audio):
18352           disable some of the debugging code for now. Writing debugging to a
18353           buffer is broken in current alsalib releases.
18354
18355 2004-07-12  Benjamin Otte  <otte@gnome.org>
18356
18357         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
18358           use bufferpools
18359
18360 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18361
18362         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
18363         (theora_dec_src_query), (theora_dec_event):
18364         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
18365           add debugging categories.  Remove \n's.
18366
18367 2004-07-13  Johan Dahlin  <johan@gnome.org>
18368
18369         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
18370         (gst_play_bin_get_property): Impl.
18371
18372 2004-07-13  Wim Taymans  <wim@fluendo.com>
18373
18374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
18375         When trying to find the stream length, seek back N pages
18376         instead of just one, where N is the number of streams in
18377         the current chain.
18378
18379 2004-07-13  Wim Taymans  <wim@fluendo.com>
18380
18381         * gst-libs/gst/riff/riff-media.c:
18382         (gst_riff_create_audio_caps_with_data),
18383         (gst_riff_create_audio_caps),
18384         (gst_riff_create_audio_template_caps):
18385         * gst-libs/gst/riff/riff-media.h:
18386         * gst-libs/gst/riff/riff-read.c:
18387         (gst_riff_read_strf_vids_with_data),
18388         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
18389         * gst-libs/gst/riff/riff-read.h:
18390         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18391         (gst_avi_demux_add_stream):
18392         Set codec_data on caps for avidemuxer.
18393
18394 2004-07-12  David Schleef  <ds@schleef.org>
18395
18396         * configure.ac: Fix test for Objective C
18397
18398 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
18399         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
18400         (gst_gdk_pixbuf_chain):
18401           Add svg and pcx to template caps, and ensure that getcaps returns a
18402           subset of the template caps.
18403           Copy each row manually for output, as gdkpixbuf may pad the
18404           rowstride to a 32-bit word boundary.
18405
18406 2004-07-12  Wim Taymans  <wim@fluendo.com>
18407
18408         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
18409         (gst_riff_create_video_template_caps):
18410         Fix the template caps to include some more media types.
18411
18412 2004-07-12  Wim Taymans  <wim@fluendo.com>
18413
18414         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18415         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18416         (compare_ranks), (print_feature), (gst_decode_bin_init),
18417         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18418         (try_to_link_1), (new_pad), (close_link), (type_found),
18419         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18420         (gst_decode_bin_change_state), (plugin_init):
18421         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18422         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18423         (gst_play_base_bin_dispose), (queue_overrun),
18424         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18425         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18426         (gst_play_base_bin_get_property), (play_base_eos),
18427         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18428         (gst_play_base_bin_remove_element),
18429         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18430         (gst_play_base_bin_unlink_stream),
18431         (gst_play_base_bin_get_streaminfo):
18432         * gst/playback/gstplaybasebin.h:
18433         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18434         (gst_play_bin_class_init), (gst_play_bin_init),
18435         (gst_play_bin_dispose), (gst_play_bin_set_property),
18436         (gst_play_bin_get_property), (gen_video_element),
18437         (gen_audio_element), (remove_sinks), (setup_sinks),
18438         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18439         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18440         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18441         (gst_play_bin_query), (plugin_init):
18442         * gst/playback/test4.c: (main):
18443         More fixes on reusing of the element.
18444
18445 2004-07-11  Benjamin Otte  <otte@gnome.org>
18446
18447         * ext/mad/gstmad.c: (normal_seek):
18448           allow seeking for other methods than just SET
18449
18450 2004-07-11  Andy Wingo  <wingo@pobox.com>
18451
18452         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
18453         float, "any" caps -> buffer_frames=[0,MAX].
18454
18455         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
18456         doesn't intersect our caps with the template any more. Do it
18457         ourselves.
18458         (interleave_buffered_loop): Use g_newa instead of malloc/free.
18459
18460 2004-07-09  Wim Taymans  <wim@fluendo.com>
18461
18462         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18463         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18464         (compare_ranks), (print_feature), (gst_decode_bin_init),
18465         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18466         (try_to_link_1), (new_pad), (close_link), (type_found),
18467         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18468         (gst_decode_bin_change_state), (plugin_init):
18469         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18470         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18471         (gst_play_base_bin_dispose), (queue_overrun),
18472         (gen_preroll_element), (remove_prerolls), (no_more_pads),
18473         (new_stream), (setup_source), (gst_play_base_bin_set_property),
18474         (gst_play_base_bin_get_property), (play_base_eos),
18475         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18476         (gst_play_base_bin_remove_element),
18477         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18478         (gst_play_base_bin_unlink_stream),
18479         (gst_play_base_bin_get_streaminfo):
18480         * gst/playback/gstplaybasebin.h:
18481         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18482         (gst_play_bin_class_init), (gst_play_bin_init),
18483         (gst_play_bin_dispose), (gst_play_bin_set_property),
18484         (gst_play_bin_get_property), (gen_video_element),
18485         (gen_audio_element), (remove_sinks), (setup_sinks),
18486         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
18487         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18488         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18489         (gst_play_bin_query), (plugin_init):
18490         * gst/playback/test4.c: (main):
18491         Work on object reuse and seeking.
18492
18493 2004-07-09  Wim Taymans  <wim@fluendo.com>
18494
18495         * examples/seeking/seek.c: (iterate):
18496         Don't consume all CPU in the idle loop.
18497
18498 2004-07-09  Wim Taymans  <wim@fluendo.com>
18499
18500         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
18501         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
18502         Add pad to element *after* setting the pad functions so that
18503         the scheduler can use the correct ones.
18504
18505 2004-07-09  Wim Taymans  <wim@fluendo.com>
18506
18507         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18508         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
18509         Sync to keyframe after seek
18510
18511 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18512
18513         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18514         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18515         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
18516         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
18517         * ext/libvisual/visual.c: (gst_visual_change_state):
18518         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
18519         * ext/theora/theoradec.c: (theora_dec_change_state):
18520         * ext/theora/theoraenc.c: (theora_enc_change_state):
18521         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
18522         * gst-libs/gst/navigation/navigation.c:
18523         * gst/adder/gstadder.c: (gst_adder_change_state):
18524         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18525         (gst_audio_convert_get_buffer):
18526         * gst/multipart/multipartdemux.c:
18527         (gst_multipart_demux_change_state):
18528         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
18529         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18530         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18531         * gst/videoscale/gstvideoscale.c:
18532         (gst_videoscale_handle_src_event):
18533         * gst/volume/gstvolume.c: (volume_chain_int16):
18534           don't assert in state change, this should be done by the base
18535           GstElement class.
18536           various debugging fixes.
18537
18538 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18539
18540         * configure.ac:
18541         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18542         (gst_play_dispose), (gst_play_set_location),
18543         (gst_play_set_data_src), (gst_play_set_video_sink),
18544         (gst_play_set_audio_sink), (gst_play_set_visualization),
18545         (gst_play_connect_visualization), (gst_play_get_sink_element),
18546         (gst_play_get_all_by_interface):
18547         * gst-libs/gst/play/play.h:
18548           add new method to get elements implementing an interface.
18549           add various error logging
18550
18551 2004-07-08  Wim Taymans  <wim@fluendo.com>
18552
18553         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
18554         (make_mpeg_pipeline), (make_mpegnt_pipeline),
18555         (make_playerbin_pipeline), (query_durations_elems),
18556         (query_durations_pads), (query_positions_elems),
18557         (query_positions_pads), (update_scale), (iterate), (stop_seek),
18558         (main):
18559         Added playbin seeking example.
18560
18561 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18562
18563         * gst-libs/gst/play/play.c: (gst_play_set_location),
18564         (gst_play_set_data_src), (gst_play_set_video_sink),
18565         (gst_play_set_audio_sink), (gst_play_set_visualization),
18566         (gst_play_connect_visualization), (gst_play_get_framerate):
18567           use a macro to look up elements from hash table
18568
18569 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18570
18571         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18572         (gst_play_get_length_callback), (gst_play_set_location),
18573         (gst_play_seek_to_time), (gst_play_set_data_src),
18574         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18575         (gst_play_set_visualization), (gst_play_connect_visualization),
18576         (gst_play_get_sink_element):
18577         - add debugging info
18578         - fix looking up sink elements by iterating over complete caps
18579         - put everything except for source and autoplugger in a complete bin
18580
18581 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18582
18583         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
18584         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
18585         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
18586         (gst_alsa_sink_write), (gst_alsa_sink_loop):
18587         * ext/alsa/gstalsasink.h:
18588         - add debugging info
18589         - clean up schizophrenia of data/buffer/event
18590         - fix double event unref error
18591
18592 2004-07-08  Wim Taymans  <wim@fluendo.com>
18593
18594         * gst/playback/Makefile.am:
18595         Add headers to noinst
18596
18597 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18598
18599         * tools/gst-launch-ext-m.m:
18600         * tools/gst-launch-ext.1.in:
18601           convert to the third millenium
18602
18603 2004-07-07  David Schleef  <ds@schleef.org>
18604
18605         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
18606
18607 2004-07-07  Wim Taymans  <wim@fluendo.com>
18608
18609         * gst/playback/Makefile.am:
18610         * gst/playback/README:
18611         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18612         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18613         (compare_ranks), (print_feature), (gst_decode_bin_init),
18614         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
18615         (try_to_link_1), (new_pad), (close_link), (type_found),
18616         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
18617         (plugin_init):
18618         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
18619         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
18620         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
18621         (gen_preroll_element), (no_more_pads), (new_stream),
18622         (setup_source), (gst_play_base_bin_set_property),
18623         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
18624         (gst_play_base_bin_add_element),
18625         (gst_play_base_bin_remove_element),
18626         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
18627         (gst_play_base_bin_unlink_stream),
18628         (gst_play_base_bin_get_streaminfo):
18629         * gst/playback/gstplaybasebin.h:
18630         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18631         (gst_play_bin_class_init), (gst_play_bin_init),
18632         (gst_play_bin_dispose), (gst_play_bin_set_property),
18633         (gst_play_bin_get_property), (gen_video_element),
18634         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
18635         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18636         (gst_play_bin_get_formats), (gst_play_bin_convert),
18637         (gst_play_bin_get_query_types), (gst_play_bin_query),
18638         (plugin_init):
18639         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18640         (gst_stream_info_get_type), (gst_stream_info_class_init),
18641         (gst_stream_info_init), (gst_stream_info_new),
18642         (gst_stream_info_dispose), (gst_stream_info_set_property),
18643         (gst_stream_info_get_property):
18644         * gst/playback/gststreaminfo.h:
18645         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18646         (main):
18647         * gst/playback/test2.c: (main):
18648         * gst/playback/test3.c: (update_scale), (main):
18649         More playbin fixes. Added README. Do better element filtering.
18650         Added base class to preroll media. Added test apps.
18651
18652 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18653
18654         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
18655         * ext/mpeg2dec/gstmpeg2dec.h:
18656           various debugging improvements.  Reset stream to next picture
18657           instead of sequence header, otherwise seeks cannot work.
18658
18659 2004-07-07  Wim Taymans  <wim@fluendo.com>
18660
18661         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18662         (gst_video_box_class_init), (gst_video_box_set_property),
18663         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
18664         Use pad_alloc where possible.
18665
18666 2004-07-07  Wim Taymans  <wim@fluendo.com>
18667
18668         * sys/oss/gstosselement.c: (gst_osselement_reset),
18669         (gst_osselement_parse_caps):
18670         * sys/oss/gstosselement.h:
18671         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18672         Fix offset on osssrc.
18673
18674 2004-07-07  Wim Taymans  <wim@fluendo.com>
18675
18676         * ext/theora/theora.c: (plugin_init):
18677         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
18678         (theora_dec_src_query), (theora_dec_chain):
18679         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18680         (theora_enc_sink_link), (theora_buffer_from_packet),
18681         (theora_push_packet), (theora_enc_chain):
18682         Fix theora granulepos calculation.
18683         Fix overflow in duration/position calculation.
18684         Bump rank to PRIMARY for theoradec.
18685         Use granulepos of last packet to calculate position.
18686         Set keyframe flag on buffers when needed.
18687
18688 2004-07-06  David Schleef  <ds@schleef.org>
18689
18690         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
18691         serious?  (Fixed, obviously.)
18692
18693 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18694
18695         * po/LINGUAS:
18696         * po/cs.po:
18697           added Czech translation (Miloslav Trmac)
18698
18699 2004-07-05  Wim Taymans  <wim@fluendo.com>
18700
18701         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18702         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18703         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18704         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18705         (close_link), (type_found), (gst_decode_bin_set_property),
18706         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
18707         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
18708         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
18709         (gst_decode_bin_query), (plugin_init):
18710         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18711         (gst_play_bin_class_init), (gst_play_bin_init),
18712         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
18713         (get_video_element), (new_pad), (setup_source),
18714         (gst_play_bin_set_property), (gst_play_bin_get_property),
18715         (gst_play_bin_change_state), (gst_play_bin_add_element),
18716         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18717         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18718         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18719         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18720         * gst/playback/test.c: (main):
18721         More fixes, cleaned up playbin, make it use decodebin. Added
18722         threaded property to playbin.
18723
18724 2004-07-05  Wim Taymans  <wim@fluendo.com>
18725
18726         * configure.ac:
18727         * gst/playback/Makefile.am:
18728         * gst/playback/decodetest.c: (main):
18729         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
18730         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
18731         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
18732         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
18733         (close_link), (type_found), (gst_decode_bin_set_property),
18734         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
18735         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
18736         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
18737         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
18738         (plugin_init):
18739         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
18740         (gst_play_bin_class_init), (gst_play_bin_init),
18741         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
18742         (collect_sink_pads), (find_compatibles), (close_pad_link),
18743         (try_to_link_1), (new_pad), (close_link), (type_found),
18744         (setup_source), (gst_play_bin_set_property),
18745         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
18746         (compare_ranks), (gst_play_bin_collect_factories),
18747         (gst_play_bin_change_state), (gst_play_bin_add_element),
18748         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
18749         (gst_play_bin_send_event), (gst_play_bin_get_formats),
18750         (gst_play_bin_convert), (gst_play_bin_get_query_types),
18751         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
18752         * gst/playback/test.c: (main):
18753         Added some playback helper elements and some test apps, very alpha
18754         still.
18755
18756 2004-07-04  Benjamin Otte  <otte@gnome.org>
18757
18758         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18759           only restart audio when we indeed have an xrun to fix repeated
18760           xruns. Fix suggested by Giuliano Pochini.
18761
18762 2004-07-03  David Schleef  <ds@schleef.org>
18763
18764         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
18765         call to gst_debug_log() if debugging is disabled (bug #145118)
18766
18767 2004-07-03  Benjamin Otte  <otte@gnome.org>
18768
18769         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
18770           use our own functions for restarting the alsa device.
18771         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18772           I should apply patches myself - use MIN for the third argument, not
18773           the second, this fixes seeking
18774
18775 2004-07-02  David Schleef  <ds@schleef.org>
18776
18777         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
18778         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
18779         do with the logic.
18780
18781 2004-07-02  David Schleef  <ds@schleef.org>
18782
18783         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
18784         output buffers.  Fix logic mistake.  (bug #144866)
18785
18786 2004-07-02  David Schleef  <ds@schleef.org>
18787
18788         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
18789         on X.  (bug #144753)
18790
18791 2004-07-02  David Schleef  <ds@schleef.org>
18792
18793         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
18794         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
18795         (bug #144624)
18796         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
18797         (gst_osselement_rate_probe_check): Add another workaround for
18798         buggy drivers (bug #145336)
18799
18800 2004-07-02  David Schleef  <ds@schleef.org>
18801
18802         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
18803         Most systems don't have MSG_NOSIGNAL.
18804
18805 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18806
18807         * Makefile.am:
18808         * gst-libs/gst/colorbalance/Makefile.am:
18809         * gst-libs/gst/mixer/Makefile.am:
18810         * gst-libs/gst/play/Makefile.am:
18811         * gst-libs/gst/tuner/Makefile.am:
18812           (hopefully) fix both install and dist and make error message useful.
18813           needs testing across automakes.
18814
18815 2004-07-02  Benjamin Otte  <otte@gnome.org>
18816
18817         * ext/ogg/gstogg.c: (plugin_init):
18818           we require bytestream now
18819         * ext/ogg/gstoggdemux.c:
18820           huge diff to implement chain setup in a fast and generic way. This
18821           improves tag reading and startup of huge files (read: Theora videos)
18822           quite a bit. It probably contains bugs, too, so please test.
18823           Seeking is not improved to the fast method.
18824
18825 2004-06-29  Wim Taymans  <wim@fluendo.com>
18826
18827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18828         * ext/ogg/gstoggmux.c:
18829         Fix memleak in oggdemux when running unconnected pads.
18830         doc update in mux, start working on keyframe mode.
18831
18832 2004-06-29  Benjamin Otte  <otte@gnome.org>
18833
18834         * sys/oss/gstosssink.c:
18835         * sys/oss/gstosssrc.c:
18836           advertise correct template caps - we indeed do non-native endianness
18837           and 8bit audio has no endianness
18838         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
18839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
18840           avoid (wrong) duplications in getcaps function and return
18841           template caps
18842
18843 2004-06-29  Wim Taymans  <wim@fluendo.com>
18844
18845         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18846         (gst_multifdsink_class_init), (gst_multifdsink_add),
18847         (gst_multifdsink_remove), (gst_multifdsink_clear),
18848         (gst_multifdsink_client_remove),
18849         (gst_multifdsink_handle_client_read),
18850         (gst_multifdsink_client_queue_data),
18851         (gst_multifdsink_client_queue_caps),
18852         (gst_multifdsink_client_queue_buffer),
18853         (gst_multifdsink_handle_client_write),
18854         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18855         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18856         (gst_multifdsink_init_send), (gst_multifdsink_close):
18857         Fix wrong GList iteration that could crash the server when
18858         more then 2 clients disconnect at the same time. Read all the
18859         pending commands in one batch to recover from command storms under
18860         very heavy load.
18861
18862 2004-06-28  Wim Taymans  <wim@fluendo.com>
18863
18864         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18865         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
18866         (gst_videomixer_pad_set_property),
18867         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
18868         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18869         (gst_videomixer_class_init), (gst_videomixer_init),
18870         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
18871         (pad_zorder_compare), (gst_videomixer_sort_pads),
18872         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
18873         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
18874         (gst_videomixer_update_queues), (gst_videomixer_loop),
18875         (plugin_init):
18876         Avoid divide by zero, choose masterpad as the pad with the highest
18877         framerate.
18878
18879 2004-06-27  Julien Moutte  <julien@moutte.net>
18880
18881         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18882         (gst_ximagesink_xwindow_new):
18883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18884         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
18885         function directly. We might want to call it from somewhere else one day.
18886
18887 2004-06-27  Julien Moutte  <julien@moutte.net>
18888
18889         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
18890         (gst_ximagesink_xwindow_new):
18891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
18892         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
18893         window decorations.
18894
18895 2004-06-27  Wim Taymans  <wim@fluendo.com>
18896
18897         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
18898         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18899         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
18900         (gst_dvdec_set_property), (gst_dvdec_get_property):
18901         * ext/dv/gstdvdec.h:
18902         Implement drop_factor property to lower the framerate with
18903         a factor.
18904
18905 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18906
18907         * gst-libs/gst/colorbalance/Makefile.am:
18908         * gst-libs/gst/mixer/Makefile.am:
18909         * gst-libs/gst/play/Makefile.am:
18910         * gst-libs/gst/tuner/Makefile.am:
18911           unbreak Company's fix that didn't install the -enum.h files
18912
18913 2004-06-27  Wim Taymans  <wim@fluendo.com>
18914
18915         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
18916         (gst_dvdec_change_state):
18917         * ext/dv/gstdvdec.h:
18918         Fix timestamp, duration and offset of the buffers.
18919
18920 2004-06-27  Wim Taymans  <wim@fluendo.com>
18921
18922         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18923         (gst_multifdsink_class_init), (gst_multifdsink_add),
18924         (gst_multifdsink_remove), (gst_multifdsink_clear),
18925         (gst_multifdsink_client_remove),
18926         (gst_multifdsink_handle_client_read),
18927         (gst_multifdsink_client_queue_data),
18928         (gst_multifdsink_client_queue_caps),
18929         (gst_multifdsink_client_queue_buffer),
18930         (gst_multifdsink_handle_client_write),
18931         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18932         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18933         (gst_multifdsink_init_send), (gst_multifdsink_close):
18934         * gst/tcp/gstmultifdsink.h:
18935         * gst/tcp/gsttcpserversink.c:
18936         (gst_tcpserversink_handle_server_read),
18937         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
18938         More multifdsink fixes, more recovery policy fixes.
18939         Removed stupid g_print
18940
18941 2004-06-26  Wim Taymans  <wim@fluendo.com>
18942
18943         * gst/tcp/Makefile.am:
18944         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
18945         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
18946         (gst_multifdsink_class_init), (gst_multifdsink_init),
18947         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
18948         (gst_multifdsink_handle_client_read),
18949         (gst_multifdsink_client_queue_data),
18950         (gst_multifdsink_client_queue_caps),
18951         (gst_multifdsink_client_queue_buffer),
18952         (gst_multifdsink_handle_client_write),
18953         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
18954         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
18955         (gst_multifdsink_chain), (gst_multifdsink_set_property),
18956         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
18957         (gst_multifdsink_close), (gst_multifdsink_change_state):
18958         * gst/tcp/gstmultifdsink.h:
18959         * gst/tcp/gsttcpplugin.c: (plugin_init):
18960         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
18961         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
18962         (gst_tcpserversink_handle_server_read),
18963         (gst_tcpserversink_handle_select),
18964         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
18965         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
18966         * gst/tcp/gsttcpserversink.h:
18967         Added multifdsink, made tcpserversink a subclass of fdsink, removed
18968         one of the locks, added recovery policy to multifdsink.
18969
18970 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18971
18972         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
18973           fix decision for when getting frames with same timestamp
18974         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
18975         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
18976         (gst_v4lsrc_get_property):
18977         * sys/v4l/gstv4lsrc.h:
18978           add latency offset property
18979
18980 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18981
18982         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
18983         (plugin_init):
18984           fix debugging. add category.
18985
18986 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18987
18988         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18989           fix wrong offsets
18990
18991 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18992
18993         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
18994         (gst_alsa_src_get_time), (gst_alsa_src_loop),
18995         (gst_alsa_src_change_state):
18996           return a time that is in sync with the element's processing
18997
18998 2004-06-25  Wim Taymans  <wim@fluendo.com>
18999
19000         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19001         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19002         (gst_tcpserversink_client_remove),
19003         (gst_tcpserversink_handle_client_read),
19004         (gst_tcpserversink_client_queue_data),
19005         (gst_tcpserversink_client_queue_caps),
19006         (gst_tcpserversink_client_queue_buffer),
19007         (gst_tcpserversink_handle_client_write),
19008         (gst_tcpserversink_queue_buffer),
19009         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
19010         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
19011         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
19012         (gst_tcpserversink_close):
19013         * gst/tcp/gsttcpserversink.h:
19014         Serversink rewrite. Really do non blocking writes to clients and
19015         maintain an internal queue to handle slower clients while not
19016         disturbing fast clients.
19017
19018 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19019
19020         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19021           better debug, don't override OFFSET and OFFSET_END
19022
19023 2004-06-25  Iain <iain@prettypeople.org>
19024
19025         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
19026         name=source for the wavparse pipeline.
19027
19028 2004-06-24  Johan Dahlin  <johan@gnome.org>
19029
19030         * ext/theora/theoraenc.c (theora_enc_chain): Call
19031         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
19032         streamheader caps are set correctly.
19033
19034 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19035
19036         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
19037         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
19038           respect minimum bitrate; same could be done for max bitrate
19039
19040 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19041
19042         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
19043         (gst_vorbisenc_setup):
19044           fix sample rate range
19045
19046 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
19047
19048         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
19049         (gst_oggvorbisenc_setup):
19050         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
19051         (gst_vorbisenc_setup):
19052           resolve ambiguities in code and description
19053
19054 2004-06-24  Wim Taymans  <wim@fluendo.com>
19055
19056         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
19057         * ext/alsa/gstalsa.h:
19058         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19059         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
19060         Use alsa trigger_tstamp to get the timestamp of the first
19061         sample in the buffer for more precise sync. Some cleanups.
19062
19063 2004-06-24  Wim Taymans  <wim@fluendo.com>
19064
19065         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
19066         (gst_audiorate_init), (gst_audiorate_chain),
19067         (gst_audiorate_set_property), (gst_audiorate_get_property):
19068         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19069         (gst_videorate_chain):
19070         Added some logging, fixed an overflow bug in videorate.
19071
19072 2004-06-24  Benjamin Otte  <otte@gnome.org>
19073
19074         * ext/kio/Makefile.am:
19075           fix for builddir != srcdir and distcheck
19076
19077 2004-06-24  Benjamin Otte  <otte@gnome.org>
19078
19079         * gst-libs/gst/colorbalance/Makefile.am:
19080         * gst-libs/gst/mixer/Makefile.am:
19081         * gst-libs/gst/play/Makefile.am:
19082         * gst-libs/gst/tuner/Makefile.am:
19083         * gst/tcp/Makefile.am:
19084         * sys/dxr3/Makefile.am:
19085           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
19086           tarball.
19087           Also add all *.list files that were missing.
19088         * Makefile.am:
19089           add a distcheck hook to ensure the above doesn't happen again.
19090
19091 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
19092
19093         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
19094
19095 2004-06-23  Colin Walters  <walters@redhat.com>
19096
19097         * m4/Makefile.am: Distribute gst-fionread.m4.
19098
19099 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19100
19101         * configure.ac: back to dev
19102
19103 2004-06-23  Wim Taymans  <wim@fluendo.com>
19104
19105         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19106         (gst_alsa_xrun_recovery):
19107         * ext/alsa/gstalsa.h:
19108         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19109         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
19110         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
19111         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
19112         (gst_alsa_src_loop):
19113         Add clock to alsasrc. Take new capture timestamp when
19114         restarting after an overrun. Split up some functions between
19115         alsasrc and alsasink.
19116
19117 === release 0.8.2 ===
19118
19119 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19120
19121         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19122         (gst_alsa_change_state), (gst_alsa_update_avail),
19123         (gst_alsa_xrun_recovery):
19124         * ext/alsa/gstalsa.h:
19125         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19126           merge back changes from release
19127
19128 2004-06-23  Wim Taymans  <wim@fluendo.com>
19129
19130         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
19131         (gst_audiorate_init), (gst_audiorate_chain),
19132         (gst_audiorate_set_property), (gst_audiorate_get_property):
19133         Implement sample dropping and notify
19134
19135 2004-06-22  Wim Taymans  <wim@fluendo.com>
19136
19137         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19138         (theora_enc_sink_link), (theora_buffer_from_packet),
19139         (theora_push_packet), (theora_enc_chain):
19140         Some cleanups, make sure the timestamps are correct.
19141
19142 2004-06-22  Wim Taymans  <wim@fluendo.com>
19143
19144         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
19145         (gst_alsa_change_state), (gst_alsa_update_avail),
19146         (gst_alsa_xrun_recovery):
19147         * ext/alsa/gstalsa.h:
19148         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19149         Cleanups, take queued samples into account when reporting
19150         the time.
19151
19152 2004-06-22  Wim Taymans  <wim@fluendo.com>
19153
19154         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19155         (gst_videorate_init):
19156         Initialize the property as well.
19157
19158 2004-06-22  Wim Taymans  <wim@fluendo.com>
19159
19160         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
19161         (gst_videorate_init), (gst_videorate_chain),
19162         (gst_videorate_set_property), (gst_videorate_get_property):
19163         Add property to make videorate silent.
19164         Add property to prefer new frames over old ones.
19165
19166 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19167
19168         * sys/osxvideo/Makefile.am:
19169         Workaround so that the osxvideo .so file gets linked with the
19170         Cocoa, OpenGL and QuickTime frameworks
19171
19172 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19173
19174         * sys/osxaudio/Makefile.am:
19175         Workaround so that the osxaudio .so file gets linked with the
19176         CoreAudio framework
19177
19178 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19179
19180         * configure.ac:
19181         Whoops, my fault...fixed build issues
19182
19183 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19184
19185         * configure.ac:
19186         Add objective-c support if running in Darwin/Mac OS X
19187         * sys/Makefile.am:
19188         * sys/osxvideo:
19189         * sys/osxvideo/Makefile.am:
19190         * sys/osxvideo/osxvideosink.h:
19191         * sys/osxvideo/osxvideosink.m:
19192         * sys/osxvideo/cocoawindow.h:
19193         * sys/osxvideo/cocoawindow.m:
19194         Add osxvideosink, a cocoa-based osx video sink
19195
19196
19197 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
19198         * ext/dvdnav/gst-dvd:
19199         Grab the gconf key from the right spot
19200         * gst/debug/gstnavseek.c: (gst_navseek_init),
19201         (gst_navseek_segseek), (gst_navseek_handle_src_event),
19202         (gst_navseek_chain):
19203         * gst/debug/gstnavseek.h:
19204           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
19205           and loop parameters of a segment seek.
19206         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
19207         (gst_videotestsrc_get_event_masks),
19208         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
19209         * gst/videotestsrc/gstvideotestsrc.h:
19210           Add seeking support to videotestsrc
19211           Initialise the timestamp_offset variable.
19212
19213 2004-06-18  Wim Taymans  <wim@fluendo.com>
19214
19215         * ext/sidplay/gstsiddec.cc:
19216         Fix negotiation and set correct end offset.
19217
19218 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19219
19220         * configure.ac: branch and prerelease
19221
19222 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19223
19224         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
19225         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
19226         (gst_tcpclientsrc_init_receive):
19227         * gst/tcp/gsttcpclientsrc.h:
19228           read caps when connecting to server for GDP so we set them correctly
19229
19230 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19231
19232         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19233           notify drops and duplicates
19234         * gst/videoscale/videoscale.c: (videoscale_get_structure):
19235           no good reason to limit ourselves to 100x100
19236
19237 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19238
19239         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19240         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19241         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19242         (gst_v4lsrc_get_property):
19243         * sys/v4l/gstv4lsrc.h:
19244         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19245         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19246         (gst_v4l_set_audio):
19247         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
19248         (gst_v4lsrc_try_capture):
19249         * sys/v4l/v4lsrc_calls.h:
19250           change try_palette to more general try_capture
19251           add autoprobe option so we can turn off autoprobing
19252           various fixes
19253
19254 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19255
19256         * configure.ac:
19257           add videorate
19258         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
19259         (gst_ximagesink_class_init):
19260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
19261         (gst_xvimagesink_class_init):
19262           run them as finalize, not dispose, since dispose can be invoked
19263           multiple times
19264
19265 2004-06-17  Wim Taymans  <wim@fluendo.com>
19266
19267         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
19268         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
19269         * ext/alsa/gstalsa.h:
19270         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19271         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
19272         (gst_alsa_src_change_state):
19273         * ext/alsa/gstalsasrc.h:
19274         Make the xrun code timestamp and offset the buffers correctly.
19275         moved the clock to the base class, use alsa methods to get time.
19276         Do correct timestamping on outgoing buffers.
19277
19278 2004-06-17  Wim Taymans  <wim@fluendo.com>
19279
19280         * gst/audiorate/Makefile.am:
19281         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
19282         (gst_audiorate_base_init), (gst_audiorate_class_init),
19283         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
19284         (gst_audiorate_set_property), (gst_audiorate_get_property),
19285         (gst_audiorate_change_state), (plugin_init):
19286         Added an audiorate converter that fills in gaps.
19287
19288 2004-06-17  Johan Dahlin  <johan@gnome.org>
19289
19290         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
19291
19292 2004-06-16  Wim Taymans  <wim@fluendo.com>
19293
19294         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
19295         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19296         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19297         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19298         (gst_v4lsrc_get_property):
19299         * sys/v4l/gstv4lsrc.h:
19300         Added a copy mode to v4lsrc where it will output a copied version
19301         of its internal hardware buffer.
19302         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
19303         can't | them.
19304
19305 2004-06-16  Wim Taymans  <wim@fluendo.com>
19306
19307         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19308         Timestamp fixes.
19309
19310 2004-06-16  Wim Taymans  <wim@fluendo.com>
19311
19312         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
19313         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
19314         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
19315         (gst_v4lsrc_get_property):
19316         * sys/v4l/gstv4lsrc.h:
19317         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19318         Added a sync mode enum property to control v4lsrc timestamp method
19319         Removed the use-fixed-fps property and moved functionality in
19320         the enum.
19321         Don't error on an error value from v4l-conf, it might not always
19322         be a real error.
19323
19324 2004-06-16  Wim Taymans  <wim@fluendo.com>
19325
19326         * gst/videorate/Makefile.am:
19327         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
19328         (gst_videorate_base_init), (gst_videorate_class_init),
19329         (gst_videorate_getcaps), (gst_videorate_link),
19330         (gst_videorate_init), (gst_videorate_chain),
19331         (gst_videorate_set_property), (gst_videorate_get_property),
19332         (gst_videorate_change_state), (plugin_init):
19333         Added a video timestamp corrector.
19334
19335 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19336
19337         fixed a potential leak with previous commit
19338
19339         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19340
19341 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19342
19343         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19344         Added missing refcount, fixes bug #144425
19345         Cheers Tim for finding the bug
19346
19347 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19348
19349         * sys/v4l/gstv4l.c: (plugin_init):
19350         * sys/v4l/gstv4lcolorbalance.c:
19351         * sys/v4l/gstv4lcolorbalance.h:
19352         * sys/v4l/gstv4lelement.c:
19353         * sys/v4l/gstv4lelement.h:
19354         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
19355         * sys/v4l/gstv4lmjpegsink.h:
19356         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19357         * sys/v4l/gstv4lmjpegsrc.h:
19358         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19359         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19360         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
19361         * sys/v4l/gstv4lsrc.h:
19362         * sys/v4l/gstv4ltuner.c:
19363         * sys/v4l/gstv4ltuner.h:
19364         * sys/v4l/gstv4lxoverlay.c:
19365         * sys/v4l/gstv4lxoverlay.h:
19366         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19367         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19368         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19369         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
19370         (gst_v4l_set_audio):
19371         * sys/v4l/v4l_calls.h:
19372         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19373         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
19374         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
19375         (gst_v4lmjpegsink_playback_init),
19376         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
19377         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
19378         (gst_v4lmjpegsink_playback_stop),
19379         (gst_v4lmjpegsink_playback_deinit):
19380         * sys/v4l/v4lmjpegsink_calls.h:
19381         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19382         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
19383         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
19384         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
19385         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
19386         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
19387         * sys/v4l/v4lmjpegsrc_calls.h:
19388         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19389         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
19390         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
19391         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
19392         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
19393         (gst_v4lsrc_try_palette):
19394         * sys/v4l/v4lsrc_calls.h:
19395           bunch of paranoia cleanups
19396
19397 2004-06-14  David Schleef  <ds@schleef.org>
19398
19399         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
19400         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
19401         Send discont events and change timestamps appropriately when
19402         we get a seek event.  (bug #144240)
19403         * ext/cdparanoia/gstcdparanoia.h:
19404
19405 2004-06-14  Benjamin Otte  <otte@gnome.org>
19406
19407         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
19408           snd_pcm_hw_params_set_rate  since the latter fails for no good
19409           reason on some setups.
19410
19411 2004-06-14  David Schleef  <ds@schleef.org>
19412
19413         * gst/volume/demo.c: (value_changed_callback): exp10() is not
19414         standard.  Thank you for playing.
19415
19416 2004-06-14  Wim Taymans  <wim@fluendo.com>
19417
19418         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
19419         Patch 1.3 broke the ordering of the colorspace info and
19420         made the plugin basically work by coincidence, reordered
19421         the info.
19422
19423 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19424
19425         * ext/lame/gstlame.c:
19426         * ext/mad/gstmad.c:
19427           sync caps.  Make sure mad can only output a list of rates, not
19428           a full range.  In the future, have three caps lists for each of the
19429           mpeg versions.  Change mpegversion to a double as well.
19430
19431 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19432
19433         * gst/volume/.cvsignore:
19434         * gst/volume/Makefile.am:
19435         * gst/volume/demo.c: (value_changed_callback), (idler),
19436         (setup_gui), (main):
19437           added small demo app
19438
19439 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
19440         * ext/esd/esdsink.c: (gst_esdsink_change_state):
19441         * ext/esd/esdsink.h:
19442         Close the esd connection on pause, because esd will just wait -
19443         blocking all other esd clients indefinitely.
19444
19445 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
19446
19447         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
19448           previous commit with GST_DEBUG
19449
19450 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
19451
19452         * configure.ac:
19453           add a header check for a dvdread header in dvdnav.  Fixes #133002
19454
19455 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19456
19457         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
19458         * gst/tcp/gsttcpclientsink.h:
19459         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
19460         * gst/tcp/gsttcpclientsrc.h:
19461         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
19462         (gst_tcpserversink_handle_server_read),
19463         (gst_tcpserversink_init_send):
19464         * gst/tcp/gsttcpserversink.h:
19465         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
19466         * gst/tcp/gsttcpserversrc.h:
19467         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
19468         version of IP)
19469
19470 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19471
19472         * configure.ac:
19473         Added ogg library so that OSX detects libtheora properly
19474
19475 2004-06-11  Wim Taymans  <wim@fluendo.com>
19476
19477         * ext/theora/theoradec.c: (theora_dec_chain),
19478         (theora_dec_change_state):
19479         Don't try to decode frames before we received a keyframe.
19480
19481 2004-06-11  Wim Taymans  <wim@fluendo.com>
19482
19483         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19484         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19485         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19486         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19487         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19488         Added property to set the maximum delay of a page.
19489
19490 2004-06-10  Wim Taymans  <wim@fluendo.com>
19491
19492         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19493         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
19494         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19495         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
19496         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
19497         Added max-delay property to control the maximum amount
19498         of data to put in one page.
19499
19500 2004-06-10  Wim Taymans  <wim@fluendo.com>
19501
19502         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19503         (gst_theora_enc_init), (theora_enc_sink_link),
19504         (theora_buffer_from_packet), (theora_enc_set_property),
19505         (theora_enc_get_property):
19506         Set duration on encoded buffer, added some more properties
19507
19508 2004-06-10  Wim Taymans  <wim@fluendo.com>
19509
19510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19511         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
19512         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
19513         * ext/theora/theoraenc.c: (theora_enc_chain):
19514         Fix refcounting bugs
19515
19516 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19517
19518         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19519         (gst_asf_demux_loop), (gst_asf_demux_process_file),
19520         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
19521         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
19522         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
19523         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
19524         (gst_asf_demux_change_state):
19525         * gst/asfdemux/gstasfdemux.h:
19526           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
19527           feels like. I think we should set a new requirement for demuxers
19528           from now on to implement sane loop functions, data loops, query
19529           and seek functions before first commit into CVS. And this commit
19530           fixes all of the above.
19531
19532 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
19533
19534         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
19535           vorbis comments are properly encoded in UTF-8 before adding them
19536           to a GstTagList
19537
19538 2004-06-09  Benjamin Otte  <otte@gnome.org>
19539
19540         * ext/alsa/gstalsa.c: (add_channels):
19541           handle min <= max correctly
19542         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
19543         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
19544           add fixation functions so we fixate correctly. No preferring of alaw
19545           anymore because it's the first structure.
19546         * ext/alsa/gstalsa.h:
19547         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
19548         (gst_alsa_hw_params_dump):
19549           add functions to ease debugging in alsalib
19550         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19551         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19552         (gst_alsa_start_audio):
19553           only specify hw params if we really setup a format (fixes #134007 -
19554           or at least works around it)
19555
19556 2004-06-09  Wim Taymans  <wim@fluendo.com>
19557
19558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19559         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
19560         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
19561         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
19562         (gst_ogg_mux_loop):
19563         Use stream caps to setup the initial pages in the ogg stream.
19564         Correctly set the streamheader caps on the srcpad.
19565
19566 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19567
19568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
19569         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
19570         (gst_v4lsrc_getcaps):
19571         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
19572         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
19573           add querying of fps lists for webcams.  Negotiating to a framerate
19574           now works.
19575
19576 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19577
19578         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19579         (theora_push_buffer), (theora_push_packet),
19580         (theora_set_header_on_caps), (theora_enc_chain):
19581           mark buffers and put on streamheader, raw theora streaming
19582           now works too, whee
19583
19584 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19585
19586         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19587         (gst_tcp_gdp_read_caps):
19588           do a looping read for caps and GDP headers too
19589
19590 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19591
19592         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19593         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
19594           return EOS instead of NULL in _get
19595
19596 2004-06-08  Wim Taymans  <wim@fluendo.com>
19597
19598         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
19599         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
19600         (gst_tcp_gdp_write_caps):
19601         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19602         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19603         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
19604         Memory leak fixes
19605
19606 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19607
19608         * ext/vorbis/Makefile.am:
19609         * ext/vorbis/vorbis.c: (plugin_init):
19610         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
19611         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
19612         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
19613         (vorbis_parse_change_state):
19614         * ext/vorbis/vorbisparse.h:
19615           adding a vorbisparse element that marks the buffers, streaming
19616           raw vorbis using GDP now works, whee
19617
19618 2004-06-08  Wim Taymans  <wim@fluendo.com>
19619
19620         * ext/jpeg/Makefile.am:
19621         * ext/jpeg/README:
19622         * ext/jpeg/gstjpeg.c: (plugin_init):
19623         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
19624         (gst_smokedec_base_init), (gst_smokedec_class_init),
19625         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
19626         * ext/jpeg/gstsmokedec.h:
19627         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
19628         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
19629         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
19630         (gst_smokeenc_resync), (gst_smokeenc_chain),
19631         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
19632         * ext/jpeg/gstsmokeenc.h:
19633         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
19634         (smokecodec_flush_destination), (smokecodec_term_destination),
19635         (smokecodec_init_source), (smokecodec_fill_input_buffer),
19636         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
19637         (smokecodec_term_source), (smokecodec_encode_new),
19638         (smokecodec_decode_new), (smokecodec_info_free),
19639         (smokecodec_set_quality), (smokecodec_get_quality),
19640         (smokecodec_set_threshold), (smokecodec_get_threshold),
19641         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
19642         (find_best_size), (abs_diff), (put), (smokecodec_encode),
19643         (smokecodec_parse_header), (smokecodec_decode):
19644         * ext/jpeg/smokecodec.h:
19645         Added a new simple jpeg based codec
19646
19647 2004-06-08  Wim Taymans  <wim@fluendo.com>
19648
19649         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19650         (gst_multipart_mux_loop):
19651         Fix memory leak
19652
19653 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19654
19655         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
19656         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
19657         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
19658         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
19659         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
19660         * gst/tcp/gsttcpserversink.h:
19661           take streamheader into account
19662
19663 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19664
19665         * gst/level/Makefile.am:
19666         * gst/level/gstlevel.c: (gst_level_class_init):
19667           clean up marshal generation
19668
19669 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19670
19671         * gst/tcp/Makefile.am:
19672         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
19673         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
19674         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
19675         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19676         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
19677         (gst_tcpclientsrc_get_property):
19678         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19679         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
19680         (gst_tcpserversink_handle_client_read),
19681         (gst_tcpserversink_handle_client_write),
19682         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
19683         * gst/tcp/gsttcpserversink.h:
19684           add signals client-added and client-removed
19685         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19686         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
19687         (gst_tcpserversrc_get_property):
19688         uniformized, change default protocol to NONE
19689         * gst/tcp/gsttcp-marshal.list: added
19690 2004-06-07  Benjamin Otte  <otte@gnome.org>
19691
19692         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19693           handle discont events if they happen before caps nego
19694
19695 2004-06-07  Wim Taymans  <wim@fluendo.com>
19696
19697         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19698         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19699         (gst_multipart_demux_plugin_init):
19700         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19701         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19702         (gst_multipart_mux_change_state):
19703         Small updates, fix a memleak
19704
19705 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19706
19707         * configure.ac: OSS portability
19708         * ext/arts/gst_arts.c: idem
19709         * sys/oss/gstosselement.c: idem
19710         * sys/oss/gstossmixer.c: idem
19711         * sys/oss/gstosssink.c: idem
19712         * sys/oss/gstosssrc.c: idem
19713         * sys/oss/oss_probe.c: idem
19714           - check for soundcard.h in different places for some BSD
19715
19716 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
19717
19718         * AUTHORS:
19719         Add me to the authors file
19720         * configure.ac:
19721         Increase the libdv requirement to >= version 0.100
19722         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
19723         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
19724         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
19725         * ext/dv/gstdvdec.h:
19726         Add support for the new_media flag when sending DISCONT events
19727         Make the querying work when video pad is not linked
19728
19729 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19730
19731         reviewed by Benjamin Otte  <otte@gnome.org>
19732
19733         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
19734           create a NULL-initialized array of pads, so we don't think they
19735           exist already. (fixes #143130)
19736
19737 2004-06-07  Benjamin Otte  <otte@gnome.org>
19738
19739         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
19740         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
19741         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
19742           don't use // coments
19743
19744 2004-06-07  Benjamin Otte  <otte@gnome.org>
19745
19746         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
19747           cast to GstClockTime to get higher granularity
19748         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19749           use gst_element_set_time_delay to get the exact time
19750         * ext/mad/gstmad.c: (gst_mad_chain):
19751           use the negotiated rate instead of the current frame's rate which
19752           might be wrong because of bit errors. This avoids emitting totally
19753           bogus timestamps and screwing sync.
19754         (fixes #143454)
19755
19756 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
19757
19758         reviewed by Benjamin Otte  <otte@gnome.org>
19759
19760         * gst/adder/gstadder.c: (gst_adder_loop):
19761           properly error out when no negotiation has happened yet. (fixes
19762           #143032)
19763
19764 2004-06-06  Benjamin Otte  <otte@gnome.org>
19765
19766         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19767           forward correctly transformed offset in discont events. Based on
19768           patch by Arwed v. Merkatz. (fixes #142851)
19769
19770 2004-06-06  David Schleef  <ds@schleef.org>
19771
19772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
19773         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
19774         problems on several systems.
19775
19776 2004-06-06  Benjamin Otte  <otte@gnome.org>
19777
19778         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19779           use explicit caps on the srcpad
19780         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19781           properly error out if caps couldn't be set (fixes #142764)
19782
19783 2004-06-06  Benjamin Otte  <otte@gnome.org>
19784
19785         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
19786         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
19787         (gst_alsa_start_audio):
19788           - don't call set_periods_integer anymore, it breaks the
19789           configuration randomly
19790           - call snd_pcm_hw_params_set_access directly instead of using masks
19791           - don't fail if the sw_params can't be set, just use the default
19792           params and hope it works. Alsalib has weird issues when you touch
19793           sw_params and does no proper error reporting about what failed.
19794         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19795         (gst_alsa_close_audio):
19796           make our alsa debugging go via gst debugging and not conditionally
19797           defined
19798         * ext/alsa/gstalsa.h:
19799           add ALSA_DEBUG_FLUSH macro
19800         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
19801         (plugin_init):
19802           wrap alsa errors to be printed via the gst debugging system and not
19803           spammed to stderr
19804
19805 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19806
19807         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
19808         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
19809         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
19810         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
19811         (qtdemux_parse_trak):
19812         * gst/qtdemux/qtdemux.h:
19813           Bitch. Also known as seeking, querying & co.
19814         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19815         (gst_osssink_change_state):
19816         * sys/oss/gstosssink.h:
19817           Resyncing is for weenies, this hack is no longer needed and was
19818           broken anyway (since it - unintendedly - always leaves resync to
19819           TRUE).
19820
19821 2004-06-05  Andrew Turner <zxombie@hotpop.com>
19822
19823         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
19824         * gst/tcp/gsttcpclientsrc.h: idem
19825           - define MSG_NOSIGNAL if not done
19826           - include unistd.h for off_t
19827           (fixes #143749)
19828
19829 2004-06-05  Benjamin Otte  <otte@gnome.org>
19830
19831         * configure.ac:
19832         * ext/kio/Makefile.am:
19833           check for qt's moc preprocessor explicitly and use it
19834
19835 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19836
19837         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
19838           don't get a signal for EPIPE on socket writes
19839           (somebody check if this works on other platforms)
19840
19841 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19842
19843         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
19844         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19845           check error condition on available samples correctly
19846
19847 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19848
19849         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
19850           avoid a segfault
19851         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
19852         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
19853         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
19854         (gst_tcpserversrc_gdp_read_header):
19855          use ssize_t over size_t since the former is signed and thus the
19856          check for error codes can work
19857
19858 2004-06-02  Wim Taymans  <wim@fluendo.com>
19859
19860         reviewed by: Johan
19861
19862         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19863         (gst_multipart_mux_loop):
19864         Oops
19865
19866 2004-06-02  Wim Taymans  <wim@fluendo.com>
19867
19868         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19869         (gst_multipart_mux_init), (gst_multipart_mux_loop),
19870         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19871         (gst_multipart_mux_change_state):
19872         Added configurable boundary specifier, added the value as a
19873         caps field as well.
19874
19875 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19876
19877         * gst/tcp/gsttcp.c:
19878         * gst/tcp/gsttcpclientsrc.c:
19879         * gst/tcp/gsttcpclientsrc.h:
19880         * gst/tcp/gsttcpserversrc.c:
19881           - portability fix, to compile on OSX
19882             (fixes #143146)
19883
19884         * sys/osxaudio/gstosxaudioelement.c:
19885         * sys/osxaudio/gstosxaudiosink.c:
19886         * sys/osxaudio/gstosxaudiosrc.c:
19887           - compilation warnings on OSX
19888             (fixes #143153)
19889
19890 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19891
19892         * ext/vorbis/vorbisdec.c : sign warning fixes
19893
19894         * gst-libs/gst/mixer/mixertrack.c :
19895           do no use defines which are glib 2.4 specific
19896
19897 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
19898
19899         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
19900           buffer since libflac doesn't expect it (reports a sync error when
19901           it encounters that)
19902
19903
19904 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
19905
19906         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
19907         * gst-libs/gst/mixer/mixertrack.c:
19908         (gst_mixer_track_get_property), (get_mixer_track_init),
19909         (get_mixer_track_get_property): Added property accessors
19910         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
19911         * gst-libs/gst/mixer/mixeroptions.c:
19912         (gst_mixer_options_get_values): Added
19913         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
19914         * gst-libs/gst/mixer/mixer.c: Fixed comment
19915
19916
19917 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19918
19919         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19920           improve error messages on open
19921
19922
19923 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19924
19925         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19926           check if v4l-conf is in path
19927
19928 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19929
19930         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19931           change assert to a more readable error message
19932
19933 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
19934
19935         * gst-libs/gst/tuner/tunerchannel.h:
19936           - add a freq_multiplicator field to make the conversion
19937             between internal frequency unit and Hz
19938         * sys/v4l/gstv4lelement.c:
19939         * sys/v4l2/gstv4l2element.c:
19940           - change default video device to /dev/video0
19941         * sys/v4l/v4l_calls.c:
19942         * sys/v4l2/v4l2_calls.c:
19943           - we only expose frequency to the user in Hz instead of
19944             bastard v4lX unit (either 62.5kHz or 62.5Hz)
19945
19946 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
19947         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19948           Initialise b_o_s and e_o_s variables
19949         * gst-libs/gst/riff/riff-media.c:
19950         (gst_riff_create_video_caps_with_data):
19951           Add some unusual fourcc's from mplayer avi's
19952         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
19953           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
19954           autoplugging.
19955
19956 2004-05-28  Wim Taymans  <wim@fluendo.com>
19957
19958         * configure.ac:
19959         * gst/alpha/Makefile.am:
19960         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19961         (gst_alpha_get_type), (gst_alpha_base_init),
19962         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19963         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
19964         (gst_alpha_chroma_key), (gst_alpha_chain),
19965         (gst_alpha_change_state), (plugin_init):
19966         A plugin to add an alpha channel to I420 video. Can optionally do
19967         chroma keying.
19968         * gst/multipart/Makefile.am:
19969         * gst/multipart/multipart.c: (plugin_init):
19970         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19971         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19972         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
19973         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19974         (gst_multipart_demux_change_state),
19975         (gst_multipart_demux_plugin_init):
19976         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
19977         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
19978         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
19979         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
19980         (gst_multipart_mux_pad_unlink),
19981         (gst_multipart_mux_request_new_pad),
19982         (gst_multipart_mux_handle_src_event),
19983         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
19984         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
19985         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
19986         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
19987         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
19988         send multipart jpeg images to a browser.
19989         * gst/videobox/Makefile.am:
19990         * gst/videobox/README:
19991         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
19992         (gst_video_box_get_type), (gst_video_box_base_init),
19993         (gst_video_box_class_init), (gst_video_box_init),
19994         (gst_video_box_set_property), (gst_video_box_get_property),
19995         (gst_video_box_sink_link), (gst_video_box_i420),
19996         (gst_video_box_ayuv), (gst_video_box_chain),
19997         (gst_video_box_change_state), (plugin_init):
19998         Crops or adds borders around an image. can do alpha channel
19999         borders as well.
20000         * gst/videomixer/Makefile.am:
20001         * gst/videomixer/README:
20002         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
20003         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
20004         (gst_videomixer_pad_get_sink_event_masks),
20005         (gst_videomixer_pad_get_property),
20006         (gst_videomixer_pad_set_property),
20007         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
20008         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
20009         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
20010         (gst_videomixer_base_init), (gst_videomixer_class_init),
20011         (gst_videomixer_init), (gst_videomixer_request_new_pad),
20012         (gst_videomixer_handle_src_event),
20013         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
20014         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
20015         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
20016         (gst_videomixer_loop), (gst_videomixer_get_property),
20017         (gst_videomixer_set_property), (gst_videomixer_change_state),
20018         (plugin_init):
20019         Generic video mixer plugin, can handle multiple inputs all with
20020         different framerates and video sizes. Is fully alpha channel
20021         aware.
20022
20023 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20024
20025         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20026           Select first track as master track. Not sure how else to handle
20027           that...
20028         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
20029           Discard discont events. Should fix #142962.
20030
20031 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20032
20033         * ext/alsa/Makefile.am:
20034         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
20035         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
20036         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
20037         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
20038         (gst_alsa_mixer_get_option):
20039         * ext/alsa/gstalsamixer.h:
20040         * ext/alsa/gstalsamixeroptions.c:
20041         (gst_alsa_mixer_options_get_type),
20042         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
20043         (gst_alsa_mixer_options_new):
20044         * ext/alsa/gstalsamixeroptions.h:
20045         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20046         * ext/alsa/gstalsamixertrack.h:
20047           Add enumerations (as GstMixerOptions). Make correct distinction
20048           between input/output tracks. Add capture/playback private flag.
20049           Use flag to decide on whether to set capture or playback volumes
20050           or switches. Use playback and record switches.
20051         * gst-libs/gst/mixer/Makefile.am:
20052         * gst-libs/gst/mixer/mixer-marshal.list:
20053         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
20054         (gst_mixer_set_option), (gst_mixer_get_option),
20055         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
20056         (gst_mixer_volume_changed), (gst_mixer_option_changed):
20057         * gst-libs/gst/mixer/mixer.h:
20058         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
20059         (gst_mixer_options_class_init), (gst_mixer_options_init),
20060         (gst_mixer_options_dispose):
20061         * gst-libs/gst/mixer/mixeroptions.h:
20062           Add GstMixerOptions.
20063         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20064           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
20065           broken device detection on computers with multiple OSS sound
20066           cards.
20067
20068 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20069
20070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20071           fixate nicely even when the peer is not negotiating
20072
20073 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20074
20075         * gst/audioconvert/gstaudioconvert.c:
20076         (gst_audio_convert_parse_caps):
20077           make sure we don't allow depth > width
20078         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20079           fixate endianness to G_BYTE_ORDER as default
20080         * gst/audioscale/gstaudioscale.c:
20081           we don't handle another endianness as host-endianness
20082
20083 2004-05-25  David Schleef  <ds@schleef.org>
20084
20085         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
20086
20087 2004-05-24  Benjamin Otte  <otte@gnome.org>
20088
20089         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
20090         (gst_oggvorbisenc_setup):
20091           properly fail when we can't setup the vorbis encoder due to
20092           unsupported settings
20093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
20094         (gst_vorbisenc_setup):
20095           same
20096         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20097           fix case where warnings occured when one pad was unlinked while the
20098           other's link function was called
20099
20100 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20101
20102         * gst/tcp/Makefile.am:
20103           use GST_ENABLE_NEW
20104
20105 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20106
20107         * gst-libs/gst/resample/private.h:
20108           don't use optimizations that are #if 0'ed
20109
20110 2004-05-24  Wim Taymans  <wim@fluendo.com>
20111
20112         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20113         Fix potential division by zero error and hopefully get
20114         the position query right to get correct timestamps on avi
20115         audio.
20116
20117 2004-05-24  Wim Taymans  <wim@fluendo.com>
20118
20119         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
20120         (gst_videoscale_scale_nearest_str2),
20121         (gst_videoscale_scale_nearest_str4),
20122         (gst_videoscale_scale_nearest_32bit),
20123         (gst_videoscale_scale_nearest_24bit),
20124         (gst_videoscale_scale_nearest_16bit):
20125         Fix the scaling algorithm and avoid a buffer overflow.
20126         removed the while loop in the scaling function as it
20127         was used for point sampling only.
20128
20129 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20130
20131         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
20132         (gst_id3_tag_class_init), (gst_id3_tag_init),
20133         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
20134         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
20135         (gst_id3_tag_send_tag_event):
20136           lots of fixes to make id3mux work and id3demux work correctly
20137
20138 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20139
20140         * ext/Makefile.am:
20141           add rules to build shout2send (was removed by accident
20142           when this module was no more marked experimental/broken)
20143
20144 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20145
20146         * ext/shout2/gstshout2.c:
20147         * ext/shout2/gstshout2.h:
20148           adding a "connection problem" signal to shout2send
20149           (fixes #142954)
20150
20151 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20152
20153         * ext/kio/kioreceiver.cpp:
20154         * ext/kio/kioreceiver.h:
20155           fix sign comparison issues
20156
20157 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20158
20159         * gst/cdxaparse/gstcdxaparse.c:
20160         * gst/cdxaparse/gstcdxaparse.h:
20161           some renaming
20162           add some checks/sanity
20163           prepare for seek addition
20164
20165         * sys/sunaudio/gstsunaudio.c:
20166           remove exported dupe init function
20167
20168 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
20169
20170         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
20171         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
20172           Fix format conversion and position querying.
20173         * gst/debug/progressreport.c: (gst_progressreport_report):
20174           Don't output a bogus total value that we didn't query.
20175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20176           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
20177           only a blank window after xine has been used.
20178
20179 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20180
20181         * m4/as-arts.m4:
20182           sync with upstream version to fix test on FC2
20183           readd with -ko to preserve Id header
20184
20185 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20186
20187         * configure.ac:
20188           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
20189         * gst/tcp/gsttcpclientsrc.c: idem
20190         * gst/tcp/gsttcpserversink.c: idem
20191         * gst/tcp/gsttcpserversrc.c: idem
20192         * m4/gst-fionread.m4: idem
20193
20194         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
20195
20196         * configure.ac: enable speex plugin for speex 1.1.5+
20197         * ext/speex/gstspeexenc.c: fix cast warning
20198
20199         * ext/esd/README: fix typo
20200
20201 2004-05-20  David Schleef  <ds@schleef.org>
20202
20203         * configure.ac: Minor cosmetic change to convince the buildbot to
20204         reautogen.
20205         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
20206         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
20207         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
20208         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
20209         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
20210         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
20211         More hacking.  Plays audio now.
20212
20213 2004-05-20  David Schleef  <ds@schleef.org>
20214
20215         * configure.ac:
20216         * sys/Makefile.am:
20217
20218 2004-05-20  David Schleef  <ds@schleef.org>
20219
20220         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
20221         * sys/osxaudio/gstosxaudio.c:
20222         * sys/osxaudio/gstosxaudioelement.c:
20223         * sys/osxaudio/gstosxaudioelement.h:
20224         * sys/osxaudio/gstosxaudiosink.c:
20225         * sys/osxaudio/gstosxaudiosink.h:
20226         * sys/osxaudio/gstosxaudiosrc.c:
20227         * sys/osxaudio/gstosxaudiosrc.h:
20228
20229 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20230
20231         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
20232         (gst_vorbisenc_chain):
20233           put the codec headers on the caps as streamheader as well as
20234           pushing them out
20235
20236 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20237
20238         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20239         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
20240         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
20241         split up push_packet into two functions
20242
20243 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20244
20245         * gst/tcp/.cvsignore:
20246           ignore enums
20247         * gst/tcp/Makefile.am:
20248         * gst/tcp/README:
20249         * gst/tcp/gsttcp.c:
20250         * gst/tcp/gsttcp.h:
20251         * gst/tcp/gsttcpclientsink.c:
20252         * gst/tcp/gsttcpclientsink.h:
20253         * gst/tcp/gsttcpclientsrc.c:
20254         * gst/tcp/gsttcpclientsrc.h:
20255         * gst/tcp/gsttcpplugin.c:
20256         * gst/tcp/gsttcpserversink.c:
20257         * gst/tcp/gsttcpserversink.h:
20258         * gst/tcp/gsttcpserversrc.c:
20259         * gst/tcp/gsttcpserversrc.h:
20260           add new tcp elements
20261
20262 2004-05-19  Wim Taymans  <wim@fluendo.com>
20263
20264         * gst/law/mulaw-conversion.c: (mulaw_encode):
20265         Fix overflow bug in ulaw encoding.
20266
20267 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20268
20269         * ext/mad/gstmad.c: (gst_mad_handle_event):
20270           don't unref the event twice
20271
20272 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20273
20274         * configure.ac:
20275           remove -Wno-sign-compare
20276
20277 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20278
20279         * configure.ac:
20280           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
20281           if you want to work against glib 2.2 and 2.4
20282
20283 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20284
20285         * gst/tcp/Makefile.am:
20286         * gst/tcp/gsttcp.c:
20287         * gst/tcp/gsttcp.h:
20288         * gst/tcp/gsttcpsink.h:
20289         * gst/tcp/gsttcpsrc.h:
20290           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
20291
20292 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20293
20294         * gst/debug/tests.c: (md5_get_value):
20295           fix segfault on gst-inspect
20296
20297 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20298
20299         * gst/debug/testplugin.c:
20300         * gst/debug/tests.c:
20301         * gst/debug/tests.h:
20302           add new extensible and configurable testing element. Current tests
20303           include buffer count, stream length, timestamp/duration matching and
20304           md5.
20305         * gst/debug/Makefile.am:
20306         * gst/debug/gstdebug.c: (plugin_init):
20307           add infrastructure for new element
20308
20309 2004-05-19  Johan Dahlin  <johan@gnome.org>
20310
20311         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
20312         ending of the array. Fixes gst-inspect segfault on ppc.
20313
20314 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20315
20316         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
20317
20318         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
20319
20320 2004-05-18  David Schleef  <ds@schleef.org>
20321
20322         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
20323         warnings (bugs, actually) noticed by gcc but not forte.
20324
20325 2004-05-18  David Schleef  <ds@schleef.org>
20326
20327         * sys/sunaudio/Makefile.am:
20328         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
20329
20330 2004-05-18  David Schleef  <ds@schleef.org>
20331
20332         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
20333         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
20334         to allow qtdemux to use non-seekable streams. (bug #142272)
20335
20336 2004-05-18  David Schleef  <ds@schleef.org>
20337
20338         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
20339         (gst_resample_sinc_ft_float): Remove use of static temporary
20340         buffer.  This code was obviously not supposed to last long, but
20341         it's stuck in our ABI, so it required a little hack to make it
20342         ABI-compatible.  Fixes #142585.
20343         * gst-libs/gst/resample/resample.h: same.
20344
20345 2004-05-18  David Schleef  <ds@schleef.org>
20346
20347         * configure.ac: Add sunaudio
20348         * examples/Makefile.am: make gstplay depend on gconf
20349         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
20350         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
20351         (convert_table_lookup), (img_convert): remove c99-isms
20352         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
20353           unsigned, to fix a warning on Solaris
20354         * gst/mpeg1sys/systems.c: bcopy->memcpy
20355         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
20356         * sys/Makefile.am: Add sunaudio
20357
20358 2004-05-18  Wim Taymans  <wim@fluendo.com>
20359
20360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
20361         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20362         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
20363         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
20364         (gst_ogg_mux_loop):
20365         Fix an ugly memleak where the muxer didn't flush enough ogg
20366         pages. This also resulted in badly muxed ogg files.
20367
20368 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20369
20370         * gst/asfdemux/asfheaders.c :
20371         * gst/asfdemux/asfheaders.h :
20372         * gst/asfdemux/gstasfdemux.c :
20373           - fix ASF_OBJ_PADDING guid
20374           - add 3 new object guids (language list, metadata,
20375             extended stream properties)
20376           - add a function to parse extended header objects
20377
20378 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20379
20380         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20381           remove leftover debugging g_print
20382
20383 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20384
20385         * ext/mad/gstmad.c: (gst_mad_handle_event):
20386           Fix for when the first format in a discont event is not a
20387           byte-based one. Should fix #137710.
20388
20389 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20390
20391         * m4/a52.m4 : fix compilation with -Wall -Werror
20392         * m4/libfame.m4 : idem
20393         * m4/libmikmod.m4 : idem
20394
20395 2004-05-17  Benjamin Otte  <otte@gnome.org>
20396
20397         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20398           signal the new tags before giving up the reference
20399
20400 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20401
20402         * ext/shout2/gstshout2.c:
20403           use application/ogg instead of application/x-ogg (patch by Patrick
20404           Guimond, fixes #142432)
20405         * sys/oss/gstosselement.c: (gst_osselement_reset),
20406         (gst_osselement_sync_parms):
20407           don't set fragment size unless specified (fixes #142493)
20408
20409 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20410
20411         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
20412           fixes #142664
20413
20414 2004-05-17  Benjamin Otte  <otte@gnome.org>
20415
20416         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20417           compute offsets correctly for internal buffers so timestamps are set
20418           correctly when we can't seek. Also handle cases where there are no
20419           offsets. (based on a patch by David Moore, fixes #142507)
20420
20421 2004-05-17  Benjamin Otte  <otte@gnome.org>
20422
20423         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20424           use correct variable when determining amount of data to skip so we
20425           don't skip into the void and segfault
20426
20427 2004-05-16  Benjamin Otte  <otte@gnome.org>
20428
20429         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20430           Hi, I'm a memleak
20431
20432 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20433
20434         * gst/asfdemux/gstasfdemux.c:
20435           - fix a mem leak and always propagate tags
20436           - add WMV3 to known video codecs (but no decoder yet)
20437           - replace "surplus data" at end of audio header for what
20438             it is : codec specific data
20439           - fix a typo
20440
20441 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
20442
20443         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20444
20445         * gst-libs/gst/audio/audioclock.c:
20446           Fix wrong return type (#142205).
20447
20448 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20449
20450         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
20451           Ignore CRCs by default (fixes #142566).
20452
20453 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20454
20455         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
20456         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
20457         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
20458         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
20459         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
20460         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
20461           Fix for cases where we fail to attach to a mixer.
20462
20463 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20464
20465         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20466           Don't touch events after not owning them anymore.
20467         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
20468         (gst_wavparse_fmt), (gst_wavparse_other),
20469         (gst_wavparse_handle_seek), (gst_wavparse_loop),
20470         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20471         (gst_wavparse_srcpad_event):
20472         * gst/wavparse/gstwavparse.h:
20473           Add seeking, fix querying.
20474
20475 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20476
20477         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20478           - process comments even if they don't end with \0\0
20479             g_convert would ignore them if present and works well without them
20480
20481 2004-05-16  Benjamin Otte  <otte@gnome.org>
20482
20483         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
20484           simplify caps
20485
20486 2004-05-16  Benjamin Otte  <otte@gnome.org>
20487
20488         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20489           don't write to memory we might not write to - g_convert does that
20490           for us anyway (fixes #142613)
20491         (gst_asf_demux_audio_caps):
20492           comment out gst_util_dump_mem
20493
20494 2004-05-16  Benjamin Otte  <otte@gnome.org>
20495
20496         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20497           compute correct expected timestamps after seek (broken since
20498           last commit)
20499         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
20500           rename element and debugging category to gdkpixbufscale
20501
20502 2004-05-16  Benjamin Otte  <otte@gnome.org>
20503
20504         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20505           add error checking to snd_pcm_delay and remove duplicate call to
20506           snd_pcm_delay that caused issues (see inline code comments)
20507         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
20508           make more readable and fix return value when snd_pcm_delay fails
20509         (fixes #142586)
20510
20511 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
20512         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
20513         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
20514         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
20515         (gst_pixbufscale_link), (gst_pixbufscale_init),
20516         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
20517         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
20518         (gst_pixbufscale_get_property), (pixbufscale_init):
20519         * ext/gdk_pixbuf/pixbufscale.h:
20520         Add these files I forgot earlier
20521
20522 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
20523         * ext/gdk_pixbuf/Makefile.am:
20524         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20525         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20526         Add new pixbufscale element to scale RGB video
20527         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
20528         and HYPER interpolation correctly.
20529         * ext/theora/theoraenc.c: (theora_enc_chain),
20530         Discard buffer and return if explicit caps could not be set
20531         (theora_enc_get_property):
20532         Make _get return kbps for the bitrate consistent with
20533         the _set function.
20534
20535
20536 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20537
20538         * ext/libvisual/visual.c: (gst_visual_chain):
20539           add missing visual_audio_analyze
20540
20541 2004-05-14  David Schleef  <ds@schleef.org>
20542
20543         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
20544         is killed while we're playing.
20545         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
20546         gst_element_no_more_pads().
20547
20548 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20549
20550         * gst-libs/gst/riff/riff-read.c :
20551           - fix INFO tag extraction in RIFF/AVI files
20552             because gst_event_unref (event) also freed taglist
20553           - avoid a mem leak
20554
20555 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20556
20557         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
20558         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
20559
20560         * gst/auparse/gstauparse.c :
20561           - add code (commented for now) to support audio/x-adpcm on src pad
20562             (we have no decoder for those layout yet)
20563
20564         * gst/cdxaparse/gstcdxaparse.c :
20565         * gst/cdxaparse/gstcdxaparse.h :
20566           - partial rewrite using RiffRead (ripped iain's wavparse code)
20567
20568         * gst/rtp/gstrtpL16enc.c : typo
20569         * gst/rtp/gstrtpgsmenc.c : typo
20570
20571 2004-05-13  Benjamin Otte  <otte@gnome.org>
20572
20573         * configure.ac:
20574           check for exact version of libvisual, it's not supposed to be
20575           API/ABI stable yet
20576
20577 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20578
20579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
20580           signal no-more-pads
20581
20582 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20583
20584         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
20585         Report which format was used for GST_FORMAT_DEFAULT
20586         * gst/debug/Makefile.am:
20587         * gst/debug/gstdebug.c: (plugin_init):
20588         * gst/debug/progressreport.c: (gst_progressreport_base_init),
20589         (gst_progressreport_class_init), (gst_progressreport_init),
20590         (gst_progressreport_report), (gst_progressreport_set_property),
20591         (gst_progressreport_get_property), (gst_progressreport_chain),
20592         (gst_progressreport_plugin_init):
20593         Add progressreport element for testing.
20594
20595 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20596
20597         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
20598         * sys/v4l/gstv4lsrc.h:
20599         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
20600         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
20601         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
20602         (gst_v4lsrc_grab_frame):
20603           add more debugging
20604           send a discont at start
20605
20606 2004-05-12  Colin Walters  <walters@redhat.com>
20607
20608         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
20609         inflooping if we can't find a chunk.  Or in other words, don't blow
20610         chunks if we don't have a chunk to blow.
20611
20612 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
20613         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
20614         Remove old debug output
20615         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
20616         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
20617         (gst_dvdec_set_property), (gst_dvdec_get_property):
20618         Change the quality setting to an enum, so it works from gst-launch
20619         Don't renegotiate a non-linked pad. Allows audio only decoding.
20620         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
20621         (gst_deinterlace_link), (gst_deinterlace_init):
20622         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20623         (gst_videodrop_link):
20624         Some caps negotiation fixes
20625
20626 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20627
20628         * ext/tarkin/gsttarkin.c :
20629           - Change RANK from NONE to PRIMARY
20630         * ext/gdk_pixbuf/gstgdkpixbuf.c :
20631           - Change RANK from NONE to MARGINAL
20632         * ext/divx/gstdivxenc.c :
20633           - Change RANK from PRIMARY to NONE (encoder/spider issue)
20634
20635 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20636
20637         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
20638         (gst_vorbisenc_push_packet):
20639           copy a function that was added between 1.0 and 1.0.1 until we
20640           depend on worthwhile features of post-1.0
20641
20642 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20643
20644         * configure.ac:
20645           enable shout2 by default
20646         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
20647         (gst_shout2send_base_init), (gst_shout2send_init),
20648         (gst_shout2send_connect), (gst_shout2send_change_state):
20649         * ext/shout2/gstshout2.h:
20650           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
20651           #142262)
20652         * ext/theora/theora.c: (plugin_init):
20653           don't set rank on encoders
20654
20655 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
20656
20657         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
20658           Use codec_data property instead of flag1 and flag2 for wma
20659
20660 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20661
20662         * gst/cdxaparse/gstcdxaparse.c :
20663           - Add mpegversion to CAPS to make it link
20664           - Rank is as GST_RANK_SECONDARY instead of NONE
20665         * gst/auparse/gstauparse.c :
20666           - Document all audio encoding we can encounter from Solaris 9
20667             headers and libsndfile information.
20668           - Increase max. rate from 48000 to 192000 (to match other elements)
20669           - Don't try to play junk data between header and samples
20670
20671 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20672
20673         * ext/libvisual/visual.c: (gst_visual_getcaps):
20674           use the right caps depending on endianness (I hope)
20675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
20676           use GST_RANK_NONE for all non-decoding elements or spider gets
20677           mighty confused
20678
20679 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20680
20681         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
20682           Fix some odd cases and fix BE metadata parsing of unicode16 text.
20683
20684 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20685
20686         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20687         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20688         (gst_switch_loop), (gst_switch_get_type):
20689           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
20690           HEADERS. Had to be said.
20691
20692 2004-05-10  David Schleef  <ds@schleef.org>
20693
20694         * configure.ac: Add prototype Dirac support.
20695         * ext/Makefile.am:
20696         * ext/dirac/Makefile.am:
20697         * ext/dirac/gstdirac.cc:
20698         * ext/dirac/gstdiracdec.cc:
20699
20700 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20703         (gst_auparse_init), (gst_auparse_chain),
20704         (gst_auparse_change_state):
20705           Hack around spider. Remove me some day please.
20706
20707 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20708
20709         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20710           Fix for some uninitialized variables in previous patch, also
20711           makes it work. Fixes #142286 while we're at it.
20712
20713 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20714
20715         * gst/auparse/gstauparse.c:
20716                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
20717                 only unsupported formats are ADPCM/CCITT G.72x
20718                 reviewed by Ronald
20719         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
20720
20721 2004-05-10  Wim Taymans  <wim@fluendo.com>
20722
20723         * ext/vorbis/Makefile.am:
20724         * ext/vorbis/README:
20725         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
20726         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
20727         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
20728         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
20729         (gst_oggvorbisenc_convert_sink),
20730         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
20731         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
20732         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
20733         (get_constraints_string), (update_start_message),
20734         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
20735         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
20736         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
20737         * ext/vorbis/oggvorbisenc.h:
20738         * ext/vorbis/vorbis.c: (plugin_init):
20739         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
20740         (raw_caps_factory), (gst_vorbisenc_class_init),
20741         (gst_vorbisenc_init), (gst_vorbisenc_setup),
20742         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
20743         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
20744         * ext/vorbis/vorbisenc.h:
20745         Added a raw vorbis encoder to be used with the oggmuxer.
20746         We still need the old encoder for some gnome applications,
20747         read the README to find out how that works.
20748         The raw encoder is called "rawvorbisenc" until 0.9.
20749
20750 2004-05-10  Wim Taymans  <wim@fluendo.com>
20751
20752         * ext/ogg/gstogg.c: (plugin_init):
20753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
20754         (gst_ogg_print):
20755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
20756         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
20757         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
20758         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
20759         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
20760         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
20761         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
20762         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
20763         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
20764         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
20765         Added an ogg muxer.
20766         Small typo fixes in the demuxer.
20767
20768 2004-05-10  Wim Taymans  <wim@fluendo.com>
20769
20770         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20771         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20772         (theora_enc_change_state), (theora_enc_set_property),
20773         (theora_enc_get_property):
20774         Mark the last packet with an EOS flag which is not really needed
20775         in gstreamer.
20776         Do some better video framerate initialisation.
20777         Update the buffer timestamp.
20778
20779 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
20780
20781         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
20782         Return the result of the parent state change call
20783
20784 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
20785
20786         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
20787         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
20788         * gst/law/alaw-encode.c : (idem)
20789         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
20790         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
20791         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
20792
20793 2004-05-09  Benjamin Otte  <otte@gnome.org>
20794
20795         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20796           don't use a fixed buffer size when writing variable length data to
20797           it. Fixes memory corruption and makes alsasrc work
20798
20799 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20800
20801         * ext/gnomevfs/gstgnomevfssink.c:
20802         (_gst_boolean_allow_overwrite_accumulator),
20803         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
20804           Run glib's default signal handler (??) in RUN_CLEANUP rather than
20805           RUN_LAST, and don't use that to set the accumulator value because
20806           then it's always FALSE.
20807
20808 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20809
20810         * gst-libs/gst/riff/riff-media.c:
20811         (gst_riff_create_video_caps_with_data),
20812         (gst_riff_create_audio_caps),
20813         (gst_riff_create_audio_template_caps):
20814         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
20815           Fix for unaligned RIFF files (i.e. where all the chunks together
20816           in a LIST chunk are not of the same size as the size given in
20817           the LIST chunk header). Fixes several odd WAVE files. Also fix
20818           ADPCM (block_align property) in audio, so that wavparse based
20819           on this works now as it used to stand-alone.
20820
20821 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
20822
20823         reviewed by Benjamin Otte  <otte@gnome.org>
20824
20825         * ext/a52dec/gsta52dec.c:
20826         * ext/divx/gstdivxdec.c:
20827         * ext/divx/gstdivxenc.c:
20828         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
20829         * ext/faac/gstfaac.c: (gst_faac_base_init):
20830         * ext/faad/gstfaad.c: (gst_faad_base_init):
20831         * ext/ivorbis/vorbisfile.c:
20832         * ext/lame/gstlame.c:
20833         * ext/libfame/gstlibfame.c:
20834         * ext/mpeg2enc/gstmpeg2enc.cc:
20835         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
20836         * ext/sidplay/gstsiddec.cc:
20837         * ext/speex/gstspeexdec.c:
20838         * ext/speex/gstspeexenc.c:
20839         * ext/xvid/gstxviddec.c:
20840         * ext/xvid/gstxvidenc.c:
20841           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
20842           (fixes #142193)
20843
20844 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20845
20846         * ext/alsa/gstalsa.c: (device_list),
20847         (gst_alsa_class_probe_devices):
20848         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
20849           Fix alsa oddness in mixer after the combination of using mixer
20850           in source/sink elements and using hw:x,y instead of just hw:x.
20851
20852 2004-05-09  Benjamin Otte  <otte@gnome.org>
20853
20854         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
20855         (gst_wavparse_create_sourcepad):
20856           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
20857           sourcepads
20858
20859 2004-05-09  Benjamin Otte  <otte@gnome.org>
20860
20861         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20862           allow discont events before caps nego
20863
20864 2004-05-08  Benjamin Otte  <otte@gnome.org>
20865
20866         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
20867           don't leak events
20868
20869 2004-05-08  Benjamin Otte  <otte@gnome.org>
20870
20871         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
20872         (gst_level_change_state), (gst_level_init):
20873         * gst/level/gstlevel.h:
20874           figure out if we're initialized directly instead of keeping a
20875           variable that's wrong in 90% of cases
20876           don't initialize pads and then leak them and use a new unitialized
20877           pad. (fixes #142084)
20878           these were bugs so n00bish I didn't find them for an hour :/
20879
20880 2004-05-08 Iain <iain@prettypeople.org>
20881
20882         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
20883         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
20884         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
20885         return the length that was read.
20886         (gst_riff_read_strf_auds): Allow fmt tags as well.
20887
20888 2004-05-07  David Schleef  <ds@schleef.org>
20889
20890         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
20891         signed char assumption in faad.h.
20892
20893 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20894
20895         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
20896           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
20897
20898 2004-05-07  Colin Walters  <walters@redhat.com>
20899
20900         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
20901         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
20902         function.
20903         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
20904         Add dispose function.
20905
20906 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
20907         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
20908           Fix caps nego and pad templates. RGB mode caps should
20909           work now.
20910         * ext/dvdnav/gst-dvd:
20911           Move mpeg2dec inside the thread because otherwise the
20912           queue rejects cap changes mid-stream
20913         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20914         (gst_mpeg2dec_flush_decoder):
20915           For mpeg2dec > 0.4.0, call the flush function instead of
20916           manually extracting all in-flight frames.
20917         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
20918         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
20919           Change mime type video/dv go video/x-dv to match the
20920           rest of gst-plugins
20921
20922 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20923
20924         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
20926         (gst_alsa_sink_class_init):
20927         * ext/alsa/gstalsasink.h:
20928         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
20929         (gst_alsa_src_class_init):
20930         * ext/alsa/gstalsasrc.h:
20931           Make alsasink/src a subclass of alsamixer so that mixer stuff
20932           shows up in gst-rec. Needs some finetuning.
20933
20934 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20935
20936         * ext/lame/gstlame.c: (gst_lame_chain):
20937           simplify
20938         * ext/mad/gstmad.c: (gst_mad_handle_event):
20939           fix event leak
20940         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
20941           be able to detect mp3 files < 4096 bytes
20942
20943 2004-05-06  Wim Taymans  <wim@fluendo.com>
20944
20945         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
20946         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
20947         (theora_enc_set_property), (theora_enc_get_property):
20948         Also encode the first frame, cleanup some code.
20949
20950 2004-05-06  Wim Taymans  <wim@fluendo.com>
20951
20952         * ext/mpeg2enc/gstmpeg2enc.cc:
20953         Forward events first before deciding that negotiation was
20954         not performed.
20955
20956 2004-05-06  Wim Taymans  <wim@fluendo.com>
20957
20958         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20959         First process the events before deciding that negotiation
20960         was not performed.
20961
20962 2004-05-06  Wim Taymans  <wim@fluendo.com>
20963
20964         * ext/theora/Makefile.am:
20965         * ext/theora/theora.c: (plugin_init):
20966         * ext/theora/theoradec.c: (theora_dec_change_state):
20967         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
20968         (gst_theora_enc_class_init), (gst_theora_enc_init),
20969         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
20970         (theora_enc_chain), (theora_enc_change_state),
20971         (theora_enc_set_property), (theora_enc_get_property):
20972         Added a theora encoder, grouped the encoder and decoder into the
20973         same plugin.
20974
20975 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20976
20977         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
20978         (gst_jpegenc_chain):
20979         fix DURATION on outgoing buffers
20980         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
20981         debug using time formats
20982         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20984         (gst_xvimagesink_sink_link):
20985         windows with width/height 0 generate X errors, so don't allow them
20986
20987 2004-05-05  Wim Taymans  <wim@fluendo.com>
20988
20989         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
20990         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
20991         (gst_mpeg2dec_negotiate_format):
20992         * ext/mpeg2dec/gstmpeg2dec.h:
20993           removed the static pad template so that we can add the
20994           more accurate framerate value to the caps.
20995
20996
20997 2004-05-04  Benjamin Otte  <otte@gnome.org>
20998
20999         * configure.ac:
21000           check for kdemacros.h, too (should fix #141821)
21001         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21002           don't crash if no header was sent, but nicely error out (fixes part
21003           of #141554)
21004
21005 2004-05-04  Wim Taymans  <wim@fluendo.com>
21006
21007         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
21008         parent dispose function to avoid segfault on destroy.
21009
21010 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21011
21012         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21013         (plugin_init):
21014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21015         (gst_xvimagesink_sink_link):
21016         clean up debugging caps
21017         also recreate xvimage when format has changed
21018
21019 2004-05-04  Benjamin Otte  <otte@gnome.org>
21020
21021         * ext/libvisual/Makefile.am:
21022         * ext/libvisual/visual.c: (gst_visual_class_init),
21023         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
21024         (gst_visual_srclink), (gst_visual_chain),
21025         (gst_visual_change_state), (plugin_init):
21026           use a GstAdapter to correctly adapt buffer sizes - allows using a
21027           framerate
21028
21029 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21030
21031         * sys/v4l/gstv4lelement.h:
21032         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21033         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
21034         (gst_v4lsrc_buffer_free):
21035         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
21036         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21037         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
21038         (gst_v4lsrc_requeue_frame):
21039         move some debugging categories around
21040         query for fps index and set accordingly if found
21041
21042 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21043
21044         * ext/lame/gstlame.c:
21045         correct defaults that lame_init puts out of range
21046
21047 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21048
21049         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
21050         (gst_divxenc_class_init):
21051         fix range since -1 is the default
21052         * gst/mpeg1sys/gstmpeg1systemencode.c:
21053         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
21054         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
21055         (gst_rtjpegdec_chain):
21056         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
21057         (gst_rtjpegenc_chain):
21058         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
21059         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
21060         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
21061         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
21062         * sys/v4l/gstv4lsrc.c:
21063         * sys/v4l/v4l_calls.c: (gst_v4l_open):
21064         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
21065         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
21066         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
21067         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
21068           remove gst_info calls
21069
21070 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21071
21072         * Makefile.am:
21073         * po/af.po:
21074         * po/az.po:
21075         * po/en_GB.po:
21076         * po/nl.po:
21077         * po/sr.po:
21078         * po/sv.po:
21079           Updated translations
21080
21081 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21082
21083         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21084           refactor/comment code
21085
21086 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21087
21088         * gst/asfdemux/Makefile.am:
21089         * gst/asfdemux/asfheaders.c:
21090         * gst/asfdemux/asfheaders.h:
21091         * gst/asfdemux/gstasf.c: (plugin_init):
21092         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
21093         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
21094         (gst_asf_demux_setup_pad):
21095         * gst/asfdemux/gstasfdemux.h:
21096         * gst/asfdemux/gstasfmux.c:
21097         * gst/asfdemux/gstasfmux.h:
21098           Add tagging support to demuxer, split out registration in its own
21099           file instead of in demux (hacky), and prevent having some tables
21100           in our memory multiple times (in asfheaders.h).
21101
21102 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21103
21104         * gst/matroska/matroska-demux.c:
21105         (gst_matroska_demux_parse_metadata):
21106         * gst/matroska/matroska-ids.h:
21107           Basic tag reading support.
21108
21109 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21110
21111         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21112           Really detect ac-3 audio.
21113         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
21114           really detect matroska files (off-by-1).
21115
21116 2004-04-30  David Schleef  <ds@schleef.org>
21117
21118         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21119         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
21120         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
21121         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
21122         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
21123         hackage -- parse a lot more atoms, extract a few tags.  One might even
21124         mistake this for tag support.  Maybe it is.
21125         * gst/qtdemux/qtdemux.h:
21126
21127 2004-04-30  Colin Walters  <walters@verbum.org>
21128
21129         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
21130
21131 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21132
21133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21134         (gst_ffmpegcolorspace_getcaps):
21135           remove broken nego fix
21136
21137 2004-04-30  Benjamin Otte  <otte@gnome.org>
21138
21139         * configure.ac:
21140         * ext/Makefile.am:
21141         * ext/libvisual/Makefile.am:
21142         * ext/libvisual/visual.c:
21143           add initial support for libvisual (http://libvisual.sourceforge.net)
21144           libvisual is still quite alpha, so expect crashes in there :)
21145
21146 2004-04-29  David Schleef  <ds@schleef.org>
21147
21148         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
21149         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
21150         up qtdemux to make it spit out codec_data.  Do _not_ look at this
21151         code; you will no longer respect me.
21152
21153 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21154
21155         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
21156         * ext/alsa/gstalsa.h :
21157         change alsa pcm device discovery to find more than 1 device
21158         per card. code review by Ronald.
21159
21160 2004-04-29  David Schleef  <ds@schleef.org>
21161
21162         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
21163         Add a check for a driver bug on FreeBSD.  (bug #140565)
21164
21165 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
21166
21167         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
21168         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21169         (gst_jpegenc_getcaps):
21170           move format setting to inner loop
21171         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21172         (gst_ffmpegcolorspace_getcaps):
21173           use GST_PAD_CAPS if available so that we use already negotiated
21174           caps
21175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21176         (qtdemux_parse_moov), (qtdemux_parse):
21177           extra debugging
21178         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
21179         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
21180           move hardcoded path to DEFINE
21181
21182 2004-04-28  David Schleef  <ds@schleef.org>
21183
21184         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
21185         (bug #140064)
21186
21187 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21188
21189         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
21190           Don't probe for playback device if we're a source element. Fixes
21191           #139658.
21192
21193 2004-04-29  Benjamin Otte  <otte@gnome.org>
21194
21195         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21196         (gst_id3_tag_chain):
21197           rewrite buffer offset
21198
21199 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21200
21201         * configure.ac:
21202         * ext/Makefile.am:
21203         * ext/dts/Makefile.am:
21204         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
21205         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
21206         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
21207         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
21208         (gst_dtsdec_loop), (gst_dtsdec_change_state),
21209         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
21210         (plugin_init):
21211         * ext/dts/gstdtsdec.h:
21212           New DTS decoder.
21213         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
21214         (gst_faad_srcconnect):
21215           Add ESDS atom handling (.m4a).
21216
21217 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21218
21219         * ext/divx/gstdivxdec.c: (plugin_init):
21220           Remove comment that makes no sense.
21221         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
21222           Fix for obvious typo that resulted in warnings during gst-register.
21223         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
21224         (gst_xviddec_sink_link):
21225           Fix caps negotiation a bit better.
21226         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21227           We call this 'codec_data', not 'esds'.
21228
21229 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21230
21231         * gst/monoscope/gstmonoscope.c:
21232           make sure we only provide 256x128
21233         * gst/monoscope/monoscope.c: (monoscope_init):
21234           assert size of 256x128
21235
21236 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21237
21238         * Makefile.am:
21239         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
21240         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
21241           fixate to max width and height of device
21242
21243 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21244
21245         * Makefile.am:
21246         * sys/v4l/gstv4l.c:
21247         * sys/v4l/gstv4lsrc.c:
21248         * sys/v4l/v4l_calls.c:
21249         * sys/v4l/v4lsrc_calls.c:
21250           fix for qc-usb driver which fakes having more than one buffer
21251           by handing the same buffer twice, which confused GStreamer's/v4lsrc
21252           buffer_free override
21253           add debugging
21254
21255 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21256
21257         * Makefile.am:
21258         * gst/videotestsrc/gstvideotestsrc.c:
21259         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
21260         (gst_videotestsrc_init), (gst_videotestsrc_get),
21261         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
21262         * gst/videotestsrc/gstvideotestsrc.h:
21263           add num-buffers property
21264
21265         2004-04-26  Benjamin Otte  <otte@gnome.org>
21266
21267         * ext/mad/gstid3tag.c: (plugin_init):
21268           set id3mux rank to NONE so it doesn't confuse spider
21269           require audio/mpeg,mpegversion=1 in id3mux
21270
21271 2004-04-26  Benjamin Otte  <otte@gnome.org>
21272
21273         * configure.ac:
21274           detect faad correctly as non-working if it's indeed non-working
21275
21276 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21277
21278         * Makefile.am:
21279         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
21280         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
21281         fix _getcaps so it only negotiates to its supported format
21282
21283 2004-04-25  Benjamin Otte  <otte@gnome.org>
21284
21285         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21286           fix memleak
21287
21288 2004-04-23  Benjamin Otte  <otte@gnome.org>
21289
21290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21291           audio/x-raw-int with height rules! not. Now it's depth.
21292
21293 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21294
21295         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
21296         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
21297         (gst_wavparse_loop):
21298           Missing variable initialization. Add handling of DVI ADPCM. Fix
21299           mis-parsing of LIST chunks. This works around a bug where we mis-
21300           parse non-aligning LIST chunks (so LIST chunks where the contents
21301           don't align with the actual LIST size). The correct fix is to use
21302           rifflib, I'm not going to fix wavparse - too much work. All this
21303           fixes #104878.
21304
21305 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21306
21307         reviewed by Benjamin Otte  <otte@gnome.org>
21308
21309         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
21310           fix shoutcast not working (fixes #140844)
21311
21312 2004-04-22  Benjamin Otte  <otte@gnome.org>
21313
21314         * ext/hermes/gsthermescolorspace.c:
21315         (gst_hermes_colorspace_caps_remove_format_info):
21316         * gst/colorspace/gstcolorspace.c:
21317         (gst_colorspace_caps_remove_format_info):
21318         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21319         (gst_ffmpegcolorspace_caps_remove_format_info):
21320           s/gst_caps_simplify/gst_caps_do_simplify/
21321
21322 2004-04-22  Benjamin Otte  <otte@gnome.org>
21323
21324         * gst-libs/gst/riff/riff-media.c:
21325         (gst_riff_create_video_caps_with_data):
21326           mpegversion is an int
21327         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
21328           don't try to create pad templates with NULL caps, use any caps
21329           instead.
21330
21331 2004-04-20  David Schleef  <ds@schleef.org>
21332
21333         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
21334         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
21335         (bug #140384)
21336
21337 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21338
21339         reviewed by David Schleef
21340
21341         * ext/mad/gstid3tag.c: Add stdlib.h
21342         * gst/rtp/gstrtpgsmenc.c: same
21343         * gst/tags/gstid3tag.c: same
21344         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
21345         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
21346         GST_DISABLE_LOADSAVE use.
21347         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
21348         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
21349         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
21350         atol(3)).
21351         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
21352         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
21353         strtoul(3)).
21354         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
21355         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
21356         $(ID3_CFLAGS).
21357         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
21358         $(LIBFAME_CFLAGS).
21359
21360 2004-04-20  David Schleef  <ds@schleef.org>
21361
21362         * gst/realmedia/rmdemux.c:  This was supposed to part of the
21363         last checkin.  Same idea.
21364
21365 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
21366
21367         reviewed by David Schleef
21368
21369         * configure.ac: bump required gstreamer version to 0.8.1.1
21370         because of following changes [--ds]
21371
21372         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
21373         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
21374         (gst_riff_read_header):  Use GST_READ_UINT*
21375         macros to access possibly unaligned memory.
21376
21377         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
21378         (mp3_type_find):  Use GST_READ_UINT*
21379         macros to access possibly unaligned memory.
21380         (mp3_type_find, mpeg1_parse_header, qt_type_find)
21381         (speex_type_find): Likewise
21382
21383         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
21384
21385         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
21386         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
21387         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
21388         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
21389         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
21390         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
21391         macros to access possibly unaligned memory.
21392
21393         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
21394         Likewise.
21395
21396         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
21397         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
21398
21399         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21400         Likewise.
21401
21402         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
21403         (gst_mpeg2subt_chain_subtitle): Likewise.
21404
21405         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
21406         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
21407         Likewise.
21408
21409         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
21410         Likewise.
21411
21412         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
21413         Likewise.
21414
21415         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
21416         Likewise.
21417
21418 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21419
21420         * configure.ac:
21421           update required version of GStreamer because of GST_TIME_FORMAT
21422
21423 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21424
21425         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
21426           remove leftover g_print
21427         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21428           don't try setting only a subset of the caps. We don't want to kill
21429           autoplugging on purpose
21430
21431 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21432
21433         * sys/ximage/ximagesink.c: (plugin_init):
21434         * sys/xvimage/xvimagesink.c: (plugin_init):
21435           add debugging categories
21436
21437 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21438
21439         * po/en_GB.po:
21440         * po/LINGUAS:
21441           Adding en_GB translation (Gareth Owen)
21442
21443 2004-04-20  David Schleef  <ds@schleef.org>
21444
21445         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21446         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
21447         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
21448         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
21449         A number of new features and hacks to extract the esds atom and
21450         put it into the caps.  (bug #137724)
21451
21452 2004-04-19  David Schleef  <ds@schleef.org>
21453
21454         * gconf/Makefile.am: Fix for non-GNU make
21455         * gst-libs/gst/Makefile.am: Change directory order to handle
21456         GstPlay linking with gstinterfaces
21457         * gst-libs/gst/audio/make_filter: make use of tr portable
21458         * gst-libs/gst/play/Makefile.am: Add intended \
21459         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
21460         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
21461         function prototype instead of void *.
21462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
21463         macro.
21464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21465         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
21466         * gst/videofilter/make_filter: make use of tr portable
21467         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
21468
21469 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21470
21471         * po/LINGUAS:
21472         * po/uk.po:
21473           Added Ukrainian translation (Maxim V. Dziumanenko)
21474
21475 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21476
21477         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
21478         (gst_gsmdec_link), (gst_gsmdec_chain):
21479           Fix capsnego, simplify chain function slightly.
21480         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21481           Add GSM.
21482
21483 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21484
21485         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21486         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
21487         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
21488           Hack to make wavparse work with spider (always -> sometimes pad).
21489           Fixes #135862 && #140411.
21490
21491 2004-04-18  Benjamin Otte  <otte@gnome.org>
21492
21493         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
21494         (gst_osselement_rate_probe_check),
21495         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
21496           get rid of \n in debug output
21497
21498 2004-04-17  Iain <iain@prettypeople.org>
21499
21500         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
21501         not just EOS.
21502
21503 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21504
21505         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
21506         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
21507         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
21508         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
21509         (gst_id3_tag_src_link), (gst_id3_tag_chain),
21510         (gst_id3_tag_change_state), (plugin_init):
21511           deprecate id3tag element and replace with id3demux/id3mux.
21512           great side effect: this ugly file is now even uglier, yay!
21513         * ext/mad/gstmad.h:
21514           remove non-available function
21515           update for new get_type
21516
21517 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21518
21519         * configure.ac:
21520           require mpeg2dec >= 0.4.0
21521
21522 2004-04-17  Benjamin Otte  <otte@gnome.org>
21523
21524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
21525         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
21526         (gst_xvimagesink_set_xwindow_id):
21527           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
21528           assorted cleanup fixes.
21529
21530 2004-04-16  David Schleef  <ds@schleef.org>
21531
21532         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
21533         * sys/xvimage/xvimagesink.h: same
21534
21535 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21536
21537         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21538           Fix GST_ELEMENT_ERROR with (NULL)
21539
21540 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21541
21542         * gst-libs/gst/riff/riff-media.c:
21543         (gst_riff_create_video_caps_with_data):
21544           Add div[3456] as fourccs for DivX 3 (fixes #140137).
21545
21546 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21547
21548         * gst-libs/gst/riff/riff-media.c:
21549         (gst_riff_create_video_caps_with_data),
21550         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
21551         (gst_riff_create_video_template_caps),
21552         (gst_riff_create_audio_template_caps):
21553         * gst-libs/gst/riff/riff-media.h:
21554         * gst-libs/gst/riff/riff-read.c:
21555         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
21556         * gst-libs/gst/riff/riff-read.h:
21557         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21558           Add MS RLE support. I added some functions to read out strf chunks
21559           into strf chunks and the data behind it. This is usually color
21560           palettes (as in RLE, but also in 8-bit RGB). Also use those during
21561           caps creation. Lastly, add ADPCM (similar to wavparse - which
21562           should eventually be rifflib based).
21563         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
21564         (gst_matroska_demux_init), (gst_matroska_demux_reset):
21565         * gst/matroska/matroska-demux.h:
21566           Remove placeholders for some prehistoric tagging system. Didn't add
21567           support for any tag system really anyway.
21568         * gst/qtdemux/qtdemux.c:
21569           Add support for audio/x-m4a (MPEG-4) through spider.
21570         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21571         (gst_wavparse_loop):
21572           ADPCM support (#135862). Increase max. buffer size because we
21573           cannot split buffers for ADPCM (screws references) and I've seen
21574           files with 2048 byte chunks. 4096 seems safe for now.
21575
21576 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21577
21578         * configure.ac: bump nano to 1
21579
21580 === release 0.8.1 ===
21581
21582 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21583
21584         * configure.ac: releasing 0.8.1, "Comforting Sounds"
21585
21586 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21587
21588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21589           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
21590           Fixes #140058
21591
21592 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21593
21594         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
21595           lower rank of dvddemux so that it's not used for mpeg playback.
21596
21597 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21598
21599         * configure.ac:
21600           save libs correctly when checking mad
21601
21602 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21603
21604         * ext/mad/gstid3tag.c: (plugin_init):
21605           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
21606
21607 2004-04-13  David Schleef  <ds@schleef.org>
21608
21609         * common/m4/gst-feature.m4: Call -config scripts with
21610         --plugin-libs if it is supported.
21611         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
21612         JPEG images are image/jpeg.
21613         * gst/debug/Makefile.am:
21614         * gst/debug/negotiation.c: (gst_negotiation_class_init),
21615         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
21616         (gst_negotiation_update_caps), (gst_negotiation_get_property),
21617         (gst_negotiation_plugin_init): Add a property that acts like
21618         filter caps.
21619         * testsuite/gst-lint:  Move license checking to be a standard
21620         test.
21621
21622 2004-04-13  David Schleef  <ds@schleef.org>
21623
21624         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
21625         patch from Sebastien Cote (bug #139958)
21626
21627 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21628
21629         * examples/gstplay/Makefile.am:
21630         * examples/gstplay/player.c: (main):
21631           make the commandline player example use gconf settings
21632
21633 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21634
21635         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21636         (gst_cacasink_sinkconnect), (gst_cacasink_init),
21637         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
21638           init/end library during state transition, not object
21639           creation/disposal.  get rid of custom dispose handler.
21640
21641
21642 2004-04-12  Christian Schaller <Uraeus@gnome.org>
21643
21644         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
21645         be a symlink
21646
21647 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21648
21649         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
21650           Handle JUNK chunks inside data section. Prevents warnings.
21651
21652 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21653
21654         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21655         (gst_riff_create_video_template_caps):
21656           Add MS video v1.
21657         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21658         (gst_avi_demux_stream_data):
21659           Add support for "rec-list" chunks.
21660
21661 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21662
21663         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
21664           Fix another codecname mismatch.
21665
21666 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21667
21668         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
21669           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
21670           so that MJPEG plays back.
21671
21672 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21673
21674         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21675         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
21676         * gst/mpeg1videoparse/gstmp1videoparse.h:
21677           Fix for some slight mis-cuts in buffer parsing, and for some
21678           potential overflows or faults-causers. Adds disconts. Also fixes
21679           #139105 while we're at it.
21680
21681 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21682
21683         * configure.ac:
21684         * sys/v4l2/gstv4l2element.h:
21685           Workaround for missing struct v4l2_buffer declaration in Suse 9
21686           and Mandrake 10 linux/videodev2.h header file (#135919).
21687
21688 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21689
21690         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
21691           Bail out if no filename was given.
21692
21693 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21694
21695         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
21696         (gst_v4l2_fourcc_from_structure):
21697           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
21698           Y41B somewhere).
21699
21700 2004-04-09  Benjamin Otte  <otte@gnome.org>
21701
21702         * ext/gnomevfs/gstgnomevfssink.c:
21703         (_gst_boolean_allow_overwrite_accumulator),
21704         (gst_gnomevfssink_class_init):
21705           fix erase signal - if any handler returns false the file will not be
21706           overwritten. If no handler is connected, the file will not be
21707           overwritten either.
21708           renamed signal to "allow-overwrite"
21709         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
21710           free string when adding it to ID3 failed
21711         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21712           unref event when done
21713         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
21714           free caps
21715         * gst/typefind/gsttypefindfunctions.c:
21716         (mpeg_video_stream_type_find):
21717           fix invalid read
21718
21719 2004-04-08  David Schleef  <ds@schleef.org>
21720
21721         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21722         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
21723
21724 2004-04-08  David Schleef  <ds@schleef.org>
21725
21726         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
21727         we don't support (bug #139532)
21728
21729 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
21730
21731         * ext/mad/gstmad.c: (gst_mad_handle_event),
21732         (gst_mad_check_caps_reset), (gst_mad_chain),
21733         (gst_mad_change_state):
21734           only set explicit caps if they haven't been set before for
21735           this stream.  MPEG-audio sample rate/channels aren't allowed
21736           to change in-stream.
21737           Fixes #139382
21738
21739 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21740
21741         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
21742         (_gst_boolean_did_something_accumulator),
21743         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
21744         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
21745         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
21746         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
21747         (gst_gnomevfssink_change_state):
21748           Fix erase signal. Don't erase by default. Remove handoff signal.
21749           Remove erase property. Don't segfault. General cleanup.
21750
21751 2004-04-07  Benjamin Otte  <otte@gnome.org>
21752
21753         * gst-libs/gst/gconf/test-gconf.c: (main):
21754           add missing gst_init
21755
21756 2004-04-07  Benjamin Otte  <otte@gnome.org>
21757
21758         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21759           free the mutexes, too
21760
21761 2004-04-07  Benjamin Otte  <otte@gnome.org>
21762
21763         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
21764           actually free the URI string
21765         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
21766           compute offset correctly when passing discont events
21767         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21768           don't leak discont events
21769         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
21770           add some missing breaks so caps aren't copied randomly
21771         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
21772           if we realloc memory, we better use it
21773
21774 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21775
21776         * ext/mad/gstmad.c: (normal_seek):
21777           fix GST_FORMAT_TIME usage
21778
21779 2004-04-05  David Schleef  <ds@schleef.org>
21780
21781         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
21782         a deprecated function (hack!)
21783
21784 2004-04-05  Benjamin Otte  <otte@gnome.org>
21785
21786         * ext/esd/esdmon.c: (gst_esdmon_get):
21787           fix nonterminated vararg and memleak
21788
21789 2004-04-05  Benjamin Otte  <otte@gnome.org>
21790
21791         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
21792         (gst_ladspa_init), (gst_ladspa_force_src_caps),
21793         (gst_ladspa_set_property), (gst_ladspa_get_property),
21794         (gst_ladspa_instantiate), (gst_ladspa_activate),
21795         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
21796           clean up debugging
21797
21798 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
21799
21800         reviewed by Benjamin Otte  <otte@gnome.org>
21801
21802         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
21803           check for broken LADSPA parameters (fixes #138635)
21804
21805 2004-04-05  Benjamin Otte  <otte@gnome.org>
21806
21807         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
21808           advertise buffer-frames correctly on sinkpads
21809
21810 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21811
21812         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
21813         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
21814         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
21815         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
21816         (gst_mad_check_caps_reset), (gst_mad_chain):
21817         add more debugging, only reset caps when we're not in error state
21818
21819 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21820
21821         * ext/mad/gstmad.c: add debugging category, comment + cleanups
21822
21823 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21824
21825         reviewed by Benjamin Otte  <otte@gnome.org>
21826
21827         * configure.ac:
21828           fix == in test(1) operator
21829
21830 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
21831
21832         reviewed by Benjamin Otte  <otte@gnome.org>
21833
21834         * configure.ac:
21835           fix --export-symblos-regex to a working regex.
21836
21837 2004-04-04  Benjamin Otte  <otte@gnome.org>
21838
21839         * sys/oss/.cvsignore:
21840           add for oss_probe
21841
21842 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
21843
21844         reviewed by Benjamin Otte  <otte@gnome.org>
21845
21846         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
21847           add missing 'new_media' argument (fixes #138168)
21848         * gst/matroska/matroska-demux.c:
21849         (gst_matroska_demux_handle_seek_event):
21850           add vararg terminator (fixes #138169)
21851
21852 2004-04-02  David Schleef  <ds@schleef.org>
21853
21854         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
21855         disted (bug #138914)
21856
21857 2004-04-01  Benjamin Otte  <otte@gnome.org>
21858
21859         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
21860         (gst_alsa_close_audio):
21861           handle case better where a soundcard can't pause
21862         * ext/ogg/gstoggdemux.c:
21863           don't crash when we get events but don't have pads yet
21864
21865 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21866
21867         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
21868           throw an error if we couldn't probe any caps.
21869
21870 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21871
21872         * ext/dvdnav/gst-dvd:
21873         Add a really simple sample DVD player
21874
21875 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
21876
21877         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
21878         (gst_a52dec_push), (gst_a52dec_handle_event),
21879         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
21880         (gst_a52dec_change_state):
21881         * ext/a52dec/gsta52dec.h:
21882           Use a debug category, Output timestamps correctly
21883           Emit tag info, Handle events, tell liba52dec about cpu
21884           capabilities so it can use MMX etc.
21885         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
21886           Fix a crasher accessing invalid memory
21887         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
21888         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
21889         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21890         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
21891         (dvdnavsrc_query):
21892           Some support for byte-format seeking.
21893           Small fixes for still frames and menu button overlays
21894         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
21895         (gst_mpeg2dec_alloc_buffer):
21896           Use a debug category. Adjust the report level of several items to
21897           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
21898           so it doesn't lose the GstBuffer pointer
21899         * gst/debug/Makefile.am:
21900         * gst/debug/gstdebug.c: (plugin_init):
21901         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
21902         (gst_navseek_base_init), (gst_navseek_class_init),
21903         (gst_navseek_init), (gst_navseek_seek),
21904         (gst_navseek_handle_src_event), (gst_navseek_set_property),
21905         (gst_navseek_get_property), (gst_navseek_chain),
21906         (gst_navseek_plugin_init):
21907         * gst/debug/gstnavseek.h:
21908           Add the navseek debug element for seeking back and forth in a
21909           video stream using arrow keys.
21910         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
21911         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
21912         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
21913         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
21914         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
21915         (gst_mpeg2subt_parse_header), (gst_get_nibble),
21916         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
21917         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
21918         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
21919         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
21920         * gst/mpeg2sub/gstmpeg2subt.h:
21921           Pretty much a complete rewrite. Now a loopbased element. May still
21922           require work to properly synchronise subtitle buffers.
21923         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
21924         (gst_dvd_demux_send_subbuffer):
21925         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
21926           Don't attempt to create subbuffers of size 0
21927           Reduce a couple of error outputs to warnings.
21928         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
21929         (gst_y4mencode_chain):
21930         Output the y4m frame header correctly.
21931
21932 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21933
21934         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21935           throw errors instead of allowing SIGFPE
21936
21937 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21938
21939         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
21940         (gst_gconf_render_bin_from_key):
21941           leak plugging and style fixing
21942
21943 2004-03-31  David Schleef  <ds@schleef.org>
21944
21945         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
21946         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
21947         (bug #138225)
21948         * gst/debug/Makefile.am:
21949         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
21950         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
21951         plugin.
21952         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
21953         (gst_negotiation_base_init), (gst_negotiation_class_init),
21954         (gst_negotiation_init), (gst_negotiation_getcaps),
21955         (gst_negotiation_pad_link), (gst_negotiation_chain),
21956         (gst_negotiation_set_property), (gst_negotiation_get_property),
21957         (gst_negotiation_plugin_init):  New element to talk about random
21958         negotiation things happening in a pipeline.
21959
21960 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21961
21962         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
21963           fix integer addition with help of Stefan Kost
21964
21965 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21966
21967         * po/nl.po: updated Dutch translation (Elros Cyriatan)
21968
21969 2004-03-30  David Schleef  <ds@schleef.org>
21970
21971         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
21972         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
21973         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
21974         (bug #137504)
21975         * ext/mpeg2dec/gstmpeg2dec.h:
21976
21977 2004-03-30  David Schleef  <ds@schleef.org>
21978
21979         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
21980
21981 2004-03-30  David Schleef  <ds@schleef.org>
21982
21983         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
21984         Michael Petullo) to handle .mov
21985
21986 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21987
21988         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
21989         (gst_osselement_rate_check_rate):
21990           probe caps correctly for sound cards that only support one format
21991
21992 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21993
21994         * ext/kio/kiosrc.cpp: (process_events):
21995           update handling event processing if inside KDE - untested
21996
21997 2004-03-29  David Schleef  <ds@schleef.org>
21998
21999         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
22000         by 2 to not interfere with other colorspaces.
22001         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
22002         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
22003         one to not interfere with ffmpeg_colorspace.
22004
22005 2004-03-29  David Schleef  <ds@schleef.org>
22006
22007         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
22008         aren't in the caps.
22009         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
22010         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
22011
22012 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22013
22014         * gst-libs/gst/riff/riff-media.c:
22015           fail on error, don't try to set stuff on NULL caps
22016
22017 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22018
22019         * configure.ac:
22020         * ext/Makefile.am:
22021         * ext/kio/Makefile.am:
22022         * ext/kio/kioreceiver.cpp:
22023         * ext/kio/kioreceiver.h:
22024         * ext/kio/kiosrc.cpp:
22025         * ext/kio/kiosrc.h:
22026           add experimental kiosrc plugin
22027         * ext/alsa/gstalsaplugin.c: (plugin_init):
22028           initialize debugging category only when we're sure registering the
22029           plugins worked.
22030
22031 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22032
22033         * examples/gstplay/player.c: (main):
22034         * gst-libs/gst/play/play.c: (gst_play_class_init),
22035         (gst_play_set_location), (gst_play_set_data_src),
22036         (gst_play_set_video_sink), (gst_play_set_audio_sink),
22037         (gst_play_set_visualization), (gst_play_connect_visualization):
22038           check return values of element_set_state and return FALSE where
22039           failed
22040
22041 2004-03-29  Benjamin Otte  <otte@gnome.org>
22042
22043         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
22044           try harder to check if an event is really a discont
22045
22046 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
22047
22048         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
22049         * po/az.po:
22050
22051 2004-03-28  Benjamin Otte  <otte@gnome.org>
22052
22053         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
22054         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
22055         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
22056           get rid of non-standard "..." ranges in case statements.
22057
22058 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
22059
22060         * gst/mpegstream/gstmpegdemux.c:
22061         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
22062         specific functionality split to the new dvddemux element.
22063         * gst/mpegstream/gstdvddemux.c:
22064         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
22065         streams, derived from mpegdemux.
22066         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
22067         up. SCR based timestamp rewriting can be turned off (will probably
22068         completely disappear soon).
22069         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
22070         hacking. General cleanup. All printf statements replaced by
22071         debugging messages. Almost complete libdvdnav support.
22072         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
22073         by events. New properties for audio and subpicture languages.
22074         (dvdnavsrc_update_highlight): Now uses events.
22075         (dvdnavsrc_user_op): Cleaned up.
22076         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
22077         based). Lots of cleanup, and propper support for most libdvdnav
22078         events.
22079         (dvdnavsrc_make_dvd_event): New function.
22080         (dvdnavsrc_make_dvd_nav_packet_event): New function.
22081         (dvdnavsrc_make_clut_change_event): New function.
22082
22083 2004-03-26  Benjamin Otte  <otte@gnome.org>
22084
22085         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
22086           fix bug where typefinding would claim it's theora whenever less then
22087           7 bytes of data were available
22088
22089 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22090
22091         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
22092         (gst_alawdec_base_init), (gst_alawdec_class_init),
22093         (gst_alawdec_init), (gst_alawdec_chain):
22094         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
22095         (gst_alawenc_base_init), (gst_alawenc_class_init),
22096         (gst_alawenc_init), (gst_alawenc_chain):
22097         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
22098         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
22099         (gst_mulawdec_init), (gst_mulawdec_chain):
22100         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
22101         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
22102         (gst_mulawenc_init), (gst_mulawenc_chain):
22103           Fix capsnego in all four, remove the unused property functions and
22104           simplify the chain functions slightly. I guess we could use macros
22105           or something similar for those, since the code is so similar, but
22106           I'm currently too lazy...
22107
22108 2004-03-24  David Schleef  <ds@schleef.org>
22109
22110         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
22111         (gst_osselement_close_audio), (gst_osselement_probe_caps),
22112         (gst_osselement_get_format_structure),
22113         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
22114         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
22115         (gst_osselement_rate_int_compare): Add code to handle rate probing
22116         (bug #120883)
22117         * sys/oss/gstosselement.h: same
22118         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
22119         Use rate probing provided by osselement.
22120         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
22121
22122 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22123
22124         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
22125         (gst_xvidenc_get_property):
22126           ulong/int mess-up.
22127
22128 2004-03-24  David Schleef  <ds@schleef.org>
22129
22130         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
22131         (gst_speexdec_init):
22132         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
22133         (gst_speexenc_init):  Create the pad template correctly (from
22134         the static pad template, not a NULL pointer.)
22135
22136 2004-03-25  Benjamin Otte  <otte@gnome.org>
22137
22138         * gst/debug/Makefile.am:
22139         * gst/debug/breakmydata.c:
22140           add element that quasi-randomly changes bytes in the stream.
22141           Intended use is robustness checking of demuxers and decoders in
22142           media tests.
22143
22144 2004-03-24  Benjamin Otte  <otte@gnome.org>
22145
22146         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
22147         (gst_alsa_probe_hw_params):
22148         * ext/alsa/gstalsa.h:
22149           debugging output fixes
22150
22151 2004-03-24  Benjamin Otte  <otte@gnome.org>
22152
22153         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
22154           don't g_return_if_fail if element is PLAYING, fail silently as every
22155           other element.
22156         * gst/effectv/gstquark.c: (gst_quarktv_chain):
22157           only fix needed for cast lvalue issues in gst-plugins
22158         * gst/volenv/gstvolenv.c: (gst_volenv_init):
22159           add proxy_getcaps
22160
22161 2004-03-24  Benjamin Otte  <otte@gnome.org>
22162
22163         * gst/level/gstlevel.c: (gst_level_init):
22164           add proxying getcaps function, so level doesn't advertise impossible
22165           caps
22166
22167 2004-03-24  David Schleef  <ds@schleef.org>
22168
22169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
22170         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
22171         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
22172         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
22173         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
22174         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
22175         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
22176         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
22177         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
22178         messages.  Divide the chunk size by the compression ratio
22179         (needed for MACE audio)
22180
22181 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22182
22183         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22184           Fix buffer overflow read error.
22185
22186 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22187
22188         * ext/alsa/gstalsa.h:
22189           Remove unused entry.
22190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
22191           Add cinepak.
22192         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
22193         (gst_videodrop_link), (gst_videodrop_chain):
22194           Fix, sort of. Was horribly broken with new capsnego. Bah...
22195
22196 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
22197
22198         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
22199         (plugin_init):
22200         Add a monkeysaudio typefind function
22201
22202 2004-03-23  Johan Dahlin  <johan@gnome.org>
22203
22204         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
22205         (gst_play_video_fixate): Check so the structure has the field
22206         before trying to fixate them, this makes it possible to have
22207         fakesinks for video and audio output without printing errors on
22208         the output console.
22209
22210 2004-03-22  David Schleef  <ds@schleef.org>
22211
22212         * sys/oss/Makefile.am:
22213         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
22214         (check_rate), (add_rate):  Rate probing test app.
22215
22216 2004-03-21  Benjamin Otte  <otte@gnome.org>
22217
22218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
22219         (_fixate_caps_to_int), (gst_audio_convert_fixate):
22220           add a fixation function that pretty much does the right thing (fixes
22221           #137556)
22222
22223 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
22224
22225         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
22226
22227 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
22228
22229         reviewed by: Benjamin Otte  <otte@gnome.org>
22230
22231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22232           terminate gst_event_new_discontinuous correctly (fixes parts of
22233           #137711)
22234
22235 2004-03-19  David Schleef  <ds@schleef.org>
22236
22237         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
22238         since it doesn't depend on X, and it's part of our ABI.
22239
22240 2004-03-19  Iain <iain@prettypeople.org>
22241
22242         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
22243         is_int in the structure, not the local variable.
22244
22245 2004-03-19  David Schleef  <ds@schleef.org>
22246
22247         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
22248         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
22249         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
22250         Improvements in caps negotiation.
22251
22252 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22253
22254         * po/LINGUAS:
22255         * po/af.po:
22256           adding Afrikaans (Petri Jooste)
22257
22258 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22259
22260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22261         (gst_ffmpegcolorspace_chain):
22262         throw error instead of g_critical (#137588)
22263
22264 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22265
22266         * Makefile.am:
22267         * configure.ac:
22268           dist common and m4 correctly
22269         * po/sv.po:
22270
22271 2004-03-17  David Schleef  <ds@schleef.org>
22272
22273         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
22274         (bug #137348)
22275
22276 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22277
22278         * po/LINGUAS:
22279         * po/sv.po:
22280           adding Swedish translation (Christian Rose)
22281
22282 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22283
22284         * Makefile.am: use release.mak
22285
22286 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22287
22288         * common/ChangeLog:
22289         * common/gst-autogen.sh:
22290           add some explanation about the version detection
22291         * configure.ac:
22292           fix X check
22293
22294 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22295
22296         * configure.ac: bump nano to 1
22297
22298 === release 0.8.0 ===
22299
22300 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22301
22302         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
22303
22304 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
22305
22306         * configure.ac:
22307           update libtool version
22308         * gst-libs/gst/media-info/Makefile.am:
22309           actually use libtool version
22310
22311 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22312
22313         * configure.ac: fix speex detection to work with 1.0 but not 1.1
22314
22315 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22316
22317         * configure.ac:
22318         * gst-plugins.spec.in:
22319         * pkgconfig/Makefile.am:
22320         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22321         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22322         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22323         * pkgconfig/gstreamer-libs.pc.in:
22324         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22325         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22326         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
22327         * pkgconfig/gstreamer-plugins.pc.in:
22328           remove @VERSION@ from some of the pc files since core and plugins
22329           are decoupled.
22330           created gstreamer-plugins.pc as it's a better name, but keeping
22331           -libs around for now to get fixes upstream done first.
22332
22333 2004-03-15  Julien MOUTTE <julien@moutte.net>
22334
22335         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
22336         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
22337         * gst-libs/gst/play/play.h:
22338
22339 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22340
22341         * *.c, *.cc: don't mix tabs and spaces
22342
22343 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22344
22345         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
22346           use the new ffmpegcolorspace
22347         * gst-plugins.spec.in:
22348           package new colorspace and media-info
22349         * configure.ac:
22350         * pkgconfig/Makefile.am:
22351           fix some more disting issues
22352         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
22353         * pkgconfig/gstreamer-media-info.pc.in:
22354           generate media-info pc files
22355
22356 2004-03-15  Johan Dahlin  <johan@gnome.org>
22357
22358         * *.h: Revert indenting
22359
22360 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22361
22362         * configure.ac:
22363           adding ffmpegcolorspace element
22364         * gst/ffmpegcolorspace/Makefile.am:
22365         * gst/ffmpegcolorspace/avcodec.h:
22366         * gst/ffmpegcolorspace/common.h:
22367         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22368         * gst/ffmpegcolorspace/dsputil.h:
22369         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22370         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22371         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
22372         (gst_ffmpeg_caps_to_pix_fmt):
22373         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22374         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22375         (gst_ffmpegcolorspace_caps_remove_format_info),
22376         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
22377         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
22378         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
22379         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
22380         (gst_ffmpegcolorspace_set_property),
22381         (gst_ffmpegcolorspace_get_property),
22382         (gst_ffmpegcolorspace_register):
22383         * gst/ffmpegcolorspace/imgconvert.c:
22384         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22385         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22386         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22387         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22388         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22389         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
22390         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
22391         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
22392         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
22393         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
22394         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
22395         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
22396         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
22397         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
22398         (img_get_alpha_info), (deinterlace_line),
22399         (deinterlace_line_inplace), (deinterlace_bottom_field),
22400         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22401         * gst/ffmpegcolorspace/imgconvert_template.h:
22402         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22403         * gst/ffmpegcolorspace/mmx.h:
22404         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
22405           adding ffmpegcolorspace element supplied by Ronald after cleaning
22406           up and pulling in the right bits of upstream source.
22407           I'm sure a better C/compiler wizard could do some cleaning up (for
22408           example use GLIB's malloc stuff), but as a first pass this
22409           works very well
22410
22411 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22412
22413         * ext/alsa/gstalsa.h:
22414           I assume Ronald forgot to commit the change to have cardname
22415           as a struct member.  Expect some public spanking at the next
22416           opportunity.
22417
22418 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22419
22420         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
22421         (gst_alsa_open_audio), (gst_alsa_close_audio):
22422         * ext/alsa/gstalsa.c:
22423           Don't open the device if we're a mixer (= padless).
22424         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
22425         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
22426         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
22427           Open mixer during state change rather than during object
22428           initialization. Also, get a device name. Currently in a somewhat
22429           hackish fashion, but I didn't really find something better.
22430
22431 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22432
22433         * *.c, *.h: run gst-indent
22434
22435 2004-03-14  Benjamin Otte  <otte@gnome.org>
22436
22437         * gst/modplug/gstmodplug.cc:
22438         * gst/modplug/gstmodplug.h:
22439           set correct timestamps on outgoing buffers
22440
22441 2004-03-14  Benjamin Otte  <otte@gnome.org>
22442
22443         * gst/modplug/gstmodplug.cc:
22444           handle events - don't do crap when a discont arrives that's not
22445           necessary
22446           This allows correct loading and playback of mods in Rhythmbox
22447
22448 2004-03-14  Benjamin Otte  <otte@gnome.org>
22449
22450         * configure.ac:
22451         * gst-libs/gst/gconf/Makefile.am:
22452         * pkgconfig/Makefile.am:
22453           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
22454           they get rebuilt properly
22455         * configure.ac:
22456           when checking for vorbis, try pkgconfig first.
22457         * gst/modplug/gstmodplug.cc:
22458           add fixate function
22459
22460 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22461
22462         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
22463           Fix for obvious mistake, where we first shift the offset and then
22464           read a samplesize element assuming the old offset. Note that this
22465           part still has something weird, i.e. my movies containing those
22466           don't actually play well, but at least there's something that looks
22467           like sound now.
22468
22469 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
22470         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
22471         (plugin_init):
22472         Add a typefind function for speex format
22473
22474 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22475
22476         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
22477         (gst_asf_demux_setup_pad):
22478           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
22479           instead of 0. Reason is simple: some elements have a fps range
22480           of 1-max instead of 0-max. So now ASF video actually works.
22481
22482 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22483
22484         * po/LINGUAS:
22485         * po/sr.po:
22486           adding serbian as a language
22487
22488 2004-03-13  Benjamin Otte  <otte@gnome.org>
22489
22490         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22491           return taglist correctly from _get function, don't gst_pad_push it.
22492           (fixes #137042)
22493
22494 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22495         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22496
22497 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22498
22499         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
22500         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
22501         (gst_alsa_mixer_track_new):
22502         * ext/alsa/gstalsamixertrack.h:
22503           Fix ancient leftovers... MixerTrack is a GObject.
22504
22505 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22506
22507         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
22508         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22509           Don't block during probing...
22510
22511 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22512
22513         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
22514         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
22515         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
22516         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
22517         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
22518         (gst_alsa_open_audio), (gst_alsa_close_audio):
22519         * ext/alsa/gstalsa.h:
22520           Add propertyprobe interface implementation, add some device-name
22521           property, all this so that it looks good in gnome-volume-control.
22522
22523 2004-03-12  David Schleef  <ds@schleef.org>
22524
22525         * configure.ac: the Hermes library controls hermescolorspace, not
22526         colorspace.
22527         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22528         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
22529         not /* */
22530         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
22531         * ext/sdl/sdlvideosink.h: ditto.
22532         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
22533
22534 2004-03-12  Benjamin Otte  <otte@gnome.org>
22535
22536         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
22537         (gst_x_overlay_got_xwindow_id):
22538         * gst-libs/gst/xoverlay/xoverlay.h:
22539           replace XID with unsigned long to get rid of the xlibs dependency in
22540           XOverlay (fixes #137004)
22541
22542 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
22543         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
22544         (gst_agingtv_setup):
22545         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
22546         (gst_dicetv_base_init), (gst_dicetv_class_init),
22547         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
22548         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
22549         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
22550         (gst_edgetv_setup), (gst_edgetv_rgb32):
22551         * gst/effectv/gsteffectv.c:
22552         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
22553         (gst_quarktv_set_property):
22554         * gst/effectv/gstrev.c: (gst_revtv_get_type),
22555         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
22556         (gst_revtv_setup), (gst_revtv_rgb32):
22557         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
22558         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
22559         (gst_shagadelictv_init), (gst_shagadelictv_setup),
22560         (gst_shagadelictv_rgb32):
22561         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
22562         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
22563         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
22564         * gst/effectv/gstwarp.c:
22565         Port everything that can be ported to videofilter and fix up the caps.
22566         Can someone with a big-endian machine please check these?
22567
22568 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22569
22570         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
22571         (gst_osssink_chain), (gst_osssink_change_state):
22572           Latest fixes for A/V sync, audio playback and such. This is about
22573           all... MPEG playback issues are mostly related to the async build-
22574           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
22575
22576 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22577
22578         patch from: Stephane Loeuillet
22579
22580         * configure.ac:
22581           use pkg-config for some libraries, falling back to the old .m4 way
22582           (fixes #131270)
22583         * m4/libdv.m4:
22584           removed
22585
22586 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22587
22588         * configure.ac:
22589         * tools/Makefile.am:
22590         * tools/Makefile.in:
22591         * tools/gst-launch-ext-m.m:
22592         * tools/gst-launch-ext.1.in:
22593         * tools/gst-visualise-m.m:
22594         * tools/gst-visualise.1:
22595         * tools/gst-visualise.1.in:
22596           reorganizing generation of script tools
22597
22598 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22599
22600         * ext/divx/gstdivxdec.c:
22601           Downgrade priority. We prefer ffdec_mpeg4.
22602         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
22603         (gst_faad_chain), (gst_faad_change_state):
22604           Fix capsnego. Doesn't work for some sounds because we don't have
22605           a 5:1 to stereo element.
22606         * ext/xvid/gstxvid.c: (plugin_init):
22607           Add priority.
22608         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22609         (gst_osssink_change_state):
22610           Add discont handling.
22611
22612 2004-03-09  Colin Walters  <walters@verbum.org>
22613
22614         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
22615         conversion.
22616
22617 2004-03-09  Benjamin Otte  <otte@gnome.org>
22618
22619         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
22620           the signals take 2 arguments
22621
22622 2004-03-09  David Schleef  <ds@schleef.org>
22623
22624         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
22625         (gst_alsa_fixate): Add fixate function.  (bug #136686)
22626         * ext/alsa/gstalsa.h:
22627         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
22628
22629 2004-03-09  Benjamin Otte  <otte@gnome.org>
22630
22631         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
22632         (gst_mikmod_change_state):
22633         * ext/mikmod/gstmikmod.h:
22634           make mikmod's loop function not loop infinitely and call
22635           gst_element_yield anymore
22636         * gst/modplug/gstmodplug.cc:
22637           fix pad negotiation (fixes #136590)
22638
22639 2004-03-09  David Schleef  <ds@schleef.org>
22640
22641         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
22642         doesn't conflict with the internal colorspace plugin.
22643         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
22644         satisfy the crappy-ass shell shipped by a certain vendor.
22645         * gst/videofilter/make_filter: same (bug #135299)
22646
22647 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22648
22649         * configure.ac: bump nano to 1
22650
22651 === release 0.7.6 ===
22652
22653 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22654
22655         * configure.in: releasing 0.7.6, "There"
22656
22657 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22658
22659         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22660         * pkgconfig/gstreamer-play.pc.in:
22661           synchronize the two
22662
22663 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22664
22665         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
22666         (cdparanoia_open), (cdparanoia_event):
22667           fix/add error handling
22668         * po/POTFILES.in:
22669           add cdparanoia source
22670         * tools/Makefile.am:
22671           make scripts executable
22672
22673 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22674
22675         * configure.ac:
22676         * ext/vorbis/Makefile.am:
22677         * sys/Makefile.am:
22678           remove id3types, vorbisfile and xvideosink from the build (#133783)
22679
22680 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22681
22682         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22683           Fix metadata read crash (#136537).
22684
22685 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22686
22687         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
22688         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
22689           adding mime types, fixing the one-stop function
22690
22691 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22692
22693         * ext/nas/nassink.c and /ext/nas/nassink.h:
22694         More NAS love from Arwed von Merkatz
22695         So lets all sing 'Can you feel the NAS tonight'
22696
22697 2004-03-08  Christian Schaller <Uraeus@gnome.org>
22698
22699         * tools/gst-launch-ext.in:
22700         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
22701
22702 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22703
22704         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
22705         (gst_mpeg2dec_init):
22706         remove the user_data pad for now, because it is being used in
22707         fixating causing MPEG playback to fixate on 1000 Hz for playback.
22708         If someone knows how to fix this properly, please do.
22709
22710 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22711
22712         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22713         (gst_osssink_get_time):
22714         add a warning, IMO this won't get triggered anymore, remove later
22715
22716 2004-03-07  David Schleef  <ds@schleef.org>
22717
22718         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
22719         format (bug #136470)
22720
22721 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
22722
22723         * gst-libs/Makefile.am:
22724         * gst-libs/gst/media-info/Makefile.am:
22725         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
22726         (error_callback), (gst_media_info_error_create),
22727         (gst_media_info_error_element), (gmip_init), (gmip_reset),
22728         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
22729         * gst-libs/gst/media-info/media-info-priv.h:
22730         * gst-libs/gst/media-info/media-info-test.c: (main):
22731         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22732         (gst_media_info_class_init), (gst_media_info_instance_init),
22733         (gst_media_info_set_source), (gst_media_info_read_with_idler),
22734         (gst_media_info_read_idler), (gst_media_info_read):
22735         * gst-libs/gst/media-info/media-info.h:
22736         fixed, should work now
22737
22738 2004-03-07  Christian Schaller <Uraeus@gnome.org>
22739
22740         * ext/nas/nassink.c:
22741         A bunch of NAS fixes from Arwed von Merkatz
22742
22743 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22744
22745         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
22746         (qtdemux_parse_trak):
22747           Fix crash (j might be greater than n_samples, in which case we're
22748           writing outside the allocated space for the array) and memleak.
22749
22750 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22751
22752         * sys/oss/gstosssink.c: (gst_osssink_chain):
22753           And another caller that couldn't handle delay < 0 (unsigned
22754           integer overflow). Video now continues playing on an audio
22755           buffer underrun, and the clock continues working. Audio still
22756           stalls.
22757
22758 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22759
22760         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
22761         (gst_osssink_get_time):
22762           get_delay() may return values lower than 0. In those cases, we
22763           should not actually cast to *unsigned* int64, that will break
22764           stuff horribly. In my case, it screwed up A/V sync in movies
22765           in totem rather badly.
22766
22767 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22768
22769         * ext/faac/gstfaac.c: (gst_faac_chain):
22770         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22771         * ext/libpng/gstpngenc.c: (user_write_data):
22772         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22773         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22774         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22775         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22776         Fix several misuse of gst_buffer_merge (it doesn't take ownership
22777         of any buffer), should fix some leaks. I hope I didn't unref buffers
22778         that shouldn't be...
22779
22780 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22781
22782         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22783         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
22784         (error_callback), (gmi_reset), (gmi_seek_to_track),
22785         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
22786         (gmip_find_type_post), (gmip_find_stream_post),
22787         (gmip_find_track_streaminfo_post):
22788         * gst-libs/gst/media-info/media-info-priv.h:
22789         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
22790         (info_print), (main):
22791         * gst-libs/gst/media-info/media-info.c:
22792         (gst_media_info_error_create), (gst_media_info_error_element),
22793         (gst_media_info_instance_init), (gst_media_info_get_property),
22794         (gst_media_info_new), (gst_media_info_set_source),
22795         (gst_media_info_read_idler), (gst_media_info_read):
22796         * gst-libs/gst/media-info/media-info.h:
22797           first pass at making this work again.  This seems to work on
22798           tagged ogg/vorbis and mp3 files.
22799
22800 2004-03-06  Benjamin Otte  <otte@gnome.org>
22801
22802         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22803           fix huge leak: gst_buffer_merge doesn't unref the first argument
22804           itself.
22805
22806 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22807
22808         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
22809           report layer/mode/emphasis
22810
22811 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22812
22813         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
22814
22815 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22816
22817         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
22818           signal serial
22819
22820 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22821
22822         * ext/vorbis/vorbis.c: (plugin_init):
22823         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22824         (gst_vorbis_dec_init), (vorbis_dec_event):
22825         add debug category
22826         make vorbisdec handle _BYTE and _TIME queries
22827
22828 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22829
22830         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
22831           from the xing header
22832
22833 2004-03-06  Benjamin Otte  <otte@gnome.org>
22834
22835         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
22836         (gst_audio_convert_link), (gst_audio_convert_change_state),
22837         (gst_audio_convert_buffer_from_default_format):
22838           do conversions from/to float correctly, fix some caps nego errors,
22839           export correct supported caps in template and getcaps, use correct
22840           caps in try_set_caps functions
22841
22842 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22843
22844         For some reason, I only committed a ChangeLog entry yesterday and
22845         not the corresponding code...
22846         * ext/mad/gstmad.c: Fix detection of Xing headers
22847         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22848
22849 2004-03-06  Benjamin Otte  <otte@gnome.org>
22850
22851         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
22852         (gst_ogg_demux_src_query):
22853           make sure to handle the case where there's no current chain
22854           gracefully.
22855
22856 2004-03-05  David Schleef  <ds@schleef.org>
22857
22858         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
22859         Add fixate function. (bug #131128)
22860         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
22861         (gst_sdlvideosink_fixate):  Add fixate function.
22862         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22863         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
22864         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
22865         Fix missing break that was causing ulaw to be interpreted as
22866         raw int.
22867
22868 2004-03-05  David Schleef  <ds@schleef.org>
22869
22870         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
22871         Fix code that ignores return value of gst_buffer_merge().
22872         (bug #114560)
22873         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
22874         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
22875         * testsuite/gst-lint:  Check for above.
22876
22877 2004-03-05  David Schleef  <ds@schleef.org>
22878
22879         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
22880         caps and throw an element error.  (bug #136334)
22881
22882 2004-03-05  David Schleef  <ds@schleef.org>
22883
22884         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
22885         (gst_faad_chain): Fix negotiation.
22886         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
22887         key and button events.
22888         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
22889         dung heap of code.
22890         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
22891         depends on gconf
22892         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
22893         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22894         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
22895         function to encourage better negotiation, particularly between
22896         audioconvert and osssink.
22897         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22898         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
22899         more important.
22900         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
22901         typefinding.
22902         * gst/vbidec/vbiscreen.c:  Add glib header
22903         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
22904
22905 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
22906
22907         * ext/mad/gstmad.c: Fix detection of Xing headers
22908         * gst/tags/gstid3tag.c: Changes to support TLEN tags
22909
22910 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22911
22912         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22913         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
22914           debug updates
22915
22916 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
22917
22918         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22919         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
22920         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
22921         files, and report the parsed length as a GST_TAG_DURATION tag.
22922         * gst/tags/gstid3tag.c: support TLEN (duration) tag
22923
22924 2004-03-05  Benjamin Otte  <otte@gnome.org>
22925
22926         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
22927           convert channels correctly. convert correctly to unsigned.
22928
22929 2004-03-05  Julien MOUTTE <julien@moutte.net>
22930
22931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
22932         we have a window before clearing it.
22933
22934 2004-03-05  Julien MOUTTE <julien@moutte.net>
22935
22936         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
22937         have a window before clearing it.
22938
22939 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22940
22941         * gconf/gstreamer.schemas.in:
22942         * gst-libs/gst/gconf/Makefile.am:
22943           version installation path the same way as for 0.6
22944         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22945         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22946         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22947           remove comment that was fixed
22948
22949 2004-03-05  David Schleef  <ds@schleef.org>
22950
22951         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
22952         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
22953         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
22954         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
22955         Add prototype code for handling seeking and querying.
22956
22957 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22958
22959         * examples/gstplay/player.c: (main):
22960           Initialize variables to NULL. Prevents a segfault because the
22961           (uninitialized) variable is not NULL, resulting in a crash on
22962           trying to reach error->message.
22963
22964 2004-03-05  Benjamin Otte  <otte@gnome.org>
22965
22966         * gst/audioconvert/gstaudioconvert.c:
22967         (gst_audio_convert_buffer_to_default_format):
22968         make float=>int conversion work correctly even in cornercases.
22969
22970 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
22971
22972         * debian/README.Debian:
22973         * debian/build-deps:
22974         * debian/changelog:
22975         * debian/control:
22976         * debian/control.in:
22977         * debian/copyright:
22978         * debian/gstreamer-a52dec.files:
22979         * debian/gstreamer-aa.files:
22980         * debian/gstreamer-alsa.files:
22981         * debian/gstreamer-alsa.manpages:
22982         * debian/gstreamer-arts.files:
22983         * debian/gstreamer-artsd.files:
22984         * debian/gstreamer-audiofile.files:
22985         * debian/gstreamer-avifile.files:
22986         * debian/gstreamer-cdparanoia.files:
22987         * debian/gstreamer-colorspace.files:
22988         * debian/gstreamer-doc.files:
22989         * debian/gstreamer-dv.files:
22990         * debian/gstreamer-dvd.files:
22991         * debian/gstreamer-esd.files:
22992         * debian/gstreamer-festival.files:
22993         * debian/gstreamer-flac.files:
22994         * debian/gstreamer-gconf.conffiles:
22995         * debian/gstreamer-gconf.files:
22996         * debian/gstreamer-gconf.postinst:
22997         * debian/gstreamer-gnomevfs.files:
22998         * debian/gstreamer-gsm.files:
22999         * debian/gstreamer-http.files:
23000         * debian/gstreamer-jack.files:
23001         * debian/gstreamer-jpeg.files:
23002         * debian/gstreamer-mad.files:
23003         * debian/gstreamer-mikmod.files:
23004         * debian/gstreamer-misc.files:
23005         * debian/gstreamer-mpeg2dec.files:
23006         * debian/gstreamer-oss.files:
23007         * debian/gstreamer-plugin-apps.files:
23008         * debian/gstreamer-plugin-apps.manpages:
23009         * debian/gstreamer-plugin-libs-dev.files:
23010         * debian/gstreamer-plugin-libs.files:
23011         * debian/gstreamer-plugin-template.postinst:
23012         * debian/gstreamer-plugin-template.postrm:
23013         * debian/gstreamer-sdl.files:
23014         * debian/gstreamer-sid.files:
23015         * debian/gstreamer-vorbis.files:
23016         * debian/gstreamer-x.files:
23017         * debian/mk.control:
23018         * debian/rules:
23019         Debian package info not maintained here.
23020
23021 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23022
23023         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
23024         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
23025         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
23026         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
23027         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
23028         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
23029         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
23030         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
23031         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
23032         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
23033         * gst-libs/gst/colorbalance/colorbalance.c:
23034         (gst_color_balance_class_init):
23035         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23036         (gst_color_balance_channel_class_init):
23037         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
23038         * gst-libs/gst/play/play.c: (gst_play_class_init):
23039         * gst-libs/gst/propertyprobe/propertyprobe.c:
23040         (gst_property_probe_iface_init):
23041         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
23042         * gst-libs/gst/tuner/tunerchannel.c:
23043         (gst_tuner_channel_class_init):
23044         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
23045         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
23046         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
23047         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
23048         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
23049         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
23050         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
23051         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
23052         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
23053           fix signals to use - instead of _
23054         * ext/libcaca/gstcacasink.h:
23055         * ext/sdl/sdlvideosink.h:
23056           fix header rename
23057
23058 2004-03-04  David Schleef  <ds@schleef.org>
23059
23060         * testsuite/gst-lint:  Add a check for bad signal names.
23061
23062 2004-03-04  <kost@imn.htwk-leipzig.de>
23063
23064         reviewed by David Schleef
23065
23066         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
23067         modified the alpha channel and caused a warning. (bug #136192)
23068
23069 2004-04-03  Christian Schaller <Uraeus@gnome.org>
23070
23071         * gst-plugins.spec.in:
23072         Change names of plugins to actually be correct. Try to keep things
23073         alphabetical to avoid getting beat up by Thomas
23074
23075 2004-03-03  Julien MOUTTE <julien@moutte.net>
23076
23077         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
23078         Using ximagesink as a default if no gconf key found. We should
23079         probably consider using alsasink instead of osssink for the audio
23080         part.
23081
23082 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23083
23084         * configure.ac:
23085           fix --with-plugins, don't think it ever worked before
23086         * gst-plugins.spec.in:
23087           even more updates
23088
23089 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23090
23091         * ext/sdl/sdlvideosink.h:
23092         * sys/ximage/ximagesink.h:
23093         * sys/xvideo/xvideosink.h:
23094         * sys/xvimage/xvimagesink.h:
23095           Fix for move of gstvideosink.h -> videosink.h.
23096
23097 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23098
23099         * gst-libs/gst/xwindowlistener/Makefile.am:
23100           this is a plugin library, not a library
23101
23102 2004-03-01  David Schleef  <ds@schleef.org>
23103
23104         * AUTHORS:  Added some names.  Add yourself if you're still
23105         missing.
23106
23107 2004-03-01  David Schleef  <ds@schleef.org>
23108
23109         * MAINTAINERS: Add
23110
23111 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23112
23113         * gst-plugins.spec.in: clean up spec file
23114
23115 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23116
23117         * gst-libs/gst/video/Makefile.am:
23118         * gst-libs/gst/video/gstvideosink.c:
23119         * gst-libs/gst/video/gstvideosink.h:
23120           rename gstvideosink.h to videosink.h to match other headers
23121         * gst/mixmatrix/Makefile.am:
23122           fix plugin filename
23123         * gst/tags/Makefile.am: fix plugin filename
23124
23125 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23126
23127         * gst/tags/Makefile.am: fix plugin filename
23128
23129 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
23130
23131         * examples/gstplay/player.c: (got_time_tick), (main):
23132           add error handler
23133           display time_tick more readably
23134         * gst/mixmatrix/Makefile.am:
23135           fix plugin file name
23136
23137 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
23138
23139         * sys/oss/gstosselement.c: (gst_osselement_probe),
23140         (device_combination_append), (gst_osselement_class_probe_devices):
23141         * sys/oss/gstosselement.h:
23142           Reworked enumeration of oss dsps and mixers so that gst-mixer works
23143           on my system using alsa oss emulation, fixes bug #135597
23144
23145 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23146
23147         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
23148         (gst_videodrop_chain), (gst_videodrop_change_state):
23149         * gst/videodrop/gstvideodrop.h:
23150           Work based on timestamp of input data, not based on the expected
23151           framerate from the input. The consequence is that this element now
23152           not only scales framerates, but also functions as a framerate
23153           corrector or framerate stabilizer/constantizer.
23154
23155 2004-02-27  David Schleef  <ds@schleef.org>
23156
23157         patches from jmmv@menta.net (Julio M. Merino Vidal)
23158
23159         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
23160         GST_ELEMENT_ERROR call (bug #135634)
23161         * gst/interleave/interleave.c: (interleave_buffered_loop),
23162         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
23163         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
23164         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
23165         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
23166         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
23167         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
23168         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
23169         Fix GST_ELEMENT_ERROR call.
23170         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
23171         GST_ELEMENT_ERROR call.
23172
23173 2004-02-27  Benjamin Otte  <otte@gnome.org>
23174
23175         * gst-libs/gst/audio/audio.h:
23176           add macro to make sure header isn't included twice
23177         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
23178           don't use gst_buffer_free
23179         * gst/playondemand/filter.func:
23180           don't use gst_data_free. Free data only once.
23181
23182 2004-02-26  David Schleef  <ds@schleef.org>
23183
23184         * gst-libs/gst/colorbalance/Makefile.am:
23185         * gst-libs/gst/mixer/Makefile.am:
23186         * gst-libs/gst/tuner/Makefile.am:
23187         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
23188         should not be disted, -marshal.h files should not be installed,
23189         and -enum.h files _should_ be installed.  Fix to make this the
23190         case.
23191
23192 === release 0.7.5 ===
23193
23194 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23195
23196         * configure.ac: release 0.7.5, "Under The Sea"
23197
23198 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23199
23200         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
23201         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
23202         * gst/videoscale/gstvideoscale.c:
23203         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23204           assorted debug/warning fixes
23205
23206 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23207
23208         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23209         (gst_videoscale_init), (gst_videoscale_chain),
23210         (gst_videoscale_set_property), (plugin_init):
23211         * gst/videoscale/gstvideoscale.h:
23212         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23213         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
23214         (gst_videoscale_planar400), (gst_videoscale_packed422),
23215         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
23216         (gst_videoscale_24bit), (gst_videoscale_16bit),
23217         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
23218         (gst_videoscale_scale_plane_slow),
23219         (gst_videoscale_scale_point_sample),
23220         (gst_videoscale_scale_nearest),
23221         (gst_videoscale_scale_nearest_str2),
23222         (gst_videoscale_scale_nearest_str4),
23223         (gst_videoscale_scale_nearest_32bit),
23224         (gst_videoscale_scale_nearest_24bit),
23225         (gst_videoscale_scale_nearest_16bit):
23226         add debugging category and use it properly
23227         fix use of GST_PTR_FORMAT
23228
23229 2004-02-25  Andy Wingo  <wingo@pobox.com>
23230
23231         * gst/interleave/interleave.c (interleave_buffered_loop): Always
23232         push only when channel->buffer is NULL. Prevents segfaults doing
23233         the state change after a nonlocal exit, like a scheme exception.
23234
23235         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23236         Handle the case where the intersected caps is empty.
23237
23238 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23239
23240         * gst/law/mulaw-decode.c: (mulawdec_link):
23241         * gst/law/mulaw.c: (plugin_init):
23242           fix mulawdec so it actually works again
23243
23244 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
23245
23246         reviewed by: David Schleef  <ds@schleef.org>
23247
23248         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
23249         (gst_gamma_init), (gst_gamma_set_property),
23250         (gst_gamma_get_property), (gst_gamma_calculate_tables),
23251         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
23252         for RGB, with separate r g and b correction factors. (#131167)
23253
23254 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23255
23256         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23257           only signal tags for bitrate if they're > 0 (#134894)
23258
23259 2004-02-24  David Schleef  <ds@schleef.org>
23260
23261         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
23262         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
23263         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
23264         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
23265         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
23266         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
23267         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
23268         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
23269         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
23270         category.  Attempt to fix timestamp calculation.
23271
23272 2004-02-24  Johan Dahlin  <johan@gnome.org>
23273
23274         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
23275
23276 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23277
23278         * configure.ac:
23279         * gconf/Makefile.am:
23280         * gconf/gstreamer.schemas:
23281         * gst-libs/gst/gconf/Makefile.am:
23282         * gst-libs/gst/gconf/gconf.c:
23283           version gconf schemas and install locations
23284
23285 2004-02-23  Benjamin Otte  <otte@gnome.org>
23286
23287         * ext/xine/xineinput.c: (gst_xine_input_dispose):
23288         (gst_xine_input_subclass_init):
23289           call parent dispose.
23290           change pad template for CD reader correctly
23291         * ext/xine/Makefile.am:
23292         * ext/xine/gstxine.h:
23293         * ext/xine/xine.c: (plugin_init):
23294         * ext/xine/xineaudiosink.c:
23295           wrap audio sinks, too
23296         * gst-libs/gst/resample/private.h:
23297         * gst-libs/gst/resample/resample.c: (gst_resample_init),
23298         (gst_resample_reinit), (gst_resample_scale),
23299         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
23300         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
23301         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
23302         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
23303         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
23304         * gst-libs/gst/resample/resample.h:
23305         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
23306         (gst_audioscale_class_init), (gst_audioscale_link),
23307         (gst_audioscale_get_buffer), (gst_audioscale_init),
23308         (gst_audioscale_chain), (gst_audioscale_set_property),
23309         (gst_audioscale_get_property):
23310         * gst/audioscale/gstaudioscale.h:
23311           s/resample_*/gst_resample_*/i to not clobber namespaces
23312
23313 2004-02-23  Julien MOUTTE  <julien@moutte.net>
23314
23315         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23316         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23317         (gst_riff_create_video_template_caps),
23318         (gst_riff_create_audio_template_caps),
23319         (gst_riff_create_iavs_template_caps):
23320         * gst-libs/gst/riff/riff-media.h:
23321         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23322         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
23323         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
23324         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
23326         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
23327         (gst_matroska_demux_plugin_init): First batch implementing audio and
23328         video codec tags in demuxers.
23329
23330 2004-02-22  Benjamin Otte  <otte@gnome.org>
23331
23332         * ext/xine/Makefile.am:
23333         * ext/xine/gstxine.h:
23334         * ext/xine/xine.c: (plugin_init):
23335         * ext/xine/xineinput.c:
23336           add input plugin wrapper. Playback from files, http, mms and cdda
23337           works.
23338         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
23339           remove leftover G_GNUC_UNUSED
23340         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
23341         (gst_asf_demux_identify_guid):
23342           improve debugging output
23343
23344 2004-02-22  Benjamin Otte  <otte@gnome.org>
23345
23346         reported by: Padraig O'Briain <padraig.obriain@sun.com>
23347
23348         * autogen.sh:
23349           replace test -e with test -x for mkinstalldirs to be more portable.
23350           (fixes #134816)
23351
23352 2004-02-22  Benjamin Otte  <otte@gnome.org>
23353
23354         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
23355
23356         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
23357           set rank to PRIMARY
23358         * gst/volume/gstvolume.c: (plugin_init):
23359           set rank to NONE
23360         fixes #134960
23361
23362 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
23363
23364         reviewed by Benjamin Otte  <otte@gnome.org>
23365
23366         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23367           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
23368
23369 2004-02-22  Benjamin Otte  <otte@gnome.org>
23370
23371         * configure.ac:
23372           export [_]*{gst,Gst,GST}.* symbols from plugins
23373
23374 2004-02-22  Christophe Fergeau <teuf@gnome.org>
23375
23376         reviewed by: Benjamin Otte  <otte@gnome.org>
23377
23378         * ext/lame/gstlame.c: (add_one_tag):
23379         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23380         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
23381         (gst_vorbisenc_metadata_set1):
23382         * gst/tags/gstid3tag.c:
23383         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
23384           apply fixes from bugs #135042 (lame can't write tags) and #133817
23385           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
23386
23387 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
23388
23389         * configure.ac: Export only gst_plugin_desc from plugins.
23390          Note that this change only makes any effect with Linux using libtool
23391          1.5.2 or higher. Otherwise it is silently ignored, but it would build
23392          fine. And don't try to have several versions of libtool in different
23393          directories.
23394
23395 2004-02-20  Andy Wingo  <wingo@pobox.com>
23396
23397         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
23398         interleave respectively.
23399
23400         * gst/interleave/deinterleave.c: New plugin: deinterleave
23401         (replaces on oneton).
23402         * gst/interleave/interleave.c: New plugin: interleave.
23403         * gst/interleave/plugin.h: Support file.
23404         * gst/interleave/plugin.c: Support file.
23405
23406         * configure.ac: Remove intfloat and oneton, add interleave.
23407
23408         * ext/sndfile/gstsf.c: Handle events better.
23409
23410         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
23411         and float2int operation. int2float has scheduling problems as
23412         noted in in2float_chain.
23413
23414 2004-02-20  Benjamin Otte  <otte@gnome.org>
23415
23416         * ext/xine/Makefile.am:
23417         * ext/xine/gstxine.h:
23418         * ext/xine/xine.c:
23419         * ext/xine/xineaudiodec.c:
23420         * ext/xine/xinecaps.c:
23421           add first version of xine plugin wrapper. Currently only wraps the
23422           QDM2 win32 DLL, and even that only in proof-of-concept quality.
23423         * configure.ac:
23424         * ext/Makefile.am:
23425           add xine plugin wrapper, disabled by default. Use --enable-xine to
23426           build. Note that it'll segfault on gst-register if you don't remove
23427           the goom and tvtime post plugins from xine.
23428         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23429         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
23430           add extradata parsing for QDM2.
23431           change around debugging prints.
23432
23433 2004-02-19  Benjamin Otte  <otte@gnome.org>
23434
23435         * ext/lame/gstlame.c: (gst_lame_chain):
23436         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23437           use gst_tag_list_insert when you want to insert tags
23438
23439 2004-02-18  David Schleef  <ds@schleef.org>
23440
23441         * configure.ac:  Move massink to gst-rotten
23442         * ext/Makefile.am:
23443         * ext/mas/Makefile.am:
23444         * ext/mas/massink.c:
23445         * ext/mas/massink.h:
23446
23447 2004-02-18  David Schleef  <ds@schleef.org>
23448
23449         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
23450         typefinding, since it seems to be worse than nothing.
23451         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
23452         atom to recognize .mp4 and .m4a files as video/quicktime.
23453
23454 2004-02-18  David Schleef  <ds@schleef.org>
23455
23456         * gst/sine/demo-dparams.c: (quit_live),
23457         (dynparm_log_value_changed), (dynparm_value_changed), (main):
23458         Use double dparams, not float.
23459         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23460         (gst_sinesrc_init): Change sync default to FALSE, since multiple
23461         sync'd elements don't really work correctly.
23462         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
23463         (volume_update_volume), (volume_get_property):  Change dparam
23464         to double.
23465
23466 2004-02-18  Julien MOUTTE  <julien@moutte.net>
23467
23468         * sys/ximage/ximagesink.c:
23469         (gst_ximagesink_xwindow_update_geometry),
23470         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23471         (gst_ximagesink_change_state), (gst_ximagesink_expose),
23472         (gst_ximagesink_init): Rework the way software video scaling works. So
23473         now we check on each chain call if the video frames are feeling the
23474         window. If not we try to renegotiate caps. On failure we memorize that
23475         and we won't try again for that PLAYING sessions.
23476         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
23477         failure.
23478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
23479         synchronous flag.
23480
23481 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23482
23483         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
23484           break up _link so we can give a better debug message for errors
23485
23486 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23487
23488         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23489           set up debug category
23490
23491 2004-02-18  Julien MOUTTE <julien@moutte.net>
23492
23493         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23494         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
23495         the way renegotiation work. The event handling function is not taking
23496         care of external windows and renegotiate method check for pad flags
23497         NEGOTIATING. Should fix : #133209
23498
23499 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23500
23501         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
23502         pad is negotiating before trying renegotiation.
23503
23504 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23505
23506         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23507           pass on all possible mime types as typefind hints
23508
23509 2004-02-17  Julien MOUTTE <julien@moutte.net>
23510
23511         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
23513         possible SHM leak if we crash. All other apps using XShm are doing
23514         that.
23515
23516 2004-02-17  Julien MOUTTE  <julien@moutte.net>
23517
23518         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23519         (gst_ximagesink_expose): Renegotiate size on expose.
23520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
23521         size on expose.
23522
23523 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23524
23525         * testsuite/alsa/sinesrc.c:
23526           cosmetic fix to fix compile issue with gcc 2.95.4
23527
23528 2004-02-16  Julien MOUTTE <julien@moutte.net>
23529
23530         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23531         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
23532         failed opening the audio device.
23533         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23534         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
23535         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
23536         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
23537         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
23538         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
23539         (gst_ximagesink_change_state), (gst_ximagesink_chain),
23540         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
23541         Removing some useless g_return_if_fail like wingo suggested.
23542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23543         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
23544         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
23545         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
23546         (gst_xvimagesink_update_colorbalance),
23547         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
23548         (gst_xvimagesink_xcontext_clear),
23549         (gst_xvimagesink_get_fourcc_from_caps),
23550         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23551         (gst_xvimagesink_set_xwindow_id),
23552         (gst_xvimagesink_colorbalance_list_channels),
23553         (gst_xvimagesink_colorbalance_set_value),
23554         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
23555         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
23556
23557 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
23558
23559         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23560           throw error when not negotiated instead of asserting
23561
23562 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23563
23564         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
23565         correct data refcounting.
23566
23567 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23568
23569         * gst/switch/gstswitch.c: (gst_switch_change_state),
23570         (gst_switch_class_init): Cleaning the sinkpads correctly on state
23571         change, mostly the EOS flag.
23572
23573 2004-02-15  Julien MOUTTE  <julien@moutte.net>
23574
23575         * examples/gstplay/player.c: (got_eos), (main): Adding some
23576         output for debugging.
23577         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
23578         timeouts if we go to any state different from PLAYING.
23579         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
23580         more EOS bugs in riff lib.
23581
23582 2004-02-14  Julien MOUTTE  <julien@moutte.net>
23583
23584         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
23585         visualization until i find a way to fix switch correctly.
23586         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
23587         EOS arrives.
23588         * gst/switch/gstswitch.c: (gst_switch_release_pad),
23589         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
23590         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
23591         Reworked switch to get a more correct behaviour with events and refing
23592         of data stored in sinkpads.
23593         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
23594         we don't pull from a pad in EOS.
23595
23596 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23597
23598         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23599           remove v1 tag even if we can't read it (makes sure we don't detect
23600           it again)
23601
23602 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23603
23604         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
23605         (gst_alsa_xrun_recovery):
23606         * ext/alsa/gstalsa.h:
23607           try xrun recovery when wait failed. Make xrun recovery function
23608           return TRUE/FALSE to indicate success. (might fix #134354)
23609
23610 2004-02-13  David Schleef  <ds@schleef.org>
23611
23612         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
23613         (dynparm_value_changed), (main): Convert from float to double.
23614         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
23615
23616 2004-02-13  David Schleef  <ds@schleef.org>
23617
23618         * gst/silence/gstsilence.c: (gst_silence_class_init),
23619         (gst_silence_set_clock), (gst_silence_get),
23620         (gst_silence_set_property), (gst_silence_get_property):
23621         * gst/silence/gstsilence.h: Add sync property.
23622         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23623         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
23624         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
23625         * gst/sine/gstsinesrc.h: Add sync property.
23626
23627 2004-02-13  David Schleef  <ds@schleef.org>
23628
23629         * gst/intfloat/gstint2float.c: (conv_f32_s16),
23630         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
23631
23632 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23633
23634         * configure.ac:
23635         * ext/Makefile.am:
23636         * gst-libs/ext/Makefile.am:
23637           move ffmpeg plugin to gst-ffmpeg module
23638
23639 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23640
23641         * configure.ac: use GST_ARCH to detect architecture
23642
23643 2004-02-12  Julien MOUTTE  <julien@moutte.net>
23644
23645         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
23646
23647 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23648
23649         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23650           classify LADSPA plugins based on number of src/sink pads
23651           (#133663, Stefan Kost)
23652         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
23653           fix dparams registration
23654           (#133528, Stefan Kost)
23655         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
23656           fix use of isprint and use g_ascii_isprint instead
23657           (#133316, Stefan Kost)
23658
23659 2004-02-11  David Schleef  <ds@schleef.org>
23660
23661         Convert a few inner loops to use liboil.  This is currently
23662         optional, and is only enabled if liboil is present (duh!).
23663         * configure.ac: Check for liboil-0.1
23664         * gst/intfloat/Makefile.am:
23665         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
23666         (gst_int2float_chain_gint16):
23667         * gst/videofilter/Makefile.am:
23668         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
23669         (tablelookup_u8), (gst_videobalance_planar411):
23670         * gst/videotestsrc/Makefile.am:
23671         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
23672         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
23673         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
23674         (paint_hline_RGB565), (paint_hline_xRGB1555):
23675
23676 2004-02-11  David Schleef  <ds@schleef.org>
23677
23678         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
23679         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
23680         (gst_colorspace_getcaps), (gst_colorspace_link),
23681         (gst_colorspace_base_init), (gst_colorspace_init),
23682         (gst_colorspace_chain), (gst_colorspace_change_state),
23683         (plugin_init): Merge Ronald's patch (bug #117897) and update
23684         for new caps and negotiation.  Seems to work, although it
23685         shows off bugs in lcs.
23686
23687 2004-02-11  David Schleef  <ds@schleef.org>
23688
23689         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
23690         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
23691
23692 2004-02-11  David Schleef  <ds@schleef.org>
23693
23694         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
23695         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
23696         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
23697         Add server and port properties
23698
23699 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23700
23701         * m4/a52.m4:
23702         * m4/aalib.m4:
23703         * m4/as-ffmpeg.m4:
23704         * m4/as-liblame.m4:
23705         * m4/as-slurp-ffmpeg.m4:
23706         * m4/check-libheader.m4:
23707         * m4/esd.m4:
23708         * m4/freetype2.m4:
23709         * m4/gconf-2.m4:
23710         * m4/glib.m4:
23711         * m4/gst-alsa.m4:
23712         * m4/gst-artsc.m4:
23713         * m4/gst-ivorbis.m4:
23714         * m4/gst-matroska.m4:
23715         * m4/gst-sdl.m4:
23716         * m4/gst-shout2.m4:
23717         * m4/gst-sid.m4:
23718         * m4/gtk.m4:
23719         * m4/libdv.m4:
23720         * m4/libfame.m4:
23721         * m4/libmikmod.m4:
23722         * m4/ogg.m4:
23723         * m4/vorbis.m4:
23724           fix underquotedness of macros (#133800)
23725         * m4/as-avifile.m4:
23726         * m4/xmms.m4:
23727           removed because no longer used
23728
23729 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23730
23731         * configure.ac:
23732           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
23733           by autopoint (fixes #132996)
23734
23735 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23736
23737         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
23738         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
23739         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
23740         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
23741           fix memleaks
23742
23743 2004-02-11  David Schleef  <ds@schleef.org>
23744
23745         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23746         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
23747         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
23748         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
23749         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
23750         (gst_jpegenc_class_init), (gst_jpegenc_init),
23751         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
23752         (gst_jpegenc_chain), (gst_jpegenc_set_property),
23753         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
23754         * ext/jpeg/gstjpegenc.h: Fix negotiation.
23755
23756 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23757
23758         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23759         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
23760         * ext/mikmod/gstmikmod.h:
23761           fix caps negotiation in mikmod
23762         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
23763           output debug information
23764
23765 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23766
23767         * gst-libs/gst/colorbalance/Makefile.am:
23768         * gst-libs/gst/navigation/Makefile.am:
23769         * gst-libs/gst/xoverlay/Makefile.am:
23770           remove unused GST_OPT_CFLAGS from Makefiles
23771           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
23772
23773 2004-02-07  David Schleef  <ds@schleef.org>
23774
23775         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
23776         push events to pads that haven't been created (#133508)
23777
23778 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
23779
23780         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
23781         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
23782         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23783         (gst_dvdec_loop), (gst_dvdec_change_state):
23784         Second attempt at committing a working dvdec element.
23785
23786 2004-02-06  David Schleef  <ds@schleef.org>
23787
23788         Build fixes for OS X: (see #129600)
23789         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
23790         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
23791         (gst_riff_read_strf_iavs):
23792         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
23793         (gst_avi_demux_stream_odml):
23794         * gst/playondemand/Makefile.am:
23795         * gst/rtp/rtp-packet.c:
23796
23797 2004-02-05  David Schleef  <ds@schleef.org>
23798
23799         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
23800         last change, because it Just Doesn't Compile.
23801
23802 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23803
23804         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
23805           skip undecodable id3v2 tag instead of keeping it
23806
23807 2004-02-05  David Schleef  <ds@schleef.org>
23808
23809         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
23810         Unref leaked buffer.  (Noticed by Ronald)
23811
23812 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
23813
23814         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23815         Sync requires with other checks.  >= vs =.
23816
23817 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
23818
23819         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
23820         (gst_dvdec_video_link), (gst_dvdec_loop):
23821         * ext/dv/gstdvdec.h:
23822           rework the caps negotiation so that dvdec works again instead
23823           of just segfaulting.
23824
23825 === release 0.7.4 ===
23826
23827 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23828
23829         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
23830         * configure.ac: changed for release
23831
23832 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23833
23834         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
23835         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23836         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23837         * pkgconfig/gstreamer-play-uninstalled.pc.in:
23838           reworked patch by David Lehn to fix libdir and includedir for
23839           uninstalled libraries
23840           removed play and gconf from gstreamer-libs since they have their
23841           own pkgconfig files
23842
23843 2004-02-04  David Schleef  <ds@schleef.org>
23844
23845         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
23846         memleak.
23847
23848 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23849
23850         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
23851           use correct GST_TAG_ENCODER tag
23852
23853 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23854
23855         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23856           be sure to stop the clock when going to paused
23857         * sys/oss/gstosssink.c: (gst_osssink_change_state):
23858           reset number of transmitted when going to ready.
23859         fixes #132935
23860
23861 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
23862
23863         reviewed by Benjamin Otte
23864
23865         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23866           extract track count (fixes #133410)
23867
23868 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23869
23870         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23871           that should be !=, not == (fixes #132519)
23872
23873 2004-02-04  David Schleef  <ds@schleef.org>
23874
23875         Make sure set_explicit_caps() is called before adding pad.
23876         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23877         * gst/id3/gstid3types.c: (gst_id3types_loop):
23878         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23879         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23880
23881 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23882
23883         * configure.ac:
23884           bump nano to 2, first prerelease
23885           put back AM_PROG_LIBTOOL
23886
23887 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23888
23889         * testsuite/alsa/Makefile.am:
23890           these are user test apps, not automatic testsuite tests
23891
23892 2004-02-04  David Schleef  <ds@schleef.org>
23893
23894         Convert GST_DEBUG_CAPS() to GST_DEBUG():
23895         * gst/mpeg1videoparse/gstmp1videoparse.c:
23896         (mp1videoparse_parse_seq):
23897         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23898         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23899         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
23900         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23901         (gst_xvideosink_getcaps):
23902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23903         * testsuite/gst-lint: more tests
23904
23905 2004-02-04  David Schleef  <ds@schleef.org>
23906
23907         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
23908         with the code that they would expand to.
23909         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
23910         (gst_flacdec_get_src_query_types),
23911         (gst_flacdec_get_src_event_masks):
23912         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
23913         (gst_gnomevfssrc_get_query_types),
23914         (gst_gnomevfssrc_get_event_mask):
23915
23916 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23917
23918         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23919         (gst_sinesrc_dispose):
23920           fix memleak by properly disposing sinesrc
23921
23922 2004-02-04  Julien MOUTTE  <julien@moutte.net>
23923
23924         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
23925         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
23926         an overlay to redraw the image because it has been exposed.
23927         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
23928         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
23929         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
23930         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
23931         interface
23932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
23933         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
23934         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
23935         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
23936         interface
23937
23938 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23939
23940         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
23941           more memleak fixage
23942
23943 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23944
23945         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
23946         * gst/typefind/gsttypefindfunctions.c:
23947           fix memleaks shown by gst-typefind
23948
23949 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23950
23951         * common/glib-gen.mak:
23952           add hack rule to touch .Plo files
23953         * gst-libs/gst/colorbalance/Makefile.am:
23954         * gst-libs/gst/mixer/Makefile.am:
23955         * gst-libs/gst/play/Makefile.am:
23956         * gst-libs/gst/tuner/Makefile.am:
23957           remove glib_root variable
23958
23959 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23960
23961         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
23962           set explicit caps before adding the element, so the autopluggers can
23963           plug correctly.
23964         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
23965         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
23966         (mpeg_video_type_find), (mpeg_video_stream_type_find),
23967         (dv_type_find):
23968           fix memleaks in typefind functions. gst_type_find_suggest takes a const
23969           argument.
23970
23971 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
23972
23973         * gst-libs/gst/colorbalance/Makefile.am:
23974         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23975         * gst-libs/gst/colorbalance/colorbalance.c:
23976         * gst-libs/gst/colorbalance/colorbalance.h:
23977         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
23978         * gst-libs/gst/mixer/Makefile.am:
23979         * gst-libs/gst/mixer/mixer-marshal.list:
23980         * gst-libs/gst/mixer/mixer.c:
23981         * gst-libs/gst/mixer/mixer.h:
23982         * gst-libs/gst/mixer/mixermarshal.list:
23983         * gst-libs/gst/play/Makefile.am:
23984         * gst-libs/gst/play/play.h:
23985         * gst-libs/gst/tuner/Makefile.am:
23986         * gst-libs/gst/tuner/tuner-marshal.list:
23987         * gst-libs/gst/tuner/tuner.c:
23988         * gst-libs/gst/tuner/tuner.h:
23989         * gst-libs/gst/tuner/tunermarshal.list:
23990           use new glib-gen.mak snippet to clean up Makefile.am
23991           fix various bugs in Makefile.am's
23992
23993 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23994
23995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
23996           handle chain parsing correctly in the multichain case
23997         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
23998         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
23999         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24000         (theora_dec_chain):
24001           handle events and queries correctly
24002
24003 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
24004
24005         * .cvsignore:
24006         Ignore generated file _stdint.h.
24007
24008 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
24009
24010         * gst-libs/gst/colorbalance/Makefile.am:
24011         * gst-libs/gst/colorbalance/colorbalance.h:
24012         * gst-libs/gst/mixer/Makefile.am:
24013         * gst-libs/gst/mixer/mixer.h:
24014         * gst-libs/gst/play/Makefile.am:
24015         * gst-libs/gst/play/play.h:
24016         * gst-libs/gst/tuner/Makefile.am:
24017         * gst-libs/gst/tuner/tuner.h:
24018         Generate enum type code with glib-mkenums.
24019         * gst-libs/gst/colorbalance/.cvsignore:
24020         * gst-libs/gst/mixer/.cvsignore:
24021         * gst-libs/gst/play/.cvsignore:
24022         * gst-libs/gst/tuner/.cvsignore:
24023         Ignore generated files.
24024
24025 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
24026
24027         * gst-libs/gst/audio/.cvsignore:
24028         Ignore generated file.
24029         * gst-libs/gst/audio/Makefile.am:
24030         Do not install example filter.
24031
24032 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
24033
24034         * examples/switch/.cvsignore:
24035         Ignore generated file.
24036
24037 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24038
24039         * common/m4/ax_create_stdint_h.m4:
24040         * configure.ac:
24041           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
24042           _stdint.h.
24043         * Makefile.am:
24044           remove generated _stdint.h in DISTCLEANFILES
24045         * ext/a52dec/gsta52dec.c:
24046           include _stdint.h for a52dec. (should fix #133064)
24047
24048 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
24049
24050         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
24051         (gst_tag_to_vorbis_comments):
24052         Add replaygain support to vorbistag
24053
24054 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
24055         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24056         (gst_ffmpeg_caps_to_extradata):
24057           Fix SVQ3 caps flag properties
24058           Use glib macro for bytes swap
24059
24060 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24061
24062         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24063         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24064         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24065         * ext/sndfile/gstsf.c: (plugin_init):
24066         * gst/avi/gstavi.c: (plugin_init):
24067         * sys/dxr3/dxr3init.c: (plugin_init):
24068         * sys/oss/gstossaudio.c: (plugin_init):
24069         * sys/v4l/gstv4l.c: (plugin_init):
24070         * sys/v4l2/gstv4l2.c: (plugin_init):
24071           remove textdomain calls
24072         * po/nl.po:
24073           update Dutch translation
24074
24075 2004-02-02  Julien MOUTTE  <julien@moutte.net>
24076
24077         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
24078         (gst_play_set_audio_sink): Moving volume in the audio thread for
24079         instantaneous volume change. Maybe i will add another volume in front
24080         of visualization later, not sure yet though.
24081
24082 2004-02-02  Julien MOUTTE  <julien@moutte.net>
24083
24084         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24085         (gst_ximagesink_handle_xevents): Better X events handling, only take
24086         the latest events for configure and motion.
24087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
24088
24089 2004-02-02  Jon Trowbridge  <trow@gnu.org>
24090
24091         reviewed by: David Schleef  <ds@schleef.org>
24092
24093         Fix memory leaks:
24094         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
24095         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
24096
24097 2004-02-02  David Schleef  <ds@schleef.org>
24098
24099         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
24100         of lines.
24101         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
24102         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24103         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
24104         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
24105         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
24106         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
24107         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
24108         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
24109         (gst_float2_2_int_link):
24110         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
24111         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
24112         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
24113         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
24114         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
24115         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
24116         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
24117         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
24118         * testsuite/gst-lint: Add tests for bzero and ;;
24119
24120 2004-02-02  David Schleef  <ds@schleef.org>
24121
24122         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
24123
24124 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24125
24126         * ext/aalib/gstaasink.c: (gst_aasink_open):
24127         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
24128         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24129         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24130         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
24131         (gst_afsink_close_file):
24132         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
24133         (gst_afsrc_close_file):
24134         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24135         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24136         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24137         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
24138         * ext/esd/esdmon.c: (gst_esdmon_get):
24139         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
24140         * ext/faac/gstfaac.c: (gst_faac_chain):
24141         * ext/faad/gstfaad.c: (gst_faad_chain):
24142         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
24143         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24144         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
24145         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
24146         (gst_flacdec_loop):
24147         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
24148         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
24149         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
24150         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24151         (gst_gnomevfssink_close_file):
24152         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24153         (gst_gnomevfssrc_open_file):
24154         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
24155         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
24156         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
24157         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
24158         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
24159         * ext/mad/gstmad.c: (gst_mad_chain):
24160         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
24161         * ext/mpeg2dec/gstmpeg2dec.c:
24162         * ext/mpeg2enc/gstmpeg2enc.cc:
24163         * ext/mplex/gstmplex.cc:
24164         * ext/mplex/gstmplexibitstream.cc:
24165         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
24166         (gst_ogg_demux_push):
24167         * ext/raw1394/gstdv1394src.c:
24168         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
24169         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
24170         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
24171         (gst_sf_loop):
24172         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
24173         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
24174         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
24175         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
24176         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24177         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
24178         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
24179         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
24180         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24181         (gst_riff_read_element_data), (gst_riff_read_seek),
24182         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
24183         * gst/adder/gstadder.c: (gst_adder_loop):
24184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
24185         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
24186         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
24187         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
24188         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
24189         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
24190         * gst/goom/gstgoom.c: (gst_goom_chain):
24191         * gst/id3/gstid3types.c: (gst_id3types_loop):
24192         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24193         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
24194         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
24195         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24196         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
24197         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
24198         (gst_ebml_read_float), (gst_ebml_read_header):
24199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
24200         (gst_matroska_demux_parse_blockgroup):
24201         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
24202         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24203         * gst/oneton/gstoneton.c: (gst_oneton_chain):
24204         * gst/silence/gstsilence.c: (gst_silence_get):
24205         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24206         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
24207         * gst/speed/gstspeed.c: (speed_loop):
24208         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24209         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24210         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
24211         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
24212         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
24213         (gst_wavparse_loop):
24214         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
24215         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
24216         (dxr3audiosink_close):
24217         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
24218         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
24219         (dxr3videosink_close), (dxr3videosink_write_data):
24220         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24221         * sys/oss/gstosssink.c: (gst_osssink_chain):
24222         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24223         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
24224         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
24225         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
24226         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24227         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24228         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
24229         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
24230         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
24231         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
24232         (gst_v4l_set_audio):
24233         * sys/v4l/v4l_calls.h:
24234         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24235         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
24236         (gst_v4lmjpegsink_playback_init),
24237         (gst_v4lmjpegsink_playback_start):
24238         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
24239         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24240         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
24241         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
24242         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
24243         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24244         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24245         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24246         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
24247         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
24248         (gst_v4l2_get_output), (gst_v4l2_set_output),
24249         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
24250         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
24251         (gst_v4l2_set_attribute):
24252         * sys/v4l2/v4l2_calls.h:
24253         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
24254         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
24255         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
24256         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
24257         (gst_v4l2src_capture_stop):
24258         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
24259         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24260         (gst_ximagesink_chain):
24261         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
24262         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
24263         (gst_xvideosink_xwindow_new):
24264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24265         (gst_xvimagesink_chain):
24266
24267 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24268
24269         * gst/volume/gstvolume.c: (gst_volume_set_volume),
24270         (gst_volume_get_volume), (volume_class_init), (volume_init),
24271         (volume_chain_int16), (volume_update_volume):
24272         * gst/volume/gstvolume.h:
24273           make code more readable by removing magic numbers
24274           make mixer interface export 0-100 range
24275           make it internally map to 0.0-1.0 range so users don't distort
24276           output by putting the sliders at full volume
24277
24278 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24279
24280         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
24281         (gst_play_state_change), (gst_play_seek_to_time):
24282         block the tick callback for 0.5 secs after doing a seek
24283
24284 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24285
24286         * gst-libs/gst/play/play.c: (gst_play_new):
24287           check for GError
24288
24289 2004-02-01  Julien MOUTTE  <julien@moutte.net>
24290
24291         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
24292         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
24293         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
24294         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
24295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24296         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
24297
24298 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24299
24300         * configure.ac:
24301         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24302           check for a function added in vorbis 1.1
24303
24304 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24305
24306         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24307         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
24308           really start/stop clock only on PLAYING <=> PAUSED
24309         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
24310           remove \n from debugging lines
24311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
24312           make it work when seeking does not
24313         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24314           reset on DISCONT
24315
24316 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24317
24318         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
24319           start clock on PAUSED=>PLAYING, not later
24320         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24321           extract correct time for different discont formats
24322         (gst_alsa_sink_get_time):
24323           don't segfault when no format is negotiated yet, just return 0
24324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24325         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
24326         (gst_ogg_pad_push):
24327           handle flush and discont events correctly
24328         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
24329           handle discont events correctly
24330
24331 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24332
24333         * gst-libs/gst/play/play.c: (gst_play_error_quark),
24334         (gst_play_error_create), (gst_play_error_plugin),
24335         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
24336         * gst-libs/gst/play/play.h:
24337           add error handling during creation
24338         * examples/gstplay/player.c: (main):
24339           use new gst_play_new
24340
24341
24342 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24343
24344         * ext/theora/theoradec.c: (theora_dec_chain):
24345           make comments work
24346         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24347         (vorbis_dec_src_event), (vorbis_dec_chain):
24348           add encoder tag, fix tag reading to be more error tolerant, change
24349           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
24350           gst_pad_event_default.
24351         * gst/tags/gstvorbistag.c:
24352         (gst_tag_list_from_vorbiscomment_buffer):
24353           undefine function specific define at end of function
24354
24355 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
24356
24357         * ext/flac/gstflac.c: (plugin_init):
24358         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
24359         * ext/flac/gstflacdec.h:
24360         * ext/flac/gstflacenc.h:
24361           Fix typos
24362
24363 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
24364
24365         * examples/gstplay/player.c: s/gstplay.h/play.h/
24366
24367 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24368
24369         * gst-libs/gst/play/Makefile.am:
24370         * gst-libs/gst/play/gstplay.c:
24371         * gst-libs/gst/play/gstplay.h:
24372         * gst-libs/gst/play/play.c:
24373           more surgery, operation complete
24374
24375 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24376
24377         * gst-libs/gst/play/play.old.c:
24378         * gst-libs/gst/play/play.old.h:
24379           after CVS surgery by moving, remove
24380         * gst-libs/gst/play/playpipelines.c:
24381           remove
24382
24383         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
24384           add negotiation error
24385
24386 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24387
24388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
24389         (gst_ogg_demux_push):
24390           add some seeking debug info
24391           send a flush when seeking
24392
24393 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24394
24395         * configure.ac:
24396           use AC_C_INLINE
24397         * configure.ac:
24398         * ext/Makefile.am:
24399         * ext/theora/Makefile.am:
24400         * ext/theora/theoradec.c:
24401           add theora video decoder. Does just do simple decoding for now and
24402           has been tested against Theora cvs only. It only works when theora
24403           is compiled with --enable-static.
24404         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
24405           always reset packetno on DISCONT
24406
24407 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24408
24409         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24410           Fix audio.
24411
24412 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24413
24414         * gst/mpegaudioparse/gstmpegaudioparse.c:
24415         (mp3_type_frame_length_from_header):
24416           Fix header parsing - stolen from ffmpeg (thank you! :) ).
24417
24418 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24419
24420         * ext/esd/esdsink.c: (gst_esdsink_init):
24421           Since we have static pad template caps, we don't need to negotiate;
24422           either the core errors out or we know the format.
24423
24424 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24425
24426         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24427         (gst_riff_read_seek):
24428         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
24429         (gst_ebml_read_seek):
24430           Fix event handling.
24431
24432 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24433
24434         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24435           removee video/x-theora from vp3 decoder, it doesn't handle raw
24436           theora streams
24437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
24438           fix bug with finalizing element that never went to PAUSED
24439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24440           length and position queries were swapped
24441         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24442         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
24443         (vorbis_dec_src_event):
24444           implement querying time and bytes
24445
24446 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24447
24448         * just about every source file:
24449           gst_element_error -> GST_ELEMENT_ERROR
24450
24451 2004-01-29  Julien MOUTTE  <julien@moutte.net>
24452
24453         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
24454         emiting FLUSH and even before DISCONT.
24455         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
24456         get the best instant seeking as possible yay!
24457
24458 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24459
24460         * gst/mpeg1videoparse/gstmp1videoparse.c:
24461         (gst_mp1videoparse_real_chain):
24462           Committed wrong version last week... Grr... Didn't notice until now.
24463
24464 2004-01-29  Julien MOUTTE <julien@moutte.net>
24465
24466         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
24467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
24468         have_xwindow_id signal in xwindow_create.
24469
24470 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24471
24472         * ext/ogg/gstoggdemux.c:
24473           lots of changes - mainly support for chained bitstreams, seeking,
24474           querying and bugfixes of course
24475         * ext/vorbis/Makefile.am:
24476         * ext/vorbis/vorbisdec.c:
24477         * ext/vorbis/vorbisdec.h:
24478           add vorbisdec raw vorbis decoder
24479         * ext/vorbis/vorbis.c: (plugin_init):
24480           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
24481         * gst/intfloat/Makefile.am:
24482         * gst/intfloat/float22int.c:
24483         * gst/intfloat/float22int.h:
24484         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
24485           add float2intnew plugin. It converts multichannel interleaved float to
24486           multichannel interleaved int. The name should probably be changed.
24487         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
24488         (plugin_init):
24489           add typefinding for raw theora video so oggdemux can detect it.
24490
24491 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24492
24493         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
24494         sink element first.
24495         * gst/videoscale/gstvideoscale.c:
24496         (gst_videoscale_handle_src_event): Fixing src event handler.
24497
24498 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24499
24500         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24501         (gst_v4lsrc_open), (gst_v4lsrc_close),
24502         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
24503         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
24504         * sys/v4l/gstv4lsrc.h:
24505         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
24506         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
24507           Implement resizing... Hack. But that's why v4l is b0rked...
24508
24509 2004-01-28  Julien MOUTTE <julien@moutte.net>
24510
24511         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24512         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24513         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
24514         (gst_ximagesink_xwindow_destroy):
24515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24516         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
24517         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
24518         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
24519         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
24520         correctly cleaning the image created to check xshm calls on succes,
24521         added a lot of XSync calls in X11 functions, and fixed a segfault when
24522         no image format was defined before negotiation happened.
24523
24524 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24525
24526         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
24527           use gst_element_get_time to get correct time
24528
24529 2004-01-28  Julien MOUTTE  <julien@moutte.net>
24530
24531         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
24532         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
24533         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
24534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
24535         (gst_xvimagesink_check_xshm_calls),
24536         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
24537         X plugins are now able to detect that XShm calls will fail even if the
24538         server claims that it has XShm support (remote displays most of the
24539         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
24540         so that we use non XShm functions. This feature is almost useless for
24541         xvimagesink as Xv is not supported on remote displays anyway, but
24542         it might happen than even on the local display XShm calls fail.
24543
24544 2004-01-27  David Schleef  <ds@schleef.org>
24545
24546         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
24547         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
24548         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
24549         changed esdsink to only use 44100,16,2, since esd sucks at rate
24550         conversion and esdsink has had difficulty negotiating.
24551
24552 2004-01-27  Julien MOUTTE <julien@moutte.net>
24553
24554         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
24555         (gst_play_seek_to_time): Fixing the way to get current position.
24556
24557 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24558
24559         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
24560           use gst_element_get_time to get correct time
24561
24562 2004-01-27  Julien MOUTTE <julien@moutte.net>
24563
24564         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
24565         fix ever... Inverting 2 lines of code make spider autoplug correctly
24566         tagged mp3 !
24567
24568 2004-01-27  David Schleef  <ds@schleef.org>
24569
24570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24571         Use gst_pad_try_set_caps_nonfixed().
24572
24573 2004-01-27  David Schleef  <ds@schleef.org>
24574
24575         * gst/ac3parse/gstac3parse.c: update to checklist 5
24576         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
24577         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
24578         * gst/audioscale/gstaudioscale.c: same
24579         * gst/auparse/gstauparse.c: same
24580         * gst/avi/gstavidemux.c: same
24581
24582 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24583
24584         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
24585           stop processing after EOS
24586
24587 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24588
24589         * gst/asfdemux/asfheaders.h:
24590         * gst/asfdemux/gstasfdemux.c:
24591         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
24592         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
24593         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
24594           lot's of fixes to make data extraction simpler and get the code
24595           architecture and compiler independant. Add debugging category
24596         * gst/goom/gstgoom.c: (gst_goom_change_state):
24597           reset channel count on PAUSED=>READY, not READY=>PAUSED
24598
24599 2004-01-26  Colin Walters  <walters@verbum.org>
24600
24601         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
24602         code to pull a bigger buffer in iradio mode.  This as a side effect
24603         makes typefinding work.
24604
24605 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24606
24607         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24608         Fix SVQ3 decoding on PPC
24609
24610 2004-01-26  Julien MOUTTE <julien@moutte.net>
24611
24612         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
24613         that one managed to stay there... Fixed.
24614
24615 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
24616
24617         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
24618         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
24619         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
24620         (qtdemux_video_caps):
24621         * gst/qtdemux/qtdemux.h:
24622         Add SVQ3 specific flags to qtdemux and ffmpeg
24623
24624 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24625
24626         * gst-libs/gst/audio/audio.h:
24627           remove buffer-frames from audio caps
24628         * gst/audioconvert/gstaudioconvert.c:
24629           fix plugin to really work.
24630
24631 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24632
24633         * gst-libs/gst/mixer/mixer.c:
24634         * gst-libs/gst/propertyprobe/propertyprobe.c:
24635         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
24636         (gst_tuner_find_channel_by_name):
24637         * gst-libs/gst/tuner/tuner.h:
24638           Add gtk-doc style comments. Also fix a function name.
24639
24640 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24641
24642         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
24643         (gst_divxdec_negotiate):
24644           Fix for new capsnego - also fixes gst-player with divxdec.
24645
24646 2004-01-25  Julien MOUTTE  <julien@moutte.net>
24647
24648         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24649         (gst_play_identity_handoff), (gst_play_set_location),
24650         (gst_play_set_visualization), (gst_play_connect_visualization): Another
24651         try in visualization implementation. Still have an issue with switch
24652         blocking when pulling from video_queue and only audio comes out of
24653         spider.
24654         * gst/switch/gstswitch.c: (gst_switch_release_pad),
24655         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
24656         release method. And check if the pad is usable before pulling.
24657
24658 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24659
24660         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
24661         (gst_videobalance_init),
24662         (gst_videobalance_colorbalance_list_channels),
24663         (gst_videobalance_colorbalance_set_value),
24664         (gst_videobalance_colorbalance_get_value),
24665         (gst_videobalance_update_properties),
24666         (gst_videobalance_update_tables_planar411),
24667         (gst_videobalance_planar411):
24668         * gst/videofilter/gstvideobalance.h:
24669           Implement lookup-tables. +/- 10x faster.
24670
24671 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24672
24673         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24674         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24675           The index reading was broken. The rest worked fine, but the whole
24676           goal of my rewrite was to make avidemux readable, and this was
24677           not at all readable. Please use typed variables.
24678
24679 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24680
24681         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24682           Additional pad usability check.
24683         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24684         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
24685         (gst_mp1videoparse_real_chain):
24686           Fix MPEG video stream parsing. The original plugin had several
24687           issues, including not timestamping streams where the source was
24688           not timestamped (this happens with PTS values in mpeg system
24689           streams, but MPEG video is also a valid stream on its own so
24690           that needs timestamps too). We use the display time code for that
24691           for now. Also, if one incoming buffer contains multiple valid
24692           frames, we push them all on correctly now, including proper EOS
24693           handling. Lastly, several potential segfaults were fixed, and we
24694           properly sync on new sequence/gop headers to include them in next,
24695           not previous frames (since they're header for the next frame, not
24696           the previous). Also see #119206.
24697         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
24698         (bpf_from_header):
24699           Move caps setting so we only do it after finding several valid
24700           MPEG-1 fraes sequentially, not right after the first one (which
24701           might be coincidental).
24702         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
24703         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24704         (plugin_init):
24705           Add unsynced MPEG video stream typefinding, and change some
24706           probability values so we detect streams rightly. The idea is as
24707           follows: I can have an unsynced system stream which contains
24708           video. In the current code, I would randomly get a type for either
24709           system or video stream type found, because the probabilities are
24710           being calculated rather randomly. I now use fixed values, so we
24711           always prefer system stream if that was found (and that is how it
24712           should be). If no system stream was found, we can still identity                the stream as video-only.
24713
24714 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24715
24716         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
24717         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
24718           don't write to buffer. Extract data without the need of
24719           __attribute__ ((packed))
24720
24721 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24722
24723         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
24724         (mpeg1_sys_type_find):
24725           Fix MPEG-1 stream typefinding.
24726
24727 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24728
24729         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
24730           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
24731
24732 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24733
24734         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
24735         * ext/esd/gstesd.c: (plugin_init):
24736           private debugging, better error reporting
24737
24738 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24739
24740         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
24741         (gst_riff_read_init), (gst_riff_read_change_state):
24742         * gst-libs/gst/riff/riff-read.h:
24743           Remove stuff fromold metadata system.
24744
24745 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24746
24747         * ext/ogg/gstoggdemux.c:
24748           Fix wrong file comment.
24749         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
24750         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
24751           Add metadata reading properly.
24752
24753 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24754
24755         * ext/Makefile.am:
24756           Fix nas DIST_SUBDIRS
24757           Uraeus:
24758           Fix bug where make distcheck doesn't get run on adding stuff to
24759           the build.
24760
24761 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24762
24763         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
24764         * ext/divx/gstdivxdec.h:
24765           Fix divx3 ("msmpeg4") playback using divxdec.
24766
24767 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24768
24769         * gst/typefind/gsttypefindfunctions.c:
24770         (mp3_type_frame_length_from_header): fix bug in length computation
24771         (mp3_type_find): improve debugging output
24772
24773 2004-01-23  Julien MOUTTE  <julien@moutte.net>
24774
24775         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
24776         (gst_play_set_location), (gst_play_seek_to_time),
24777         (gst_play_set_audio_sink), (gst_play_set_visualization),
24778         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
24779         the pipeline from scratch. Visualization is back and switch went out as
24780         i realized it was not possible to use the way i wanted.
24781         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
24782         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
24783         clearing in state change from READY to NULL. So that one can clean the
24784         X ressources keeping the element.
24785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
24786         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
24787         (gst_xvimagesink_colorbalance_set_value),
24788         (gst_xvimagesink_colorbalance_get_value),
24789         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
24790         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
24791         change from READY to NULL and fixed some stupid bugs in colorbalance
24792         get/set values. Also added the following feature : when nobody tries to
24793         set some values to the colorbalance levels before the xcontext is
24794         grabbed, then when creating channels list from Xv attributes we set the
24795         internal values to the Xv defaults. This way we handle buggy Xv drivers
24796         that set default hue values far from the middle of the range (Thanks
24797         to Jon Trowbridge for pointing that issue).
24798         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
24799         colorbalance levels have been set before xcontext is grabbed.
24800
24801 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24802
24803         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24804           Fix the ossmixer case where we shouldn't open /dev/dsp* because
24805           it might block operations (which is bad for a mixer).
24806
24807 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24808
24809         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
24810         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
24811         (gmip_find_type_pre):
24812         * gst-libs/gst/media-info/media-info-priv.h:
24813         * gst-libs/gst/media-info/media-info.c:
24814         (gst_media_info_instance_init), (gst_media_info_read_idler):
24815         add fakesink to get caps on decoder src pad again
24816         fix callback prototype to match new have_type signal signature
24817
24818 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24819
24820         * gst/adder/gstadder.c: (gst_adder_link):
24821           fix non-compile and cut-n-paste code
24822
24823 2004-01-21  David Schleef  <ds@schleef.org>
24824
24825         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
24826         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
24827         (gst_swfdec_init), (gst_swfdec_change_state):
24828         * ext/swfdec/gstswfdec.h:
24829         Fix negotiation.
24830         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
24831         (gst_adder_request_new_pad): Fix negotiation.
24832         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
24833         Add a fixate function.
24834         * gst/intfloat/gstfloat2int.c:
24835         * gst/intfloat/gstfloat2int.h:
24836         * gst/intfloat/gstint2float.c:
24837         * gst/intfloat/gstint2float.h:
24838         Completely rewrite the negotiation.  Doesn't quite work yet,
24839         due to some buffer-frames problem.
24840
24841 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24842
24843         * ext/gnomevfs/gstgnomevfssrc.c:
24844         * sys/v4l2/v4l2_calls.h:
24845           fix includes for distcheck
24846
24847 2004-01-21  Christian Schaller <uraeus@gnome.org>
24848
24849         * ext/nas/
24850         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
24851         based on earlier patch from Laurent Vivier
24852
24853 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
24854
24855         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
24856         Fix wma caps property
24857         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
24858         Fix typo (flags1 and flags2)
24859
24860 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24861
24862         * gst-libs/gst/media-info/media-info-priv.c:
24863         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
24864         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
24865         (gmip_find_stream), (gmip_find_track_metadata),
24866         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
24867         (gmip_find_track_format):
24868         * gst-libs/gst/media-info/media-info-priv.h:
24869         * gst-libs/gst/media-info/media-info-test.c: (main):
24870         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
24871         (gst_media_info_read_idler), (gst_media_info_read):
24872         * gst-libs/gst/media-info/media-info.h:
24873           register debugging category and use it for debugging
24874
24875 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24876
24877         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
24878         (gst_vorbisfile_new_link):
24879           signal streaminfo through tags
24880
24881 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24882
24883         * ext/mplex/gstmplex.cc:
24884         * ext/mplex/gstmplexibitstream.cc:
24885           g++ doesn't like NULL in our i18n/error macros, should be
24886           either (NULL) or ("").
24887
24888 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24889
24890         * sys/dxr3/dxr3audiosink.c:
24891         * sys/dxr3/dxr3init.c:
24892         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
24893         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
24894           Fix more error error error errors (missing includes here).
24895
24896 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24897
24898         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24899           fix thomas' error errors.
24900
24901 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24902
24903         * ext/mpeg2enc/gstmpeg2enc.cc:
24904           fix error errors.
24905
24906 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24907
24908         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
24909         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24910           Fix for new error system.
24911
24912 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24913
24914         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
24915           fix for new error reporting
24916
24917 2004-01-20  David Schleef  <ds@schleef.org>
24918
24919         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24920         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24921         (gst_ximagesink_set_xwindow_id): Change to using a framerate
24922         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
24923         and neither is 100+, most likely.
24924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24925         (gst_xvimagesink_getcaps): same
24926
24927 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24928
24929         * configure.ac:
24930           Up version requirement to 2.0.3 (not yet released) to avoid symbol
24931           clashes with ffmpeg.
24932
24933 2004-01-20  Julien MOUTTE  <julien@moutte.net>
24934
24935         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24936         (gst_switch_init): Fixed switch element : proxying link and setting
24937         caps from src to sink on request.
24938
24939 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24940
24941         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24942         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
24943         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
24944         fix element_error
24945
24946 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24947
24948         * sys/v4l/v4l_calls.h:
24949         * sys/v4l2/v4l2_calls.h:
24950           element_error fixes
24951
24952 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24953
24954         * gst-libs/gst/gst-i18n-plugin.h:
24955           add locale.h
24956           remove config.h inclusion
24957
24958 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24959
24960         * autogen.sh:
24961           adding autopoint invocation
24962         * Makefile.am:
24963         * configure.ac:
24964         * gst-libs/gst/gettext.h:
24965           adding gettext bits
24966         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
24967         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
24968         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24969         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
24970         (gst_gnomevfssink_close_file):
24971         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
24972         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
24973         * gst-libs/gst/gst-i18n-plugin.h:
24974         * gst/avi/gstavi.c: (plugin_init):
24975         * sys/dxr3/dxr3init.c: (plugin_init):
24976         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
24977         * sys/oss/gstossaudio.c: (plugin_init):
24978         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
24979         * sys/v4l/gstv4l.c: (plugin_init):
24980         * sys/v4l/v4l_calls.c: (gst_v4l_open):
24981         * sys/v4l2/gstv4l2.c: (plugin_init):
24982         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
24983         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
24984         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
24985         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
24986         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
24987         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
24988           make sure locale and translation domain are set
24989           fix translated strings
24990         * po/.cvsignore:
24991         * po/LINGUAS:
24992         * po/Makevars:
24993         * po/POTFILES.in:
24994         * po/nl.po:
24995           put translation files into place
24996         * sys/xvideo/imagetest.c: (main):
24997         * ext/dv/demo-play.c: (main):
24998           fix unnecessary translations
24999
25000 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25001
25002         * ext/sndfile/gstsf.c:
25003         * gst/avi/gstavimux.c:
25004         * ext/audiofile/gstafsink.c:
25005         * ext/audiofile/gstafsrc.c:
25006         * ext/gnomevfs/gstgnomevfssink.c:
25007         * ext/gnomevfs/gstgnomevfssrc.c:
25008         * sys/oss/gstosselement.c:
25009         * sys/v4l/v4l_calls.h:
25010           fix i18n include
25011
25012 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25013
25014         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
25015         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
25016         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
25017         (gst_v4l2_get_output), (gst_v4l2_set_output),
25018         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
25019         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
25020         (gst_v4l2_set_attribute):
25021         update to new error handling
25022
25023 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25024
25025         * ext/sidplay/gstsiddec.cc:
25026         * gst/modplug/gstmodplug.cc:
25027           parenthese NULL because C++ seems angry about it
25028
25029 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25030
25031         * gst-libs/gst/gst-i18n-plugin.h:
25032           add skeleton i18n stuff, but needs to be further implemented
25033
25034 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25035
25036         * examples/gstplay/player.c: (main):
25037         * ext/aalib/gstaasink.c: (gst_aasink_open):
25038         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
25039         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25040         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25041         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
25042         (gst_afsink_close_file):
25043         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
25044         (gst_afsrc_close_file):
25045         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
25046         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
25047         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
25048         * ext/esd/esdmon.c: (gst_esdmon_get):
25049         * ext/esd/esdsink.c: (gst_esdsink_chain):
25050         * ext/faac/gstfaac.c: (gst_faac_chain):
25051         * ext/faad/gstfaad.c: (gst_faad_chain):
25052         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
25053         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
25054         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
25055         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
25056         (gst_flacdec_loop):
25057         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
25058         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
25059         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
25060         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
25061         (gst_gnomevfssink_close_file):
25062         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
25063         (gst_gnomevfssrc_open_file):
25064         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
25065         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
25066         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
25067         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25068         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
25069         * ext/mad/gstmad.c: (gst_mad_chain):
25070         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
25071         * ext/mpeg2dec/gstmpeg2dec.c:
25072         * ext/mpeg2enc/gstmpeg2enc.cc:
25073         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25074         * ext/mplex/gstmplex.cc:
25075         * ext/mplex/gstmplexibitstream.cc:
25076         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
25077         (gst_ogg_demux_push), (gst_ogg_pad_push):
25078         * ext/raw1394/gstdv1394src.c:
25079         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
25080         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
25081         * ext/sidplay/gstsiddec.cc:
25082         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
25083         (gst_sf_loop):
25084         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
25085         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
25086         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
25087         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
25088         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
25089         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
25090         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
25091         * gst-libs/gst/Makefile.am:
25092         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
25093         (gst_riff_read_element_data), (gst_riff_read_seek),
25094         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
25095         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
25096         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
25097         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
25098         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
25099         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25100         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
25101         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25102         * gst/goom/gstgoom.c: (gst_goom_chain):
25103         * gst/id3/gstid3types.c: (gst_id3types_loop):
25104         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
25105         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
25106         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
25107         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
25108         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
25109         (gst_ebml_read_float), (gst_ebml_read_header):
25110         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
25111         (gst_matroska_demux_parse_blockgroup):
25112         * gst/modplug/gstmodplug.cc:
25113         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
25114         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
25115         * gst/oneton/gstoneton.c: (gst_oneton_chain):
25116         * gst/silence/gstsilence.c: (gst_silence_get):
25117         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25118         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
25119         * gst/speed/gstspeed.c: (speed_loop):
25120         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25121         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25122         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
25123         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25124         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
25125         (gst_wavparse_loop):
25126         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
25127         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
25128         (dxr3audiosink_close):
25129         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
25130         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
25131         (dxr3videosink_close), (dxr3videosink_write_data):
25132         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
25133         * sys/oss/gstosselement.h:
25134         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
25135         (gst_osssink_chain):
25136         * sys/oss/gstosssrc.c: (gst_osssrc_get):
25137         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25138         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
25139         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
25140         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
25141         (gst_v4l_enable_overlay):
25142         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
25143         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
25144         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
25145         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
25146         (gst_v4l_set_audio):
25147         * sys/v4l/v4l_calls.h:
25148         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
25149         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
25150         (gst_v4lmjpegsink_playback_init),
25151         (gst_v4lmjpegsink_playback_start):
25152         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
25153         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
25154         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
25155         (gst_v4lmjpegsrc_requeue_frame):
25156         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25157         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
25158         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
25159         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
25160         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
25161         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
25162         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
25163         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
25164         (gst_v4l2src_capture_stop):
25165         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
25166         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25167         (gst_ximagesink_chain):
25168         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
25169         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
25170         (gst_xvideosink_xwindow_new):
25171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25172         (gst_xvimagesink_chain):
25173         use new error signal, function and categories
25174
25175 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
25176
25177         * configure.ac:
25178         * ext/Makefile.am:
25179         * ext/musicbrainz/gsttrm.c:
25180         * ext/musicbrainz/gsttrm.h:
25181         * ext/musicbrainz/Makefile.am:
25182         Add a trm plugin
25183
25184 2004-01-18  Julien MOUTTE  <julien@moutte.net>
25185
25186         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
25187         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
25188         synchronous property for debugging.
25189         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
25190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25191         (gst_xvimagesink_set_property): Moving a pointer declaration to a
25192         smaller block, fixing indent.
25193
25194 2004-01-16  David Schleef  <ds@schleef.org>
25195
25196         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
25197         property affects the video stream.
25198         * sys/xvimage/xvimagesink.c:
25199         * sys/xvimage/xvimagesink.h:
25200         Add synchronous property for debugging.  Should probably be
25201         disabled in non-CVS builds.  Make sure that the Xv attribute
25202         exists before we set it (crash!).  Fix a silly float bug that
25203         caused colorbalance to just not work.
25204
25205 2004-01-17  Christian Schaller <Uraeus@gnome.org>
25206
25207         * tools/gst-launch-ext.in - update for new plugins
25208
25209 2004-01-16  David Schleef  <ds@schleef.org>
25210
25211         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
25212         already-freed caps.
25213
25214 2994-01-16  Christian Schaller <Uraeus@gnome.org>
25215
25216         * Update spec for new colorspace plugin and libcaca plugin
25217         * Fix compilation of libcaca plugin (clock -> id)
25218
25219 2004-01-16  Julien MOUTTE <julien@moutte.net>
25220
25221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
25222         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
25223         (gst_xvimagesink_set_xwindow_id),
25224         (gst_xvimagesink_colorbalance_set_value),
25225         (gst_xvimagesink_colorbalance_get_value),
25226         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25227         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
25228         correct colorbalance properties. They can now be set when the element
25229         is still in NULL state. The values will be committed to the Xv Port
25230         when xcontext is initialized.
25231         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
25232         brightness int values in the GstXvImagesink structure.
25233
25234 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25235
25236         * gst-libs/gst/Makefile.am:
25237           restructure so having local patches works easier.
25238
25239 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25240
25241         * ext/mpeg2enc/Makefile.am:
25242         * ext/mpeg2enc/gstmpeg2enc.cc:
25243         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
25244           Bugfix with respect to EOS handling.
25245
25246 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25247
25248         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25249           Link with right caps (else, it segfaults).
25250         * ext/mplex/gstmplexjob.cc:
25251           Fix for slight API change in 1.6.1.93 release of mjpegtools.
25252
25253 2004-01-15  David Schleef  <ds@schleef.org>
25254
25255         * gst-libs/gst/audio/Makefile.am:
25256         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
25257         from the template.
25258         * gst-libs/gst/audio/gstaudiofilter.c:
25259         * gst-libs/gst/audio/gstaudiofilter.h:
25260         Add bytes_per_sample and size and n_samples calculation.
25261         * gst-libs/gst/audio/gstaudiofilterexample.c:
25262         Remove, now autogenerated.
25263         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
25264         Moved from gstaudiofilterexample, object name changed, code added
25265         so that it actually works.
25266         * gst-libs/gst/audio/make_filter:
25267         Script to build an audiofilter subclass from the template.
25268         * gst/colorspace/Makefile.am:
25269         * gst/colorspace/yuv2yuv.c:
25270         Remove file, since it's GPL, and we don't use it.
25271
25272 2004-01-15  Julien MOUTTE  <julien@moutte.net>
25273
25274         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
25276         them use the buffer free function to test how the buffer was allocated.
25277
25278 2004-01-15  David Schleef  <ds@schleef.org>
25279
25280         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
25281         that handles osssink fallback.
25282         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25283         (gst_audio_convert_getcaps):
25284         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
25285         Add audio/x-qdm2 for QDM2 audio.
25286         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
25287         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
25288         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
25289         Decrease minimum size to 16x16.
25290         * gst/wavparse/gstwavparse.c:
25291         Convert disabled pad template caps to new caps.
25292         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25294         (gst_xvimagesink_chain): Throw element error when display cannot
25295         be opened.  Increase minimum framerate to 1.0.  Check the data
25296         free function on a buffer to make sure it is the type we expect
25297         before manipulating it.
25298
25299 2004-01-15  Julien MOUTTE <julien@moutte.net>
25300
25301         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25302         (gst_videobalance_colorbalance_set_value): Implement passthru if
25303         settings are in the middle.
25304         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
25305
25306 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25307
25308         * gst/videofilter/Makefile.am:
25309         * gst/volume/Makefile.am:
25310           Since we use videofilter symbols, link to it.
25311
25312 2004-01-15  Julien MOUTTE <julien@moutte.net>
25313
25314         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
25315         mixer interface type to HARDWARE.
25316         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
25317         type to SOFTWARE.
25318         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
25319         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
25320         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
25321         (gst_volume_interface_init), (gst_volume_list_tracks),
25322         (gst_volume_set_volume), (gst_volume_get_volume),
25323         (gst_volume_set_mute), (gst_volume_mixer_init),
25324         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
25325         (volume_init): Implementing mixer interface.
25326         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
25327         * sys/oss/gstosselement.c: (gst_osselement_get_type),
25328         (gst_osselement_change_state): Removing some trailing commas in
25329         structures.
25330         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
25331         interface type to HARDWARE.
25332         * sys/v4l/gstv4lcolorbalance.c:
25333         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
25334         type to HARDWARE.
25335         * sys/v4l2/gstv4l2colorbalance.c:
25336         (gst_v4l2_color_balance_interface_init): Setting colorbalance
25337         interface type to HARDWARE.
25338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
25339         same code than ximagesink for event handling.
25340
25341 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25342
25343         * ext/snapshot/Makefile.am:
25344         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
25345         (gst_snapshot_chain):
25346         * ext/snapshot/gstsnapshot.h:
25347           This has to be a joke... Snapshot should be connected to a tee,
25348           colorspace element before it and EOS after that, where the other
25349           src of the tee receives normal data.
25350           The current way is *wrong*.
25351
25352 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25353
25354         * ext/hermes/gsthermescolorspace.c:
25355           Fix another compile error. Same as below.
25356
25357 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25358
25359         * gst/colorspace/gstcolorspace.c:
25360         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
25361         (gst_colorspace_i420_to_yv12):
25362           Fix compiling... Didn't test if it actually works.
25363
25364 2004-01-15  David Schleef  <ds@schleef.org>
25365
25366         * configure.ac:
25367         * gst/colorspace/Makefile.am:
25368         * gst/colorspace/gstcolorspace.c:
25369         * gst/colorspace/gstcolorspace.h:
25370         * gst/colorspace/yuv2rgb.c:
25371         * gst/colorspace/yuv2rgb.h:
25372         Duplicate the ext/hermes colorspace plugin, and remove Hermes
25373         code and GPL code.  Fix for new caps negotiation.  Rewrite
25374         much of the format handling code, and some of the conversion
25375         code.  Basically, rewrote almost everything.  This element
25376         handles I420, YV12 to RGB conversions.
25377         * ext/hermes/Makefile.am:
25378         * ext/hermes/gsthermescolorspace.c:
25379         Rename colorspace to hermescolorspace.  Fix negotiation issues.
25380         Remove non-Hermes related code.  This element handles lots of
25381         RGB to RGB conversions, but no YUV.
25382         * ext/hermes/gstcolorspace.c:
25383         * ext/hermes/gstcolorspace.h:
25384         * ext/hermes/rgb2yuv.c:
25385         * ext/hermes/yuv2rgb.c:
25386         * ext/hermes/yuv2rgb.h:
25387         * ext/hermes/yuv2rgb_mmx16.s:
25388         * ext/hermes/yuv2yuv.c:
25389         * ext/hermes/yuv2yuv.h:
25390         Remove old code.
25391
25392 2004-01-14  Colin Walters  <walters@verbum.org>
25393
25394         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
25395         they've already been.
25396
25397 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25398
25399         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
25400           assume tag mode when pad is not connected
25401
25402 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25403
25404         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25405           Don't update the time of the clock
25406         (gst_alsa_sink_loop):
25407           sync to the clock given to alsasink, not the own clock
25408         * sys/oss/gstosssink.c: (gst_osssink_chain):
25409           sync to the clock
25410         (gst_osssink_change_state):
25411           activate the clock
25412         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25414           remove bogus code that made DISCONT events unhandled
25415         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
25416           explicitly case to double in _set_simple. (fixes 2nd warning in bug
25417           #131502)
25418         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
25419         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
25420         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
25421           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
25422           2nd warning in bug #131502)
25423
25424 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25425
25426         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
25427         (gst_videobalance_colorbalance_set_value),
25428         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
25429         for colorbalance interface implementation.
25430         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
25431         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25432         (gst_ximagesink_dispose), (gst_ximagesink_init),
25433         (gst_ximagesink_class_init): Adding DISPLAY property.
25434         * sys/ximage/ximagesink.h: Adding display_name to store display.
25435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25436         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25437         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
25438         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
25439         properties (they still need polishing though for gst-launch use : no
25440         xcontext yet, i ll do that tomorrow).
25441         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
25442
25443 2004-01-14  Julien MOUTTE  <julien@moutte.net>
25444
25445         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
25446         (gst_play_set_location), (gst_play_set_visualization): Preparing
25447         switch integration, adding videobalance in the pipeline.
25448
25449 2004-01-14  Julien MOUTTE <julien@moutte.net>
25450
25451         * gst-libs/gst/colorbalance/colorbalance.c:
25452         (gst_color_balance_class_init): Adding a default type.
25453         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
25454         the type.
25455         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
25456         (gst_videobalance_dispose), (gst_videobalance_class_init),
25457         (gst_videobalance_init), (gst_videobalance_interface_supported),
25458         (gst_videobalance_interface_init),
25459         (gst_videobalance_colorbalance_list_channels),
25460         (gst_videobalance_colorbalance_set_value),
25461         (gst_videobalance_colorbalance_get_value),
25462         (gst_videobalance_colorbalance_init): Implementing colorbalance
25463         interface.
25464         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
25465         list.
25466         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
25467         bug which was triggering a BadAccess X error when setting an overlay
25468         before pad was really negotiated.
25469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
25470         Using the colorbalance type macro.
25471
25472 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25473
25474         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
25475         (gst_flacenc_chain):
25476           handle tags correctly
25477         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25478           extract ID3v1 tags correctly
25479
25480 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25481
25482         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
25483         (plugin_init):
25484           Improve matroska typefinding for odd-typed headers...
25485
25486 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25487
25488         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
25489           Fix for using incremental number on padnames.
25490
25491 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25492
25493         * ext/divx/gstdivxdec.c:
25494         * ext/divx/gstdivxenc.c:
25495           Set category to divx4linux instead of divx (too generic).
25496         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
25497         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
25498         (gst_wavparse_loop), (gst_wavparse_change_state):
25499         * gst/wavparse/gstwavparse.h:
25500           fix parsing of WAV files with non-standard fmt-tag size and fix
25501           skipping of unrecognized chunks... Someone please fix this thing
25502           to use rifflib so all this is automated.
25503         * sys/v4l/Makefile.am:
25504         * sys/v4l2/Makefile.am:
25505           Add X_CFLAGS because we depend on X (for overlay).
25506
25507 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
25508
25509         * ext/mpeg2dec/gstmpeg2dec.c:
25510           Don't issue a timestamp unless we tagged the frame
25511           with a PTS.
25512
25513 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25514
25515         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
25516           Query the audio element to get the time, not the clock. We're
25517           interested in the element's time here.
25518
25519 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25520
25521         * ext/aalib/gstaasink.c: (gst_aasink_chain):
25522         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25523         * ext/esd/esdsink.c: (gst_esdsink_chain):
25524         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
25525         * ext/mas/massink.c: (gst_massink_chain):
25526         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
25527         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
25528         (gst_matroska_demux_parse_metadata):
25529         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
25530         (gst_mpeg_parse_release_locks):
25531         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
25532         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
25533         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25534         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25535         (gst_osssink_change_state):
25536         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
25537         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25538         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
25539         (gst_xvideosink_release_locks):
25540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
25541           use element time.
25542         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
25543         (gst_alsa_clock_stop):
25544         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
25545         (gst_audio_clock_get_internal_time):
25546           simplify for use with new clocking code.
25547         * testsuite/alsa/Makefile.am:
25548         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
25549           fix testsuite for new caps system
25550
25551 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25552
25553         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
25554         * ext/flac/gstflacenc.c: (add_one_tag):
25555           length is already host endian, no need to convert. Fixes playback of
25556           tagged files on PPC. (bug #128384)
25557
25558 2004-01-13  Julien MOUTTE <julien@moutte.net>
25559
25560         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
25561         colorbalance interface stating if it is hardware based or software
25562         based.
25563         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
25564         Removing a trailing comma.
25565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25566         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
25567         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
25568         the documentation seems to be wrong on the -1000 to 1000 interval.
25569
25570 2004-01-12  David Schleef  <ds@schleef.org>
25571
25572         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
25573         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
25574         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
25575         Fix negotiation.  Add a bufferalloc function for the sink pad,
25576         and generally clean up some of the code.
25577
25578 2004-01-12  Julien MOUTTE <julien@moutte.net>
25579
25580         * gst-libs/gst/colorbalance/colorbalancechannel.c:
25581         (gst_color_balance_channel_dispose): Adding safety check in dispose
25582         method.
25583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25584         (gst_xvimagesink_xcontext_clear),
25585         (gst_xvimagesink_interface_supported),
25586         (gst_xvimagesink_colorbalance_list_channels),
25587         (gst_xvimagesink_colorbalance_set_value),
25588         (gst_xvimagesink_colorbalance_get_value),
25589         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
25590         Adding colorbalance interface support to set XV parameters such as
25591         HUE, BRIGHTNESS, CONTRAST, SATURATION.
25592         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
25593         interface.
25594
25595 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25596
25597         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
25598         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
25599         (gst_audio_convert_init), (gst_audio_convert_set_property),
25600         (gst_audio_convert_get_property), (gst_audio_convert_chain),
25601         (gst_audio_convert_link),
25602         (gst_audio_convert_buffer_to_default_format),
25603         (gst_audio_convert_buffer_from_default_format), (plugin_init):
25604           - implement _getcaps and use it
25605           - improve linking
25606           - remove float caps since no float conversion is actually done
25607           - remove properties and arguments that were to be used for rate
25608             conversion
25609
25610 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25611
25612         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
25613         (gst_audio_structure_set_int):
25614         * gst-libs/gst/audio/audio.h:
25615           add helper functions for _getcaps matching the standard audio
25616           templates
25617
25618 2004-01-12  David Schleef  <ds@schleef.org>
25619
25620         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25621         Test that pad is negotiated before getting its caps.
25622
25623 2004-01-12  Julien MOUTTE <julien@moutte.net>
25624
25625         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
25626         analyzing the pads of an element the bin is mostly in READY state so
25627         no caps were negotiated. This helper function needs to work with
25628         _get_caps directly then. I was not freeing them though, added that to
25629         fix the mem leak.
25630
25631 2004-01-12  Julien MOUTTE <julien@moutte.net>
25632
25633         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
25634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
25635         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
25636         than the free_func.
25637
25638 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25639
25640         * sys/oss/gstossaudio.c: (plugin_init):
25641         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25642         * sys/oss/gstosselement.h:
25643           make an oss debugging category
25644           make failure more descriptive
25645
25646 2004-01-11  David Schleef  <ds@schleef.org>
25647
25648         * ext/ffmpeg/gstffmpeg.c:
25649         * ext/ffmpeg/gstffmpegcodecmap.c:
25650         * ext/ffmpeg/gstffmpegdec.c:
25651         * ext/ffmpeg/gstffmpegenc.c:
25652         * ext/ffmpeg/gstffmpegprotocol.c:
25653         * ext/gdk_pixbuf/gstgdkanimation.c:
25654         * ext/jpeg/gstjpeg.c:
25655         * ext/libpng/gstpng.c:
25656         * ext/mpeg2dec/perftest.c:
25657         * ext/speex/gstspeex.c:
25658         * gst-libs/gst/resample/dtos.c:
25659         * gst/intfloat/gstintfloatconvert.c:
25660         * gst/oneton/gstoneton.c:
25661         * gst/rtjpeg/RTjpeg.c:
25662         * gst/rtp/gstrtp.c:
25663         * sys/dxr3/dxr3init.c:
25664         * sys/glsink/gstgl_nvimage.c:
25665         * sys/glsink/gstgl_pdrimage.c:
25666         * sys/glsink/gstglsink.c:
25667         * testsuite/gst-lint:
25668         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
25669
25670 2004-01-11  David Schleef  <ds@schleef.org>
25671
25672         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
25673         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
25674         * ext/gdk_pixbuf/gstgdkanimation.c:
25675         (gst_gdk_animation_iter_create_pixbuf):
25676         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25677         (gst_gdk_pixbuf_chain):
25678         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25679         * ext/jack/gstjack.c: (gst_jack_change_state):
25680         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
25681         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
25682         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
25683         * gst/videofilter/gstvideofilter.c:
25684         (gst_videofilter_set_output_size):
25685         Remove all usage of gst_pad_get_caps(), and replace it with
25686         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
25687
25688 2004-01-11  David Schleef  <ds@schleef.org>
25689
25690         * configure.ac:
25691         * ext/Makefile.am: Fixes to make ext/libcaca compile.
25692         * ext/divx/gstdivxdec.c:
25693         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
25694         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
25695         handle images that span multiple buffers.  Now work with both
25696         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
25697         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25698         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
25699         video/video.h changes
25700         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
25701         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25702         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
25703         of GstData free function.
25704         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25705         same.
25706
25707 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25708
25709         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
25710         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
25711         (gst_v4l2element_get_property):
25712         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
25713           add norm, channel and frequency properties.
25714         * sys/v4l2/gstv4l2tuner.c:
25715           fixes for tuner interface changes
25716         * sys/v4l2/gstv4l2element.h:
25717         * sys/v4l2/gstv4l2src.c:
25718         * sys/v4l2/gstv4l2src.h:
25719         * sys/v4l2/v4l2src_calls.c:
25720         * sys/v4l2/v4l2src_calls.h:
25721           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
25722
25723 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25724
25725         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
25726         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
25727         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
25728         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
25729         * gst-libs/gst/tuner/tuner.h:
25730           GObjects aren't const.
25731           Add find_by_name functions.
25732           Add checks to _changed functions.
25733         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
25734         (gst_v4l_tuner_get_norm):
25735           Fixes for above.
25736
25737 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25738
25739         * gst-libs/gst/video/video.h:
25740           Fix caps template names to be understandable.
25741           Prefix everything with GST_VIDEO.
25742         * ext/aalib/gstaasink.c:
25743         * ext/divx/gstdivxdec.c:
25744         * ext/divx/gstdivxenc.c:
25745         * ext/gdk_pixbuf/gstgdkpixbuf.c:
25746         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
25747         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
25748         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
25749         * ext/libcaca/gstcacasink.c:
25750         * ext/libpng/gstpngenc.c: (raw_caps_factory):
25751         * ext/snapshot/gstsnapshot.c:
25752         * ext/swfdec/gstswfdec.c:
25753         * ext/xvid/gstxviddec.c:
25754         * ext/xvid/gstxvidenc.c:
25755         * gst/chart/gstchart.c:
25756         * gst/deinterlace/gstdeinterlace.c:
25757         * gst/effectv/gsteffectv.c:
25758         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
25759         * gst/goom/gstgoom.c:
25760         * gst/median/gstmedian.c:
25761         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
25762         (gst_monoscope_srcconnect), (gst_monoscope_chain):
25763         * gst/overlay/gstoverlay.c:
25764         * gst/smooth/gstsmooth.c:
25765         * gst/smpte/gstsmpte.c:
25766         * gst/synaesthesia/gstsynaesthesia.c:
25767         * gst/videocrop/gstvideocrop.c:
25768         * gst/videodrop/gstvideodrop.c:
25769         * gst/y4m/gsty4mencode.c:
25770         * sys/qcam/gstqcamsrc.c:
25771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
25772           Make them work with new video.h file.
25773         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25774         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25776         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25777           Make it work with new buffer allocation system.
25778
25779 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25780
25781         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
25782         pad_alloc_buffer implementation to use ->srcpad
25783         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
25784         pad_alloc_buffer implementation to use ->srcpad
25785         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
25786         pad_alloc_buffer implementation to use ->srcpad
25787         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25788         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25789         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25790         a reference to everything we need.
25791         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
25792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25793         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25794         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
25795         a reference to everything we need.
25796         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
25797
25798 2004-01-11  David Schleef  <ds@schleef.org>
25799
25800         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
25801         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
25802         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
25803         structure members.
25804         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
25805         value during a resize/renegotiation.
25806         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
25807         gst_pad_alloc_buffer();
25808         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
25809         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
25810         structure members.
25811         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
25812         Fix for rename of buffer private structure members.
25813         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25814         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
25815         Fix for rename of buffer private structure members.
25816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25817         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
25818         Fix for rename of buffer private structure members.
25819
25820 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
25821
25822         reviewed by: David Schleef <ds@schleef.org>
25823
25824         * gst/videofilter/Makefile.am:
25825         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
25826         from the patch by ds to fit in with recent make_filter changes.
25827
25828 2004-01-11  Julien MOUTTE  <julien@moutte.net>
25829
25830         * configure.ac: Adding examples/switch/Makefile
25831         * examples/Makefile.am: Adding examples/switch
25832         * examples/switch/Makefile.am: Adding switcher example.
25833         * examples/switch/switcher.c: (got_eos), (idle_iterate),
25834         (switch_timer), (main): Adding an example demonstrating switch usage
25835         with 2 videotestsrc showing different patterns.
25836         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
25837         (gst_switch_init): Fixing switch with the new caps system.
25838
25839 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25840
25841         * gst-libs/gst/video/video.h:
25842           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
25843           They should probably be like
25844           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
25845
25846 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25847
25848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25849         (qtdemux_parse_trak):
25850           fix audio chunk size/timestamp calculation
25851
25852 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25853
25854         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
25855           fix SVQ3 caps
25856
25857 2004-01-11  Steve Baker  <steve@stevebaker.org>
25858
25859         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
25860         (gst_agingtv_base_init), (gst_agingtv_class_init),
25861         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
25862         (gst_agingtv_set_property), (gst_agingtv_get_property):
25863         Port agingTV to videofilter
25864
25865 2004-01-09  Julien MOUTTE <julien@moutte.net>
25866
25867         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
25868         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25869
25870 2004-01-09  Julien MOUTTE <julien@moutte.net>
25871
25872         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
25873         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25874         * gst-libs/gst/xoverlay/xoverlay.c:
25875         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
25876         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
25877         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25878         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
25879         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
25880         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25881         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
25882         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
25883         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25884         interface implementation to handle xid being 0 and fix some bugs
25885         triggered by Benjamin's testcase.
25886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25887         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25888         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
25889         the bufferalloc_function to replace bufferpools, fixing the XOverlay
25890         interface implementation to handle xid being 0 and fix some bugs
25891         triggered by Benjamin's testcase.
25892
25893 2004-01-09  David Schleef  <ds@schleef.org>
25894
25895         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
25896         mouse pointer events.  It works.
25897
25898 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25899
25900         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
25901           Use explicit caps - fix capsnego.
25902         * ext/xvid/gstxviddec.c:
25903         * ext/xvid/gstxvidenc.c:
25904           Remove macro-inside-macro which caused compile errors.
25905         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
25906           Error out if it's not a RIFF file. Else we error out without
25907           gst_element_error() which is not good...
25908
25909 2004-01-08  David Schleef  <ds@schleef.org>
25910
25911         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
25912         Fix pad_link function to handle formats that ffmpeg returns
25913         as multiple caps structures.
25914         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
25915         Only complain if source buffer is _smaller_ than expected.
25916         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
25917         (gst_videoscale_handle_src_event): Resize navigation events
25918         when passing them upstream.
25919         * gst/videotestsrc/gstvideotestsrc.c:
25920         * gst/videotestsrc/gstvideotestsrc.h:
25921         * gst/videotestsrc/videotestsrc.c:
25922         * gst/videotestsrc/videotestsrc.h:
25923         Rewrite many of the buffer painting functions to handle odd
25924         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
25925         been verified to work with my video card.
25926         * testsuite/gst-lint:  Add check for elements calling
25927         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
25928
25929 2004-01-08  David Schleef  <ds@schleef.org>
25930
25931         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25932         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
25933
25934 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25935
25936         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
25937         configure event is not emiting the desired size signal. That fixes
25938         aspect ratio issues with gst-player.
25939
25940 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25941
25942         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
25943           Fix capsnego.
25944
25945 2004-01-08  Julien MOUTTE  <julien@moutte.net>
25946
25947         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
25948         public method to fire size signal.
25949
25950 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25951
25952         * examples/gstplay/Makefile.am: Adding the interface library.
25953         * gst-libs/gst/play/Makefile.am: Adding the interface library.
25954         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
25955         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
25956         GST_IS_X_OVERLAY before signal connect.
25957         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
25958         Removing the have_video_size signal.
25959         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
25960         and associated public method.
25961         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
25962         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
25963         signal.
25964         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
25965         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
25966         signal.
25967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
25968         Using XOverlay public method to fire size signal.
25969
25970 2004-01-07  David Schleef  <ds@schleef.org>
25971
25972         * gst/videofilter/Makefile.am:
25973         * gst/videofilter/gstvideotemplate.c:
25974         * gst/videofilter/make_filter:
25975         Create gstvideoexample.c in a srcdir!=builddir friendly way.
25976         Convert make_filter to /bin/sh script.
25977
25978 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
25979
25980         * gst/modplug/gstmodplug.cc: fix element description
25981
25982 2004-01-07  Julien MOUTTE  <julien@moutte.net>
25983
25984         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
25985         (got_video_size): Adding some new lines in g_print calls.
25986         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25987         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
25988         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
25989         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
25990         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
25991         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
25992         Complete code review, reverting some stuff i disagree with, adding
25993         some fixes : time synchronization on invalid timestamps, renegotiation
25994         of private window.
25995         * sys/ximage/ximagesink.h:
25996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
25997         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
25998         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
25999         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
26000         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
26001         (gst_xvimagesink_buffer_new),
26002         (gst_xvimagesink_navigation_send_event),
26003         (gst_xvimagesink_set_xwindow_id),
26004         (gst_xvimagesink_get_desired_size),
26005         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
26006         stuff i disagree with, adding some fixes : Renegotiation of private
26007         window, implementing get_desired_size.
26008
26009 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26010
26011         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
26012         (gst_afsink_handle_event):
26013         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
26014         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
26015         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
26016         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
26017         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
26018           Fix for instantiate-test (see core). Also remove dead code from
26019           jpegenc (which still needs fixing, but that's lower on my TODO
26020           list...).
26021         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26022           Never return NULL as caps.
26023
26024 2004-01-07  David Schleef  <ds@schleef.org>
26025
26026         * configure.ac:
26027         * ext/Makefile.am:
26028         * ext/librfb/Makefile.am:
26029         * ext/librfb/gstrfbsrc.c:
26030         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
26031         is the protocol used by VNC.
26032
26033 2004-01-07  David Schleef  <ds@schleef.org>
26034
26035         * gst/videofilter/gstvideotemplate.c:
26036         * gst/videofilter/gstvideotemplate.h:
26037         * gst/videofilter/make_filter:
26038         Merge videotemplate header into source file.
26039         * gst/effectv/Makefile.am:
26040         * gst/effectv/gsteffectv.c: (plugin_init):
26041         * gst/effectv/gstwarp.c:
26042         Make warpTV a subclass of videofilter.
26043
26044 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26045
26046         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
26047           Add guard against invalid utf-8 conversions in mad. Just in case.
26048
26049 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26050
26051         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26052           Fix for bug shown by poisoning
26053
26054 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26055
26056         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
26057         (gst_v4lmjpegsrc_buffer_free):
26058         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
26059         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
26060         (gst_v4lsrc_buffer_free):
26061           Fix for removed bufferpools.
26062
26063 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
26064
26065         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
26066         Fix caps negotiation.
26067
26068         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
26069         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
26070         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26071         (dvdnavsrc_event):
26072         * ext/mpeg2dec/gstmpeg2dec.c:
26073         * gst-libs/gst/navigation/navigation.c:
26074         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
26075         * gst-libs/gst/navigation/navigation.h:
26076         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
26077         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
26078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
26079         Super-simple first version of mouse and keyboard events. Clicking
26080         on a DVD menu now works, although it may not take you where you
26081         expected.
26082
26083         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26084         * gst/videotestsrc/gstvideotestsrc.c:
26085         (gst_videotestsrc_src_fixate):
26086         These fixate functions were broken - they never actually
26087         fixated :)
26088
26089 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26090
26091         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
26092         (gst_icecastsend_init):
26093           fix for new caps system.
26094         * gst-libs/gst/mixer/mixertrack.h:
26095         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
26096           Add 'master track' flag (for tools like ACME that only want to
26097           change the main volume).
26098
26099 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
26100
26101         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
26102         (gst_xvid_csp_to_caps):
26103         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
26104         * ext/xvid/gstxvidenc.c:
26105         ifdef out ARGB type when it isn't available
26106         in xvidcore 1.0.0beta2
26107
26108 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26109
26110         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
26111           When we have received a new SCR right in the first buffer after
26112           a seek (so in the same cycle that handles the discont), we should
26113           handle the buffer instead of unreffing it, else we lose data.
26114
26115 2004-01-06  Iain <iain@prettypeople.org>
26116
26117         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
26118           buffer-frames caps too.
26119
26120         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
26121           caps that we need, don't destroy them all and rebuild them. And when
26122           creating src pads, use the src pad template rather than the sink...
26123
26124 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26125
26126         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
26127           Add pad to element *after* setting functions such as event handler.
26128           Without this, the scheduler (opt) will link pads, set the event
26129           handler from the default event function (dispatcher in gstpad.c)
26130           and *after* that, we will set our own event function, which will
26131           thus never be used (and thus mpegdemux doesn't handle events).
26132
26133 2004-01-04  David Schleef  <ds@schleef.org>
26134
26135         Fix the fixate functions to handle new prototype:
26136         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
26137         * gst/videotestsrc/gstvideotestsrc.c:
26138         (gst_videotestsrc_src_fixate):
26139         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
26140         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
26141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
26142
26143 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26144
26145         * sys/ximage/ximagesink.h:
26146         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26147         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
26148         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
26149         (gst_ximagesink_xoverlay_init):
26150           assorted fixes to make (re)embedding work
26151         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
26152         (gst_ximagesink_get_desired_size):
26153           implement desired size additions to XOverlay
26154
26155 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26156
26157         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
26158         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
26159         (gst_x_overlay_got_desired_size):
26160         * gst-libs/gst/xoverlay/xoverlay.h:
26161           Add optional "desired size" signal and querying.
26162
26163 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26164
26165         * gst/matroska/matroska-demux.c:
26166         (gst_matroska_demux_parse_blockgroup):
26167           Fix EBML-laced block parsing. Diffs are relative to previous
26168           lace, not the first lace. Thanks to Mosu from the Matroska
26169           team for detecting this.
26170         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26171         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
26172         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
26173         (gst_wavparse_change_state):
26174         * gst/wavparse/gstwavparse.h:
26175           Quickfix for capsnego.
26176
26177 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26178
26179         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
26180           Fix indenting, fix pad creation.
26181
26182 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26183
26184         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
26185         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
26186         (gst_xviddec_sink_link):
26187           Implement src_getcaps() so proper size caps is negotiated.
26188
26189 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26190
26191         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
26192           Finish flac decoder on EOS. See #116178.
26193
26194 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26195
26196         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
26197         (gst_matroska_demux_add_stream):
26198         * gst/matroska/matroska-ids.h:
26199           Add getcaps() function to fix capsnego...
26200
26201 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26202
26203         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26204         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26205         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26206           Fix more integer overflows. Again, see #126967.
26207
26208 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26209
26210         * ext/mpeg2dec/gstmpeg2dec.c:
26211           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
26212           #130416.
26213
26214 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26215
26216         * configure.ac:
26217         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
26218         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
26219         * ext/xvid/gstxvid.h:
26220         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
26221         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
26222         (gst_xviddec_src_link), (gst_xviddec_sink_link),
26223         (gst_xviddec_change_state):
26224         * ext/xvid/gstxviddec.h:
26225         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
26226         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
26227         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
26228         (gst_xvidenc_link), (gst_xvidenc_set_property),
26229         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
26230         * ext/xvid/gstxvidenc.h:
26231           Update xvid plugin to latest xvid (1.0.0-beta3) API.
26232
26233 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26234
26235         * gst/rtp/rtp-packet.c:
26236           Add sys/types.h include, since OS X doesn't define in_addr_t
26237           in netinet/in.h, like it does on Linux (see #129600).
26238
26239 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
26240
26241         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
26242
26243         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
26244           Correct logic of dispose function (see #129306).
26245
26246 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26247
26248         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
26249         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
26250         (gst_mpeg_parse_init):
26251         * gst/mpegstream/gstmpegparse.h:
26252           Remove clock (which was never provided, i.e. dead code), and
26253           also fix integer overflows at high PTS values (see #126967).
26254
26255 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26256
26257         * ext/flac/gstflacdec.c:
26258         * ext/libpng/gstpngenc.h:
26259         * ext/mikmod/gstmikmod.h:
26260           OS X fixes (see #126628).
26261
26262 2004-01-02  David Schleef  <ds@schleef.org>
26263
26264         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
26265         (gst_alsa_src_base_init): Remove bogus "src" request pad.
26266         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
26267         (gst_mpeg_parse_class_init): Move pad template registration
26268         to class_init, since the derived class (mpegdemux) doesn't
26269         want them.
26270
26271 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26272
26273         * sys/ximage/Makefile.am:
26274         * sys/xvideo/Makefile.am:
26275         * sys/xvimage/Makefile.am:
26276           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
26277           after installation (see #127664).
26278
26279 2004-01-02  David Schleef  <ds@schleef.org>
26280
26281         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
26282         (gst_ffmpegenc_connect):  Negotiation fixes.
26283         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
26284         Remove inappropriate gst_caps_free().
26285         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26286         Reenable Ronald's internal resize code, since the core handles
26287         it correctly now.
26288
26289 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26290
26291         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
26292         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
26293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
26294           Fix pad template stuff.
26295
26296 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26297
26298         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
26299         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
26300           fix signed integer reading/writing.
26301
26302 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26303
26304         * ext/alsa/README:
26305           Remove outdated document
26306
26307 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
26308
26309         * gst/cutter/gstcutter.c: (gst_cutter_init):
26310           src pad was being created twice - oops.
26311
26312 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26313
26314         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26315           Comment out internal resize. It doesn't handle the resulting
26316           XEvent internally, does another try_set_caps() which leads to
26317           a really nice loop.
26318           Real fix will come when Julien and Dave are awake. ;).
26319
26320 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26321
26322         * ext/mpeg2enc/gstmpeg2enc.cc:
26323           fix const/nonconst compile issue.
26324
26325 2004-01-02  David Schleef  <ds@schleef.org>
26326
26327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
26328         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
26329         Add fixate function and a check for bad formats.
26330
26331 2004-01-01  David Schleef  <ds@schleef.org>
26332
26333         Negotiation fixes:
26334         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26335         (gst_audiofilter_init):
26336         * gst/debug/efence.c: (gst_efence_init):
26337         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26338         (gst_deinterlace_init):
26339         * gst/volume/gstvolume.c: (volume_connect):
26340
26341 2004-01-01  David Schleef  <ds@schleef.org>
26342
26343         Convert elements to use gst_pad_use_explicit_caps() where
26344         appropriate:
26345         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
26346         * ext/audiofile/gstafparse.c: (gst_afparse_init),
26347         (gst_afparse_open_file):
26348         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
26349         (gst_afsrc_open_file):
26350         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
26351         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
26352         (gst_ffmpegdec_chain):
26353         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
26354         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
26355         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
26356         (gst_gdk_pixbuf_chain):
26357         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
26358         (gst_jpegdec_chain):
26359         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
26360         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
26361         (gst_mikmod_negotiate):
26362         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26363         (gst_mpeg2dec_negotiate_format):
26364         * ext/mpeg2enc/gstmpeg2enc.cc:
26365         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26366         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
26367         (gst_speexdec_sinkconnect):
26368         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
26369         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
26370         (gst_vorbisfile_new_link):
26371         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
26372         (gst_ac3parse_chain):
26373         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
26374         (gst_asf_demux_setup_pad):
26375         * gst/auparse/gstauparse.c: (gst_auparse_init),
26376         (gst_auparse_chain):
26377         * gst/id3/gstid3types.c: (gst_id3types_loop):
26378         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
26379         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26380         (mp1videoparse_parse_seq):
26381         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
26382         (bpf_from_header):
26383         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26384         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
26385         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26386         (gst_mpeg_parse_send_data):
26387         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26388         (gst_qtdemux_add_stream):
26389         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
26390         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26391         (gst_wavparse_parse_fmt):
26392
26393 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26394
26395         * configure.ac:
26396           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
26397           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
26398           it therefore uses the wrong include paths. Too bad... Note
26399           that 1.6.1.93 is not release yet. ;).
26400           Also add a check for mplex, which is now using the lib'ified
26401           mplex from mjpegtools, too.
26402         * ext/ffmpeg/gstffmpegcodecmap.c:
26403           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
26404           issues. I don't think ffmpeg handles 3ivx correctly, so this
26405           probably won't work. But it won't hurt either.
26406         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
26407         (gst_ffmpegdec_chain):
26408         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
26409         (gst_ffmpegenc_chain_audio):
26410           Fix memleak in audio encoding. Close codec if open fails, this
26411           calls the cleanup routines so we can re-use the context.
26412         * ext/mpeg2enc/gstmpeg2enc.cc:
26413           Fix pad template names/types, fix memory issue with getcaps().
26414         * ext/mpeg2enc/gstmpeg2encoder.cc:
26415         * ext/mpeg2enc/gstmpeg2encoder.hh:
26416           Fix compile issue with new caps system (const thingy).
26417         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26418         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
26419           We read a first frame right on initing, so that we have a caps
26420           when we init the output. This caps is cached in padprivate and
26421           read as first frame.
26422         * ext/mplex/Makefile.am:
26423         * ext/mplex/gstmplex.cc:
26424         * ext/mplex/gstmplex.h:
26425         * ext/mplex/gstmplex.hh:
26426         * ext/mplex/gstmplexibitstream.cc:
26427         * ext/mplex/gstmplexibitstream.hh:
26428         * ext/mplex/gstmplexjob.cc:
26429         * ext/mplex/gstmplexjob.hh:
26430         * ext/mplex/gstmplexoutputstream.cc:
26431         * ext/mplex/gstmplexoutputstream.hh:
26432           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
26433           had issues, didn't do capsnego, supported only a subset of the
26434           mplex features and required a mplex fork in our local CVS. Plus
26435           that it worked agaist a very old mplex version. Rewriting was
26436           faster than updating it.
26437         * gst-libs/ext/Makefile.am:
26438         * gst-libs/ext/mplex/INSTRUCT:
26439         * gst-libs/ext/mplex/Makefile.am:
26440         * gst-libs/ext/mplex/README:
26441         * gst-libs/ext/mplex/TODO:
26442         * gst-libs/ext/mplex/ac3strm_in.cc:
26443         * gst-libs/ext/mplex/audiostrm.hh:
26444         * gst-libs/ext/mplex/audiostrm_out.cc:
26445         * gst-libs/ext/mplex/aunit.hh:
26446         * gst-libs/ext/mplex/bits.cc:
26447         * gst-libs/ext/mplex/bits.hh:
26448         * gst-libs/ext/mplex/buffer.cc:
26449         * gst-libs/ext/mplex/buffer.hh:
26450         * gst-libs/ext/mplex/fastintfns.h:
26451         * gst-libs/ext/mplex/format_codes.h:
26452         * gst-libs/ext/mplex/inputstrm.cc:
26453         * gst-libs/ext/mplex/inputstrm.hh:
26454         * gst-libs/ext/mplex/lpcmstrm_in.cc:
26455         * gst-libs/ext/mplex/mjpeg_logging.cc:
26456         * gst-libs/ext/mplex/mjpeg_logging.h:
26457         * gst-libs/ext/mplex/mjpeg_types.h:
26458         * gst-libs/ext/mplex/mpastrm_in.cc:
26459         * gst-libs/ext/mplex/mpegconsts.cc:
26460         * gst-libs/ext/mplex/mpegconsts.h:
26461         * gst-libs/ext/mplex/mplexconsts.hh:
26462         * gst-libs/ext/mplex/multplex.cc:
26463         * gst-libs/ext/mplex/outputstream.hh:
26464         * gst-libs/ext/mplex/padstrm.cc:
26465         * gst-libs/ext/mplex/padstrm.hh:
26466         * gst-libs/ext/mplex/stillsstream.cc:
26467         * gst-libs/ext/mplex/stillsstream.hh:
26468         * gst-libs/ext/mplex/systems.cc:
26469         * gst-libs/ext/mplex/systems.hh:
26470         * gst-libs/ext/mplex/vector.cc:
26471         * gst-libs/ext/mplex/vector.hh:
26472         * gst-libs/ext/mplex/videostrm.hh:
26473         * gst-libs/ext/mplex/videostrm_in.cc:
26474         * gst-libs/ext/mplex/videostrm_out.cc:
26475         * gst-libs/ext/mplex/yuv4mpeg.cc:
26476         * gst-libs/ext/mplex/yuv4mpeg.h:
26477         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
26478         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
26479           We don't fork mjpegtools' mplex in our CVS anymore.
26480         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
26481         (gst_avi_demux_add_stream):
26482         * gst/avi/gstavidemux.h:
26483           Add getcaps() function for proper caps nego. This makes some
26484           parts of AVI playback/reading work.
26485         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
26486           Resize window on new capsnego. This is probably wrong, but
26487           I'm still committing it because with current capsnego, the
26488           first successfull capsnego is auto-fixated, therefore rounded
26489           down to the lowest values in the caps. this results in a 16x16
26490           XWindow that is not reized when real capsnego finishes.
26491           Dave, I see more cases of this, do you know a proper solution?
26492         * tools/gst-launch-ext.in:
26493           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
26494
26495 2003-12-31  David Schleef  <ds@schleef.org>
26496
26497         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
26498         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
26499           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
26500
26501 2003-12-30  David Schleef  <ds@schleef.org>
26502
26503         * ext/ffmpeg/gstffmpegcolorspace.c:
26504         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26505         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
26506         (gst_ffmpegcsp_chain): Negotiation fixes
26507         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
26508         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26509         (gst_audio_convert_link), (gst_audio_convert_channels):
26510         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
26511         (gst_audioscale_link), (gst_audioscale_get_buffer),
26512         (gst_audioscale_chain): Negotiation fixes
26513         * gst/audioscale/gstaudioscale.h:
26514         * gst/videofilter/gstvideofilter.c:
26515         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
26516         (gst_videofilter_link), (gst_videofilter_init),
26517         (gst_videofilter_set_output_size), (gst_videofilter_setup),
26518         (gst_videofilter_find_format_by_structure):
26519         * gst/videofilter/gstvideofilter.h: Negotiation fixes
26520         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
26521         (gst_videoscale_link):
26522         * gst/videoscale/videoscale.c: (videoscale_get_structure),
26523         (videoscale_find_by_structure), (gst_videoscale_setup):
26524         * gst/videoscale/videoscale.h: Negotiation fixes
26525         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
26526         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
26527         function, restrict resizing to a multiple of 4 (hack until
26528         everyone supports odd sizes correctly).
26529
26530 2003-12-29  Colin Walters  <walters@verbum.org>
26531
26532         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
26533         signed.
26534
26535 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
26536
26537         * ext/sndfile/gstsf.c: (gst_sf_loop):
26538           Fix warning about discarding const qualifier
26539
26540 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
26541
26542         * gst/cutter/gstcutter.c:
26543         * gst/videoscale/gstvideoscale.c:
26544         * gst/volenv/gstvolenv.c:
26545         * gst-libs/gst/audio/audio.c:
26546         * gst-libs/gst/video/video.c:
26547           Fix warnings
26548
26549 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26550
26551         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
26552           Don't send ALSA debugging to stderr.
26553         * ext/alsa/gstalsa.h:
26554           Use GST_WARNING instead of g_warning when ALSA functions fail.
26555
26556 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26557
26558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
26559           Free XVAdapterInfo correctly.
26560
26561 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26562
26563         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26564         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
26565           Make id3tag use correct caps nego.
26566
26567 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
26568
26569         * ext/ivorbis/vorbis.c:
26570         * ext/ivorbis/vorbisenc.h:
26571         * ext/ivorbis/vorbisfile.c:
26572           Modify so that it uses the new caps things
26573
26574 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26575
26576         * testsuite/spider/spider1.c: (main):
26577         * testsuite/spider/spider2.c: (main):
26578         * testsuite/spider/spider3.c: (main):
26579           Make tests compile again. They probably don't work.
26580
26581 2003-12-24  Colin Walters  <walters@verbum.org>
26582
26583         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
26584         we can't fixate the caps anymore.
26585
26586 2003-12-23  David Schleef  <ds@schleef.org>
26587
26588         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
26589         * sys/oss/gstosssink.c: (gst_osssink_init),
26590         (gst_osssink_sink_fixate): Add fixate function.
26591
26592 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26593
26594         * ext/ffmpeg/gstffmpegcodecmap.c:
26595         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
26596         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
26597         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
26598         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26599         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
26600         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
26601         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
26602           fix typo in RGB masks, and move back to "old" colorspace
26603           capsnego code until whoever wrote this new crap has actually
26604           tested it so that it works.
26605           And yes, this works, keep it that way please.
26606
26607 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26608
26609         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
26610         (gst_divxdec_init), (gst_divxdec_negotiate):
26611         * ext/divx/gstdivxdec.h:
26612         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
26613         (gst_divxenc_init):
26614         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
26615         (gst_faac_sinkconnect), (gst_faac_srcconnect):
26616         * ext/mpeg2enc/gstmpeg2enc.cc:
26617         * ext/mpeg2enc/gstmpeg2encoder.cc:
26618         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
26619         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
26620         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
26621         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
26622         (dxr3spusink_init):
26623         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
26624         (dxr3videosink_init):
26625           Fix caps breakage after Dave's caps branch merge.
26626
26627 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26628
26629         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26630           Fix for 24bpp display.
26631
26632 2003-12-23  Colin Walters  <walters@verbum.org>
26633
26634         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
26635         a GnomeVFSHandle directly.
26636
26637 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26638
26639         * gst/volume/Makefile.am:
26640         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
26641         (volume_base_init), (volume_init):
26642           Reenable volume element and fix to work with new caps stuff.
26643           Rhythmbox needs this.
26644
26645 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26646
26647         * gst/qtdemux/qtdemux.c: (plugin_init):
26648           qtdemux requires bytestream
26649
26650 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26651
26652         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
26653           Fix remaining caps handling errors due to CAPS merge.
26654
26655 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26656
26657         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
26658         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
26659         (gst_faad_srcconnect):
26660           Port to new caps system.
26661
26662 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26663
26664         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
26665         (got_video_size), (main): using g_print instead of g_message.
26666         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
26667         signal which was not emitted because of "switch" element added to the
26668         bin but not connected. (Removing from the bin temporarily)
26669
26670 2003-12-21  Julien MOUTTE  <julien@moutte.net>
26671
26672         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
26673         find X development files. I don't understand the previous tests and
26674         they fail on my debian/ppc unstable. This one works.
26675         * examples/gstplay/player.c: (main): Set the pipeline to READY before
26676         exiting.
26677         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
26678         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26679         (gst_play_set_visualization): Add some safety checks in set_ methods
26680         and state_change. This was throwing some ugly CRITICAL messages when
26681         pipeline was getting disposed and casts were failing.
26682
26683 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26684
26685         * configure.ac:
26686           Improve mpeg2enc detection. This is for distributions that do
26687           ship mjpegtools, but without mpeg2enc. Also does object check
26688           for might there ever be ABI incompatibility.
26689         * ext/mpeg2enc/gstmpeg2enc.cc:
26690           Add Andrew as second maintainer (he's helping me), and also add
26691           an error if no caps was set. This happens if I pull before capsnego
26692           and that's something I should solve sometime else.
26693         * gst/matroska/matroska-demux.c:
26694         (gst_matroska_demux_parse_blockgroup):
26695           Fix time parsing.
26696         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
26697         (gst_matroska_mux_track_header):
26698           Add caps to templates.
26699         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
26700           Add mpegversion=1 to prevent confusion with MPEG/AAC.
26701         * gst/mpegstream/gstmpegdemux.c:
26702           Remove layer since it causes warnings about unfixed caps.
26703         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
26704           Fix obvious typo (we error out if caps were set, we should of
26705           course error out if *no* caps were set).
26706         * sys/oss/gstosselement.c: (gst_osselement_convert):
26707           Fix format conversion, we confused bits/bytes.
26708         * sys/oss/gstosselement.h:
26709           Improve documentation for 'bps'.
26710         * sys/v4l/TODO:
26711           Remove stuff about plugins that need removing - this was done
26712           ages ago.
26713         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
26714         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
26715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
26716         (gst_v4lsrc_src_query):
26717         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
26718         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
26719           Add get_query_types(), get_formats() and query() functions.
26720
26721 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
26722
26723         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
26724           * moved CVS to freedesktop.org